@hitachivantara/uikit-react-core 5.26.4 → 5.26.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/AppSwitcher/Action/Action.cjs +1 -2
- package/dist/cjs/components/AppSwitcher/Action/Action.cjs.map +1 -1
- package/dist/cjs/components/Avatar/Avatar.cjs +4 -5
- package/dist/cjs/components/Avatar/Avatar.cjs.map +1 -1
- package/dist/cjs/components/Container/Container.cjs.map +1 -1
- package/dist/cjs/components/Grid/Grid.cjs.map +1 -1
- package/dist/cjs/components/Loading/Loading.cjs +1 -4
- package/dist/cjs/components/Loading/Loading.cjs.map +1 -1
- package/dist/cjs/components/MultiButton/MultiButton.styles.cjs +1 -1
- package/dist/cjs/components/MultiButton/MultiButton.styles.cjs.map +1 -1
- package/dist/cjs/components/SimpleGrid/SimpleGrid.cjs +5 -2
- package/dist/cjs/components/SimpleGrid/SimpleGrid.cjs.map +1 -1
- package/dist/cjs/components/SimpleGrid/SimpleGrid.styles.cjs +3 -1
- package/dist/cjs/components/SimpleGrid/SimpleGrid.styles.cjs.map +1 -1
- package/dist/cjs/components/Stack/Stack.cjs.map +1 -1
- package/dist/cjs/components/Table/TableHeader/TableHeader.styles.cjs +1 -1
- package/dist/cjs/components/Table/TableHeader/TableHeader.styles.cjs.map +1 -1
- package/dist/cjs/components/Tag/Tag.cjs +1 -2
- package/dist/cjs/components/Tag/Tag.cjs.map +1 -1
- package/dist/cjs/components/TimePicker/TimePicker.cjs +5 -1
- package/dist/cjs/components/TimePicker/TimePicker.cjs.map +1 -1
- package/dist/cjs/index.cjs +2 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/components/AppSwitcher/Action/Action.js +1 -2
- package/dist/esm/components/AppSwitcher/Action/Action.js.map +1 -1
- package/dist/esm/components/Avatar/Avatar.js +1 -2
- package/dist/esm/components/Avatar/Avatar.js.map +1 -1
- package/dist/esm/components/Container/Container.js.map +1 -1
- package/dist/esm/components/Grid/Grid.js.map +1 -1
- package/dist/esm/components/Loading/Loading.js +2 -5
- package/dist/esm/components/Loading/Loading.js.map +1 -1
- package/dist/esm/components/MultiButton/MultiButton.styles.js +1 -1
- package/dist/esm/components/MultiButton/MultiButton.styles.js.map +1 -1
- package/dist/esm/components/SimpleGrid/SimpleGrid.js +7 -3
- package/dist/esm/components/SimpleGrid/SimpleGrid.js.map +1 -1
- package/dist/esm/components/SimpleGrid/SimpleGrid.styles.js +3 -1
- package/dist/esm/components/SimpleGrid/SimpleGrid.styles.js.map +1 -1
- package/dist/esm/components/Stack/Stack.js.map +1 -1
- package/dist/esm/components/Table/TableHeader/TableHeader.styles.js +1 -1
- package/dist/esm/components/Table/TableHeader/TableHeader.styles.js.map +1 -1
- package/dist/esm/components/Tag/Tag.js +1 -2
- package/dist/esm/components/Tag/Tag.js.map +1 -1
- package/dist/esm/components/TimePicker/TimePicker.js +5 -1
- package/dist/esm/components/TimePicker/TimePicker.js.map +1 -1
- package/dist/esm/index.js +140 -138
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +297 -252
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -38,9 +38,19 @@ import { GridProps } from '@mui/material';
|
|
|
38
38
|
import { Hooks } from 'react-table';
|
|
39
39
|
import { HTMLAttributes } from 'react';
|
|
40
40
|
import { HTMLInputTypeAttribute } from 'react';
|
|
41
|
+
import { HvAccentColor } from '@hitachivantara/uikit-styles';
|
|
42
|
+
import { HvAtmosphereColor } from '@hitachivantara/uikit-styles';
|
|
43
|
+
import { HvBaseColor } from '@hitachivantara/uikit-styles';
|
|
41
44
|
import { HvBaseTheme } from '@hitachivantara/uikit-styles';
|
|
45
|
+
import { HvBreakpoints } from '@hitachivantara/uikit-styles';
|
|
46
|
+
import { HvCategoricalColor } from '@hitachivantara/uikit-styles';
|
|
47
|
+
import { HvColor } from '@hitachivantara/uikit-styles';
|
|
48
|
+
import { HvColorAny } from '@hitachivantara/uikit-styles';
|
|
42
49
|
import type { HvExtraDeepProps } from '@hitachivantara/uikit-react-shared';
|
|
43
50
|
import type { HvExtraProps } from '@hitachivantara/uikit-react-shared';
|
|
51
|
+
import { HvSemanticColor } from '@hitachivantara/uikit-styles';
|
|
52
|
+
import { HvSize } from '@hitachivantara/uikit-styles';
|
|
53
|
+
import { HvSupportColor } from '@hitachivantara/uikit-styles';
|
|
44
54
|
import { PluginHook as HvTablePluginHook } from 'react-table';
|
|
45
55
|
import type { HvTheme } from '@hitachivantara/uikit-react-shared';
|
|
46
56
|
import { HvTheme as HvTheme_2 } from '@hitachivantara/uikit-styles';
|
|
@@ -976,7 +986,9 @@ export declare const horizontalScrollListItemClasses: {
|
|
|
976
986
|
selected: "HvHorizontalScrollListItem-selected";
|
|
977
987
|
};
|
|
978
988
|
|
|
979
|
-
export
|
|
989
|
+
export { HvAccentColor }
|
|
990
|
+
|
|
991
|
+
export declare type HvAccentColorKeys = HvAccentColor;
|
|
980
992
|
|
|
981
993
|
export declare type HvAccentColors = Record<HvAccentColorKeys, string>;
|
|
982
994
|
|
|
@@ -1047,7 +1059,7 @@ export declare interface HvActionBarProps extends HvBaseProps {
|
|
|
1047
1059
|
classes?: HvActionBarClasses;
|
|
1048
1060
|
}
|
|
1049
1061
|
|
|
1050
|
-
declare type HvActionContainerClasses = ExtractNames<typeof
|
|
1062
|
+
declare type HvActionContainerClasses = ExtractNames<typeof useClasses_73>;
|
|
1051
1063
|
|
|
1052
1064
|
declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
|
|
1053
1065
|
/** onClose function. */
|
|
@@ -1071,7 +1083,7 @@ export declare interface HvActionGeneric {
|
|
|
1071
1083
|
|
|
1072
1084
|
export declare const HvActionsGeneric: (props: HvActionsGenericProps) => JSX_2.Element | null;
|
|
1073
1085
|
|
|
1074
|
-
export declare type HvActionsGenericClasses = ExtractNames<typeof
|
|
1086
|
+
export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_69>;
|
|
1075
1087
|
|
|
1076
1088
|
export declare interface HvActionsGenericProps extends HvBaseProps {
|
|
1077
1089
|
/** Button category. */
|
|
@@ -1140,10 +1152,10 @@ export declare interface HvAppSwitcherActionApplication {
|
|
|
1140
1152
|
/** True when the application is selected, false otherwise. */
|
|
1141
1153
|
isSelected?: boolean;
|
|
1142
1154
|
/** The color of the application. */
|
|
1143
|
-
color?:
|
|
1155
|
+
color?: HvColorAny;
|
|
1144
1156
|
}
|
|
1145
1157
|
|
|
1146
|
-
export declare type HvAppSwitcherActionClasses = ExtractNames<typeof
|
|
1158
|
+
export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_54>;
|
|
1147
1159
|
|
|
1148
1160
|
export declare interface HvAppSwitcherActionProps extends HvBaseProps {
|
|
1149
1161
|
/** The application data to be used to render the Action object. */
|
|
@@ -1156,7 +1168,7 @@ export declare interface HvAppSwitcherActionProps extends HvBaseProps {
|
|
|
1156
1168
|
classes?: HvAppSwitcherActionClasses;
|
|
1157
1169
|
}
|
|
1158
1170
|
|
|
1159
|
-
export declare type HvAppSwitcherClasses = ExtractNames<typeof
|
|
1171
|
+
export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_53>;
|
|
1160
1172
|
|
|
1161
1173
|
export declare interface HvAppSwitcherProps extends HvBaseProps {
|
|
1162
1174
|
/** Number of columns to render. One, two, or whatever fits the component's width. */
|
|
@@ -1183,7 +1195,9 @@ export declare interface HvAppSwitcherProps extends HvBaseProps {
|
|
|
1183
1195
|
classes?: HvAppSwitcherClasses;
|
|
1184
1196
|
}
|
|
1185
1197
|
|
|
1186
|
-
export
|
|
1198
|
+
export { HvAtmosphereColor }
|
|
1199
|
+
|
|
1200
|
+
export declare type HvAtmosphereColorKeys = HvAtmosphereColor;
|
|
1187
1201
|
|
|
1188
1202
|
export declare type HvAtmosphereColors = Record<HvAtmosphereColorKeys, string>;
|
|
1189
1203
|
|
|
@@ -1202,14 +1216,10 @@ export declare interface HvAvatarProps extends HvBaseProps {
|
|
|
1202
1216
|
component?: React.ElementType;
|
|
1203
1217
|
/** Sets one of the standard sizes of the icons */
|
|
1204
1218
|
size?: HvAvatarSize;
|
|
1205
|
-
/**
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
*/
|
|
1210
|
-
color?: string;
|
|
1211
|
-
/** A String representing the background color of the avatar. You can use either an HEX or color name from the palette. */
|
|
1212
|
-
backgroundColor?: string;
|
|
1219
|
+
/** A color representing the foreground color of the avatar's letters or the generic User icon fallback. */
|
|
1220
|
+
color?: HvColorAny;
|
|
1221
|
+
/** A String representing the background color of the avatar. */
|
|
1222
|
+
backgroundColor?: HvColorAny;
|
|
1213
1223
|
/** The `src` attribute for the `img` element. */
|
|
1214
1224
|
src?: string;
|
|
1215
1225
|
/** The `srcSet` attribute for the `img` element. Use this attribute for responsive image display. */
|
|
@@ -1285,11 +1295,11 @@ export declare const HvBanner: (props: HvBannerProps) => JSX_2.Element;
|
|
|
1285
1295
|
|
|
1286
1296
|
export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
|
|
1287
1297
|
|
|
1288
|
-
export declare type HvBannerClasses = ExtractNames<typeof
|
|
1298
|
+
export declare type HvBannerClasses = ExtractNames<typeof useClasses_72>;
|
|
1289
1299
|
|
|
1290
1300
|
export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1291
1301
|
|
|
1292
|
-
export declare type HvBannerContentClasses = ExtractNames<typeof
|
|
1302
|
+
export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_74>;
|
|
1293
1303
|
|
|
1294
1304
|
export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose">, HvBaseProps {
|
|
1295
1305
|
/** The message to display. */
|
|
@@ -1357,7 +1367,7 @@ export declare type HvBannerVariant = "success" | "warning" | "error" | "default
|
|
|
1357
1367
|
*/
|
|
1358
1368
|
export declare const HvBaseCheckBox: (props: HvBaseCheckBoxProps) => JSX_2.Element;
|
|
1359
1369
|
|
|
1360
|
-
export declare type HvBaseCheckBoxClasses = ExtractNames<typeof
|
|
1370
|
+
export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_51>;
|
|
1361
1371
|
|
|
1362
1372
|
export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChange" | "classes">, HvBaseProps<HTMLButtonElement, "onChange" | "color"> {
|
|
1363
1373
|
/**
|
|
@@ -1426,7 +1436,9 @@ export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChan
|
|
|
1426
1436
|
classes?: HvBaseCheckBoxClasses;
|
|
1427
1437
|
}
|
|
1428
1438
|
|
|
1429
|
-
export
|
|
1439
|
+
export { HvBaseColor }
|
|
1440
|
+
|
|
1441
|
+
export declare type HvBaseColorKeys = HvBaseColor;
|
|
1430
1442
|
|
|
1431
1443
|
export declare type HvBaseColors = Record<HvBaseColorKeys, string>;
|
|
1432
1444
|
|
|
@@ -1572,7 +1584,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
|
|
|
1572
1584
|
*/
|
|
1573
1585
|
export declare const HvBaseRadio: (props: HvBaseRadioProps) => JSX_2.Element;
|
|
1574
1586
|
|
|
1575
|
-
export declare type HvBaseRadioClasses = ExtractNames<typeof
|
|
1587
|
+
export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_52>;
|
|
1576
1588
|
|
|
1577
1589
|
export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" | "classes">, HvBaseProps<HTMLButtonElement, "onChange" | "color"> {
|
|
1578
1590
|
/**
|
|
@@ -1650,7 +1662,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
|
|
|
1650
1662
|
*/
|
|
1651
1663
|
export declare const HvBaseSwitch: (props: HvBaseSwitchProps) => JSX_2.Element;
|
|
1652
1664
|
|
|
1653
|
-
export declare type HvBaseSwitchClasses = ExtractNames<typeof
|
|
1665
|
+
export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_55>;
|
|
1654
1666
|
|
|
1655
1667
|
export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange" | "classes">, HvBaseProps<HTMLButtonElement, "onChange" | "color"> {
|
|
1656
1668
|
/**
|
|
@@ -1740,7 +1752,7 @@ export declare type HvBoxProps = <C extends React.ElementType = "div">(props: Hv
|
|
|
1740
1752
|
*/
|
|
1741
1753
|
export declare const HvBreadCrumb: (props: HvBreadCrumbProps) => JSX_2.Element;
|
|
1742
1754
|
|
|
1743
|
-
export declare type HvBreadCrumbClasses = ExtractNames<typeof
|
|
1755
|
+
export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_70>;
|
|
1744
1756
|
|
|
1745
1757
|
export declare interface HvBreadCrumbPathElement extends Record<string, any> {
|
|
1746
1758
|
label: string;
|
|
@@ -1764,7 +1776,7 @@ export declare interface HvBreadCrumbProps extends HvBaseProps<HTMLDivElement, "
|
|
|
1764
1776
|
classes?: HvBreadCrumbClasses;
|
|
1765
1777
|
}
|
|
1766
1778
|
|
|
1767
|
-
export
|
|
1779
|
+
export { HvBreakpoints }
|
|
1768
1780
|
|
|
1769
1781
|
/**
|
|
1770
1782
|
* Bulk Actions allow users to perform an action on a single or multiple items.
|
|
@@ -1772,7 +1784,7 @@ export declare type HvBreakpoints = "xs" | "sm" | "md" | "lg" | "xl";
|
|
|
1772
1784
|
*/
|
|
1773
1785
|
export declare const HvBulkActions: (props: HvBulkActionsProps) => JSX_2.Element;
|
|
1774
1786
|
|
|
1775
|
-
export declare type HvBulkActionsClasses = ExtractNames<typeof
|
|
1787
|
+
export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_78>;
|
|
1776
1788
|
|
|
1777
1789
|
export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTAbleBulkActionsProps>;
|
|
1778
1790
|
|
|
@@ -1881,14 +1893,14 @@ export declare type HvButtonVariant = (typeof buttonVariant)[number];
|
|
|
1881
1893
|
|
|
1882
1894
|
export declare const HvCalendar: (props: HvCalendarProps) => JSX_2.Element;
|
|
1883
1895
|
|
|
1884
|
-
export declare type HvCalendarClasses = ExtractNames<typeof
|
|
1896
|
+
export declare type HvCalendarClasses = ExtractNames<typeof useClasses_93>;
|
|
1885
1897
|
|
|
1886
1898
|
export declare const HvCalendarHeader: {
|
|
1887
1899
|
({ id, value, locale, classes: classesProp, onChange, showEndDate, showDayOfWeek, onFocus, invalidDateLabel, ...others }: HvCalendarHeaderProps): JSX_2.Element;
|
|
1888
1900
|
formElementType: string;
|
|
1889
1901
|
};
|
|
1890
1902
|
|
|
1891
|
-
export declare type HvCalendarHeaderClasses = ExtractNames<typeof
|
|
1903
|
+
export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_94>;
|
|
1892
1904
|
|
|
1893
1905
|
export declare interface HvCalendarHeaderProps {
|
|
1894
1906
|
/**
|
|
@@ -2083,13 +2095,13 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2083
2095
|
*/
|
|
2084
2096
|
export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
|
|
2085
2097
|
|
|
2086
|
-
export declare type HvCarouselClasses = ExtractNames<typeof
|
|
2098
|
+
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_115>;
|
|
2087
2099
|
|
|
2088
2100
|
export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_2.Element;
|
|
2089
2101
|
|
|
2090
2102
|
declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2091
2103
|
showDots?: boolean;
|
|
2092
|
-
classes?: ExtractNames<typeof
|
|
2104
|
+
classes?: ExtractNames<typeof useClasses_115>;
|
|
2093
2105
|
actions?: ReactNode;
|
|
2094
2106
|
onPreviousClick?: MouseEventHandler<HTMLButtonElement>;
|
|
2095
2107
|
onNextClick?: MouseEventHandler<HTMLButtonElement>;
|
|
@@ -2136,7 +2148,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2136
2148
|
*/
|
|
2137
2149
|
export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
|
|
2138
2150
|
|
|
2139
|
-
export declare type HvCarouselSlideClasses = ExtractNames<typeof
|
|
2151
|
+
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_116>;
|
|
2140
2152
|
|
|
2141
2153
|
export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
2142
2154
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -2151,14 +2163,16 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
|
|
|
2151
2163
|
|
|
2152
2164
|
declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2153
2165
|
width?: CSSProperties["width"];
|
|
2154
|
-
classes?: ExtractNames<typeof
|
|
2166
|
+
classes?: ExtractNames<typeof useClasses_115>;
|
|
2155
2167
|
onThumbnailClick?: (event: MouseEvent_2<HTMLButtonElement>, index: number) => void;
|
|
2156
2168
|
thumbnailProps?: Partial<HvButtonProps>;
|
|
2157
2169
|
showDots?: boolean;
|
|
2158
2170
|
renderThumbnail?: (index: number) => React.ReactNode;
|
|
2159
2171
|
}
|
|
2160
2172
|
|
|
2161
|
-
export
|
|
2173
|
+
export { HvCategoricalColor }
|
|
2174
|
+
|
|
2175
|
+
export declare type HvCategoricalColorKeys = HvCategoricalColor;
|
|
2162
2176
|
|
|
2163
2177
|
export declare interface HvCellInstance<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, V = any> extends Omit<Cell<D, V>, "column" | "row" | "getCellProps">, Partial<UseGroupByCellProps<D>> {
|
|
2164
2178
|
column: HvColumnInstance<D, H>;
|
|
@@ -2213,14 +2227,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
|
|
|
2213
2227
|
*/
|
|
2214
2228
|
export declare const HvCheckBox: (props: HvCheckBoxProps) => JSX_2.Element;
|
|
2215
2229
|
|
|
2216
|
-
export declare type HvCheckBoxClasses = ExtractNames<typeof
|
|
2230
|
+
export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_56>;
|
|
2217
2231
|
|
|
2218
2232
|
/**
|
|
2219
2233
|
* A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
|
|
2220
2234
|
*/
|
|
2221
2235
|
export declare const HvCheckBoxGroup: (props: HvCheckBoxGroupProps) => JSX_2.Element;
|
|
2222
2236
|
|
|
2223
|
-
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof
|
|
2237
|
+
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_62>;
|
|
2224
2238
|
|
|
2225
2239
|
export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2226
2240
|
/**
|
|
@@ -2342,13 +2356,17 @@ export declare interface HvCheckBoxProps extends Omit<HvBaseCheckBoxProps, "clas
|
|
|
2342
2356
|
|
|
2343
2357
|
export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEvent;
|
|
2344
2358
|
|
|
2359
|
+
export { HvColor }
|
|
2360
|
+
|
|
2361
|
+
export { HvColorAny }
|
|
2362
|
+
|
|
2345
2363
|
/**
|
|
2346
2364
|
* A color picker component which allows the user to select a color from a list of pre-defined colors or freely select one color via the Hue and Saturation.
|
|
2347
2365
|
* It receives a color string in HEX format and outputs an HEX formatted color.
|
|
2348
2366
|
*/
|
|
2349
2367
|
export declare const HvColorPicker: (props: HvColorPickerProps) => JSX_2.Element;
|
|
2350
2368
|
|
|
2351
|
-
export declare type HvColorPickerClasses = ExtractNames<typeof
|
|
2369
|
+
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_114>;
|
|
2352
2370
|
|
|
2353
2371
|
export declare interface HvColorPickerProps {
|
|
2354
2372
|
"aria-label"?: string;
|
|
@@ -2465,6 +2483,7 @@ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknow
|
|
|
2465
2483
|
} & HvColumnInterfaceBasedOnValue<D, H, D[K]>;
|
|
2466
2484
|
}>;
|
|
2467
2485
|
|
|
2486
|
+
/** The container enables you to center your content horizontally and bound it to a specific breakpoint. */
|
|
2468
2487
|
export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
2469
2488
|
|
|
2470
2489
|
export declare type HvContainerClasses = ExtractNames<typeof useClasses_24>;
|
|
@@ -2496,7 +2515,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
|
|
|
2496
2515
|
|
|
2497
2516
|
export declare const HvControls: (props: HvControlsProps) => JSX_2.Element;
|
|
2498
2517
|
|
|
2499
|
-
export declare type HvControlsClasses = ExtractNames<typeof
|
|
2518
|
+
export declare type HvControlsClasses = ExtractNames<typeof useClasses_90>;
|
|
2500
2519
|
|
|
2501
2520
|
export declare interface HvControlsProps extends HvBaseProps {
|
|
2502
2521
|
/**
|
|
@@ -2581,7 +2600,7 @@ export declare interface HvDateColumnCellProp {
|
|
|
2581
2600
|
*/
|
|
2582
2601
|
export declare const HvDatePicker: (props: HvDatePickerProps) => JSX_2.Element;
|
|
2583
2602
|
|
|
2584
|
-
export declare type HvDatePickerClasses = ExtractNames<typeof
|
|
2603
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_106>;
|
|
2585
2604
|
|
|
2586
2605
|
export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2587
2606
|
/**
|
|
@@ -2831,7 +2850,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
|
|
|
2831
2850
|
*/
|
|
2832
2851
|
export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_2.Element;
|
|
2833
2852
|
|
|
2834
|
-
export declare type HvDotPaginationClasses = ExtractNames<typeof
|
|
2853
|
+
export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_71>;
|
|
2835
2854
|
|
|
2836
2855
|
export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
|
|
2837
2856
|
/**
|
|
@@ -2919,7 +2938,7 @@ export declare interface HvDrawerProps extends DrawerProps, Omit<DrawerProps, "c
|
|
|
2919
2938
|
*/
|
|
2920
2939
|
export declare const HvDropdown: (props: HvDropdownProps) => JSX_2.Element;
|
|
2921
2940
|
|
|
2922
|
-
export declare type HvDropdownClasses = ExtractNames<typeof
|
|
2941
|
+
export declare type HvDropdownClasses = ExtractNames<typeof useClasses_80>;
|
|
2923
2942
|
|
|
2924
2943
|
export declare function hvDropdownColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, id: string, placeholder: string, disabledPlaceholder: string, onChange?: (identifier: string, value: HvListValue) => void): HvTableColumnConfig<D, H>;
|
|
2925
2944
|
|
|
@@ -2965,7 +2984,7 @@ export declare interface HvDropdownLabelsProps {
|
|
|
2965
2984
|
searchPlaceholder?: string;
|
|
2966
2985
|
}
|
|
2967
2986
|
|
|
2968
|
-
declare type HvDropdownListClasses = ExtractNames<typeof
|
|
2987
|
+
declare type HvDropdownListClasses = ExtractNames<typeof useClasses_81>;
|
|
2969
2988
|
|
|
2970
2989
|
declare interface HvDropdownListProps {
|
|
2971
2990
|
/**
|
|
@@ -3040,7 +3059,7 @@ declare interface HvDropdownListProps {
|
|
|
3040
3059
|
*/
|
|
3041
3060
|
export declare const HvDropDownMenu: (props: HvDropDownMenuProps) => JSX_2.Element;
|
|
3042
3061
|
|
|
3043
|
-
export declare type HvDropDownMenuClasses = ExtractNames<typeof
|
|
3062
|
+
export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_67>;
|
|
3044
3063
|
|
|
3045
3064
|
export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3046
3065
|
/** Icon. */
|
|
@@ -3333,7 +3352,7 @@ export { HvExtraProps }
|
|
|
3333
3352
|
|
|
3334
3353
|
export declare const HvFile: ({ id, classes: classesProp, data, onFileRemoved, removeFileButtonLabel, }: HvFileProps) => JSX_2.Element;
|
|
3335
3354
|
|
|
3336
|
-
export declare type HvFileClasses = ExtractNames<typeof
|
|
3355
|
+
export declare type HvFileClasses = ExtractNames<typeof useClasses_66>;
|
|
3337
3356
|
|
|
3338
3357
|
export declare interface HvFileData extends Omit<File, "name" | "size"> {
|
|
3339
3358
|
/**
|
|
@@ -3414,7 +3433,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
|
|
|
3414
3433
|
*/
|
|
3415
3434
|
export declare const HvFileUploaderPreview: ({ className, children, classes: classesProp, disableOverlay, onUnload, onClick, ...others }: HvFileUploaderPreviewProps) => JSX_2.Element;
|
|
3416
3435
|
|
|
3417
|
-
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof
|
|
3436
|
+
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_65>;
|
|
3418
3437
|
|
|
3419
3438
|
export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
|
|
3420
3439
|
/**
|
|
@@ -3489,9 +3508,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3489
3508
|
*/
|
|
3490
3509
|
export declare const HvFilterGroup: (props: HvFilterGroupProps) => JSX_2.Element;
|
|
3491
3510
|
|
|
3492
|
-
export declare type HvFilterGroupClasses = ExtractNames<typeof
|
|
3511
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_104>;
|
|
3493
3512
|
|
|
3494
|
-
declare type HvFilterGroupContentClasses = ExtractNames<typeof
|
|
3513
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_105>;
|
|
3495
3514
|
|
|
3496
3515
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3497
3516
|
description?: React.ReactNode;
|
|
@@ -3758,7 +3777,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
|
|
|
3758
3777
|
*/
|
|
3759
3778
|
export declare const HvGlobalActions: (props: HvGlobalActionsProps) => JSX_2.Element;
|
|
3760
3779
|
|
|
3761
|
-
export declare type HvGlobalActionsClasses = ExtractNames<typeof
|
|
3780
|
+
export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_79>;
|
|
3762
3781
|
|
|
3763
3782
|
export declare type HvGlobalActionsHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
|
|
3764
3783
|
|
|
@@ -3786,19 +3805,19 @@ export declare type HvGlobalActionsVariant = "global" | "section";
|
|
|
3786
3805
|
|
|
3787
3806
|
/**
|
|
3788
3807
|
* The grid creates visual consistency between layouts while allowing flexibility
|
|
3789
|
-
* across a wide variety of designs. This component is based
|
|
3808
|
+
* across a wide variety of designs. This component is based on a 12-column grid layout.
|
|
3790
3809
|
*
|
|
3791
|
-
* It
|
|
3810
|
+
* It's based on the [Material UI Grid](https://mui.com/material-ui/react-grid/).
|
|
3792
3811
|
*
|
|
3793
3812
|
* The definitions were set following the Design System directives:
|
|
3794
3813
|
*
|
|
3795
3814
|
* | Breakpoint | Width (in px) | Gutters (in px) | Number of columns |
|
|
3796
3815
|
* | ---------- | ------------- | --------------- | ----------------- |
|
|
3797
|
-
* | xs | [0-
|
|
3798
|
-
* | sm | [
|
|
3799
|
-
* | md | [
|
|
3800
|
-
* | lg | [
|
|
3801
|
-
* | xl | [
|
|
3816
|
+
* | xs | [0-600[ | 16 | 4 |
|
|
3817
|
+
* | sm | [600-960[ | 16 | 8 |
|
|
3818
|
+
* | md | [960-1270[ | 32 | 12 |
|
|
3819
|
+
* | lg | [1270-1920[ | 32 | 12 |
|
|
3820
|
+
* | xl | [1920-...[ | 32 | 12 |
|
|
3802
3821
|
*
|
|
3803
3822
|
* However, the number of columns is set to 12 for all breakpoints, as it serves most
|
|
3804
3823
|
* of the use cases and simplifies the implementation.
|
|
@@ -4019,7 +4038,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4019
4038
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4020
4039
|
}
|
|
4021
4040
|
|
|
4022
|
-
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof
|
|
4041
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_109>;
|
|
4023
4042
|
|
|
4024
4043
|
/**
|
|
4025
4044
|
* Provides the user with additional descriptive text for the form element.
|
|
@@ -4043,7 +4062,7 @@ export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
|
|
|
4043
4062
|
*/
|
|
4044
4063
|
export declare const HvInlineEditor: (props: HvInlineEditorProps) => JSX_2.Element;
|
|
4045
4064
|
|
|
4046
|
-
export declare type HvInlineEditorClasses = ExtractNames<typeof
|
|
4065
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_111>;
|
|
4047
4066
|
|
|
4048
4067
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4049
4068
|
/** The value of the form element. */
|
|
@@ -4071,7 +4090,7 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
|
|
|
4071
4090
|
*/
|
|
4072
4091
|
export declare const HvInput: React_2.ForwardRefExoticComponent<HvInputProps & React_2.RefAttributes<InputElement>>;
|
|
4073
4092
|
|
|
4074
|
-
export declare type HvInputClasses = ExtractNames<typeof
|
|
4093
|
+
export declare type HvInputClasses = ExtractNames<typeof useClasses_57>;
|
|
4075
4094
|
|
|
4076
4095
|
export declare interface HvInputLabels {
|
|
4077
4096
|
/** The label of the clear button. */
|
|
@@ -4306,7 +4325,7 @@ export declare interface HvLabelProps extends HvTypographyProps<"label"> {
|
|
|
4306
4325
|
|
|
4307
4326
|
export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_2.Element;
|
|
4308
4327
|
|
|
4309
|
-
export declare type HvLeftControlClasses = ExtractNames<typeof
|
|
4328
|
+
export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_91>;
|
|
4310
4329
|
|
|
4311
4330
|
export declare interface HvLeftControlProps extends HvBaseProps {
|
|
4312
4331
|
/** if `true` the hide sort by dropdown is not rendered */
|
|
@@ -4339,7 +4358,7 @@ export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onC
|
|
|
4339
4358
|
*/
|
|
4340
4359
|
export declare const HvList: (props: HvListProps) => JSX_2.Element;
|
|
4341
4360
|
|
|
4342
|
-
export declare type HvListClasses = ExtractNames<typeof
|
|
4361
|
+
export declare type HvListClasses = ExtractNames<typeof useClasses_63>;
|
|
4343
4362
|
|
|
4344
4363
|
/**
|
|
4345
4364
|
* A <b>list</b> is any enumeration of a set of items.
|
|
@@ -4502,7 +4521,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
|
|
|
4502
4521
|
/** Whether the loading animation is hidden. */
|
|
4503
4522
|
hidden?: boolean;
|
|
4504
4523
|
/** Color applied to the bars. */
|
|
4505
|
-
color?:
|
|
4524
|
+
color?: HvColorAny;
|
|
4506
4525
|
classes?: HvLoadingClasses;
|
|
4507
4526
|
}
|
|
4508
4527
|
|
|
@@ -4511,7 +4530,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
|
|
|
4511
4530
|
*/
|
|
4512
4531
|
export declare const HvLogin: (props: HvLoginProps) => JSX_2.Element;
|
|
4513
4532
|
|
|
4514
|
-
export declare type HvLoginClasses = ExtractNames<typeof
|
|
4533
|
+
export declare type HvLoginClasses = ExtractNames<typeof useClasses_89>;
|
|
4515
4534
|
|
|
4516
4535
|
export declare interface HvLoginProps extends HvBaseProps {
|
|
4517
4536
|
/**
|
|
@@ -4575,7 +4594,7 @@ export declare const hvNumberFallback: (value: any) => number | "—";
|
|
|
4575
4594
|
*/
|
|
4576
4595
|
export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_2.Element;
|
|
4577
4596
|
|
|
4578
|
-
export declare type HvOverflowTooltipClasses = ExtractNames<typeof
|
|
4597
|
+
export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_50>;
|
|
4579
4598
|
|
|
4580
4599
|
export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
4581
4600
|
/** The node that will be rendered inside the tooltip. */
|
|
@@ -4598,7 +4617,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
|
4598
4617
|
*/
|
|
4599
4618
|
export declare const HvPagination: (props: HvPaginationProps) => JSX_2.Element;
|
|
4600
4619
|
|
|
4601
|
-
export declare type HvPaginationClasses = ExtractNames<typeof
|
|
4620
|
+
export declare type HvPaginationClasses = ExtractNames<typeof useClasses_68>;
|
|
4602
4621
|
|
|
4603
4622
|
export declare interface HvPaginationLabels {
|
|
4604
4623
|
/** The show label. */
|
|
@@ -4785,7 +4804,7 @@ export declare interface HvProviderProps {
|
|
|
4785
4804
|
*/
|
|
4786
4805
|
export declare const HvQueryBuilder: (props: HvQueryBuilderProps) => JSX_2.Element;
|
|
4787
4806
|
|
|
4788
|
-
export declare type HvQueryBuilderClasses = ExtractNames<typeof
|
|
4807
|
+
export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_113>;
|
|
4789
4808
|
|
|
4790
4809
|
export declare interface HvQueryBuilderProps {
|
|
4791
4810
|
attributes?: Record<string, Attribute>;
|
|
@@ -4836,7 +4855,7 @@ export declare interface HvQueryBuilderProps {
|
|
|
4836
4855
|
*/
|
|
4837
4856
|
export declare const HvRadio: (props: HvRadioProps) => JSX_2.Element;
|
|
4838
4857
|
|
|
4839
|
-
export declare type HvRadioClasses = ExtractNames<typeof
|
|
4858
|
+
export declare type HvRadioClasses = ExtractNames<typeof useClasses_59>;
|
|
4840
4859
|
|
|
4841
4860
|
/**
|
|
4842
4861
|
* A group of radio buttons.
|
|
@@ -4845,7 +4864,7 @@ export declare type HvRadioClasses = ExtractNames<typeof useClasses_58>;
|
|
|
4845
4864
|
*/
|
|
4846
4865
|
export declare const HvRadioGroup: (props: HvRadioGroupProps) => JSX_2.Element;
|
|
4847
4866
|
|
|
4848
|
-
export declare type HvRadioGroupClasses = ExtractNames<typeof
|
|
4867
|
+
export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_64>;
|
|
4849
4868
|
|
|
4850
4869
|
export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
4851
4870
|
/**
|
|
@@ -5036,7 +5055,7 @@ export declare type HvRadioStatus = "standBy" | "valid" | "invalid";
|
|
|
5036
5055
|
|
|
5037
5056
|
export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_2.Element;
|
|
5038
5057
|
|
|
5039
|
-
export declare type HvRightControlClasses = ExtractNames<typeof
|
|
5058
|
+
export declare type HvRightControlClasses = ExtractNames<typeof useClasses_92>;
|
|
5040
5059
|
|
|
5041
5060
|
export declare interface HvRightControlProps extends HvBaseProps {
|
|
5042
5061
|
/** if `true` the hide sort by dropdown is not rendered */
|
|
@@ -5075,7 +5094,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5075
5094
|
*/
|
|
5076
5095
|
export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5077
5096
|
|
|
5078
|
-
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof
|
|
5097
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_110>;
|
|
5079
5098
|
|
|
5080
5099
|
export declare interface HvScrollToHorizontalOption {
|
|
5081
5100
|
key?: string;
|
|
@@ -5128,7 +5147,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5128
5147
|
*/
|
|
5129
5148
|
export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5130
5149
|
|
|
5131
|
-
export declare type HvScrollToVerticalClasses = ExtractNames<typeof
|
|
5150
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_108>;
|
|
5132
5151
|
|
|
5133
5152
|
export declare interface HvScrollToVerticalOption {
|
|
5134
5153
|
key?: string;
|
|
@@ -5240,7 +5259,9 @@ export declare interface HvSelectionListProps extends HvBaseProps<HTMLUListEleme
|
|
|
5240
5259
|
classes?: HvSelectionListClasses;
|
|
5241
5260
|
}
|
|
5242
5261
|
|
|
5243
|
-
export
|
|
5262
|
+
export { HvSemanticColor }
|
|
5263
|
+
|
|
5264
|
+
export declare type HvSemanticColorKeys = HvSemanticColor;
|
|
5244
5265
|
|
|
5245
5266
|
export declare type HvSemanticColors = Record<HvSemanticColorKeys, string>;
|
|
5246
5267
|
|
|
@@ -5248,6 +5269,9 @@ export declare type HvSequentialColorKeys = "cat1" | "cat1_100" | "cat1_200" | "
|
|
|
5248
5269
|
|
|
5249
5270
|
export declare const HvSimpleGrid: (props: HvSimpleGridProps) => JSX_2.Element;
|
|
5250
5271
|
|
|
5272
|
+
export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_44>;
|
|
5273
|
+
|
|
5274
|
+
/** Grid component that enables you to create columns of equal width and define your own breakpoints and responsive behavior. */
|
|
5251
5275
|
export declare interface HvSimpleGridProps extends HvBaseProps {
|
|
5252
5276
|
/**
|
|
5253
5277
|
* Spacing with pre-defined values according the values defined in the theme
|
|
@@ -5267,14 +5291,18 @@ export declare interface HvSimpleGridProps extends HvBaseProps {
|
|
|
5267
5291
|
* Number of how many columns the content will be displayed
|
|
5268
5292
|
*/
|
|
5269
5293
|
cols?: number;
|
|
5294
|
+
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
5295
|
+
classes?: HvSimpleGridClasses;
|
|
5270
5296
|
}
|
|
5271
5297
|
|
|
5298
|
+
export { HvSize }
|
|
5299
|
+
|
|
5272
5300
|
/**
|
|
5273
5301
|
* Sliders reflect a range of values along a bar, from which users may select a single value. They are ideal for adjusting settings such as volume, brightness, or applying image filters.
|
|
5274
5302
|
*/
|
|
5275
5303
|
export declare const HvSlider: (props: HvSliderProps) => JSX_2.Element;
|
|
5276
5304
|
|
|
5277
|
-
export declare type HvSliderClasses = ExtractNames<typeof
|
|
5305
|
+
export declare type HvSliderClasses = ExtractNames<typeof useClasses_103>;
|
|
5278
5306
|
|
|
5279
5307
|
export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
|
|
5280
5308
|
/**
|
|
@@ -5416,11 +5444,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
|
|
|
5416
5444
|
*/
|
|
5417
5445
|
export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, transitionDuration, transitionDirection, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_2.Element;
|
|
5418
5446
|
|
|
5419
|
-
export declare type HvSnackbarClasses = ExtractNames<typeof
|
|
5447
|
+
export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_75>;
|
|
5420
5448
|
|
|
5421
5449
|
export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
5422
5450
|
|
|
5423
|
-
export declare type HvSnackbarContentClasses = ExtractNames<typeof
|
|
5451
|
+
export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_76>;
|
|
5424
5452
|
|
|
5425
5453
|
export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes">, HvBaseProps {
|
|
5426
5454
|
/** The message to display. */
|
|
@@ -5474,7 +5502,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
|
|
|
5474
5502
|
|
|
5475
5503
|
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
|
|
5476
5504
|
|
|
5477
|
-
export declare type HvSnackbarProviderClasses = ExtractNames<typeof
|
|
5505
|
+
export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_77>;
|
|
5478
5506
|
|
|
5479
5507
|
export declare interface HvSnackbarProviderProps {
|
|
5480
5508
|
/** Your component tree. */
|
|
@@ -5504,7 +5532,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_2.Element;
|
|
|
5504
5532
|
export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
|
|
5505
5533
|
}
|
|
5506
5534
|
|
|
5507
|
-
export declare type HvStackClasses = ExtractNames<typeof
|
|
5535
|
+
export declare type HvStackClasses = ExtractNames<typeof useClasses_45>;
|
|
5508
5536
|
|
|
5509
5537
|
export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
|
|
5510
5538
|
|
|
@@ -5554,7 +5582,9 @@ export declare interface HvSuggestionsProps extends HvBaseProps {
|
|
|
5554
5582
|
classes?: HvSuggestionsClasses;
|
|
5555
5583
|
}
|
|
5556
5584
|
|
|
5557
|
-
export
|
|
5585
|
+
export { HvSupportColor }
|
|
5586
|
+
|
|
5587
|
+
export declare type HvSupportColorKeys = HvSupportColor;
|
|
5558
5588
|
|
|
5559
5589
|
export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
|
|
5560
5590
|
|
|
@@ -5566,7 +5596,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
|
|
|
5566
5596
|
*/
|
|
5567
5597
|
export declare const HvSwitch: (props: HvSwitchProps) => JSX_2.Element;
|
|
5568
5598
|
|
|
5569
|
-
export declare type HvSwitchClasses = ExtractNames<typeof
|
|
5599
|
+
export declare type HvSwitchClasses = ExtractNames<typeof useClasses_58>;
|
|
5570
5600
|
|
|
5571
5601
|
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>;
|
|
5572
5602
|
|
|
@@ -5691,7 +5721,7 @@ export declare interface HvSwitchProps extends Omit<SwitchProps_2, "onChange" |
|
|
|
5691
5721
|
|
|
5692
5722
|
export declare const HvTab: (props: HvTabProps) => JSX_2.Element;
|
|
5693
5723
|
|
|
5694
|
-
export declare type HvTabClasses = ExtractNames<typeof
|
|
5724
|
+
export declare type HvTabClasses = ExtractNames<typeof useClasses_46>;
|
|
5695
5725
|
|
|
5696
5726
|
/**
|
|
5697
5727
|
* A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
|
|
@@ -5711,7 +5741,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
|
|
|
5711
5741
|
*/
|
|
5712
5742
|
export declare const HvTableBody: React_2.ForwardRefExoticComponent<HvTableBodyProps & React_2.RefAttributes<HTMLElement>>;
|
|
5713
5743
|
|
|
5714
|
-
export declare type HvTableBodyClasses = ExtractNames<typeof
|
|
5744
|
+
export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_84>;
|
|
5715
5745
|
|
|
5716
5746
|
export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
|
|
5717
5747
|
/**
|
|
@@ -5745,7 +5775,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
5745
5775
|
|
|
5746
5776
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
5747
5777
|
|
|
5748
|
-
export declare type HvTableCellClasses = ExtractNames<typeof
|
|
5778
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_88>;
|
|
5749
5779
|
|
|
5750
5780
|
export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
5751
5781
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -5784,7 +5814,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
|
|
|
5784
5814
|
|
|
5785
5815
|
export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
|
|
5786
5816
|
|
|
5787
|
-
export declare type HvTableClasses = ExtractNames<typeof
|
|
5817
|
+
export declare type HvTableClasses = ExtractNames<typeof useClasses_82>;
|
|
5788
5818
|
|
|
5789
5819
|
export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
|
|
5790
5820
|
|
|
@@ -5798,7 +5828,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
|
|
|
5798
5828
|
*/
|
|
5799
5829
|
export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
|
|
5800
5830
|
|
|
5801
|
-
export declare type HvTableContainerClasses = ExtractNames<typeof
|
|
5831
|
+
export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_83>;
|
|
5802
5832
|
|
|
5803
5833
|
export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
|
|
5804
5834
|
/**
|
|
@@ -5822,14 +5852,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
|
|
|
5822
5852
|
*/
|
|
5823
5853
|
export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
|
|
5824
5854
|
|
|
5825
|
-
export declare type HvTableHeadClasses = ExtractNames<typeof
|
|
5855
|
+
export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_85>;
|
|
5826
5856
|
|
|
5827
5857
|
/**
|
|
5828
5858
|
* `HvTableHeader` acts as a `th` element and inherits styles from its context
|
|
5829
5859
|
*/
|
|
5830
5860
|
export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
|
|
5831
5861
|
|
|
5832
|
-
export declare type HvTableHeaderClasses = ExtractNames<typeof
|
|
5862
|
+
export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_86>;
|
|
5833
5863
|
|
|
5834
5864
|
export declare interface HvTableHeaderProps extends Omit<ThHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
5835
5865
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
|
|
@@ -5968,7 +5998,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
|
|
|
5968
5998
|
*/
|
|
5969
5999
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
5970
6000
|
|
|
5971
|
-
export declare type HvTableRowClasses = ExtractNames<typeof
|
|
6001
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_87>;
|
|
5972
6002
|
|
|
5973
6003
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
5974
6004
|
/** Content to be rendered */
|
|
@@ -6012,7 +6042,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children">, HvBasePr
|
|
|
6012
6042
|
*/
|
|
6013
6043
|
export declare const HvTabs: (props: HvTabsProps) => JSX_2.Element;
|
|
6014
6044
|
|
|
6015
|
-
export declare type HvTabsClasses = ExtractNames<typeof
|
|
6045
|
+
export declare type HvTabsClasses = ExtractNames<typeof useClasses_47>;
|
|
6016
6046
|
|
|
6017
6047
|
export declare interface HvTabsProps extends TabsProps, HvBaseProps<HTMLButtonElement, "onChange"> {
|
|
6018
6048
|
/**
|
|
@@ -6039,7 +6069,7 @@ export declare interface HvTabsProps extends TabsProps, HvBaseProps<HTMLButtonEl
|
|
|
6039
6069
|
*/
|
|
6040
6070
|
export declare const HvTag: (props: HvTagProps) => JSX_2.Element;
|
|
6041
6071
|
|
|
6042
|
-
export declare type HvTagClasses = ExtractNames<typeof
|
|
6072
|
+
export declare type HvTagClasses = ExtractNames<typeof useClasses_48>;
|
|
6043
6073
|
|
|
6044
6074
|
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>;
|
|
6045
6075
|
|
|
@@ -6053,7 +6083,7 @@ export declare interface HvTagProps extends Omit<ChipProps, "color" | "classes">
|
|
|
6053
6083
|
/** The type of the tag element. A tag can be of semantic or categoric type. */
|
|
6054
6084
|
type?: "semantic" | "categorical";
|
|
6055
6085
|
/** Background color to be applied to the tag */
|
|
6056
|
-
color?:
|
|
6086
|
+
color?: HvColorAny;
|
|
6057
6087
|
/** Icon used to customize the delete icon in the Chip element */
|
|
6058
6088
|
deleteIcon?: React.ReactElement;
|
|
6059
6089
|
/**
|
|
@@ -6078,7 +6108,7 @@ export declare interface HvTagProps extends Omit<ChipProps, "color" | "classes">
|
|
|
6078
6108
|
*/
|
|
6079
6109
|
export declare const HvTagsInput: (props: HvTagsInputProps) => JSX_2.Element;
|
|
6080
6110
|
|
|
6081
|
-
export declare type HvTagsInputClasses = ExtractNames<typeof
|
|
6111
|
+
export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_61>;
|
|
6082
6112
|
|
|
6083
6113
|
export declare interface HvTagsInputProps extends HvBaseProps<HTMLElement, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "color" | "defaultValue"> {
|
|
6084
6114
|
/** The form element name. */
|
|
@@ -6153,7 +6183,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
|
|
|
6153
6183
|
*/
|
|
6154
6184
|
export declare const HvTextArea: ForwardRefExoticComponent<Omit<HvTextAreaProps, "ref"> & RefAttributes<any>>;
|
|
6155
6185
|
|
|
6156
|
-
export declare type HvTextAreaClasses = ExtractNames<typeof
|
|
6186
|
+
export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_60>;
|
|
6157
6187
|
|
|
6158
6188
|
export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus"> {
|
|
6159
6189
|
/**
|
|
@@ -6298,7 +6328,7 @@ declare interface HvThemeProviderProps {
|
|
|
6298
6328
|
*/
|
|
6299
6329
|
export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: HvTimeAgoProps<C>) => React.ReactElement | null;
|
|
6300
6330
|
|
|
6301
|
-
export declare type HvTimeAgoClasses = ExtractNames<typeof
|
|
6331
|
+
export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_112>;
|
|
6302
6332
|
|
|
6303
6333
|
export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
|
|
6304
6334
|
/**
|
|
@@ -6334,7 +6364,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
|
|
|
6334
6364
|
*/
|
|
6335
6365
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
6336
6366
|
|
|
6337
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6367
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_117>;
|
|
6338
6368
|
|
|
6339
6369
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
6340
6370
|
|
|
@@ -6410,7 +6440,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
|
|
|
6410
6440
|
*/
|
|
6411
6441
|
export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
|
|
6412
6442
|
|
|
6413
|
-
export declare type HvTooltipClasses = ExtractNames<typeof
|
|
6443
|
+
export declare type HvTooltipClasses = ExtractNames<typeof useClasses_49>;
|
|
6414
6444
|
|
|
6415
6445
|
export declare type HvTooltipPlacementType = TooltipProps["placement"];
|
|
6416
6446
|
|
|
@@ -6538,7 +6568,7 @@ export declare const HvVerticalNavigation: (props: HvVerticalNavigationProps) =>
|
|
|
6538
6568
|
|
|
6539
6569
|
export declare const HvVerticalNavigationAction: ({ className, classes: classesProp, id, label, icon, onClick, ...others }: HvVerticalNavigationActionProps) => JSX_2.Element;
|
|
6540
6570
|
|
|
6541
|
-
export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof
|
|
6571
|
+
export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_98>;
|
|
6542
6572
|
|
|
6543
6573
|
export declare interface HvVerticalNavigationActionProps {
|
|
6544
6574
|
/**
|
|
@@ -6569,7 +6599,7 @@ export declare interface HvVerticalNavigationActionProps {
|
|
|
6569
6599
|
|
|
6570
6600
|
export declare const HvVerticalNavigationActions: ({ className, classes: classesProp, id, children, ...others }: HvVerticalNavigationActionsProps) => JSX_2.Element;
|
|
6571
6601
|
|
|
6572
|
-
export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof
|
|
6602
|
+
export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_97>;
|
|
6573
6603
|
|
|
6574
6604
|
export declare interface HvVerticalNavigationActionsProps {
|
|
6575
6605
|
/**
|
|
@@ -6590,11 +6620,11 @@ export declare interface HvVerticalNavigationActionsProps {
|
|
|
6590
6620
|
children?: React.ReactNode;
|
|
6591
6621
|
}
|
|
6592
6622
|
|
|
6593
|
-
export declare type HvVerticalNavigationClasses = ExtractNames<typeof
|
|
6623
|
+
export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_95>;
|
|
6594
6624
|
|
|
6595
6625
|
export declare const HvVerticalNavigationHeader: ({ title, openIcon, closeIcon, collapseButtonProps, backButtonProps, className, classes: classesProp, onCollapseButtonClick, ...others }: HvVerticalNavigationHeaderProps) => JSX_2.Element | null;
|
|
6596
6626
|
|
|
6597
|
-
export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof
|
|
6627
|
+
export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_96>;
|
|
6598
6628
|
|
|
6599
6629
|
export declare interface HvVerticalNavigationHeaderProps {
|
|
6600
6630
|
/**
|
|
@@ -6681,7 +6711,7 @@ export declare interface HvVerticalNavigationProps {
|
|
|
6681
6711
|
|
|
6682
6712
|
export declare const HvVerticalNavigationSlider: ({ id, classes: classesProp, data, selected, onNavigateToTarget, onNavigateToChild, forwardButtonAriaLabel, }: HvVerticalNavigationSliderProps) => JSX_2.Element;
|
|
6683
6713
|
|
|
6684
|
-
export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof
|
|
6714
|
+
export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_100>;
|
|
6685
6715
|
|
|
6686
6716
|
export declare interface HvVerticalNavigationSliderProps {
|
|
6687
6717
|
/**
|
|
@@ -6721,7 +6751,7 @@ export declare interface HvVerticalNavigationSliderProps {
|
|
|
6721
6751
|
|
|
6722
6752
|
export declare const HvVerticalNavigationTree: ({ id, className, classes: classesProp, data, mode, collapsible, expanded: expandedProp, defaultExpanded, onToggle, selected: selectedProp, defaultSelected, onChange, sliderForwardButtonAriaLabel, ...others }: HvVerticalNavigationTreeProps) => JSX_2.Element;
|
|
6723
6753
|
|
|
6724
|
-
export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof
|
|
6754
|
+
export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_99>;
|
|
6725
6755
|
|
|
6726
6756
|
export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
6727
6757
|
/**
|
|
@@ -6795,11 +6825,11 @@ export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLD
|
|
|
6795
6825
|
|
|
6796
6826
|
export declare const HvVerticalNavigationTreeView: ForwardRefExoticComponent<HvVerticalNavigationTreeViewProps & RefAttributes<unknown>>;
|
|
6797
6827
|
|
|
6798
|
-
export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof
|
|
6828
|
+
export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_101>;
|
|
6799
6829
|
|
|
6800
6830
|
export declare const HvVerticalNavigationTreeViewItem: ForwardRefExoticComponent<HvVerticalNavigationTreeViewItemProps & RefAttributes<unknown>>;
|
|
6801
6831
|
|
|
6802
|
-
export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof
|
|
6832
|
+
export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_102>;
|
|
6803
6833
|
|
|
6804
6834
|
export declare interface HvVerticalNavigationTreeViewItemProps {
|
|
6805
6835
|
/**
|
|
@@ -6962,7 +6992,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
6962
6992
|
children?: React.ReactNode;
|
|
6963
6993
|
}
|
|
6964
6994
|
|
|
6965
|
-
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof
|
|
6995
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_107>;
|
|
6966
6996
|
|
|
6967
6997
|
/**
|
|
6968
6998
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
@@ -7151,10 +7181,10 @@ export declare const loginClasses: {
|
|
|
7151
7181
|
};
|
|
7152
7182
|
|
|
7153
7183
|
export declare const multiButtonClasses: {
|
|
7154
|
-
button: "
|
|
7155
|
-
root: "
|
|
7156
|
-
vertical: "
|
|
7157
|
-
selected: "
|
|
7184
|
+
button: "HvMultiButton-button";
|
|
7185
|
+
root: "HvMultiButton-root";
|
|
7186
|
+
vertical: "HvMultiButton-vertical";
|
|
7187
|
+
selected: "HvMultiButton-selected";
|
|
7158
7188
|
};
|
|
7159
7189
|
|
|
7160
7190
|
export declare const multiSelectionEventHandler: (evt: any, index: any, selectionAnchor: any, allValues: any, selectedState: any, selectionCheck: any) => any[];
|
|
@@ -7474,6 +7504,10 @@ export declare const setId: (...args: any[]) => string | undefined;
|
|
|
7474
7504
|
|
|
7475
7505
|
export declare const setUid: (id: any, suffix: any) => string | undefined;
|
|
7476
7506
|
|
|
7507
|
+
export declare const simpleGridClasses: {
|
|
7508
|
+
root: "HvSimpleGrid-root";
|
|
7509
|
+
};
|
|
7510
|
+
|
|
7477
7511
|
export declare const sliderClasses: {
|
|
7478
7512
|
label: "HvSlider-label";
|
|
7479
7513
|
root: "HvSlider-root";
|
|
@@ -7889,7 +7923,20 @@ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "show" | "hi
|
|
|
7889
7923
|
cx: (...args: any) => string;
|
|
7890
7924
|
};
|
|
7891
7925
|
|
|
7892
|
-
declare const useClasses_100: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
7926
|
+
declare const useClasses_100: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemFocus", string>>, addStatic?: boolean) => {
|
|
7927
|
+
classes: {
|
|
7928
|
+
root: string;
|
|
7929
|
+
listItemSelected: string;
|
|
7930
|
+
listItemFocus: string;
|
|
7931
|
+
};
|
|
7932
|
+
css: {
|
|
7933
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
7934
|
+
(...args: CSSInterpolation[]): string;
|
|
7935
|
+
};
|
|
7936
|
+
cx: (...args: any) => string;
|
|
7937
|
+
};
|
|
7938
|
+
|
|
7939
|
+
declare const useClasses_101: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
7893
7940
|
classes: {
|
|
7894
7941
|
root: string;
|
|
7895
7942
|
};
|
|
@@ -7900,7 +7947,7 @@ declare const useClasses_100: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
7900
7947
|
cx: (...args: any) => string;
|
|
7901
7948
|
};
|
|
7902
7949
|
|
|
7903
|
-
declare const
|
|
7950
|
+
declare const useClasses_102: (classesProp?: Partial<Record<"content" | "unselectable" | "link" | "label" | "group" | "hide" | "expanded" | "disabled" | "selected" | "node" | "focused" | "selectable" | "labelIcon" | "collapsed" | "minimized" | "expandable" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
|
|
7904
7951
|
classes: {
|
|
7905
7952
|
content: string;
|
|
7906
7953
|
unselectable: string;
|
|
@@ -7928,7 +7975,7 @@ declare const useClasses_101: (classesProp?: Partial<Record<"content" | "unselec
|
|
|
7928
7975
|
cx: (...args: any) => string;
|
|
7929
7976
|
};
|
|
7930
7977
|
|
|
7931
|
-
declare const
|
|
7978
|
+
declare const useClasses_103: (classesProp?: Partial<Record<"label" | "root" | "error" | "rootDisabled" | "labelContainer" | "sliderBase" | "sliderContainer" | "trackDragging" | "trackStandBy" | "sliderRoot" | "rootRange" | "handleContainer" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
|
|
7932
7979
|
classes: {
|
|
7933
7980
|
label: string;
|
|
7934
7981
|
root: string;
|
|
@@ -7956,7 +8003,7 @@ declare const useClasses_102: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
7956
8003
|
cx: (...args: any) => string;
|
|
7957
8004
|
};
|
|
7958
8005
|
|
|
7959
|
-
declare const
|
|
8006
|
+
declare const useClasses_104: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
|
|
7960
8007
|
classes: {
|
|
7961
8008
|
label: string;
|
|
7962
8009
|
root: string;
|
|
@@ -7971,7 +8018,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
7971
8018
|
cx: (...args: any) => string;
|
|
7972
8019
|
};
|
|
7973
8020
|
|
|
7974
|
-
declare const
|
|
8021
|
+
declare const useClasses_105: (classesProp?: Partial<Record<"header" | "root" | "space" | "actionBar" | "dropdown" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>, addStatic?: boolean) => {
|
|
7975
8022
|
classes: {
|
|
7976
8023
|
header: string;
|
|
7977
8024
|
root: string;
|
|
@@ -7991,7 +8038,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"header" | "root" |
|
|
|
7991
8038
|
cx: (...args: any) => string;
|
|
7992
8039
|
};
|
|
7993
8040
|
|
|
7994
|
-
declare const
|
|
8041
|
+
declare const useClasses_106: (classesProp?: Partial<Record<"label" | "root" | "icon" | "dropdown" | "action" | "error" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
|
|
7995
8042
|
classes: {
|
|
7996
8043
|
label: string;
|
|
7997
8044
|
root: string;
|
|
@@ -8015,7 +8062,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8015
8062
|
cx: (...args: any) => string;
|
|
8016
8063
|
};
|
|
8017
8064
|
|
|
8018
|
-
declare const
|
|
8065
|
+
declare const useClasses_107: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>, addStatic?: boolean) => {
|
|
8019
8066
|
classes: {
|
|
8020
8067
|
button: string;
|
|
8021
8068
|
text: string;
|
|
@@ -8029,7 +8076,7 @@ declare const useClasses_106: (classesProp?: Partial<Record<"button" | "text" |
|
|
|
8029
8076
|
cx: (...args: any) => string;
|
|
8030
8077
|
};
|
|
8031
8078
|
|
|
8032
|
-
declare const
|
|
8079
|
+
declare const useClasses_108: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
|
|
8033
8080
|
classes: {
|
|
8034
8081
|
root: string;
|
|
8035
8082
|
positionFixed: string;
|
|
@@ -8042,7 +8089,7 @@ declare const useClasses_107: (classesProp?: Partial<Record<"root" | "positionFi
|
|
|
8042
8089
|
cx: (...args: any) => string;
|
|
8043
8090
|
};
|
|
8044
8091
|
|
|
8045
|
-
declare const
|
|
8092
|
+
declare const useClasses_109: (classesProp?: Partial<Record<"button" | "text" | "root" | "selected", string>>, addStatic?: boolean) => {
|
|
8046
8093
|
classes: {
|
|
8047
8094
|
button: string;
|
|
8048
8095
|
text: string;
|
|
@@ -8056,14 +8103,16 @@ declare const useClasses_108: (classesProp?: Partial<Record<"button" | "text" |
|
|
|
8056
8103
|
cx: (...args: any) => string;
|
|
8057
8104
|
};
|
|
8058
8105
|
|
|
8059
|
-
declare const
|
|
8106
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"label" | "root" | "listbox" | "horizontal" | "vertical" | "error" | "invalid" | "description", string>>, addStatic?: boolean) => {
|
|
8060
8107
|
classes: {
|
|
8108
|
+
label: string;
|
|
8061
8109
|
root: string;
|
|
8062
|
-
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
|
|
8066
|
-
|
|
8110
|
+
listbox: string;
|
|
8111
|
+
horizontal: string;
|
|
8112
|
+
vertical: string;
|
|
8113
|
+
error: string;
|
|
8114
|
+
invalid: string;
|
|
8115
|
+
description: string;
|
|
8067
8116
|
};
|
|
8068
8117
|
css: {
|
|
8069
8118
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8072,16 +8121,14 @@ declare const useClasses_109: (classesProp?: Partial<Record<"root" | "selected"
|
|
|
8072
8121
|
cx: (...args: any) => string;
|
|
8073
8122
|
};
|
|
8074
8123
|
|
|
8075
|
-
declare const
|
|
8124
|
+
declare const useClasses_110: (classesProp?: Partial<Record<"root" | "selected" | "positionSticky" | "positionFixed" | "notSelectedRoot" | "notSelected", string>>, addStatic?: boolean) => {
|
|
8076
8125
|
classes: {
|
|
8077
|
-
label: string;
|
|
8078
8126
|
root: string;
|
|
8079
|
-
|
|
8080
|
-
|
|
8081
|
-
|
|
8082
|
-
|
|
8083
|
-
|
|
8084
|
-
description: string;
|
|
8127
|
+
selected: string;
|
|
8128
|
+
positionSticky: string;
|
|
8129
|
+
positionFixed: string;
|
|
8130
|
+
notSelectedRoot: string;
|
|
8131
|
+
notSelected: string;
|
|
8085
8132
|
};
|
|
8086
8133
|
css: {
|
|
8087
8134
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8090,7 +8137,7 @@ declare const useClasses_11: (classesProp?: Partial<Record<"label" | "root" | "l
|
|
|
8090
8137
|
cx: (...args: any) => string;
|
|
8091
8138
|
};
|
|
8092
8139
|
|
|
8093
|
-
declare const
|
|
8140
|
+
declare const useClasses_111: (classesProp?: Partial<Record<"button" | "input" | "text" | "root" | "icon" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
|
|
8094
8141
|
classes: {
|
|
8095
8142
|
button: string;
|
|
8096
8143
|
input: string;
|
|
@@ -8110,7 +8157,7 @@ declare const useClasses_110: (classesProp?: Partial<Record<"button" | "input" |
|
|
|
8110
8157
|
cx: (...args: any) => string;
|
|
8111
8158
|
};
|
|
8112
8159
|
|
|
8113
|
-
declare const
|
|
8160
|
+
declare const useClasses_112: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8114
8161
|
classes: {
|
|
8115
8162
|
root: string;
|
|
8116
8163
|
};
|
|
@@ -8121,7 +8168,7 @@ declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8121
8168
|
cx: (...args: any) => string;
|
|
8122
8169
|
};
|
|
8123
8170
|
|
|
8124
|
-
declare const
|
|
8171
|
+
declare const useClasses_113: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
|
|
8125
8172
|
classes: {
|
|
8126
8173
|
root: string;
|
|
8127
8174
|
removeButton: string;
|
|
@@ -8146,7 +8193,7 @@ declare const useClasses_112: (classesProp?: Partial<Record<"root" | "removeButt
|
|
|
8146
8193
|
cx: (...args: any) => string;
|
|
8147
8194
|
};
|
|
8148
8195
|
|
|
8149
|
-
declare const
|
|
8196
|
+
declare const useClasses_114: (classesProp?: Partial<Record<"label" | "root" | "colorPicker" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
8150
8197
|
classes: {
|
|
8151
8198
|
label: string;
|
|
8152
8199
|
root: string;
|
|
@@ -8169,7 +8216,7 @@ declare const useClasses_113: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8169
8216
|
cx: (...args: any) => string;
|
|
8170
8217
|
};
|
|
8171
8218
|
|
|
8172
|
-
declare const
|
|
8219
|
+
declare const useClasses_115: (classesProp?: Partial<Record<"title" | "main" | "root" | "dot" | "controls" | "xs" | "actions" | "panel" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "counter" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>, addStatic?: boolean) => {
|
|
8173
8220
|
classes: {
|
|
8174
8221
|
title: string;
|
|
8175
8222
|
main: string;
|
|
@@ -8203,7 +8250,7 @@ declare const useClasses_114: (classesProp?: Partial<Record<"title" | "main" | "
|
|
|
8203
8250
|
cx: (...args: any) => string;
|
|
8204
8251
|
};
|
|
8205
8252
|
|
|
8206
|
-
declare const
|
|
8253
|
+
declare const useClasses_116: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
|
|
8207
8254
|
classes: {
|
|
8208
8255
|
image: string;
|
|
8209
8256
|
slide: string;
|
|
@@ -8215,7 +8262,7 @@ declare const useClasses_115: (classesProp?: Partial<Record<"image" | "slide", s
|
|
|
8215
8262
|
cx: (...args: any) => string;
|
|
8216
8263
|
};
|
|
8217
8264
|
|
|
8218
|
-
declare const
|
|
8265
|
+
declare const useClasses_117: (classesProp?: Partial<Record<"placeholder" | "label" | "root" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
8219
8266
|
classes: {
|
|
8220
8267
|
placeholder: string;
|
|
8221
8268
|
label: string;
|
|
@@ -8824,7 +8871,18 @@ declare const useClasses_43: (classesProp?: Partial<Record<"progress" | "root" |
|
|
|
8824
8871
|
cx: (...args: any) => string;
|
|
8825
8872
|
};
|
|
8826
8873
|
|
|
8827
|
-
declare const useClasses_44: (classesProp?: Partial<Record<"root"
|
|
8874
|
+
declare const useClasses_44: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8875
|
+
classes: {
|
|
8876
|
+
root: string;
|
|
8877
|
+
};
|
|
8878
|
+
css: {
|
|
8879
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8880
|
+
(...args: CSSInterpolation[]): string;
|
|
8881
|
+
};
|
|
8882
|
+
cx: (...args: any) => string;
|
|
8883
|
+
};
|
|
8884
|
+
|
|
8885
|
+
declare const useClasses_45: (classesProp?: Partial<Record<"root" | "row" | "column" | "xs" | "sm" | "md" | "lg" | "xl", string>>, addStatic?: boolean) => {
|
|
8828
8886
|
classes: {
|
|
8829
8887
|
root: string;
|
|
8830
8888
|
row: string;
|
|
@@ -8842,7 +8900,7 @@ declare const useClasses_44: (classesProp?: Partial<Record<"root" | "row" | "col
|
|
|
8842
8900
|
cx: (...args: any) => string;
|
|
8843
8901
|
};
|
|
8844
8902
|
|
|
8845
|
-
declare const
|
|
8903
|
+
declare const useClasses_46: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8846
8904
|
classes: {
|
|
8847
8905
|
root: string;
|
|
8848
8906
|
disabled: string;
|
|
@@ -8856,7 +8914,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"root" | "disabled" |
|
|
|
8856
8914
|
cx: (...args: any) => string;
|
|
8857
8915
|
};
|
|
8858
8916
|
|
|
8859
|
-
declare const
|
|
8917
|
+
declare const useClasses_47: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer", string>>, addStatic?: boolean) => {
|
|
8860
8918
|
classes: {
|
|
8861
8919
|
root: string;
|
|
8862
8920
|
indicator: string;
|
|
@@ -8870,7 +8928,7 @@ declare const useClasses_46: (classesProp?: Partial<Record<"root" | "indicator"
|
|
|
8870
8928
|
cx: (...args: any) => string;
|
|
8871
8929
|
};
|
|
8872
8930
|
|
|
8873
|
-
declare const
|
|
8931
|
+
declare const useClasses_48: (classesProp?: Partial<Record<"button" | "label" | "root" | "disabled" | "focusVisible" | "chipRoot" | "tagButton" | "deleteIcon" | "disabledDeleteIcon" | "categorical" | "clickable" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
|
|
8874
8932
|
classes: {
|
|
8875
8933
|
button: string;
|
|
8876
8934
|
label: string;
|
|
@@ -8893,7 +8951,7 @@ declare const useClasses_47: (classesProp?: Partial<Record<"button" | "label" |
|
|
|
8893
8951
|
cx: (...args: any) => string;
|
|
8894
8952
|
};
|
|
8895
8953
|
|
|
8896
|
-
declare const
|
|
8954
|
+
declare const useClasses_49: (classesProp?: Partial<Record<"title" | "color" | "root" | "tooltip" | "tooltipMulti" | "popper" | "valuesContainer" | "values" | "separatorColor" | "separator" | "valueWrapper", string>>, addStatic?: boolean) => {
|
|
8897
8955
|
classes: {
|
|
8898
8956
|
title: string;
|
|
8899
8957
|
color: string;
|
|
@@ -8914,11 +8972,12 @@ declare const useClasses_48: (classesProp?: Partial<Record<"title" | "color" | "
|
|
|
8914
8972
|
cx: (...args: any) => string;
|
|
8915
8973
|
};
|
|
8916
8974
|
|
|
8917
|
-
declare const
|
|
8975
|
+
declare const useClasses_5: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
|
|
8918
8976
|
classes: {
|
|
8919
|
-
|
|
8920
|
-
|
|
8921
|
-
|
|
8977
|
+
root: string;
|
|
8978
|
+
counterDisabled: string;
|
|
8979
|
+
gutter: string;
|
|
8980
|
+
overloaded: string;
|
|
8922
8981
|
};
|
|
8923
8982
|
css: {
|
|
8924
8983
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8927,12 +8986,11 @@ declare const useClasses_49: (classesProp?: Partial<Record<"tooltipData" | "tool
|
|
|
8927
8986
|
cx: (...args: any) => string;
|
|
8928
8987
|
};
|
|
8929
8988
|
|
|
8930
|
-
declare const
|
|
8989
|
+
declare const useClasses_50: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
|
|
8931
8990
|
classes: {
|
|
8932
|
-
|
|
8933
|
-
|
|
8934
|
-
|
|
8935
|
-
overloaded: string;
|
|
8991
|
+
tooltipData: string;
|
|
8992
|
+
tooltipAnchor: string;
|
|
8993
|
+
tooltipAnchorParagraph: string;
|
|
8936
8994
|
};
|
|
8937
8995
|
css: {
|
|
8938
8996
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8941,7 +8999,7 @@ declare const useClasses_5: (classesProp?: Partial<Record<"root" | "counterDisab
|
|
|
8941
8999
|
cx: (...args: any) => string;
|
|
8942
9000
|
};
|
|
8943
9001
|
|
|
8944
|
-
declare const
|
|
9002
|
+
declare const useClasses_51: (classesProp?: Partial<Record<"root" | "icon" | "disabled" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8945
9003
|
classes: {
|
|
8946
9004
|
root: string;
|
|
8947
9005
|
icon: string;
|
|
@@ -8955,7 +9013,7 @@ declare const useClasses_50: (classesProp?: Partial<Record<"root" | "icon" | "di
|
|
|
8955
9013
|
cx: (...args: any) => string;
|
|
8956
9014
|
};
|
|
8957
9015
|
|
|
8958
|
-
declare const
|
|
9016
|
+
declare const useClasses_52: (classesProp?: Partial<Record<"root" | "icon" | "disabled" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8959
9017
|
classes: {
|
|
8960
9018
|
root: string;
|
|
8961
9019
|
icon: string;
|
|
@@ -8969,7 +9027,7 @@ declare const useClasses_51: (classesProp?: Partial<Record<"root" | "icon" | "di
|
|
|
8969
9027
|
cx: (...args: any) => string;
|
|
8970
9028
|
};
|
|
8971
9029
|
|
|
8972
|
-
declare const
|
|
9030
|
+
declare const useClasses_53: (classesProp?: Partial<Record<"title" | "open" | "root" | "single" | "item" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "actionsContainer" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
|
|
8973
9031
|
classes: {
|
|
8974
9032
|
title: string;
|
|
8975
9033
|
open: string;
|
|
@@ -8995,7 +9053,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"title" | "open" | "r
|
|
|
8995
9053
|
cx: (...args: any) => string;
|
|
8996
9054
|
};
|
|
8997
9055
|
|
|
8998
|
-
declare const
|
|
9056
|
+
declare const useClasses_54: (classesProp?: Partial<Record<"title" | "root" | "typography" | "icon" | "disabled" | "selected" | "iconUrl" | "iconInfo", string>>, addStatic?: boolean) => {
|
|
8999
9057
|
classes: {
|
|
9000
9058
|
title: string;
|
|
9001
9059
|
root: string;
|
|
@@ -9013,7 +9071,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"title" | "root" | "t
|
|
|
9013
9071
|
cx: (...args: any) => string;
|
|
9014
9072
|
};
|
|
9015
9073
|
|
|
9016
|
-
declare const
|
|
9074
|
+
declare const useClasses_55: (classesProp?: Partial<Record<"track" | "switch" | "root" | "disabled" | "checked" | "readOnly" | "focusVisible" | "thumb" | "switchBase", string>>, addStatic?: boolean) => {
|
|
9017
9075
|
classes: {
|
|
9018
9076
|
track: string;
|
|
9019
9077
|
switch: string;
|
|
@@ -9032,7 +9090,7 @@ declare const useClasses_54: (classesProp?: Partial<Record<"track" | "switch" |
|
|
|
9032
9090
|
cx: (...args: any) => string;
|
|
9033
9091
|
};
|
|
9034
9092
|
|
|
9035
|
-
declare const
|
|
9093
|
+
declare const useClasses_56: (classesProp?: Partial<Record<"label" | "root" | "container" | "checkbox" | "disabled" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
|
|
9036
9094
|
classes: {
|
|
9037
9095
|
label: string;
|
|
9038
9096
|
root: string;
|
|
@@ -9050,7 +9108,7 @@ declare const useClasses_55: (classesProp?: Partial<Record<"label" | "root" | "c
|
|
|
9050
9108
|
cx: (...args: any) => string;
|
|
9051
9109
|
};
|
|
9052
9110
|
|
|
9053
|
-
declare const
|
|
9111
|
+
declare const useClasses_57: (classesProp?: Partial<Record<"input" | "label" | "root" | "icon" | "error" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
|
|
9054
9112
|
classes: {
|
|
9055
9113
|
input: string;
|
|
9056
9114
|
label: string;
|
|
@@ -9079,7 +9137,7 @@ declare const useClasses_56: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
9079
9137
|
cx: (...args: any) => string;
|
|
9080
9138
|
};
|
|
9081
9139
|
|
|
9082
|
-
declare const
|
|
9140
|
+
declare const useClasses_58: (classesProp?: Partial<Record<"label" | "root" | "error" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
|
|
9083
9141
|
classes: {
|
|
9084
9142
|
label: string;
|
|
9085
9143
|
root: string;
|
|
@@ -9094,7 +9152,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
9094
9152
|
cx: (...args: any) => string;
|
|
9095
9153
|
};
|
|
9096
9154
|
|
|
9097
|
-
declare const
|
|
9155
|
+
declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "container" | "radio" | "disabled" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
|
|
9098
9156
|
classes: {
|
|
9099
9157
|
label: string;
|
|
9100
9158
|
root: string;
|
|
@@ -9112,7 +9170,23 @@ declare const useClasses_58: (classesProp?: Partial<Record<"label" | "root" | "c
|
|
|
9112
9170
|
cx: (...args: any) => string;
|
|
9113
9171
|
};
|
|
9114
9172
|
|
|
9115
|
-
declare const
|
|
9173
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"root" | "icon" | "adornment" | "adornmentButton" | "adornmentIcon" | "hideIcon", string>>, addStatic?: boolean) => {
|
|
9174
|
+
classes: {
|
|
9175
|
+
root: string;
|
|
9176
|
+
icon: string;
|
|
9177
|
+
adornment: string;
|
|
9178
|
+
adornmentButton: string;
|
|
9179
|
+
adornmentIcon: string;
|
|
9180
|
+
hideIcon: string;
|
|
9181
|
+
};
|
|
9182
|
+
css: {
|
|
9183
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9184
|
+
(...args: CSSInterpolation[]): string;
|
|
9185
|
+
};
|
|
9186
|
+
cx: (...args: any) => string;
|
|
9187
|
+
};
|
|
9188
|
+
|
|
9189
|
+
declare const useClasses_60: (classesProp?: Partial<Record<"input" | "label" | "root" | "disabled" | "baseInput" | "error" | "invalid" | "resizable" | "inputResizable" | "description" | "labelContainer" | "characterCounter", string>>, addStatic?: boolean) => {
|
|
9116
9190
|
classes: {
|
|
9117
9191
|
input: string;
|
|
9118
9192
|
label: string;
|
|
@@ -9134,23 +9208,7 @@ declare const useClasses_59: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
9134
9208
|
cx: (...args: any) => string;
|
|
9135
9209
|
};
|
|
9136
9210
|
|
|
9137
|
-
declare const
|
|
9138
|
-
classes: {
|
|
9139
|
-
root: string;
|
|
9140
|
-
icon: string;
|
|
9141
|
-
adornment: string;
|
|
9142
|
-
adornmentButton: string;
|
|
9143
|
-
adornmentIcon: string;
|
|
9144
|
-
hideIcon: string;
|
|
9145
|
-
};
|
|
9146
|
-
css: {
|
|
9147
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9148
|
-
(...args: CSSInterpolation[]): string;
|
|
9149
|
-
};
|
|
9150
|
-
cx: (...args: any) => string;
|
|
9151
|
-
};
|
|
9152
|
-
|
|
9153
|
-
declare const useClasses_60: (classesProp?: Partial<Record<"input" | "label" | "root" | "disabled" | "readOnly" | "error" | "invalid" | "resizable" | "description" | "labelContainer" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagsList" | "tagInputContainerRoot" | "tagInputRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
|
|
9211
|
+
declare const useClasses_61: (classesProp?: Partial<Record<"input" | "label" | "root" | "disabled" | "readOnly" | "error" | "invalid" | "resizable" | "description" | "labelContainer" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagsList" | "tagInputContainerRoot" | "tagInputRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
|
|
9154
9212
|
classes: {
|
|
9155
9213
|
input: string;
|
|
9156
9214
|
label: string;
|
|
@@ -9185,7 +9243,7 @@ declare const useClasses_60: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
9185
9243
|
cx: (...args: any) => string;
|
|
9186
9244
|
};
|
|
9187
9245
|
|
|
9188
|
-
declare const
|
|
9246
|
+
declare const useClasses_62: (classesProp?: Partial<Record<"label" | "root" | "group" | "horizontal" | "vertical" | "error" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
|
|
9189
9247
|
classes: {
|
|
9190
9248
|
label: string;
|
|
9191
9249
|
root: string;
|
|
@@ -9203,7 +9261,7 @@ declare const useClasses_61: (classesProp?: Partial<Record<"label" | "root" | "g
|
|
|
9203
9261
|
cx: (...args: any) => string;
|
|
9204
9262
|
};
|
|
9205
9263
|
|
|
9206
|
-
declare const
|
|
9264
|
+
declare const useClasses_63: (classesProp?: Partial<Record<"link" | "root" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "itemSelector" | "selectAllSelector", string>>, addStatic?: boolean) => {
|
|
9207
9265
|
classes: {
|
|
9208
9266
|
link: string;
|
|
9209
9267
|
root: string;
|
|
@@ -9223,7 +9281,7 @@ declare const useClasses_62: (classesProp?: Partial<Record<"link" | "root" | "it
|
|
|
9223
9281
|
cx: (...args: any) => string;
|
|
9224
9282
|
};
|
|
9225
9283
|
|
|
9226
|
-
declare const
|
|
9284
|
+
declare const useClasses_64: (classesProp?: Partial<Record<"label" | "root" | "group" | "horizontal" | "vertical" | "error" | "invalid", string>>, addStatic?: boolean) => {
|
|
9227
9285
|
classes: {
|
|
9228
9286
|
label: string;
|
|
9229
9287
|
root: string;
|
|
@@ -9240,7 +9298,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"label" | "root" | "g
|
|
|
9240
9298
|
cx: (...args: any) => string;
|
|
9241
9299
|
};
|
|
9242
9300
|
|
|
9243
|
-
declare const
|
|
9301
|
+
declare const useClasses_65: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
|
|
9244
9302
|
classes: {
|
|
9245
9303
|
overlay: string;
|
|
9246
9304
|
previewButton: string;
|
|
@@ -9252,7 +9310,7 @@ declare const useClasses_64: (classesProp?: Partial<Record<"overlay" | "previewB
|
|
|
9252
9310
|
cx: (...args: any) => string;
|
|
9253
9311
|
};
|
|
9254
9312
|
|
|
9255
|
-
declare const
|
|
9313
|
+
declare const useClasses_66: (classesProp?: Partial<Record<"root" | "progressbar" | "icon" | "removeButton" | "fail" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer", string>>, addStatic?: boolean) => {
|
|
9256
9314
|
classes: {
|
|
9257
9315
|
root: string;
|
|
9258
9316
|
progressbar: string;
|
|
@@ -9271,7 +9329,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"root" | "progressbar
|
|
|
9271
9329
|
cx: (...args: any) => string;
|
|
9272
9330
|
};
|
|
9273
9331
|
|
|
9274
|
-
declare const
|
|
9332
|
+
declare const useClasses_67: (classesProp?: Partial<Record<"root" | "container" | "icon" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
|
|
9275
9333
|
classes: {
|
|
9276
9334
|
root: string;
|
|
9277
9335
|
container: string;
|
|
@@ -9288,7 +9346,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"root" | "container"
|
|
|
9288
9346
|
cx: (...args: any) => string;
|
|
9289
9347
|
};
|
|
9290
9348
|
|
|
9291
|
-
declare const
|
|
9349
|
+
declare const useClasses_68: (classesProp?: Partial<Record<"root" | "icon" | "pageSizeOptions" | "iconContainer" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
|
|
9292
9350
|
classes: {
|
|
9293
9351
|
root: string;
|
|
9294
9352
|
icon: string;
|
|
@@ -9310,7 +9368,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"root" | "icon" | "pa
|
|
|
9310
9368
|
cx: (...args: any) => string;
|
|
9311
9369
|
};
|
|
9312
9370
|
|
|
9313
|
-
declare const
|
|
9371
|
+
declare const useClasses_69: (classesProp?: Partial<Record<"button" | "root" | "dropDownMenu" | "actionContainer" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
|
|
9314
9372
|
classes: {
|
|
9315
9373
|
button: string;
|
|
9316
9374
|
root: string;
|
|
@@ -9326,15 +9384,9 @@ declare const useClasses_68: (classesProp?: Partial<Record<"button" | "root" | "
|
|
|
9326
9384
|
cx: (...args: any) => string;
|
|
9327
9385
|
};
|
|
9328
9386
|
|
|
9329
|
-
declare const
|
|
9387
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9330
9388
|
classes: {
|
|
9331
|
-
link: string;
|
|
9332
|
-
a: string;
|
|
9333
9389
|
root: string;
|
|
9334
|
-
orderedList: string;
|
|
9335
|
-
currentPage: string;
|
|
9336
|
-
centerContainer: string;
|
|
9337
|
-
separatorContainer: string;
|
|
9338
9390
|
};
|
|
9339
9391
|
css: {
|
|
9340
9392
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9343,9 +9395,15 @@ declare const useClasses_69: (classesProp?: Partial<Record<"link" | "a" | "root"
|
|
|
9343
9395
|
cx: (...args: any) => string;
|
|
9344
9396
|
};
|
|
9345
9397
|
|
|
9346
|
-
declare const
|
|
9398
|
+
declare const useClasses_70: (classesProp?: Partial<Record<"link" | "a" | "root" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
|
|
9347
9399
|
classes: {
|
|
9400
|
+
link: string;
|
|
9401
|
+
a: string;
|
|
9348
9402
|
root: string;
|
|
9403
|
+
orderedList: string;
|
|
9404
|
+
currentPage: string;
|
|
9405
|
+
centerContainer: string;
|
|
9406
|
+
separatorContainer: string;
|
|
9349
9407
|
};
|
|
9350
9408
|
css: {
|
|
9351
9409
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9354,7 +9412,7 @@ declare const useClasses_7: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
9354
9412
|
cx: (...args: any) => string;
|
|
9355
9413
|
};
|
|
9356
9414
|
|
|
9357
|
-
declare const
|
|
9415
|
+
declare const useClasses_71: (classesProp?: Partial<Record<"root" | "radio" | "horizontal" | "icon" | "radioRoot", string>>, addStatic?: boolean) => {
|
|
9358
9416
|
classes: {
|
|
9359
9417
|
root: string;
|
|
9360
9418
|
radio: string;
|
|
@@ -9369,7 +9427,7 @@ declare const useClasses_70: (classesProp?: Partial<Record<"root" | "radio" | "h
|
|
|
9369
9427
|
cx: (...args: any) => string;
|
|
9370
9428
|
};
|
|
9371
9429
|
|
|
9372
|
-
declare const
|
|
9430
|
+
declare const useClasses_72: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
|
|
9373
9431
|
classes: {
|
|
9374
9432
|
root: string;
|
|
9375
9433
|
rootClosed: string;
|
|
@@ -9383,7 +9441,7 @@ declare const useClasses_71: (classesProp?: Partial<Record<"root" | "rootClosed"
|
|
|
9383
9441
|
cx: (...args: any) => string;
|
|
9384
9442
|
};
|
|
9385
9443
|
|
|
9386
|
-
declare const
|
|
9444
|
+
declare const useClasses_73: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>, addStatic?: boolean) => {
|
|
9387
9445
|
classes: {
|
|
9388
9446
|
actionContainer: string;
|
|
9389
9447
|
iconContainer: string;
|
|
@@ -9397,7 +9455,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"actionContainer" | "
|
|
|
9397
9455
|
cx: (...args: any) => string;
|
|
9398
9456
|
};
|
|
9399
9457
|
|
|
9400
|
-
declare const
|
|
9458
|
+
declare const useClasses_74: (classesProp?: Partial<Record<"root" | "default" | "warning" | "action" | "error" | "success" | "message" | "baseVariant" | "outContainer", string>>, addStatic?: boolean) => {
|
|
9401
9459
|
classes: {
|
|
9402
9460
|
root: string;
|
|
9403
9461
|
default: string;
|
|
@@ -9416,7 +9474,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"root" | "default" |
|
|
|
9416
9474
|
cx: (...args: any) => string;
|
|
9417
9475
|
};
|
|
9418
9476
|
|
|
9419
|
-
declare const
|
|
9477
|
+
declare const useClasses_75: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
|
|
9420
9478
|
classes: {
|
|
9421
9479
|
root: string;
|
|
9422
9480
|
anchorOriginTopCenter: string;
|
|
@@ -9433,7 +9491,7 @@ declare const useClasses_74: (classesProp?: Partial<Record<"root" | "anchorOrigi
|
|
|
9433
9491
|
cx: (...args: any) => string;
|
|
9434
9492
|
};
|
|
9435
9493
|
|
|
9436
|
-
declare const
|
|
9494
|
+
declare const useClasses_76: (classesProp?: Partial<Record<"root" | "default" | "warning" | "action" | "error" | "success" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
|
|
9437
9495
|
classes: {
|
|
9438
9496
|
root: string;
|
|
9439
9497
|
default: string;
|
|
@@ -9453,7 +9511,7 @@ declare const useClasses_75: (classesProp?: Partial<Record<"root" | "default" |
|
|
|
9453
9511
|
cx: (...args: any) => string;
|
|
9454
9512
|
};
|
|
9455
9513
|
|
|
9456
|
-
declare const
|
|
9514
|
+
declare const useClasses_77: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
|
|
9457
9515
|
classes: {
|
|
9458
9516
|
snackItemRoot: string;
|
|
9459
9517
|
};
|
|
@@ -9464,7 +9522,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"snackItemRoot", stri
|
|
|
9464
9522
|
cx: (...args: any) => string;
|
|
9465
9523
|
};
|
|
9466
9524
|
|
|
9467
|
-
declare const
|
|
9525
|
+
declare const useClasses_78: (classesProp?: Partial<Record<"root" | "semantic" | "actions" | "selectAllContainer" | "selectAll" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
|
|
9468
9526
|
classes: {
|
|
9469
9527
|
root: string;
|
|
9470
9528
|
semantic: string;
|
|
@@ -9481,7 +9539,7 @@ declare const useClasses_77: (classesProp?: Partial<Record<"root" | "semantic" |
|
|
|
9481
9539
|
cx: (...args: any) => string;
|
|
9482
9540
|
};
|
|
9483
9541
|
|
|
9484
|
-
declare const
|
|
9542
|
+
declare const useClasses_79: (classesProp?: Partial<Record<"root" | "name" | "global" | "wrapper" | "actions" | "positionSticky" | "positionFixed" | "globalWrapperComplement" | "globalSectionArea" | "backButton", string>>, addStatic?: boolean) => {
|
|
9485
9543
|
classes: {
|
|
9486
9544
|
root: string;
|
|
9487
9545
|
name: string;
|
|
@@ -9501,7 +9559,20 @@ declare const useClasses_78: (classesProp?: Partial<Record<"root" | "name" | "gl
|
|
|
9501
9559
|
cx: (...args: any) => string;
|
|
9502
9560
|
};
|
|
9503
9561
|
|
|
9504
|
-
declare const
|
|
9562
|
+
declare const useClasses_8: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
|
|
9563
|
+
classes: {
|
|
9564
|
+
root: string;
|
|
9565
|
+
labelDisabled: string;
|
|
9566
|
+
childGutter: string;
|
|
9567
|
+
};
|
|
9568
|
+
css: {
|
|
9569
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9570
|
+
(...args: CSSInterpolation[]): string;
|
|
9571
|
+
};
|
|
9572
|
+
cx: (...args: any) => string;
|
|
9573
|
+
};
|
|
9574
|
+
|
|
9575
|
+
declare const useClasses_80: (classesProp?: Partial<Record<"placeholder" | "arrow" | "label" | "root" | "dropdown" | "error" | "selectionDisabled" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
|
|
9505
9576
|
classes: {
|
|
9506
9577
|
placeholder: string;
|
|
9507
9578
|
arrow: string;
|
|
@@ -9525,20 +9596,7 @@ declare const useClasses_79: (classesProp?: Partial<Record<"placeholder" | "arro
|
|
|
9525
9596
|
cx: (...args: any) => string;
|
|
9526
9597
|
};
|
|
9527
9598
|
|
|
9528
|
-
declare const
|
|
9529
|
-
classes: {
|
|
9530
|
-
root: string;
|
|
9531
|
-
labelDisabled: string;
|
|
9532
|
-
childGutter: string;
|
|
9533
|
-
};
|
|
9534
|
-
css: {
|
|
9535
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9536
|
-
(...args: CSSInterpolation[]): string;
|
|
9537
|
-
};
|
|
9538
|
-
cx: (...args: any) => string;
|
|
9539
|
-
};
|
|
9540
|
-
|
|
9541
|
-
declare const useClasses_80: (classesProp?: Partial<Record<"selection" | "selectAllContainer" | "selectAll" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer", string>>, addStatic?: boolean) => {
|
|
9599
|
+
declare const useClasses_81: (classesProp?: Partial<Record<"selection" | "selectAllContainer" | "selectAll" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer", string>>, addStatic?: boolean) => {
|
|
9542
9600
|
classes: {
|
|
9543
9601
|
selection: string;
|
|
9544
9602
|
selectAllContainer: string;
|
|
@@ -9556,7 +9614,7 @@ declare const useClasses_80: (classesProp?: Partial<Record<"selection" | "select
|
|
|
9556
9614
|
cx: (...args: any) => string;
|
|
9557
9615
|
};
|
|
9558
9616
|
|
|
9559
|
-
declare const
|
|
9617
|
+
declare const useClasses_82: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
|
|
9560
9618
|
classes: {
|
|
9561
9619
|
root: string;
|
|
9562
9620
|
stickyHeader: string;
|
|
@@ -9570,7 +9628,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"root" | "stickyHeade
|
|
|
9570
9628
|
cx: (...args: any) => string;
|
|
9571
9629
|
};
|
|
9572
9630
|
|
|
9573
|
-
declare const
|
|
9631
|
+
declare const useClasses_83: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9574
9632
|
classes: {
|
|
9575
9633
|
root: string;
|
|
9576
9634
|
};
|
|
@@ -9581,7 +9639,7 @@ declare const useClasses_82: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9581
9639
|
cx: (...args: any) => string;
|
|
9582
9640
|
};
|
|
9583
9641
|
|
|
9584
|
-
declare const
|
|
9642
|
+
declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9585
9643
|
classes: {
|
|
9586
9644
|
root: string;
|
|
9587
9645
|
};
|
|
@@ -9592,7 +9650,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9592
9650
|
cx: (...args: any) => string;
|
|
9593
9651
|
};
|
|
9594
9652
|
|
|
9595
|
-
declare const
|
|
9653
|
+
declare const useClasses_85: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
|
|
9596
9654
|
classes: {
|
|
9597
9655
|
root: string;
|
|
9598
9656
|
stickyHeader: string;
|
|
@@ -9604,7 +9662,7 @@ declare const useClasses_84: (classesProp?: Partial<Record<"root" | "stickyHeade
|
|
|
9604
9662
|
cx: (...args: any) => string;
|
|
9605
9663
|
};
|
|
9606
9664
|
|
|
9607
|
-
declare const
|
|
9665
|
+
declare const useClasses_86: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizer" | "resizable" | "sortable" | "sorted" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortButton" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
|
|
9608
9666
|
classes: {
|
|
9609
9667
|
body: string;
|
|
9610
9668
|
footer: string;
|
|
@@ -9647,7 +9705,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9647
9705
|
cx: (...args: any) => string;
|
|
9648
9706
|
};
|
|
9649
9707
|
|
|
9650
|
-
declare const
|
|
9708
|
+
declare const useClasses_87: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "expanded" | "selected" | "hover" | "striped" | "variantList" | "variantListHead", string>>, addStatic?: boolean) => {
|
|
9651
9709
|
classes: {
|
|
9652
9710
|
body: string;
|
|
9653
9711
|
footer: string;
|
|
@@ -9667,7 +9725,7 @@ declare const useClasses_86: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9667
9725
|
cx: (...args: any) => string;
|
|
9668
9726
|
};
|
|
9669
9727
|
|
|
9670
|
-
declare const
|
|
9728
|
+
declare const useClasses_88: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizable" | "sorted" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "variantListHead" | "variantListactions" | "variantListcheckbox", string>>, addStatic?: boolean) => {
|
|
9671
9729
|
classes: {
|
|
9672
9730
|
body: string;
|
|
9673
9731
|
footer: string;
|
|
@@ -9701,7 +9759,7 @@ declare const useClasses_87: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9701
9759
|
cx: (...args: any) => string;
|
|
9702
9760
|
};
|
|
9703
9761
|
|
|
9704
|
-
declare const
|
|
9762
|
+
declare const useClasses_89: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
|
|
9705
9763
|
classes: {
|
|
9706
9764
|
root: string;
|
|
9707
9765
|
formContainer: string;
|
|
@@ -9713,12 +9771,11 @@ declare const useClasses_88: (classesProp?: Partial<Record<"root" | "formContain
|
|
|
9713
9771
|
cx: (...args: any) => string;
|
|
9714
9772
|
};
|
|
9715
9773
|
|
|
9716
|
-
declare const
|
|
9774
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
|
|
9717
9775
|
classes: {
|
|
9718
|
-
section: string;
|
|
9719
9776
|
root: string;
|
|
9720
|
-
|
|
9721
|
-
|
|
9777
|
+
gutter: string;
|
|
9778
|
+
infoDisabled: string;
|
|
9722
9779
|
};
|
|
9723
9780
|
css: {
|
|
9724
9781
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9727,11 +9784,12 @@ declare const useClasses_89: (classesProp?: Partial<Record<"section" | "root" |
|
|
|
9727
9784
|
cx: (...args: any) => string;
|
|
9728
9785
|
};
|
|
9729
9786
|
|
|
9730
|
-
declare const
|
|
9787
|
+
declare const useClasses_90: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
|
|
9731
9788
|
classes: {
|
|
9789
|
+
section: string;
|
|
9732
9790
|
root: string;
|
|
9733
|
-
|
|
9734
|
-
|
|
9791
|
+
rightSection: string;
|
|
9792
|
+
leftSection: string;
|
|
9735
9793
|
};
|
|
9736
9794
|
css: {
|
|
9737
9795
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9740,7 +9798,7 @@ declare const useClasses_9: (classesProp?: Partial<Record<"root" | "gutter" | "i
|
|
|
9740
9798
|
cx: (...args: any) => string;
|
|
9741
9799
|
};
|
|
9742
9800
|
|
|
9743
|
-
declare const
|
|
9801
|
+
declare const useClasses_91: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9744
9802
|
classes: {
|
|
9745
9803
|
root: string;
|
|
9746
9804
|
};
|
|
@@ -9751,7 +9809,7 @@ declare const useClasses_90: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9751
9809
|
cx: (...args: any) => string;
|
|
9752
9810
|
};
|
|
9753
9811
|
|
|
9754
|
-
declare const
|
|
9812
|
+
declare const useClasses_92: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
|
|
9755
9813
|
classes: {
|
|
9756
9814
|
root: string;
|
|
9757
9815
|
sortDropdown: string;
|
|
@@ -9763,7 +9821,7 @@ declare const useClasses_91: (classesProp?: Partial<Record<"root" | "sortDropdow
|
|
|
9763
9821
|
cx: (...args: any) => string;
|
|
9764
9822
|
};
|
|
9765
9823
|
|
|
9766
|
-
declare const
|
|
9824
|
+
declare const useClasses_93: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
|
|
9767
9825
|
classes: {
|
|
9768
9826
|
root: string;
|
|
9769
9827
|
rangeCalendarContainer: string;
|
|
@@ -9779,7 +9837,7 @@ declare const useClasses_92: (classesProp?: Partial<Record<"root" | "rangeCalend
|
|
|
9779
9837
|
cx: (...args: any) => string;
|
|
9780
9838
|
};
|
|
9781
9839
|
|
|
9782
|
-
declare const
|
|
9840
|
+
declare const useClasses_94: (classesProp?: Partial<Record<"input" | "root" | "invalid" | "inputBorderContainer" | "headerDayOfWeek" | "headerDate" | "invalidMessageStyling", string>>, addStatic?: boolean) => {
|
|
9783
9841
|
classes: {
|
|
9784
9842
|
input: string;
|
|
9785
9843
|
root: string;
|
|
@@ -9796,7 +9854,7 @@ declare const useClasses_93: (classesProp?: Partial<Record<"input" | "root" | "i
|
|
|
9796
9854
|
cx: (...args: any) => string;
|
|
9797
9855
|
};
|
|
9798
9856
|
|
|
9799
|
-
declare const
|
|
9857
|
+
declare const useClasses_95: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
|
|
9800
9858
|
classes: {
|
|
9801
9859
|
root: string;
|
|
9802
9860
|
slider: string;
|
|
@@ -9810,7 +9868,7 @@ declare const useClasses_94: (classesProp?: Partial<Record<"root" | "slider" | "
|
|
|
9810
9868
|
cx: (...args: any) => string;
|
|
9811
9869
|
};
|
|
9812
9870
|
|
|
9813
|
-
declare const
|
|
9871
|
+
declare const useClasses_96: (classesProp?: Partial<Record<"root" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
|
|
9814
9872
|
classes: {
|
|
9815
9873
|
root: string;
|
|
9816
9874
|
minimized: string;
|
|
@@ -9823,7 +9881,7 @@ declare const useClasses_95: (classesProp?: Partial<Record<"root" | "minimized"
|
|
|
9823
9881
|
cx: (...args: any) => string;
|
|
9824
9882
|
};
|
|
9825
9883
|
|
|
9826
|
-
declare const
|
|
9884
|
+
declare const useClasses_97: (classesProp?: Partial<Record<"root" | "hide", string>>, addStatic?: boolean) => {
|
|
9827
9885
|
classes: {
|
|
9828
9886
|
root: string;
|
|
9829
9887
|
hide: string;
|
|
@@ -9835,7 +9893,7 @@ declare const useClasses_96: (classesProp?: Partial<Record<"root" | "hide", stri
|
|
|
9835
9893
|
cx: (...args: any) => string;
|
|
9836
9894
|
};
|
|
9837
9895
|
|
|
9838
|
-
declare const
|
|
9896
|
+
declare const useClasses_98: (classesProp?: Partial<Record<"action" | "noIcon" | "minimized", string>>, addStatic?: boolean) => {
|
|
9839
9897
|
classes: {
|
|
9840
9898
|
action: string;
|
|
9841
9899
|
noIcon: string;
|
|
@@ -9848,7 +9906,7 @@ declare const useClasses_97: (classesProp?: Partial<Record<"action" | "noIcon" |
|
|
|
9848
9906
|
cx: (...args: any) => string;
|
|
9849
9907
|
};
|
|
9850
9908
|
|
|
9851
|
-
declare const
|
|
9909
|
+
declare const useClasses_99: (classesProp?: Partial<Record<"root" | "list" | "popup" | "listItem" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
|
|
9852
9910
|
classes: {
|
|
9853
9911
|
root: string;
|
|
9854
9912
|
list: string;
|
|
@@ -9864,19 +9922,6 @@ declare const useClasses_98: (classesProp?: Partial<Record<"root" | "list" | "po
|
|
|
9864
9922
|
cx: (...args: any) => string;
|
|
9865
9923
|
};
|
|
9866
9924
|
|
|
9867
|
-
declare const useClasses_99: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemFocus", string>>, addStatic?: boolean) => {
|
|
9868
|
-
classes: {
|
|
9869
|
-
root: string;
|
|
9870
|
-
listItemSelected: string;
|
|
9871
|
-
listItemFocus: string;
|
|
9872
|
-
};
|
|
9873
|
-
css: {
|
|
9874
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9875
|
-
(...args: CSSInterpolation[]): string;
|
|
9876
|
-
};
|
|
9877
|
-
cx: (...args: any) => string;
|
|
9878
|
-
};
|
|
9879
|
-
|
|
9880
9925
|
export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
|
|
9881
9926
|
|
|
9882
9927
|
export declare const useComputation: (valueFn: any, valueFallback?: any) => any[];
|