@hitachivantara/uikit-react-core 5.24.3 → 5.24.4
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/Calendar/Calendar.cjs +12 -10
- package/dist/cjs/components/Calendar/Calendar.cjs.map +1 -1
- package/dist/cjs/components/Calendar/Calendar.styles.cjs +29 -57
- package/dist/cjs/components/Calendar/Calendar.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarHeader/CalendarHeader.cjs +20 -14
- package/dist/cjs/components/Calendar/CalendarHeader/CalendarHeader.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarHeader/CalendarHeader.styles.cjs +55 -82
- package/dist/cjs/components/Calendar/CalendarHeader/CalendarHeader.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.cjs +10 -8
- package/dist/cjs/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.styles.cjs +15 -31
- package/dist/cjs/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.cjs +18 -9
- package/dist/cjs/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.styles.cjs +43 -56
- package/dist/cjs/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/Navigation/Navigation.cjs +22 -11
- package/dist/cjs/components/Calendar/CalendarNavigation/Navigation/Navigation.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/Navigation/Navigation.styles.cjs +31 -77
- package/dist/cjs/components/Calendar/CalendarNavigation/Navigation/Navigation.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.cjs +8 -5
- package/dist/cjs/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.styles.cjs +15 -21
- package/dist/cjs/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/SingleCalendar/CalendarCell.cjs +25 -9
- package/dist/cjs/components/Calendar/SingleCalendar/CalendarCell.cjs.map +1 -1
- package/dist/cjs/components/Calendar/SingleCalendar/CalendarCell.styles.cjs +38 -53
- package/dist/cjs/components/Calendar/SingleCalendar/CalendarCell.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/SingleCalendar/SingleCalendar.cjs +14 -11
- package/dist/cjs/components/Calendar/SingleCalendar/SingleCalendar.cjs.map +1 -1
- package/dist/cjs/components/Calendar/SingleCalendar/SingleCalendar.styles.cjs +64 -63
- package/dist/cjs/components/Calendar/SingleCalendar/SingleCalendar.styles.cjs.map +1 -1
- package/dist/cjs/components/Grid/Grid.cjs +7 -0
- package/dist/cjs/components/Grid/Grid.cjs.map +1 -1
- package/dist/cjs/components/Grid/Grid.styles.cjs +44 -0
- package/dist/cjs/components/Grid/Grid.styles.cjs.map +1 -0
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs +2 -2
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs.map +1 -1
- package/dist/cjs/components/Header/Navigation/Navigation.cjs.map +1 -1
- package/dist/cjs/components/Header/Navigation/useSelectionPath.cjs.map +1 -1
- package/dist/cjs/components/Kpi/Kpi.cjs +27 -24
- package/dist/cjs/components/Kpi/Kpi.cjs.map +1 -1
- package/dist/cjs/components/Kpi/Kpi.styles.cjs +47 -132
- package/dist/cjs/components/Kpi/Kpi.styles.cjs.map +1 -1
- package/dist/cjs/components/Link/Link.cjs +8 -5
- package/dist/cjs/components/Link/Link.cjs.map +1 -1
- package/dist/cjs/components/Link/Link.styles.cjs +15 -16
- package/dist/cjs/components/Link/Link.styles.cjs.map +1 -1
- package/dist/cjs/components/List/List.styles.cjs +1 -1
- package/dist/cjs/components/OverflowTooltip/OverflowTooltip.cjs +13 -8
- package/dist/cjs/components/OverflowTooltip/OverflowTooltip.cjs.map +1 -1
- package/dist/cjs/components/OverflowTooltip/OverflowTooltip.styles.cjs +16 -35
- package/dist/cjs/components/OverflowTooltip/OverflowTooltip.styles.cjs.map +1 -1
- package/dist/cjs/components/Tag/Tag.cjs +42 -27
- package/dist/cjs/components/Tag/Tag.cjs.map +1 -1
- package/dist/cjs/components/Tag/Tag.styles.cjs +90 -139
- package/dist/cjs/components/Tag/Tag.styles.cjs.map +1 -1
- package/dist/cjs/components/TagsInput/TagsInput.cjs +75 -49
- package/dist/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
- package/dist/cjs/components/TagsInput/TagsInput.styles.cjs +171 -328
- package/dist/cjs/components/TagsInput/TagsInput.styles.cjs.map +1 -1
- package/dist/cjs/components/Tooltip/Tooltip.cjs +7 -5
- package/dist/cjs/components/Tooltip/Tooltip.cjs.map +1 -1
- package/dist/cjs/components/Tooltip/Tooltip.styles.cjs +27 -9
- package/dist/cjs/components/Tooltip/Tooltip.styles.cjs.map +1 -1
- package/dist/cjs/index.cjs +18 -18
- package/dist/esm/components/Calendar/Calendar.js +15 -12
- package/dist/esm/components/Calendar/Calendar.js.map +1 -1
- package/dist/esm/components/Calendar/Calendar.styles.js +29 -55
- package/dist/esm/components/Calendar/Calendar.styles.js.map +1 -1
- package/dist/esm/components/Calendar/CalendarHeader/CalendarHeader.js +23 -16
- package/dist/esm/components/Calendar/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/esm/components/Calendar/CalendarHeader/CalendarHeader.styles.js +55 -80
- package/dist/esm/components/Calendar/CalendarHeader/CalendarHeader.styles.js.map +1 -1
- package/dist/esm/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.js +13 -10
- package/dist/esm/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.js.map +1 -1
- package/dist/esm/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.styles.js +15 -29
- package/dist/esm/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.styles.js.map +1 -1
- package/dist/esm/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.js +21 -11
- package/dist/esm/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.js.map +1 -1
- package/dist/esm/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.styles.js +43 -54
- package/dist/esm/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.styles.js.map +1 -1
- package/dist/esm/components/Calendar/CalendarNavigation/Navigation/Navigation.js +25 -13
- package/dist/esm/components/Calendar/CalendarNavigation/Navigation/Navigation.js.map +1 -1
- package/dist/esm/components/Calendar/CalendarNavigation/Navigation/Navigation.styles.js +31 -75
- package/dist/esm/components/Calendar/CalendarNavigation/Navigation/Navigation.styles.js.map +1 -1
- package/dist/esm/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.js +11 -7
- package/dist/esm/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.js.map +1 -1
- package/dist/esm/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.styles.js +15 -19
- package/dist/esm/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.styles.js.map +1 -1
- package/dist/esm/components/Calendar/SingleCalendar/CalendarCell.js +27 -10
- package/dist/esm/components/Calendar/SingleCalendar/CalendarCell.js.map +1 -1
- package/dist/esm/components/Calendar/SingleCalendar/CalendarCell.styles.js +38 -51
- package/dist/esm/components/Calendar/SingleCalendar/CalendarCell.styles.js.map +1 -1
- package/dist/esm/components/Calendar/SingleCalendar/SingleCalendar.js +16 -12
- package/dist/esm/components/Calendar/SingleCalendar/SingleCalendar.js.map +1 -1
- package/dist/esm/components/Calendar/SingleCalendar/SingleCalendar.styles.js +64 -61
- package/dist/esm/components/Calendar/SingleCalendar/SingleCalendar.styles.js.map +1 -1
- package/dist/esm/components/Grid/Grid.js +9 -1
- package/dist/esm/components/Grid/Grid.js.map +1 -1
- package/dist/esm/components/Grid/Grid.styles.js +44 -0
- package/dist/esm/components/Grid/Grid.styles.js.map +1 -0
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js +2 -2
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js.map +1 -1
- package/dist/esm/components/Header/Navigation/Navigation.js.map +1 -1
- package/dist/esm/components/Header/Navigation/useSelectionPath.js.map +1 -1
- package/dist/esm/components/Kpi/Kpi.js +30 -26
- package/dist/esm/components/Kpi/Kpi.js.map +1 -1
- package/dist/esm/components/Kpi/Kpi.styles.js +47 -130
- package/dist/esm/components/Kpi/Kpi.styles.js.map +1 -1
- package/dist/esm/components/Link/Link.js +11 -7
- package/dist/esm/components/Link/Link.js.map +1 -1
- package/dist/esm/components/Link/Link.styles.js +15 -14
- package/dist/esm/components/Link/Link.styles.js.map +1 -1
- package/dist/esm/components/List/List.styles.js +1 -1
- package/dist/esm/components/OverflowTooltip/OverflowTooltip.js +16 -10
- package/dist/esm/components/OverflowTooltip/OverflowTooltip.js.map +1 -1
- package/dist/esm/components/OverflowTooltip/OverflowTooltip.styles.js +16 -33
- package/dist/esm/components/OverflowTooltip/OverflowTooltip.styles.js.map +1 -1
- package/dist/esm/components/Tag/Tag.js +43 -29
- package/dist/esm/components/Tag/Tag.js.map +1 -1
- package/dist/esm/components/Tag/Tag.styles.js +90 -136
- package/dist/esm/components/Tag/Tag.styles.js.map +1 -1
- package/dist/esm/components/TagsInput/TagsInput.js +78 -51
- package/dist/esm/components/TagsInput/TagsInput.js.map +1 -1
- package/dist/esm/components/TagsInput/TagsInput.styles.js +172 -327
- package/dist/esm/components/TagsInput/TagsInput.styles.js.map +1 -1
- package/dist/esm/components/Tooltip/Tooltip.js +10 -7
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/components/Tooltip/Tooltip.styles.js +28 -10
- package/dist/esm/components/Tooltip/Tooltip.styles.js.map +1 -1
- package/dist/esm/index.js +178 -178
- package/dist/types/index.d.ts +689 -638
- package/package.json +2 -2
- package/dist/cjs/components/Calendar/CalendarHeader/calendarHeaderClasses.cjs +0 -8
- package/dist/cjs/components/Calendar/CalendarHeader/calendarHeaderClasses.cjs.map +0 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/ComposedNavigation/composedNavigationClasses.cjs +0 -8
- package/dist/cjs/components/Calendar/CalendarNavigation/ComposedNavigation/composedNavigationClasses.cjs.map +0 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/MonthSelector/monthSelectorClasses.cjs +0 -8
- package/dist/cjs/components/Calendar/CalendarNavigation/MonthSelector/monthSelectorClasses.cjs.map +0 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/Navigation/navigationClasses.cjs +0 -8
- package/dist/cjs/components/Calendar/CalendarNavigation/Navigation/navigationClasses.cjs.map +0 -1
- package/dist/cjs/components/Calendar/CalendarWeekLabels/calendarWeekLabelsClasses.cjs +0 -8
- package/dist/cjs/components/Calendar/CalendarWeekLabels/calendarWeekLabelsClasses.cjs.map +0 -1
- package/dist/cjs/components/Calendar/SingleCalendar/calendarCellClasses.cjs +0 -8
- package/dist/cjs/components/Calendar/SingleCalendar/calendarCellClasses.cjs.map +0 -1
- package/dist/cjs/components/Calendar/SingleCalendar/singleCalendarClasses.cjs +0 -8
- package/dist/cjs/components/Calendar/SingleCalendar/singleCalendarClasses.cjs.map +0 -1
- package/dist/cjs/components/Calendar/calendarClasses.cjs +0 -8
- package/dist/cjs/components/Calendar/calendarClasses.cjs.map +0 -1
- package/dist/cjs/components/Grid/gridClasses.cjs +0 -8
- package/dist/cjs/components/Grid/gridClasses.cjs.map +0 -1
- package/dist/cjs/components/Kpi/kpiClasses.cjs +0 -8
- package/dist/cjs/components/Kpi/kpiClasses.cjs.map +0 -1
- package/dist/cjs/components/Link/linkClasses.cjs +0 -8
- package/dist/cjs/components/Link/linkClasses.cjs.map +0 -1
- package/dist/cjs/components/OverflowTooltip/overflowTooltipClasses.cjs +0 -8
- package/dist/cjs/components/OverflowTooltip/overflowTooltipClasses.cjs.map +0 -1
- package/dist/cjs/components/Tag/tagClasses.cjs +0 -8
- package/dist/cjs/components/Tag/tagClasses.cjs.map +0 -1
- package/dist/cjs/components/TagsInput/tagsInputClasses.cjs +0 -8
- package/dist/cjs/components/TagsInput/tagsInputClasses.cjs.map +0 -1
- package/dist/cjs/components/Tooltip/tooltipClasses.cjs +0 -8
- package/dist/cjs/components/Tooltip/tooltipClasses.cjs.map +0 -1
- package/dist/esm/components/Calendar/CalendarHeader/calendarHeaderClasses.js +0 -8
- package/dist/esm/components/Calendar/CalendarHeader/calendarHeaderClasses.js.map +0 -1
- package/dist/esm/components/Calendar/CalendarNavigation/ComposedNavigation/composedNavigationClasses.js +0 -8
- package/dist/esm/components/Calendar/CalendarNavigation/ComposedNavigation/composedNavigationClasses.js.map +0 -1
- package/dist/esm/components/Calendar/CalendarNavigation/MonthSelector/monthSelectorClasses.js +0 -8
- package/dist/esm/components/Calendar/CalendarNavigation/MonthSelector/monthSelectorClasses.js.map +0 -1
- package/dist/esm/components/Calendar/CalendarNavigation/Navigation/navigationClasses.js +0 -8
- package/dist/esm/components/Calendar/CalendarNavigation/Navigation/navigationClasses.js.map +0 -1
- package/dist/esm/components/Calendar/CalendarWeekLabels/calendarWeekLabelsClasses.js +0 -8
- package/dist/esm/components/Calendar/CalendarWeekLabels/calendarWeekLabelsClasses.js.map +0 -1
- package/dist/esm/components/Calendar/SingleCalendar/calendarCellClasses.js +0 -8
- package/dist/esm/components/Calendar/SingleCalendar/calendarCellClasses.js.map +0 -1
- package/dist/esm/components/Calendar/SingleCalendar/singleCalendarClasses.js +0 -8
- package/dist/esm/components/Calendar/SingleCalendar/singleCalendarClasses.js.map +0 -1
- package/dist/esm/components/Calendar/calendarClasses.js +0 -8
- package/dist/esm/components/Calendar/calendarClasses.js.map +0 -1
- package/dist/esm/components/Grid/gridClasses.js +0 -8
- package/dist/esm/components/Grid/gridClasses.js.map +0 -1
- package/dist/esm/components/Kpi/kpiClasses.js +0 -8
- package/dist/esm/components/Kpi/kpiClasses.js.map +0 -1
- package/dist/esm/components/Link/linkClasses.js +0 -8
- package/dist/esm/components/Link/linkClasses.js.map +0 -1
- package/dist/esm/components/OverflowTooltip/overflowTooltipClasses.js +0 -8
- package/dist/esm/components/OverflowTooltip/overflowTooltipClasses.js.map +0 -1
- package/dist/esm/components/Tag/tagClasses.js +0 -8
- package/dist/esm/components/Tag/tagClasses.js.map +0 -1
- package/dist/esm/components/TagsInput/tagsInputClasses.js +0 -8
- package/dist/esm/components/TagsInput/tagsInputClasses.js.map +0 -1
- package/dist/esm/components/Tooltip/tooltipClasses.js +0 -8
- package/dist/esm/components/Tooltip/tooltipClasses.js.map +0 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -152,9 +152,9 @@ declare type Accessor<D extends object> = (originalRow: D, index: number, sub: {
|
|
|
152
152
|
export declare const accordionClasses: {
|
|
153
153
|
hidden: "HvAccordion-hidden";
|
|
154
154
|
label: "HvAccordion-label";
|
|
155
|
+
root: "HvAccordion-root";
|
|
155
156
|
container: "HvAccordion-container";
|
|
156
157
|
disabled: "HvAccordion-disabled";
|
|
157
|
-
root: "HvAccordion-root";
|
|
158
158
|
};
|
|
159
159
|
|
|
160
160
|
export declare const actionBarClasses: {
|
|
@@ -168,8 +168,8 @@ export declare const actionClasses: {
|
|
|
168
168
|
};
|
|
169
169
|
|
|
170
170
|
export declare const actionsClasses: {
|
|
171
|
-
hide: "HvVerticalNavigationActions-hide";
|
|
172
171
|
root: "HvVerticalNavigationActions-root";
|
|
172
|
+
hide: "HvVerticalNavigationActions-hide";
|
|
173
173
|
};
|
|
174
174
|
|
|
175
175
|
export declare const actionsGenericClasses: {
|
|
@@ -182,8 +182,8 @@ export declare const actionsGenericClasses: {
|
|
|
182
182
|
};
|
|
183
183
|
|
|
184
184
|
export declare const adornmentClasses: {
|
|
185
|
-
icon: "HvAdornment-icon";
|
|
186
185
|
root: "HvAdornment-root";
|
|
186
|
+
icon: "HvAdornment-icon";
|
|
187
187
|
adornment: "HvAdornment-adornment";
|
|
188
188
|
adornmentButton: "HvAdornment-adornmentButton";
|
|
189
189
|
adornmentIcon: "HvAdornment-adornmentIcon";
|
|
@@ -192,10 +192,10 @@ export declare const adornmentClasses: {
|
|
|
192
192
|
|
|
193
193
|
export declare const appSwitcherActionClasses: {
|
|
194
194
|
title: "HvAppSwitcher-Action-title";
|
|
195
|
+
root: "HvAppSwitcher-Action-root";
|
|
195
196
|
typography: "HvAppSwitcher-Action-typography";
|
|
196
197
|
icon: "HvAppSwitcher-Action-icon";
|
|
197
198
|
disabled: "HvAppSwitcher-Action-disabled";
|
|
198
|
-
root: "HvAppSwitcher-Action-root";
|
|
199
199
|
selected: "HvAppSwitcher-Action-selected";
|
|
200
200
|
iconUrl: "HvAppSwitcher-Action-iconUrl";
|
|
201
201
|
iconInfo: "HvAppSwitcher-Action-iconInfo";
|
|
@@ -204,8 +204,8 @@ export declare const appSwitcherActionClasses: {
|
|
|
204
204
|
export declare const appSwitcherClasses: {
|
|
205
205
|
title: "HvAppSwitcher-title";
|
|
206
206
|
open: "HvAppSwitcher-open";
|
|
207
|
-
single: "HvAppSwitcher-single";
|
|
208
207
|
root: "HvAppSwitcher-root";
|
|
208
|
+
single: "HvAppSwitcher-single";
|
|
209
209
|
item: "HvAppSwitcher-item";
|
|
210
210
|
itemSelected: "HvAppSwitcher-itemSelected";
|
|
211
211
|
itemDisabled: "HvAppSwitcher-itemDisabled";
|
|
@@ -236,10 +236,10 @@ declare interface Attribute extends Record<string, unknown> {
|
|
|
236
236
|
|
|
237
237
|
export declare const avatarClasses: {
|
|
238
238
|
img: "HvAvatar-img";
|
|
239
|
-
|
|
239
|
+
root: "HvAvatar-root";
|
|
240
240
|
container: "HvAvatar-container";
|
|
241
|
+
status: "HvAvatar-status";
|
|
241
242
|
square: "HvAvatar-square";
|
|
242
|
-
root: "HvAvatar-root";
|
|
243
243
|
xs: "HvAvatar-xs";
|
|
244
244
|
sm: "HvAvatar-sm";
|
|
245
245
|
md: "HvAvatar-md";
|
|
@@ -270,8 +270,8 @@ export declare const bannerClasses: {
|
|
|
270
270
|
};
|
|
271
271
|
|
|
272
272
|
export declare const bannerContentClasses: {
|
|
273
|
-
default: "HvBannerContent-default";
|
|
274
273
|
root: "HvBannerContent-root";
|
|
274
|
+
default: "HvBannerContent-default";
|
|
275
275
|
warning: "HvBannerContent-warning";
|
|
276
276
|
action: "HvBannerContent-action";
|
|
277
277
|
error: "HvBannerContent-error";
|
|
@@ -282,9 +282,9 @@ export declare const bannerContentClasses: {
|
|
|
282
282
|
};
|
|
283
283
|
|
|
284
284
|
export declare const baseCheckBoxClasses: {
|
|
285
|
+
root: "HvBaseCheckBox-root";
|
|
285
286
|
icon: "HvBaseCheckBox-icon";
|
|
286
287
|
disabled: "HvBaseCheckBox-disabled";
|
|
287
|
-
root: "HvBaseCheckBox-root";
|
|
288
288
|
focusVisible: "HvBaseCheckBox-focusVisible";
|
|
289
289
|
};
|
|
290
290
|
|
|
@@ -293,8 +293,8 @@ export declare const baseDropdownClasses: {
|
|
|
293
293
|
arrow: "HvBaseDropdown-arrow";
|
|
294
294
|
anchor: "HvBaseDropdown-anchor";
|
|
295
295
|
header: "HvBaseDropdown-header";
|
|
296
|
-
container: "HvBaseDropdown-container";
|
|
297
296
|
root: "HvBaseDropdown-root";
|
|
297
|
+
container: "HvBaseDropdown-container";
|
|
298
298
|
rootDisabled: "HvBaseDropdown-rootDisabled";
|
|
299
299
|
headerOpen: "HvBaseDropdown-headerOpen";
|
|
300
300
|
headerOpenUp: "HvBaseDropdown-headerOpenUp";
|
|
@@ -316,8 +316,8 @@ export declare const baseDropdownClasses: {
|
|
|
316
316
|
|
|
317
317
|
export declare const baseInputClasses: {
|
|
318
318
|
input: "HvBaseInput-input";
|
|
319
|
-
disabled: "HvBaseInput-disabled";
|
|
320
319
|
root: "HvBaseInput-root";
|
|
320
|
+
disabled: "HvBaseInput-disabled";
|
|
321
321
|
readOnly: "HvBaseInput-readOnly";
|
|
322
322
|
invalid: "HvBaseInput-invalid";
|
|
323
323
|
resizable: "HvBaseInput-resizable";
|
|
@@ -334,17 +334,17 @@ export declare const baseInputClasses: {
|
|
|
334
334
|
};
|
|
335
335
|
|
|
336
336
|
export declare const baseRadioClasses: {
|
|
337
|
+
root: "HvBaseRadio-root";
|
|
337
338
|
icon: "HvBaseRadio-icon";
|
|
338
339
|
disabled: "HvBaseRadio-disabled";
|
|
339
|
-
root: "HvBaseRadio-root";
|
|
340
340
|
focusVisible: "HvBaseRadio-focusVisible";
|
|
341
341
|
};
|
|
342
342
|
|
|
343
343
|
export declare const baseSwitchClasses: {
|
|
344
344
|
track: "HvBaseSwitch-track";
|
|
345
345
|
switch: "HvBaseSwitch-switch";
|
|
346
|
-
disabled: "HvBaseSwitch-disabled";
|
|
347
346
|
root: "HvBaseSwitch-root";
|
|
347
|
+
disabled: "HvBaseSwitch-disabled";
|
|
348
348
|
checked: "HvBaseSwitch-checked";
|
|
349
349
|
readOnly: "HvBaseSwitch-readOnly";
|
|
350
350
|
focusVisible: "HvBaseSwitch-focusVisible";
|
|
@@ -394,9 +394,9 @@ export declare const bulkActionsClasses: {
|
|
|
394
394
|
};
|
|
395
395
|
|
|
396
396
|
export declare const buttonClasses: {
|
|
397
|
+
root: "HvButton-root";
|
|
397
398
|
icon: "HvButton-icon";
|
|
398
399
|
disabled: "HvButton-disabled";
|
|
399
|
-
root: "HvButton-root";
|
|
400
400
|
startIcon: "HvButton-startIcon";
|
|
401
401
|
endIcon: "HvButton-endIcon";
|
|
402
402
|
focusVisible: "HvButton-focusVisible";
|
|
@@ -428,8 +428,8 @@ export declare const calendarHeaderClasses: {
|
|
|
428
428
|
};
|
|
429
429
|
|
|
430
430
|
export declare const cardClasses: {
|
|
431
|
-
icon: "HvCard-icon";
|
|
432
431
|
root: "HvCard-root";
|
|
432
|
+
icon: "HvCard-icon";
|
|
433
433
|
selected: "HvCard-selected";
|
|
434
434
|
selectable: "HvCard-selectable";
|
|
435
435
|
semanticContainer: "HvCard-semanticContainer";
|
|
@@ -457,8 +457,8 @@ export declare const cardMediaClasses: {
|
|
|
457
457
|
export declare const carouselClasses: {
|
|
458
458
|
title: "HvCarousel-title";
|
|
459
459
|
main: "HvCarousel-main";
|
|
460
|
-
dot: "HvCarousel-dot";
|
|
461
460
|
root: "HvCarousel-root";
|
|
461
|
+
dot: "HvCarousel-dot";
|
|
462
462
|
controls: "HvCarousel-controls";
|
|
463
463
|
xs: "HvCarousel-xs";
|
|
464
464
|
actions: "HvCarousel-actions";
|
|
@@ -503,10 +503,10 @@ export declare const charCounterClasses: {
|
|
|
503
503
|
|
|
504
504
|
export declare const checkBoxClasses: {
|
|
505
505
|
label: "HvCheckBox-label";
|
|
506
|
-
|
|
506
|
+
root: "HvCheckBox-root";
|
|
507
507
|
container: "HvCheckBox-container";
|
|
508
|
+
checkbox: "HvCheckBox-checkbox";
|
|
508
509
|
disabled: "HvCheckBox-disabled";
|
|
509
|
-
root: "HvCheckBox-root";
|
|
510
510
|
focusVisible: "HvCheckBox-focusVisible";
|
|
511
511
|
invalidContainer: "HvCheckBox-invalidContainer";
|
|
512
512
|
invalidCheckbox: "HvCheckBox-invalidCheckbox";
|
|
@@ -514,10 +514,10 @@ export declare const checkBoxClasses: {
|
|
|
514
514
|
|
|
515
515
|
export declare const checkBoxGroupClasses: {
|
|
516
516
|
label: "HvCheckBoxGroup-label";
|
|
517
|
+
root: "HvCheckBoxGroup-root";
|
|
517
518
|
group: "HvCheckBoxGroup-group";
|
|
518
519
|
horizontal: "HvCheckBoxGroup-horizontal";
|
|
519
520
|
vertical: "HvCheckBoxGroup-vertical";
|
|
520
|
-
root: "HvCheckBoxGroup-root";
|
|
521
521
|
error: "HvCheckBoxGroup-error";
|
|
522
522
|
invalid: "HvCheckBoxGroup-invalid";
|
|
523
523
|
selectAll: "HvCheckBoxGroup-selectAll";
|
|
@@ -582,8 +582,8 @@ export declare const createTheme: (props: HvCreateThemeProps) => HvTheme | HvThe
|
|
|
582
582
|
|
|
583
583
|
export declare const datePickerClasses: {
|
|
584
584
|
label: "HvDatePicker-label";
|
|
585
|
-
icon: "HvDatePicker-icon";
|
|
586
585
|
root: "HvDatePicker-root";
|
|
586
|
+
icon: "HvDatePicker-icon";
|
|
587
587
|
dropdown: "HvDatePicker-dropdown";
|
|
588
588
|
action: "HvDatePicker-action";
|
|
589
589
|
error: "HvDatePicker-error";
|
|
@@ -653,8 +653,8 @@ export declare const dialogActionClasses: {
|
|
|
653
653
|
};
|
|
654
654
|
|
|
655
655
|
export declare const dialogClasses: {
|
|
656
|
-
background: "HvDialog-background";
|
|
657
656
|
root: "HvDialog-root";
|
|
657
|
+
background: "HvDialog-background";
|
|
658
658
|
warning: "HvDialog-warning";
|
|
659
659
|
error: "HvDialog-error";
|
|
660
660
|
success: "HvDialog-success";
|
|
@@ -685,16 +685,16 @@ export declare const dialogTitleClasses: {
|
|
|
685
685
|
};
|
|
686
686
|
|
|
687
687
|
export declare const dotPaginationClasses: {
|
|
688
|
+
root: "HvDotPagination-root";
|
|
688
689
|
radio: "HvDotPagination-radio";
|
|
689
690
|
horizontal: "HvDotPagination-horizontal";
|
|
690
691
|
icon: "HvDotPagination-icon";
|
|
691
|
-
root: "HvDotPagination-root";
|
|
692
692
|
radioRoot: "HvDotPagination-radioRoot";
|
|
693
693
|
};
|
|
694
694
|
|
|
695
695
|
export declare const drawerClasses: {
|
|
696
|
-
background: "HvDrawer-background";
|
|
697
696
|
root: "HvDrawer-root";
|
|
697
|
+
background: "HvDrawer-background";
|
|
698
698
|
closeButton: "HvDrawer-closeButton";
|
|
699
699
|
paper: "HvDrawer-paper";
|
|
700
700
|
};
|
|
@@ -717,9 +717,9 @@ export declare const dropdownClasses: {
|
|
|
717
717
|
};
|
|
718
718
|
|
|
719
719
|
export declare const dropDownMenuClasses: {
|
|
720
|
+
root: "HvDropDownMenu-root";
|
|
720
721
|
container: "HvDropDownMenu-container";
|
|
721
722
|
icon: "HvDropDownMenu-icon";
|
|
722
|
-
root: "HvDropDownMenu-root";
|
|
723
723
|
baseContainer: "HvDropDownMenu-baseContainer";
|
|
724
724
|
iconSelected: "HvDropDownMenu-iconSelected";
|
|
725
725
|
menuListRoot: "HvDropDownMenu-menuListRoot";
|
|
@@ -733,8 +733,8 @@ export { ds5 }
|
|
|
733
733
|
export { EmotionContext }
|
|
734
734
|
|
|
735
735
|
export declare const emptyStateClasses: {
|
|
736
|
-
container: "HvEmptyState-container";
|
|
737
736
|
root: "HvEmptyState-root";
|
|
737
|
+
container: "HvEmptyState-container";
|
|
738
738
|
actionContainer: "HvEmptyState-actionContainer";
|
|
739
739
|
containerMessageOnly: "HvEmptyState-containerMessageOnly";
|
|
740
740
|
iconContainer: "HvEmptyState-iconContainer";
|
|
@@ -749,9 +749,9 @@ export declare type ExtractNames<T extends (...args: any) => {
|
|
|
749
749
|
}> = Partial<ReturnType<T>["classes"]>;
|
|
750
750
|
|
|
751
751
|
export declare const fileClasses: {
|
|
752
|
+
root: "HvFile-root";
|
|
752
753
|
progressbar: "HvFile-progressbar";
|
|
753
754
|
icon: "HvFile-icon";
|
|
754
|
-
root: "HvFile-root";
|
|
755
755
|
removeButton: "HvFile-removeButton";
|
|
756
756
|
fail: "HvFile-fail";
|
|
757
757
|
progressbarBack: "HvFile-progressbarBack";
|
|
@@ -802,8 +802,8 @@ export declare const findDescriptors: (children: any, descriptors?: {
|
|
|
802
802
|
};
|
|
803
803
|
|
|
804
804
|
export declare const focusClasses: {
|
|
805
|
-
disabled: "HvFocus-disabled";
|
|
806
805
|
root: "HvFocus-root";
|
|
806
|
+
disabled: "HvFocus-disabled";
|
|
807
807
|
selected: "HvFocus-selected";
|
|
808
808
|
focus: "HvFocus-focus";
|
|
809
809
|
focused: "HvFocus-focused";
|
|
@@ -814,8 +814,8 @@ export declare const focusClasses: {
|
|
|
814
814
|
|
|
815
815
|
export declare const footerClasses: {
|
|
816
816
|
small: "HvFooter-small";
|
|
817
|
-
separator: "HvFooter-separator";
|
|
818
817
|
root: "HvFooter-root";
|
|
818
|
+
separator: "HvFooter-separator";
|
|
819
819
|
name: "HvFooter-name";
|
|
820
820
|
rightContainer: "HvFooter-rightContainer";
|
|
821
821
|
copyright: "HvFooter-copyright";
|
|
@@ -913,11 +913,12 @@ export declare const globalActionsClasses: {
|
|
|
913
913
|
};
|
|
914
914
|
|
|
915
915
|
export declare const gridClasses: {
|
|
916
|
-
container: "HvGrid-container";
|
|
917
916
|
root: "HvGrid-root";
|
|
917
|
+
container: "HvGrid-container";
|
|
918
918
|
item: "HvGrid-item";
|
|
919
919
|
zeroMinWidth: "HvGrid-zeroMinWidth";
|
|
920
920
|
"direction-xs-column": "HvGrid-direction-xs-column";
|
|
921
|
+
"direction-xs-reverse": "HvGrid-direction-xs-reverse";
|
|
921
922
|
"direction-xs-row-reverse": "HvGrid-direction-xs-row-reverse";
|
|
922
923
|
"wrap-xs-nowrap": "HvGrid-wrap-xs-nowrap";
|
|
923
924
|
"wrap-xs-wrap-reverse": "HvGrid-wrap-xs-wrap-reverse";
|
|
@@ -945,7 +946,6 @@ export declare const gridClasses: {
|
|
|
945
946
|
"grid-xs-10": "HvGrid-grid-xs-10";
|
|
946
947
|
"grid-xs-11": "HvGrid-grid-xs-11";
|
|
947
948
|
"grid-xs-12": "HvGrid-grid-xs-12";
|
|
948
|
-
"direction-xs-reverse": "HvGrid-direction-xs-reverse";
|
|
949
949
|
};
|
|
950
950
|
|
|
951
951
|
export declare const headerActionsClasses: {
|
|
@@ -953,14 +953,14 @@ export declare const headerActionsClasses: {
|
|
|
953
953
|
};
|
|
954
954
|
|
|
955
955
|
export declare const headerBrandClasses: {
|
|
956
|
-
separator: "HvHeader-Brand-separator";
|
|
957
956
|
root: "HvHeader-Brand-root";
|
|
957
|
+
separator: "HvHeader-Brand-separator";
|
|
958
958
|
};
|
|
959
959
|
|
|
960
960
|
export declare const headerClasses: {
|
|
961
961
|
header: "HvHeader-header";
|
|
962
|
-
backgroundColor: "HvHeader-backgroundColor";
|
|
963
962
|
root: "HvHeader-root";
|
|
963
|
+
backgroundColor: "HvHeader-backgroundColor";
|
|
964
964
|
};
|
|
965
965
|
|
|
966
966
|
export declare const headerNavigationClasses: {
|
|
@@ -1047,7 +1047,7 @@ export declare interface HvActionBarProps extends HvBaseProps {
|
|
|
1047
1047
|
classes?: HvActionBarClasses;
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
|
-
declare type HvActionContainerClasses = ExtractNames<typeof
|
|
1050
|
+
declare type HvActionContainerClasses = ExtractNames<typeof useClasses_69>;
|
|
1051
1051
|
|
|
1052
1052
|
declare interface HvActionContainerProps extends HvBaseProps<HTMLButtonElement> {
|
|
1053
1053
|
/** onClose function. */
|
|
@@ -1071,7 +1071,7 @@ export declare interface HvActionGeneric {
|
|
|
1071
1071
|
|
|
1072
1072
|
export declare const HvActionsGeneric: (props: HvActionsGenericProps) => JSX_2.Element | null;
|
|
1073
1073
|
|
|
1074
|
-
export declare type HvActionsGenericClasses = ExtractNames<typeof
|
|
1074
|
+
export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_65>;
|
|
1075
1075
|
|
|
1076
1076
|
export declare interface HvActionsGenericProps extends HvBaseProps {
|
|
1077
1077
|
/** Button category. */
|
|
@@ -1143,7 +1143,7 @@ export declare interface HvAppSwitcherActionApplication {
|
|
|
1143
1143
|
color?: string;
|
|
1144
1144
|
}
|
|
1145
1145
|
|
|
1146
|
-
export declare type HvAppSwitcherActionClasses = ExtractNames<typeof
|
|
1146
|
+
export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_51>;
|
|
1147
1147
|
|
|
1148
1148
|
export declare interface HvAppSwitcherActionProps extends HvBaseProps {
|
|
1149
1149
|
/** The application data to be used to render the Action object. */
|
|
@@ -1156,7 +1156,7 @@ export declare interface HvAppSwitcherActionProps extends HvBaseProps {
|
|
|
1156
1156
|
classes?: HvAppSwitcherActionClasses;
|
|
1157
1157
|
}
|
|
1158
1158
|
|
|
1159
|
-
export declare type HvAppSwitcherClasses = ExtractNames<typeof
|
|
1159
|
+
export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_50>;
|
|
1160
1160
|
|
|
1161
1161
|
export declare interface HvAppSwitcherProps extends HvBaseProps {
|
|
1162
1162
|
/** Number of columns to render. One, two, or whatever fits the component's width. */
|
|
@@ -1285,11 +1285,11 @@ export declare const HvBanner: (props: HvBannerProps) => JSX_2.Element;
|
|
|
1285
1285
|
|
|
1286
1286
|
export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
|
|
1287
1287
|
|
|
1288
|
-
export declare type HvBannerClasses = ExtractNames<typeof
|
|
1288
|
+
export declare type HvBannerClasses = ExtractNames<typeof useClasses_68>;
|
|
1289
1289
|
|
|
1290
1290
|
export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1291
1291
|
|
|
1292
|
-
export declare type HvBannerContentClasses = ExtractNames<typeof
|
|
1292
|
+
export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_70>;
|
|
1293
1293
|
|
|
1294
1294
|
export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose">, HvBaseProps {
|
|
1295
1295
|
/** The message to display. */
|
|
@@ -1357,7 +1357,7 @@ export declare type HvBannerVariant = "success" | "warning" | "error" | "default
|
|
|
1357
1357
|
*/
|
|
1358
1358
|
export declare const HvBaseCheckBox: (props: HvBaseCheckBoxProps) => JSX_2.Element;
|
|
1359
1359
|
|
|
1360
|
-
export declare type HvBaseCheckBoxClasses = ExtractNames<typeof
|
|
1360
|
+
export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_48>;
|
|
1361
1361
|
|
|
1362
1362
|
export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChange" | "classes">, HvBaseProps<HTMLButtonElement, "onChange" | "color"> {
|
|
1363
1363
|
/**
|
|
@@ -1568,7 +1568,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
|
|
|
1568
1568
|
*/
|
|
1569
1569
|
export declare const HvBaseRadio: (props: HvBaseRadioProps) => JSX_2.Element;
|
|
1570
1570
|
|
|
1571
|
-
export declare type HvBaseRadioClasses = ExtractNames<typeof
|
|
1571
|
+
export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_49>;
|
|
1572
1572
|
|
|
1573
1573
|
export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" | "classes">, HvBaseProps<HTMLButtonElement, "onChange" | "color"> {
|
|
1574
1574
|
/**
|
|
@@ -1646,7 +1646,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
|
|
|
1646
1646
|
*/
|
|
1647
1647
|
export declare const HvBaseSwitch: (props: HvBaseSwitchProps) => JSX_2.Element;
|
|
1648
1648
|
|
|
1649
|
-
export declare type HvBaseSwitchClasses = ExtractNames<typeof
|
|
1649
|
+
export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_52>;
|
|
1650
1650
|
|
|
1651
1651
|
export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange" | "classes">, HvBaseProps<HTMLButtonElement, "onChange" | "color"> {
|
|
1652
1652
|
/**
|
|
@@ -1736,7 +1736,7 @@ export declare type HvBoxProps = <C extends React.ElementType = "div">(props: Hv
|
|
|
1736
1736
|
*/
|
|
1737
1737
|
export declare const HvBreadCrumb: (props: HvBreadCrumbProps) => JSX_2.Element;
|
|
1738
1738
|
|
|
1739
|
-
export declare type HvBreadCrumbClasses = ExtractNames<typeof
|
|
1739
|
+
export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_66>;
|
|
1740
1740
|
|
|
1741
1741
|
export declare interface HvBreadCrumbPathElement extends Record<string, any> {
|
|
1742
1742
|
label: string;
|
|
@@ -1768,7 +1768,7 @@ export declare type HvBreakpoints = "xs" | "sm" | "md" | "lg" | "xl";
|
|
|
1768
1768
|
*/
|
|
1769
1769
|
export declare const HvBulkActions: (props: HvBulkActionsProps) => JSX_2.Element;
|
|
1770
1770
|
|
|
1771
|
-
export declare type HvBulkActionsClasses = ExtractNames<typeof
|
|
1771
|
+
export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_74>;
|
|
1772
1772
|
|
|
1773
1773
|
export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTAbleBulkActionsProps>;
|
|
1774
1774
|
|
|
@@ -1877,29 +1877,14 @@ export declare type HvButtonVariant = (typeof buttonVariant)[number];
|
|
|
1877
1877
|
|
|
1878
1878
|
export declare const HvCalendar: (props: HvCalendarProps) => JSX_2.Element;
|
|
1879
1879
|
|
|
1880
|
-
export declare
|
|
1881
|
-
root?: string;
|
|
1882
|
-
rangeCalendarContainer?: string;
|
|
1883
|
-
singleCalendar?: string;
|
|
1884
|
-
focusSelection?: string;
|
|
1885
|
-
calendarMonthlyCell?: string;
|
|
1886
|
-
calendarMonthlyCellSelected?: string;
|
|
1887
|
-
}
|
|
1880
|
+
export declare type HvCalendarClasses = ExtractNames<typeof useClasses_89>;
|
|
1888
1881
|
|
|
1889
1882
|
export declare const HvCalendarHeader: {
|
|
1890
|
-
({ id, value, locale, classes, onChange, showEndDate, showDayOfWeek, onFocus, invalidDateLabel, ...others }: HvCalendarHeaderProps): JSX_2.Element;
|
|
1883
|
+
({ id, value, locale, classes: classesProp, onChange, showEndDate, showDayOfWeek, onFocus, invalidDateLabel, ...others }: HvCalendarHeaderProps): JSX_2.Element;
|
|
1891
1884
|
formElementType: string;
|
|
1892
1885
|
};
|
|
1893
1886
|
|
|
1894
|
-
export declare
|
|
1895
|
-
root?: string;
|
|
1896
|
-
invalid?: string;
|
|
1897
|
-
headerDayOfWeek?: string;
|
|
1898
|
-
headerDate?: string;
|
|
1899
|
-
input?: string;
|
|
1900
|
-
inputBorderContainer?: string;
|
|
1901
|
-
invalidMessageStyling?: string;
|
|
1902
|
-
}
|
|
1887
|
+
export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_90>;
|
|
1903
1888
|
|
|
1904
1889
|
export declare interface HvCalendarHeaderProps {
|
|
1905
1890
|
/**
|
|
@@ -2094,13 +2079,13 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2094
2079
|
*/
|
|
2095
2080
|
export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
|
|
2096
2081
|
|
|
2097
|
-
export declare type HvCarouselClasses = ExtractNames<typeof
|
|
2082
|
+
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_102>;
|
|
2098
2083
|
|
|
2099
2084
|
export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_2.Element;
|
|
2100
2085
|
|
|
2101
2086
|
declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2102
2087
|
showDots?: boolean;
|
|
2103
|
-
classes?: ExtractNames<typeof
|
|
2088
|
+
classes?: ExtractNames<typeof useClasses_102>;
|
|
2104
2089
|
actions?: ReactNode;
|
|
2105
2090
|
onPreviousClick?: MouseEventHandler<HTMLButtonElement>;
|
|
2106
2091
|
onNextClick?: MouseEventHandler<HTMLButtonElement>;
|
|
@@ -2147,7 +2132,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2147
2132
|
*/
|
|
2148
2133
|
export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
|
|
2149
2134
|
|
|
2150
|
-
export declare type HvCarouselSlideClasses = ExtractNames<typeof
|
|
2135
|
+
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_103>;
|
|
2151
2136
|
|
|
2152
2137
|
export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
2153
2138
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -2162,7 +2147,7 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
|
|
|
2162
2147
|
|
|
2163
2148
|
declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2164
2149
|
width?: CSSProperties["width"];
|
|
2165
|
-
classes?: ExtractNames<typeof
|
|
2150
|
+
classes?: ExtractNames<typeof useClasses_102>;
|
|
2166
2151
|
onThumbnailClick?: (event: MouseEvent_2<HTMLButtonElement>, index: number) => void;
|
|
2167
2152
|
thumbnailProps?: Partial<HvButtonProps>;
|
|
2168
2153
|
showDots?: boolean;
|
|
@@ -2224,14 +2209,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
|
|
|
2224
2209
|
*/
|
|
2225
2210
|
export declare const HvCheckBox: (props: HvCheckBoxProps) => JSX_2.Element;
|
|
2226
2211
|
|
|
2227
|
-
export declare type HvCheckBoxClasses = ExtractNames<typeof
|
|
2212
|
+
export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_53>;
|
|
2228
2213
|
|
|
2229
2214
|
/**
|
|
2230
2215
|
* A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
|
|
2231
2216
|
*/
|
|
2232
2217
|
export declare const HvCheckBoxGroup: (props: HvCheckBoxGroupProps) => JSX_2.Element;
|
|
2233
2218
|
|
|
2234
|
-
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof
|
|
2219
|
+
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_59>;
|
|
2235
2220
|
|
|
2236
2221
|
export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2237
2222
|
/**
|
|
@@ -2359,7 +2344,7 @@ export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEven
|
|
|
2359
2344
|
*/
|
|
2360
2345
|
export declare const HvColorPicker: (props: HvColorPickerProps) => JSX_2.Element;
|
|
2361
2346
|
|
|
2362
|
-
export declare type HvColorPickerClasses = ExtractNames<typeof
|
|
2347
|
+
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_101>;
|
|
2363
2348
|
|
|
2364
2349
|
export declare interface HvColorPickerProps {
|
|
2365
2350
|
"aria-label"?: string;
|
|
@@ -2503,7 +2488,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
|
|
|
2503
2488
|
|
|
2504
2489
|
export declare const HvControls: (props: HvControlsProps) => JSX_2.Element;
|
|
2505
2490
|
|
|
2506
|
-
export declare type HvControlsClasses = ExtractNames<typeof
|
|
2491
|
+
export declare type HvControlsClasses = ExtractNames<typeof useClasses_86>;
|
|
2507
2492
|
|
|
2508
2493
|
export declare interface HvControlsProps extends HvBaseProps {
|
|
2509
2494
|
/**
|
|
@@ -2588,7 +2573,7 @@ export declare interface HvDateColumnCellProp {
|
|
|
2588
2573
|
*/
|
|
2589
2574
|
export declare const HvDatePicker: (props: HvDatePickerProps) => JSX_2.Element;
|
|
2590
2575
|
|
|
2591
|
-
export declare type HvDatePickerClasses = ExtractNames<typeof
|
|
2576
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_93>;
|
|
2592
2577
|
|
|
2593
2578
|
export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2594
2579
|
/**
|
|
@@ -2838,7 +2823,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
|
|
|
2838
2823
|
*/
|
|
2839
2824
|
export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_2.Element;
|
|
2840
2825
|
|
|
2841
|
-
export declare type HvDotPaginationClasses = ExtractNames<typeof
|
|
2826
|
+
export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_67>;
|
|
2842
2827
|
|
|
2843
2828
|
export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
|
|
2844
2829
|
/**
|
|
@@ -2926,7 +2911,7 @@ export declare interface HvDrawerProps extends DrawerProps, Omit<DrawerProps, "c
|
|
|
2926
2911
|
*/
|
|
2927
2912
|
export declare const HvDropdown: (props: HvDropdownProps) => JSX_2.Element;
|
|
2928
2913
|
|
|
2929
|
-
export declare type HvDropdownClasses = ExtractNames<typeof
|
|
2914
|
+
export declare type HvDropdownClasses = ExtractNames<typeof useClasses_76>;
|
|
2930
2915
|
|
|
2931
2916
|
export declare function hvDropdownColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, id: string, placeholder: string, disabledPlaceholder: string, onChange?: (identifier: string, value: HvListValue) => void): HvTableColumnConfig<D, H>;
|
|
2932
2917
|
|
|
@@ -2972,7 +2957,7 @@ export declare interface HvDropdownLabelsProps {
|
|
|
2972
2957
|
searchPlaceholder?: string;
|
|
2973
2958
|
}
|
|
2974
2959
|
|
|
2975
|
-
declare type HvDropdownListClasses = ExtractNames<typeof
|
|
2960
|
+
declare type HvDropdownListClasses = ExtractNames<typeof useClasses_77>;
|
|
2976
2961
|
|
|
2977
2962
|
declare interface HvDropdownListProps {
|
|
2978
2963
|
/**
|
|
@@ -3047,7 +3032,7 @@ declare interface HvDropdownListProps {
|
|
|
3047
3032
|
*/
|
|
3048
3033
|
export declare const HvDropDownMenu: (props: HvDropDownMenuProps) => JSX_2.Element;
|
|
3049
3034
|
|
|
3050
|
-
export declare type HvDropDownMenuClasses = ExtractNames<typeof
|
|
3035
|
+
export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_63>;
|
|
3051
3036
|
|
|
3052
3037
|
export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
3053
3038
|
/** Icon. */
|
|
@@ -3340,7 +3325,7 @@ export { HvExtraProps }
|
|
|
3340
3325
|
|
|
3341
3326
|
export declare const HvFile: ({ id, classes: classesProp, data, onFileRemoved, removeFileButtonLabel, }: HvFileProps) => JSX_2.Element;
|
|
3342
3327
|
|
|
3343
|
-
export declare type HvFileClasses = ExtractNames<typeof
|
|
3328
|
+
export declare type HvFileClasses = ExtractNames<typeof useClasses_62>;
|
|
3344
3329
|
|
|
3345
3330
|
export declare interface HvFileData extends Omit<File, "name" | "size"> {
|
|
3346
3331
|
/**
|
|
@@ -3421,7 +3406,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
|
|
|
3421
3406
|
*/
|
|
3422
3407
|
export declare const HvFileUploaderPreview: ({ className, children, classes: classesProp, disableOverlay, onUnload, onClick, ...others }: HvFileUploaderPreviewProps) => JSX_2.Element;
|
|
3423
3408
|
|
|
3424
|
-
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof
|
|
3409
|
+
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_61>;
|
|
3425
3410
|
|
|
3426
3411
|
export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
|
|
3427
3412
|
/**
|
|
@@ -3496,9 +3481,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3496
3481
|
*/
|
|
3497
3482
|
export declare const HvFilterGroup: (props: HvFilterGroupProps) => JSX_2.Element;
|
|
3498
3483
|
|
|
3499
|
-
export declare type HvFilterGroupClasses = ExtractNames<typeof
|
|
3484
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_91>;
|
|
3500
3485
|
|
|
3501
|
-
declare type HvFilterGroupContentClasses = ExtractNames<typeof
|
|
3486
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_92>;
|
|
3502
3487
|
|
|
3503
3488
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3504
3489
|
description?: React.ReactNode;
|
|
@@ -3774,7 +3759,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
|
|
|
3774
3759
|
*/
|
|
3775
3760
|
export declare const HvGlobalActions: (props: HvGlobalActionsProps) => JSX_2.Element;
|
|
3776
3761
|
|
|
3777
|
-
export declare type HvGlobalActionsClasses = ExtractNames<typeof
|
|
3762
|
+
export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_75>;
|
|
3778
3763
|
|
|
3779
3764
|
export declare type HvGlobalActionsHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
|
|
3780
3765
|
|
|
@@ -3826,41 +3811,7 @@ export declare type HvGlobalActionsVariant = "global" | "section";
|
|
|
3826
3811
|
*/
|
|
3827
3812
|
export declare const HvGrid: ForwardRefExoticComponent<Omit<HvGridProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
3828
3813
|
|
|
3829
|
-
export declare
|
|
3830
|
-
root?: string;
|
|
3831
|
-
container?: string;
|
|
3832
|
-
item?: string;
|
|
3833
|
-
zeroMinWidth?: string;
|
|
3834
|
-
"direction-xs-column"?: string;
|
|
3835
|
-
"direction-xs-reverse"?: string;
|
|
3836
|
-
"direction-xs-row-reverse"?: string;
|
|
3837
|
-
"wrap-xs-nowrap"?: string;
|
|
3838
|
-
"wrap-xs-wrap-reverse"?: string;
|
|
3839
|
-
"spacing-xs-1"?: string;
|
|
3840
|
-
"spacing-xs-2"?: string;
|
|
3841
|
-
"spacing-xs-3"?: string;
|
|
3842
|
-
"spacing-xs-4"?: string;
|
|
3843
|
-
"spacing-xs-5"?: string;
|
|
3844
|
-
"spacing-xs-6"?: string;
|
|
3845
|
-
"spacing-xs-7"?: string;
|
|
3846
|
-
"spacing-xs-8"?: string;
|
|
3847
|
-
"spacing-xs-9"?: string;
|
|
3848
|
-
"spacing-xs-10"?: string;
|
|
3849
|
-
"grid-xs-auto"?: string;
|
|
3850
|
-
"grid-xs-true"?: string;
|
|
3851
|
-
"grid-xs-1"?: string;
|
|
3852
|
-
"grid-xs-2"?: string;
|
|
3853
|
-
"grid-xs-3"?: string;
|
|
3854
|
-
"grid-xs-4"?: string;
|
|
3855
|
-
"grid-xs-5"?: string;
|
|
3856
|
-
"grid-xs-6"?: string;
|
|
3857
|
-
"grid-xs-7"?: string;
|
|
3858
|
-
"grid-xs-8"?: string;
|
|
3859
|
-
"grid-xs-9"?: string;
|
|
3860
|
-
"grid-xs-10"?: string;
|
|
3861
|
-
"grid-xs-11"?: string;
|
|
3862
|
-
"grid-xs-12"?: string;
|
|
3863
|
-
}
|
|
3814
|
+
export declare type HvGridClasses = ExtractNames<typeof useClasses_31>;
|
|
3864
3815
|
|
|
3865
3816
|
export declare type HvGridDirection = "row" | "row-reverse" | "column" | "column-reverse";
|
|
3866
3817
|
|
|
@@ -3960,7 +3911,7 @@ export declare const HvHeader: (props: HvHeaderProps) => JSX_2.Element;
|
|
|
3960
3911
|
|
|
3961
3912
|
export declare const HvHeaderActions: (props: HvHeaderActionsProps) => JSX_2.Element;
|
|
3962
3913
|
|
|
3963
|
-
export declare type HvHeaderActionsClasses = ExtractNames<typeof
|
|
3914
|
+
export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_33>;
|
|
3964
3915
|
|
|
3965
3916
|
export declare interface HvHeaderActionsProps extends HvBaseProps {
|
|
3966
3917
|
classes?: HvHeaderActionsClasses;
|
|
@@ -3971,7 +3922,7 @@ export declare interface HvHeaderActionsProps extends HvBaseProps {
|
|
|
3971
3922
|
*/
|
|
3972
3923
|
export declare const HvHeaderBrand: (props: HvHeaderBrandProps) => JSX_2.Element;
|
|
3973
3924
|
|
|
3974
|
-
export declare type HvHeaderBrandClasses = ExtractNames<typeof
|
|
3925
|
+
export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_34>;
|
|
3975
3926
|
|
|
3976
3927
|
export declare interface HvHeaderBrandProps extends HvBaseProps {
|
|
3977
3928
|
logo?: React.ReactNode;
|
|
@@ -3979,7 +3930,7 @@ export declare interface HvHeaderBrandProps extends HvBaseProps {
|
|
|
3979
3930
|
classes?: HvHeaderBrandClasses;
|
|
3980
3931
|
}
|
|
3981
3932
|
|
|
3982
|
-
export declare type HvHeaderClasses = ExtractNames<typeof
|
|
3933
|
+
export declare type HvHeaderClasses = ExtractNames<typeof useClasses_32>;
|
|
3983
3934
|
|
|
3984
3935
|
declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends HvColumnInstance<D, H>, Omit<UseTableHeaderGroupProps<D>, "headers"> {
|
|
3985
3936
|
headers: Array<HvHeaderGroup<D, H>>;
|
|
@@ -3997,7 +3948,7 @@ declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onCl
|
|
|
3997
3948
|
|
|
3998
3949
|
export declare const HvHeaderMenuItem: ({ id, item, type, onClick, levels, currentLevel, classes: classesProp, className, }: HvHeaderMenuItemProps) => JSX_2.Element;
|
|
3999
3950
|
|
|
4000
|
-
declare type HvHeaderMenuItemClasses = ExtractNames<typeof
|
|
3951
|
+
declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_35>;
|
|
4001
3952
|
|
|
4002
3953
|
declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onClick"> {
|
|
4003
3954
|
item: HvHeaderNavigationItemProp;
|
|
@@ -4010,7 +3961,7 @@ declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onC
|
|
|
4010
3961
|
|
|
4011
3962
|
export declare const HvHeaderNavigation: (props: HvHeaderNavigationProps) => JSX_2.Element;
|
|
4012
3963
|
|
|
4013
|
-
export declare type HvHeaderNavigationClasses = ExtractNames<typeof
|
|
3964
|
+
export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_36>;
|
|
4014
3965
|
|
|
4015
3966
|
export declare interface HvHeaderNavigationItemProp {
|
|
4016
3967
|
id: string;
|
|
@@ -4026,6 +3977,11 @@ export declare interface HvHeaderNavigationProps extends HvBaseProps<HTMLDivElem
|
|
|
4026
3977
|
selected?: string;
|
|
4027
3978
|
onClick?: (event: MouseEvent_2, selection: HvHeaderNavigationItemProp) => void;
|
|
4028
3979
|
classes?: HvHeaderNavigationClasses;
|
|
3980
|
+
/**
|
|
3981
|
+
* The number of levels to show: the first level (1) or the first and second level (2).
|
|
3982
|
+
*
|
|
3983
|
+
* Defaults to `2`.
|
|
3984
|
+
* */
|
|
4029
3985
|
levels?: 1 | 2;
|
|
4030
3986
|
}
|
|
4031
3987
|
|
|
@@ -4064,7 +4020,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4064
4020
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4065
4021
|
}
|
|
4066
4022
|
|
|
4067
|
-
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof
|
|
4023
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_96>;
|
|
4068
4024
|
|
|
4069
4025
|
/**
|
|
4070
4026
|
* Provides the user with additional descriptive text for the form element.
|
|
@@ -4088,7 +4044,7 @@ export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
|
|
|
4088
4044
|
*/
|
|
4089
4045
|
export declare const HvInlineEditor: (props: HvInlineEditorProps) => JSX_2.Element;
|
|
4090
4046
|
|
|
4091
|
-
export declare type HvInlineEditorClasses = ExtractNames<typeof
|
|
4047
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_98>;
|
|
4092
4048
|
|
|
4093
4049
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4094
4050
|
/** The value of the form element. */
|
|
@@ -4116,7 +4072,7 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
|
|
|
4116
4072
|
*/
|
|
4117
4073
|
export declare const HvInput: React_2.ForwardRefExoticComponent<HvInputProps & React_2.RefAttributes<InputElement>>;
|
|
4118
4074
|
|
|
4119
|
-
export declare type HvInputClasses = ExtractNames<typeof
|
|
4075
|
+
export declare type HvInputClasses = ExtractNames<typeof useClasses_54>;
|
|
4120
4076
|
|
|
4121
4077
|
export declare interface HvInputLabels {
|
|
4122
4078
|
/** The label of the clear button. */
|
|
@@ -4275,18 +4231,7 @@ export declare interface HvKnobProperty {
|
|
|
4275
4231
|
*/
|
|
4276
4232
|
export declare const HvKpi: (props: HvKpiProps) => JSX_2.Element;
|
|
4277
4233
|
|
|
4278
|
-
export declare
|
|
4279
|
-
root?: string;
|
|
4280
|
-
visualIndicatorContainer?: string;
|
|
4281
|
-
comparisons?: string;
|
|
4282
|
-
comparisonContainer?: string;
|
|
4283
|
-
comparisonComposition?: string;
|
|
4284
|
-
indicatorsContainer?: string;
|
|
4285
|
-
indicatorText?: string;
|
|
4286
|
-
indicatorUnit?: string;
|
|
4287
|
-
spacingToTheRight?: string;
|
|
4288
|
-
trendLine?: string;
|
|
4289
|
-
}
|
|
4234
|
+
export declare type HvKpiClasses = ExtractNames<typeof useClasses_37>;
|
|
4290
4235
|
|
|
4291
4236
|
export declare interface HvKpiLabelProps {
|
|
4292
4237
|
/**
|
|
@@ -4362,7 +4307,7 @@ export declare interface HvLabelProps extends HvTypographyProps<"label"> {
|
|
|
4362
4307
|
|
|
4363
4308
|
export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_2.Element;
|
|
4364
4309
|
|
|
4365
|
-
export declare type HvLeftControlClasses = ExtractNames<typeof
|
|
4310
|
+
export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_87>;
|
|
4366
4311
|
|
|
4367
4312
|
export declare interface HvLeftControlProps extends HvBaseProps {
|
|
4368
4313
|
/** if `true` the hide sort by dropdown is not rendered */
|
|
@@ -4379,9 +4324,7 @@ export declare interface HvLeftControlProps extends HvBaseProps {
|
|
|
4379
4324
|
|
|
4380
4325
|
export declare const HvLink: (props: HvLinkProps) => JSX_2.Element;
|
|
4381
4326
|
|
|
4382
|
-
export declare
|
|
4383
|
-
a?: string;
|
|
4384
|
-
}
|
|
4327
|
+
export declare type HvLinkClasses = ExtractNames<typeof useClasses_38>;
|
|
4385
4328
|
|
|
4386
4329
|
export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onClick"> {
|
|
4387
4330
|
onClick?: (event: MouseEventHandler<HTMLAnchorElement>, data: any) => void | undefined;
|
|
@@ -4571,7 +4514,7 @@ export declare interface HvListValue extends HvExtraProps {
|
|
|
4571
4514
|
*/
|
|
4572
4515
|
export declare const HvLoading: (props: HvLoadingProps) => JSX_2.Element;
|
|
4573
4516
|
|
|
4574
|
-
export declare type HvLoadingClasses = ExtractNames<typeof
|
|
4517
|
+
export declare type HvLoadingClasses = ExtractNames<typeof useClasses_39>;
|
|
4575
4518
|
|
|
4576
4519
|
export declare interface HvLoadingProps extends HvBaseProps {
|
|
4577
4520
|
/** Indicates if the component should be render in a small size. */
|
|
@@ -4590,7 +4533,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
|
|
|
4590
4533
|
*/
|
|
4591
4534
|
export declare const HvLogin: (props: HvLoginProps) => JSX_2.Element;
|
|
4592
4535
|
|
|
4593
|
-
export declare type HvLoginClasses = ExtractNames<typeof
|
|
4536
|
+
export declare type HvLoginClasses = ExtractNames<typeof useClasses_85>;
|
|
4594
4537
|
|
|
4595
4538
|
export declare interface HvLoginProps extends HvBaseProps {
|
|
4596
4539
|
/**
|
|
@@ -4659,12 +4602,7 @@ export declare const hvNumberFallback: (value: any) => number | "—";
|
|
|
4659
4602
|
*/
|
|
4660
4603
|
export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_2.Element;
|
|
4661
4604
|
|
|
4662
|
-
export declare
|
|
4663
|
-
root?: string;
|
|
4664
|
-
tooltipAnchor?: string;
|
|
4665
|
-
tooltipAnchorParagraph?: string;
|
|
4666
|
-
tooltipData?: string;
|
|
4667
|
-
}
|
|
4605
|
+
export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_47>;
|
|
4668
4606
|
|
|
4669
4607
|
export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
4670
4608
|
/** The node that will be rendered inside the tooltip. */
|
|
@@ -4687,7 +4625,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
|
4687
4625
|
*/
|
|
4688
4626
|
export declare const HvPagination: (props: HvPaginationProps) => JSX_2.Element;
|
|
4689
4627
|
|
|
4690
|
-
export declare type HvPaginationClasses = ExtractNames<typeof
|
|
4628
|
+
export declare type HvPaginationClasses = ExtractNames<typeof useClasses_64>;
|
|
4691
4629
|
|
|
4692
4630
|
export declare interface HvPaginationLabels {
|
|
4693
4631
|
/** The show label. */
|
|
@@ -4760,7 +4698,7 @@ export declare interface HvPaginationProps extends HvBaseProps {
|
|
|
4760
4698
|
*/
|
|
4761
4699
|
export declare const HvPanel: (props: HvPanelProps) => JSX_2.Element;
|
|
4762
4700
|
|
|
4763
|
-
export declare type HvPanelClasses = ExtractNames<typeof
|
|
4701
|
+
export declare type HvPanelClasses = ExtractNames<typeof useClasses_40>;
|
|
4764
4702
|
|
|
4765
4703
|
export declare interface HvPanelProps extends HvBaseProps {
|
|
4766
4704
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -4771,7 +4709,7 @@ export declare type HvPolarizedColorKeys = "positive" | "positive_120" | "positi
|
|
|
4771
4709
|
|
|
4772
4710
|
export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_2.Element;
|
|
4773
4711
|
|
|
4774
|
-
export declare type HvProgressBarClasses = ExtractNames<typeof
|
|
4712
|
+
export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_41>;
|
|
4775
4713
|
|
|
4776
4714
|
/**
|
|
4777
4715
|
* ProgressBar provides feedback about a process that is taking place in the application.
|
|
@@ -4874,7 +4812,7 @@ export declare interface HvProviderProps {
|
|
|
4874
4812
|
*/
|
|
4875
4813
|
export declare const HvQueryBuilder: (props: HvQueryBuilderProps) => JSX_2.Element;
|
|
4876
4814
|
|
|
4877
|
-
export declare type HvQueryBuilderClasses = ExtractNames<typeof
|
|
4815
|
+
export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_100>;
|
|
4878
4816
|
|
|
4879
4817
|
export declare interface HvQueryBuilderProps {
|
|
4880
4818
|
attributes?: Record<string, Attribute>;
|
|
@@ -4925,7 +4863,7 @@ export declare interface HvQueryBuilderProps {
|
|
|
4925
4863
|
*/
|
|
4926
4864
|
export declare const HvRadio: (props: HvRadioProps) => JSX_2.Element;
|
|
4927
4865
|
|
|
4928
|
-
export declare type HvRadioClasses = ExtractNames<typeof
|
|
4866
|
+
export declare type HvRadioClasses = ExtractNames<typeof useClasses_56>;
|
|
4929
4867
|
|
|
4930
4868
|
/**
|
|
4931
4869
|
* A group of radio buttons.
|
|
@@ -4934,7 +4872,7 @@ export declare type HvRadioClasses = ExtractNames<typeof useClasses_50>;
|
|
|
4934
4872
|
*/
|
|
4935
4873
|
export declare const HvRadioGroup: (props: HvRadioGroupProps) => JSX_2.Element;
|
|
4936
4874
|
|
|
4937
|
-
export declare type HvRadioGroupClasses = ExtractNames<typeof
|
|
4875
|
+
export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_60>;
|
|
4938
4876
|
|
|
4939
4877
|
export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
4940
4878
|
/**
|
|
@@ -5125,7 +5063,7 @@ export declare type HvRadioStatus = "standBy" | "valid" | "invalid";
|
|
|
5125
5063
|
|
|
5126
5064
|
export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_2.Element;
|
|
5127
5065
|
|
|
5128
|
-
export declare type HvRightControlClasses = ExtractNames<typeof
|
|
5066
|
+
export declare type HvRightControlClasses = ExtractNames<typeof useClasses_88>;
|
|
5129
5067
|
|
|
5130
5068
|
export declare interface HvRightControlProps extends HvBaseProps {
|
|
5131
5069
|
/** if `true` the hide sort by dropdown is not rendered */
|
|
@@ -5164,7 +5102,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5164
5102
|
*/
|
|
5165
5103
|
export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5166
5104
|
|
|
5167
|
-
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof
|
|
5105
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_97>;
|
|
5168
5106
|
|
|
5169
5107
|
export declare interface HvScrollToHorizontalOption {
|
|
5170
5108
|
key?: string;
|
|
@@ -5217,7 +5155,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5217
5155
|
*/
|
|
5218
5156
|
export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5219
5157
|
|
|
5220
|
-
export declare type HvScrollToVerticalClasses = ExtractNames<typeof
|
|
5158
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_95>;
|
|
5221
5159
|
|
|
5222
5160
|
export declare interface HvScrollToVerticalOption {
|
|
5223
5161
|
key?: string;
|
|
@@ -5524,11 +5462,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
|
|
|
5524
5462
|
*/
|
|
5525
5463
|
export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, transitionDuration, transitionDirection, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_2.Element;
|
|
5526
5464
|
|
|
5527
|
-
export declare type HvSnackbarClasses = ExtractNames<typeof
|
|
5465
|
+
export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_71>;
|
|
5528
5466
|
|
|
5529
5467
|
export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
5530
5468
|
|
|
5531
|
-
export declare type HvSnackbarContentClasses = ExtractNames<typeof
|
|
5469
|
+
export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_72>;
|
|
5532
5470
|
|
|
5533
5471
|
export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes">, HvBaseProps {
|
|
5534
5472
|
/** The message to display. */
|
|
@@ -5582,7 +5520,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
|
|
|
5582
5520
|
|
|
5583
5521
|
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
|
|
5584
5522
|
|
|
5585
|
-
export declare type HvSnackbarProviderClasses = ExtractNames<typeof
|
|
5523
|
+
export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_73>;
|
|
5586
5524
|
|
|
5587
5525
|
export declare interface HvSnackbarProviderProps {
|
|
5588
5526
|
/** Your component tree. */
|
|
@@ -5612,7 +5550,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_2.Element;
|
|
|
5612
5550
|
export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
|
|
5613
5551
|
}
|
|
5614
5552
|
|
|
5615
|
-
export declare type HvStackClasses = ExtractNames<typeof
|
|
5553
|
+
export declare type HvStackClasses = ExtractNames<typeof useClasses_42>;
|
|
5616
5554
|
|
|
5617
5555
|
export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
|
|
5618
5556
|
|
|
@@ -5674,7 +5612,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
|
|
|
5674
5612
|
*/
|
|
5675
5613
|
export declare const HvSwitch: (props: HvSwitchProps) => JSX_2.Element;
|
|
5676
5614
|
|
|
5677
|
-
export declare type HvSwitchClasses = ExtractNames<typeof
|
|
5615
|
+
export declare type HvSwitchClasses = ExtractNames<typeof useClasses_55>;
|
|
5678
5616
|
|
|
5679
5617
|
export declare function hvSwitchColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, switchLabel: string, falseLabel?: string, trueLabel?: string, switchProps?: HvBaseSwitchProps): HvTableColumnConfig<D, H>;
|
|
5680
5618
|
|
|
@@ -5799,7 +5737,7 @@ export declare interface HvSwitchProps extends Omit<SwitchProps_2, "onChange" |
|
|
|
5799
5737
|
|
|
5800
5738
|
export declare const HvTab: (props: HvTabProps) => JSX_2.Element;
|
|
5801
5739
|
|
|
5802
|
-
export declare type HvTabClasses = ExtractNames<typeof
|
|
5740
|
+
export declare type HvTabClasses = ExtractNames<typeof useClasses_43>;
|
|
5803
5741
|
|
|
5804
5742
|
/**
|
|
5805
5743
|
* A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
|
|
@@ -5819,7 +5757,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
|
|
|
5819
5757
|
*/
|
|
5820
5758
|
export declare const HvTableBody: React_2.ForwardRefExoticComponent<HvTableBodyProps & React_2.RefAttributes<HTMLElement>>;
|
|
5821
5759
|
|
|
5822
|
-
export declare type HvTableBodyClasses = ExtractNames<typeof
|
|
5760
|
+
export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_80>;
|
|
5823
5761
|
|
|
5824
5762
|
export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
|
|
5825
5763
|
/**
|
|
@@ -5853,7 +5791,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
5853
5791
|
|
|
5854
5792
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
5855
5793
|
|
|
5856
|
-
export declare type HvTableCellClasses = ExtractNames<typeof
|
|
5794
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_84>;
|
|
5857
5795
|
|
|
5858
5796
|
export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
5859
5797
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -5892,7 +5830,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
|
|
|
5892
5830
|
|
|
5893
5831
|
export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
|
|
5894
5832
|
|
|
5895
|
-
export declare type HvTableClasses = ExtractNames<typeof
|
|
5833
|
+
export declare type HvTableClasses = ExtractNames<typeof useClasses_78>;
|
|
5896
5834
|
|
|
5897
5835
|
export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
|
|
5898
5836
|
|
|
@@ -5906,7 +5844,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
|
|
|
5906
5844
|
*/
|
|
5907
5845
|
export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
|
|
5908
5846
|
|
|
5909
|
-
export declare type HvTableContainerClasses = ExtractNames<typeof
|
|
5847
|
+
export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_79>;
|
|
5910
5848
|
|
|
5911
5849
|
export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
|
|
5912
5850
|
/**
|
|
@@ -5930,14 +5868,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
|
|
|
5930
5868
|
*/
|
|
5931
5869
|
export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
|
|
5932
5870
|
|
|
5933
|
-
export declare type HvTableHeadClasses = ExtractNames<typeof
|
|
5871
|
+
export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_81>;
|
|
5934
5872
|
|
|
5935
5873
|
/**
|
|
5936
5874
|
* `HvTableHeader` acts as a `th` element and inherits styles from its context
|
|
5937
5875
|
*/
|
|
5938
5876
|
export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
|
|
5939
5877
|
|
|
5940
|
-
export declare type HvTableHeaderClasses = ExtractNames<typeof
|
|
5878
|
+
export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_82>;
|
|
5941
5879
|
|
|
5942
5880
|
export declare interface HvTableHeaderProps extends Omit<ThHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
5943
5881
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
|
|
@@ -6076,7 +6014,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
|
|
|
6076
6014
|
*/
|
|
6077
6015
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
6078
6016
|
|
|
6079
|
-
export declare type HvTableRowClasses = ExtractNames<typeof
|
|
6017
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_83>;
|
|
6080
6018
|
|
|
6081
6019
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
6082
6020
|
/** Content to be rendered */
|
|
@@ -6120,7 +6058,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children">, HvBasePr
|
|
|
6120
6058
|
*/
|
|
6121
6059
|
export declare const HvTabs: (props: HvTabsProps) => JSX_2.Element;
|
|
6122
6060
|
|
|
6123
|
-
export declare type HvTabsClasses = ExtractNames<typeof
|
|
6061
|
+
export declare type HvTabsClasses = ExtractNames<typeof useClasses_44>;
|
|
6124
6062
|
|
|
6125
6063
|
export declare interface HvTabsProps extends TabsProps, HvBaseProps<HTMLButtonElement, "onChange"> {
|
|
6126
6064
|
/**
|
|
@@ -6147,21 +6085,7 @@ export declare interface HvTabsProps extends TabsProps, HvBaseProps<HTMLButtonEl
|
|
|
6147
6085
|
*/
|
|
6148
6086
|
export declare const HvTag: (props: HvTagProps) => JSX_2.Element;
|
|
6149
6087
|
|
|
6150
|
-
export declare
|
|
6151
|
-
root?: string;
|
|
6152
|
-
tagButton?: string;
|
|
6153
|
-
focusVisible?: string;
|
|
6154
|
-
button?: string;
|
|
6155
|
-
label?: string;
|
|
6156
|
-
chipRoot?: string;
|
|
6157
|
-
categorical?: string;
|
|
6158
|
-
disabled?: string;
|
|
6159
|
-
clickable?: string;
|
|
6160
|
-
categoricalFocus?: string;
|
|
6161
|
-
categoricalDisabled?: string;
|
|
6162
|
-
deleteIcon?: string;
|
|
6163
|
-
disabledDeleteIcon?: string;
|
|
6164
|
-
}
|
|
6088
|
+
export declare type HvTagClasses = ExtractNames<typeof useClasses_45>;
|
|
6165
6089
|
|
|
6166
6090
|
export declare function hvTagColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, A extends object = Record<string, unknown>>(col: HvTableColumnConfig<D, H>, valueDataKey: keyof A, colorDataKey: keyof A, textColorDataKey: keyof A, fromRowData?: boolean, tagProps?: HvTagProps): HvTableColumnConfig<D, H>;
|
|
6167
6091
|
|
|
@@ -6200,56 +6124,7 @@ export declare interface HvTagProps extends Omit<ChipProps, "color" | "classes">
|
|
|
6200
6124
|
*/
|
|
6201
6125
|
export declare const HvTagsInput: (props: HvTagsInputProps) => JSX_2.Element;
|
|
6202
6126
|
|
|
6203
|
-
export declare
|
|
6204
|
-
/** Styles applied to the input element. */
|
|
6205
|
-
input?: string;
|
|
6206
|
-
/** Styles applied to the list item gutters. */
|
|
6207
|
-
listItemGutters?: string;
|
|
6208
|
-
/** Styles applied to the list item element. */
|
|
6209
|
-
listItemRoot?: string;
|
|
6210
|
-
/** Styles applied to the root container of the textarea. */
|
|
6211
|
-
root?: string;
|
|
6212
|
-
/** Styles applies to the tag root. */
|
|
6213
|
-
chipRoot?: string;
|
|
6214
|
-
/** Style applied to the root when resizable is `true`. */
|
|
6215
|
-
disabled?: string;
|
|
6216
|
-
/** Style applied to the root when resizable is `true`. */
|
|
6217
|
-
resizable?: string;
|
|
6218
|
-
/** Style applied to the root when invalid. */
|
|
6219
|
-
invalid?: string;
|
|
6220
|
-
/** Styles applied to text area container that holds the label, description and counter. */
|
|
6221
|
-
labelContainer?: string;
|
|
6222
|
-
/** Styles applied to the label element. */
|
|
6223
|
-
label?: string;
|
|
6224
|
-
/** Styles applied to the label element. */
|
|
6225
|
-
description?: string;
|
|
6226
|
-
/** Style applied on the character counter. */
|
|
6227
|
-
characterCounter?: string;
|
|
6228
|
-
/** Styles applied to the tags list container element. */
|
|
6229
|
-
tagsList?: string;
|
|
6230
|
-
/** Styles applied to the tag input container element. */
|
|
6231
|
-
tagInputContainerRoot?: string;
|
|
6232
|
-
/** Styles applied to the tag input element. */
|
|
6233
|
-
tagInputRoot?: string;
|
|
6234
|
-
/** Styles applied to a tag element when selected */
|
|
6235
|
-
tagSelected?: string;
|
|
6236
|
-
/** Styles applied to the input element border. */
|
|
6237
|
-
tagInputBorderContainer?: string;
|
|
6238
|
-
/** Styles applied to the input element when focused. */
|
|
6239
|
-
tagInputRootFocused?: string;
|
|
6240
|
-
/** Styled applied to the input element when empty */
|
|
6241
|
-
tagInputRootEmpty?: string;
|
|
6242
|
-
/** Styles applied to the container when in single line mode. */
|
|
6243
|
-
singleLine?: string;
|
|
6244
|
-
/** Styles applied to the tags list when an error occurred. */
|
|
6245
|
-
error?: string;
|
|
6246
|
-
/** Styles applied to the input extension shown when the suggestions list is visible. */
|
|
6247
|
-
inputExtension?: string;
|
|
6248
|
-
/** Styles applied to the container of the suggestions list. */
|
|
6249
|
-
suggestionsContainer?: string;
|
|
6250
|
-
/** Styles applied to the suggestions list. */
|
|
6251
|
-
suggestionList?: string;
|
|
6252
|
-
}
|
|
6127
|
+
export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_58>;
|
|
6253
6128
|
|
|
6254
6129
|
export declare interface HvTagsInputProps extends HvBaseProps<HTMLElement, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "color" | "defaultValue"> {
|
|
6255
6130
|
/** The form element name. */
|
|
@@ -6324,7 +6199,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
|
|
|
6324
6199
|
*/
|
|
6325
6200
|
export declare const HvTextArea: ForwardRefExoticComponent<Omit<HvTextAreaProps, "ref"> & RefAttributes<any>>;
|
|
6326
6201
|
|
|
6327
|
-
export declare type HvTextAreaClasses = ExtractNames<typeof
|
|
6202
|
+
export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_57>;
|
|
6328
6203
|
|
|
6329
6204
|
export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus"> {
|
|
6330
6205
|
/**
|
|
@@ -6469,7 +6344,7 @@ declare interface HvThemeProviderProps {
|
|
|
6469
6344
|
*/
|
|
6470
6345
|
export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: HvTimeAgoProps<C>) => React.ReactElement | null;
|
|
6471
6346
|
|
|
6472
|
-
export declare type HvTimeAgoClasses = ExtractNames<typeof
|
|
6347
|
+
export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_99>;
|
|
6473
6348
|
|
|
6474
6349
|
export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
|
|
6475
6350
|
/**
|
|
@@ -6505,7 +6380,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
|
|
|
6505
6380
|
*/
|
|
6506
6381
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
6507
6382
|
|
|
6508
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6383
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_104>;
|
|
6509
6384
|
|
|
6510
6385
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
6511
6386
|
|
|
@@ -6581,30 +6456,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
|
|
|
6581
6456
|
*/
|
|
6582
6457
|
export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
|
|
6583
6458
|
|
|
6584
|
-
export declare
|
|
6585
|
-
/** Styles applied to the tooltip root class. */
|
|
6586
|
-
root?: string;
|
|
6587
|
-
/** Styles applied to the tooltip class when it is single. */
|
|
6588
|
-
tooltip?: string;
|
|
6589
|
-
/** Styles applied to the tooltip class when it is multi. */
|
|
6590
|
-
tooltipMulti?: string;
|
|
6591
|
-
/** Styles applied to the popper component. */
|
|
6592
|
-
popper?: string;
|
|
6593
|
-
/** Styles applied to the title. */
|
|
6594
|
-
title?: string;
|
|
6595
|
-
/** Styles applied to the values container. */
|
|
6596
|
-
valuesContainer?: string;
|
|
6597
|
-
/** Styles applied to the values. */
|
|
6598
|
-
values?: string;
|
|
6599
|
-
/** Styles applied to the color. */
|
|
6600
|
-
color?: string;
|
|
6601
|
-
/** Styles applied to the separator between color and title. */
|
|
6602
|
-
separatorColor?: string;
|
|
6603
|
-
/** Styles applied to the separator. */
|
|
6604
|
-
separator?: string;
|
|
6605
|
-
/** Styles applied to the values wrapper. */
|
|
6606
|
-
valueWrapper?: string;
|
|
6607
|
-
}
|
|
6459
|
+
export declare type HvTooltipClasses = ExtractNames<typeof useClasses_46>;
|
|
6608
6460
|
|
|
6609
6461
|
export declare type HvTooltipPlacementType = TooltipProps["placement"];
|
|
6610
6462
|
|
|
@@ -7215,7 +7067,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7215
7067
|
children?: React.ReactNode;
|
|
7216
7068
|
}
|
|
7217
7069
|
|
|
7218
|
-
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof
|
|
7070
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_94>;
|
|
7219
7071
|
|
|
7220
7072
|
/**
|
|
7221
7073
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
@@ -7259,8 +7111,8 @@ export declare const inlineEditorClasses: {
|
|
|
7259
7111
|
button: "HvInlineEditor-button";
|
|
7260
7112
|
input: "HvInlineEditor-input";
|
|
7261
7113
|
text: "HvInlineEditor-text";
|
|
7262
|
-
icon: "HvInlineEditor-icon";
|
|
7263
7114
|
root: "HvInlineEditor-root";
|
|
7115
|
+
icon: "HvInlineEditor-icon";
|
|
7264
7116
|
inputBorderContainer: "HvInlineEditor-inputBorderContainer";
|
|
7265
7117
|
inputRoot: "HvInlineEditor-inputRoot";
|
|
7266
7118
|
largeText: "HvInlineEditor-largeText";
|
|
@@ -7271,8 +7123,8 @@ export declare const inlineEditorClasses: {
|
|
|
7271
7123
|
export declare const inputClasses: {
|
|
7272
7124
|
input: "HvInput-input";
|
|
7273
7125
|
label: "HvInput-label";
|
|
7274
|
-
icon: "HvInput-icon";
|
|
7275
7126
|
root: "HvInput-root";
|
|
7127
|
+
icon: "HvInput-icon";
|
|
7276
7128
|
error: "HvInput-error";
|
|
7277
7129
|
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
7278
7130
|
inputRoot: "HvInput-inputRoot";
|
|
@@ -7371,9 +7223,9 @@ export declare const listContainerClasses: {
|
|
|
7371
7223
|
};
|
|
7372
7224
|
|
|
7373
7225
|
export declare const listItemClasses: {
|
|
7226
|
+
root: "HvListItem-root";
|
|
7374
7227
|
condensed: "HvListItem-condensed";
|
|
7375
7228
|
disabled: "HvListItem-disabled";
|
|
7376
|
-
root: "HvListItem-root";
|
|
7377
7229
|
selected: "HvListItem-selected";
|
|
7378
7230
|
focus: "HvListItem-focus";
|
|
7379
7231
|
interactive: "HvListItem-interactive";
|
|
@@ -7388,8 +7240,8 @@ export declare const loadingClasses: {
|
|
|
7388
7240
|
hidden: "HvLoading-hidden";
|
|
7389
7241
|
small: "HvLoading-small";
|
|
7390
7242
|
label: "HvLoading-label";
|
|
7391
|
-
overlay: "HvLoading-overlay";
|
|
7392
7243
|
root: "HvLoading-root";
|
|
7244
|
+
overlay: "HvLoading-overlay";
|
|
7393
7245
|
blur: "HvLoading-blur";
|
|
7394
7246
|
barContainer: "HvLoading-barContainer";
|
|
7395
7247
|
loadingBar: "HvLoading-loadingBar";
|
|
@@ -7405,8 +7257,8 @@ export declare const loginClasses: {
|
|
|
7405
7257
|
|
|
7406
7258
|
export declare const multiButtonClasses: {
|
|
7407
7259
|
button: "HvMultiButton-button";
|
|
7408
|
-
vertical: "HvMultiButton-vertical";
|
|
7409
7260
|
root: "HvMultiButton-root";
|
|
7261
|
+
vertical: "HvMultiButton-vertical";
|
|
7410
7262
|
selected: "HvMultiButton-selected";
|
|
7411
7263
|
};
|
|
7412
7264
|
|
|
@@ -7445,15 +7297,14 @@ export declare const outlineStyles: {
|
|
|
7445
7297
|
};
|
|
7446
7298
|
|
|
7447
7299
|
export declare const overflowTooltipClasses: {
|
|
7448
|
-
|
|
7300
|
+
tooltipData: "HvOverflowTooltip-tooltipData";
|
|
7449
7301
|
tooltipAnchor: "HvOverflowTooltip-tooltipAnchor";
|
|
7450
7302
|
tooltipAnchorParagraph: "HvOverflowTooltip-tooltipAnchorParagraph";
|
|
7451
|
-
tooltipData: "HvOverflowTooltip-tooltipData";
|
|
7452
7303
|
};
|
|
7453
7304
|
|
|
7454
7305
|
export declare const paginationClasses: {
|
|
7455
|
-
icon: "HvPagination-icon";
|
|
7456
7306
|
root: "HvPagination-root";
|
|
7307
|
+
icon: "HvPagination-icon";
|
|
7457
7308
|
pageSizeOptions: "HvPagination-pageSizeOptions";
|
|
7458
7309
|
iconContainer: "HvPagination-iconContainer";
|
|
7459
7310
|
pageSizeTextContainer: "HvPagination-pageSizeTextContainer";
|
|
@@ -7656,10 +7507,10 @@ declare type QueryRuleValue = string | number | boolean | NumericRange | DateTim
|
|
|
7656
7507
|
|
|
7657
7508
|
export declare const radioClasses: {
|
|
7658
7509
|
label: "HvRadio-label";
|
|
7659
|
-
|
|
7510
|
+
root: "HvRadio-root";
|
|
7660
7511
|
container: "HvRadio-container";
|
|
7512
|
+
radio: "HvRadio-radio";
|
|
7661
7513
|
disabled: "HvRadio-disabled";
|
|
7662
|
-
root: "HvRadio-root";
|
|
7663
7514
|
focusVisible: "HvRadio-focusVisible";
|
|
7664
7515
|
invalidContainer: "HvRadio-invalidContainer";
|
|
7665
7516
|
invalidRadio: "HvRadio-invalidRadio";
|
|
@@ -7667,10 +7518,10 @@ export declare const radioClasses: {
|
|
|
7667
7518
|
|
|
7668
7519
|
export declare const radioGroupClasses: {
|
|
7669
7520
|
label: "HvRadioGroup-label";
|
|
7521
|
+
root: "HvRadioGroup-root";
|
|
7670
7522
|
group: "HvRadioGroup-group";
|
|
7671
7523
|
horizontal: "HvRadioGroup-horizontal";
|
|
7672
7524
|
vertical: "HvRadioGroup-vertical";
|
|
7673
|
-
root: "HvRadioGroup-root";
|
|
7674
7525
|
error: "HvRadioGroup-error";
|
|
7675
7526
|
invalid: "HvRadioGroup-invalid";
|
|
7676
7527
|
};
|
|
@@ -7710,10 +7561,10 @@ export declare const scrollToVerticalClasses: {
|
|
|
7710
7561
|
|
|
7711
7562
|
export declare const selectionListClasses: {
|
|
7712
7563
|
label: "HvSelectionList-label";
|
|
7564
|
+
root: "HvSelectionList-root";
|
|
7713
7565
|
listbox: "HvSelectionList-listbox";
|
|
7714
7566
|
horizontal: "HvSelectionList-horizontal";
|
|
7715
7567
|
vertical: "HvSelectionList-vertical";
|
|
7716
|
-
root: "HvSelectionList-root";
|
|
7717
7568
|
error: "HvSelectionList-error";
|
|
7718
7569
|
invalid: "HvSelectionList-invalid";
|
|
7719
7570
|
description: "HvSelectionList-description";
|
|
@@ -7760,8 +7611,8 @@ export declare const snackbarClasses: {
|
|
|
7760
7611
|
};
|
|
7761
7612
|
|
|
7762
7613
|
export declare const snackbarContentClasses: {
|
|
7763
|
-
default: "HvSnackbar-Content-default";
|
|
7764
7614
|
root: "HvSnackbar-Content-root";
|
|
7615
|
+
default: "HvSnackbar-Content-default";
|
|
7765
7616
|
warning: "HvSnackbar-Content-warning";
|
|
7766
7617
|
action: "HvSnackbar-Content-action";
|
|
7767
7618
|
error: "HvSnackbar-Content-error";
|
|
@@ -7779,9 +7630,9 @@ export declare const snackbarProviderClasses: {
|
|
|
7779
7630
|
export declare type Spacing = "sm" | "md" | "lg" | "xl";
|
|
7780
7631
|
|
|
7781
7632
|
export declare const stackClasses: {
|
|
7633
|
+
root: "HvStack-root";
|
|
7782
7634
|
row: "HvStack-row";
|
|
7783
7635
|
column: "HvStack-column";
|
|
7784
|
-
root: "HvStack-root";
|
|
7785
7636
|
xs: "HvStack-xs";
|
|
7786
7637
|
sm: "HvStack-sm";
|
|
7787
7638
|
md: "HvStack-md";
|
|
@@ -7792,9 +7643,9 @@ export declare const stackClasses: {
|
|
|
7792
7643
|
declare type StringKey<D> = Extract<keyof D, string>;
|
|
7793
7644
|
|
|
7794
7645
|
export declare const suggestionsClasses: {
|
|
7795
|
-
list: "HvSuggestions-list";
|
|
7796
7646
|
root: "HvSuggestions-root";
|
|
7797
7647
|
popper: "HvSuggestions-popper";
|
|
7648
|
+
list: "HvSuggestions-list";
|
|
7798
7649
|
};
|
|
7799
7650
|
|
|
7800
7651
|
export declare const switchClasses: {
|
|
@@ -7808,8 +7659,8 @@ export declare const switchClasses: {
|
|
|
7808
7659
|
declare type SxProps = React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
|
|
7809
7660
|
|
|
7810
7661
|
export declare const tabClasses: {
|
|
7811
|
-
disabled: "HvTab-disabled";
|
|
7812
7662
|
root: "HvTab-root";
|
|
7663
|
+
disabled: "HvTab-disabled";
|
|
7813
7664
|
selected: "HvTab-selected";
|
|
7814
7665
|
focusVisible: "HvTab-focusVisible";
|
|
7815
7666
|
};
|
|
@@ -7865,8 +7716,8 @@ export declare const tableHeaderClasses: {
|
|
|
7865
7716
|
body: "HvTableHeader-body";
|
|
7866
7717
|
footer: "HvTableHeader-footer";
|
|
7867
7718
|
head: "HvTableHeader-head";
|
|
7868
|
-
resizer: "HvTableHeader-resizer";
|
|
7869
7719
|
root: "HvTableHeader-root";
|
|
7720
|
+
resizer: "HvTableHeader-resizer";
|
|
7870
7721
|
resizable: "HvTableHeader-resizable";
|
|
7871
7722
|
sortable: "HvTableHeader-sortable";
|
|
7872
7723
|
sorted: "HvTableHeader-sorted";
|
|
@@ -7901,8 +7752,8 @@ export declare const tableRowClasses: {
|
|
|
7901
7752
|
body: "HvTableRow-body";
|
|
7902
7753
|
footer: "HvTableRow-footer";
|
|
7903
7754
|
head: "HvTableRow-head";
|
|
7904
|
-
expanded: "HvTableRow-expanded";
|
|
7905
7755
|
root: "HvTableRow-root";
|
|
7756
|
+
expanded: "HvTableRow-expanded";
|
|
7906
7757
|
selected: "HvTableRow-selected";
|
|
7907
7758
|
hover: "HvTableRow-hover";
|
|
7908
7759
|
striped: "HvTableRow-striped";
|
|
@@ -7920,24 +7771,25 @@ export declare const tabsClasses: {
|
|
|
7920
7771
|
export declare const tagClasses: {
|
|
7921
7772
|
button: "HvTag-button";
|
|
7922
7773
|
label: "HvTag-label";
|
|
7923
|
-
disabled: "HvTag-disabled";
|
|
7924
7774
|
root: "HvTag-root";
|
|
7775
|
+
disabled: "HvTag-disabled";
|
|
7925
7776
|
focusVisible: "HvTag-focusVisible";
|
|
7926
|
-
clickable: "HvTag-clickable";
|
|
7927
|
-
deleteIcon: "HvTag-deleteIcon";
|
|
7928
|
-
tagButton: "HvTag-tagButton";
|
|
7929
7777
|
chipRoot: "HvTag-chipRoot";
|
|
7778
|
+
tagButton: "HvTag-tagButton";
|
|
7779
|
+
deleteIcon: "HvTag-deleteIcon";
|
|
7780
|
+
disabledDeleteIcon: "HvTag-disabledDeleteIcon";
|
|
7930
7781
|
categorical: "HvTag-categorical";
|
|
7782
|
+
clickable: "HvTag-clickable";
|
|
7931
7783
|
categoricalFocus: "HvTag-categoricalFocus";
|
|
7932
7784
|
categoricalDisabled: "HvTag-categoricalDisabled";
|
|
7933
|
-
disabledDeleteIcon: "HvTag-disabledDeleteIcon";
|
|
7934
7785
|
};
|
|
7935
7786
|
|
|
7936
7787
|
export declare const tagsInputClasses: {
|
|
7937
7788
|
input: "HvTagsInput-input";
|
|
7938
7789
|
label: "HvTagsInput-label";
|
|
7939
|
-
disabled: "HvTagsInput-disabled";
|
|
7940
7790
|
root: "HvTagsInput-root";
|
|
7791
|
+
disabled: "HvTagsInput-disabled";
|
|
7792
|
+
readOnly: "HvTagsInput-readOnly";
|
|
7941
7793
|
error: "HvTagsInput-error";
|
|
7942
7794
|
invalid: "HvTagsInput-invalid";
|
|
7943
7795
|
resizable: "HvTagsInput-resizable";
|
|
@@ -7963,8 +7815,8 @@ export declare const tagsInputClasses: {
|
|
|
7963
7815
|
export declare const textAreaClasses: {
|
|
7964
7816
|
input: "HvTextArea-input";
|
|
7965
7817
|
label: "HvTextArea-label";
|
|
7966
|
-
disabled: "HvTextArea-disabled";
|
|
7967
7818
|
root: "HvTextArea-root";
|
|
7819
|
+
disabled: "HvTextArea-disabled";
|
|
7968
7820
|
baseInput: "HvTextArea-baseInput";
|
|
7969
7821
|
error: "HvTextArea-error";
|
|
7970
7822
|
invalid: "HvTextArea-invalid";
|
|
@@ -7988,8 +7840,8 @@ export declare type TimeFormat = "12" | "24";
|
|
|
7988
7840
|
export declare const timePickerClasses: {
|
|
7989
7841
|
placeholder: "HvTimePicker-placeholder";
|
|
7990
7842
|
label: "HvTimePicker-label";
|
|
7991
|
-
icon: "HvTimePicker-icon";
|
|
7992
7843
|
root: "HvTimePicker-root";
|
|
7844
|
+
icon: "HvTimePicker-icon";
|
|
7993
7845
|
error: "HvTimePicker-error";
|
|
7994
7846
|
description: "HvTimePicker-description";
|
|
7995
7847
|
labelContainer: "HvTimePicker-labelContainer";
|
|
@@ -8004,14 +7856,14 @@ export declare const timePickerClasses: {
|
|
|
8004
7856
|
export declare const tooltipClasses: {
|
|
8005
7857
|
title: "HvTooltip-title";
|
|
8006
7858
|
color: "HvTooltip-color";
|
|
8007
|
-
separator: "HvTooltip-separator";
|
|
8008
|
-
tooltip: "HvTooltip-tooltip";
|
|
8009
7859
|
root: "HvTooltip-root";
|
|
8010
|
-
|
|
8011
|
-
popper: "HvTooltip-popper";
|
|
7860
|
+
tooltip: "HvTooltip-tooltip";
|
|
8012
7861
|
tooltipMulti: "HvTooltip-tooltipMulti";
|
|
7862
|
+
popper: "HvTooltip-popper";
|
|
8013
7863
|
valuesContainer: "HvTooltip-valuesContainer";
|
|
7864
|
+
values: "HvTooltip-values";
|
|
8014
7865
|
separatorColor: "HvTooltip-separatorColor";
|
|
7866
|
+
separator: "HvTooltip-separator";
|
|
8015
7867
|
valueWrapper: "HvTooltip-valueWrapper";
|
|
8016
7868
|
};
|
|
8017
7869
|
|
|
@@ -8041,6 +7893,7 @@ export declare const typographyClasses: {
|
|
|
8041
7893
|
link: "HvTypography-link";
|
|
8042
7894
|
body: "HvTypography-body";
|
|
8043
7895
|
label: "HvTypography-label";
|
|
7896
|
+
root: "HvTypography-root";
|
|
8044
7897
|
display: "HvTypography-display";
|
|
8045
7898
|
disabled: "HvTypography-disabled";
|
|
8046
7899
|
noWrap: "HvTypography-noWrap";
|
|
@@ -8069,7 +7922,6 @@ export declare const typographyClasses: {
|
|
|
8069
7922
|
vizText: "HvTypography-vizText";
|
|
8070
7923
|
vizTextDisabled: "HvTypography-vizTextDisabled";
|
|
8071
7924
|
xsInlineLink: "HvTypography-xsInlineLink";
|
|
8072
|
-
root: "HvTypography-root";
|
|
8073
7925
|
isLink: "HvTypography-isLink";
|
|
8074
7926
|
};
|
|
8075
7927
|
|
|
@@ -8079,11 +7931,12 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
|
|
|
8079
7931
|
pluginName: string;
|
|
8080
7932
|
};
|
|
8081
7933
|
|
|
8082
|
-
declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label" | "display" | "disabled" | "noWrap" | "title1" | "title2" | "title3" | "title4" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink" | "
|
|
7934
|
+
declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label" | "root" | "display" | "disabled" | "noWrap" | "title1" | "title2" | "title3" | "title4" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink" | "isLink", string>>, addStatic?: boolean) => {
|
|
8083
7935
|
classes: {
|
|
8084
7936
|
link: string;
|
|
8085
7937
|
body: string;
|
|
8086
7938
|
label: string;
|
|
7939
|
+
root: string;
|
|
8087
7940
|
display: string;
|
|
8088
7941
|
disabled: string;
|
|
8089
7942
|
noWrap: string;
|
|
@@ -8112,7 +7965,6 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
|
|
|
8112
7965
|
vizText: string;
|
|
8113
7966
|
vizTextDisabled: string;
|
|
8114
7967
|
xsInlineLink: string;
|
|
8115
|
-
root: string;
|
|
8116
7968
|
isLink: string;
|
|
8117
7969
|
};
|
|
8118
7970
|
css: {
|
|
@@ -8122,13 +7974,13 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
|
|
|
8122
7974
|
cx: (...args: any) => string;
|
|
8123
7975
|
};
|
|
8124
7976
|
|
|
8125
|
-
declare const useClasses_10: (classesProp?: Partial<Record<"label" | "
|
|
7977
|
+
declare const useClasses_10: (classesProp?: Partial<Record<"label" | "root" | "listbox" | "horizontal" | "vertical" | "error" | "invalid" | "description", string>>, addStatic?: boolean) => {
|
|
8126
7978
|
classes: {
|
|
8127
7979
|
label: string;
|
|
7980
|
+
root: string;
|
|
8128
7981
|
listbox: string;
|
|
8129
7982
|
horizontal: string;
|
|
8130
7983
|
vertical: string;
|
|
8131
|
-
root: string;
|
|
8132
7984
|
error: string;
|
|
8133
7985
|
invalid: string;
|
|
8134
7986
|
description: string;
|
|
@@ -8140,11 +7992,23 @@ declare const useClasses_10: (classesProp?: Partial<Record<"label" | "listbox" |
|
|
|
8140
7992
|
cx: (...args: any) => string;
|
|
8141
7993
|
};
|
|
8142
7994
|
|
|
8143
|
-
declare const
|
|
7995
|
+
declare const useClasses_100: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
|
|
8144
7996
|
classes: {
|
|
8145
|
-
list: string;
|
|
8146
7997
|
root: string;
|
|
8147
|
-
|
|
7998
|
+
removeButton: string;
|
|
7999
|
+
topGroup: string;
|
|
8000
|
+
subGroup: string;
|
|
8001
|
+
combinator: string;
|
|
8002
|
+
topCombinator: string;
|
|
8003
|
+
combinatorButton: string;
|
|
8004
|
+
topRemoveButton: string;
|
|
8005
|
+
topRemoveButtonDisabled: string;
|
|
8006
|
+
rulesContainer: string;
|
|
8007
|
+
subRulesContainer: string;
|
|
8008
|
+
actionButtonContainer: string;
|
|
8009
|
+
topActionButtonContainer: string;
|
|
8010
|
+
topRulesContainer: string;
|
|
8011
|
+
buttonBackground: string;
|
|
8148
8012
|
};
|
|
8149
8013
|
css: {
|
|
8150
8014
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8153,24 +8017,21 @@ declare const useClasses_11: (classesProp?: Partial<Record<"list" | "root" | "po
|
|
|
8153
8017
|
cx: (...args: any) => string;
|
|
8154
8018
|
};
|
|
8155
8019
|
|
|
8156
|
-
declare const
|
|
8020
|
+
declare const useClasses_101: (classesProp?: Partial<Record<"label" | "root" | "colorPicker" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
8157
8021
|
classes: {
|
|
8158
|
-
|
|
8159
|
-
disabled: string;
|
|
8022
|
+
label: string;
|
|
8160
8023
|
root: string;
|
|
8161
|
-
|
|
8162
|
-
|
|
8163
|
-
|
|
8164
|
-
|
|
8165
|
-
|
|
8166
|
-
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
|
|
8172
|
-
inputReadOnly: string;
|
|
8173
|
-
inputResizable: string;
|
|
8024
|
+
colorPicker: string;
|
|
8025
|
+
panel: string;
|
|
8026
|
+
description: string;
|
|
8027
|
+
labelContainer: string;
|
|
8028
|
+
headerColorValue: string;
|
|
8029
|
+
headerColorIcon: string;
|
|
8030
|
+
colorPickerIcon: string;
|
|
8031
|
+
recommendedColorsRoot: string;
|
|
8032
|
+
dropdownRootIconOnly: string;
|
|
8033
|
+
headerColorIconOnly: string;
|
|
8034
|
+
pickerFields: string;
|
|
8174
8035
|
};
|
|
8175
8036
|
css: {
|
|
8176
8037
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8179,31 +8040,32 @@ declare const useClasses_12: (classesProp?: Partial<Record<"input" | "disabled"
|
|
|
8179
8040
|
cx: (...args: any) => string;
|
|
8180
8041
|
};
|
|
8181
8042
|
|
|
8182
|
-
declare const
|
|
8043
|
+
declare const useClasses_102: (classesProp?: Partial<Record<"title" | "main" | "root" | "dot" | "controls" | "xs" | "actions" | "panel" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "counter" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>, addStatic?: boolean) => {
|
|
8183
8044
|
classes: {
|
|
8184
|
-
|
|
8185
|
-
|
|
8186
|
-
anchor: string;
|
|
8187
|
-
header: string;
|
|
8188
|
-
container: string;
|
|
8045
|
+
title: string;
|
|
8046
|
+
main: string;
|
|
8189
8047
|
root: string;
|
|
8190
|
-
|
|
8191
|
-
|
|
8192
|
-
|
|
8193
|
-
|
|
8194
|
-
headerDisabled: string;
|
|
8195
|
-
headerReadOnly: string;
|
|
8196
|
-
arrowContainer: string;
|
|
8197
|
-
selection: string;
|
|
8198
|
-
selectionDisabled: string;
|
|
8048
|
+
dot: string;
|
|
8049
|
+
controls: string;
|
|
8050
|
+
xs: string;
|
|
8051
|
+
actions: string;
|
|
8199
8052
|
panel: string;
|
|
8200
|
-
|
|
8201
|
-
|
|
8202
|
-
|
|
8203
|
-
|
|
8204
|
-
|
|
8205
|
-
|
|
8206
|
-
|
|
8053
|
+
fullscreen: string;
|
|
8054
|
+
closeButton: string;
|
|
8055
|
+
mainContainer: string;
|
|
8056
|
+
pageCounter: string;
|
|
8057
|
+
mainXs: string;
|
|
8058
|
+
mainFullscreen: string;
|
|
8059
|
+
counterContainer: string;
|
|
8060
|
+
counter: string;
|
|
8061
|
+
slideControls: string;
|
|
8062
|
+
slidesViewport: string;
|
|
8063
|
+
slidesContainer: string;
|
|
8064
|
+
dots: string;
|
|
8065
|
+
dotsXs: string;
|
|
8066
|
+
dotSelected: string;
|
|
8067
|
+
thumbnail: string;
|
|
8068
|
+
thumbnailSelected: string;
|
|
8207
8069
|
};
|
|
8208
8070
|
css: {
|
|
8209
8071
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8212,9 +8074,10 @@ declare const useClasses_13: (classesProp?: Partial<Record<"placeholder" | "arro
|
|
|
8212
8074
|
cx: (...args: any) => string;
|
|
8213
8075
|
};
|
|
8214
8076
|
|
|
8215
|
-
declare const
|
|
8077
|
+
declare const useClasses_103: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
|
|
8216
8078
|
classes: {
|
|
8217
|
-
|
|
8079
|
+
image: string;
|
|
8080
|
+
slide: string;
|
|
8218
8081
|
};
|
|
8219
8082
|
css: {
|
|
8220
8083
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8223,28 +8086,134 @@ declare const useClasses_14: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8223
8086
|
cx: (...args: any) => string;
|
|
8224
8087
|
};
|
|
8225
8088
|
|
|
8226
|
-
declare const
|
|
8089
|
+
declare const useClasses_104: (classesProp?: Partial<Record<"placeholder" | "label" | "root" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
8227
8090
|
classes: {
|
|
8228
|
-
|
|
8091
|
+
placeholder: string;
|
|
8229
8092
|
label: string;
|
|
8230
|
-
container: string;
|
|
8231
|
-
disabled: string;
|
|
8232
8093
|
root: string;
|
|
8233
|
-
|
|
8234
|
-
|
|
8094
|
+
icon: string;
|
|
8095
|
+
error: string;
|
|
8096
|
+
description: string;
|
|
8097
|
+
labelContainer: string;
|
|
8098
|
+
dropdownHeaderInvalid: string;
|
|
8099
|
+
dropdownHeaderOpen: string;
|
|
8100
|
+
dropdownHeader: string;
|
|
8101
|
+
placeholderDisabled: string;
|
|
8102
|
+
dropdownPanel: string;
|
|
8103
|
+
timePopperContainer: string;
|
|
8104
|
+
};
|
|
8105
|
+
css: {
|
|
8106
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8107
|
+
(...args: CSSInterpolation[]): string;
|
|
8108
|
+
};
|
|
8109
|
+
cx: (...args: any) => string;
|
|
8110
|
+
};
|
|
8111
|
+
|
|
8112
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"root" | "popper" | "list", string>>, addStatic?: boolean) => {
|
|
8113
|
+
classes: {
|
|
8114
|
+
root: string;
|
|
8115
|
+
popper: string;
|
|
8116
|
+
list: string;
|
|
8117
|
+
};
|
|
8118
|
+
css: {
|
|
8119
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8120
|
+
(...args: CSSInterpolation[]): string;
|
|
8121
|
+
};
|
|
8122
|
+
cx: (...args: any) => string;
|
|
8123
|
+
};
|
|
8124
|
+
|
|
8125
|
+
declare const useClasses_12: (classesProp?: Partial<Record<"input" | "root" | "disabled" | "readOnly" | "invalid" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>, addStatic?: boolean) => {
|
|
8126
|
+
classes: {
|
|
8127
|
+
input: string;
|
|
8128
|
+
root: string;
|
|
8129
|
+
disabled: string;
|
|
8130
|
+
readOnly: string;
|
|
8131
|
+
invalid: string;
|
|
8132
|
+
resizable: string;
|
|
8133
|
+
inputBorderContainer: string;
|
|
8134
|
+
inputRootInvalid: string;
|
|
8135
|
+
inputRootReadOnly: string;
|
|
8136
|
+
inputRoot: string;
|
|
8137
|
+
inputRootFocused: string;
|
|
8138
|
+
inputRootDisabled: string;
|
|
8139
|
+
inputRootMultiline: string;
|
|
8140
|
+
inputDisabled: string;
|
|
8141
|
+
inputReadOnly: string;
|
|
8142
|
+
inputResizable: string;
|
|
8143
|
+
};
|
|
8144
|
+
css: {
|
|
8235
8145
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8236
8146
|
(...args: CSSInterpolation[]): string;
|
|
8237
8147
|
};
|
|
8238
8148
|
cx: (...args: any) => string;
|
|
8239
8149
|
};
|
|
8240
8150
|
|
|
8241
|
-
declare const
|
|
8151
|
+
declare const useClasses_13: (classesProp?: Partial<Record<"placeholder" | "arrow" | "anchor" | "header" | "root" | "container" | "rootDisabled" | "headerOpen" | "headerOpenUp" | "headerOpenDown" | "headerDisabled" | "headerReadOnly" | "arrowContainer" | "selection" | "selectionDisabled" | "panel" | "panelOpenedUp" | "panelOpenedDown" | "inputExtensionOpen" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
|
|
8152
|
+
classes: {
|
|
8153
|
+
placeholder: string;
|
|
8154
|
+
arrow: string;
|
|
8155
|
+
anchor: string;
|
|
8156
|
+
header: string;
|
|
8157
|
+
root: string;
|
|
8158
|
+
container: string;
|
|
8159
|
+
rootDisabled: string;
|
|
8160
|
+
headerOpen: string;
|
|
8161
|
+
headerOpenUp: string;
|
|
8162
|
+
headerOpenDown: string;
|
|
8163
|
+
headerDisabled: string;
|
|
8164
|
+
headerReadOnly: string;
|
|
8165
|
+
arrowContainer: string;
|
|
8166
|
+
selection: string;
|
|
8167
|
+
selectionDisabled: string;
|
|
8168
|
+
panel: string;
|
|
8169
|
+
panelOpenedUp: string;
|
|
8170
|
+
panelOpenedDown: string;
|
|
8171
|
+
inputExtensionOpen: string;
|
|
8172
|
+
inputExtensionLeftPosition: string;
|
|
8173
|
+
inputExtensionOpenShadow: string;
|
|
8174
|
+
inputExtensionFloatRight: string;
|
|
8175
|
+
inputExtensionFloatLeft: string;
|
|
8176
|
+
};
|
|
8177
|
+
css: {
|
|
8178
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8179
|
+
(...args: CSSInterpolation[]): string;
|
|
8180
|
+
};
|
|
8181
|
+
cx: (...args: any) => string;
|
|
8182
|
+
};
|
|
8183
|
+
|
|
8184
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8185
|
+
classes: {
|
|
8186
|
+
root: string;
|
|
8187
|
+
};
|
|
8188
|
+
css: {
|
|
8189
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8190
|
+
(...args: CSSInterpolation[]): string;
|
|
8191
|
+
};
|
|
8192
|
+
cx: (...args: any) => string;
|
|
8193
|
+
};
|
|
8194
|
+
|
|
8195
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"hidden" | "label" | "root" | "container" | "disabled", string>>, addStatic?: boolean) => {
|
|
8196
|
+
classes: {
|
|
8197
|
+
hidden: string;
|
|
8198
|
+
label: string;
|
|
8199
|
+
root: string;
|
|
8200
|
+
container: string;
|
|
8201
|
+
disabled: string;
|
|
8202
|
+
};
|
|
8203
|
+
css: {
|
|
8204
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8205
|
+
(...args: CSSInterpolation[]): string;
|
|
8206
|
+
};
|
|
8207
|
+
cx: (...args: any) => string;
|
|
8208
|
+
};
|
|
8209
|
+
|
|
8210
|
+
declare const useClasses_16: (classesProp?: Partial<Record<"img" | "root" | "container" | "status" | "square" | "xs" | "sm" | "md" | "lg" | "xl" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
|
|
8242
8211
|
classes: {
|
|
8243
8212
|
img: string;
|
|
8244
|
-
|
|
8213
|
+
root: string;
|
|
8245
8214
|
container: string;
|
|
8215
|
+
status: string;
|
|
8246
8216
|
square: string;
|
|
8247
|
-
root: string;
|
|
8248
8217
|
xs: string;
|
|
8249
8218
|
sm: string;
|
|
8250
8219
|
md: string;
|
|
@@ -8280,11 +8249,11 @@ declare const useClasses_17: (classesProp?: Partial<Record<"root" | "badge" | "b
|
|
|
8280
8249
|
cx: (...args: any) => string;
|
|
8281
8250
|
};
|
|
8282
8251
|
|
|
8283
|
-
declare const useClasses_18: (classesProp?: Partial<Record<"
|
|
8252
|
+
declare const useClasses_18: (classesProp?: Partial<Record<"root" | "icon" | "disabled" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8284
8253
|
classes: {
|
|
8254
|
+
root: string;
|
|
8285
8255
|
icon: string;
|
|
8286
8256
|
disabled: string;
|
|
8287
|
-
root: string;
|
|
8288
8257
|
startIcon: string;
|
|
8289
8258
|
endIcon: string;
|
|
8290
8259
|
focusVisible: string;
|
|
@@ -8296,10 +8265,10 @@ declare const useClasses_18: (classesProp?: Partial<Record<"icon" | "disabled" |
|
|
|
8296
8265
|
cx: (...args: any) => string;
|
|
8297
8266
|
};
|
|
8298
8267
|
|
|
8299
|
-
declare const useClasses_19: (classesProp?: Partial<Record<"
|
|
8268
|
+
declare const useClasses_19: (classesProp?: Partial<Record<"root" | "icon" | "selected" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
|
|
8300
8269
|
classes: {
|
|
8301
|
-
icon: string;
|
|
8302
8270
|
root: string;
|
|
8271
|
+
icon: string;
|
|
8303
8272
|
selected: string;
|
|
8304
8273
|
selectable: string;
|
|
8305
8274
|
semanticContainer: string;
|
|
@@ -8419,10 +8388,10 @@ declare const useClasses_26: (classesProp?: Partial<Record<"root" | "spacing" |
|
|
|
8419
8388
|
cx: (...args: any) => string;
|
|
8420
8389
|
};
|
|
8421
8390
|
|
|
8422
|
-
declare const useClasses_27: (classesProp?: Partial<Record<"
|
|
8391
|
+
declare const useClasses_27: (classesProp?: Partial<Record<"root" | "background" | "warning" | "error" | "success" | "fullscreen" | "closeButton" | "paper" | "statusBar", string>>, addStatic?: boolean) => {
|
|
8423
8392
|
classes: {
|
|
8424
|
-
background: string;
|
|
8425
8393
|
root: string;
|
|
8394
|
+
background: string;
|
|
8426
8395
|
warning: string;
|
|
8427
8396
|
error: string;
|
|
8428
8397
|
success: string;
|
|
@@ -8438,10 +8407,10 @@ declare const useClasses_27: (classesProp?: Partial<Record<"background" | "root"
|
|
|
8438
8407
|
cx: (...args: any) => string;
|
|
8439
8408
|
};
|
|
8440
8409
|
|
|
8441
|
-
declare const useClasses_28: (classesProp?: Partial<Record<"
|
|
8410
|
+
declare const useClasses_28: (classesProp?: Partial<Record<"root" | "background" | "closeButton" | "paper", string>>, addStatic?: boolean) => {
|
|
8442
8411
|
classes: {
|
|
8443
|
-
background: string;
|
|
8444
8412
|
root: string;
|
|
8413
|
+
background: string;
|
|
8445
8414
|
closeButton: string;
|
|
8446
8415
|
paper: string;
|
|
8447
8416
|
};
|
|
@@ -8452,10 +8421,10 @@ declare const useClasses_28: (classesProp?: Partial<Record<"background" | "root"
|
|
|
8452
8421
|
cx: (...args: any) => string;
|
|
8453
8422
|
};
|
|
8454
8423
|
|
|
8455
|
-
declare const useClasses_29: (classesProp?: Partial<Record<"
|
|
8424
|
+
declare const useClasses_29: (classesProp?: Partial<Record<"root" | "container" | "actionContainer" | "containerMessageOnly" | "iconContainer" | "titleContainer" | "textContainer" | "messageContainer", string>>, addStatic?: boolean) => {
|
|
8456
8425
|
classes: {
|
|
8457
|
-
container: string;
|
|
8458
8426
|
root: string;
|
|
8427
|
+
container: string;
|
|
8459
8428
|
actionContainer: string;
|
|
8460
8429
|
containerMessageOnly: string;
|
|
8461
8430
|
iconContainer: string;
|
|
@@ -8470,11 +8439,11 @@ declare const useClasses_29: (classesProp?: Partial<Record<"container" | "root"
|
|
|
8470
8439
|
cx: (...args: any) => string;
|
|
8471
8440
|
};
|
|
8472
8441
|
|
|
8473
|
-
declare const useClasses_3: (classesProp?: Partial<Record<"
|
|
8442
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"root" | "condensed" | "disabled" | "selected" | "focus" | "interactive" | "endAdornment" | "startAdornment" | "gutters" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
|
|
8474
8443
|
classes: {
|
|
8444
|
+
root: string;
|
|
8475
8445
|
condensed: string;
|
|
8476
8446
|
disabled: string;
|
|
8477
|
-
root: string;
|
|
8478
8447
|
selected: string;
|
|
8479
8448
|
focus: string;
|
|
8480
8449
|
interactive: string;
|
|
@@ -8491,11 +8460,11 @@ declare const useClasses_3: (classesProp?: Partial<Record<"condensed" | "disable
|
|
|
8491
8460
|
cx: (...args: any) => string;
|
|
8492
8461
|
};
|
|
8493
8462
|
|
|
8494
|
-
declare const useClasses_30: (classesProp?: Partial<Record<"small" | "
|
|
8463
|
+
declare const useClasses_30: (classesProp?: Partial<Record<"small" | "root" | "separator" | "name" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
|
|
8495
8464
|
classes: {
|
|
8496
8465
|
small: string;
|
|
8497
|
-
separator: string;
|
|
8498
8466
|
root: string;
|
|
8467
|
+
separator: string;
|
|
8499
8468
|
name: string;
|
|
8500
8469
|
rightContainer: string;
|
|
8501
8470
|
copyright: string;
|
|
@@ -8507,11 +8476,54 @@ declare const useClasses_30: (classesProp?: Partial<Record<"small" | "separator"
|
|
|
8507
8476
|
cx: (...args: any) => string;
|
|
8508
8477
|
};
|
|
8509
8478
|
|
|
8510
|
-
declare const useClasses_31: (classesProp?: Partial<Record<"
|
|
8479
|
+
declare const useClasses_31: (classesProp?: Partial<Record<"root" | "container" | "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) => {
|
|
8480
|
+
classes: {
|
|
8481
|
+
root: string;
|
|
8482
|
+
container: string;
|
|
8483
|
+
item: string;
|
|
8484
|
+
zeroMinWidth: string;
|
|
8485
|
+
"direction-xs-column": string;
|
|
8486
|
+
"direction-xs-reverse": string;
|
|
8487
|
+
"direction-xs-row-reverse": string;
|
|
8488
|
+
"wrap-xs-nowrap": string;
|
|
8489
|
+
"wrap-xs-wrap-reverse": string;
|
|
8490
|
+
"spacing-xs-1": string;
|
|
8491
|
+
"spacing-xs-2": string;
|
|
8492
|
+
"spacing-xs-3": string;
|
|
8493
|
+
"spacing-xs-4": string;
|
|
8494
|
+
"spacing-xs-5": string;
|
|
8495
|
+
"spacing-xs-6": string;
|
|
8496
|
+
"spacing-xs-7": string;
|
|
8497
|
+
"spacing-xs-8": string;
|
|
8498
|
+
"spacing-xs-9": string;
|
|
8499
|
+
"spacing-xs-10": string;
|
|
8500
|
+
"grid-xs-auto": string;
|
|
8501
|
+
"grid-xs-true": string;
|
|
8502
|
+
"grid-xs-1": string;
|
|
8503
|
+
"grid-xs-2": string;
|
|
8504
|
+
"grid-xs-3": string;
|
|
8505
|
+
"grid-xs-4": string;
|
|
8506
|
+
"grid-xs-5": string;
|
|
8507
|
+
"grid-xs-6": string;
|
|
8508
|
+
"grid-xs-7": string;
|
|
8509
|
+
"grid-xs-8": string;
|
|
8510
|
+
"grid-xs-9": string;
|
|
8511
|
+
"grid-xs-10": string;
|
|
8512
|
+
"grid-xs-11": string;
|
|
8513
|
+
"grid-xs-12": string;
|
|
8514
|
+
};
|
|
8515
|
+
css: {
|
|
8516
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8517
|
+
(...args: CSSInterpolation[]): string;
|
|
8518
|
+
};
|
|
8519
|
+
cx: (...args: any) => string;
|
|
8520
|
+
};
|
|
8521
|
+
|
|
8522
|
+
declare const useClasses_32: (classesProp?: Partial<Record<"header" | "root" | "backgroundColor", string>>, addStatic?: boolean) => {
|
|
8511
8523
|
classes: {
|
|
8512
8524
|
header: string;
|
|
8513
|
-
backgroundColor: string;
|
|
8514
8525
|
root: string;
|
|
8526
|
+
backgroundColor: string;
|
|
8515
8527
|
};
|
|
8516
8528
|
css: {
|
|
8517
8529
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8520,7 +8532,7 @@ declare const useClasses_31: (classesProp?: Partial<Record<"header" | "backgroun
|
|
|
8520
8532
|
cx: (...args: any) => string;
|
|
8521
8533
|
};
|
|
8522
8534
|
|
|
8523
|
-
declare const
|
|
8535
|
+
declare const useClasses_33: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8524
8536
|
classes: {
|
|
8525
8537
|
root: string;
|
|
8526
8538
|
};
|
|
@@ -8531,10 +8543,10 @@ declare const useClasses_32: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8531
8543
|
cx: (...args: any) => string;
|
|
8532
8544
|
};
|
|
8533
8545
|
|
|
8534
|
-
declare const
|
|
8546
|
+
declare const useClasses_34: (classesProp?: Partial<Record<"root" | "separator", string>>, addStatic?: boolean) => {
|
|
8535
8547
|
classes: {
|
|
8536
|
-
separator: string;
|
|
8537
8548
|
root: string;
|
|
8549
|
+
separator: string;
|
|
8538
8550
|
};
|
|
8539
8551
|
css: {
|
|
8540
8552
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8543,13 +8555,13 @@ declare const useClasses_33: (classesProp?: Partial<Record<"separator" | "root",
|
|
|
8543
8555
|
cx: (...args: any) => string;
|
|
8544
8556
|
};
|
|
8545
8557
|
|
|
8546
|
-
declare const
|
|
8558
|
+
declare const useClasses_35: (classesProp?: Partial<Record<"link" | "button" | "menu" | "root" | "menubar" | "selected", string>>, addStatic?: boolean) => {
|
|
8547
8559
|
classes: {
|
|
8548
8560
|
link: string;
|
|
8549
8561
|
button: string;
|
|
8550
8562
|
menu: string;
|
|
8551
|
-
menubar: string;
|
|
8552
8563
|
root: string;
|
|
8564
|
+
menubar: string;
|
|
8553
8565
|
selected: string;
|
|
8554
8566
|
};
|
|
8555
8567
|
css: {
|
|
@@ -8559,9 +8571,40 @@ declare const useClasses_34: (classesProp?: Partial<Record<"link" | "button" | "
|
|
|
8559
8571
|
cx: (...args: any) => string;
|
|
8560
8572
|
};
|
|
8561
8573
|
|
|
8562
|
-
declare const
|
|
8574
|
+
declare const useClasses_36: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8575
|
+
classes: {
|
|
8576
|
+
root: string;
|
|
8577
|
+
};
|
|
8578
|
+
css: {
|
|
8579
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8580
|
+
(...args: CSSInterpolation[]): string;
|
|
8581
|
+
};
|
|
8582
|
+
cx: (...args: any) => string;
|
|
8583
|
+
};
|
|
8584
|
+
|
|
8585
|
+
declare const useClasses_37: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
|
|
8563
8586
|
classes: {
|
|
8564
8587
|
root: string;
|
|
8588
|
+
visualIndicatorContainer: string;
|
|
8589
|
+
comparisons: string;
|
|
8590
|
+
comparisonContainer: string;
|
|
8591
|
+
comparisonComposition: string;
|
|
8592
|
+
indicatorsContainer: string;
|
|
8593
|
+
indicatorText: string;
|
|
8594
|
+
indicatorUnit: string;
|
|
8595
|
+
spacingToTheRight: string;
|
|
8596
|
+
trendLine: string;
|
|
8597
|
+
};
|
|
8598
|
+
css: {
|
|
8599
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8600
|
+
(...args: CSSInterpolation[]): string;
|
|
8601
|
+
};
|
|
8602
|
+
cx: (...args: any) => string;
|
|
8603
|
+
};
|
|
8604
|
+
|
|
8605
|
+
declare const useClasses_38: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
|
|
8606
|
+
classes: {
|
|
8607
|
+
a: string;
|
|
8565
8608
|
};
|
|
8566
8609
|
css: {
|
|
8567
8610
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8570,13 +8613,13 @@ declare const useClasses_35: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8570
8613
|
cx: (...args: any) => string;
|
|
8571
8614
|
};
|
|
8572
8615
|
|
|
8573
|
-
declare const
|
|
8616
|
+
declare const useClasses_39: (classesProp?: Partial<Record<"hidden" | "small" | "label" | "root" | "overlay" | "blur" | "barContainer" | "loadingBar" | "regular" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
|
|
8574
8617
|
classes: {
|
|
8575
8618
|
hidden: string;
|
|
8576
8619
|
small: string;
|
|
8577
8620
|
label: string;
|
|
8578
|
-
overlay: string;
|
|
8579
8621
|
root: string;
|
|
8622
|
+
overlay: string;
|
|
8580
8623
|
blur: string;
|
|
8581
8624
|
barContainer: string;
|
|
8582
8625
|
loadingBar: string;
|
|
@@ -8591,7 +8634,21 @@ declare const useClasses_36: (classesProp?: Partial<Record<"hidden" | "small" |
|
|
|
8591
8634
|
cx: (...args: any) => string;
|
|
8592
8635
|
};
|
|
8593
8636
|
|
|
8594
|
-
declare const
|
|
8637
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
|
|
8638
|
+
classes: {
|
|
8639
|
+
root: string;
|
|
8640
|
+
counterDisabled: string;
|
|
8641
|
+
gutter: string;
|
|
8642
|
+
overloaded: string;
|
|
8643
|
+
};
|
|
8644
|
+
css: {
|
|
8645
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8646
|
+
(...args: CSSInterpolation[]): string;
|
|
8647
|
+
};
|
|
8648
|
+
cx: (...args: any) => string;
|
|
8649
|
+
};
|
|
8650
|
+
|
|
8651
|
+
declare const useClasses_40: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8595
8652
|
classes: {
|
|
8596
8653
|
root: string;
|
|
8597
8654
|
};
|
|
@@ -8602,7 +8659,7 @@ declare const useClasses_37: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8602
8659
|
cx: (...args: any) => string;
|
|
8603
8660
|
};
|
|
8604
8661
|
|
|
8605
|
-
declare const
|
|
8662
|
+
declare const useClasses_41: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
|
|
8606
8663
|
classes: {
|
|
8607
8664
|
progress: string;
|
|
8608
8665
|
root: string;
|
|
@@ -8620,11 +8677,11 @@ declare const useClasses_38: (classesProp?: Partial<Record<"progress" | "root" |
|
|
|
8620
8677
|
cx: (...args: any) => string;
|
|
8621
8678
|
};
|
|
8622
8679
|
|
|
8623
|
-
declare const
|
|
8680
|
+
declare const useClasses_42: (classesProp?: Partial<Record<"root" | "row" | "column" | "xs" | "sm" | "md" | "lg" | "xl", string>>, addStatic?: boolean) => {
|
|
8624
8681
|
classes: {
|
|
8682
|
+
root: string;
|
|
8625
8683
|
row: string;
|
|
8626
8684
|
column: string;
|
|
8627
|
-
root: string;
|
|
8628
8685
|
xs: string;
|
|
8629
8686
|
sm: string;
|
|
8630
8687
|
md: string;
|
|
@@ -8638,12 +8695,12 @@ declare const useClasses_39: (classesProp?: Partial<Record<"row" | "column" | "r
|
|
|
8638
8695
|
cx: (...args: any) => string;
|
|
8639
8696
|
};
|
|
8640
8697
|
|
|
8641
|
-
declare const
|
|
8698
|
+
declare const useClasses_43: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8642
8699
|
classes: {
|
|
8643
8700
|
root: string;
|
|
8644
|
-
|
|
8645
|
-
|
|
8646
|
-
|
|
8701
|
+
disabled: string;
|
|
8702
|
+
selected: string;
|
|
8703
|
+
focusVisible: string;
|
|
8647
8704
|
};
|
|
8648
8705
|
css: {
|
|
8649
8706
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8652,12 +8709,35 @@ declare const useClasses_4: (classesProp?: Partial<Record<"root" | "counterDisab
|
|
|
8652
8709
|
cx: (...args: any) => string;
|
|
8653
8710
|
};
|
|
8654
8711
|
|
|
8655
|
-
declare const
|
|
8712
|
+
declare const useClasses_44: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer", string>>, addStatic?: boolean) => {
|
|
8656
8713
|
classes: {
|
|
8657
|
-
disabled: string;
|
|
8658
8714
|
root: string;
|
|
8659
|
-
|
|
8715
|
+
indicator: string;
|
|
8716
|
+
scroller: string;
|
|
8717
|
+
flexContainer: string;
|
|
8718
|
+
};
|
|
8719
|
+
css: {
|
|
8720
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8721
|
+
(...args: CSSInterpolation[]): string;
|
|
8722
|
+
};
|
|
8723
|
+
cx: (...args: any) => string;
|
|
8724
|
+
};
|
|
8725
|
+
|
|
8726
|
+
declare const useClasses_45: (classesProp?: Partial<Record<"button" | "label" | "root" | "disabled" | "focusVisible" | "chipRoot" | "tagButton" | "deleteIcon" | "disabledDeleteIcon" | "categorical" | "clickable" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
|
|
8727
|
+
classes: {
|
|
8728
|
+
button: string;
|
|
8729
|
+
label: string;
|
|
8730
|
+
root: string;
|
|
8731
|
+
disabled: string;
|
|
8660
8732
|
focusVisible: string;
|
|
8733
|
+
chipRoot: string;
|
|
8734
|
+
tagButton: string;
|
|
8735
|
+
deleteIcon: string;
|
|
8736
|
+
disabledDeleteIcon: string;
|
|
8737
|
+
categorical: string;
|
|
8738
|
+
clickable: string;
|
|
8739
|
+
categoricalFocus: string;
|
|
8740
|
+
categoricalDisabled: string;
|
|
8661
8741
|
};
|
|
8662
8742
|
css: {
|
|
8663
8743
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8666,12 +8746,19 @@ declare const useClasses_40: (classesProp?: Partial<Record<"disabled" | "root" |
|
|
|
8666
8746
|
cx: (...args: any) => string;
|
|
8667
8747
|
};
|
|
8668
8748
|
|
|
8669
|
-
declare const
|
|
8749
|
+
declare const useClasses_46: (classesProp?: Partial<Record<"title" | "color" | "root" | "tooltip" | "tooltipMulti" | "popper" | "valuesContainer" | "values" | "separatorColor" | "separator" | "valueWrapper", string>>, addStatic?: boolean) => {
|
|
8670
8750
|
classes: {
|
|
8751
|
+
title: string;
|
|
8752
|
+
color: string;
|
|
8671
8753
|
root: string;
|
|
8672
|
-
|
|
8673
|
-
|
|
8674
|
-
|
|
8754
|
+
tooltip: string;
|
|
8755
|
+
tooltipMulti: string;
|
|
8756
|
+
popper: string;
|
|
8757
|
+
valuesContainer: string;
|
|
8758
|
+
values: string;
|
|
8759
|
+
separatorColor: string;
|
|
8760
|
+
separator: string;
|
|
8761
|
+
valueWrapper: string;
|
|
8675
8762
|
};
|
|
8676
8763
|
css: {
|
|
8677
8764
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8680,11 +8767,24 @@ declare const useClasses_41: (classesProp?: Partial<Record<"root" | "indicator"
|
|
|
8680
8767
|
cx: (...args: any) => string;
|
|
8681
8768
|
};
|
|
8682
8769
|
|
|
8683
|
-
declare const
|
|
8770
|
+
declare const useClasses_47: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
|
|
8684
8771
|
classes: {
|
|
8772
|
+
tooltipData: string;
|
|
8773
|
+
tooltipAnchor: string;
|
|
8774
|
+
tooltipAnchorParagraph: string;
|
|
8775
|
+
};
|
|
8776
|
+
css: {
|
|
8777
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8778
|
+
(...args: CSSInterpolation[]): string;
|
|
8779
|
+
};
|
|
8780
|
+
cx: (...args: any) => string;
|
|
8781
|
+
};
|
|
8782
|
+
|
|
8783
|
+
declare const useClasses_48: (classesProp?: Partial<Record<"root" | "icon" | "disabled" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8784
|
+
classes: {
|
|
8785
|
+
root: string;
|
|
8685
8786
|
icon: string;
|
|
8686
8787
|
disabled: string;
|
|
8687
|
-
root: string;
|
|
8688
8788
|
focusVisible: string;
|
|
8689
8789
|
};
|
|
8690
8790
|
css: {
|
|
@@ -8694,11 +8794,11 @@ declare const useClasses_42: (classesProp?: Partial<Record<"icon" | "disabled" |
|
|
|
8694
8794
|
cx: (...args: any) => string;
|
|
8695
8795
|
};
|
|
8696
8796
|
|
|
8697
|
-
declare const
|
|
8797
|
+
declare const useClasses_49: (classesProp?: Partial<Record<"root" | "icon" | "disabled" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8698
8798
|
classes: {
|
|
8799
|
+
root: string;
|
|
8699
8800
|
icon: string;
|
|
8700
8801
|
disabled: string;
|
|
8701
|
-
root: string;
|
|
8702
8802
|
focusVisible: string;
|
|
8703
8803
|
};
|
|
8704
8804
|
css: {
|
|
@@ -8708,12 +8808,28 @@ declare const useClasses_43: (classesProp?: Partial<Record<"icon" | "disabled" |
|
|
|
8708
8808
|
cx: (...args: any) => string;
|
|
8709
8809
|
};
|
|
8710
8810
|
|
|
8711
|
-
declare const
|
|
8811
|
+
declare const useClasses_5: (classesProp?: Partial<Record<"root" | "icon" | "adornment" | "adornmentButton" | "adornmentIcon" | "hideIcon", string>>, addStatic?: boolean) => {
|
|
8812
|
+
classes: {
|
|
8813
|
+
root: string;
|
|
8814
|
+
icon: string;
|
|
8815
|
+
adornment: string;
|
|
8816
|
+
adornmentButton: string;
|
|
8817
|
+
adornmentIcon: string;
|
|
8818
|
+
hideIcon: string;
|
|
8819
|
+
};
|
|
8820
|
+
css: {
|
|
8821
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8822
|
+
(...args: CSSInterpolation[]): string;
|
|
8823
|
+
};
|
|
8824
|
+
cx: (...args: any) => string;
|
|
8825
|
+
};
|
|
8826
|
+
|
|
8827
|
+
declare const useClasses_50: (classesProp?: Partial<Record<"title" | "open" | "root" | "single" | "item" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "actionsContainer" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
|
|
8712
8828
|
classes: {
|
|
8713
8829
|
title: string;
|
|
8714
8830
|
open: string;
|
|
8715
|
-
single: string;
|
|
8716
8831
|
root: string;
|
|
8832
|
+
single: string;
|
|
8717
8833
|
item: string;
|
|
8718
8834
|
itemSelected: string;
|
|
8719
8835
|
itemDisabled: string;
|
|
@@ -8734,13 +8850,13 @@ declare const useClasses_44: (classesProp?: Partial<Record<"title" | "open" | "s
|
|
|
8734
8850
|
cx: (...args: any) => string;
|
|
8735
8851
|
};
|
|
8736
8852
|
|
|
8737
|
-
declare const
|
|
8853
|
+
declare const useClasses_51: (classesProp?: Partial<Record<"title" | "root" | "typography" | "icon" | "disabled" | "selected" | "iconUrl" | "iconInfo", string>>, addStatic?: boolean) => {
|
|
8738
8854
|
classes: {
|
|
8739
8855
|
title: string;
|
|
8856
|
+
root: string;
|
|
8740
8857
|
typography: string;
|
|
8741
8858
|
icon: string;
|
|
8742
8859
|
disabled: string;
|
|
8743
|
-
root: string;
|
|
8744
8860
|
selected: string;
|
|
8745
8861
|
iconUrl: string;
|
|
8746
8862
|
iconInfo: string;
|
|
@@ -8752,12 +8868,12 @@ declare const useClasses_45: (classesProp?: Partial<Record<"title" | "typography
|
|
|
8752
8868
|
cx: (...args: any) => string;
|
|
8753
8869
|
};
|
|
8754
8870
|
|
|
8755
|
-
declare const
|
|
8871
|
+
declare const useClasses_52: (classesProp?: Partial<Record<"track" | "switch" | "root" | "disabled" | "checked" | "readOnly" | "focusVisible" | "thumb" | "switchBase", string>>, addStatic?: boolean) => {
|
|
8756
8872
|
classes: {
|
|
8757
8873
|
track: string;
|
|
8758
8874
|
switch: string;
|
|
8759
|
-
disabled: string;
|
|
8760
8875
|
root: string;
|
|
8876
|
+
disabled: string;
|
|
8761
8877
|
checked: string;
|
|
8762
8878
|
readOnly: string;
|
|
8763
8879
|
focusVisible: string;
|
|
@@ -8771,13 +8887,13 @@ declare const useClasses_46: (classesProp?: Partial<Record<"track" | "switch" |
|
|
|
8771
8887
|
cx: (...args: any) => string;
|
|
8772
8888
|
};
|
|
8773
8889
|
|
|
8774
|
-
declare const
|
|
8890
|
+
declare const useClasses_53: (classesProp?: Partial<Record<"label" | "root" | "container" | "checkbox" | "disabled" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
|
|
8775
8891
|
classes: {
|
|
8776
8892
|
label: string;
|
|
8777
|
-
|
|
8893
|
+
root: string;
|
|
8778
8894
|
container: string;
|
|
8895
|
+
checkbox: string;
|
|
8779
8896
|
disabled: string;
|
|
8780
|
-
root: string;
|
|
8781
8897
|
focusVisible: string;
|
|
8782
8898
|
invalidContainer: string;
|
|
8783
8899
|
invalidCheckbox: string;
|
|
@@ -8789,12 +8905,12 @@ declare const useClasses_47: (classesProp?: Partial<Record<"label" | "checkbox"
|
|
|
8789
8905
|
cx: (...args: any) => string;
|
|
8790
8906
|
};
|
|
8791
8907
|
|
|
8792
|
-
declare const
|
|
8908
|
+
declare const useClasses_54: (classesProp?: Partial<Record<"input" | "label" | "root" | "icon" | "error" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
|
|
8793
8909
|
classes: {
|
|
8794
8910
|
input: string;
|
|
8795
8911
|
label: string;
|
|
8796
|
-
icon: string;
|
|
8797
8912
|
root: string;
|
|
8913
|
+
icon: string;
|
|
8798
8914
|
error: string;
|
|
8799
8915
|
inputBorderContainer: string;
|
|
8800
8916
|
inputRoot: string;
|
|
@@ -8818,7 +8934,7 @@ declare const useClasses_48: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
8818
8934
|
cx: (...args: any) => string;
|
|
8819
8935
|
};
|
|
8820
8936
|
|
|
8821
|
-
declare const
|
|
8937
|
+
declare const useClasses_55: (classesProp?: Partial<Record<"label" | "root" | "error" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
|
|
8822
8938
|
classes: {
|
|
8823
8939
|
label: string;
|
|
8824
8940
|
root: string;
|
|
@@ -8833,14 +8949,16 @@ declare const useClasses_49: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
8833
8949
|
cx: (...args: any) => string;
|
|
8834
8950
|
};
|
|
8835
8951
|
|
|
8836
|
-
declare const
|
|
8952
|
+
declare const useClasses_56: (classesProp?: Partial<Record<"label" | "root" | "container" | "radio" | "disabled" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
|
|
8837
8953
|
classes: {
|
|
8838
|
-
|
|
8954
|
+
label: string;
|
|
8839
8955
|
root: string;
|
|
8840
|
-
|
|
8841
|
-
|
|
8842
|
-
|
|
8843
|
-
|
|
8956
|
+
container: string;
|
|
8957
|
+
radio: string;
|
|
8958
|
+
disabled: string;
|
|
8959
|
+
focusVisible: string;
|
|
8960
|
+
invalidContainer: string;
|
|
8961
|
+
invalidRadio: string;
|
|
8844
8962
|
};
|
|
8845
8963
|
css: {
|
|
8846
8964
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8849,16 +8967,20 @@ declare const useClasses_5: (classesProp?: Partial<Record<"icon" | "root" | "ado
|
|
|
8849
8967
|
cx: (...args: any) => string;
|
|
8850
8968
|
};
|
|
8851
8969
|
|
|
8852
|
-
declare const
|
|
8970
|
+
declare const useClasses_57: (classesProp?: Partial<Record<"input" | "label" | "root" | "disabled" | "baseInput" | "error" | "invalid" | "resizable" | "inputResizable" | "description" | "labelContainer" | "characterCounter", string>>, addStatic?: boolean) => {
|
|
8853
8971
|
classes: {
|
|
8972
|
+
input: string;
|
|
8854
8973
|
label: string;
|
|
8855
|
-
radio: string;
|
|
8856
|
-
container: string;
|
|
8857
|
-
disabled: string;
|
|
8858
8974
|
root: string;
|
|
8859
|
-
|
|
8860
|
-
|
|
8861
|
-
|
|
8975
|
+
disabled: string;
|
|
8976
|
+
baseInput: string;
|
|
8977
|
+
error: string;
|
|
8978
|
+
invalid: string;
|
|
8979
|
+
resizable: string;
|
|
8980
|
+
inputResizable: string;
|
|
8981
|
+
description: string;
|
|
8982
|
+
labelContainer: string;
|
|
8983
|
+
characterCounter: string;
|
|
8862
8984
|
};
|
|
8863
8985
|
css: {
|
|
8864
8986
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8867,20 +8989,33 @@ declare const useClasses_50: (classesProp?: Partial<Record<"label" | "radio" | "
|
|
|
8867
8989
|
cx: (...args: any) => string;
|
|
8868
8990
|
};
|
|
8869
8991
|
|
|
8870
|
-
declare const
|
|
8992
|
+
declare const useClasses_58: (classesProp?: Partial<Record<"input" | "label" | "root" | "disabled" | "readOnly" | "error" | "invalid" | "resizable" | "description" | "labelContainer" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagsList" | "tagInputContainerRoot" | "tagInputRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
|
|
8871
8993
|
classes: {
|
|
8872
8994
|
input: string;
|
|
8873
8995
|
label: string;
|
|
8874
|
-
disabled: string;
|
|
8875
8996
|
root: string;
|
|
8876
|
-
|
|
8997
|
+
disabled: string;
|
|
8998
|
+
readOnly: string;
|
|
8877
8999
|
error: string;
|
|
8878
9000
|
invalid: string;
|
|
8879
9001
|
resizable: string;
|
|
8880
|
-
inputResizable: string;
|
|
8881
9002
|
description: string;
|
|
8882
9003
|
labelContainer: string;
|
|
9004
|
+
suggestionsContainer: string;
|
|
9005
|
+
suggestionList: string;
|
|
9006
|
+
inputExtension: string;
|
|
9007
|
+
chipRoot: string;
|
|
9008
|
+
listItemGutters: string;
|
|
9009
|
+
listItemRoot: string;
|
|
8883
9010
|
characterCounter: string;
|
|
9011
|
+
tagsList: string;
|
|
9012
|
+
tagInputContainerRoot: string;
|
|
9013
|
+
tagInputRoot: string;
|
|
9014
|
+
tagSelected: string;
|
|
9015
|
+
tagInputBorderContainer: string;
|
|
9016
|
+
tagInputRootFocused: string;
|
|
9017
|
+
tagInputRootEmpty: string;
|
|
9018
|
+
singleLine: string;
|
|
8884
9019
|
};
|
|
8885
9020
|
css: {
|
|
8886
9021
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8889,13 +9024,13 @@ declare const useClasses_51: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
8889
9024
|
cx: (...args: any) => string;
|
|
8890
9025
|
};
|
|
8891
9026
|
|
|
8892
|
-
declare const
|
|
9027
|
+
declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "group" | "horizontal" | "vertical" | "error" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
|
|
8893
9028
|
classes: {
|
|
8894
9029
|
label: string;
|
|
9030
|
+
root: string;
|
|
8895
9031
|
group: string;
|
|
8896
9032
|
horizontal: string;
|
|
8897
9033
|
vertical: string;
|
|
8898
|
-
root: string;
|
|
8899
9034
|
error: string;
|
|
8900
9035
|
invalid: string;
|
|
8901
9036
|
selectAll: string;
|
|
@@ -8907,13 +9042,24 @@ declare const useClasses_52: (classesProp?: Partial<Record<"label" | "group" | "
|
|
|
8907
9042
|
cx: (...args: any) => string;
|
|
8908
9043
|
};
|
|
8909
9044
|
|
|
8910
|
-
declare const
|
|
9045
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9046
|
+
classes: {
|
|
9047
|
+
root: string;
|
|
9048
|
+
};
|
|
9049
|
+
css: {
|
|
9050
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9051
|
+
(...args: CSSInterpolation[]): string;
|
|
9052
|
+
};
|
|
9053
|
+
cx: (...args: any) => string;
|
|
9054
|
+
};
|
|
9055
|
+
|
|
9056
|
+
declare const useClasses_60: (classesProp?: Partial<Record<"label" | "root" | "group" | "horizontal" | "vertical" | "error" | "invalid", string>>, addStatic?: boolean) => {
|
|
8911
9057
|
classes: {
|
|
8912
9058
|
label: string;
|
|
9059
|
+
root: string;
|
|
8913
9060
|
group: string;
|
|
8914
9061
|
horizontal: string;
|
|
8915
9062
|
vertical: string;
|
|
8916
|
-
root: string;
|
|
8917
9063
|
error: string;
|
|
8918
9064
|
invalid: string;
|
|
8919
9065
|
};
|
|
@@ -8924,7 +9070,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"label" | "group" | "
|
|
|
8924
9070
|
cx: (...args: any) => string;
|
|
8925
9071
|
};
|
|
8926
9072
|
|
|
8927
|
-
declare const
|
|
9073
|
+
declare const useClasses_61: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
|
|
8928
9074
|
classes: {
|
|
8929
9075
|
overlay: string;
|
|
8930
9076
|
previewButton: string;
|
|
@@ -8936,11 +9082,11 @@ declare const useClasses_54: (classesProp?: Partial<Record<"overlay" | "previewB
|
|
|
8936
9082
|
cx: (...args: any) => string;
|
|
8937
9083
|
};
|
|
8938
9084
|
|
|
8939
|
-
declare const
|
|
9085
|
+
declare const useClasses_62: (classesProp?: Partial<Record<"root" | "progressbar" | "icon" | "removeButton" | "fail" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer", string>>, addStatic?: boolean) => {
|
|
8940
9086
|
classes: {
|
|
9087
|
+
root: string;
|
|
8941
9088
|
progressbar: string;
|
|
8942
9089
|
icon: string;
|
|
8943
|
-
root: string;
|
|
8944
9090
|
removeButton: string;
|
|
8945
9091
|
fail: string;
|
|
8946
9092
|
progressbarBack: string;
|
|
@@ -8955,11 +9101,11 @@ declare const useClasses_55: (classesProp?: Partial<Record<"progressbar" | "icon
|
|
|
8955
9101
|
cx: (...args: any) => string;
|
|
8956
9102
|
};
|
|
8957
9103
|
|
|
8958
|
-
declare const
|
|
9104
|
+
declare const useClasses_63: (classesProp?: Partial<Record<"root" | "container" | "icon" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
|
|
8959
9105
|
classes: {
|
|
9106
|
+
root: string;
|
|
8960
9107
|
container: string;
|
|
8961
9108
|
icon: string;
|
|
8962
|
-
root: string;
|
|
8963
9109
|
baseContainer: string;
|
|
8964
9110
|
iconSelected: string;
|
|
8965
9111
|
menuListRoot: string;
|
|
@@ -8972,10 +9118,10 @@ declare const useClasses_56: (classesProp?: Partial<Record<"container" | "icon"
|
|
|
8972
9118
|
cx: (...args: any) => string;
|
|
8973
9119
|
};
|
|
8974
9120
|
|
|
8975
|
-
declare const
|
|
9121
|
+
declare const useClasses_64: (classesProp?: Partial<Record<"root" | "icon" | "pageSizeOptions" | "iconContainer" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
|
|
8976
9122
|
classes: {
|
|
8977
|
-
icon: string;
|
|
8978
9123
|
root: string;
|
|
9124
|
+
icon: string;
|
|
8979
9125
|
pageSizeOptions: string;
|
|
8980
9126
|
iconContainer: string;
|
|
8981
9127
|
pageSizeTextContainer: string;
|
|
@@ -8994,7 +9140,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"icon" | "root" | "pa
|
|
|
8994
9140
|
cx: (...args: any) => string;
|
|
8995
9141
|
};
|
|
8996
9142
|
|
|
8997
|
-
declare const
|
|
9143
|
+
declare const useClasses_65: (classesProp?: Partial<Record<"button" | "root" | "dropDownMenu" | "actionContainer" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
|
|
8998
9144
|
classes: {
|
|
8999
9145
|
button: string;
|
|
9000
9146
|
root: string;
|
|
@@ -9010,7 +9156,7 @@ declare const useClasses_58: (classesProp?: Partial<Record<"button" | "root" | "
|
|
|
9010
9156
|
cx: (...args: any) => string;
|
|
9011
9157
|
};
|
|
9012
9158
|
|
|
9013
|
-
declare const
|
|
9159
|
+
declare const useClasses_66: (classesProp?: Partial<Record<"link" | "a" | "root" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
|
|
9014
9160
|
classes: {
|
|
9015
9161
|
link: string;
|
|
9016
9162
|
a: string;
|
|
@@ -9027,23 +9173,12 @@ declare const useClasses_59: (classesProp?: Partial<Record<"link" | "a" | "root"
|
|
|
9027
9173
|
cx: (...args: any) => string;
|
|
9028
9174
|
};
|
|
9029
9175
|
|
|
9030
|
-
declare const
|
|
9176
|
+
declare const useClasses_67: (classesProp?: Partial<Record<"root" | "radio" | "horizontal" | "icon" | "radioRoot", string>>, addStatic?: boolean) => {
|
|
9031
9177
|
classes: {
|
|
9032
9178
|
root: string;
|
|
9033
|
-
};
|
|
9034
|
-
css: {
|
|
9035
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9036
|
-
(...args: CSSInterpolation[]): string;
|
|
9037
|
-
};
|
|
9038
|
-
cx: (...args: any) => string;
|
|
9039
|
-
};
|
|
9040
|
-
|
|
9041
|
-
declare const useClasses_60: (classesProp?: Partial<Record<"radio" | "horizontal" | "icon" | "root" | "radioRoot", string>>, addStatic?: boolean) => {
|
|
9042
|
-
classes: {
|
|
9043
9179
|
radio: string;
|
|
9044
9180
|
horizontal: string;
|
|
9045
9181
|
icon: string;
|
|
9046
|
-
root: string;
|
|
9047
9182
|
radioRoot: string;
|
|
9048
9183
|
};
|
|
9049
9184
|
css: {
|
|
@@ -9053,7 +9188,7 @@ declare const useClasses_60: (classesProp?: Partial<Record<"radio" | "horizontal
|
|
|
9053
9188
|
cx: (...args: any) => string;
|
|
9054
9189
|
};
|
|
9055
9190
|
|
|
9056
|
-
declare const
|
|
9191
|
+
declare const useClasses_68: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
|
|
9057
9192
|
classes: {
|
|
9058
9193
|
root: string;
|
|
9059
9194
|
rootClosed: string;
|
|
@@ -9067,7 +9202,7 @@ declare const useClasses_61: (classesProp?: Partial<Record<"root" | "rootClosed"
|
|
|
9067
9202
|
cx: (...args: any) => string;
|
|
9068
9203
|
};
|
|
9069
9204
|
|
|
9070
|
-
declare const
|
|
9205
|
+
declare const useClasses_69: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>, addStatic?: boolean) => {
|
|
9071
9206
|
classes: {
|
|
9072
9207
|
actionContainer: string;
|
|
9073
9208
|
iconContainer: string;
|
|
@@ -9081,10 +9216,23 @@ declare const useClasses_62: (classesProp?: Partial<Record<"actionContainer" | "
|
|
|
9081
9216
|
cx: (...args: any) => string;
|
|
9082
9217
|
};
|
|
9083
9218
|
|
|
9084
|
-
declare const
|
|
9219
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
|
|
9220
|
+
classes: {
|
|
9221
|
+
root: string;
|
|
9222
|
+
labelDisabled: string;
|
|
9223
|
+
childGutter: string;
|
|
9224
|
+
};
|
|
9225
|
+
css: {
|
|
9226
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9227
|
+
(...args: CSSInterpolation[]): string;
|
|
9228
|
+
};
|
|
9229
|
+
cx: (...args: any) => string;
|
|
9230
|
+
};
|
|
9231
|
+
|
|
9232
|
+
declare const useClasses_70: (classesProp?: Partial<Record<"root" | "default" | "warning" | "action" | "error" | "success" | "message" | "baseVariant" | "outContainer", string>>, addStatic?: boolean) => {
|
|
9085
9233
|
classes: {
|
|
9086
|
-
default: string;
|
|
9087
9234
|
root: string;
|
|
9235
|
+
default: string;
|
|
9088
9236
|
warning: string;
|
|
9089
9237
|
action: string;
|
|
9090
9238
|
error: string;
|
|
@@ -9100,7 +9248,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"default" | "root" |
|
|
|
9100
9248
|
cx: (...args: any) => string;
|
|
9101
9249
|
};
|
|
9102
9250
|
|
|
9103
|
-
declare const
|
|
9251
|
+
declare const useClasses_71: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
|
|
9104
9252
|
classes: {
|
|
9105
9253
|
root: string;
|
|
9106
9254
|
anchorOriginTopCenter: string;
|
|
@@ -9117,10 +9265,10 @@ declare const useClasses_64: (classesProp?: Partial<Record<"root" | "anchorOrigi
|
|
|
9117
9265
|
cx: (...args: any) => string;
|
|
9118
9266
|
};
|
|
9119
9267
|
|
|
9120
|
-
declare const
|
|
9268
|
+
declare const useClasses_72: (classesProp?: Partial<Record<"root" | "default" | "warning" | "action" | "error" | "success" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
|
|
9121
9269
|
classes: {
|
|
9122
|
-
default: string;
|
|
9123
9270
|
root: string;
|
|
9271
|
+
default: string;
|
|
9124
9272
|
warning: string;
|
|
9125
9273
|
action: string;
|
|
9126
9274
|
error: string;
|
|
@@ -9137,7 +9285,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"default" | "root" |
|
|
|
9137
9285
|
cx: (...args: any) => string;
|
|
9138
9286
|
};
|
|
9139
9287
|
|
|
9140
|
-
declare const
|
|
9288
|
+
declare const useClasses_73: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
|
|
9141
9289
|
classes: {
|
|
9142
9290
|
snackItemRoot: string;
|
|
9143
9291
|
};
|
|
@@ -9148,7 +9296,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"snackItemRoot", stri
|
|
|
9148
9296
|
cx: (...args: any) => string;
|
|
9149
9297
|
};
|
|
9150
9298
|
|
|
9151
|
-
declare const
|
|
9299
|
+
declare const useClasses_74: (classesProp?: Partial<Record<"root" | "semantic" | "actions" | "selectAllContainer" | "selectAll" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
|
|
9152
9300
|
classes: {
|
|
9153
9301
|
root: string;
|
|
9154
9302
|
semantic: string;
|
|
@@ -9165,7 +9313,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"root" | "semantic" |
|
|
|
9165
9313
|
cx: (...args: any) => string;
|
|
9166
9314
|
};
|
|
9167
9315
|
|
|
9168
|
-
declare const
|
|
9316
|
+
declare const useClasses_75: (classesProp?: Partial<Record<"root" | "name" | "global" | "wrapper" | "actions" | "positionSticky" | "positionFixed" | "globalWrapperComplement" | "globalSectionArea" | "backButton", string>>, addStatic?: boolean) => {
|
|
9169
9317
|
classes: {
|
|
9170
9318
|
root: string;
|
|
9171
9319
|
name: string;
|
|
@@ -9185,7 +9333,7 @@ declare const useClasses_68: (classesProp?: Partial<Record<"root" | "name" | "gl
|
|
|
9185
9333
|
cx: (...args: any) => string;
|
|
9186
9334
|
};
|
|
9187
9335
|
|
|
9188
|
-
declare const
|
|
9336
|
+
declare const useClasses_76: (classesProp?: Partial<Record<"placeholder" | "arrow" | "label" | "root" | "dropdown" | "error" | "selectionDisabled" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
|
|
9189
9337
|
classes: {
|
|
9190
9338
|
placeholder: string;
|
|
9191
9339
|
arrow: string;
|
|
@@ -9209,20 +9357,7 @@ declare const useClasses_69: (classesProp?: Partial<Record<"placeholder" | "arro
|
|
|
9209
9357
|
cx: (...args: any) => string;
|
|
9210
9358
|
};
|
|
9211
9359
|
|
|
9212
|
-
declare const
|
|
9213
|
-
classes: {
|
|
9214
|
-
root: string;
|
|
9215
|
-
labelDisabled: string;
|
|
9216
|
-
childGutter: string;
|
|
9217
|
-
};
|
|
9218
|
-
css: {
|
|
9219
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9220
|
-
(...args: CSSInterpolation[]): string;
|
|
9221
|
-
};
|
|
9222
|
-
cx: (...args: any) => string;
|
|
9223
|
-
};
|
|
9224
|
-
|
|
9225
|
-
declare const useClasses_70: (classesProp?: Partial<Record<"selection" | "selectAllContainer" | "selectAll" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer", string>>, addStatic?: boolean) => {
|
|
9360
|
+
declare const useClasses_77: (classesProp?: Partial<Record<"selection" | "selectAllContainer" | "selectAll" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer", string>>, addStatic?: boolean) => {
|
|
9226
9361
|
classes: {
|
|
9227
9362
|
selection: string;
|
|
9228
9363
|
selectAllContainer: string;
|
|
@@ -9240,7 +9375,7 @@ declare const useClasses_70: (classesProp?: Partial<Record<"selection" | "select
|
|
|
9240
9375
|
cx: (...args: any) => string;
|
|
9241
9376
|
};
|
|
9242
9377
|
|
|
9243
|
-
declare const
|
|
9378
|
+
declare const useClasses_78: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
|
|
9244
9379
|
classes: {
|
|
9245
9380
|
root: string;
|
|
9246
9381
|
stickyHeader: string;
|
|
@@ -9254,9 +9389,22 @@ declare const useClasses_71: (classesProp?: Partial<Record<"root" | "stickyHeade
|
|
|
9254
9389
|
cx: (...args: any) => string;
|
|
9255
9390
|
};
|
|
9256
9391
|
|
|
9257
|
-
declare const
|
|
9392
|
+
declare const useClasses_79: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9393
|
+
classes: {
|
|
9394
|
+
root: string;
|
|
9395
|
+
};
|
|
9396
|
+
css: {
|
|
9397
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9398
|
+
(...args: CSSInterpolation[]): string;
|
|
9399
|
+
};
|
|
9400
|
+
cx: (...args: any) => string;
|
|
9401
|
+
};
|
|
9402
|
+
|
|
9403
|
+
declare const useClasses_8: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
|
|
9258
9404
|
classes: {
|
|
9259
9405
|
root: string;
|
|
9406
|
+
gutter: string;
|
|
9407
|
+
infoDisabled: string;
|
|
9260
9408
|
};
|
|
9261
9409
|
css: {
|
|
9262
9410
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9265,7 +9413,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9265
9413
|
cx: (...args: any) => string;
|
|
9266
9414
|
};
|
|
9267
9415
|
|
|
9268
|
-
declare const
|
|
9416
|
+
declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9269
9417
|
classes: {
|
|
9270
9418
|
root: string;
|
|
9271
9419
|
};
|
|
@@ -9276,7 +9424,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9276
9424
|
cx: (...args: any) => string;
|
|
9277
9425
|
};
|
|
9278
9426
|
|
|
9279
|
-
declare const
|
|
9427
|
+
declare const useClasses_81: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
|
|
9280
9428
|
classes: {
|
|
9281
9429
|
root: string;
|
|
9282
9430
|
stickyHeader: string;
|
|
@@ -9288,13 +9436,13 @@ declare const useClasses_74: (classesProp?: Partial<Record<"root" | "stickyHeade
|
|
|
9288
9436
|
cx: (...args: any) => string;
|
|
9289
9437
|
};
|
|
9290
9438
|
|
|
9291
|
-
declare const
|
|
9439
|
+
declare const useClasses_82: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizer" | "resizable" | "sortable" | "sorted" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortButton" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
|
|
9292
9440
|
classes: {
|
|
9293
9441
|
body: string;
|
|
9294
9442
|
footer: string;
|
|
9295
9443
|
head: string;
|
|
9296
|
-
resizer: string;
|
|
9297
9444
|
root: string;
|
|
9445
|
+
resizer: string;
|
|
9298
9446
|
resizable: string;
|
|
9299
9447
|
sortable: string;
|
|
9300
9448
|
sorted: string;
|
|
@@ -9331,13 +9479,13 @@ declare const useClasses_75: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9331
9479
|
cx: (...args: any) => string;
|
|
9332
9480
|
};
|
|
9333
9481
|
|
|
9334
|
-
declare const
|
|
9482
|
+
declare const useClasses_83: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "expanded" | "selected" | "hover" | "striped" | "variantList" | "variantListHead", string>>, addStatic?: boolean) => {
|
|
9335
9483
|
classes: {
|
|
9336
9484
|
body: string;
|
|
9337
9485
|
footer: string;
|
|
9338
9486
|
head: string;
|
|
9339
|
-
expanded: string;
|
|
9340
9487
|
root: string;
|
|
9488
|
+
expanded: string;
|
|
9341
9489
|
selected: string;
|
|
9342
9490
|
hover: string;
|
|
9343
9491
|
striped: string;
|
|
@@ -9351,7 +9499,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9351
9499
|
cx: (...args: any) => string;
|
|
9352
9500
|
};
|
|
9353
9501
|
|
|
9354
|
-
declare const
|
|
9502
|
+
declare const useClasses_84: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizable" | "sorted" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "variantListHead" | "variantListactions" | "variantListcheckbox", string>>, addStatic?: boolean) => {
|
|
9355
9503
|
classes: {
|
|
9356
9504
|
body: string;
|
|
9357
9505
|
footer: string;
|
|
@@ -9385,7 +9533,7 @@ declare const useClasses_77: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9385
9533
|
cx: (...args: any) => string;
|
|
9386
9534
|
};
|
|
9387
9535
|
|
|
9388
|
-
declare const
|
|
9536
|
+
declare const useClasses_85: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
|
|
9389
9537
|
classes: {
|
|
9390
9538
|
root: string;
|
|
9391
9539
|
formContainer: string;
|
|
@@ -9397,7 +9545,7 @@ declare const useClasses_78: (classesProp?: Partial<Record<"root" | "formContain
|
|
|
9397
9545
|
cx: (...args: any) => string;
|
|
9398
9546
|
};
|
|
9399
9547
|
|
|
9400
|
-
declare const
|
|
9548
|
+
declare const useClasses_86: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
|
|
9401
9549
|
classes: {
|
|
9402
9550
|
section: string;
|
|
9403
9551
|
root: string;
|
|
@@ -9411,11 +9559,9 @@ declare const useClasses_79: (classesProp?: Partial<Record<"section" | "root" |
|
|
|
9411
9559
|
cx: (...args: any) => string;
|
|
9412
9560
|
};
|
|
9413
9561
|
|
|
9414
|
-
declare const
|
|
9562
|
+
declare const useClasses_87: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9415
9563
|
classes: {
|
|
9416
9564
|
root: string;
|
|
9417
|
-
gutter: string;
|
|
9418
|
-
infoDisabled: string;
|
|
9419
9565
|
};
|
|
9420
9566
|
css: {
|
|
9421
9567
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9424,9 +9570,10 @@ declare const useClasses_8: (classesProp?: Partial<Record<"root" | "gutter" | "i
|
|
|
9424
9570
|
cx: (...args: any) => string;
|
|
9425
9571
|
};
|
|
9426
9572
|
|
|
9427
|
-
declare const
|
|
9573
|
+
declare const useClasses_88: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
|
|
9428
9574
|
classes: {
|
|
9429
9575
|
root: string;
|
|
9576
|
+
sortDropdown: string;
|
|
9430
9577
|
};
|
|
9431
9578
|
css: {
|
|
9432
9579
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9435,10 +9582,48 @@ declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9435
9582
|
cx: (...args: any) => string;
|
|
9436
9583
|
};
|
|
9437
9584
|
|
|
9438
|
-
declare const
|
|
9585
|
+
declare const useClasses_89: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
|
|
9439
9586
|
classes: {
|
|
9440
9587
|
root: string;
|
|
9441
|
-
|
|
9588
|
+
rangeCalendarContainer: string;
|
|
9589
|
+
singleCalendar: string;
|
|
9590
|
+
focusSelection: string;
|
|
9591
|
+
calendarMonthlyCell: string;
|
|
9592
|
+
calendarMonthlyCellSelected: string;
|
|
9593
|
+
};
|
|
9594
|
+
css: {
|
|
9595
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9596
|
+
(...args: CSSInterpolation[]): string;
|
|
9597
|
+
};
|
|
9598
|
+
cx: (...args: any) => string;
|
|
9599
|
+
};
|
|
9600
|
+
|
|
9601
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"root" | "show" | "hideText" | "defaultIcon" | "warningText" | "topGutter" | "topBorder", string>>, addStatic?: boolean) => {
|
|
9602
|
+
classes: {
|
|
9603
|
+
root: string;
|
|
9604
|
+
show: string;
|
|
9605
|
+
hideText: string;
|
|
9606
|
+
defaultIcon: string;
|
|
9607
|
+
warningText: string;
|
|
9608
|
+
topGutter: string;
|
|
9609
|
+
topBorder: string;
|
|
9610
|
+
};
|
|
9611
|
+
css: {
|
|
9612
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9613
|
+
(...args: CSSInterpolation[]): string;
|
|
9614
|
+
};
|
|
9615
|
+
cx: (...args: any) => string;
|
|
9616
|
+
};
|
|
9617
|
+
|
|
9618
|
+
declare const useClasses_90: (classesProp?: Partial<Record<"input" | "root" | "invalid" | "inputBorderContainer" | "headerDayOfWeek" | "headerDate" | "invalidMessageStyling", string>>, addStatic?: boolean) => {
|
|
9619
|
+
classes: {
|
|
9620
|
+
input: string;
|
|
9621
|
+
root: string;
|
|
9622
|
+
invalid: string;
|
|
9623
|
+
inputBorderContainer: string;
|
|
9624
|
+
headerDayOfWeek: string;
|
|
9625
|
+
headerDate: string;
|
|
9626
|
+
invalidMessageStyling: string;
|
|
9442
9627
|
};
|
|
9443
9628
|
css: {
|
|
9444
9629
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9447,7 +9632,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"root" | "sortDropdow
|
|
|
9447
9632
|
cx: (...args: any) => string;
|
|
9448
9633
|
};
|
|
9449
9634
|
|
|
9450
|
-
declare const
|
|
9635
|
+
declare const useClasses_91: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
|
|
9451
9636
|
classes: {
|
|
9452
9637
|
label: string;
|
|
9453
9638
|
root: string;
|
|
@@ -9462,11 +9647,11 @@ declare const useClasses_82: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
9462
9647
|
cx: (...args: any) => string;
|
|
9463
9648
|
};
|
|
9464
9649
|
|
|
9465
|
-
declare const
|
|
9650
|
+
declare const useClasses_92: (classesProp?: Partial<Record<"header" | "root" | "space" | "actionBar" | "dropdown" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>, addStatic?: boolean) => {
|
|
9466
9651
|
classes: {
|
|
9467
9652
|
header: string;
|
|
9468
|
-
space: string;
|
|
9469
9653
|
root: string;
|
|
9654
|
+
space: string;
|
|
9470
9655
|
actionBar: string;
|
|
9471
9656
|
dropdown: string;
|
|
9472
9657
|
panel: string;
|
|
@@ -9482,11 +9667,11 @@ declare const useClasses_83: (classesProp?: Partial<Record<"header" | "space" |
|
|
|
9482
9667
|
cx: (...args: any) => string;
|
|
9483
9668
|
};
|
|
9484
9669
|
|
|
9485
|
-
declare const
|
|
9670
|
+
declare const useClasses_93: (classesProp?: Partial<Record<"label" | "root" | "icon" | "dropdown" | "action" | "error" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
|
|
9486
9671
|
classes: {
|
|
9487
9672
|
label: string;
|
|
9488
|
-
icon: string;
|
|
9489
9673
|
root: string;
|
|
9674
|
+
icon: string;
|
|
9490
9675
|
dropdown: string;
|
|
9491
9676
|
action: string;
|
|
9492
9677
|
error: string;
|
|
@@ -9506,7 +9691,7 @@ declare const useClasses_84: (classesProp?: Partial<Record<"label" | "icon" | "r
|
|
|
9506
9691
|
cx: (...args: any) => string;
|
|
9507
9692
|
};
|
|
9508
9693
|
|
|
9509
|
-
declare const
|
|
9694
|
+
declare const useClasses_94: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>, addStatic?: boolean) => {
|
|
9510
9695
|
classes: {
|
|
9511
9696
|
button: string;
|
|
9512
9697
|
text: string;
|
|
@@ -9520,7 +9705,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
9520
9705
|
cx: (...args: any) => string;
|
|
9521
9706
|
};
|
|
9522
9707
|
|
|
9523
|
-
declare const
|
|
9708
|
+
declare const useClasses_95: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
|
|
9524
9709
|
classes: {
|
|
9525
9710
|
root: string;
|
|
9526
9711
|
positionFixed: string;
|
|
@@ -9533,7 +9718,7 @@ declare const useClasses_86: (classesProp?: Partial<Record<"root" | "positionFix
|
|
|
9533
9718
|
cx: (...args: any) => string;
|
|
9534
9719
|
};
|
|
9535
9720
|
|
|
9536
|
-
declare const
|
|
9721
|
+
declare const useClasses_96: (classesProp?: Partial<Record<"button" | "text" | "root" | "selected", string>>, addStatic?: boolean) => {
|
|
9537
9722
|
classes: {
|
|
9538
9723
|
button: string;
|
|
9539
9724
|
text: string;
|
|
@@ -9547,7 +9732,7 @@ declare const useClasses_87: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
9547
9732
|
cx: (...args: any) => string;
|
|
9548
9733
|
};
|
|
9549
9734
|
|
|
9550
|
-
declare const
|
|
9735
|
+
declare const useClasses_97: (classesProp?: Partial<Record<"root" | "selected" | "positionSticky" | "positionFixed" | "notSelectedRoot" | "notSelected", string>>, addStatic?: boolean) => {
|
|
9551
9736
|
classes: {
|
|
9552
9737
|
root: string;
|
|
9553
9738
|
selected: string;
|
|
@@ -9563,13 +9748,13 @@ declare const useClasses_88: (classesProp?: Partial<Record<"root" | "selected" |
|
|
|
9563
9748
|
cx: (...args: any) => string;
|
|
9564
9749
|
};
|
|
9565
9750
|
|
|
9566
|
-
declare const
|
|
9751
|
+
declare const useClasses_98: (classesProp?: Partial<Record<"button" | "input" | "text" | "root" | "icon" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
|
|
9567
9752
|
classes: {
|
|
9568
9753
|
button: string;
|
|
9569
9754
|
input: string;
|
|
9570
9755
|
text: string;
|
|
9571
|
-
icon: string;
|
|
9572
9756
|
root: string;
|
|
9757
|
+
icon: string;
|
|
9573
9758
|
inputBorderContainer: string;
|
|
9574
9759
|
inputRoot: string;
|
|
9575
9760
|
largeText: string;
|
|
@@ -9583,143 +9768,9 @@ declare const useClasses_89: (classesProp?: Partial<Record<"button" | "input" |
|
|
|
9583
9768
|
cx: (...args: any) => string;
|
|
9584
9769
|
};
|
|
9585
9770
|
|
|
9586
|
-
declare const
|
|
9587
|
-
classes: {
|
|
9588
|
-
show: string;
|
|
9589
|
-
root: string;
|
|
9590
|
-
hideText: string;
|
|
9591
|
-
defaultIcon: string;
|
|
9592
|
-
warningText: string;
|
|
9593
|
-
topGutter: string;
|
|
9594
|
-
topBorder: string;
|
|
9595
|
-
};
|
|
9596
|
-
css: {
|
|
9597
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9598
|
-
(...args: CSSInterpolation[]): string;
|
|
9599
|
-
};
|
|
9600
|
-
cx: (...args: any) => string;
|
|
9601
|
-
};
|
|
9602
|
-
|
|
9603
|
-
declare const useClasses_90: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9604
|
-
classes: {
|
|
9605
|
-
root: string;
|
|
9606
|
-
};
|
|
9607
|
-
css: {
|
|
9608
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9609
|
-
(...args: CSSInterpolation[]): string;
|
|
9610
|
-
};
|
|
9611
|
-
cx: (...args: any) => string;
|
|
9612
|
-
};
|
|
9613
|
-
|
|
9614
|
-
declare const useClasses_91: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
|
|
9615
|
-
classes: {
|
|
9616
|
-
root: string;
|
|
9617
|
-
removeButton: string;
|
|
9618
|
-
topGroup: string;
|
|
9619
|
-
subGroup: string;
|
|
9620
|
-
combinator: string;
|
|
9621
|
-
topCombinator: string;
|
|
9622
|
-
combinatorButton: string;
|
|
9623
|
-
topRemoveButton: string;
|
|
9624
|
-
topRemoveButtonDisabled: string;
|
|
9625
|
-
rulesContainer: string;
|
|
9626
|
-
subRulesContainer: string;
|
|
9627
|
-
actionButtonContainer: string;
|
|
9628
|
-
topActionButtonContainer: string;
|
|
9629
|
-
topRulesContainer: string;
|
|
9630
|
-
buttonBackground: string;
|
|
9631
|
-
};
|
|
9632
|
-
css: {
|
|
9633
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9634
|
-
(...args: CSSInterpolation[]): string;
|
|
9635
|
-
};
|
|
9636
|
-
cx: (...args: any) => string;
|
|
9637
|
-
};
|
|
9638
|
-
|
|
9639
|
-
declare const useClasses_92: (classesProp?: Partial<Record<"label" | "root" | "colorPicker" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
9640
|
-
classes: {
|
|
9641
|
-
label: string;
|
|
9642
|
-
root: string;
|
|
9643
|
-
colorPicker: string;
|
|
9644
|
-
panel: string;
|
|
9645
|
-
description: string;
|
|
9646
|
-
labelContainer: string;
|
|
9647
|
-
headerColorValue: string;
|
|
9648
|
-
headerColorIcon: string;
|
|
9649
|
-
colorPickerIcon: string;
|
|
9650
|
-
recommendedColorsRoot: string;
|
|
9651
|
-
dropdownRootIconOnly: string;
|
|
9652
|
-
headerColorIconOnly: string;
|
|
9653
|
-
pickerFields: string;
|
|
9654
|
-
};
|
|
9655
|
-
css: {
|
|
9656
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9657
|
-
(...args: CSSInterpolation[]): string;
|
|
9658
|
-
};
|
|
9659
|
-
cx: (...args: any) => string;
|
|
9660
|
-
};
|
|
9661
|
-
|
|
9662
|
-
declare const useClasses_93: (classesProp?: Partial<Record<"title" | "main" | "dot" | "root" | "controls" | "xs" | "actions" | "panel" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "counter" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>, addStatic?: boolean) => {
|
|
9663
|
-
classes: {
|
|
9664
|
-
title: string;
|
|
9665
|
-
main: string;
|
|
9666
|
-
dot: string;
|
|
9667
|
-
root: string;
|
|
9668
|
-
controls: string;
|
|
9669
|
-
xs: string;
|
|
9670
|
-
actions: string;
|
|
9671
|
-
panel: string;
|
|
9672
|
-
fullscreen: string;
|
|
9673
|
-
closeButton: string;
|
|
9674
|
-
mainContainer: string;
|
|
9675
|
-
pageCounter: string;
|
|
9676
|
-
mainXs: string;
|
|
9677
|
-
mainFullscreen: string;
|
|
9678
|
-
counterContainer: string;
|
|
9679
|
-
counter: string;
|
|
9680
|
-
slideControls: string;
|
|
9681
|
-
slidesViewport: string;
|
|
9682
|
-
slidesContainer: string;
|
|
9683
|
-
dots: string;
|
|
9684
|
-
dotsXs: string;
|
|
9685
|
-
dotSelected: string;
|
|
9686
|
-
thumbnail: string;
|
|
9687
|
-
thumbnailSelected: string;
|
|
9688
|
-
};
|
|
9689
|
-
css: {
|
|
9690
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9691
|
-
(...args: CSSInterpolation[]): string;
|
|
9692
|
-
};
|
|
9693
|
-
cx: (...args: any) => string;
|
|
9694
|
-
};
|
|
9695
|
-
|
|
9696
|
-
declare const useClasses_94: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
|
|
9697
|
-
classes: {
|
|
9698
|
-
image: string;
|
|
9699
|
-
slide: string;
|
|
9700
|
-
};
|
|
9701
|
-
css: {
|
|
9702
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9703
|
-
(...args: CSSInterpolation[]): string;
|
|
9704
|
-
};
|
|
9705
|
-
cx: (...args: any) => string;
|
|
9706
|
-
};
|
|
9707
|
-
|
|
9708
|
-
declare const useClasses_95: (classesProp?: Partial<Record<"placeholder" | "label" | "icon" | "root" | "error" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
9771
|
+
declare const useClasses_99: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9709
9772
|
classes: {
|
|
9710
|
-
placeholder: string;
|
|
9711
|
-
label: string;
|
|
9712
|
-
icon: string;
|
|
9713
9773
|
root: string;
|
|
9714
|
-
error: string;
|
|
9715
|
-
description: string;
|
|
9716
|
-
labelContainer: string;
|
|
9717
|
-
dropdownHeaderInvalid: string;
|
|
9718
|
-
dropdownHeaderOpen: string;
|
|
9719
|
-
dropdownHeader: string;
|
|
9720
|
-
placeholderDisabled: string;
|
|
9721
|
-
dropdownPanel: string;
|
|
9722
|
-
timePopperContainer: string;
|
|
9723
9774
|
};
|
|
9724
9775
|
css: {
|
|
9725
9776
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -10039,7 +10090,7 @@ export declare function useSavedState<T>(defaultState: T): [T | undefined, (v?:
|
|
|
10039
10090
|
|
|
10040
10091
|
export declare const useScrollTo: (selectedIndexProp?: number, scrollElementId?: string | undefined, href?: boolean, offset?: number, options?: HvScrollToVerticalOption[], onChange?: ((event: Event | React.MouseEvent<HTMLDivElement> | React.KeyboardEvent<HTMLDivElement>, index: number) => void) | undefined, direction?: "column" | "row") => [number, (event: React.MouseEvent<HTMLDivElement> | React.KeyboardEvent<HTMLDivElement>, id: string, index: number, wrappedOnChange?: ((index: number) => void) | undefined) => void];
|
|
10041
10092
|
|
|
10042
|
-
export declare const useSelectionPath: (data:
|
|
10093
|
+
export declare const useSelectionPath: (data: HvHeaderNavigationItemProp[], selectedId?: string) => string[];
|
|
10043
10094
|
|
|
10044
10095
|
export declare type UseTableStylesProps = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
|
|
10045
10096
|
pluginName: string;
|
|
@@ -10054,8 +10105,8 @@ export declare const useWidth: () => Breakpoint_2;
|
|
|
10054
10105
|
declare type ValueOf<T> = T[keyof T];
|
|
10055
10106
|
|
|
10056
10107
|
export declare const verticalNavigationClasses: {
|
|
10057
|
-
slider: "HvVerticalNavigation-slider";
|
|
10058
10108
|
root: "HvVerticalNavigation-root";
|
|
10109
|
+
slider: "HvVerticalNavigation-slider";
|
|
10059
10110
|
collapsed: "HvVerticalNavigation-collapsed";
|
|
10060
10111
|
};
|
|
10061
10112
|
|
|
@@ -10090,9 +10141,9 @@ export declare const verticalNavigationSliderClasses: {
|
|
|
10090
10141
|
};
|
|
10091
10142
|
|
|
10092
10143
|
export declare const verticalNavigationTreeClasses: {
|
|
10144
|
+
root: "HvVerticalNavigationTree-root";
|
|
10093
10145
|
list: "HvVerticalNavigationTree-list";
|
|
10094
10146
|
popup: "HvVerticalNavigationTree-popup";
|
|
10095
|
-
root: "HvVerticalNavigationTree-root";
|
|
10096
10147
|
listItem: "HvVerticalNavigationTree-listItem";
|
|
10097
10148
|
collapsed: "HvVerticalNavigationTree-collapsed";
|
|
10098
10149
|
navigationPopup: "HvVerticalNavigationTree-navigationPopup";
|
|
@@ -10108,8 +10159,8 @@ export declare const verticalScrollListItemClasses: {
|
|
|
10108
10159
|
export declare type VisibilitySelectorActions = "previous_month" | "next_month" | "previous_year" | "next_year" | "month" | "month_year";
|
|
10109
10160
|
|
|
10110
10161
|
export declare const warningTextClasses: {
|
|
10111
|
-
show: "HvWarningText-show";
|
|
10112
10162
|
root: "HvWarningText-root";
|
|
10163
|
+
show: "HvWarningText-show";
|
|
10113
10164
|
hideText: "HvWarningText-hideText";
|
|
10114
10165
|
defaultIcon: "HvWarningText-defaultIcon";
|
|
10115
10166
|
warningText: "HvWarningText-warningText";
|