@hitachivantara/uikit-react-core 5.36.3 → 5.36.5
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/Table/TableCell/TableCell.cjs +5 -8
- package/dist/cjs/components/Table/TableCell/TableCell.cjs.map +1 -1
- package/dist/cjs/components/Table/TableRow/TableRow.cjs +3 -20
- package/dist/cjs/components/Table/TableRow/TableRow.cjs.map +1 -1
- package/dist/cjs/components/Table/hooks/usePagination.cjs +1 -1
- package/dist/cjs/components/Table/hooks/usePagination.cjs.map +1 -1
- package/dist/esm/components/Table/TableCell/TableCell.js +6 -9
- package/dist/esm/components/Table/TableCell/TableCell.js.map +1 -1
- package/dist/esm/components/Table/TableRow/TableRow.js +4 -21
- package/dist/esm/components/Table/TableRow/TableRow.js.map +1 -1
- package/dist/esm/components/Table/hooks/usePagination.js +1 -1
- package/dist/esm/components/Table/hooks/usePagination.js.map +1 -1
- package/dist/types/index.d.ts +581 -581
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -13,10 +13,10 @@ import { ChipProps } from '@mui/material/Chip';
|
|
|
13
13
|
import { ClassNameMap } from '@mui/material';
|
|
14
14
|
import { ColumnInstance } from 'react-table';
|
|
15
15
|
import { ColumnInterface } from 'react-table';
|
|
16
|
-
import
|
|
17
|
-
import
|
|
16
|
+
import { CombinedClassKey } from 'notistack';
|
|
17
|
+
import { ComponentProps } from 'react';
|
|
18
18
|
import { ContainerProps } from '@mui/material/Container';
|
|
19
|
-
import
|
|
19
|
+
import { Context } from 'react';
|
|
20
20
|
import { CSSInterpolation } from '@emotion/serialize';
|
|
21
21
|
import { CSSInterpolation as CSSInterpolation_2 } from '@emotion/css';
|
|
22
22
|
import { CSSProperties } from 'react';
|
|
@@ -33,7 +33,7 @@ import { ds5 } from '@hitachivantara/uikit-styles';
|
|
|
33
33
|
import { EmblaOptionsType } from 'embla-carousel-react';
|
|
34
34
|
import { EmotionCache } from '@emotion/cache';
|
|
35
35
|
import { EmotionContext } from '@hitachivantara/uikit-react-shared';
|
|
36
|
-
import
|
|
36
|
+
import { ForwardRefExoticComponent } from 'react';
|
|
37
37
|
import { GridProps } from '@mui/material';
|
|
38
38
|
import { Hooks } from 'react-table';
|
|
39
39
|
import { HTMLAttributes } from 'react';
|
|
@@ -66,11 +66,11 @@ import { ImgHTMLAttributes } from 'react';
|
|
|
66
66
|
import { InputBaseComponentProps } from '@mui/material';
|
|
67
67
|
import { InputBaseProps } from '@mui/material';
|
|
68
68
|
import { InputProps } from '@mui/material';
|
|
69
|
-
import
|
|
70
|
-
import
|
|
69
|
+
import { JSX as JSX_2 } from '@emotion/react/jsx-runtime';
|
|
70
|
+
import { JSXElementConstructor } from 'react';
|
|
71
71
|
import { MouseEvent as MouseEvent_2 } from 'react';
|
|
72
72
|
import { MouseEventHandler } from 'react';
|
|
73
|
-
import
|
|
73
|
+
import { OptionsObject } from 'notistack';
|
|
74
74
|
import { PopperProps } from '@mui/material';
|
|
75
75
|
import { PropGetter } from 'react-table';
|
|
76
76
|
import { RadioProps } from '@mui/material/Radio';
|
|
@@ -80,7 +80,7 @@ import * as React_3 from 'react';
|
|
|
80
80
|
import { ReactElement } from 'react';
|
|
81
81
|
import { ReactNode } from 'react';
|
|
82
82
|
import { ReducerTableState } from 'react-table';
|
|
83
|
-
import
|
|
83
|
+
import { RefAttributes } from 'react';
|
|
84
84
|
import { RefObject } from 'react';
|
|
85
85
|
import { Renderer } from 'react-table';
|
|
86
86
|
import { Row } from 'react-table';
|
|
@@ -88,7 +88,7 @@ import { SliderProps } from 'rc-slider';
|
|
|
88
88
|
import { SliderRef } from 'rc-slider';
|
|
89
89
|
import { SnackbarCloseReason } from '@mui/material/Snackbar';
|
|
90
90
|
import { SnackbarContentProps } from '@mui/material/SnackbarContent';
|
|
91
|
-
import
|
|
91
|
+
import { SnackbarKey } from 'notistack';
|
|
92
92
|
import { SnackbarOrigin } from '@mui/material/Snackbar';
|
|
93
93
|
import { SnackbarProps } from '@mui/material/Snackbar';
|
|
94
94
|
import { SwitchProps } from '@mui/material/Switch';
|
|
@@ -99,7 +99,7 @@ import { TableCommonProps } from 'react-table';
|
|
|
99
99
|
import { TableExpandedToggleProps } from 'react-table';
|
|
100
100
|
import { TableFooterProps } from 'react-table';
|
|
101
101
|
import { TableHeaderProps } from 'react-table';
|
|
102
|
-
import
|
|
102
|
+
import { TableHTMLAttributes } from 'react';
|
|
103
103
|
import { TableInstance } from 'react-table';
|
|
104
104
|
import { TableOptions } from 'react-table';
|
|
105
105
|
import { TableProps } from 'react-table';
|
|
@@ -107,10 +107,10 @@ import { TableRowProps } from 'react-table';
|
|
|
107
107
|
import { TableState } from 'react-table';
|
|
108
108
|
import { TabProps } from '@mui/material';
|
|
109
109
|
import { TabsProps } from '@mui/material';
|
|
110
|
-
import
|
|
110
|
+
import { TdHTMLAttributes } from 'react';
|
|
111
111
|
import { theme } from '@hitachivantara/uikit-styles';
|
|
112
112
|
import { themes } from '@hitachivantara/uikit-styles';
|
|
113
|
-
import
|
|
113
|
+
import { ThHTMLAttributes } from 'react';
|
|
114
114
|
import { TooltipProps } from '@mui/material';
|
|
115
115
|
import { TransitionProps } from '@mui/material/transitions';
|
|
116
116
|
import { UseColumnOrderInstanceProps } from 'react-table';
|
|
@@ -164,11 +164,11 @@ declare type Accessor<D extends object> = (originalRow: D, index: number, sub: {
|
|
|
164
164
|
}) => CellValue;
|
|
165
165
|
|
|
166
166
|
export declare const accordionClasses: {
|
|
167
|
-
|
|
167
|
+
container: "HvAccordion-container";
|
|
168
168
|
label: "HvAccordion-label";
|
|
169
169
|
root: "HvAccordion-root";
|
|
170
|
-
container: "HvAccordion-container";
|
|
171
170
|
disabled: "HvAccordion-disabled";
|
|
171
|
+
hidden: "HvAccordion-hidden";
|
|
172
172
|
};
|
|
173
173
|
|
|
174
174
|
export declare const actionBarClasses: {
|
|
@@ -177,8 +177,8 @@ export declare const actionBarClasses: {
|
|
|
177
177
|
|
|
178
178
|
export declare const actionClasses: {
|
|
179
179
|
action: "HvVerticalNavigationAction-action";
|
|
180
|
-
noIcon: "HvVerticalNavigationAction-noIcon";
|
|
181
180
|
minimized: "HvVerticalNavigationAction-minimized";
|
|
181
|
+
noIcon: "HvVerticalNavigationAction-noIcon";
|
|
182
182
|
};
|
|
183
183
|
|
|
184
184
|
export declare const actionsClasses: {
|
|
@@ -187,8 +187,8 @@ export declare const actionsClasses: {
|
|
|
187
187
|
};
|
|
188
188
|
|
|
189
189
|
export declare const actionsGenericClasses: {
|
|
190
|
-
button: "HvActionsGeneric-button";
|
|
191
190
|
root: "HvActionsGeneric-root";
|
|
191
|
+
button: "HvActionsGeneric-button";
|
|
192
192
|
actionContainer: "HvActionsGeneric-actionContainer";
|
|
193
193
|
dropDownMenu: "HvActionsGeneric-dropDownMenu";
|
|
194
194
|
dropDownMenuButton: "HvActionsGeneric-dropDownMenuButton";
|
|
@@ -199,27 +199,28 @@ export declare const adornmentClasses: {
|
|
|
199
199
|
root: "HvAdornment-root";
|
|
200
200
|
icon: "HvAdornment-icon";
|
|
201
201
|
adornment: "HvAdornment-adornment";
|
|
202
|
-
adornmentButton: "HvAdornment-adornmentButton";
|
|
203
202
|
adornmentIcon: "HvAdornment-adornmentIcon";
|
|
204
203
|
hideIcon: "HvAdornment-hideIcon";
|
|
204
|
+
adornmentButton: "HvAdornment-adornmentButton";
|
|
205
205
|
};
|
|
206
206
|
|
|
207
207
|
export declare const appSwitcherActionClasses: {
|
|
208
|
-
title: "HvAppSwitcher-Action-title";
|
|
209
|
-
root: "HvAppSwitcher-Action-root";
|
|
210
208
|
typography: "HvAppSwitcher-Action-typography";
|
|
211
|
-
|
|
209
|
+
root: "HvAppSwitcher-Action-root";
|
|
212
210
|
disabled: "HvAppSwitcher-Action-disabled";
|
|
211
|
+
icon: "HvAppSwitcher-Action-icon";
|
|
212
|
+
title: "HvAppSwitcher-Action-title";
|
|
213
213
|
selected: "HvAppSwitcher-Action-selected";
|
|
214
214
|
iconUrl: "HvAppSwitcher-Action-iconUrl";
|
|
215
215
|
iconInfo: "HvAppSwitcher-Action-iconInfo";
|
|
216
216
|
};
|
|
217
217
|
|
|
218
218
|
export declare const appSwitcherClasses: {
|
|
219
|
-
title: "HvAppSwitcher-title";
|
|
220
|
-
open: "HvAppSwitcher-open";
|
|
221
219
|
root: "HvAppSwitcher-root";
|
|
220
|
+
title: "HvAppSwitcher-title";
|
|
222
221
|
single: "HvAppSwitcher-single";
|
|
222
|
+
actionsContainer: "HvAppSwitcher-actionsContainer";
|
|
223
|
+
open: "HvAppSwitcher-open";
|
|
223
224
|
item: "HvAppSwitcher-item";
|
|
224
225
|
itemSelected: "HvAppSwitcher-itemSelected";
|
|
225
226
|
itemDisabled: "HvAppSwitcher-itemDisabled";
|
|
@@ -227,7 +228,6 @@ export declare const appSwitcherClasses: {
|
|
|
227
228
|
itemIcon: "HvAppSwitcher-itemIcon";
|
|
228
229
|
itemTitle: "HvAppSwitcher-itemTitle";
|
|
229
230
|
itemInfoIcon: "HvAppSwitcher-itemInfoIcon";
|
|
230
|
-
actionsContainer: "HvAppSwitcher-actionsContainer";
|
|
231
231
|
footerContainer: "HvAppSwitcher-footerContainer";
|
|
232
232
|
closed: "HvAppSwitcher-closed";
|
|
233
233
|
dual: "HvAppSwitcher-dual";
|
|
@@ -241,16 +241,16 @@ declare type AsProp<C extends React.ElementType> = {
|
|
|
241
241
|
};
|
|
242
242
|
|
|
243
243
|
export declare const avatarClasses: {
|
|
244
|
-
img: "HvAvatar-img";
|
|
245
|
-
root: "HvAvatar-root";
|
|
246
244
|
container: "HvAvatar-container";
|
|
247
245
|
xs: "HvAvatar-xs";
|
|
248
246
|
sm: "HvAvatar-sm";
|
|
249
247
|
md: "HvAvatar-md";
|
|
250
248
|
lg: "HvAvatar-lg";
|
|
251
249
|
xl: "HvAvatar-xl";
|
|
252
|
-
|
|
250
|
+
root: "HvAvatar-root";
|
|
253
251
|
square: "HvAvatar-square";
|
|
252
|
+
img: "HvAvatar-img";
|
|
253
|
+
status: "HvAvatar-status";
|
|
254
254
|
fallback: "HvAvatar-fallback";
|
|
255
255
|
avatar: "HvAvatar-avatar";
|
|
256
256
|
badge: "HvAvatar-badge";
|
|
@@ -276,44 +276,44 @@ export declare const bannerClasses: {
|
|
|
276
276
|
};
|
|
277
277
|
|
|
278
278
|
export declare const bannerContentClasses: {
|
|
279
|
-
root: "HvBannerContent-root";
|
|
280
279
|
warning: "HvBannerContent-warning";
|
|
281
|
-
|
|
280
|
+
root: "HvBannerContent-root";
|
|
282
281
|
action: "HvBannerContent-action";
|
|
282
|
+
default: "HvBannerContent-default";
|
|
283
283
|
error: "HvBannerContent-error";
|
|
284
|
-
success: "HvBannerContent-success";
|
|
285
284
|
message: "HvBannerContent-message";
|
|
285
|
+
success: "HvBannerContent-success";
|
|
286
286
|
baseVariant: "HvBannerContent-baseVariant";
|
|
287
287
|
outContainer: "HvBannerContent-outContainer";
|
|
288
288
|
};
|
|
289
289
|
|
|
290
290
|
export declare const baseCheckBoxClasses: {
|
|
291
291
|
root: "HvBaseCheckBox-root";
|
|
292
|
-
icon: "HvBaseCheckBox-icon";
|
|
293
292
|
disabled: "HvBaseCheckBox-disabled";
|
|
293
|
+
icon: "HvBaseCheckBox-icon";
|
|
294
294
|
focusVisible: "HvBaseCheckBox-focusVisible";
|
|
295
295
|
};
|
|
296
296
|
|
|
297
297
|
export declare const baseDropdownClasses: {
|
|
298
|
-
|
|
299
|
-
arrow: "HvBaseDropdown-arrow";
|
|
300
|
-
anchor: "HvBaseDropdown-anchor";
|
|
298
|
+
container: "HvBaseDropdown-container";
|
|
301
299
|
header: "HvBaseDropdown-header";
|
|
300
|
+
anchor: "HvBaseDropdown-anchor";
|
|
302
301
|
root: "HvBaseDropdown-root";
|
|
303
|
-
container: "HvBaseDropdown-container";
|
|
304
|
-
rootDisabled: "HvBaseDropdown-rootDisabled";
|
|
305
302
|
headerOpen: "HvBaseDropdown-headerOpen";
|
|
306
|
-
headerOpenUp: "HvBaseDropdown-headerOpenUp";
|
|
307
|
-
headerOpenDown: "HvBaseDropdown-headerOpenDown";
|
|
308
303
|
headerDisabled: "HvBaseDropdown-headerDisabled";
|
|
309
304
|
headerReadOnly: "HvBaseDropdown-headerReadOnly";
|
|
305
|
+
placeholder: "HvBaseDropdown-placeholder";
|
|
306
|
+
panel: "HvBaseDropdown-panel";
|
|
307
|
+
inputExtensionOpen: "HvBaseDropdown-inputExtensionOpen";
|
|
308
|
+
rootDisabled: "HvBaseDropdown-rootDisabled";
|
|
309
|
+
headerOpenUp: "HvBaseDropdown-headerOpenUp";
|
|
310
|
+
headerOpenDown: "HvBaseDropdown-headerOpenDown";
|
|
310
311
|
arrowContainer: "HvBaseDropdown-arrowContainer";
|
|
312
|
+
arrow: "HvBaseDropdown-arrow";
|
|
311
313
|
selection: "HvBaseDropdown-selection";
|
|
312
314
|
selectionDisabled: "HvBaseDropdown-selectionDisabled";
|
|
313
|
-
panel: "HvBaseDropdown-panel";
|
|
314
315
|
panelOpenedUp: "HvBaseDropdown-panelOpenedUp";
|
|
315
316
|
panelOpenedDown: "HvBaseDropdown-panelOpenedDown";
|
|
316
|
-
inputExtensionOpen: "HvBaseDropdown-inputExtensionOpen";
|
|
317
317
|
inputExtensionLeftPosition: "HvBaseDropdown-inputExtensionLeftPosition";
|
|
318
318
|
inputExtensionOpenShadow: "HvBaseDropdown-inputExtensionOpenShadow";
|
|
319
319
|
inputExtensionFloatRight: "HvBaseDropdown-inputExtensionFloatRight";
|
|
@@ -321,51 +321,51 @@ export declare const baseDropdownClasses: {
|
|
|
321
321
|
};
|
|
322
322
|
|
|
323
323
|
export declare const baseInputClasses: {
|
|
324
|
-
input: "HvBaseInput-input";
|
|
325
324
|
root: "HvBaseInput-root";
|
|
326
325
|
disabled: "HvBaseInput-disabled";
|
|
327
326
|
readOnly: "HvBaseInput-readOnly";
|
|
328
|
-
invalid: "HvBaseInput-invalid";
|
|
329
|
-
resizable: "HvBaseInput-resizable";
|
|
330
327
|
inputBorderContainer: "HvBaseInput-inputBorderContainer";
|
|
331
|
-
inputRootInvalid: "HvBaseInput-inputRootInvalid";
|
|
332
328
|
inputRootReadOnly: "HvBaseInput-inputRootReadOnly";
|
|
333
329
|
inputRoot: "HvBaseInput-inputRoot";
|
|
334
330
|
inputRootFocused: "HvBaseInput-inputRootFocused";
|
|
335
|
-
inputRootDisabled: "HvBaseInput-inputRootDisabled";
|
|
336
331
|
inputRootMultiline: "HvBaseInput-inputRootMultiline";
|
|
337
|
-
|
|
332
|
+
input: "HvBaseInput-input";
|
|
338
333
|
inputReadOnly: "HvBaseInput-inputReadOnly";
|
|
334
|
+
invalid: "HvBaseInput-invalid";
|
|
335
|
+
resizable: "HvBaseInput-resizable";
|
|
336
|
+
inputRootInvalid: "HvBaseInput-inputRootInvalid";
|
|
337
|
+
inputRootDisabled: "HvBaseInput-inputRootDisabled";
|
|
338
|
+
inputDisabled: "HvBaseInput-inputDisabled";
|
|
339
339
|
inputResizable: "HvBaseInput-inputResizable";
|
|
340
340
|
};
|
|
341
341
|
|
|
342
342
|
export declare const baseRadioClasses: {
|
|
343
343
|
root: "HvBaseRadio-root";
|
|
344
|
-
icon: "HvBaseRadio-icon";
|
|
345
344
|
disabled: "HvBaseRadio-disabled";
|
|
345
|
+
icon: "HvBaseRadio-icon";
|
|
346
346
|
focusVisible: "HvBaseRadio-focusVisible";
|
|
347
347
|
};
|
|
348
348
|
|
|
349
349
|
export declare const baseSwitchClasses: {
|
|
350
|
-
track: "HvBaseSwitch-track";
|
|
351
|
-
switch: "HvBaseSwitch-switch";
|
|
352
350
|
root: "HvBaseSwitch-root";
|
|
353
351
|
disabled: "HvBaseSwitch-disabled";
|
|
354
|
-
checked: "HvBaseSwitch-checked";
|
|
355
352
|
readOnly: "HvBaseSwitch-readOnly";
|
|
356
|
-
|
|
353
|
+
switch: "HvBaseSwitch-switch";
|
|
357
354
|
switchBase: "HvBaseSwitch-switchBase";
|
|
355
|
+
track: "HvBaseSwitch-track";
|
|
356
|
+
checked: "HvBaseSwitch-checked";
|
|
357
|
+
focusVisible: "HvBaseSwitch-focusVisible";
|
|
358
358
|
thumb: "HvBaseSwitch-thumb";
|
|
359
359
|
};
|
|
360
360
|
|
|
361
361
|
export declare const breadCrumbClasses: {
|
|
362
362
|
link: "HvBreadCrumb-link";
|
|
363
|
-
a: "HvBreadCrumb-a";
|
|
364
363
|
root: "HvBreadCrumb-root";
|
|
365
|
-
|
|
364
|
+
a: "HvBreadCrumb-a";
|
|
366
365
|
currentPage: "HvBreadCrumb-currentPage";
|
|
367
366
|
centerContainer: "HvBreadCrumb-centerContainer";
|
|
368
367
|
separatorContainer: "HvBreadCrumb-separatorContainer";
|
|
368
|
+
orderedList: "HvBreadCrumb-orderedList";
|
|
369
369
|
};
|
|
370
370
|
|
|
371
371
|
export declare interface Breakpoint {
|
|
@@ -392,24 +392,24 @@ export declare const buildFormElementPropsFromContext: (name: any, disabled: any
|
|
|
392
392
|
export declare const bulkActionsClasses: {
|
|
393
393
|
root: "HvBulkActions-root";
|
|
394
394
|
semantic: "HvBulkActions-semantic";
|
|
395
|
+
divider: "HvBulkActions-divider";
|
|
396
|
+
selectAll: "HvBulkActions-selectAll";
|
|
395
397
|
actions: "HvBulkActions-actions";
|
|
396
398
|
selectAllContainer: "HvBulkActions-selectAllContainer";
|
|
397
|
-
selectAll: "HvBulkActions-selectAll";
|
|
398
399
|
selectAllPages: "HvBulkActions-selectAllPages";
|
|
399
|
-
divider: "HvBulkActions-divider";
|
|
400
400
|
};
|
|
401
401
|
|
|
402
402
|
export declare const buttonClasses: {
|
|
403
|
-
root: "HvButton-root";
|
|
404
403
|
secondary: "HvButton-secondary";
|
|
405
404
|
primary: "HvButton-primary";
|
|
406
|
-
|
|
405
|
+
root: "HvButton-root";
|
|
407
406
|
disabled: "HvButton-disabled";
|
|
408
407
|
semantic: "HvButton-semantic";
|
|
409
|
-
primarySubtle: "HvButton-primarySubtle";
|
|
410
|
-
primaryGhost: "HvButton-primaryGhost";
|
|
411
408
|
secondarySubtle: "HvButton-secondarySubtle";
|
|
409
|
+
icon: "HvButton-icon";
|
|
412
410
|
secondaryGhost: "HvButton-secondaryGhost";
|
|
411
|
+
primaryGhost: "HvButton-primaryGhost";
|
|
412
|
+
primarySubtle: "HvButton-primarySubtle";
|
|
413
413
|
ghost: "HvButton-ghost";
|
|
414
414
|
startIcon: "HvButton-startIcon";
|
|
415
415
|
endIcon: "HvButton-endIcon";
|
|
@@ -424,28 +424,28 @@ export declare const buttonVariant: readonly ["primary", "primarySubtle", "prima
|
|
|
424
424
|
|
|
425
425
|
export declare const calendarClasses: {
|
|
426
426
|
root: "HvCalendar-root";
|
|
427
|
-
rangeCalendarContainer: "HvCalendar-rangeCalendarContainer";
|
|
428
|
-
singleCalendar: "HvCalendar-singleCalendar";
|
|
429
427
|
focusSelection: "HvCalendar-focusSelection";
|
|
430
428
|
calendarMonthlyCell: "HvCalendar-calendarMonthlyCell";
|
|
431
429
|
calendarMonthlyCellSelected: "HvCalendar-calendarMonthlyCellSelected";
|
|
430
|
+
rangeCalendarContainer: "HvCalendar-rangeCalendarContainer";
|
|
431
|
+
singleCalendar: "HvCalendar-singleCalendar";
|
|
432
432
|
};
|
|
433
433
|
|
|
434
434
|
export declare const calendarHeaderClasses: {
|
|
435
|
-
input: "HvCalendarHeader-input";
|
|
436
435
|
root: "HvCalendarHeader-root";
|
|
437
|
-
invalid: "HvCalendarHeader-invalid";
|
|
438
436
|
inputBorderContainer: "HvCalendarHeader-inputBorderContainer";
|
|
439
|
-
|
|
437
|
+
input: "HvCalendarHeader-input";
|
|
440
438
|
headerDate: "HvCalendarHeader-headerDate";
|
|
439
|
+
headerDayOfWeek: "HvCalendarHeader-headerDayOfWeek";
|
|
440
|
+
invalid: "HvCalendarHeader-invalid";
|
|
441
441
|
invalidMessageStyling: "HvCalendarHeader-invalidMessageStyling";
|
|
442
442
|
};
|
|
443
443
|
|
|
444
444
|
export declare const cardClasses: {
|
|
445
445
|
root: "HvCard-root";
|
|
446
|
+
selectable: "HvCard-selectable";
|
|
446
447
|
icon: "HvCard-icon";
|
|
447
448
|
selected: "HvCard-selected";
|
|
448
|
-
selectable: "HvCard-selectable";
|
|
449
449
|
semanticContainer: "HvCard-semanticContainer";
|
|
450
450
|
semanticBar: "HvCard-semanticBar";
|
|
451
451
|
};
|
|
@@ -455,12 +455,12 @@ export declare const cardContentClasses: {
|
|
|
455
455
|
};
|
|
456
456
|
|
|
457
457
|
export declare const cardHeaderClasses: {
|
|
458
|
-
title: "HvCardHeader-title";
|
|
459
458
|
content: "HvCardHeader-content";
|
|
460
459
|
root: "HvCardHeader-root";
|
|
461
|
-
|
|
460
|
+
title: "HvCardHeader-title";
|
|
462
461
|
titleShort: "HvCardHeader-titleShort";
|
|
463
462
|
subheader: "HvCardHeader-subheader";
|
|
463
|
+
action: "HvCardHeader-action";
|
|
464
464
|
};
|
|
465
465
|
|
|
466
466
|
export declare const cardMediaClasses: {
|
|
@@ -469,30 +469,30 @@ export declare const cardMediaClasses: {
|
|
|
469
469
|
};
|
|
470
470
|
|
|
471
471
|
export declare const carouselClasses: {
|
|
472
|
-
title: "HvCarousel-title";
|
|
473
|
-
main: "HvCarousel-main";
|
|
474
|
-
root: "HvCarousel-root";
|
|
475
472
|
xs: "HvCarousel-xs";
|
|
476
|
-
|
|
477
|
-
controls: "HvCarousel-controls";
|
|
478
|
-
actions: "HvCarousel-actions";
|
|
473
|
+
root: "HvCarousel-root";
|
|
479
474
|
panel: "HvCarousel-panel";
|
|
475
|
+
title: "HvCarousel-title";
|
|
476
|
+
controls: "HvCarousel-controls";
|
|
477
|
+
counterContainer: "HvCarousel-counterContainer";
|
|
478
|
+
thumbnail: "HvCarousel-thumbnail";
|
|
479
|
+
thumbnailSelected: "HvCarousel-thumbnailSelected";
|
|
480
|
+
dot: "HvCarousel-dot";
|
|
481
|
+
main: "HvCarousel-main";
|
|
482
|
+
counter: "HvCarousel-counter";
|
|
480
483
|
fullscreen: "HvCarousel-fullscreen";
|
|
481
484
|
closeButton: "HvCarousel-closeButton";
|
|
485
|
+
actions: "HvCarousel-actions";
|
|
486
|
+
dots: "HvCarousel-dots";
|
|
482
487
|
mainContainer: "HvCarousel-mainContainer";
|
|
483
488
|
pageCounter: "HvCarousel-pageCounter";
|
|
484
489
|
mainXs: "HvCarousel-mainXs";
|
|
485
490
|
mainFullscreen: "HvCarousel-mainFullscreen";
|
|
486
|
-
counterContainer: "HvCarousel-counterContainer";
|
|
487
|
-
counter: "HvCarousel-counter";
|
|
488
491
|
slideControls: "HvCarousel-slideControls";
|
|
489
492
|
slidesViewport: "HvCarousel-slidesViewport";
|
|
490
493
|
slidesContainer: "HvCarousel-slidesContainer";
|
|
491
|
-
dots: "HvCarousel-dots";
|
|
492
494
|
dotsXs: "HvCarousel-dotsXs";
|
|
493
495
|
dotSelected: "HvCarousel-dotSelected";
|
|
494
|
-
thumbnail: "HvCarousel-thumbnail";
|
|
495
|
-
thumbnailSelected: "HvCarousel-thumbnailSelected";
|
|
496
496
|
};
|
|
497
497
|
|
|
498
498
|
declare type CellValue<V = any> = V;
|
|
@@ -516,40 +516,40 @@ export declare const charCounterClasses: {
|
|
|
516
516
|
};
|
|
517
517
|
|
|
518
518
|
export declare const checkBoxClasses: {
|
|
519
|
+
container: "HvCheckBox-container";
|
|
519
520
|
label: "HvCheckBox-label";
|
|
520
521
|
root: "HvCheckBox-root";
|
|
521
|
-
container: "HvCheckBox-container";
|
|
522
|
-
checkbox: "HvCheckBox-checkbox";
|
|
523
522
|
disabled: "HvCheckBox-disabled";
|
|
523
|
+
checkbox: "HvCheckBox-checkbox";
|
|
524
524
|
focusVisible: "HvCheckBox-focusVisible";
|
|
525
525
|
invalidContainer: "HvCheckBox-invalidContainer";
|
|
526
526
|
invalidCheckbox: "HvCheckBox-invalidCheckbox";
|
|
527
527
|
};
|
|
528
528
|
|
|
529
529
|
export declare const checkBoxGroupClasses: {
|
|
530
|
+
vertical: "HvCheckBoxGroup-vertical";
|
|
531
|
+
horizontal: "HvCheckBoxGroup-horizontal";
|
|
530
532
|
label: "HvCheckBoxGroup-label";
|
|
531
533
|
root: "HvCheckBoxGroup-root";
|
|
532
|
-
horizontal: "HvCheckBoxGroup-horizontal";
|
|
533
|
-
vertical: "HvCheckBoxGroup-vertical";
|
|
534
534
|
group: "HvCheckBoxGroup-group";
|
|
535
|
-
error: "HvCheckBoxGroup-error";
|
|
536
535
|
invalid: "HvCheckBoxGroup-invalid";
|
|
536
|
+
error: "HvCheckBoxGroup-error";
|
|
537
537
|
selectAll: "HvCheckBoxGroup-selectAll";
|
|
538
538
|
};
|
|
539
539
|
|
|
540
540
|
export declare const checkValidHexColorValue: (value?: string) => boolean;
|
|
541
541
|
|
|
542
542
|
export declare const colorPickerClasses: {
|
|
543
|
+
colorPicker: "HvColorPicker-colorPicker";
|
|
543
544
|
label: "HvColorPicker-label";
|
|
545
|
+
description: "HvColorPicker-description";
|
|
544
546
|
root: "HvColorPicker-root";
|
|
545
|
-
colorPicker: "HvColorPicker-colorPicker";
|
|
546
547
|
panel: "HvColorPicker-panel";
|
|
547
|
-
description: "HvColorPicker-description";
|
|
548
|
-
labelContainer: "HvColorPicker-labelContainer";
|
|
549
548
|
headerColorValue: "HvColorPicker-headerColorValue";
|
|
549
|
+
recommendedColorsRoot: "HvColorPicker-recommendedColorsRoot";
|
|
550
|
+
labelContainer: "HvColorPicker-labelContainer";
|
|
550
551
|
headerColorIcon: "HvColorPicker-headerColorIcon";
|
|
551
552
|
colorPickerIcon: "HvColorPicker-colorPickerIcon";
|
|
552
|
-
recommendedColorsRoot: "HvColorPicker-recommendedColorsRoot";
|
|
553
553
|
dropdownRootIconOnly: "HvColorPicker-dropdownRootIconOnly";
|
|
554
554
|
headerColorIconOnly: "HvColorPicker-headerColorIconOnly";
|
|
555
555
|
pickerFields: "HvColorPicker-pickerFields";
|
|
@@ -567,8 +567,8 @@ export declare const containerClasses: {
|
|
|
567
567
|
};
|
|
568
568
|
|
|
569
569
|
export declare const controlsClasses: {
|
|
570
|
-
section: "HvControls-section";
|
|
571
570
|
root: "HvControls-root";
|
|
571
|
+
section: "HvControls-section";
|
|
572
572
|
rightSection: "HvControls-rightSection";
|
|
573
573
|
leftSection: "HvControls-leftSection";
|
|
574
574
|
};
|
|
@@ -596,20 +596,20 @@ export declare const createTheme: (props: HvCreateThemeProps) => HvTheme | HvThe
|
|
|
596
596
|
|
|
597
597
|
export declare const datePickerClasses: {
|
|
598
598
|
label: "HvDatePicker-label";
|
|
599
|
+
description: "HvDatePicker-description";
|
|
599
600
|
root: "HvDatePicker-root";
|
|
601
|
+
panel: "HvDatePicker-panel";
|
|
600
602
|
icon: "HvDatePicker-icon";
|
|
603
|
+
inputText: "HvDatePicker-inputText";
|
|
601
604
|
action: "HvDatePicker-action";
|
|
602
605
|
error: "HvDatePicker-error";
|
|
603
|
-
actionContainer: "HvDatePicker-actionContainer";
|
|
604
606
|
dropdown: "HvDatePicker-dropdown";
|
|
605
|
-
|
|
606
|
-
description: "HvDatePicker-description";
|
|
607
|
-
labelContainer: "HvDatePicker-labelContainer";
|
|
608
|
-
leftContainer: "HvDatePicker-leftContainer";
|
|
607
|
+
actionContainer: "HvDatePicker-actionContainer";
|
|
609
608
|
rightContainer: "HvDatePicker-rightContainer";
|
|
609
|
+
labelContainer: "HvDatePicker-labelContainer";
|
|
610
610
|
dropdownHeaderInvalid: "HvDatePicker-dropdownHeaderInvalid";
|
|
611
611
|
dropdownHeaderOpen: "HvDatePicker-dropdownHeaderOpen";
|
|
612
|
-
|
|
612
|
+
leftContainer: "HvDatePicker-leftContainer";
|
|
613
613
|
dateText: "HvDatePicker-dateText";
|
|
614
614
|
};
|
|
615
615
|
|
|
@@ -618,7 +618,7 @@ export declare interface DateRangeProp {
|
|
|
618
618
|
endDate?: Date;
|
|
619
619
|
}
|
|
620
620
|
|
|
621
|
-
export declare const decreaseSize: (size: string) => "
|
|
621
|
+
export declare const decreaseSize: (size: string) => "XS" | "S" | "M" | "L";
|
|
622
622
|
|
|
623
623
|
/** This type allows to do a deep partial by applying the Partial type to each key recursively */
|
|
624
624
|
export declare type DeepPartial<T> = Partial<{
|
|
@@ -656,20 +656,20 @@ declare interface Descriptor {
|
|
|
656
656
|
}
|
|
657
657
|
|
|
658
658
|
export declare const dialogActionClasses: {
|
|
659
|
-
root: "HvDialog-Action-root";
|
|
660
659
|
spacing: "HvDialog-Action-spacing";
|
|
660
|
+
root: "HvDialog-Action-root";
|
|
661
661
|
fullscreen: "HvDialog-Action-fullscreen";
|
|
662
662
|
};
|
|
663
663
|
|
|
664
664
|
export declare const dialogClasses: {
|
|
665
|
-
root: "HvDialog-root";
|
|
666
|
-
background: "HvDialog-background";
|
|
667
665
|
warning: "HvDialog-warning";
|
|
666
|
+
background: "HvDialog-background";
|
|
667
|
+
root: "HvDialog-root";
|
|
668
|
+
paper: "HvDialog-paper";
|
|
668
669
|
error: "HvDialog-error";
|
|
669
670
|
success: "HvDialog-success";
|
|
670
671
|
fullscreen: "HvDialog-fullscreen";
|
|
671
672
|
closeButton: "HvDialog-closeButton";
|
|
672
|
-
paper: "HvDialog-paper";
|
|
673
673
|
statusBar: "HvDialog-statusBar";
|
|
674
674
|
};
|
|
675
675
|
|
|
@@ -688,53 +688,53 @@ declare interface DialogLabels {
|
|
|
688
688
|
|
|
689
689
|
export declare const dialogTitleClasses: {
|
|
690
690
|
root: "HvDialog-Title-root";
|
|
691
|
+
titleText: "HvDialog-Title-titleText";
|
|
691
692
|
fullscreen: "HvDialog-Title-fullscreen";
|
|
692
693
|
messageContainer: "HvDialog-Title-messageContainer";
|
|
693
694
|
textWithIcon: "HvDialog-Title-textWithIcon";
|
|
694
|
-
titleText: "HvDialog-Title-titleText";
|
|
695
695
|
};
|
|
696
696
|
|
|
697
697
|
export declare const dotPaginationClasses: {
|
|
698
|
-
root: "HvDotPagination-root";
|
|
699
698
|
horizontal: "HvDotPagination-horizontal";
|
|
700
|
-
|
|
699
|
+
root: "HvDotPagination-root";
|
|
701
700
|
icon: "HvDotPagination-icon";
|
|
701
|
+
radio: "HvDotPagination-radio";
|
|
702
702
|
radioRoot: "HvDotPagination-radioRoot";
|
|
703
703
|
};
|
|
704
704
|
|
|
705
705
|
export declare const drawerClasses: {
|
|
706
|
-
root: "HvDrawer-root";
|
|
707
706
|
background: "HvDrawer-background";
|
|
708
|
-
|
|
707
|
+
root: "HvDrawer-root";
|
|
709
708
|
paper: "HvDrawer-paper";
|
|
709
|
+
closeButton: "HvDrawer-closeButton";
|
|
710
710
|
};
|
|
711
711
|
|
|
712
712
|
export declare const dropdownClasses: {
|
|
713
|
-
placeholder: "HvDropdown-placeholder";
|
|
714
|
-
arrow: "HvDropdown-arrow";
|
|
715
713
|
label: "HvDropdown-label";
|
|
714
|
+
description: "HvDropdown-description";
|
|
716
715
|
root: "HvDropdown-root";
|
|
716
|
+
placeholder: "HvDropdown-placeholder";
|
|
717
717
|
disabled: "HvDropdown-disabled";
|
|
718
718
|
readOnly: "HvDropdown-readOnly";
|
|
719
|
+
placeholderClosed: "HvDropdown-placeholderClosed";
|
|
719
720
|
error: "HvDropdown-error";
|
|
720
721
|
dropdown: "HvDropdown-dropdown";
|
|
722
|
+
arrow: "HvDropdown-arrow";
|
|
721
723
|
selectionDisabled: "HvDropdown-selectionDisabled";
|
|
722
|
-
description: "HvDropdown-description";
|
|
723
724
|
labelContainer: "HvDropdown-labelContainer";
|
|
725
|
+
rootList: "HvDropdown-rootList";
|
|
726
|
+
dropdownListContainer: "HvDropdown-dropdownListContainer";
|
|
727
|
+
dropdownHeader: "HvDropdown-dropdownHeader";
|
|
724
728
|
dropdownHeaderInvalid: "HvDropdown-dropdownHeaderInvalid";
|
|
725
729
|
dropdownHeaderOpen: "HvDropdown-dropdownHeaderOpen";
|
|
726
|
-
placeholderClosed: "HvDropdown-placeholderClosed";
|
|
727
|
-
dropdownHeader: "HvDropdown-dropdownHeader";
|
|
728
|
-
dropdownListContainer: "HvDropdown-dropdownListContainer";
|
|
729
|
-
rootList: "HvDropdown-rootList";
|
|
730
730
|
};
|
|
731
731
|
|
|
732
732
|
export declare const dropDownMenuClasses: {
|
|
733
|
-
root: "HvDropDownMenu-root";
|
|
734
733
|
container: "HvDropDownMenu-container";
|
|
734
|
+
root: "HvDropDownMenu-root";
|
|
735
735
|
icon: "HvDropDownMenu-icon";
|
|
736
|
-
baseContainer: "HvDropDownMenu-baseContainer";
|
|
737
736
|
iconSelected: "HvDropDownMenu-iconSelected";
|
|
737
|
+
baseContainer: "HvDropDownMenu-baseContainer";
|
|
738
738
|
menuListRoot: "HvDropDownMenu-menuListRoot";
|
|
739
739
|
menuList: "HvDropDownMenu-menuList";
|
|
740
740
|
};
|
|
@@ -746,14 +746,14 @@ export { ds5 }
|
|
|
746
746
|
export { EmotionContext }
|
|
747
747
|
|
|
748
748
|
export declare const emptyStateClasses: {
|
|
749
|
-
root: "HvEmptyState-root";
|
|
750
749
|
container: "HvEmptyState-container";
|
|
751
|
-
|
|
750
|
+
root: "HvEmptyState-root";
|
|
751
|
+
titleContainer: "HvEmptyState-titleContainer";
|
|
752
|
+
messageContainer: "HvEmptyState-messageContainer";
|
|
752
753
|
containerMessageOnly: "HvEmptyState-containerMessageOnly";
|
|
753
754
|
iconContainer: "HvEmptyState-iconContainer";
|
|
754
|
-
titleContainer: "HvEmptyState-titleContainer";
|
|
755
755
|
textContainer: "HvEmptyState-textContainer";
|
|
756
|
-
|
|
756
|
+
actionContainer: "HvEmptyState-actionContainer";
|
|
757
757
|
};
|
|
758
758
|
|
|
759
759
|
export declare type ExtractNames<T extends (...args: any) => {
|
|
@@ -763,27 +763,27 @@ export declare type ExtractNames<T extends (...args: any) => {
|
|
|
763
763
|
|
|
764
764
|
export declare const fileClasses: {
|
|
765
765
|
root: "HvFile-root";
|
|
766
|
-
progressbar: "HvFile-progressbar";
|
|
767
766
|
icon: "HvFile-icon";
|
|
768
|
-
removeButton: "HvFile-removeButton";
|
|
769
|
-
fail: "HvFile-fail";
|
|
770
767
|
progressbarContainer: "HvFile-progressbarContainer";
|
|
768
|
+
previewContainer: "HvFile-previewContainer";
|
|
769
|
+
progressbar: "HvFile-progressbar";
|
|
771
770
|
progressbarBack: "HvFile-progressbarBack";
|
|
772
771
|
nameText: "HvFile-nameText";
|
|
773
772
|
progressTextContainer: "HvFile-progressTextContainer";
|
|
774
|
-
|
|
773
|
+
removeButton: "HvFile-removeButton";
|
|
774
|
+
fail: "HvFile-fail";
|
|
775
775
|
};
|
|
776
776
|
|
|
777
777
|
export declare const fileUploaderPreviewClasses: {
|
|
778
|
-
overlay: "HvFileUploaderPreview-overlay";
|
|
779
778
|
previewButton: "HvFileUploaderPreview-previewButton";
|
|
779
|
+
overlay: "HvFileUploaderPreview-overlay";
|
|
780
780
|
};
|
|
781
781
|
|
|
782
782
|
export declare const filterGroupClasses: {
|
|
783
783
|
label: "HvFilterGroup-label";
|
|
784
|
+
description: "HvFilterGroup-description";
|
|
784
785
|
root: "HvFilterGroup-root";
|
|
785
786
|
error: "HvFilterGroup-error";
|
|
786
|
-
description: "HvFilterGroup-description";
|
|
787
787
|
labelContainer: "HvFilterGroup-labelContainer";
|
|
788
788
|
};
|
|
789
789
|
|
|
@@ -819,18 +819,18 @@ export declare const focusClasses: {
|
|
|
819
819
|
root: "HvFocus-root";
|
|
820
820
|
disabled: "HvFocus-disabled";
|
|
821
821
|
selected: "HvFocus-selected";
|
|
822
|
-
focus: "HvFocus-focus";
|
|
823
|
-
focused: "HvFocus-focused";
|
|
824
822
|
focusDisabled: "HvFocus-focusDisabled";
|
|
823
|
+
focused: "HvFocus-focused";
|
|
825
824
|
externalReference: "HvFocus-externalReference";
|
|
826
825
|
falseFocus: "HvFocus-falseFocus";
|
|
826
|
+
focus: "HvFocus-focus";
|
|
827
827
|
};
|
|
828
828
|
|
|
829
829
|
export declare const footerClasses: {
|
|
830
|
+
name: "HvFooter-name";
|
|
830
831
|
small: "HvFooter-small";
|
|
831
832
|
root: "HvFooter-root";
|
|
832
833
|
separator: "HvFooter-separator";
|
|
833
|
-
name: "HvFooter-name";
|
|
834
834
|
rightContainer: "HvFooter-rightContainer";
|
|
835
835
|
copyright: "HvFooter-copyright";
|
|
836
836
|
};
|
|
@@ -914,22 +914,22 @@ export declare const getTableHeadPropsHook: (props: any, { instance }: {
|
|
|
914
914
|
export declare const getVarValue: (cssVar: string, rootElementId?: string) => string | undefined;
|
|
915
915
|
|
|
916
916
|
export declare const globalActionsClasses: {
|
|
917
|
-
root: "HvGlobalActions-root";
|
|
918
917
|
name: "HvGlobalActions-name";
|
|
919
|
-
|
|
918
|
+
root: "HvGlobalActions-root";
|
|
920
919
|
wrapper: "HvGlobalActions-wrapper";
|
|
920
|
+
globalSectionArea: "HvGlobalActions-globalSectionArea";
|
|
921
|
+
sectionName: "HvGlobalActions-sectionName";
|
|
921
922
|
actions: "HvGlobalActions-actions";
|
|
922
923
|
positionSticky: "HvGlobalActions-positionSticky";
|
|
923
924
|
positionFixed: "HvGlobalActions-positionFixed";
|
|
925
|
+
global: "HvGlobalActions-global";
|
|
924
926
|
globalWrapperComplement: "HvGlobalActions-globalWrapperComplement";
|
|
925
|
-
globalSectionArea: "HvGlobalActions-globalSectionArea";
|
|
926
927
|
backButton: "HvGlobalActions-backButton";
|
|
927
|
-
sectionName: "HvGlobalActions-sectionName";
|
|
928
928
|
};
|
|
929
929
|
|
|
930
930
|
export declare const gridClasses: {
|
|
931
|
-
root: "HvGrid-root";
|
|
932
931
|
container: "HvGrid-container";
|
|
932
|
+
root: "HvGrid-root";
|
|
933
933
|
item: "HvGrid-item";
|
|
934
934
|
zeroMinWidth: "HvGrid-zeroMinWidth";
|
|
935
935
|
"direction-xs-column": "HvGrid-direction-xs-column";
|
|
@@ -974,9 +974,9 @@ export declare const headerBrandClasses: {
|
|
|
974
974
|
};
|
|
975
975
|
|
|
976
976
|
export declare const headerClasses: {
|
|
977
|
+
backgroundColor: "HvHeader-backgroundColor";
|
|
977
978
|
header: "HvHeader-header";
|
|
978
979
|
root: "HvHeader-root";
|
|
979
|
-
backgroundColor: "HvHeader-backgroundColor";
|
|
980
980
|
};
|
|
981
981
|
|
|
982
982
|
export declare const headerNavigationClasses: {
|
|
@@ -986,10 +986,10 @@ export declare const headerNavigationClasses: {
|
|
|
986
986
|
export declare const hexToRgbA: (hex: any, factor?: number) => string;
|
|
987
987
|
|
|
988
988
|
export declare const horizontalScrollListItemClasses: {
|
|
989
|
-
button: "HvHorizontalScrollListItem-button";
|
|
990
|
-
text: "HvHorizontalScrollListItem-text";
|
|
991
989
|
root: "HvHorizontalScrollListItem-root";
|
|
992
990
|
selected: "HvHorizontalScrollListItem-selected";
|
|
991
|
+
button: "HvHorizontalScrollListItem-button";
|
|
992
|
+
text: "HvHorizontalScrollListItem-text";
|
|
993
993
|
};
|
|
994
994
|
|
|
995
995
|
export { HvAccentColor }
|
|
@@ -1109,7 +1109,7 @@ export declare interface HvActionsGenericProps extends HvBaseProps {
|
|
|
1109
1109
|
* As such, its functionality, if any, for accessibility purposes must be provided through an alternative mean,
|
|
1110
1110
|
* or by using a regular icon button or toggle button instead.
|
|
1111
1111
|
*/
|
|
1112
|
-
export declare const HvAdornment: ForwardRefExoticComponent<HvAdornmentProps & RefAttributes<
|
|
1112
|
+
export declare const HvAdornment: ForwardRefExoticComponent<HvAdornmentProps & RefAttributes<HTMLButtonElement | HTMLDivElement>>;
|
|
1113
1113
|
|
|
1114
1114
|
export declare type HvAdornmentClasses = ExtractNames<typeof useClasses_6>;
|
|
1115
1115
|
|
|
@@ -7376,7 +7376,7 @@ export declare const iconVariant: (variant: "success" | "warning" | "error" | "i
|
|
|
7376
7376
|
|
|
7377
7377
|
declare type IdType<D> = StringKey<D> | string;
|
|
7378
7378
|
|
|
7379
|
-
export declare const increaseSize: (size: string) => "
|
|
7379
|
+
export declare const increaseSize: (size: string) => "S" | "M" | "L" | "XL";
|
|
7380
7380
|
|
|
7381
7381
|
export declare const infoMessageClasses: {
|
|
7382
7382
|
root: "HvInfoMessage-root";
|
|
@@ -7385,33 +7385,33 @@ export declare const infoMessageClasses: {
|
|
|
7385
7385
|
};
|
|
7386
7386
|
|
|
7387
7387
|
export declare const inlineEditorClasses: {
|
|
7388
|
-
button: "HvInlineEditor-button";
|
|
7389
|
-
input: "HvInlineEditor-input";
|
|
7390
|
-
text: "HvInlineEditor-text";
|
|
7391
7388
|
root: "HvInlineEditor-root";
|
|
7392
|
-
icon: "HvInlineEditor-icon";
|
|
7393
7389
|
inputBorderContainer: "HvInlineEditor-inputBorderContainer";
|
|
7394
7390
|
inputRoot: "HvInlineEditor-inputRoot";
|
|
7391
|
+
input: "HvInlineEditor-input";
|
|
7392
|
+
icon: "HvInlineEditor-icon";
|
|
7393
|
+
button: "HvInlineEditor-button";
|
|
7394
|
+
text: "HvInlineEditor-text";
|
|
7395
7395
|
largeText: "HvInlineEditor-largeText";
|
|
7396
7396
|
textEmpty: "HvInlineEditor-textEmpty";
|
|
7397
7397
|
iconVisible: "HvInlineEditor-iconVisible";
|
|
7398
7398
|
};
|
|
7399
7399
|
|
|
7400
7400
|
export declare const inputClasses: {
|
|
7401
|
-
input: "HvInput-input";
|
|
7402
7401
|
label: "HvInput-label";
|
|
7402
|
+
description: "HvInput-description";
|
|
7403
7403
|
root: "HvInput-root";
|
|
7404
|
-
icon: "HvInput-icon";
|
|
7405
|
-
error: "HvInput-error";
|
|
7406
7404
|
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
7407
7405
|
inputRoot: "HvInput-inputRoot";
|
|
7408
7406
|
inputRootFocused: "HvInput-inputRootFocused";
|
|
7409
|
-
inputRootDisabled: "HvInput-inputRootDisabled";
|
|
7410
7407
|
inputRootMultiline: "HvInput-inputRootMultiline";
|
|
7411
|
-
|
|
7412
|
-
|
|
7413
|
-
adornmentsBox: "HvInput-adornmentsBox";
|
|
7408
|
+
input: "HvInput-input";
|
|
7409
|
+
icon: "HvInput-icon";
|
|
7414
7410
|
adornmentButton: "HvInput-adornmentButton";
|
|
7411
|
+
error: "HvInput-error";
|
|
7412
|
+
inputRootDisabled: "HvInput-inputRootDisabled";
|
|
7413
|
+
labelContainer: "HvInput-labelContainer";
|
|
7414
|
+
adornmentsBox: "HvInput-adornmentsBox";
|
|
7415
7415
|
iconClear: "HvInput-iconClear";
|
|
7416
7416
|
hasSuggestions: "HvInput-hasSuggestions";
|
|
7417
7417
|
suggestionsContainer: "HvInput-suggestionsContainer";
|
|
@@ -7485,13 +7485,13 @@ export declare const linkClasses: {
|
|
|
7485
7485
|
export declare const listClasses: {
|
|
7486
7486
|
link: "HvList-link";
|
|
7487
7487
|
root: "HvList-root";
|
|
7488
|
+
itemSelector: "HvList-itemSelector";
|
|
7488
7489
|
item: "HvList-item";
|
|
7489
7490
|
virtualizedRoot: "HvList-virtualizedRoot";
|
|
7490
7491
|
selectorRoot: "HvList-selectorRoot";
|
|
7491
7492
|
selectorContainer: "HvList-selectorContainer";
|
|
7492
7493
|
box: "HvList-box";
|
|
7493
7494
|
truncate: "HvList-truncate";
|
|
7494
|
-
itemSelector: "HvList-itemSelector";
|
|
7495
7495
|
selectAllSelector: "HvList-selectAllSelector";
|
|
7496
7496
|
};
|
|
7497
7497
|
|
|
@@ -7501,24 +7501,24 @@ export declare const listContainerClasses: {
|
|
|
7501
7501
|
|
|
7502
7502
|
export declare const listItemClasses: {
|
|
7503
7503
|
root: "HvListItem-root";
|
|
7504
|
-
condensed: "HvListItem-condensed";
|
|
7505
7504
|
disabled: "HvListItem-disabled";
|
|
7506
7505
|
selected: "HvListItem-selected";
|
|
7506
|
+
condensed: "HvListItem-condensed";
|
|
7507
7507
|
focus: "HvListItem-focus";
|
|
7508
7508
|
interactive: "HvListItem-interactive";
|
|
7509
|
-
endAdornment: "HvListItem-endAdornment";
|
|
7510
7509
|
startAdornment: "HvListItem-startAdornment";
|
|
7510
|
+
endAdornment: "HvListItem-endAdornment";
|
|
7511
7511
|
gutters: "HvListItem-gutters";
|
|
7512
7512
|
withStartAdornment: "HvListItem-withStartAdornment";
|
|
7513
7513
|
withEndAdornment: "HvListItem-withEndAdornment";
|
|
7514
7514
|
};
|
|
7515
7515
|
|
|
7516
7516
|
export declare const loadingClasses: {
|
|
7517
|
-
hidden: "HvLoading-hidden";
|
|
7518
7517
|
small: "HvLoading-small";
|
|
7519
7518
|
label: "HvLoading-label";
|
|
7520
7519
|
root: "HvLoading-root";
|
|
7521
7520
|
overlay: "HvLoading-overlay";
|
|
7521
|
+
hidden: "HvLoading-hidden";
|
|
7522
7522
|
blur: "HvLoading-blur";
|
|
7523
7523
|
barContainer: "HvLoading-barContainer";
|
|
7524
7524
|
loadingBar: "HvLoading-loadingBar";
|
|
@@ -7533,10 +7533,10 @@ export declare const loginClasses: {
|
|
|
7533
7533
|
};
|
|
7534
7534
|
|
|
7535
7535
|
export declare const multiButtonClasses: {
|
|
7536
|
-
button: "HvMultiButton-button";
|
|
7537
|
-
root: "HvMultiButton-root";
|
|
7538
7536
|
vertical: "HvMultiButton-vertical";
|
|
7537
|
+
root: "HvMultiButton-root";
|
|
7539
7538
|
selected: "HvMultiButton-selected";
|
|
7539
|
+
button: "HvMultiButton-button";
|
|
7540
7540
|
};
|
|
7541
7541
|
|
|
7542
7542
|
export declare const multiSelectionEventHandler: (evt: any, index: any, selectionAnchor: any, allValues: any, selectedState: any, selectionCheck: any) => any[];
|
|
@@ -7578,12 +7578,12 @@ export declare const paginationClasses: {
|
|
|
7578
7578
|
root: "HvPagination-root";
|
|
7579
7579
|
icon: "HvPagination-icon";
|
|
7580
7580
|
pageSizeOptions: "HvPagination-pageSizeOptions";
|
|
7581
|
-
iconContainer: "HvPagination-iconContainer";
|
|
7582
7581
|
pageSizeHeader: "HvPagination-pageSizeHeader";
|
|
7583
7582
|
pageSizeTextContainer: "HvPagination-pageSizeTextContainer";
|
|
7584
|
-
totalPagesTextContainer: "HvPagination-totalPagesTextContainer";
|
|
7585
7583
|
pageSizeOptionsSelect: "HvPagination-pageSizeOptionsSelect";
|
|
7584
|
+
totalPagesTextContainer: "HvPagination-totalPagesTextContainer";
|
|
7586
7585
|
pageNavigator: "HvPagination-pageNavigator";
|
|
7586
|
+
iconContainer: "HvPagination-iconContainer";
|
|
7587
7587
|
pageInfo: "HvPagination-pageInfo";
|
|
7588
7588
|
pageJump: "HvPagination-pageJump";
|
|
7589
7589
|
pageSizeInput: "HvPagination-pageSizeInput";
|
|
@@ -7615,8 +7615,8 @@ export declare function prepareRow(row: any, { instance }: {
|
|
|
7615
7615
|
export declare const processThemes: (themesList?: (HvTheme | HvThemeStructure)[]) => (HvTheme | HvThemeStructure)[];
|
|
7616
7616
|
|
|
7617
7617
|
export declare const progressBarClasses: {
|
|
7618
|
-
progress: "HvProgressBar-progress";
|
|
7619
7618
|
root: "HvProgressBar-root";
|
|
7619
|
+
progress: "HvProgressBar-progress";
|
|
7620
7620
|
progressBar: "HvProgressBar-progressBar";
|
|
7621
7621
|
progressBarLabel: "HvProgressBar-progressBarLabel";
|
|
7622
7622
|
progressContainer: "HvProgressBar-progressContainer";
|
|
@@ -7631,39 +7631,39 @@ export declare const queryBuilderClasses: {
|
|
|
7631
7631
|
root: "HvQueryBuilder-root";
|
|
7632
7632
|
topGroup: "HvQueryBuilder-topGroup";
|
|
7633
7633
|
subGroup: "HvQueryBuilder-subGroup";
|
|
7634
|
+
subRulesContainer: "HvQueryBuilder-subRulesContainer";
|
|
7635
|
+
topActionButtonContainer: "HvQueryBuilder-topActionButtonContainer";
|
|
7636
|
+
removeButton: "HvQueryBuilder-removeButton";
|
|
7634
7637
|
combinator: "HvQueryBuilder-combinator";
|
|
7635
7638
|
topCombinator: "HvQueryBuilder-topCombinator";
|
|
7636
7639
|
combinatorButton: "HvQueryBuilder-combinatorButton";
|
|
7637
|
-
removeButton: "HvQueryBuilder-removeButton";
|
|
7638
7640
|
topRemoveButton: "HvQueryBuilder-topRemoveButton";
|
|
7639
7641
|
topRemoveButtonDisabled: "HvQueryBuilder-topRemoveButtonDisabled";
|
|
7640
7642
|
rulesContainer: "HvQueryBuilder-rulesContainer";
|
|
7641
|
-
subRulesContainer: "HvQueryBuilder-subRulesContainer";
|
|
7642
7643
|
actionButtonContainer: "HvQueryBuilder-actionButtonContainer";
|
|
7643
|
-
topActionButtonContainer: "HvQueryBuilder-topActionButtonContainer";
|
|
7644
7644
|
topRulesContainer: "HvQueryBuilder-topRulesContainer";
|
|
7645
7645
|
buttonBackground: "HvQueryBuilder-buttonBackground";
|
|
7646
7646
|
};
|
|
7647
7647
|
|
|
7648
7648
|
export declare const radioClasses: {
|
|
7649
|
+
container: "HvRadio-container";
|
|
7649
7650
|
label: "HvRadio-label";
|
|
7650
7651
|
root: "HvRadio-root";
|
|
7651
|
-
container: "HvRadio-container";
|
|
7652
|
-
radio: "HvRadio-radio";
|
|
7653
7652
|
disabled: "HvRadio-disabled";
|
|
7653
|
+
radio: "HvRadio-radio";
|
|
7654
7654
|
focusVisible: "HvRadio-focusVisible";
|
|
7655
7655
|
invalidContainer: "HvRadio-invalidContainer";
|
|
7656
7656
|
invalidRadio: "HvRadio-invalidRadio";
|
|
7657
7657
|
};
|
|
7658
7658
|
|
|
7659
7659
|
export declare const radioGroupClasses: {
|
|
7660
|
+
vertical: "HvRadioGroup-vertical";
|
|
7661
|
+
horizontal: "HvRadioGroup-horizontal";
|
|
7660
7662
|
label: "HvRadioGroup-label";
|
|
7661
7663
|
root: "HvRadioGroup-root";
|
|
7662
|
-
horizontal: "HvRadioGroup-horizontal";
|
|
7663
|
-
vertical: "HvRadioGroup-vertical";
|
|
7664
7664
|
group: "HvRadioGroup-group";
|
|
7665
|
-
error: "HvRadioGroup-error";
|
|
7666
7665
|
invalid: "HvRadioGroup-invalid";
|
|
7666
|
+
error: "HvRadioGroup-error";
|
|
7667
7667
|
};
|
|
7668
7668
|
|
|
7669
7669
|
export declare class Random {
|
|
@@ -7687,10 +7687,10 @@ export declare const rightControlClasses: {
|
|
|
7687
7687
|
export declare const scrollToHorizontalClasses: {
|
|
7688
7688
|
root: "HvScrollToHorizontal-root";
|
|
7689
7689
|
selected: "HvScrollToHorizontal-selected";
|
|
7690
|
+
notSelected: "HvScrollToHorizontal-notSelected";
|
|
7691
|
+
notSelectedRoot: "HvScrollToHorizontal-notSelectedRoot";
|
|
7690
7692
|
positionSticky: "HvScrollToHorizontal-positionSticky";
|
|
7691
7693
|
positionFixed: "HvScrollToHorizontal-positionFixed";
|
|
7692
|
-
notSelectedRoot: "HvScrollToHorizontal-notSelectedRoot";
|
|
7693
|
-
notSelected: "HvScrollToHorizontal-notSelected";
|
|
7694
7694
|
};
|
|
7695
7695
|
|
|
7696
7696
|
export declare const scrollToVerticalClasses: {
|
|
@@ -7700,22 +7700,22 @@ export declare const scrollToVerticalClasses: {
|
|
|
7700
7700
|
};
|
|
7701
7701
|
|
|
7702
7702
|
export declare const sectionClasses: {
|
|
7703
|
-
hidden: "HvSection-hidden";
|
|
7704
7703
|
content: "HvSection-content";
|
|
7705
7704
|
header: "HvSection-header";
|
|
7706
7705
|
root: "HvSection-root";
|
|
7706
|
+
hidden: "HvSection-hidden";
|
|
7707
7707
|
actions: "HvSection-actions";
|
|
7708
7708
|
};
|
|
7709
7709
|
|
|
7710
7710
|
export declare const selectionListClasses: {
|
|
7711
|
+
vertical: "HvSelectionList-vertical";
|
|
7712
|
+
horizontal: "HvSelectionList-horizontal";
|
|
7711
7713
|
label: "HvSelectionList-label";
|
|
7714
|
+
description: "HvSelectionList-description";
|
|
7712
7715
|
root: "HvSelectionList-root";
|
|
7713
|
-
horizontal: "HvSelectionList-horizontal";
|
|
7714
|
-
vertical: "HvSelectionList-vertical";
|
|
7715
7716
|
listbox: "HvSelectionList-listbox";
|
|
7716
|
-
error: "HvSelectionList-error";
|
|
7717
7717
|
invalid: "HvSelectionList-invalid";
|
|
7718
|
-
|
|
7718
|
+
error: "HvSelectionList-error";
|
|
7719
7719
|
};
|
|
7720
7720
|
|
|
7721
7721
|
/**
|
|
@@ -7734,16 +7734,16 @@ export declare const simpleGridClasses: {
|
|
|
7734
7734
|
export declare const sliderClasses: {
|
|
7735
7735
|
label: "HvSlider-label";
|
|
7736
7736
|
root: "HvSlider-root";
|
|
7737
|
+
trackDragging: "HvSlider-trackDragging";
|
|
7738
|
+
trackStandBy: "HvSlider-trackStandBy";
|
|
7739
|
+
handleContainer: "HvSlider-handleContainer";
|
|
7737
7740
|
error: "HvSlider-error";
|
|
7738
7741
|
rootDisabled: "HvSlider-rootDisabled";
|
|
7739
7742
|
labelContainer: "HvSlider-labelContainer";
|
|
7740
7743
|
sliderBase: "HvSlider-sliderBase";
|
|
7741
7744
|
sliderContainer: "HvSlider-sliderContainer";
|
|
7742
|
-
trackDragging: "HvSlider-trackDragging";
|
|
7743
|
-
trackStandBy: "HvSlider-trackStandBy";
|
|
7744
7745
|
sliderRoot: "HvSlider-sliderRoot";
|
|
7745
7746
|
rootRange: "HvSlider-rootRange";
|
|
7746
|
-
handleContainer: "HvSlider-handleContainer";
|
|
7747
7747
|
handle: "HvSlider-handle";
|
|
7748
7748
|
handleContainerDisabled: "HvSlider-handleContainerDisabled";
|
|
7749
7749
|
handleHiddenContainer: "HvSlider-handleHiddenContainer";
|
|
@@ -7763,13 +7763,13 @@ export declare const snackbarClasses: {
|
|
|
7763
7763
|
};
|
|
7764
7764
|
|
|
7765
7765
|
export declare const snackbarContentClasses: {
|
|
7766
|
-
root: "HvSnackbar-Content-root";
|
|
7767
7766
|
warning: "HvSnackbar-Content-warning";
|
|
7768
|
-
|
|
7767
|
+
root: "HvSnackbar-Content-root";
|
|
7769
7768
|
action: "HvSnackbar-Content-action";
|
|
7769
|
+
default: "HvSnackbar-Content-default";
|
|
7770
7770
|
error: "HvSnackbar-Content-error";
|
|
7771
|
-
success: "HvSnackbar-Content-success";
|
|
7772
7771
|
message: "HvSnackbar-Content-message";
|
|
7772
|
+
success: "HvSnackbar-Content-success";
|
|
7773
7773
|
messageSpan: "HvSnackbar-Content-messageSpan";
|
|
7774
7774
|
messageText: "HvSnackbar-Content-messageText";
|
|
7775
7775
|
iconVariant: "HvSnackbar-Content-iconVariant";
|
|
@@ -7782,12 +7782,12 @@ export declare const snackbarProviderClasses: {
|
|
|
7782
7782
|
export declare type Spacing = "sm" | "md" | "lg" | "xl";
|
|
7783
7783
|
|
|
7784
7784
|
export declare const stackClasses: {
|
|
7785
|
-
root: "HvStack-root";
|
|
7786
7785
|
xs: "HvStack-xs";
|
|
7787
7786
|
sm: "HvStack-sm";
|
|
7788
7787
|
md: "HvStack-md";
|
|
7789
7788
|
lg: "HvStack-lg";
|
|
7790
7789
|
xl: "HvStack-xl";
|
|
7790
|
+
root: "HvStack-root";
|
|
7791
7791
|
row: "HvStack-row";
|
|
7792
7792
|
column: "HvStack-column";
|
|
7793
7793
|
};
|
|
@@ -7796,16 +7796,16 @@ declare type StringKey<D> = Extract<keyof D, string>;
|
|
|
7796
7796
|
|
|
7797
7797
|
export declare const suggestionsClasses: {
|
|
7798
7798
|
root: "HvSuggestions-root";
|
|
7799
|
-
popper: "HvSuggestions-popper";
|
|
7800
7799
|
list: "HvSuggestions-list";
|
|
7800
|
+
popper: "HvSuggestions-popper";
|
|
7801
7801
|
};
|
|
7802
7802
|
|
|
7803
7803
|
export declare const switchClasses: {
|
|
7804
7804
|
label: "HvSwitch-label";
|
|
7805
7805
|
root: "HvSwitch-root";
|
|
7806
|
+
invalidSwitch: "HvSwitch-invalidSwitch";
|
|
7806
7807
|
error: "HvSwitch-error";
|
|
7807
7808
|
switchContainer: "HvSwitch-switchContainer";
|
|
7808
|
-
invalidSwitch: "HvSwitch-invalidSwitch";
|
|
7809
7809
|
};
|
|
7810
7810
|
|
|
7811
7811
|
declare type SxProps = React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
|
|
@@ -7823,29 +7823,29 @@ export declare const tableBodyClasses: {
|
|
|
7823
7823
|
|
|
7824
7824
|
export declare const tableCellClasses: {
|
|
7825
7825
|
body: "HvTableCell-body";
|
|
7826
|
-
footer: "HvTableCell-footer";
|
|
7827
|
-
head: "HvTableCell-head";
|
|
7828
7826
|
root: "HvTableCell-root";
|
|
7827
|
+
head: "HvTableCell-head";
|
|
7828
|
+
variantListactions: "HvTableCell-variantListactions";
|
|
7829
|
+
variantListcheckbox: "HvTableCell-variantListcheckbox";
|
|
7830
|
+
variantList: "HvTableCell-variantList";
|
|
7831
|
+
footer: "HvTableCell-footer";
|
|
7829
7832
|
resizable: "HvTableCell-resizable";
|
|
7830
|
-
|
|
7833
|
+
alignLeft: "HvTableCell-alignLeft";
|
|
7834
|
+
alignCenter: "HvTableCell-alignCenter";
|
|
7835
|
+
alignRight: "HvTableCell-alignRight";
|
|
7836
|
+
alignJustify: "HvTableCell-alignJustify";
|
|
7831
7837
|
stickyColumn: "HvTableCell-stickyColumn";
|
|
7832
7838
|
stickyColumnMostLeft: "HvTableCell-stickyColumnMostLeft";
|
|
7833
7839
|
stickyColumnLeastRight: "HvTableCell-stickyColumnLeastRight";
|
|
7834
7840
|
groupColumnMostLeft: "HvTableCell-groupColumnMostLeft";
|
|
7835
7841
|
groupColumnMostRight: "HvTableCell-groupColumnMostRight";
|
|
7836
|
-
|
|
7837
|
-
alignLeft: "HvTableCell-alignLeft";
|
|
7838
|
-
alignCenter: "HvTableCell-alignCenter";
|
|
7839
|
-
alignRight: "HvTableCell-alignRight";
|
|
7840
|
-
alignJustify: "HvTableCell-alignJustify";
|
|
7841
|
-
variantNone: "HvTableCell-variantNone";
|
|
7842
|
+
sorted: "HvTableCell-sorted";
|
|
7842
7843
|
variantCheckbox: "HvTableCell-variantCheckbox";
|
|
7843
|
-
variantActions: "HvTableCell-variantActions";
|
|
7844
7844
|
variantExpand: "HvTableCell-variantExpand";
|
|
7845
|
-
|
|
7845
|
+
variantActions: "HvTableCell-variantActions";
|
|
7846
|
+
variantNone: "HvTableCell-variantNone";
|
|
7847
|
+
resizing: "HvTableCell-resizing";
|
|
7846
7848
|
variantListHead: "HvTableCell-variantListHead";
|
|
7847
|
-
variantListactions: "HvTableCell-variantListactions";
|
|
7848
|
-
variantListcheckbox: "HvTableCell-variantListcheckbox";
|
|
7849
7849
|
};
|
|
7850
7850
|
|
|
7851
7851
|
export declare const tableClasses: {
|
|
@@ -7866,50 +7866,50 @@ export declare const tableHeadClasses: {
|
|
|
7866
7866
|
|
|
7867
7867
|
export declare const tableHeaderClasses: {
|
|
7868
7868
|
body: "HvTableHeader-body";
|
|
7869
|
-
footer: "HvTableHeader-footer";
|
|
7870
|
-
head: "HvTableHeader-head";
|
|
7871
7869
|
root: "HvTableHeader-root";
|
|
7870
|
+
head: "HvTableHeader-head";
|
|
7871
|
+
sortButton: "HvTableHeader-sortButton";
|
|
7872
|
+
variantList: "HvTableHeader-variantList";
|
|
7872
7873
|
resizer: "HvTableHeader-resizer";
|
|
7874
|
+
footer: "HvTableHeader-footer";
|
|
7873
7875
|
resizable: "HvTableHeader-resizable";
|
|
7874
|
-
|
|
7875
|
-
|
|
7876
|
+
alignLeft: "HvTableHeader-alignLeft";
|
|
7877
|
+
alignCenter: "HvTableHeader-alignCenter";
|
|
7878
|
+
alignRight: "HvTableHeader-alignRight";
|
|
7879
|
+
alignJustify: "HvTableHeader-alignJustify";
|
|
7876
7880
|
stickyColumn: "HvTableHeader-stickyColumn";
|
|
7877
7881
|
stickyColumnMostLeft: "HvTableHeader-stickyColumnMostLeft";
|
|
7878
7882
|
stickyColumnLeastRight: "HvTableHeader-stickyColumnLeastRight";
|
|
7879
7883
|
groupColumnMostLeft: "HvTableHeader-groupColumnMostLeft";
|
|
7880
7884
|
groupColumnMostRight: "HvTableHeader-groupColumnMostRight";
|
|
7881
|
-
resizing: "HvTableHeader-resizing";
|
|
7882
|
-
alignLeft: "HvTableHeader-alignLeft";
|
|
7883
|
-
alignCenter: "HvTableHeader-alignCenter";
|
|
7884
|
-
alignRight: "HvTableHeader-alignRight";
|
|
7885
|
-
alignJustify: "HvTableHeader-alignJustify";
|
|
7886
|
-
variantNone: "HvTableHeader-variantNone";
|
|
7887
|
-
variantCheckbox: "HvTableHeader-variantCheckbox";
|
|
7888
|
-
variantActions: "HvTableHeader-variantActions";
|
|
7889
|
-
variantExpand: "HvTableHeader-variantExpand";
|
|
7890
|
-
variantList: "HvTableHeader-variantList";
|
|
7891
7885
|
headerContent: "HvTableHeader-headerContent";
|
|
7892
7886
|
headerText: "HvTableHeader-headerText";
|
|
7893
7887
|
headerParagraph: "HvTableHeader-headerParagraph";
|
|
7894
7888
|
sortableHeaderText: "HvTableHeader-sortableHeaderText";
|
|
7895
|
-
|
|
7889
|
+
sorted: "HvTableHeader-sorted";
|
|
7890
|
+
sortable: "HvTableHeader-sortable";
|
|
7896
7891
|
sortIcon: "HvTableHeader-sortIcon";
|
|
7897
7892
|
alignFlexLeft: "HvTableHeader-alignFlexLeft";
|
|
7898
7893
|
alignFlexRight: "HvTableHeader-alignFlexRight";
|
|
7899
7894
|
alignFlexCenter: "HvTableHeader-alignFlexCenter";
|
|
7900
7895
|
alignFlexJustify: "HvTableHeader-alignFlexJustify";
|
|
7896
|
+
variantCheckbox: "HvTableHeader-variantCheckbox";
|
|
7897
|
+
variantExpand: "HvTableHeader-variantExpand";
|
|
7898
|
+
variantActions: "HvTableHeader-variantActions";
|
|
7899
|
+
variantNone: "HvTableHeader-variantNone";
|
|
7900
|
+
resizing: "HvTableHeader-resizing";
|
|
7901
7901
|
};
|
|
7902
7902
|
|
|
7903
7903
|
export declare const tableRowClasses: {
|
|
7904
7904
|
body: "HvTableRow-body";
|
|
7905
|
-
footer: "HvTableRow-footer";
|
|
7906
|
-
head: "HvTableRow-head";
|
|
7907
7905
|
root: "HvTableRow-root";
|
|
7908
|
-
expanded: "HvTableRow-expanded";
|
|
7909
7906
|
selected: "HvTableRow-selected";
|
|
7910
|
-
|
|
7911
|
-
striped: "HvTableRow-striped";
|
|
7907
|
+
head: "HvTableRow-head";
|
|
7912
7908
|
variantList: "HvTableRow-variantList";
|
|
7909
|
+
expanded: "HvTableRow-expanded";
|
|
7910
|
+
footer: "HvTableRow-footer";
|
|
7911
|
+
striped: "HvTableRow-striped";
|
|
7912
|
+
hover: "HvTableRow-hover";
|
|
7913
7913
|
variantListHead: "HvTableRow-variantListHead";
|
|
7914
7914
|
};
|
|
7915
7915
|
|
|
@@ -7921,10 +7921,10 @@ export declare const tabsClasses: {
|
|
|
7921
7921
|
};
|
|
7922
7922
|
|
|
7923
7923
|
export declare const tagClasses: {
|
|
7924
|
-
button: "HvTag-button";
|
|
7925
7924
|
label: "HvTag-label";
|
|
7926
7925
|
root: "HvTag-root";
|
|
7927
7926
|
disabled: "HvTag-disabled";
|
|
7927
|
+
button: "HvTag-button";
|
|
7928
7928
|
focusVisible: "HvTag-focusVisible";
|
|
7929
7929
|
chipRoot: "HvTag-chipRoot";
|
|
7930
7930
|
clickable: "HvTag-clickable";
|
|
@@ -7937,24 +7937,24 @@ export declare const tagClasses: {
|
|
|
7937
7937
|
};
|
|
7938
7938
|
|
|
7939
7939
|
export declare const tagsInputClasses: {
|
|
7940
|
-
input: "HvTagsInput-input";
|
|
7941
7940
|
label: "HvTagsInput-label";
|
|
7941
|
+
description: "HvTagsInput-description";
|
|
7942
7942
|
root: "HvTagsInput-root";
|
|
7943
7943
|
disabled: "HvTagsInput-disabled";
|
|
7944
7944
|
readOnly: "HvTagsInput-readOnly";
|
|
7945
|
-
|
|
7945
|
+
input: "HvTagsInput-input";
|
|
7946
|
+
tagsList: "HvTagsInput-tagsList";
|
|
7946
7947
|
invalid: "HvTagsInput-invalid";
|
|
7948
|
+
error: "HvTagsInput-error";
|
|
7947
7949
|
resizable: "HvTagsInput-resizable";
|
|
7948
|
-
|
|
7950
|
+
chipRoot: "HvTagsInput-chipRoot";
|
|
7949
7951
|
labelContainer: "HvTagsInput-labelContainer";
|
|
7950
7952
|
suggestionsContainer: "HvTagsInput-suggestionsContainer";
|
|
7951
7953
|
suggestionList: "HvTagsInput-suggestionList";
|
|
7952
7954
|
inputExtension: "HvTagsInput-inputExtension";
|
|
7953
|
-
|
|
7955
|
+
characterCounter: "HvTagsInput-characterCounter";
|
|
7954
7956
|
listItemGutters: "HvTagsInput-listItemGutters";
|
|
7955
7957
|
listItemRoot: "HvTagsInput-listItemRoot";
|
|
7956
|
-
characterCounter: "HvTagsInput-characterCounter";
|
|
7957
|
-
tagsList: "HvTagsInput-tagsList";
|
|
7958
7958
|
tagInputContainerRoot: "HvTagsInput-tagInputContainerRoot";
|
|
7959
7959
|
tagInputRoot: "HvTagsInput-tagInputRoot";
|
|
7960
7960
|
tagSelected: "HvTagsInput-tagSelected";
|
|
@@ -7965,18 +7965,18 @@ export declare const tagsInputClasses: {
|
|
|
7965
7965
|
};
|
|
7966
7966
|
|
|
7967
7967
|
export declare const textAreaClasses: {
|
|
7968
|
-
input: "HvTextArea-input";
|
|
7969
7968
|
label: "HvTextArea-label";
|
|
7969
|
+
description: "HvTextArea-description";
|
|
7970
7970
|
root: "HvTextArea-root";
|
|
7971
7971
|
disabled: "HvTextArea-disabled";
|
|
7972
|
-
|
|
7972
|
+
input: "HvTextArea-input";
|
|
7973
7973
|
invalid: "HvTextArea-invalid";
|
|
7974
|
+
error: "HvTextArea-error";
|
|
7974
7975
|
resizable: "HvTextArea-resizable";
|
|
7975
7976
|
inputResizable: "HvTextArea-inputResizable";
|
|
7976
|
-
description: "HvTextArea-description";
|
|
7977
7977
|
labelContainer: "HvTextArea-labelContainer";
|
|
7978
|
-
characterCounter: "HvTextArea-characterCounter";
|
|
7979
7978
|
baseInput: "HvTextArea-baseInput";
|
|
7979
|
+
characterCounter: "HvTextArea-characterCounter";
|
|
7980
7980
|
};
|
|
7981
7981
|
|
|
7982
7982
|
export { theme }
|
|
@@ -7990,32 +7990,32 @@ export declare const timeAgoClasses: {
|
|
|
7990
7990
|
export declare type TimeFormat = "12" | "24";
|
|
7991
7991
|
|
|
7992
7992
|
export declare const timePickerClasses: {
|
|
7993
|
-
placeholder: "HvTimePicker-placeholder";
|
|
7994
7993
|
label: "HvTimePicker-label";
|
|
7994
|
+
description: "HvTimePicker-description";
|
|
7995
7995
|
root: "HvTimePicker-root";
|
|
7996
|
+
placeholder: "HvTimePicker-placeholder";
|
|
7996
7997
|
icon: "HvTimePicker-icon";
|
|
7997
7998
|
error: "HvTimePicker-error";
|
|
7998
|
-
description: "HvTimePicker-description";
|
|
7999
7999
|
labelContainer: "HvTimePicker-labelContainer";
|
|
8000
|
+
dropdownHeader: "HvTimePicker-dropdownHeader";
|
|
8000
8001
|
dropdownHeaderInvalid: "HvTimePicker-dropdownHeaderInvalid";
|
|
8001
8002
|
dropdownHeaderOpen: "HvTimePicker-dropdownHeaderOpen";
|
|
8002
|
-
dropdownHeader: "HvTimePicker-dropdownHeader";
|
|
8003
8003
|
placeholderDisabled: "HvTimePicker-placeholderDisabled";
|
|
8004
8004
|
dropdownPanel: "HvTimePicker-dropdownPanel";
|
|
8005
8005
|
timePopperContainer: "HvTimePicker-timePopperContainer";
|
|
8006
8006
|
};
|
|
8007
8007
|
|
|
8008
8008
|
export declare const tooltipClasses: {
|
|
8009
|
-
title: "HvTooltip-title";
|
|
8010
8009
|
color: "HvTooltip-color";
|
|
8011
8010
|
root: "HvTooltip-root";
|
|
8011
|
+
title: "HvTooltip-title";
|
|
8012
|
+
popper: "HvTooltip-popper";
|
|
8013
|
+
separator: "HvTooltip-separator";
|
|
8012
8014
|
tooltip: "HvTooltip-tooltip";
|
|
8015
|
+
values: "HvTooltip-values";
|
|
8013
8016
|
tooltipMulti: "HvTooltip-tooltipMulti";
|
|
8014
|
-
popper: "HvTooltip-popper";
|
|
8015
8017
|
valuesContainer: "HvTooltip-valuesContainer";
|
|
8016
|
-
values: "HvTooltip-values";
|
|
8017
8018
|
separatorColor: "HvTooltip-separatorColor";
|
|
8018
|
-
separator: "HvTooltip-separator";
|
|
8019
8019
|
valueWrapper: "HvTooltip-valueWrapper";
|
|
8020
8020
|
};
|
|
8021
8021
|
|
|
@@ -8023,10 +8023,10 @@ export declare const treeItemClasses: {
|
|
|
8023
8023
|
content: "HvTreeItem-content";
|
|
8024
8024
|
label: "HvTreeItem-label";
|
|
8025
8025
|
root: "HvTreeItem-root";
|
|
8026
|
-
group: "HvTreeItem-group";
|
|
8027
|
-
expanded: "HvTreeItem-expanded";
|
|
8028
8026
|
disabled: "HvTreeItem-disabled";
|
|
8029
8027
|
selected: "HvTreeItem-selected";
|
|
8028
|
+
expanded: "HvTreeItem-expanded";
|
|
8029
|
+
group: "HvTreeItem-group";
|
|
8030
8030
|
focused: "HvTreeItem-focused";
|
|
8031
8031
|
iconContainer: "HvTreeItem-iconContainer";
|
|
8032
8032
|
};
|
|
@@ -8041,21 +8041,21 @@ export declare const treeViewClasses: {
|
|
|
8041
8041
|
|
|
8042
8042
|
export declare const treeViewItemClasses: {
|
|
8043
8043
|
content: "HvVerticalNavigationTreeViewItem-content";
|
|
8044
|
-
unselectable: "HvVerticalNavigationTreeViewItem-unselectable";
|
|
8045
|
-
link: "HvVerticalNavigationTreeViewItem-link";
|
|
8046
8044
|
label: "HvVerticalNavigationTreeViewItem-label";
|
|
8047
|
-
|
|
8048
|
-
hide: "HvVerticalNavigationTreeViewItem-hide";
|
|
8049
|
-
expanded: "HvVerticalNavigationTreeViewItem-expanded";
|
|
8045
|
+
link: "HvVerticalNavigationTreeViewItem-link";
|
|
8050
8046
|
disabled: "HvVerticalNavigationTreeViewItem-disabled";
|
|
8047
|
+
selectable: "HvVerticalNavigationTreeViewItem-selectable";
|
|
8051
8048
|
selected: "HvVerticalNavigationTreeViewItem-selected";
|
|
8049
|
+
hide: "HvVerticalNavigationTreeViewItem-hide";
|
|
8050
|
+
expanded: "HvVerticalNavigationTreeViewItem-expanded";
|
|
8051
|
+
unselectable: "HvVerticalNavigationTreeViewItem-unselectable";
|
|
8052
|
+
group: "HvVerticalNavigationTreeViewItem-group";
|
|
8052
8053
|
node: "HvVerticalNavigationTreeViewItem-node";
|
|
8053
8054
|
focused: "HvVerticalNavigationTreeViewItem-focused";
|
|
8054
|
-
selectable: "HvVerticalNavigationTreeViewItem-selectable";
|
|
8055
|
-
expandable: "HvVerticalNavigationTreeViewItem-expandable";
|
|
8056
8055
|
labelIcon: "HvVerticalNavigationTreeViewItem-labelIcon";
|
|
8057
8056
|
collapsed: "HvVerticalNavigationTreeViewItem-collapsed";
|
|
8058
8057
|
minimized: "HvVerticalNavigationTreeViewItem-minimized";
|
|
8058
|
+
expandable: "HvVerticalNavigationTreeViewItem-expandable";
|
|
8059
8059
|
unselected: "HvVerticalNavigationTreeViewItem-unselected";
|
|
8060
8060
|
labelExpandable: "HvVerticalNavigationTreeViewItem-labelExpandable";
|
|
8061
8061
|
};
|
|
@@ -8079,31 +8079,30 @@ declare interface TreeViewNode {
|
|
|
8079
8079
|
declare type TreeViewSelectionValue<Multiple extends boolean | undefined> = Multiple extends true ? string[] : string | null;
|
|
8080
8080
|
|
|
8081
8081
|
export declare const typographyClasses: {
|
|
8082
|
-
link: "HvTypography-link";
|
|
8083
|
-
body: "HvTypography-body";
|
|
8084
|
-
label: "HvTypography-label";
|
|
8085
|
-
root: "HvTypography-root";
|
|
8086
8082
|
display: "HvTypography-display";
|
|
8083
|
+
"5xlTitle": "HvTypography-5xlTitle";
|
|
8084
|
+
"4xlTitle": "HvTypography-4xlTitle";
|
|
8087
8085
|
title1: "HvTypography-title1";
|
|
8088
8086
|
title2: "HvTypography-title2";
|
|
8089
8087
|
title3: "HvTypography-title3";
|
|
8090
8088
|
title4: "HvTypography-title4";
|
|
8089
|
+
label: "HvTypography-label";
|
|
8090
|
+
body: "HvTypography-body";
|
|
8091
8091
|
caption1: "HvTypography-caption1";
|
|
8092
8092
|
caption2: "HvTypography-caption2";
|
|
8093
|
-
"5xlTitle": "HvTypography-5xlTitle";
|
|
8094
|
-
"4xlTitle": "HvTypography-4xlTitle";
|
|
8095
8093
|
xxlTitle: "HvTypography-xxlTitle";
|
|
8096
8094
|
lTitle: "HvTypography-lTitle";
|
|
8097
8095
|
sTitle: "HvTypography-sTitle";
|
|
8098
8096
|
xxsTitle: "HvTypography-xxsTitle";
|
|
8099
8097
|
sectionTitle: "HvTypography-sectionTitle";
|
|
8100
8098
|
placeholderText: "HvTypography-placeholderText";
|
|
8099
|
+
link: "HvTypography-link";
|
|
8101
8100
|
disabledText: "HvTypography-disabledText";
|
|
8102
8101
|
selectedNavText: "HvTypography-selectedNavText";
|
|
8103
8102
|
vizTextDisabled: "HvTypography-vizTextDisabled";
|
|
8104
8103
|
xsInlineLink: "HvTypography-xsInlineLink";
|
|
8104
|
+
root: "HvTypography-root";
|
|
8105
8105
|
disabled: "HvTypography-disabled";
|
|
8106
|
-
noWrap: "HvTypography-noWrap";
|
|
8107
8106
|
"3xlTitle": "HvTypography-3xlTitle";
|
|
8108
8107
|
xlTitle: "HvTypography-xlTitle";
|
|
8109
8108
|
mTitle: "HvTypography-mTitle";
|
|
@@ -8112,6 +8111,7 @@ export declare const typographyClasses: {
|
|
|
8112
8111
|
normalText: "HvTypography-normalText";
|
|
8113
8112
|
vizText: "HvTypography-vizText";
|
|
8114
8113
|
isLink: "HvTypography-isLink";
|
|
8114
|
+
noWrap: "HvTypography-noWrap";
|
|
8115
8115
|
};
|
|
8116
8116
|
|
|
8117
8117
|
export declare const typographyVariants: readonly ["display", "title1", "title2", "title3", "title4", "body", "label", "caption1", "caption2"];
|
|
@@ -8120,33 +8120,32 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
|
|
|
8120
8120
|
pluginName: string;
|
|
8121
8121
|
};
|
|
8122
8122
|
|
|
8123
|
-
declare const useClasses: (classesProp?: Partial<Record<"
|
|
8123
|
+
declare const useClasses: (classesProp?: Partial<Record<"display" | "5xlTitle" | "4xlTitle" | "title1" | "title2" | "title3" | "title4" | "label" | "body" | "caption1" | "caption2" | "xxlTitle" | "lTitle" | "sTitle" | "xxsTitle" | "sectionTitle" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizTextDisabled" | "xsInlineLink" | "root" | "disabled" | "3xlTitle" | "xlTitle" | "mTitle" | "xsTitle" | "highlightText" | "normalText" | "vizText" | "isLink" | "noWrap", string>>, addStatic?: boolean) => {
|
|
8124
8124
|
classes: {
|
|
8125
|
-
link: string;
|
|
8126
|
-
body: string;
|
|
8127
|
-
label: string;
|
|
8128
|
-
root: string;
|
|
8129
8125
|
display: string;
|
|
8126
|
+
"5xlTitle": string;
|
|
8127
|
+
"4xlTitle": string;
|
|
8130
8128
|
title1: string;
|
|
8131
8129
|
title2: string;
|
|
8132
8130
|
title3: string;
|
|
8133
8131
|
title4: string;
|
|
8132
|
+
label: string;
|
|
8133
|
+
body: string;
|
|
8134
8134
|
caption1: string;
|
|
8135
8135
|
caption2: string;
|
|
8136
|
-
"5xlTitle": string;
|
|
8137
|
-
"4xlTitle": string;
|
|
8138
8136
|
xxlTitle: string;
|
|
8139
8137
|
lTitle: string;
|
|
8140
8138
|
sTitle: string;
|
|
8141
8139
|
xxsTitle: string;
|
|
8142
8140
|
sectionTitle: string;
|
|
8143
8141
|
placeholderText: string;
|
|
8142
|
+
link: string;
|
|
8144
8143
|
disabledText: string;
|
|
8145
8144
|
selectedNavText: string;
|
|
8146
8145
|
vizTextDisabled: string;
|
|
8147
8146
|
xsInlineLink: string;
|
|
8147
|
+
root: string;
|
|
8148
8148
|
disabled: string;
|
|
8149
|
-
noWrap: string;
|
|
8150
8149
|
"3xlTitle": string;
|
|
8151
8150
|
xlTitle: string;
|
|
8152
8151
|
mTitle: string;
|
|
@@ -8155,6 +8154,7 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
|
|
|
8155
8154
|
normalText: string;
|
|
8156
8155
|
vizText: string;
|
|
8157
8156
|
isLink: string;
|
|
8157
|
+
noWrap: string;
|
|
8158
8158
|
};
|
|
8159
8159
|
css: {
|
|
8160
8160
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8163,14 +8163,14 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
|
|
|
8163
8163
|
cx: (...args: any) => string;
|
|
8164
8164
|
};
|
|
8165
8165
|
|
|
8166
|
-
declare const useClasses_10: (classesProp?: Partial<Record<"root" | "
|
|
8166
|
+
declare const useClasses_10: (classesProp?: Partial<Record<"root" | "warningText" | "topGutter" | "defaultIcon" | "show" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
|
|
8167
8167
|
classes: {
|
|
8168
8168
|
root: string;
|
|
8169
|
-
show: string;
|
|
8170
|
-
hideText: string;
|
|
8171
|
-
defaultIcon: string;
|
|
8172
8169
|
warningText: string;
|
|
8173
8170
|
topGutter: string;
|
|
8171
|
+
defaultIcon: string;
|
|
8172
|
+
show: string;
|
|
8173
|
+
hideText: string;
|
|
8174
8174
|
topBorder: string;
|
|
8175
8175
|
};
|
|
8176
8176
|
css: {
|
|
@@ -8180,13 +8180,13 @@ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "show" | "hi
|
|
|
8180
8180
|
cx: (...args: any) => string;
|
|
8181
8181
|
};
|
|
8182
8182
|
|
|
8183
|
-
declare const useClasses_100: (classesProp?: Partial<Record<"root" | "
|
|
8183
|
+
declare const useClasses_100: (classesProp?: Partial<Record<"root" | "listItem" | "list" | "popup" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
|
|
8184
8184
|
classes: {
|
|
8185
8185
|
root: string;
|
|
8186
|
+
listItem: string;
|
|
8186
8187
|
list: string;
|
|
8187
8188
|
popup: string;
|
|
8188
8189
|
collapsed: string;
|
|
8189
|
-
listItem: string;
|
|
8190
8190
|
navigationPopup: string;
|
|
8191
8191
|
};
|
|
8192
8192
|
css: {
|
|
@@ -8220,24 +8220,24 @@ declare const useClasses_102: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8220
8220
|
cx: (...args: any) => string;
|
|
8221
8221
|
};
|
|
8222
8222
|
|
|
8223
|
-
declare const useClasses_103: (classesProp?: Partial<Record<"content" | "
|
|
8223
|
+
declare const useClasses_103: (classesProp?: Partial<Record<"content" | "label" | "link" | "disabled" | "selectable" | "selected" | "hide" | "expanded" | "unselectable" | "group" | "node" | "focused" | "labelIcon" | "collapsed" | "minimized" | "expandable" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
|
|
8224
8224
|
classes: {
|
|
8225
8225
|
content: string;
|
|
8226
|
-
unselectable: string;
|
|
8227
|
-
link: string;
|
|
8228
8226
|
label: string;
|
|
8229
|
-
|
|
8230
|
-
hide: string;
|
|
8231
|
-
expanded: string;
|
|
8227
|
+
link: string;
|
|
8232
8228
|
disabled: string;
|
|
8229
|
+
selectable: string;
|
|
8233
8230
|
selected: string;
|
|
8231
|
+
hide: string;
|
|
8232
|
+
expanded: string;
|
|
8233
|
+
unselectable: string;
|
|
8234
|
+
group: string;
|
|
8234
8235
|
node: string;
|
|
8235
8236
|
focused: string;
|
|
8236
|
-
selectable: string;
|
|
8237
|
-
expandable: string;
|
|
8238
8237
|
labelIcon: string;
|
|
8239
8238
|
collapsed: string;
|
|
8240
8239
|
minimized: string;
|
|
8240
|
+
expandable: string;
|
|
8241
8241
|
unselected: string;
|
|
8242
8242
|
labelExpandable: string;
|
|
8243
8243
|
};
|
|
@@ -8248,20 +8248,20 @@ declare const useClasses_103: (classesProp?: Partial<Record<"content" | "unselec
|
|
|
8248
8248
|
cx: (...args: any) => string;
|
|
8249
8249
|
};
|
|
8250
8250
|
|
|
8251
|
-
declare const useClasses_104: (classesProp?: Partial<Record<"label" | "root" | "
|
|
8251
|
+
declare const useClasses_104: (classesProp?: Partial<Record<"label" | "root" | "trackDragging" | "trackStandBy" | "handleContainer" | "error" | "rootDisabled" | "labelContainer" | "sliderBase" | "sliderContainer" | "sliderRoot" | "rootRange" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
|
|
8252
8252
|
classes: {
|
|
8253
8253
|
label: string;
|
|
8254
8254
|
root: string;
|
|
8255
|
+
trackDragging: string;
|
|
8256
|
+
trackStandBy: string;
|
|
8257
|
+
handleContainer: string;
|
|
8255
8258
|
error: string;
|
|
8256
8259
|
rootDisabled: string;
|
|
8257
8260
|
labelContainer: string;
|
|
8258
8261
|
sliderBase: string;
|
|
8259
8262
|
sliderContainer: string;
|
|
8260
|
-
trackDragging: string;
|
|
8261
|
-
trackStandBy: string;
|
|
8262
8263
|
sliderRoot: string;
|
|
8263
8264
|
rootRange: string;
|
|
8264
|
-
handleContainer: string;
|
|
8265
8265
|
handle: string;
|
|
8266
8266
|
handleContainerDisabled: string;
|
|
8267
8267
|
handleHiddenContainer: string;
|
|
@@ -8276,12 +8276,12 @@ declare const useClasses_104: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8276
8276
|
cx: (...args: any) => string;
|
|
8277
8277
|
};
|
|
8278
8278
|
|
|
8279
|
-
declare const useClasses_105: (classesProp?: Partial<Record<"label" | "
|
|
8279
|
+
declare const useClasses_105: (classesProp?: Partial<Record<"label" | "description" | "root" | "error" | "labelContainer", string>>, addStatic?: boolean) => {
|
|
8280
8280
|
classes: {
|
|
8281
8281
|
label: string;
|
|
8282
|
+
description: string;
|
|
8282
8283
|
root: string;
|
|
8283
8284
|
error: string;
|
|
8284
|
-
description: string;
|
|
8285
8285
|
labelContainer: string;
|
|
8286
8286
|
};
|
|
8287
8287
|
css: {
|
|
@@ -8291,18 +8291,18 @@ declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8291
8291
|
cx: (...args: any) => string;
|
|
8292
8292
|
};
|
|
8293
8293
|
|
|
8294
|
-
declare const useClasses_106: (classesProp?: Partial<Record<"
|
|
8294
|
+
declare const useClasses_106: (classesProp?: Partial<Record<"space" | "header" | "root" | "panel" | "rightSidePanel" | "applyButton" | "dropdown" | "baseDropdownSelection" | "leftSidePanel" | "actionBar", string>>, addStatic?: boolean) => {
|
|
8295
8295
|
classes: {
|
|
8296
|
+
space: string;
|
|
8296
8297
|
header: string;
|
|
8297
8298
|
root: string;
|
|
8298
|
-
space: string;
|
|
8299
|
-
dropdown: string;
|
|
8300
8299
|
panel: string;
|
|
8301
|
-
baseDropdownSelection: string;
|
|
8302
8300
|
rightSidePanel: string;
|
|
8301
|
+
applyButton: string;
|
|
8302
|
+
dropdown: string;
|
|
8303
|
+
baseDropdownSelection: string;
|
|
8303
8304
|
leftSidePanel: string;
|
|
8304
8305
|
actionBar: string;
|
|
8305
|
-
applyButton: string;
|
|
8306
8306
|
};
|
|
8307
8307
|
css: {
|
|
8308
8308
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8311,23 +8311,23 @@ declare const useClasses_106: (classesProp?: Partial<Record<"header" | "root" |
|
|
|
8311
8311
|
cx: (...args: any) => string;
|
|
8312
8312
|
};
|
|
8313
8313
|
|
|
8314
|
-
declare const useClasses_107: (classesProp?: Partial<Record<"label" | "
|
|
8314
|
+
declare const useClasses_107: (classesProp?: Partial<Record<"label" | "description" | "root" | "panel" | "icon" | "inputText" | "action" | "error" | "dropdown" | "actionContainer" | "rightContainer" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "leftContainer" | "dateText", string>>, addStatic?: boolean) => {
|
|
8315
8315
|
classes: {
|
|
8316
8316
|
label: string;
|
|
8317
|
+
description: string;
|
|
8317
8318
|
root: string;
|
|
8319
|
+
panel: string;
|
|
8318
8320
|
icon: string;
|
|
8321
|
+
inputText: string;
|
|
8319
8322
|
action: string;
|
|
8320
8323
|
error: string;
|
|
8321
|
-
actionContainer: string;
|
|
8322
8324
|
dropdown: string;
|
|
8323
|
-
|
|
8324
|
-
description: string;
|
|
8325
|
-
labelContainer: string;
|
|
8326
|
-
leftContainer: string;
|
|
8325
|
+
actionContainer: string;
|
|
8327
8326
|
rightContainer: string;
|
|
8327
|
+
labelContainer: string;
|
|
8328
8328
|
dropdownHeaderInvalid: string;
|
|
8329
8329
|
dropdownHeaderOpen: string;
|
|
8330
|
-
|
|
8330
|
+
leftContainer: string;
|
|
8331
8331
|
dateText: string;
|
|
8332
8332
|
};
|
|
8333
8333
|
css: {
|
|
@@ -8337,11 +8337,11 @@ declare const useClasses_107: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8337
8337
|
cx: (...args: any) => string;
|
|
8338
8338
|
};
|
|
8339
8339
|
|
|
8340
|
-
declare const useClasses_108: (classesProp?: Partial<Record<"
|
|
8340
|
+
declare const useClasses_108: (classesProp?: Partial<Record<"root" | "button" | "text" | "notSelected", string>>, addStatic?: boolean) => {
|
|
8341
8341
|
classes: {
|
|
8342
|
+
root: string;
|
|
8342
8343
|
button: string;
|
|
8343
8344
|
text: string;
|
|
8344
|
-
root: string;
|
|
8345
8345
|
notSelected: string;
|
|
8346
8346
|
};
|
|
8347
8347
|
css: {
|
|
@@ -8364,16 +8364,16 @@ declare const useClasses_109: (classesProp?: Partial<Record<"root" | "positionFi
|
|
|
8364
8364
|
cx: (...args: any) => string;
|
|
8365
8365
|
};
|
|
8366
8366
|
|
|
8367
|
-
declare const useClasses_11: (classesProp?: Partial<Record<"
|
|
8367
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "description" | "root" | "listbox" | "invalid" | "error", string>>, addStatic?: boolean) => {
|
|
8368
8368
|
classes: {
|
|
8369
|
+
vertical: string;
|
|
8370
|
+
horizontal: string;
|
|
8369
8371
|
label: string;
|
|
8372
|
+
description: string;
|
|
8370
8373
|
root: string;
|
|
8371
|
-
horizontal: string;
|
|
8372
|
-
vertical: string;
|
|
8373
8374
|
listbox: string;
|
|
8374
|
-
error: string;
|
|
8375
8375
|
invalid: string;
|
|
8376
|
-
|
|
8376
|
+
error: string;
|
|
8377
8377
|
};
|
|
8378
8378
|
css: {
|
|
8379
8379
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8382,12 +8382,12 @@ declare const useClasses_11: (classesProp?: Partial<Record<"label" | "root" | "h
|
|
|
8382
8382
|
cx: (...args: any) => string;
|
|
8383
8383
|
};
|
|
8384
8384
|
|
|
8385
|
-
declare const useClasses_110: (classesProp?: Partial<Record<"
|
|
8385
|
+
declare const useClasses_110: (classesProp?: Partial<Record<"root" | "selected" | "button" | "text", string>>, addStatic?: boolean) => {
|
|
8386
8386
|
classes: {
|
|
8387
|
-
button: string;
|
|
8388
|
-
text: string;
|
|
8389
8387
|
root: string;
|
|
8390
8388
|
selected: string;
|
|
8389
|
+
button: string;
|
|
8390
|
+
text: string;
|
|
8391
8391
|
};
|
|
8392
8392
|
css: {
|
|
8393
8393
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8396,14 +8396,14 @@ declare const useClasses_110: (classesProp?: Partial<Record<"button" | "text" |
|
|
|
8396
8396
|
cx: (...args: any) => string;
|
|
8397
8397
|
};
|
|
8398
8398
|
|
|
8399
|
-
declare const useClasses_111: (classesProp?: Partial<Record<"root" | "selected" | "
|
|
8399
|
+
declare const useClasses_111: (classesProp?: Partial<Record<"root" | "selected" | "notSelected" | "notSelectedRoot" | "positionSticky" | "positionFixed", string>>, addStatic?: boolean) => {
|
|
8400
8400
|
classes: {
|
|
8401
8401
|
root: string;
|
|
8402
8402
|
selected: string;
|
|
8403
|
+
notSelected: string;
|
|
8404
|
+
notSelectedRoot: string;
|
|
8403
8405
|
positionSticky: string;
|
|
8404
8406
|
positionFixed: string;
|
|
8405
|
-
notSelectedRoot: string;
|
|
8406
|
-
notSelected: string;
|
|
8407
8407
|
};
|
|
8408
8408
|
css: {
|
|
8409
8409
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8412,15 +8412,15 @@ declare const useClasses_111: (classesProp?: Partial<Record<"root" | "selected"
|
|
|
8412
8412
|
cx: (...args: any) => string;
|
|
8413
8413
|
};
|
|
8414
8414
|
|
|
8415
|
-
declare const useClasses_112: (classesProp?: Partial<Record<"
|
|
8415
|
+
declare const useClasses_112: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "inputRoot" | "input" | "icon" | "button" | "text" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
|
|
8416
8416
|
classes: {
|
|
8417
|
-
button: string;
|
|
8418
|
-
input: string;
|
|
8419
|
-
text: string;
|
|
8420
8417
|
root: string;
|
|
8421
|
-
icon: string;
|
|
8422
8418
|
inputBorderContainer: string;
|
|
8423
8419
|
inputRoot: string;
|
|
8420
|
+
input: string;
|
|
8421
|
+
icon: string;
|
|
8422
|
+
button: string;
|
|
8423
|
+
text: string;
|
|
8424
8424
|
largeText: string;
|
|
8425
8425
|
textEmpty: string;
|
|
8426
8426
|
iconVisible: string;
|
|
@@ -8443,21 +8443,21 @@ declare const useClasses_113: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8443
8443
|
cx: (...args: any) => string;
|
|
8444
8444
|
};
|
|
8445
8445
|
|
|
8446
|
-
declare const useClasses_114: (classesProp?: Partial<Record<"root" | "topGroup" | "subGroup" | "
|
|
8446
|
+
declare const useClasses_114: (classesProp?: Partial<Record<"root" | "topGroup" | "subGroup" | "subRulesContainer" | "topActionButtonContainer" | "removeButton" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "actionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
|
|
8447
8447
|
classes: {
|
|
8448
8448
|
root: string;
|
|
8449
8449
|
topGroup: string;
|
|
8450
8450
|
subGroup: string;
|
|
8451
|
+
subRulesContainer: string;
|
|
8452
|
+
topActionButtonContainer: string;
|
|
8453
|
+
removeButton: string;
|
|
8451
8454
|
combinator: string;
|
|
8452
8455
|
topCombinator: string;
|
|
8453
8456
|
combinatorButton: string;
|
|
8454
|
-
removeButton: string;
|
|
8455
8457
|
topRemoveButton: string;
|
|
8456
8458
|
topRemoveButtonDisabled: string;
|
|
8457
8459
|
rulesContainer: string;
|
|
8458
|
-
subRulesContainer: string;
|
|
8459
8460
|
actionButtonContainer: string;
|
|
8460
|
-
topActionButtonContainer: string;
|
|
8461
8461
|
topRulesContainer: string;
|
|
8462
8462
|
buttonBackground: string;
|
|
8463
8463
|
};
|
|
@@ -8468,18 +8468,18 @@ declare const useClasses_114: (classesProp?: Partial<Record<"root" | "topGroup"
|
|
|
8468
8468
|
cx: (...args: any) => string;
|
|
8469
8469
|
};
|
|
8470
8470
|
|
|
8471
|
-
declare const useClasses_115: (classesProp?: Partial<Record<"
|
|
8471
|
+
declare const useClasses_115: (classesProp?: Partial<Record<"colorPicker" | "label" | "description" | "root" | "panel" | "headerColorValue" | "recommendedColorsRoot" | "labelContainer" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
8472
8472
|
classes: {
|
|
8473
|
+
colorPicker: string;
|
|
8473
8474
|
label: string;
|
|
8475
|
+
description: string;
|
|
8474
8476
|
root: string;
|
|
8475
|
-
colorPicker: string;
|
|
8476
8477
|
panel: string;
|
|
8477
|
-
description: string;
|
|
8478
|
-
labelContainer: string;
|
|
8479
8478
|
headerColorValue: string;
|
|
8479
|
+
recommendedColorsRoot: string;
|
|
8480
|
+
labelContainer: string;
|
|
8480
8481
|
headerColorIcon: string;
|
|
8481
8482
|
colorPickerIcon: string;
|
|
8482
|
-
recommendedColorsRoot: string;
|
|
8483
8483
|
dropdownRootIconOnly: string;
|
|
8484
8484
|
headerColorIconOnly: string;
|
|
8485
8485
|
pickerFields: string;
|
|
@@ -8491,32 +8491,32 @@ declare const useClasses_115: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8491
8491
|
cx: (...args: any) => string;
|
|
8492
8492
|
};
|
|
8493
8493
|
|
|
8494
|
-
declare const useClasses_116: (classesProp?: Partial<Record<"
|
|
8494
|
+
declare const useClasses_116: (classesProp?: Partial<Record<"xs" | "root" | "panel" | "title" | "controls" | "counterContainer" | "thumbnail" | "thumbnailSelected" | "dot" | "main" | "counter" | "fullscreen" | "closeButton" | "actions" | "dots" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "slideControls" | "slidesViewport" | "slidesContainer" | "dotsXs" | "dotSelected", string>>, addStatic?: boolean) => {
|
|
8495
8495
|
classes: {
|
|
8496
|
-
title: string;
|
|
8497
|
-
main: string;
|
|
8498
|
-
root: string;
|
|
8499
8496
|
xs: string;
|
|
8500
|
-
|
|
8501
|
-
controls: string;
|
|
8502
|
-
actions: string;
|
|
8497
|
+
root: string;
|
|
8503
8498
|
panel: string;
|
|
8499
|
+
title: string;
|
|
8500
|
+
controls: string;
|
|
8501
|
+
counterContainer: string;
|
|
8502
|
+
thumbnail: string;
|
|
8503
|
+
thumbnailSelected: string;
|
|
8504
|
+
dot: string;
|
|
8505
|
+
main: string;
|
|
8506
|
+
counter: string;
|
|
8504
8507
|
fullscreen: string;
|
|
8505
8508
|
closeButton: string;
|
|
8509
|
+
actions: string;
|
|
8510
|
+
dots: string;
|
|
8506
8511
|
mainContainer: string;
|
|
8507
8512
|
pageCounter: string;
|
|
8508
8513
|
mainXs: string;
|
|
8509
8514
|
mainFullscreen: string;
|
|
8510
|
-
counterContainer: string;
|
|
8511
|
-
counter: string;
|
|
8512
8515
|
slideControls: string;
|
|
8513
8516
|
slidesViewport: string;
|
|
8514
8517
|
slidesContainer: string;
|
|
8515
|
-
dots: string;
|
|
8516
8518
|
dotsXs: string;
|
|
8517
8519
|
dotSelected: string;
|
|
8518
|
-
thumbnail: string;
|
|
8519
|
-
thumbnailSelected: string;
|
|
8520
8520
|
};
|
|
8521
8521
|
css: {
|
|
8522
8522
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8537,18 +8537,18 @@ declare const useClasses_117: (classesProp?: Partial<Record<"image" | "slide", s
|
|
|
8537
8537
|
cx: (...args: any) => string;
|
|
8538
8538
|
};
|
|
8539
8539
|
|
|
8540
|
-
declare const useClasses_118: (classesProp?: Partial<Record<"
|
|
8540
|
+
declare const useClasses_118: (classesProp?: Partial<Record<"label" | "description" | "root" | "placeholder" | "icon" | "error" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
8541
8541
|
classes: {
|
|
8542
|
-
placeholder: string;
|
|
8543
8542
|
label: string;
|
|
8543
|
+
description: string;
|
|
8544
8544
|
root: string;
|
|
8545
|
+
placeholder: string;
|
|
8545
8546
|
icon: string;
|
|
8546
8547
|
error: string;
|
|
8547
|
-
description: string;
|
|
8548
8548
|
labelContainer: string;
|
|
8549
|
+
dropdownHeader: string;
|
|
8549
8550
|
dropdownHeaderInvalid: string;
|
|
8550
8551
|
dropdownHeaderOpen: string;
|
|
8551
|
-
dropdownHeader: string;
|
|
8552
8552
|
placeholderDisabled: string;
|
|
8553
8553
|
dropdownPanel: string;
|
|
8554
8554
|
timePopperContainer: string;
|
|
@@ -8571,11 +8571,11 @@ declare const useClasses_119: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8571
8571
|
cx: (...args: any) => string;
|
|
8572
8572
|
};
|
|
8573
8573
|
|
|
8574
|
-
declare const useClasses_12: (classesProp?: Partial<Record<"root" | "
|
|
8574
|
+
declare const useClasses_12: (classesProp?: Partial<Record<"root" | "list" | "popper", string>>, addStatic?: boolean) => {
|
|
8575
8575
|
classes: {
|
|
8576
8576
|
root: string;
|
|
8577
|
-
popper: string;
|
|
8578
8577
|
list: string;
|
|
8578
|
+
popper: string;
|
|
8579
8579
|
};
|
|
8580
8580
|
css: {
|
|
8581
8581
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8584,15 +8584,15 @@ declare const useClasses_12: (classesProp?: Partial<Record<"root" | "popper" | "
|
|
|
8584
8584
|
cx: (...args: any) => string;
|
|
8585
8585
|
};
|
|
8586
8586
|
|
|
8587
|
-
declare const useClasses_120: (classesProp?: Partial<Record<"content" | "label" | "root" | "
|
|
8587
|
+
declare const useClasses_120: (classesProp?: Partial<Record<"content" | "label" | "root" | "disabled" | "selected" | "expanded" | "group" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
|
|
8588
8588
|
classes: {
|
|
8589
8589
|
content: string;
|
|
8590
8590
|
label: string;
|
|
8591
8591
|
root: string;
|
|
8592
|
-
group: string;
|
|
8593
|
-
expanded: string;
|
|
8594
8592
|
disabled: string;
|
|
8595
8593
|
selected: string;
|
|
8594
|
+
expanded: string;
|
|
8595
|
+
group: string;
|
|
8596
8596
|
focused: string;
|
|
8597
8597
|
iconContainer: string;
|
|
8598
8598
|
};
|
|
@@ -8603,13 +8603,13 @@ declare const useClasses_120: (classesProp?: Partial<Record<"content" | "label"
|
|
|
8603
8603
|
cx: (...args: any) => string;
|
|
8604
8604
|
};
|
|
8605
8605
|
|
|
8606
|
-
declare const useClasses_121: (classesProp?: Partial<Record<"label" | "root" | "
|
|
8606
|
+
declare const useClasses_121: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "selected" | "expanded" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
|
|
8607
8607
|
classes: {
|
|
8608
8608
|
label: string;
|
|
8609
8609
|
root: string;
|
|
8610
|
-
expanded: string;
|
|
8611
8610
|
disabled: string;
|
|
8612
8611
|
selected: string;
|
|
8612
|
+
expanded: string;
|
|
8613
8613
|
focused: string;
|
|
8614
8614
|
iconContainer: string;
|
|
8615
8615
|
};
|
|
@@ -8620,12 +8620,12 @@ declare const useClasses_121: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8620
8620
|
cx: (...args: any) => string;
|
|
8621
8621
|
};
|
|
8622
8622
|
|
|
8623
|
-
declare const useClasses_122: (classesProp?: Partial<Record<"
|
|
8623
|
+
declare const useClasses_122: (classesProp?: Partial<Record<"content" | "header" | "root" | "hidden" | "actions", string>>, addStatic?: boolean) => {
|
|
8624
8624
|
classes: {
|
|
8625
|
-
hidden: string;
|
|
8626
8625
|
content: string;
|
|
8627
8626
|
header: string;
|
|
8628
8627
|
root: string;
|
|
8628
|
+
hidden: string;
|
|
8629
8629
|
actions: string;
|
|
8630
8630
|
};
|
|
8631
8631
|
css: {
|
|
@@ -8635,23 +8635,23 @@ declare const useClasses_122: (classesProp?: Partial<Record<"hidden" | "content"
|
|
|
8635
8635
|
cx: (...args: any) => string;
|
|
8636
8636
|
};
|
|
8637
8637
|
|
|
8638
|
-
declare const useClasses_13: (classesProp?: Partial<Record<"
|
|
8638
|
+
declare const useClasses_13: (classesProp?: Partial<Record<"root" | "disabled" | "readOnly" | "inputBorderContainer" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootMultiline" | "input" | "inputReadOnly" | "invalid" | "resizable" | "inputRootInvalid" | "inputRootDisabled" | "inputDisabled" | "inputResizable", string>>, addStatic?: boolean) => {
|
|
8639
8639
|
classes: {
|
|
8640
|
-
input: string;
|
|
8641
8640
|
root: string;
|
|
8642
8641
|
disabled: string;
|
|
8643
8642
|
readOnly: string;
|
|
8644
|
-
invalid: string;
|
|
8645
|
-
resizable: string;
|
|
8646
8643
|
inputBorderContainer: string;
|
|
8647
|
-
inputRootInvalid: string;
|
|
8648
8644
|
inputRootReadOnly: string;
|
|
8649
8645
|
inputRoot: string;
|
|
8650
8646
|
inputRootFocused: string;
|
|
8651
|
-
inputRootDisabled: string;
|
|
8652
8647
|
inputRootMultiline: string;
|
|
8653
|
-
|
|
8648
|
+
input: string;
|
|
8654
8649
|
inputReadOnly: string;
|
|
8650
|
+
invalid: string;
|
|
8651
|
+
resizable: string;
|
|
8652
|
+
inputRootInvalid: string;
|
|
8653
|
+
inputRootDisabled: string;
|
|
8654
|
+
inputDisabled: string;
|
|
8655
8655
|
inputResizable: string;
|
|
8656
8656
|
};
|
|
8657
8657
|
css: {
|
|
@@ -8661,27 +8661,27 @@ declare const useClasses_13: (classesProp?: Partial<Record<"input" | "root" | "d
|
|
|
8661
8661
|
cx: (...args: any) => string;
|
|
8662
8662
|
};
|
|
8663
8663
|
|
|
8664
|
-
declare const useClasses_14: (classesProp?: Partial<Record<"
|
|
8664
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"container" | "header" | "anchor" | "root" | "headerOpen" | "headerDisabled" | "headerReadOnly" | "placeholder" | "panel" | "inputExtensionOpen" | "rootDisabled" | "headerOpenUp" | "headerOpenDown" | "arrowContainer" | "arrow" | "selection" | "selectionDisabled" | "panelOpenedUp" | "panelOpenedDown" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
|
|
8665
8665
|
classes: {
|
|
8666
|
-
|
|
8667
|
-
arrow: string;
|
|
8668
|
-
anchor: string;
|
|
8666
|
+
container: string;
|
|
8669
8667
|
header: string;
|
|
8668
|
+
anchor: string;
|
|
8670
8669
|
root: string;
|
|
8671
|
-
container: string;
|
|
8672
|
-
rootDisabled: string;
|
|
8673
8670
|
headerOpen: string;
|
|
8674
|
-
headerOpenUp: string;
|
|
8675
|
-
headerOpenDown: string;
|
|
8676
8671
|
headerDisabled: string;
|
|
8677
8672
|
headerReadOnly: string;
|
|
8673
|
+
placeholder: string;
|
|
8674
|
+
panel: string;
|
|
8675
|
+
inputExtensionOpen: string;
|
|
8676
|
+
rootDisabled: string;
|
|
8677
|
+
headerOpenUp: string;
|
|
8678
|
+
headerOpenDown: string;
|
|
8678
8679
|
arrowContainer: string;
|
|
8680
|
+
arrow: string;
|
|
8679
8681
|
selection: string;
|
|
8680
8682
|
selectionDisabled: string;
|
|
8681
|
-
panel: string;
|
|
8682
8683
|
panelOpenedUp: string;
|
|
8683
8684
|
panelOpenedDown: string;
|
|
8684
|
-
inputExtensionOpen: string;
|
|
8685
8685
|
inputExtensionLeftPosition: string;
|
|
8686
8686
|
inputExtensionOpenShadow: string;
|
|
8687
8687
|
inputExtensionFloatRight: string;
|
|
@@ -8705,13 +8705,13 @@ declare const useClasses_15: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8705
8705
|
cx: (...args: any) => string;
|
|
8706
8706
|
};
|
|
8707
8707
|
|
|
8708
|
-
declare const useClasses_16: (classesProp?: Partial<Record<"
|
|
8708
|
+
declare const useClasses_16: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "hidden", string>>, addStatic?: boolean) => {
|
|
8709
8709
|
classes: {
|
|
8710
|
-
|
|
8710
|
+
container: string;
|
|
8711
8711
|
label: string;
|
|
8712
8712
|
root: string;
|
|
8713
|
-
container: string;
|
|
8714
8713
|
disabled: string;
|
|
8714
|
+
hidden: string;
|
|
8715
8715
|
};
|
|
8716
8716
|
css: {
|
|
8717
8717
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8720,18 +8720,18 @@ declare const useClasses_16: (classesProp?: Partial<Record<"hidden" | "label" |
|
|
|
8720
8720
|
cx: (...args: any) => string;
|
|
8721
8721
|
};
|
|
8722
8722
|
|
|
8723
|
-
declare const useClasses_17: (classesProp?: Partial<Record<"
|
|
8723
|
+
declare const useClasses_17: (classesProp?: Partial<Record<"container" | "xs" | "sm" | "md" | "lg" | "xl" | "root" | "square" | "img" | "status" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
|
|
8724
8724
|
classes: {
|
|
8725
|
-
img: string;
|
|
8726
|
-
root: string;
|
|
8727
8725
|
container: string;
|
|
8728
8726
|
xs: string;
|
|
8729
8727
|
sm: string;
|
|
8730
8728
|
md: string;
|
|
8731
8729
|
lg: string;
|
|
8732
8730
|
xl: string;
|
|
8733
|
-
|
|
8731
|
+
root: string;
|
|
8734
8732
|
square: string;
|
|
8733
|
+
img: string;
|
|
8734
|
+
status: string;
|
|
8735
8735
|
fallback: string;
|
|
8736
8736
|
avatar: string;
|
|
8737
8737
|
badge: string;
|
|
@@ -8762,18 +8762,18 @@ declare const useClasses_18: (classesProp?: Partial<Record<"root" | "badge" | "b
|
|
|
8762
8762
|
cx: (...args: any) => string;
|
|
8763
8763
|
};
|
|
8764
8764
|
|
|
8765
|
-
declare const useClasses_19: (classesProp?: Partial<Record<"
|
|
8765
|
+
declare const useClasses_19: (classesProp?: Partial<Record<"secondary" | "primary" | "root" | "disabled" | "semantic" | "secondarySubtle" | "icon" | "secondaryGhost" | "primaryGhost" | "primarySubtle" | "ghost" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8766
8766
|
classes: {
|
|
8767
|
-
root: string;
|
|
8768
8767
|
secondary: string;
|
|
8769
8768
|
primary: string;
|
|
8770
|
-
|
|
8769
|
+
root: string;
|
|
8771
8770
|
disabled: string;
|
|
8772
8771
|
semantic: string;
|
|
8773
|
-
primarySubtle: string;
|
|
8774
|
-
primaryGhost: string;
|
|
8775
8772
|
secondarySubtle: string;
|
|
8773
|
+
icon: string;
|
|
8776
8774
|
secondaryGhost: string;
|
|
8775
|
+
primaryGhost: string;
|
|
8776
|
+
primarySubtle: string;
|
|
8777
8777
|
ghost: string;
|
|
8778
8778
|
startIcon: string;
|
|
8779
8779
|
endIcon: string;
|
|
@@ -8786,16 +8786,16 @@ declare const useClasses_19: (classesProp?: Partial<Record<"root" | "secondary"
|
|
|
8786
8786
|
cx: (...args: any) => string;
|
|
8787
8787
|
};
|
|
8788
8788
|
|
|
8789
|
-
declare const useClasses_2: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "
|
|
8789
|
+
declare const useClasses_2: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusDisabled" | "focused" | "externalReference" | "falseFocus" | "focus", string>>, addStatic?: boolean) => {
|
|
8790
8790
|
classes: {
|
|
8791
8791
|
root: string;
|
|
8792
8792
|
disabled: string;
|
|
8793
8793
|
selected: string;
|
|
8794
|
-
focus: string;
|
|
8795
|
-
focused: string;
|
|
8796
8794
|
focusDisabled: string;
|
|
8795
|
+
focused: string;
|
|
8797
8796
|
externalReference: string;
|
|
8798
8797
|
falseFocus: string;
|
|
8798
|
+
focus: string;
|
|
8799
8799
|
};
|
|
8800
8800
|
css: {
|
|
8801
8801
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8804,12 +8804,12 @@ declare const useClasses_2: (classesProp?: Partial<Record<"root" | "disabled" |
|
|
|
8804
8804
|
cx: (...args: any) => string;
|
|
8805
8805
|
};
|
|
8806
8806
|
|
|
8807
|
-
declare const useClasses_20: (classesProp?: Partial<Record<"root" | "
|
|
8807
|
+
declare const useClasses_20: (classesProp?: Partial<Record<"root" | "selectable" | "icon" | "selected" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
|
|
8808
8808
|
classes: {
|
|
8809
8809
|
root: string;
|
|
8810
|
+
selectable: string;
|
|
8810
8811
|
icon: string;
|
|
8811
8812
|
selected: string;
|
|
8812
|
-
selectable: string;
|
|
8813
8813
|
semanticContainer: string;
|
|
8814
8814
|
semanticBar: string;
|
|
8815
8815
|
};
|
|
@@ -8820,14 +8820,14 @@ declare const useClasses_20: (classesProp?: Partial<Record<"root" | "icon" | "se
|
|
|
8820
8820
|
cx: (...args: any) => string;
|
|
8821
8821
|
};
|
|
8822
8822
|
|
|
8823
|
-
declare const useClasses_21: (classesProp?: Partial<Record<"
|
|
8823
|
+
declare const useClasses_21: (classesProp?: Partial<Record<"content" | "root" | "title" | "titleShort" | "subheader" | "action", string>>, addStatic?: boolean) => {
|
|
8824
8824
|
classes: {
|
|
8825
|
-
title: string;
|
|
8826
8825
|
content: string;
|
|
8827
8826
|
root: string;
|
|
8828
|
-
|
|
8827
|
+
title: string;
|
|
8829
8828
|
titleShort: string;
|
|
8830
8829
|
subheader: string;
|
|
8830
|
+
action: string;
|
|
8831
8831
|
};
|
|
8832
8832
|
css: {
|
|
8833
8833
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8877,13 +8877,13 @@ declare const useClasses_24: (classesProp?: Partial<Record<"fixed" | "root" | "d
|
|
|
8877
8877
|
cx: (...args: any) => string;
|
|
8878
8878
|
};
|
|
8879
8879
|
|
|
8880
|
-
declare const useClasses_25: (classesProp?: Partial<Record<"root" | "
|
|
8880
|
+
declare const useClasses_25: (classesProp?: Partial<Record<"root" | "titleText" | "fullscreen" | "messageContainer" | "textWithIcon", string>>, addStatic?: boolean) => {
|
|
8881
8881
|
classes: {
|
|
8882
8882
|
root: string;
|
|
8883
|
+
titleText: string;
|
|
8883
8884
|
fullscreen: string;
|
|
8884
8885
|
messageContainer: string;
|
|
8885
8886
|
textWithIcon: string;
|
|
8886
|
-
titleText: string;
|
|
8887
8887
|
};
|
|
8888
8888
|
css: {
|
|
8889
8889
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8904,10 +8904,10 @@ declare const useClasses_26: (classesProp?: Partial<Record<"root" | "textContent
|
|
|
8904
8904
|
cx: (...args: any) => string;
|
|
8905
8905
|
};
|
|
8906
8906
|
|
|
8907
|
-
declare const useClasses_27: (classesProp?: Partial<Record<"
|
|
8907
|
+
declare const useClasses_27: (classesProp?: Partial<Record<"spacing" | "root" | "fullscreen", string>>, addStatic?: boolean) => {
|
|
8908
8908
|
classes: {
|
|
8909
|
-
root: string;
|
|
8910
8909
|
spacing: string;
|
|
8910
|
+
root: string;
|
|
8911
8911
|
fullscreen: string;
|
|
8912
8912
|
};
|
|
8913
8913
|
css: {
|
|
@@ -8917,16 +8917,16 @@ declare const useClasses_27: (classesProp?: Partial<Record<"root" | "spacing" |
|
|
|
8917
8917
|
cx: (...args: any) => string;
|
|
8918
8918
|
};
|
|
8919
8919
|
|
|
8920
|
-
declare const useClasses_28: (classesProp?: Partial<Record<"
|
|
8920
|
+
declare const useClasses_28: (classesProp?: Partial<Record<"warning" | "background" | "root" | "paper" | "error" | "success" | "fullscreen" | "closeButton" | "statusBar", string>>, addStatic?: boolean) => {
|
|
8921
8921
|
classes: {
|
|
8922
|
-
root: string;
|
|
8923
|
-
background: string;
|
|
8924
8922
|
warning: string;
|
|
8923
|
+
background: string;
|
|
8924
|
+
root: string;
|
|
8925
|
+
paper: string;
|
|
8925
8926
|
error: string;
|
|
8926
8927
|
success: string;
|
|
8927
8928
|
fullscreen: string;
|
|
8928
8929
|
closeButton: string;
|
|
8929
|
-
paper: string;
|
|
8930
8930
|
statusBar: string;
|
|
8931
8931
|
};
|
|
8932
8932
|
css: {
|
|
@@ -8936,12 +8936,12 @@ declare const useClasses_28: (classesProp?: Partial<Record<"root" | "background"
|
|
|
8936
8936
|
cx: (...args: any) => string;
|
|
8937
8937
|
};
|
|
8938
8938
|
|
|
8939
|
-
declare const useClasses_29: (classesProp?: Partial<Record<"
|
|
8939
|
+
declare const useClasses_29: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
|
|
8940
8940
|
classes: {
|
|
8941
|
-
root: string;
|
|
8942
8941
|
background: string;
|
|
8943
|
-
|
|
8942
|
+
root: string;
|
|
8944
8943
|
paper: string;
|
|
8944
|
+
closeButton: string;
|
|
8945
8945
|
};
|
|
8946
8946
|
css: {
|
|
8947
8947
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8961,16 +8961,16 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
8961
8961
|
cx: (...args: any) => string;
|
|
8962
8962
|
};
|
|
8963
8963
|
|
|
8964
|
-
declare const useClasses_30: (classesProp?: Partial<Record<"
|
|
8964
|
+
declare const useClasses_30: (classesProp?: Partial<Record<"container" | "root" | "titleContainer" | "messageContainer" | "containerMessageOnly" | "iconContainer" | "textContainer" | "actionContainer", string>>, addStatic?: boolean) => {
|
|
8965
8965
|
classes: {
|
|
8966
|
-
root: string;
|
|
8967
8966
|
container: string;
|
|
8968
|
-
|
|
8967
|
+
root: string;
|
|
8968
|
+
titleContainer: string;
|
|
8969
|
+
messageContainer: string;
|
|
8969
8970
|
containerMessageOnly: string;
|
|
8970
8971
|
iconContainer: string;
|
|
8971
|
-
titleContainer: string;
|
|
8972
8972
|
textContainer: string;
|
|
8973
|
-
|
|
8973
|
+
actionContainer: string;
|
|
8974
8974
|
};
|
|
8975
8975
|
css: {
|
|
8976
8976
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8979,12 +8979,12 @@ declare const useClasses_30: (classesProp?: Partial<Record<"root" | "container"
|
|
|
8979
8979
|
cx: (...args: any) => string;
|
|
8980
8980
|
};
|
|
8981
8981
|
|
|
8982
|
-
declare const useClasses_31: (classesProp?: Partial<Record<"
|
|
8982
|
+
declare const useClasses_31: (classesProp?: Partial<Record<"name" | "small" | "root" | "separator" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
|
|
8983
8983
|
classes: {
|
|
8984
|
+
name: string;
|
|
8984
8985
|
small: string;
|
|
8985
8986
|
root: string;
|
|
8986
8987
|
separator: string;
|
|
8987
|
-
name: string;
|
|
8988
8988
|
rightContainer: string;
|
|
8989
8989
|
copyright: string;
|
|
8990
8990
|
};
|
|
@@ -8995,10 +8995,10 @@ declare const useClasses_31: (classesProp?: Partial<Record<"small" | "root" | "s
|
|
|
8995
8995
|
cx: (...args: any) => string;
|
|
8996
8996
|
};
|
|
8997
8997
|
|
|
8998
|
-
declare const useClasses_32: (classesProp?: Partial<Record<"
|
|
8998
|
+
declare const useClasses_32: (classesProp?: Partial<Record<"container" | "root" | "item" | "zeroMinWidth" | "direction-xs-column" | "direction-xs-reverse" | "direction-xs-row-reverse" | "wrap-xs-nowrap" | "wrap-xs-wrap-reverse" | "spacing-xs-1" | "spacing-xs-2" | "spacing-xs-3" | "spacing-xs-4" | "spacing-xs-5" | "spacing-xs-6" | "spacing-xs-7" | "spacing-xs-8" | "spacing-xs-9" | "spacing-xs-10" | "grid-xs-auto" | "grid-xs-true" | "grid-xs-1" | "grid-xs-2" | "grid-xs-3" | "grid-xs-4" | "grid-xs-5" | "grid-xs-6" | "grid-xs-7" | "grid-xs-8" | "grid-xs-9" | "grid-xs-10" | "grid-xs-11" | "grid-xs-12", string>>, addStatic?: boolean) => {
|
|
8999
8999
|
classes: {
|
|
9000
|
-
root: string;
|
|
9001
9000
|
container: string;
|
|
9001
|
+
root: string;
|
|
9002
9002
|
item: string;
|
|
9003
9003
|
zeroMinWidth: string;
|
|
9004
9004
|
"direction-xs-column": string;
|
|
@@ -9038,11 +9038,11 @@ declare const useClasses_32: (classesProp?: Partial<Record<"root" | "container"
|
|
|
9038
9038
|
cx: (...args: any) => string;
|
|
9039
9039
|
};
|
|
9040
9040
|
|
|
9041
|
-
declare const useClasses_33: (classesProp?: Partial<Record<"
|
|
9041
|
+
declare const useClasses_33: (classesProp?: Partial<Record<"backgroundColor" | "header" | "root", string>>, addStatic?: boolean) => {
|
|
9042
9042
|
classes: {
|
|
9043
|
+
backgroundColor: string;
|
|
9043
9044
|
header: string;
|
|
9044
9045
|
root: string;
|
|
9045
|
-
backgroundColor: string;
|
|
9046
9046
|
};
|
|
9047
9047
|
css: {
|
|
9048
9048
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9075,14 +9075,14 @@ declare const useClasses_35: (classesProp?: Partial<Record<"root" | "separator"
|
|
|
9075
9075
|
cx: (...args: any) => string;
|
|
9076
9076
|
};
|
|
9077
9077
|
|
|
9078
|
-
declare const useClasses_36: (classesProp?: Partial<Record<"
|
|
9078
|
+
declare const useClasses_36: (classesProp?: Partial<Record<"root" | "active" | "list" | "menu" | "menubar" | "hidden", string>>, addStatic?: boolean) => {
|
|
9079
9079
|
classes: {
|
|
9080
|
-
hidden: string;
|
|
9081
|
-
menu: string;
|
|
9082
9080
|
root: string;
|
|
9081
|
+
active: string;
|
|
9083
9082
|
list: string;
|
|
9083
|
+
menu: string;
|
|
9084
9084
|
menubar: string;
|
|
9085
|
-
|
|
9085
|
+
hidden: string;
|
|
9086
9086
|
};
|
|
9087
9087
|
css: {
|
|
9088
9088
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9091,14 +9091,14 @@ declare const useClasses_36: (classesProp?: Partial<Record<"hidden" | "menu" | "
|
|
|
9091
9091
|
cx: (...args: any) => string;
|
|
9092
9092
|
};
|
|
9093
9093
|
|
|
9094
|
-
declare const useClasses_37: (classesProp?: Partial<Record<"link" | "
|
|
9094
|
+
declare const useClasses_37: (classesProp?: Partial<Record<"link" | "root" | "menu" | "menubar" | "selected" | "button", string>>, addStatic?: boolean) => {
|
|
9095
9095
|
classes: {
|
|
9096
9096
|
link: string;
|
|
9097
|
-
button: string;
|
|
9098
|
-
menu: string;
|
|
9099
9097
|
root: string;
|
|
9098
|
+
menu: string;
|
|
9100
9099
|
menubar: string;
|
|
9101
9100
|
selected: string;
|
|
9101
|
+
button: string;
|
|
9102
9102
|
};
|
|
9103
9103
|
css: {
|
|
9104
9104
|
(template: TemplateStringsArray, ...args: CSSInterpolation_2[]): string;
|
|
@@ -9138,16 +9138,16 @@ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "visualIndic
|
|
|
9138
9138
|
cx: (...args: any) => string;
|
|
9139
9139
|
};
|
|
9140
9140
|
|
|
9141
|
-
declare const useClasses_4: (classesProp?: Partial<Record<"root" | "
|
|
9141
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "condensed" | "focus" | "interactive" | "startAdornment" | "endAdornment" | "gutters" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
|
|
9142
9142
|
classes: {
|
|
9143
9143
|
root: string;
|
|
9144
|
-
condensed: string;
|
|
9145
9144
|
disabled: string;
|
|
9146
9145
|
selected: string;
|
|
9146
|
+
condensed: string;
|
|
9147
9147
|
focus: string;
|
|
9148
9148
|
interactive: string;
|
|
9149
|
-
endAdornment: string;
|
|
9150
9149
|
startAdornment: string;
|
|
9150
|
+
endAdornment: string;
|
|
9151
9151
|
gutters: string;
|
|
9152
9152
|
withStartAdornment: string;
|
|
9153
9153
|
withEndAdornment: string;
|
|
@@ -9170,13 +9170,13 @@ declare const useClasses_40: (classesProp?: Partial<Record<"a", string>>, addSta
|
|
|
9170
9170
|
cx: (...args: any) => string;
|
|
9171
9171
|
};
|
|
9172
9172
|
|
|
9173
|
-
declare const useClasses_41: (classesProp?: Partial<Record<"
|
|
9173
|
+
declare const useClasses_41: (classesProp?: Partial<Record<"small" | "label" | "root" | "overlay" | "hidden" | "blur" | "barContainer" | "loadingBar" | "regular" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
|
|
9174
9174
|
classes: {
|
|
9175
|
-
hidden: string;
|
|
9176
9175
|
small: string;
|
|
9177
9176
|
label: string;
|
|
9178
9177
|
root: string;
|
|
9179
9178
|
overlay: string;
|
|
9179
|
+
hidden: string;
|
|
9180
9180
|
blur: string;
|
|
9181
9181
|
barContainer: string;
|
|
9182
9182
|
loadingBar: string;
|
|
@@ -9191,12 +9191,12 @@ declare const useClasses_41: (classesProp?: Partial<Record<"hidden" | "small" |
|
|
|
9191
9191
|
cx: (...args: any) => string;
|
|
9192
9192
|
};
|
|
9193
9193
|
|
|
9194
|
-
declare const useClasses_42: (classesProp?: Partial<Record<"
|
|
9194
|
+
declare const useClasses_42: (classesProp?: Partial<Record<"vertical" | "root" | "selected" | "button", string>>, addStatic?: boolean) => {
|
|
9195
9195
|
classes: {
|
|
9196
|
-
button: string;
|
|
9197
|
-
root: string;
|
|
9198
9196
|
vertical: string;
|
|
9197
|
+
root: string;
|
|
9199
9198
|
selected: string;
|
|
9199
|
+
button: string;
|
|
9200
9200
|
};
|
|
9201
9201
|
css: {
|
|
9202
9202
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9216,10 +9216,10 @@ declare const useClasses_43: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9216
9216
|
cx: (...args: any) => string;
|
|
9217
9217
|
};
|
|
9218
9218
|
|
|
9219
|
-
declare const useClasses_44: (classesProp?: Partial<Record<"
|
|
9219
|
+
declare const useClasses_44: (classesProp?: Partial<Record<"root" | "progress" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
|
|
9220
9220
|
classes: {
|
|
9221
|
-
progress: string;
|
|
9222
9221
|
root: string;
|
|
9222
|
+
progress: string;
|
|
9223
9223
|
progressBar: string;
|
|
9224
9224
|
progressBarLabel: string;
|
|
9225
9225
|
progressContainer: string;
|
|
@@ -9245,14 +9245,14 @@ declare const useClasses_45: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9245
9245
|
cx: (...args: any) => string;
|
|
9246
9246
|
};
|
|
9247
9247
|
|
|
9248
|
-
declare const useClasses_46: (classesProp?: Partial<Record<"
|
|
9248
|
+
declare const useClasses_46: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "row" | "column", string>>, addStatic?: boolean) => {
|
|
9249
9249
|
classes: {
|
|
9250
|
-
root: string;
|
|
9251
9250
|
xs: string;
|
|
9252
9251
|
sm: string;
|
|
9253
9252
|
md: string;
|
|
9254
9253
|
lg: string;
|
|
9255
9254
|
xl: string;
|
|
9255
|
+
root: string;
|
|
9256
9256
|
row: string;
|
|
9257
9257
|
column: string;
|
|
9258
9258
|
};
|
|
@@ -9291,12 +9291,12 @@ declare const useClasses_48: (classesProp?: Partial<Record<"root" | "indicator"
|
|
|
9291
9291
|
cx: (...args: any) => string;
|
|
9292
9292
|
};
|
|
9293
9293
|
|
|
9294
|
-
declare const useClasses_49: (classesProp?: Partial<Record<"
|
|
9294
|
+
declare const useClasses_49: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "button" | "focusVisible" | "chipRoot" | "clickable" | "categorical" | "deleteIcon" | "tagButton" | "disabledDeleteIcon" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
|
|
9295
9295
|
classes: {
|
|
9296
|
-
button: string;
|
|
9297
9296
|
label: string;
|
|
9298
9297
|
root: string;
|
|
9299
9298
|
disabled: string;
|
|
9299
|
+
button: string;
|
|
9300
9300
|
focusVisible: string;
|
|
9301
9301
|
chipRoot: string;
|
|
9302
9302
|
clickable: string;
|
|
@@ -9328,18 +9328,18 @@ declare const useClasses_5: (classesProp?: Partial<Record<"root" | "counterDisab
|
|
|
9328
9328
|
cx: (...args: any) => string;
|
|
9329
9329
|
};
|
|
9330
9330
|
|
|
9331
|
-
declare const useClasses_50: (classesProp?: Partial<Record<"
|
|
9331
|
+
declare const useClasses_50: (classesProp?: Partial<Record<"color" | "root" | "title" | "popper" | "separator" | "tooltip" | "values" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
|
|
9332
9332
|
classes: {
|
|
9333
|
-
title: string;
|
|
9334
9333
|
color: string;
|
|
9335
9334
|
root: string;
|
|
9335
|
+
title: string;
|
|
9336
|
+
popper: string;
|
|
9337
|
+
separator: string;
|
|
9336
9338
|
tooltip: string;
|
|
9339
|
+
values: string;
|
|
9337
9340
|
tooltipMulti: string;
|
|
9338
|
-
popper: string;
|
|
9339
9341
|
valuesContainer: string;
|
|
9340
|
-
values: string;
|
|
9341
9342
|
separatorColor: string;
|
|
9342
|
-
separator: string;
|
|
9343
9343
|
valueWrapper: string;
|
|
9344
9344
|
};
|
|
9345
9345
|
css: {
|
|
@@ -9362,11 +9362,11 @@ declare const useClasses_51: (classesProp?: Partial<Record<"tooltipData" | "tool
|
|
|
9362
9362
|
cx: (...args: any) => string;
|
|
9363
9363
|
};
|
|
9364
9364
|
|
|
9365
|
-
declare const useClasses_52: (classesProp?: Partial<Record<"root" | "
|
|
9365
|
+
declare const useClasses_52: (classesProp?: Partial<Record<"root" | "disabled" | "icon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
9366
9366
|
classes: {
|
|
9367
9367
|
root: string;
|
|
9368
|
-
icon: string;
|
|
9369
9368
|
disabled: string;
|
|
9369
|
+
icon: string;
|
|
9370
9370
|
focusVisible: string;
|
|
9371
9371
|
};
|
|
9372
9372
|
css: {
|
|
@@ -9376,11 +9376,11 @@ declare const useClasses_52: (classesProp?: Partial<Record<"root" | "icon" | "di
|
|
|
9376
9376
|
cx: (...args: any) => string;
|
|
9377
9377
|
};
|
|
9378
9378
|
|
|
9379
|
-
declare const useClasses_53: (classesProp?: Partial<Record<"root" | "
|
|
9379
|
+
declare const useClasses_53: (classesProp?: Partial<Record<"root" | "disabled" | "icon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
9380
9380
|
classes: {
|
|
9381
9381
|
root: string;
|
|
9382
|
-
icon: string;
|
|
9383
9382
|
disabled: string;
|
|
9383
|
+
icon: string;
|
|
9384
9384
|
focusVisible: string;
|
|
9385
9385
|
};
|
|
9386
9386
|
css: {
|
|
@@ -9390,12 +9390,13 @@ declare const useClasses_53: (classesProp?: Partial<Record<"root" | "icon" | "di
|
|
|
9390
9390
|
cx: (...args: any) => string;
|
|
9391
9391
|
};
|
|
9392
9392
|
|
|
9393
|
-
declare const useClasses_54: (classesProp?: Partial<Record<"title" | "
|
|
9393
|
+
declare const useClasses_54: (classesProp?: Partial<Record<"root" | "title" | "single" | "actionsContainer" | "open" | "item" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
|
|
9394
9394
|
classes: {
|
|
9395
|
-
title: string;
|
|
9396
|
-
open: string;
|
|
9397
9395
|
root: string;
|
|
9396
|
+
title: string;
|
|
9398
9397
|
single: string;
|
|
9398
|
+
actionsContainer: string;
|
|
9399
|
+
open: string;
|
|
9399
9400
|
item: string;
|
|
9400
9401
|
itemSelected: string;
|
|
9401
9402
|
itemDisabled: string;
|
|
@@ -9403,7 +9404,6 @@ declare const useClasses_54: (classesProp?: Partial<Record<"title" | "open" | "r
|
|
|
9403
9404
|
itemIcon: string;
|
|
9404
9405
|
itemTitle: string;
|
|
9405
9406
|
itemInfoIcon: string;
|
|
9406
|
-
actionsContainer: string;
|
|
9407
9407
|
footerContainer: string;
|
|
9408
9408
|
closed: string;
|
|
9409
9409
|
dual: string;
|
|
@@ -9416,13 +9416,13 @@ declare const useClasses_54: (classesProp?: Partial<Record<"title" | "open" | "r
|
|
|
9416
9416
|
cx: (...args: any) => string;
|
|
9417
9417
|
};
|
|
9418
9418
|
|
|
9419
|
-
declare const useClasses_55: (classesProp?: Partial<Record<"
|
|
9419
|
+
declare const useClasses_55: (classesProp?: Partial<Record<"typography" | "root" | "disabled" | "icon" | "title" | "selected" | "iconUrl" | "iconInfo", string>>, addStatic?: boolean) => {
|
|
9420
9420
|
classes: {
|
|
9421
|
-
title: string;
|
|
9422
|
-
root: string;
|
|
9423
9421
|
typography: string;
|
|
9424
|
-
|
|
9422
|
+
root: string;
|
|
9425
9423
|
disabled: string;
|
|
9424
|
+
icon: string;
|
|
9425
|
+
title: string;
|
|
9426
9426
|
selected: string;
|
|
9427
9427
|
iconUrl: string;
|
|
9428
9428
|
iconInfo: string;
|
|
@@ -9434,16 +9434,16 @@ declare const useClasses_55: (classesProp?: Partial<Record<"title" | "root" | "t
|
|
|
9434
9434
|
cx: (...args: any) => string;
|
|
9435
9435
|
};
|
|
9436
9436
|
|
|
9437
|
-
declare const useClasses_56: (classesProp?: Partial<Record<"
|
|
9437
|
+
declare const useClasses_56: (classesProp?: Partial<Record<"root" | "disabled" | "readOnly" | "switch" | "switchBase" | "track" | "checked" | "focusVisible" | "thumb", string>>, addStatic?: boolean) => {
|
|
9438
9438
|
classes: {
|
|
9439
|
-
track: string;
|
|
9440
|
-
switch: string;
|
|
9441
9439
|
root: string;
|
|
9442
9440
|
disabled: string;
|
|
9443
|
-
checked: string;
|
|
9444
9441
|
readOnly: string;
|
|
9445
|
-
|
|
9442
|
+
switch: string;
|
|
9446
9443
|
switchBase: string;
|
|
9444
|
+
track: string;
|
|
9445
|
+
checked: string;
|
|
9446
|
+
focusVisible: string;
|
|
9447
9447
|
thumb: string;
|
|
9448
9448
|
};
|
|
9449
9449
|
css: {
|
|
@@ -9453,13 +9453,13 @@ declare const useClasses_56: (classesProp?: Partial<Record<"track" | "switch" |
|
|
|
9453
9453
|
cx: (...args: any) => string;
|
|
9454
9454
|
};
|
|
9455
9455
|
|
|
9456
|
-
declare const useClasses_57: (classesProp?: Partial<Record<"
|
|
9456
|
+
declare const useClasses_57: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "checkbox" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
|
|
9457
9457
|
classes: {
|
|
9458
|
+
container: string;
|
|
9458
9459
|
label: string;
|
|
9459
9460
|
root: string;
|
|
9460
|
-
container: string;
|
|
9461
|
-
checkbox: string;
|
|
9462
9461
|
disabled: string;
|
|
9462
|
+
checkbox: string;
|
|
9463
9463
|
focusVisible: string;
|
|
9464
9464
|
invalidContainer: string;
|
|
9465
9465
|
invalidCheckbox: string;
|
|
@@ -9471,22 +9471,22 @@ declare const useClasses_57: (classesProp?: Partial<Record<"label" | "root" | "c
|
|
|
9471
9471
|
cx: (...args: any) => string;
|
|
9472
9472
|
};
|
|
9473
9473
|
|
|
9474
|
-
declare const useClasses_58: (classesProp?: Partial<Record<"
|
|
9474
|
+
declare const useClasses_58: (classesProp?: Partial<Record<"label" | "description" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootMultiline" | "input" | "icon" | "adornmentButton" | "error" | "inputRootDisabled" | "labelContainer" | "adornmentsBox" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
|
|
9475
9475
|
classes: {
|
|
9476
|
-
input: string;
|
|
9477
9476
|
label: string;
|
|
9477
|
+
description: string;
|
|
9478
9478
|
root: string;
|
|
9479
|
-
icon: string;
|
|
9480
|
-
error: string;
|
|
9481
9479
|
inputBorderContainer: string;
|
|
9482
9480
|
inputRoot: string;
|
|
9483
9481
|
inputRootFocused: string;
|
|
9484
|
-
inputRootDisabled: string;
|
|
9485
9482
|
inputRootMultiline: string;
|
|
9486
|
-
|
|
9483
|
+
input: string;
|
|
9484
|
+
icon: string;
|
|
9485
|
+
adornmentButton: string;
|
|
9486
|
+
error: string;
|
|
9487
|
+
inputRootDisabled: string;
|
|
9487
9488
|
labelContainer: string;
|
|
9488
9489
|
adornmentsBox: string;
|
|
9489
|
-
adornmentButton: string;
|
|
9490
9490
|
iconClear: string;
|
|
9491
9491
|
hasSuggestions: string;
|
|
9492
9492
|
suggestionsContainer: string;
|
|
@@ -9500,13 +9500,13 @@ declare const useClasses_58: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
9500
9500
|
cx: (...args: any) => string;
|
|
9501
9501
|
};
|
|
9502
9502
|
|
|
9503
|
-
declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "
|
|
9503
|
+
declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "invalidSwitch" | "error" | "switchContainer", string>>, addStatic?: boolean) => {
|
|
9504
9504
|
classes: {
|
|
9505
9505
|
label: string;
|
|
9506
9506
|
root: string;
|
|
9507
|
+
invalidSwitch: string;
|
|
9507
9508
|
error: string;
|
|
9508
9509
|
switchContainer: string;
|
|
9509
|
-
invalidSwitch: string;
|
|
9510
9510
|
};
|
|
9511
9511
|
css: {
|
|
9512
9512
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9515,14 +9515,14 @@ declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
9515
9515
|
cx: (...args: any) => string;
|
|
9516
9516
|
};
|
|
9517
9517
|
|
|
9518
|
-
declare const useClasses_6: (classesProp?: Partial<Record<"root" | "icon" | "adornment" | "
|
|
9518
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"root" | "icon" | "adornment" | "adornmentIcon" | "hideIcon" | "adornmentButton", string>>, addStatic?: boolean) => {
|
|
9519
9519
|
classes: {
|
|
9520
9520
|
root: string;
|
|
9521
9521
|
icon: string;
|
|
9522
9522
|
adornment: string;
|
|
9523
|
-
adornmentButton: string;
|
|
9524
9523
|
adornmentIcon: string;
|
|
9525
9524
|
hideIcon: string;
|
|
9525
|
+
adornmentButton: string;
|
|
9526
9526
|
};
|
|
9527
9527
|
css: {
|
|
9528
9528
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9531,13 +9531,13 @@ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "icon" | "ado
|
|
|
9531
9531
|
cx: (...args: any) => string;
|
|
9532
9532
|
};
|
|
9533
9533
|
|
|
9534
|
-
declare const useClasses_60: (classesProp?: Partial<Record<"
|
|
9534
|
+
declare const useClasses_60: (classesProp?: Partial<Record<"container" | "label" | "root" | "disabled" | "radio" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
|
|
9535
9535
|
classes: {
|
|
9536
|
+
container: string;
|
|
9536
9537
|
label: string;
|
|
9537
9538
|
root: string;
|
|
9538
|
-
container: string;
|
|
9539
|
-
radio: string;
|
|
9540
9539
|
disabled: string;
|
|
9540
|
+
radio: string;
|
|
9541
9541
|
focusVisible: string;
|
|
9542
9542
|
invalidContainer: string;
|
|
9543
9543
|
invalidRadio: string;
|
|
@@ -9549,20 +9549,20 @@ declare const useClasses_60: (classesProp?: Partial<Record<"label" | "root" | "c
|
|
|
9549
9549
|
cx: (...args: any) => string;
|
|
9550
9550
|
};
|
|
9551
9551
|
|
|
9552
|
-
declare const useClasses_61: (classesProp?: Partial<Record<"
|
|
9552
|
+
declare const useClasses_61: (classesProp?: Partial<Record<"label" | "description" | "root" | "disabled" | "input" | "invalid" | "error" | "resizable" | "inputResizable" | "labelContainer" | "baseInput" | "characterCounter", string>>, addStatic?: boolean) => {
|
|
9553
9553
|
classes: {
|
|
9554
|
-
input: string;
|
|
9555
9554
|
label: string;
|
|
9555
|
+
description: string;
|
|
9556
9556
|
root: string;
|
|
9557
9557
|
disabled: string;
|
|
9558
|
-
|
|
9558
|
+
input: string;
|
|
9559
9559
|
invalid: string;
|
|
9560
|
+
error: string;
|
|
9560
9561
|
resizable: string;
|
|
9561
9562
|
inputResizable: string;
|
|
9562
|
-
description: string;
|
|
9563
9563
|
labelContainer: string;
|
|
9564
|
-
characterCounter: string;
|
|
9565
9564
|
baseInput: string;
|
|
9565
|
+
characterCounter: string;
|
|
9566
9566
|
};
|
|
9567
9567
|
css: {
|
|
9568
9568
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9571,26 +9571,26 @@ declare const useClasses_61: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
9571
9571
|
cx: (...args: any) => string;
|
|
9572
9572
|
};
|
|
9573
9573
|
|
|
9574
|
-
declare const useClasses_62: (classesProp?: Partial<Record<"
|
|
9574
|
+
declare const useClasses_62: (classesProp?: Partial<Record<"label" | "description" | "root" | "disabled" | "readOnly" | "input" | "tagsList" | "invalid" | "error" | "resizable" | "chipRoot" | "labelContainer" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "characterCounter" | "listItemGutters" | "listItemRoot" | "tagInputContainerRoot" | "tagInputRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
|
|
9575
9575
|
classes: {
|
|
9576
|
-
input: string;
|
|
9577
9576
|
label: string;
|
|
9577
|
+
description: string;
|
|
9578
9578
|
root: string;
|
|
9579
9579
|
disabled: string;
|
|
9580
9580
|
readOnly: string;
|
|
9581
|
-
|
|
9581
|
+
input: string;
|
|
9582
|
+
tagsList: string;
|
|
9582
9583
|
invalid: string;
|
|
9584
|
+
error: string;
|
|
9583
9585
|
resizable: string;
|
|
9584
|
-
|
|
9586
|
+
chipRoot: string;
|
|
9585
9587
|
labelContainer: string;
|
|
9586
9588
|
suggestionsContainer: string;
|
|
9587
9589
|
suggestionList: string;
|
|
9588
9590
|
inputExtension: string;
|
|
9589
|
-
|
|
9591
|
+
characterCounter: string;
|
|
9590
9592
|
listItemGutters: string;
|
|
9591
9593
|
listItemRoot: string;
|
|
9592
|
-
characterCounter: string;
|
|
9593
|
-
tagsList: string;
|
|
9594
9594
|
tagInputContainerRoot: string;
|
|
9595
9595
|
tagInputRoot: string;
|
|
9596
9596
|
tagSelected: string;
|
|
@@ -9606,15 +9606,15 @@ declare const useClasses_62: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
9606
9606
|
cx: (...args: any) => string;
|
|
9607
9607
|
};
|
|
9608
9608
|
|
|
9609
|
-
declare const useClasses_63: (classesProp?: Partial<Record<"
|
|
9609
|
+
declare const useClasses_63: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "group" | "invalid" | "error" | "selectAll", string>>, addStatic?: boolean) => {
|
|
9610
9610
|
classes: {
|
|
9611
|
+
vertical: string;
|
|
9612
|
+
horizontal: string;
|
|
9611
9613
|
label: string;
|
|
9612
9614
|
root: string;
|
|
9613
|
-
horizontal: string;
|
|
9614
|
-
vertical: string;
|
|
9615
9615
|
group: string;
|
|
9616
|
-
error: string;
|
|
9617
9616
|
invalid: string;
|
|
9617
|
+
error: string;
|
|
9618
9618
|
selectAll: string;
|
|
9619
9619
|
};
|
|
9620
9620
|
css: {
|
|
@@ -9624,17 +9624,17 @@ declare const useClasses_63: (classesProp?: Partial<Record<"label" | "root" | "h
|
|
|
9624
9624
|
cx: (...args: any) => string;
|
|
9625
9625
|
};
|
|
9626
9626
|
|
|
9627
|
-
declare const useClasses_64: (classesProp?: Partial<Record<"link" | "root" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "
|
|
9627
|
+
declare const useClasses_64: (classesProp?: Partial<Record<"link" | "root" | "itemSelector" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "selectAllSelector", string>>, addStatic?: boolean) => {
|
|
9628
9628
|
classes: {
|
|
9629
9629
|
link: string;
|
|
9630
9630
|
root: string;
|
|
9631
|
+
itemSelector: string;
|
|
9631
9632
|
item: string;
|
|
9632
9633
|
virtualizedRoot: string;
|
|
9633
9634
|
selectorRoot: string;
|
|
9634
9635
|
selectorContainer: string;
|
|
9635
9636
|
box: string;
|
|
9636
9637
|
truncate: string;
|
|
9637
|
-
itemSelector: string;
|
|
9638
9638
|
selectAllSelector: string;
|
|
9639
9639
|
};
|
|
9640
9640
|
css: {
|
|
@@ -9644,15 +9644,15 @@ declare const useClasses_64: (classesProp?: Partial<Record<"link" | "root" | "it
|
|
|
9644
9644
|
cx: (...args: any) => string;
|
|
9645
9645
|
};
|
|
9646
9646
|
|
|
9647
|
-
declare const useClasses_65: (classesProp?: Partial<Record<"
|
|
9647
|
+
declare const useClasses_65: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "group" | "invalid" | "error", string>>, addStatic?: boolean) => {
|
|
9648
9648
|
classes: {
|
|
9649
|
+
vertical: string;
|
|
9650
|
+
horizontal: string;
|
|
9649
9651
|
label: string;
|
|
9650
9652
|
root: string;
|
|
9651
|
-
horizontal: string;
|
|
9652
|
-
vertical: string;
|
|
9653
9653
|
group: string;
|
|
9654
|
-
error: string;
|
|
9655
9654
|
invalid: string;
|
|
9655
|
+
error: string;
|
|
9656
9656
|
};
|
|
9657
9657
|
css: {
|
|
9658
9658
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9661,10 +9661,10 @@ declare const useClasses_65: (classesProp?: Partial<Record<"label" | "root" | "h
|
|
|
9661
9661
|
cx: (...args: any) => string;
|
|
9662
9662
|
};
|
|
9663
9663
|
|
|
9664
|
-
declare const useClasses_66: (classesProp?: Partial<Record<"
|
|
9664
|
+
declare const useClasses_66: (classesProp?: Partial<Record<"previewButton" | "overlay", string>>, addStatic?: boolean) => {
|
|
9665
9665
|
classes: {
|
|
9666
|
-
overlay: string;
|
|
9667
9666
|
previewButton: string;
|
|
9667
|
+
overlay: string;
|
|
9668
9668
|
};
|
|
9669
9669
|
css: {
|
|
9670
9670
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9673,18 +9673,18 @@ declare const useClasses_66: (classesProp?: Partial<Record<"overlay" | "previewB
|
|
|
9673
9673
|
cx: (...args: any) => string;
|
|
9674
9674
|
};
|
|
9675
9675
|
|
|
9676
|
-
declare const useClasses_67: (classesProp?: Partial<Record<"root" | "
|
|
9676
|
+
declare const useClasses_67: (classesProp?: Partial<Record<"root" | "icon" | "progressbarContainer" | "previewContainer" | "progressbar" | "progressbarBack" | "nameText" | "progressTextContainer" | "removeButton" | "fail", string>>, addStatic?: boolean) => {
|
|
9677
9677
|
classes: {
|
|
9678
9678
|
root: string;
|
|
9679
|
-
progressbar: string;
|
|
9680
9679
|
icon: string;
|
|
9681
|
-
removeButton: string;
|
|
9682
|
-
fail: string;
|
|
9683
9680
|
progressbarContainer: string;
|
|
9681
|
+
previewContainer: string;
|
|
9682
|
+
progressbar: string;
|
|
9684
9683
|
progressbarBack: string;
|
|
9685
9684
|
nameText: string;
|
|
9686
9685
|
progressTextContainer: string;
|
|
9687
|
-
|
|
9686
|
+
removeButton: string;
|
|
9687
|
+
fail: string;
|
|
9688
9688
|
};
|
|
9689
9689
|
css: {
|
|
9690
9690
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9693,13 +9693,13 @@ declare const useClasses_67: (classesProp?: Partial<Record<"root" | "progressbar
|
|
|
9693
9693
|
cx: (...args: any) => string;
|
|
9694
9694
|
};
|
|
9695
9695
|
|
|
9696
|
-
declare const useClasses_68: (classesProp?: Partial<Record<"
|
|
9696
|
+
declare const useClasses_68: (classesProp?: Partial<Record<"container" | "root" | "icon" | "iconSelected" | "baseContainer" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
|
|
9697
9697
|
classes: {
|
|
9698
|
-
root: string;
|
|
9699
9698
|
container: string;
|
|
9699
|
+
root: string;
|
|
9700
9700
|
icon: string;
|
|
9701
|
-
baseContainer: string;
|
|
9702
9701
|
iconSelected: string;
|
|
9702
|
+
baseContainer: string;
|
|
9703
9703
|
menuListRoot: string;
|
|
9704
9704
|
menuList: string;
|
|
9705
9705
|
};
|
|
@@ -9710,17 +9710,17 @@ declare const useClasses_68: (classesProp?: Partial<Record<"root" | "container"
|
|
|
9710
9710
|
cx: (...args: any) => string;
|
|
9711
9711
|
};
|
|
9712
9712
|
|
|
9713
|
-
declare const useClasses_69: (classesProp?: Partial<Record<"root" | "icon" | "pageSizeOptions" | "
|
|
9713
|
+
declare const useClasses_69: (classesProp?: Partial<Record<"root" | "icon" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "totalPagesTextContainer" | "pageNavigator" | "iconContainer" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
|
|
9714
9714
|
classes: {
|
|
9715
9715
|
root: string;
|
|
9716
9716
|
icon: string;
|
|
9717
9717
|
pageSizeOptions: string;
|
|
9718
|
-
iconContainer: string;
|
|
9719
9718
|
pageSizeHeader: string;
|
|
9720
9719
|
pageSizeTextContainer: string;
|
|
9721
|
-
totalPagesTextContainer: string;
|
|
9722
9720
|
pageSizeOptionsSelect: string;
|
|
9721
|
+
totalPagesTextContainer: string;
|
|
9723
9722
|
pageNavigator: string;
|
|
9723
|
+
iconContainer: string;
|
|
9724
9724
|
pageInfo: string;
|
|
9725
9725
|
pageJump: string;
|
|
9726
9726
|
pageSizeInput: string;
|
|
@@ -9745,10 +9745,10 @@ declare const useClasses_7: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
9745
9745
|
cx: (...args: any) => string;
|
|
9746
9746
|
};
|
|
9747
9747
|
|
|
9748
|
-
declare const useClasses_70: (classesProp?: Partial<Record<"
|
|
9748
|
+
declare const useClasses_70: (classesProp?: Partial<Record<"root" | "button" | "actionContainer" | "dropDownMenu" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
|
|
9749
9749
|
classes: {
|
|
9750
|
-
button: string;
|
|
9751
9750
|
root: string;
|
|
9751
|
+
button: string;
|
|
9752
9752
|
actionContainer: string;
|
|
9753
9753
|
dropDownMenu: string;
|
|
9754
9754
|
dropDownMenuButton: string;
|
|
@@ -9761,15 +9761,15 @@ declare const useClasses_70: (classesProp?: Partial<Record<"button" | "root" | "
|
|
|
9761
9761
|
cx: (...args: any) => string;
|
|
9762
9762
|
};
|
|
9763
9763
|
|
|
9764
|
-
declare const useClasses_71: (classesProp?: Partial<Record<"link" | "
|
|
9764
|
+
declare const useClasses_71: (classesProp?: Partial<Record<"link" | "root" | "a" | "currentPage" | "centerContainer" | "separatorContainer" | "orderedList", string>>, addStatic?: boolean) => {
|
|
9765
9765
|
classes: {
|
|
9766
9766
|
link: string;
|
|
9767
|
-
a: string;
|
|
9768
9767
|
root: string;
|
|
9769
|
-
|
|
9768
|
+
a: string;
|
|
9770
9769
|
currentPage: string;
|
|
9771
9770
|
centerContainer: string;
|
|
9772
9771
|
separatorContainer: string;
|
|
9772
|
+
orderedList: string;
|
|
9773
9773
|
};
|
|
9774
9774
|
css: {
|
|
9775
9775
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9778,12 +9778,12 @@ declare const useClasses_71: (classesProp?: Partial<Record<"link" | "a" | "root"
|
|
|
9778
9778
|
cx: (...args: any) => string;
|
|
9779
9779
|
};
|
|
9780
9780
|
|
|
9781
|
-
declare const useClasses_72: (classesProp?: Partial<Record<"
|
|
9781
|
+
declare const useClasses_72: (classesProp?: Partial<Record<"horizontal" | "root" | "icon" | "radio" | "radioRoot", string>>, addStatic?: boolean) => {
|
|
9782
9782
|
classes: {
|
|
9783
|
-
root: string;
|
|
9784
9783
|
horizontal: string;
|
|
9785
|
-
|
|
9784
|
+
root: string;
|
|
9786
9785
|
icon: string;
|
|
9786
|
+
radio: string;
|
|
9787
9787
|
radioRoot: string;
|
|
9788
9788
|
};
|
|
9789
9789
|
css: {
|
|
@@ -9807,10 +9807,10 @@ declare const useClasses_73: (classesProp?: Partial<Record<"root" | "rootClosed"
|
|
|
9807
9807
|
cx: (...args: any) => string;
|
|
9808
9808
|
};
|
|
9809
9809
|
|
|
9810
|
-
declare const useClasses_74: (classesProp?: Partial<Record<"
|
|
9810
|
+
declare const useClasses_74: (classesProp?: Partial<Record<"iconContainer" | "actionContainer" | "actionsInnerContainer" | "closeAction", string>>, addStatic?: boolean) => {
|
|
9811
9811
|
classes: {
|
|
9812
|
-
actionContainer: string;
|
|
9813
9812
|
iconContainer: string;
|
|
9813
|
+
actionContainer: string;
|
|
9814
9814
|
actionsInnerContainer: string;
|
|
9815
9815
|
closeAction: string;
|
|
9816
9816
|
};
|
|
@@ -9821,15 +9821,15 @@ declare const useClasses_74: (classesProp?: Partial<Record<"actionContainer" | "
|
|
|
9821
9821
|
cx: (...args: any) => string;
|
|
9822
9822
|
};
|
|
9823
9823
|
|
|
9824
|
-
declare const useClasses_75: (classesProp?: Partial<Record<"
|
|
9824
|
+
declare const useClasses_75: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "error" | "message" | "success" | "baseVariant" | "outContainer", string>>, addStatic?: boolean) => {
|
|
9825
9825
|
classes: {
|
|
9826
|
-
root: string;
|
|
9827
9826
|
warning: string;
|
|
9828
|
-
|
|
9827
|
+
root: string;
|
|
9829
9828
|
action: string;
|
|
9829
|
+
default: string;
|
|
9830
9830
|
error: string;
|
|
9831
|
-
success: string;
|
|
9832
9831
|
message: string;
|
|
9832
|
+
success: string;
|
|
9833
9833
|
baseVariant: string;
|
|
9834
9834
|
outContainer: string;
|
|
9835
9835
|
};
|
|
@@ -9857,15 +9857,15 @@ declare const useClasses_76: (classesProp?: Partial<Record<"root" | "anchorOrigi
|
|
|
9857
9857
|
cx: (...args: any) => string;
|
|
9858
9858
|
};
|
|
9859
9859
|
|
|
9860
|
-
declare const useClasses_77: (classesProp?: Partial<Record<"
|
|
9860
|
+
declare const useClasses_77: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "error" | "message" | "success" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
|
|
9861
9861
|
classes: {
|
|
9862
|
-
root: string;
|
|
9863
9862
|
warning: string;
|
|
9864
|
-
|
|
9863
|
+
root: string;
|
|
9865
9864
|
action: string;
|
|
9865
|
+
default: string;
|
|
9866
9866
|
error: string;
|
|
9867
|
-
success: string;
|
|
9868
9867
|
message: string;
|
|
9868
|
+
success: string;
|
|
9869
9869
|
messageSpan: string;
|
|
9870
9870
|
messageText: string;
|
|
9871
9871
|
iconVariant: string;
|
|
@@ -9888,15 +9888,15 @@ declare const useClasses_78: (classesProp?: Partial<Record<"snackItemRoot", stri
|
|
|
9888
9888
|
cx: (...args: any) => string;
|
|
9889
9889
|
};
|
|
9890
9890
|
|
|
9891
|
-
declare const useClasses_79: (classesProp?: Partial<Record<"root" | "semantic" | "
|
|
9891
|
+
declare const useClasses_79: (classesProp?: Partial<Record<"root" | "semantic" | "divider" | "selectAll" | "actions" | "selectAllContainer" | "selectAllPages", string>>, addStatic?: boolean) => {
|
|
9892
9892
|
classes: {
|
|
9893
9893
|
root: string;
|
|
9894
9894
|
semantic: string;
|
|
9895
|
+
divider: string;
|
|
9896
|
+
selectAll: string;
|
|
9895
9897
|
actions: string;
|
|
9896
9898
|
selectAllContainer: string;
|
|
9897
|
-
selectAll: string;
|
|
9898
9899
|
selectAllPages: string;
|
|
9899
|
-
divider: string;
|
|
9900
9900
|
};
|
|
9901
9901
|
css: {
|
|
9902
9902
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9918,19 +9918,19 @@ declare const useClasses_8: (classesProp?: Partial<Record<"root" | "labelDisable
|
|
|
9918
9918
|
cx: (...args: any) => string;
|
|
9919
9919
|
};
|
|
9920
9920
|
|
|
9921
|
-
declare const useClasses_80: (classesProp?: Partial<Record<"root" | "
|
|
9921
|
+
declare const useClasses_80: (classesProp?: Partial<Record<"name" | "root" | "wrapper" | "globalSectionArea" | "sectionName" | "actions" | "positionSticky" | "positionFixed" | "global" | "globalWrapperComplement" | "backButton", string>>, addStatic?: boolean) => {
|
|
9922
9922
|
classes: {
|
|
9923
|
-
root: string;
|
|
9924
9923
|
name: string;
|
|
9925
|
-
|
|
9924
|
+
root: string;
|
|
9926
9925
|
wrapper: string;
|
|
9926
|
+
globalSectionArea: string;
|
|
9927
|
+
sectionName: string;
|
|
9927
9928
|
actions: string;
|
|
9928
9929
|
positionSticky: string;
|
|
9929
9930
|
positionFixed: string;
|
|
9931
|
+
global: string;
|
|
9930
9932
|
globalWrapperComplement: string;
|
|
9931
|
-
globalSectionArea: string;
|
|
9932
9933
|
backButton: string;
|
|
9933
|
-
sectionName: string;
|
|
9934
9934
|
};
|
|
9935
9935
|
css: {
|
|
9936
9936
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9939,25 +9939,25 @@ declare const useClasses_80: (classesProp?: Partial<Record<"root" | "name" | "gl
|
|
|
9939
9939
|
cx: (...args: any) => string;
|
|
9940
9940
|
};
|
|
9941
9941
|
|
|
9942
|
-
declare const useClasses_81: (classesProp?: Partial<Record<"
|
|
9942
|
+
declare const useClasses_81: (classesProp?: Partial<Record<"label" | "description" | "root" | "placeholder" | "disabled" | "readOnly" | "placeholderClosed" | "error" | "dropdown" | "arrow" | "selectionDisabled" | "labelContainer" | "rootList" | "dropdownListContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
|
|
9943
9943
|
classes: {
|
|
9944
|
-
placeholder: string;
|
|
9945
|
-
arrow: string;
|
|
9946
9944
|
label: string;
|
|
9945
|
+
description: string;
|
|
9947
9946
|
root: string;
|
|
9947
|
+
placeholder: string;
|
|
9948
9948
|
disabled: string;
|
|
9949
9949
|
readOnly: string;
|
|
9950
|
+
placeholderClosed: string;
|
|
9950
9951
|
error: string;
|
|
9951
9952
|
dropdown: string;
|
|
9953
|
+
arrow: string;
|
|
9952
9954
|
selectionDisabled: string;
|
|
9953
|
-
description: string;
|
|
9954
9955
|
labelContainer: string;
|
|
9956
|
+
rootList: string;
|
|
9957
|
+
dropdownListContainer: string;
|
|
9958
|
+
dropdownHeader: string;
|
|
9955
9959
|
dropdownHeaderInvalid: string;
|
|
9956
9960
|
dropdownHeaderOpen: string;
|
|
9957
|
-
placeholderClosed: string;
|
|
9958
|
-
dropdownHeader: string;
|
|
9959
|
-
dropdownListContainer: string;
|
|
9960
|
-
rootList: string;
|
|
9961
9961
|
};
|
|
9962
9962
|
css: {
|
|
9963
9963
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9966,13 +9966,13 @@ declare const useClasses_81: (classesProp?: Partial<Record<"placeholder" | "arro
|
|
|
9966
9966
|
cx: (...args: any) => string;
|
|
9967
9967
|
};
|
|
9968
9968
|
|
|
9969
|
-
declare const useClasses_82: (classesProp?: Partial<Record<"selection" | "
|
|
9969
|
+
declare const useClasses_82: (classesProp?: Partial<Record<"selection" | "selectAll" | "selectAllContainer" | "rootList" | "dropdownListContainer" | "searchContainer" | "listBorderDown" | "listContainer", string>>, addStatic?: boolean) => {
|
|
9970
9970
|
classes: {
|
|
9971
9971
|
selection: string;
|
|
9972
|
-
selectAllContainer: string;
|
|
9973
9972
|
selectAll: string;
|
|
9974
|
-
|
|
9973
|
+
selectAllContainer: string;
|
|
9975
9974
|
rootList: string;
|
|
9975
|
+
dropdownListContainer: string;
|
|
9976
9976
|
searchContainer: string;
|
|
9977
9977
|
listBorderDown: string;
|
|
9978
9978
|
listContainer: string;
|
|
@@ -10032,41 +10032,41 @@ declare const useClasses_86: (classesProp?: Partial<Record<"root" | "stickyHeade
|
|
|
10032
10032
|
cx: (...args: any) => string;
|
|
10033
10033
|
};
|
|
10034
10034
|
|
|
10035
|
-
declare const useClasses_87: (classesProp?: Partial<Record<"body" | "
|
|
10035
|
+
declare const useClasses_87: (classesProp?: Partial<Record<"body" | "root" | "head" | "sortButton" | "variantList" | "resizer" | "footer" | "resizable" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sorted" | "sortable" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify" | "variantCheckbox" | "variantExpand" | "variantActions" | "variantNone" | "resizing", string>>, addStatic?: boolean) => {
|
|
10036
10036
|
classes: {
|
|
10037
10037
|
body: string;
|
|
10038
|
-
footer: string;
|
|
10039
|
-
head: string;
|
|
10040
10038
|
root: string;
|
|
10039
|
+
head: string;
|
|
10040
|
+
sortButton: string;
|
|
10041
|
+
variantList: string;
|
|
10041
10042
|
resizer: string;
|
|
10043
|
+
footer: string;
|
|
10042
10044
|
resizable: string;
|
|
10043
|
-
|
|
10044
|
-
|
|
10045
|
+
alignLeft: string;
|
|
10046
|
+
alignCenter: string;
|
|
10047
|
+
alignRight: string;
|
|
10048
|
+
alignJustify: string;
|
|
10045
10049
|
stickyColumn: string;
|
|
10046
10050
|
stickyColumnMostLeft: string;
|
|
10047
10051
|
stickyColumnLeastRight: string;
|
|
10048
10052
|
groupColumnMostLeft: string;
|
|
10049
10053
|
groupColumnMostRight: string;
|
|
10050
|
-
resizing: string;
|
|
10051
|
-
alignLeft: string;
|
|
10052
|
-
alignCenter: string;
|
|
10053
|
-
alignRight: string;
|
|
10054
|
-
alignJustify: string;
|
|
10055
|
-
variantNone: string;
|
|
10056
|
-
variantCheckbox: string;
|
|
10057
|
-
variantActions: string;
|
|
10058
|
-
variantExpand: string;
|
|
10059
|
-
variantList: string;
|
|
10060
10054
|
headerContent: string;
|
|
10061
10055
|
headerText: string;
|
|
10062
10056
|
headerParagraph: string;
|
|
10063
10057
|
sortableHeaderText: string;
|
|
10064
|
-
|
|
10058
|
+
sorted: string;
|
|
10059
|
+
sortable: string;
|
|
10065
10060
|
sortIcon: string;
|
|
10066
10061
|
alignFlexLeft: string;
|
|
10067
10062
|
alignFlexRight: string;
|
|
10068
10063
|
alignFlexCenter: string;
|
|
10069
10064
|
alignFlexJustify: string;
|
|
10065
|
+
variantCheckbox: string;
|
|
10066
|
+
variantExpand: string;
|
|
10067
|
+
variantActions: string;
|
|
10068
|
+
variantNone: string;
|
|
10069
|
+
resizing: string;
|
|
10070
10070
|
};
|
|
10071
10071
|
css: {
|
|
10072
10072
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -10075,17 +10075,17 @@ declare const useClasses_87: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
10075
10075
|
cx: (...args: any) => string;
|
|
10076
10076
|
};
|
|
10077
10077
|
|
|
10078
|
-
declare const useClasses_88: (classesProp?: Partial<Record<"body" | "
|
|
10078
|
+
declare const useClasses_88: (classesProp?: Partial<Record<"body" | "root" | "selected" | "head" | "variantList" | "expanded" | "footer" | "striped" | "hover" | "variantListHead", string>>, addStatic?: boolean) => {
|
|
10079
10079
|
classes: {
|
|
10080
10080
|
body: string;
|
|
10081
|
-
footer: string;
|
|
10082
|
-
head: string;
|
|
10083
10081
|
root: string;
|
|
10084
|
-
expanded: string;
|
|
10085
10082
|
selected: string;
|
|
10086
|
-
|
|
10087
|
-
striped: string;
|
|
10083
|
+
head: string;
|
|
10088
10084
|
variantList: string;
|
|
10085
|
+
expanded: string;
|
|
10086
|
+
footer: string;
|
|
10087
|
+
striped: string;
|
|
10088
|
+
hover: string;
|
|
10089
10089
|
variantListHead: string;
|
|
10090
10090
|
};
|
|
10091
10091
|
css: {
|
|
@@ -10095,32 +10095,32 @@ declare const useClasses_88: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
10095
10095
|
cx: (...args: any) => string;
|
|
10096
10096
|
};
|
|
10097
10097
|
|
|
10098
|
-
declare const useClasses_89: (classesProp?: Partial<Record<"body" | "
|
|
10098
|
+
declare const useClasses_89: (classesProp?: Partial<Record<"body" | "root" | "head" | "variantListactions" | "variantListcheckbox" | "variantList" | "footer" | "resizable" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "sorted" | "variantCheckbox" | "variantExpand" | "variantActions" | "variantNone" | "resizing" | "variantListHead", string>>, addStatic?: boolean) => {
|
|
10099
10099
|
classes: {
|
|
10100
10100
|
body: string;
|
|
10101
|
-
footer: string;
|
|
10102
|
-
head: string;
|
|
10103
10101
|
root: string;
|
|
10102
|
+
head: string;
|
|
10103
|
+
variantListactions: string;
|
|
10104
|
+
variantListcheckbox: string;
|
|
10105
|
+
variantList: string;
|
|
10106
|
+
footer: string;
|
|
10104
10107
|
resizable: string;
|
|
10105
|
-
|
|
10108
|
+
alignLeft: string;
|
|
10109
|
+
alignCenter: string;
|
|
10110
|
+
alignRight: string;
|
|
10111
|
+
alignJustify: string;
|
|
10106
10112
|
stickyColumn: string;
|
|
10107
10113
|
stickyColumnMostLeft: string;
|
|
10108
10114
|
stickyColumnLeastRight: string;
|
|
10109
10115
|
groupColumnMostLeft: string;
|
|
10110
10116
|
groupColumnMostRight: string;
|
|
10111
|
-
|
|
10112
|
-
alignLeft: string;
|
|
10113
|
-
alignCenter: string;
|
|
10114
|
-
alignRight: string;
|
|
10115
|
-
alignJustify: string;
|
|
10116
|
-
variantNone: string;
|
|
10117
|
+
sorted: string;
|
|
10117
10118
|
variantCheckbox: string;
|
|
10118
|
-
variantActions: string;
|
|
10119
10119
|
variantExpand: string;
|
|
10120
|
-
|
|
10120
|
+
variantActions: string;
|
|
10121
|
+
variantNone: string;
|
|
10122
|
+
resizing: string;
|
|
10121
10123
|
variantListHead: string;
|
|
10122
|
-
variantListactions: string;
|
|
10123
|
-
variantListcheckbox: string;
|
|
10124
10124
|
};
|
|
10125
10125
|
css: {
|
|
10126
10126
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -10154,10 +10154,10 @@ declare const useClasses_90: (classesProp?: Partial<Record<"root" | "formContain
|
|
|
10154
10154
|
cx: (...args: any) => string;
|
|
10155
10155
|
};
|
|
10156
10156
|
|
|
10157
|
-
declare const useClasses_91: (classesProp?: Partial<Record<"
|
|
10157
|
+
declare const useClasses_91: (classesProp?: Partial<Record<"root" | "section" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
|
|
10158
10158
|
classes: {
|
|
10159
|
-
section: string;
|
|
10160
10159
|
root: string;
|
|
10160
|
+
section: string;
|
|
10161
10161
|
rightSection: string;
|
|
10162
10162
|
leftSection: string;
|
|
10163
10163
|
};
|
|
@@ -10191,14 +10191,14 @@ declare const useClasses_93: (classesProp?: Partial<Record<"root" | "sortDropdow
|
|
|
10191
10191
|
cx: (...args: any) => string;
|
|
10192
10192
|
};
|
|
10193
10193
|
|
|
10194
|
-
declare const useClasses_94: (classesProp?: Partial<Record<"root" | "
|
|
10194
|
+
declare const useClasses_94: (classesProp?: Partial<Record<"root" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected" | "rangeCalendarContainer" | "singleCalendar", string>>, addStatic?: boolean) => {
|
|
10195
10195
|
classes: {
|
|
10196
10196
|
root: string;
|
|
10197
|
-
rangeCalendarContainer: string;
|
|
10198
|
-
singleCalendar: string;
|
|
10199
10197
|
focusSelection: string;
|
|
10200
10198
|
calendarMonthlyCell: string;
|
|
10201
10199
|
calendarMonthlyCellSelected: string;
|
|
10200
|
+
rangeCalendarContainer: string;
|
|
10201
|
+
singleCalendar: string;
|
|
10202
10202
|
};
|
|
10203
10203
|
css: {
|
|
10204
10204
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -10207,14 +10207,14 @@ declare const useClasses_94: (classesProp?: Partial<Record<"root" | "rangeCalend
|
|
|
10207
10207
|
cx: (...args: any) => string;
|
|
10208
10208
|
};
|
|
10209
10209
|
|
|
10210
|
-
declare const useClasses_95: (classesProp?: Partial<Record<"
|
|
10210
|
+
declare const useClasses_95: (classesProp?: Partial<Record<"root" | "inputBorderContainer" | "input" | "headerDate" | "headerDayOfWeek" | "invalid" | "invalidMessageStyling", string>>, addStatic?: boolean) => {
|
|
10211
10211
|
classes: {
|
|
10212
|
-
input: string;
|
|
10213
10212
|
root: string;
|
|
10214
|
-
invalid: string;
|
|
10215
10213
|
inputBorderContainer: string;
|
|
10216
|
-
|
|
10214
|
+
input: string;
|
|
10217
10215
|
headerDate: string;
|
|
10216
|
+
headerDayOfWeek: string;
|
|
10217
|
+
invalid: string;
|
|
10218
10218
|
invalidMessageStyling: string;
|
|
10219
10219
|
};
|
|
10220
10220
|
css: {
|
|
@@ -10263,11 +10263,11 @@ declare const useClasses_98: (classesProp?: Partial<Record<"root" | "hide", stri
|
|
|
10263
10263
|
cx: (...args: any) => string;
|
|
10264
10264
|
};
|
|
10265
10265
|
|
|
10266
|
-
declare const useClasses_99: (classesProp?: Partial<Record<"action" | "
|
|
10266
|
+
declare const useClasses_99: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
|
|
10267
10267
|
classes: {
|
|
10268
10268
|
action: string;
|
|
10269
|
-
noIcon: string;
|
|
10270
10269
|
minimized: string;
|
|
10270
|
+
noIcon: string;
|
|
10271
10271
|
};
|
|
10272
10272
|
css: {
|
|
10273
10273
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -10784,17 +10784,17 @@ export declare const verticalNavigationSliderClasses: {
|
|
|
10784
10784
|
|
|
10785
10785
|
export declare const verticalNavigationTreeClasses: {
|
|
10786
10786
|
root: "HvVerticalNavigationTree-root";
|
|
10787
|
+
listItem: "HvVerticalNavigationTree-listItem";
|
|
10787
10788
|
list: "HvVerticalNavigationTree-list";
|
|
10788
10789
|
popup: "HvVerticalNavigationTree-popup";
|
|
10789
10790
|
collapsed: "HvVerticalNavigationTree-collapsed";
|
|
10790
|
-
listItem: "HvVerticalNavigationTree-listItem";
|
|
10791
10791
|
navigationPopup: "HvVerticalNavigationTree-navigationPopup";
|
|
10792
10792
|
};
|
|
10793
10793
|
|
|
10794
10794
|
export declare const verticalScrollListItemClasses: {
|
|
10795
|
+
root: "HvVerticalScrollListItem-root";
|
|
10795
10796
|
button: "HvVerticalScrollListItem-button";
|
|
10796
10797
|
text: "HvVerticalScrollListItem-text";
|
|
10797
|
-
root: "HvVerticalScrollListItem-root";
|
|
10798
10798
|
notSelected: "HvVerticalScrollListItem-notSelected";
|
|
10799
10799
|
};
|
|
10800
10800
|
|
|
@@ -10802,11 +10802,11 @@ export declare type VisibilitySelectorActions = "previous_month" | "next_month"
|
|
|
10802
10802
|
|
|
10803
10803
|
export declare const warningTextClasses: {
|
|
10804
10804
|
root: "HvWarningText-root";
|
|
10805
|
-
show: "HvWarningText-show";
|
|
10806
|
-
hideText: "HvWarningText-hideText";
|
|
10807
|
-
defaultIcon: "HvWarningText-defaultIcon";
|
|
10808
10805
|
warningText: "HvWarningText-warningText";
|
|
10809
10806
|
topGutter: "HvWarningText-topGutter";
|
|
10807
|
+
defaultIcon: "HvWarningText-defaultIcon";
|
|
10808
|
+
show: "HvWarningText-show";
|
|
10809
|
+
hideText: "HvWarningText-hideText";
|
|
10810
10810
|
topBorder: "HvWarningText-topBorder";
|
|
10811
10811
|
};
|
|
10812
10812
|
|