@hitachivantara/uikit-react-core 5.24.3 → 5.24.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/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/Slider/Slider.cjs +45 -29
- package/dist/cjs/components/Slider/Slider.cjs.map +1 -1
- package/dist/cjs/components/Slider/Slider.styles.cjs +66 -150
- package/dist/cjs/components/Slider/Slider.styles.cjs.map +1 -1
- package/dist/cjs/components/Slider/SliderInput/SliderInput.cjs +13 -9
- package/dist/cjs/components/Slider/SliderInput/SliderInput.cjs.map +1 -1
- package/dist/cjs/components/Slider/SliderInput/SliderInput.styles.cjs +16 -51
- package/dist/cjs/components/Slider/SliderInput/SliderInput.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 +20 -20
- 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/Slider/Slider.js +45 -31
- package/dist/esm/components/Slider/Slider.js.map +1 -1
- package/dist/esm/components/Slider/Slider.styles.js +67 -147
- package/dist/esm/components/Slider/Slider.styles.js.map +1 -1
- package/dist/esm/components/Slider/SliderInput/SliderInput.js +16 -11
- package/dist/esm/components/Slider/SliderInput/SliderInput.js.map +1 -1
- package/dist/esm/components/Slider/SliderInput/SliderInput.styles.js +16 -49
- package/dist/esm/components/Slider/SliderInput/SliderInput.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 +750 -690
- 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/Slider/SliderInput/sliderInputClasses.cjs +0 -8
- package/dist/cjs/components/Slider/SliderInput/sliderInputClasses.cjs.map +0 -1
- package/dist/cjs/components/Slider/sliderClasses.cjs +0 -8
- package/dist/cjs/components/Slider/sliderClasses.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/Slider/SliderInput/sliderInputClasses.js +0 -8
- package/dist/esm/components/Slider/SliderInput/sliderInputClasses.js.map +0 -1
- package/dist/esm/components/Slider/sliderClasses.js +0 -8
- package/dist/esm/components/Slider/sliderClasses.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_103>;
|
|
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_103>;
|
|
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_104>;
|
|
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_103>;
|
|
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_102>;
|
|
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_94>;
|
|
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_92>;
|
|
3500
3485
|
|
|
3501
|
-
declare type HvFilterGroupContentClasses = ExtractNames<typeof
|
|
3486
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_93>;
|
|
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_97>;
|
|
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_99>;
|
|
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_101>;
|
|
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_98>;
|
|
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_96>;
|
|
5221
5159
|
|
|
5222
5160
|
export declare interface HvScrollToVerticalOption {
|
|
5223
5161
|
key?: string;
|
|
@@ -5363,26 +5301,7 @@ export declare interface HvSimpleGridProps extends HvBaseProps {
|
|
|
5363
5301
|
*/
|
|
5364
5302
|
export declare const HvSlider: (props: HvSliderProps) => JSX_2.Element;
|
|
5365
5303
|
|
|
5366
|
-
export declare
|
|
5367
|
-
root?: string;
|
|
5368
|
-
rootRange?: string;
|
|
5369
|
-
labelContainer?: string;
|
|
5370
|
-
label?: string;
|
|
5371
|
-
handle?: string;
|
|
5372
|
-
handleContainer?: string;
|
|
5373
|
-
sliderBase?: string;
|
|
5374
|
-
sliderRoot?: string;
|
|
5375
|
-
trackDragging?: string;
|
|
5376
|
-
rootDisabled?: string;
|
|
5377
|
-
trackStandBy?: string;
|
|
5378
|
-
error?: string;
|
|
5379
|
-
handleHiddenContainer?: string;
|
|
5380
|
-
handleContainerDisabled?: string;
|
|
5381
|
-
labelIncluded?: string;
|
|
5382
|
-
onlyInput?: string;
|
|
5383
|
-
sliderTooltip?: string;
|
|
5384
|
-
sliderContainer?: string;
|
|
5385
|
-
}
|
|
5304
|
+
export declare type HvSliderClasses = ExtractNames<typeof useClasses_91>;
|
|
5386
5305
|
|
|
5387
5306
|
export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
|
|
5388
5307
|
/**
|
|
@@ -5524,11 +5443,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
|
|
|
5524
5443
|
*/
|
|
5525
5444
|
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
5445
|
|
|
5527
|
-
export declare type HvSnackbarClasses = ExtractNames<typeof
|
|
5446
|
+
export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_71>;
|
|
5528
5447
|
|
|
5529
5448
|
export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
5530
5449
|
|
|
5531
|
-
export declare type HvSnackbarContentClasses = ExtractNames<typeof
|
|
5450
|
+
export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_72>;
|
|
5532
5451
|
|
|
5533
5452
|
export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes">, HvBaseProps {
|
|
5534
5453
|
/** The message to display. */
|
|
@@ -5582,7 +5501,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
|
|
|
5582
5501
|
|
|
5583
5502
|
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
|
|
5584
5503
|
|
|
5585
|
-
export declare type HvSnackbarProviderClasses = ExtractNames<typeof
|
|
5504
|
+
export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_73>;
|
|
5586
5505
|
|
|
5587
5506
|
export declare interface HvSnackbarProviderProps {
|
|
5588
5507
|
/** Your component tree. */
|
|
@@ -5612,7 +5531,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_2.Element;
|
|
|
5612
5531
|
export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
|
|
5613
5532
|
}
|
|
5614
5533
|
|
|
5615
|
-
export declare type HvStackClasses = ExtractNames<typeof
|
|
5534
|
+
export declare type HvStackClasses = ExtractNames<typeof useClasses_42>;
|
|
5616
5535
|
|
|
5617
5536
|
export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
|
|
5618
5537
|
|
|
@@ -5674,7 +5593,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
|
|
|
5674
5593
|
*/
|
|
5675
5594
|
export declare const HvSwitch: (props: HvSwitchProps) => JSX_2.Element;
|
|
5676
5595
|
|
|
5677
|
-
export declare type HvSwitchClasses = ExtractNames<typeof
|
|
5596
|
+
export declare type HvSwitchClasses = ExtractNames<typeof useClasses_55>;
|
|
5678
5597
|
|
|
5679
5598
|
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
5599
|
|
|
@@ -5799,7 +5718,7 @@ export declare interface HvSwitchProps extends Omit<SwitchProps_2, "onChange" |
|
|
|
5799
5718
|
|
|
5800
5719
|
export declare const HvTab: (props: HvTabProps) => JSX_2.Element;
|
|
5801
5720
|
|
|
5802
|
-
export declare type HvTabClasses = ExtractNames<typeof
|
|
5721
|
+
export declare type HvTabClasses = ExtractNames<typeof useClasses_43>;
|
|
5803
5722
|
|
|
5804
5723
|
/**
|
|
5805
5724
|
* A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
|
|
@@ -5819,7 +5738,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
|
|
|
5819
5738
|
*/
|
|
5820
5739
|
export declare const HvTableBody: React_2.ForwardRefExoticComponent<HvTableBodyProps & React_2.RefAttributes<HTMLElement>>;
|
|
5821
5740
|
|
|
5822
|
-
export declare type HvTableBodyClasses = ExtractNames<typeof
|
|
5741
|
+
export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_80>;
|
|
5823
5742
|
|
|
5824
5743
|
export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
|
|
5825
5744
|
/**
|
|
@@ -5853,7 +5772,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
5853
5772
|
|
|
5854
5773
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
5855
5774
|
|
|
5856
|
-
export declare type HvTableCellClasses = ExtractNames<typeof
|
|
5775
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_84>;
|
|
5857
5776
|
|
|
5858
5777
|
export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
5859
5778
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -5892,7 +5811,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
|
|
|
5892
5811
|
|
|
5893
5812
|
export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
|
|
5894
5813
|
|
|
5895
|
-
export declare type HvTableClasses = ExtractNames<typeof
|
|
5814
|
+
export declare type HvTableClasses = ExtractNames<typeof useClasses_78>;
|
|
5896
5815
|
|
|
5897
5816
|
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
5817
|
|
|
@@ -5906,7 +5825,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
|
|
|
5906
5825
|
*/
|
|
5907
5826
|
export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
|
|
5908
5827
|
|
|
5909
|
-
export declare type HvTableContainerClasses = ExtractNames<typeof
|
|
5828
|
+
export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_79>;
|
|
5910
5829
|
|
|
5911
5830
|
export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
|
|
5912
5831
|
/**
|
|
@@ -5930,14 +5849,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
|
|
|
5930
5849
|
*/
|
|
5931
5850
|
export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
|
|
5932
5851
|
|
|
5933
|
-
export declare type HvTableHeadClasses = ExtractNames<typeof
|
|
5852
|
+
export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_81>;
|
|
5934
5853
|
|
|
5935
5854
|
/**
|
|
5936
5855
|
* `HvTableHeader` acts as a `th` element and inherits styles from its context
|
|
5937
5856
|
*/
|
|
5938
5857
|
export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
|
|
5939
5858
|
|
|
5940
|
-
export declare type HvTableHeaderClasses = ExtractNames<typeof
|
|
5859
|
+
export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_82>;
|
|
5941
5860
|
|
|
5942
5861
|
export declare interface HvTableHeaderProps extends Omit<ThHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
5943
5862
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
|
|
@@ -6076,7 +5995,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
|
|
|
6076
5995
|
*/
|
|
6077
5996
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
6078
5997
|
|
|
6079
|
-
export declare type HvTableRowClasses = ExtractNames<typeof
|
|
5998
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_83>;
|
|
6080
5999
|
|
|
6081
6000
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
6082
6001
|
/** Content to be rendered */
|
|
@@ -6120,7 +6039,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children">, HvBasePr
|
|
|
6120
6039
|
*/
|
|
6121
6040
|
export declare const HvTabs: (props: HvTabsProps) => JSX_2.Element;
|
|
6122
6041
|
|
|
6123
|
-
export declare type HvTabsClasses = ExtractNames<typeof
|
|
6042
|
+
export declare type HvTabsClasses = ExtractNames<typeof useClasses_44>;
|
|
6124
6043
|
|
|
6125
6044
|
export declare interface HvTabsProps extends TabsProps, HvBaseProps<HTMLButtonElement, "onChange"> {
|
|
6126
6045
|
/**
|
|
@@ -6147,21 +6066,7 @@ export declare interface HvTabsProps extends TabsProps, HvBaseProps<HTMLButtonEl
|
|
|
6147
6066
|
*/
|
|
6148
6067
|
export declare const HvTag: (props: HvTagProps) => JSX_2.Element;
|
|
6149
6068
|
|
|
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
|
-
}
|
|
6069
|
+
export declare type HvTagClasses = ExtractNames<typeof useClasses_45>;
|
|
6165
6070
|
|
|
6166
6071
|
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
6072
|
|
|
@@ -6200,56 +6105,7 @@ export declare interface HvTagProps extends Omit<ChipProps, "color" | "classes">
|
|
|
6200
6105
|
*/
|
|
6201
6106
|
export declare const HvTagsInput: (props: HvTagsInputProps) => JSX_2.Element;
|
|
6202
6107
|
|
|
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
|
-
}
|
|
6108
|
+
export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_58>;
|
|
6253
6109
|
|
|
6254
6110
|
export declare interface HvTagsInputProps extends HvBaseProps<HTMLElement, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "color" | "defaultValue"> {
|
|
6255
6111
|
/** The form element name. */
|
|
@@ -6324,7 +6180,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
|
|
|
6324
6180
|
*/
|
|
6325
6181
|
export declare const HvTextArea: ForwardRefExoticComponent<Omit<HvTextAreaProps, "ref"> & RefAttributes<any>>;
|
|
6326
6182
|
|
|
6327
|
-
export declare type HvTextAreaClasses = ExtractNames<typeof
|
|
6183
|
+
export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_57>;
|
|
6328
6184
|
|
|
6329
6185
|
export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus"> {
|
|
6330
6186
|
/**
|
|
@@ -6469,7 +6325,7 @@ declare interface HvThemeProviderProps {
|
|
|
6469
6325
|
*/
|
|
6470
6326
|
export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: HvTimeAgoProps<C>) => React.ReactElement | null;
|
|
6471
6327
|
|
|
6472
|
-
export declare type HvTimeAgoClasses = ExtractNames<typeof
|
|
6328
|
+
export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_100>;
|
|
6473
6329
|
|
|
6474
6330
|
export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
|
|
6475
6331
|
/**
|
|
@@ -6505,7 +6361,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
|
|
|
6505
6361
|
*/
|
|
6506
6362
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
6507
6363
|
|
|
6508
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6364
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_105>;
|
|
6509
6365
|
|
|
6510
6366
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
6511
6367
|
|
|
@@ -6581,30 +6437,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
|
|
|
6581
6437
|
*/
|
|
6582
6438
|
export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
|
|
6583
6439
|
|
|
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
|
-
}
|
|
6440
|
+
export declare type HvTooltipClasses = ExtractNames<typeof useClasses_46>;
|
|
6608
6441
|
|
|
6609
6442
|
export declare type HvTooltipPlacementType = TooltipProps["placement"];
|
|
6610
6443
|
|
|
@@ -7215,7 +7048,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7215
7048
|
children?: React.ReactNode;
|
|
7216
7049
|
}
|
|
7217
7050
|
|
|
7218
|
-
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof
|
|
7051
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_95>;
|
|
7219
7052
|
|
|
7220
7053
|
/**
|
|
7221
7054
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
@@ -7259,8 +7092,8 @@ export declare const inlineEditorClasses: {
|
|
|
7259
7092
|
button: "HvInlineEditor-button";
|
|
7260
7093
|
input: "HvInlineEditor-input";
|
|
7261
7094
|
text: "HvInlineEditor-text";
|
|
7262
|
-
icon: "HvInlineEditor-icon";
|
|
7263
7095
|
root: "HvInlineEditor-root";
|
|
7096
|
+
icon: "HvInlineEditor-icon";
|
|
7264
7097
|
inputBorderContainer: "HvInlineEditor-inputBorderContainer";
|
|
7265
7098
|
inputRoot: "HvInlineEditor-inputRoot";
|
|
7266
7099
|
largeText: "HvInlineEditor-largeText";
|
|
@@ -7271,8 +7104,8 @@ export declare const inlineEditorClasses: {
|
|
|
7271
7104
|
export declare const inputClasses: {
|
|
7272
7105
|
input: "HvInput-input";
|
|
7273
7106
|
label: "HvInput-label";
|
|
7274
|
-
icon: "HvInput-icon";
|
|
7275
7107
|
root: "HvInput-root";
|
|
7108
|
+
icon: "HvInput-icon";
|
|
7276
7109
|
error: "HvInput-error";
|
|
7277
7110
|
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
7278
7111
|
inputRoot: "HvInput-inputRoot";
|
|
@@ -7371,9 +7204,9 @@ export declare const listContainerClasses: {
|
|
|
7371
7204
|
};
|
|
7372
7205
|
|
|
7373
7206
|
export declare const listItemClasses: {
|
|
7207
|
+
root: "HvListItem-root";
|
|
7374
7208
|
condensed: "HvListItem-condensed";
|
|
7375
7209
|
disabled: "HvListItem-disabled";
|
|
7376
|
-
root: "HvListItem-root";
|
|
7377
7210
|
selected: "HvListItem-selected";
|
|
7378
7211
|
focus: "HvListItem-focus";
|
|
7379
7212
|
interactive: "HvListItem-interactive";
|
|
@@ -7388,8 +7221,8 @@ export declare const loadingClasses: {
|
|
|
7388
7221
|
hidden: "HvLoading-hidden";
|
|
7389
7222
|
small: "HvLoading-small";
|
|
7390
7223
|
label: "HvLoading-label";
|
|
7391
|
-
overlay: "HvLoading-overlay";
|
|
7392
7224
|
root: "HvLoading-root";
|
|
7225
|
+
overlay: "HvLoading-overlay";
|
|
7393
7226
|
blur: "HvLoading-blur";
|
|
7394
7227
|
barContainer: "HvLoading-barContainer";
|
|
7395
7228
|
loadingBar: "HvLoading-loadingBar";
|
|
@@ -7405,8 +7238,8 @@ export declare const loginClasses: {
|
|
|
7405
7238
|
|
|
7406
7239
|
export declare const multiButtonClasses: {
|
|
7407
7240
|
button: "HvMultiButton-button";
|
|
7408
|
-
vertical: "HvMultiButton-vertical";
|
|
7409
7241
|
root: "HvMultiButton-root";
|
|
7242
|
+
vertical: "HvMultiButton-vertical";
|
|
7410
7243
|
selected: "HvMultiButton-selected";
|
|
7411
7244
|
};
|
|
7412
7245
|
|
|
@@ -7445,15 +7278,14 @@ export declare const outlineStyles: {
|
|
|
7445
7278
|
};
|
|
7446
7279
|
|
|
7447
7280
|
export declare const overflowTooltipClasses: {
|
|
7448
|
-
|
|
7281
|
+
tooltipData: "HvOverflowTooltip-tooltipData";
|
|
7449
7282
|
tooltipAnchor: "HvOverflowTooltip-tooltipAnchor";
|
|
7450
7283
|
tooltipAnchorParagraph: "HvOverflowTooltip-tooltipAnchorParagraph";
|
|
7451
|
-
tooltipData: "HvOverflowTooltip-tooltipData";
|
|
7452
7284
|
};
|
|
7453
7285
|
|
|
7454
7286
|
export declare const paginationClasses: {
|
|
7455
|
-
icon: "HvPagination-icon";
|
|
7456
7287
|
root: "HvPagination-root";
|
|
7288
|
+
icon: "HvPagination-icon";
|
|
7457
7289
|
pageSizeOptions: "HvPagination-pageSizeOptions";
|
|
7458
7290
|
iconContainer: "HvPagination-iconContainer";
|
|
7459
7291
|
pageSizeTextContainer: "HvPagination-pageSizeTextContainer";
|
|
@@ -7656,10 +7488,10 @@ declare type QueryRuleValue = string | number | boolean | NumericRange | DateTim
|
|
|
7656
7488
|
|
|
7657
7489
|
export declare const radioClasses: {
|
|
7658
7490
|
label: "HvRadio-label";
|
|
7659
|
-
|
|
7491
|
+
root: "HvRadio-root";
|
|
7660
7492
|
container: "HvRadio-container";
|
|
7493
|
+
radio: "HvRadio-radio";
|
|
7661
7494
|
disabled: "HvRadio-disabled";
|
|
7662
|
-
root: "HvRadio-root";
|
|
7663
7495
|
focusVisible: "HvRadio-focusVisible";
|
|
7664
7496
|
invalidContainer: "HvRadio-invalidContainer";
|
|
7665
7497
|
invalidRadio: "HvRadio-invalidRadio";
|
|
@@ -7667,10 +7499,10 @@ export declare const radioClasses: {
|
|
|
7667
7499
|
|
|
7668
7500
|
export declare const radioGroupClasses: {
|
|
7669
7501
|
label: "HvRadioGroup-label";
|
|
7502
|
+
root: "HvRadioGroup-root";
|
|
7670
7503
|
group: "HvRadioGroup-group";
|
|
7671
7504
|
horizontal: "HvRadioGroup-horizontal";
|
|
7672
7505
|
vertical: "HvRadioGroup-vertical";
|
|
7673
|
-
root: "HvRadioGroup-root";
|
|
7674
7506
|
error: "HvRadioGroup-error";
|
|
7675
7507
|
invalid: "HvRadioGroup-invalid";
|
|
7676
7508
|
};
|
|
@@ -7710,10 +7542,10 @@ export declare const scrollToVerticalClasses: {
|
|
|
7710
7542
|
|
|
7711
7543
|
export declare const selectionListClasses: {
|
|
7712
7544
|
label: "HvSelectionList-label";
|
|
7545
|
+
root: "HvSelectionList-root";
|
|
7713
7546
|
listbox: "HvSelectionList-listbox";
|
|
7714
7547
|
horizontal: "HvSelectionList-horizontal";
|
|
7715
7548
|
vertical: "HvSelectionList-vertical";
|
|
7716
|
-
root: "HvSelectionList-root";
|
|
7717
7549
|
error: "HvSelectionList-error";
|
|
7718
7550
|
invalid: "HvSelectionList-invalid";
|
|
7719
7551
|
description: "HvSelectionList-description";
|
|
@@ -7734,19 +7566,19 @@ export declare const sliderClasses: {
|
|
|
7734
7566
|
error: "HvSlider-error";
|
|
7735
7567
|
rootDisabled: "HvSlider-rootDisabled";
|
|
7736
7568
|
labelContainer: "HvSlider-labelContainer";
|
|
7737
|
-
rootRange: "HvSlider-rootRange";
|
|
7738
|
-
handle: "HvSlider-handle";
|
|
7739
|
-
handleContainer: "HvSlider-handleContainer";
|
|
7740
7569
|
sliderBase: "HvSlider-sliderBase";
|
|
7741
|
-
|
|
7570
|
+
sliderContainer: "HvSlider-sliderContainer";
|
|
7742
7571
|
trackDragging: "HvSlider-trackDragging";
|
|
7743
7572
|
trackStandBy: "HvSlider-trackStandBy";
|
|
7744
|
-
|
|
7573
|
+
sliderRoot: "HvSlider-sliderRoot";
|
|
7574
|
+
rootRange: "HvSlider-rootRange";
|
|
7575
|
+
handleContainer: "HvSlider-handleContainer";
|
|
7576
|
+
handle: "HvSlider-handle";
|
|
7745
7577
|
handleContainerDisabled: "HvSlider-handleContainerDisabled";
|
|
7578
|
+
handleHiddenContainer: "HvSlider-handleHiddenContainer";
|
|
7746
7579
|
labelIncluded: "HvSlider-labelIncluded";
|
|
7747
7580
|
onlyInput: "HvSlider-onlyInput";
|
|
7748
7581
|
sliderTooltip: "HvSlider-sliderTooltip";
|
|
7749
|
-
sliderContainer: "HvSlider-sliderContainer";
|
|
7750
7582
|
};
|
|
7751
7583
|
|
|
7752
7584
|
export declare const snackbarClasses: {
|
|
@@ -7760,8 +7592,8 @@ export declare const snackbarClasses: {
|
|
|
7760
7592
|
};
|
|
7761
7593
|
|
|
7762
7594
|
export declare const snackbarContentClasses: {
|
|
7763
|
-
default: "HvSnackbar-Content-default";
|
|
7764
7595
|
root: "HvSnackbar-Content-root";
|
|
7596
|
+
default: "HvSnackbar-Content-default";
|
|
7765
7597
|
warning: "HvSnackbar-Content-warning";
|
|
7766
7598
|
action: "HvSnackbar-Content-action";
|
|
7767
7599
|
error: "HvSnackbar-Content-error";
|
|
@@ -7779,9 +7611,9 @@ export declare const snackbarProviderClasses: {
|
|
|
7779
7611
|
export declare type Spacing = "sm" | "md" | "lg" | "xl";
|
|
7780
7612
|
|
|
7781
7613
|
export declare const stackClasses: {
|
|
7614
|
+
root: "HvStack-root";
|
|
7782
7615
|
row: "HvStack-row";
|
|
7783
7616
|
column: "HvStack-column";
|
|
7784
|
-
root: "HvStack-root";
|
|
7785
7617
|
xs: "HvStack-xs";
|
|
7786
7618
|
sm: "HvStack-sm";
|
|
7787
7619
|
md: "HvStack-md";
|
|
@@ -7792,9 +7624,9 @@ export declare const stackClasses: {
|
|
|
7792
7624
|
declare type StringKey<D> = Extract<keyof D, string>;
|
|
7793
7625
|
|
|
7794
7626
|
export declare const suggestionsClasses: {
|
|
7795
|
-
list: "HvSuggestions-list";
|
|
7796
7627
|
root: "HvSuggestions-root";
|
|
7797
7628
|
popper: "HvSuggestions-popper";
|
|
7629
|
+
list: "HvSuggestions-list";
|
|
7798
7630
|
};
|
|
7799
7631
|
|
|
7800
7632
|
export declare const switchClasses: {
|
|
@@ -7808,8 +7640,8 @@ export declare const switchClasses: {
|
|
|
7808
7640
|
declare type SxProps = React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
|
|
7809
7641
|
|
|
7810
7642
|
export declare const tabClasses: {
|
|
7811
|
-
disabled: "HvTab-disabled";
|
|
7812
7643
|
root: "HvTab-root";
|
|
7644
|
+
disabled: "HvTab-disabled";
|
|
7813
7645
|
selected: "HvTab-selected";
|
|
7814
7646
|
focusVisible: "HvTab-focusVisible";
|
|
7815
7647
|
};
|
|
@@ -7865,8 +7697,8 @@ export declare const tableHeaderClasses: {
|
|
|
7865
7697
|
body: "HvTableHeader-body";
|
|
7866
7698
|
footer: "HvTableHeader-footer";
|
|
7867
7699
|
head: "HvTableHeader-head";
|
|
7868
|
-
resizer: "HvTableHeader-resizer";
|
|
7869
7700
|
root: "HvTableHeader-root";
|
|
7701
|
+
resizer: "HvTableHeader-resizer";
|
|
7870
7702
|
resizable: "HvTableHeader-resizable";
|
|
7871
7703
|
sortable: "HvTableHeader-sortable";
|
|
7872
7704
|
sorted: "HvTableHeader-sorted";
|
|
@@ -7901,8 +7733,8 @@ export declare const tableRowClasses: {
|
|
|
7901
7733
|
body: "HvTableRow-body";
|
|
7902
7734
|
footer: "HvTableRow-footer";
|
|
7903
7735
|
head: "HvTableRow-head";
|
|
7904
|
-
expanded: "HvTableRow-expanded";
|
|
7905
7736
|
root: "HvTableRow-root";
|
|
7737
|
+
expanded: "HvTableRow-expanded";
|
|
7906
7738
|
selected: "HvTableRow-selected";
|
|
7907
7739
|
hover: "HvTableRow-hover";
|
|
7908
7740
|
striped: "HvTableRow-striped";
|
|
@@ -7920,24 +7752,25 @@ export declare const tabsClasses: {
|
|
|
7920
7752
|
export declare const tagClasses: {
|
|
7921
7753
|
button: "HvTag-button";
|
|
7922
7754
|
label: "HvTag-label";
|
|
7923
|
-
disabled: "HvTag-disabled";
|
|
7924
7755
|
root: "HvTag-root";
|
|
7756
|
+
disabled: "HvTag-disabled";
|
|
7925
7757
|
focusVisible: "HvTag-focusVisible";
|
|
7926
|
-
clickable: "HvTag-clickable";
|
|
7927
|
-
deleteIcon: "HvTag-deleteIcon";
|
|
7928
|
-
tagButton: "HvTag-tagButton";
|
|
7929
7758
|
chipRoot: "HvTag-chipRoot";
|
|
7759
|
+
tagButton: "HvTag-tagButton";
|
|
7760
|
+
deleteIcon: "HvTag-deleteIcon";
|
|
7761
|
+
disabledDeleteIcon: "HvTag-disabledDeleteIcon";
|
|
7930
7762
|
categorical: "HvTag-categorical";
|
|
7763
|
+
clickable: "HvTag-clickable";
|
|
7931
7764
|
categoricalFocus: "HvTag-categoricalFocus";
|
|
7932
7765
|
categoricalDisabled: "HvTag-categoricalDisabled";
|
|
7933
|
-
disabledDeleteIcon: "HvTag-disabledDeleteIcon";
|
|
7934
7766
|
};
|
|
7935
7767
|
|
|
7936
7768
|
export declare const tagsInputClasses: {
|
|
7937
7769
|
input: "HvTagsInput-input";
|
|
7938
7770
|
label: "HvTagsInput-label";
|
|
7939
|
-
disabled: "HvTagsInput-disabled";
|
|
7940
7771
|
root: "HvTagsInput-root";
|
|
7772
|
+
disabled: "HvTagsInput-disabled";
|
|
7773
|
+
readOnly: "HvTagsInput-readOnly";
|
|
7941
7774
|
error: "HvTagsInput-error";
|
|
7942
7775
|
invalid: "HvTagsInput-invalid";
|
|
7943
7776
|
resizable: "HvTagsInput-resizable";
|
|
@@ -7963,8 +7796,8 @@ export declare const tagsInputClasses: {
|
|
|
7963
7796
|
export declare const textAreaClasses: {
|
|
7964
7797
|
input: "HvTextArea-input";
|
|
7965
7798
|
label: "HvTextArea-label";
|
|
7966
|
-
disabled: "HvTextArea-disabled";
|
|
7967
7799
|
root: "HvTextArea-root";
|
|
7800
|
+
disabled: "HvTextArea-disabled";
|
|
7968
7801
|
baseInput: "HvTextArea-baseInput";
|
|
7969
7802
|
error: "HvTextArea-error";
|
|
7970
7803
|
invalid: "HvTextArea-invalid";
|
|
@@ -7988,8 +7821,8 @@ export declare type TimeFormat = "12" | "24";
|
|
|
7988
7821
|
export declare const timePickerClasses: {
|
|
7989
7822
|
placeholder: "HvTimePicker-placeholder";
|
|
7990
7823
|
label: "HvTimePicker-label";
|
|
7991
|
-
icon: "HvTimePicker-icon";
|
|
7992
7824
|
root: "HvTimePicker-root";
|
|
7825
|
+
icon: "HvTimePicker-icon";
|
|
7993
7826
|
error: "HvTimePicker-error";
|
|
7994
7827
|
description: "HvTimePicker-description";
|
|
7995
7828
|
labelContainer: "HvTimePicker-labelContainer";
|
|
@@ -8004,14 +7837,14 @@ export declare const timePickerClasses: {
|
|
|
8004
7837
|
export declare const tooltipClasses: {
|
|
8005
7838
|
title: "HvTooltip-title";
|
|
8006
7839
|
color: "HvTooltip-color";
|
|
8007
|
-
separator: "HvTooltip-separator";
|
|
8008
|
-
tooltip: "HvTooltip-tooltip";
|
|
8009
7840
|
root: "HvTooltip-root";
|
|
8010
|
-
|
|
8011
|
-
popper: "HvTooltip-popper";
|
|
7841
|
+
tooltip: "HvTooltip-tooltip";
|
|
8012
7842
|
tooltipMulti: "HvTooltip-tooltipMulti";
|
|
7843
|
+
popper: "HvTooltip-popper";
|
|
8013
7844
|
valuesContainer: "HvTooltip-valuesContainer";
|
|
7845
|
+
values: "HvTooltip-values";
|
|
8014
7846
|
separatorColor: "HvTooltip-separatorColor";
|
|
7847
|
+
separator: "HvTooltip-separator";
|
|
8015
7848
|
valueWrapper: "HvTooltip-valueWrapper";
|
|
8016
7849
|
};
|
|
8017
7850
|
|
|
@@ -8041,6 +7874,7 @@ export declare const typographyClasses: {
|
|
|
8041
7874
|
link: "HvTypography-link";
|
|
8042
7875
|
body: "HvTypography-body";
|
|
8043
7876
|
label: "HvTypography-label";
|
|
7877
|
+
root: "HvTypography-root";
|
|
8044
7878
|
display: "HvTypography-display";
|
|
8045
7879
|
disabled: "HvTypography-disabled";
|
|
8046
7880
|
noWrap: "HvTypography-noWrap";
|
|
@@ -8069,7 +7903,6 @@ export declare const typographyClasses: {
|
|
|
8069
7903
|
vizText: "HvTypography-vizText";
|
|
8070
7904
|
vizTextDisabled: "HvTypography-vizTextDisabled";
|
|
8071
7905
|
xsInlineLink: "HvTypography-xsInlineLink";
|
|
8072
|
-
root: "HvTypography-root";
|
|
8073
7906
|
isLink: "HvTypography-isLink";
|
|
8074
7907
|
};
|
|
8075
7908
|
|
|
@@ -8079,11 +7912,12 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
|
|
|
8079
7912
|
pluginName: string;
|
|
8080
7913
|
};
|
|
8081
7914
|
|
|
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" | "
|
|
7915
|
+
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
7916
|
classes: {
|
|
8084
7917
|
link: string;
|
|
8085
7918
|
body: string;
|
|
8086
7919
|
label: string;
|
|
7920
|
+
root: string;
|
|
8087
7921
|
display: string;
|
|
8088
7922
|
disabled: string;
|
|
8089
7923
|
noWrap: string;
|
|
@@ -8112,7 +7946,6 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
|
|
|
8112
7946
|
vizText: string;
|
|
8113
7947
|
vizTextDisabled: string;
|
|
8114
7948
|
xsInlineLink: string;
|
|
8115
|
-
root: string;
|
|
8116
7949
|
isLink: string;
|
|
8117
7950
|
};
|
|
8118
7951
|
css: {
|
|
@@ -8122,13 +7955,13 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
|
|
|
8122
7955
|
cx: (...args: any) => string;
|
|
8123
7956
|
};
|
|
8124
7957
|
|
|
8125
|
-
declare const useClasses_10: (classesProp?: Partial<Record<"label" | "
|
|
7958
|
+
declare const useClasses_10: (classesProp?: Partial<Record<"label" | "root" | "listbox" | "horizontal" | "vertical" | "error" | "invalid" | "description", string>>, addStatic?: boolean) => {
|
|
8126
7959
|
classes: {
|
|
8127
7960
|
label: string;
|
|
7961
|
+
root: string;
|
|
8128
7962
|
listbox: string;
|
|
8129
7963
|
horizontal: string;
|
|
8130
7964
|
vertical: string;
|
|
8131
|
-
root: string;
|
|
8132
7965
|
error: string;
|
|
8133
7966
|
invalid: string;
|
|
8134
7967
|
description: string;
|
|
@@ -8140,11 +7973,9 @@ declare const useClasses_10: (classesProp?: Partial<Record<"label" | "listbox" |
|
|
|
8140
7973
|
cx: (...args: any) => string;
|
|
8141
7974
|
};
|
|
8142
7975
|
|
|
8143
|
-
declare const
|
|
7976
|
+
declare const useClasses_100: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8144
7977
|
classes: {
|
|
8145
|
-
list: string;
|
|
8146
7978
|
root: string;
|
|
8147
|
-
popper: string;
|
|
8148
7979
|
};
|
|
8149
7980
|
css: {
|
|
8150
7981
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8153,24 +7984,23 @@ declare const useClasses_11: (classesProp?: Partial<Record<"list" | "root" | "po
|
|
|
8153
7984
|
cx: (...args: any) => string;
|
|
8154
7985
|
};
|
|
8155
7986
|
|
|
8156
|
-
declare const
|
|
7987
|
+
declare const useClasses_101: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
|
|
8157
7988
|
classes: {
|
|
8158
|
-
input: string;
|
|
8159
|
-
disabled: string;
|
|
8160
7989
|
root: string;
|
|
8161
|
-
|
|
8162
|
-
|
|
8163
|
-
|
|
8164
|
-
|
|
8165
|
-
|
|
8166
|
-
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
|
|
7990
|
+
removeButton: string;
|
|
7991
|
+
topGroup: string;
|
|
7992
|
+
subGroup: string;
|
|
7993
|
+
combinator: string;
|
|
7994
|
+
topCombinator: string;
|
|
7995
|
+
combinatorButton: string;
|
|
7996
|
+
topRemoveButton: string;
|
|
7997
|
+
topRemoveButtonDisabled: string;
|
|
7998
|
+
rulesContainer: string;
|
|
7999
|
+
subRulesContainer: string;
|
|
8000
|
+
actionButtonContainer: string;
|
|
8001
|
+
topActionButtonContainer: string;
|
|
8002
|
+
topRulesContainer: string;
|
|
8003
|
+
buttonBackground: string;
|
|
8174
8004
|
};
|
|
8175
8005
|
css: {
|
|
8176
8006
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8179,42 +8009,21 @@ declare const useClasses_12: (classesProp?: Partial<Record<"input" | "disabled"
|
|
|
8179
8009
|
cx: (...args: any) => string;
|
|
8180
8010
|
};
|
|
8181
8011
|
|
|
8182
|
-
declare const
|
|
8012
|
+
declare const useClasses_102: (classesProp?: Partial<Record<"label" | "root" | "colorPicker" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
8183
8013
|
classes: {
|
|
8184
|
-
|
|
8185
|
-
arrow: string;
|
|
8186
|
-
anchor: string;
|
|
8187
|
-
header: string;
|
|
8188
|
-
container: string;
|
|
8014
|
+
label: string;
|
|
8189
8015
|
root: string;
|
|
8190
|
-
|
|
8191
|
-
headerOpen: string;
|
|
8192
|
-
headerOpenUp: string;
|
|
8193
|
-
headerOpenDown: string;
|
|
8194
|
-
headerDisabled: string;
|
|
8195
|
-
headerReadOnly: string;
|
|
8196
|
-
arrowContainer: string;
|
|
8197
|
-
selection: string;
|
|
8198
|
-
selectionDisabled: string;
|
|
8016
|
+
colorPicker: string;
|
|
8199
8017
|
panel: string;
|
|
8200
|
-
|
|
8201
|
-
|
|
8202
|
-
|
|
8203
|
-
|
|
8204
|
-
|
|
8205
|
-
|
|
8206
|
-
|
|
8207
|
-
|
|
8208
|
-
|
|
8209
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8210
|
-
(...args: CSSInterpolation[]): string;
|
|
8211
|
-
};
|
|
8212
|
-
cx: (...args: any) => string;
|
|
8213
|
-
};
|
|
8214
|
-
|
|
8215
|
-
declare const useClasses_14: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8216
|
-
classes: {
|
|
8217
|
-
root: string;
|
|
8018
|
+
description: string;
|
|
8019
|
+
labelContainer: string;
|
|
8020
|
+
headerColorValue: string;
|
|
8021
|
+
headerColorIcon: string;
|
|
8022
|
+
colorPickerIcon: string;
|
|
8023
|
+
recommendedColorsRoot: string;
|
|
8024
|
+
dropdownRootIconOnly: string;
|
|
8025
|
+
headerColorIconOnly: string;
|
|
8026
|
+
pickerFields: string;
|
|
8218
8027
|
};
|
|
8219
8028
|
css: {
|
|
8220
8029
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8223,14 +8032,107 @@ declare const useClasses_14: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8223
8032
|
cx: (...args: any) => string;
|
|
8224
8033
|
};
|
|
8225
8034
|
|
|
8226
|
-
declare const
|
|
8035
|
+
declare const useClasses_103: (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) => {
|
|
8227
8036
|
classes: {
|
|
8228
|
-
|
|
8229
|
-
|
|
8230
|
-
container: string;
|
|
8231
|
-
disabled: string;
|
|
8037
|
+
title: string;
|
|
8038
|
+
main: string;
|
|
8232
8039
|
root: string;
|
|
8233
|
-
|
|
8040
|
+
dot: string;
|
|
8041
|
+
controls: string;
|
|
8042
|
+
xs: string;
|
|
8043
|
+
actions: string;
|
|
8044
|
+
panel: string;
|
|
8045
|
+
fullscreen: string;
|
|
8046
|
+
closeButton: string;
|
|
8047
|
+
mainContainer: string;
|
|
8048
|
+
pageCounter: string;
|
|
8049
|
+
mainXs: string;
|
|
8050
|
+
mainFullscreen: string;
|
|
8051
|
+
counterContainer: string;
|
|
8052
|
+
counter: string;
|
|
8053
|
+
slideControls: string;
|
|
8054
|
+
slidesViewport: string;
|
|
8055
|
+
slidesContainer: string;
|
|
8056
|
+
dots: string;
|
|
8057
|
+
dotsXs: string;
|
|
8058
|
+
dotSelected: string;
|
|
8059
|
+
thumbnail: string;
|
|
8060
|
+
thumbnailSelected: string;
|
|
8061
|
+
};
|
|
8062
|
+
css: {
|
|
8063
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8064
|
+
(...args: CSSInterpolation[]): string;
|
|
8065
|
+
};
|
|
8066
|
+
cx: (...args: any) => string;
|
|
8067
|
+
};
|
|
8068
|
+
|
|
8069
|
+
declare const useClasses_104: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
|
|
8070
|
+
classes: {
|
|
8071
|
+
image: string;
|
|
8072
|
+
slide: string;
|
|
8073
|
+
};
|
|
8074
|
+
css: {
|
|
8075
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8076
|
+
(...args: CSSInterpolation[]): string;
|
|
8077
|
+
};
|
|
8078
|
+
cx: (...args: any) => string;
|
|
8079
|
+
};
|
|
8080
|
+
|
|
8081
|
+
declare const useClasses_105: (classesProp?: Partial<Record<"placeholder" | "label" | "root" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
8082
|
+
classes: {
|
|
8083
|
+
placeholder: string;
|
|
8084
|
+
label: string;
|
|
8085
|
+
root: string;
|
|
8086
|
+
icon: string;
|
|
8087
|
+
error: string;
|
|
8088
|
+
description: string;
|
|
8089
|
+
labelContainer: string;
|
|
8090
|
+
dropdownHeaderInvalid: string;
|
|
8091
|
+
dropdownHeaderOpen: string;
|
|
8092
|
+
dropdownHeader: string;
|
|
8093
|
+
placeholderDisabled: string;
|
|
8094
|
+
dropdownPanel: string;
|
|
8095
|
+
timePopperContainer: string;
|
|
8096
|
+
};
|
|
8097
|
+
css: {
|
|
8098
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8099
|
+
(...args: CSSInterpolation[]): string;
|
|
8100
|
+
};
|
|
8101
|
+
cx: (...args: any) => string;
|
|
8102
|
+
};
|
|
8103
|
+
|
|
8104
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"root" | "popper" | "list", string>>, addStatic?: boolean) => {
|
|
8105
|
+
classes: {
|
|
8106
|
+
root: string;
|
|
8107
|
+
popper: string;
|
|
8108
|
+
list: string;
|
|
8109
|
+
};
|
|
8110
|
+
css: {
|
|
8111
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8112
|
+
(...args: CSSInterpolation[]): string;
|
|
8113
|
+
};
|
|
8114
|
+
cx: (...args: any) => string;
|
|
8115
|
+
};
|
|
8116
|
+
|
|
8117
|
+
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) => {
|
|
8118
|
+
classes: {
|
|
8119
|
+
input: string;
|
|
8120
|
+
root: string;
|
|
8121
|
+
disabled: string;
|
|
8122
|
+
readOnly: string;
|
|
8123
|
+
invalid: string;
|
|
8124
|
+
resizable: string;
|
|
8125
|
+
inputBorderContainer: string;
|
|
8126
|
+
inputRootInvalid: string;
|
|
8127
|
+
inputRootReadOnly: string;
|
|
8128
|
+
inputRoot: string;
|
|
8129
|
+
inputRootFocused: string;
|
|
8130
|
+
inputRootDisabled: string;
|
|
8131
|
+
inputRootMultiline: string;
|
|
8132
|
+
inputDisabled: string;
|
|
8133
|
+
inputReadOnly: string;
|
|
8134
|
+
inputResizable: string;
|
|
8135
|
+
};
|
|
8234
8136
|
css: {
|
|
8235
8137
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8236
8138
|
(...args: CSSInterpolation[]): string;
|
|
@@ -8238,13 +8140,72 @@ declare const useClasses_15: (classesProp?: Partial<Record<"hidden" | "label" |
|
|
|
8238
8140
|
cx: (...args: any) => string;
|
|
8239
8141
|
};
|
|
8240
8142
|
|
|
8241
|
-
declare const
|
|
8143
|
+
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) => {
|
|
8144
|
+
classes: {
|
|
8145
|
+
placeholder: string;
|
|
8146
|
+
arrow: string;
|
|
8147
|
+
anchor: string;
|
|
8148
|
+
header: string;
|
|
8149
|
+
root: string;
|
|
8150
|
+
container: string;
|
|
8151
|
+
rootDisabled: string;
|
|
8152
|
+
headerOpen: string;
|
|
8153
|
+
headerOpenUp: string;
|
|
8154
|
+
headerOpenDown: string;
|
|
8155
|
+
headerDisabled: string;
|
|
8156
|
+
headerReadOnly: string;
|
|
8157
|
+
arrowContainer: string;
|
|
8158
|
+
selection: string;
|
|
8159
|
+
selectionDisabled: string;
|
|
8160
|
+
panel: string;
|
|
8161
|
+
panelOpenedUp: string;
|
|
8162
|
+
panelOpenedDown: string;
|
|
8163
|
+
inputExtensionOpen: string;
|
|
8164
|
+
inputExtensionLeftPosition: string;
|
|
8165
|
+
inputExtensionOpenShadow: string;
|
|
8166
|
+
inputExtensionFloatRight: string;
|
|
8167
|
+
inputExtensionFloatLeft: string;
|
|
8168
|
+
};
|
|
8169
|
+
css: {
|
|
8170
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8171
|
+
(...args: CSSInterpolation[]): string;
|
|
8172
|
+
};
|
|
8173
|
+
cx: (...args: any) => string;
|
|
8174
|
+
};
|
|
8175
|
+
|
|
8176
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8177
|
+
classes: {
|
|
8178
|
+
root: string;
|
|
8179
|
+
};
|
|
8180
|
+
css: {
|
|
8181
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8182
|
+
(...args: CSSInterpolation[]): string;
|
|
8183
|
+
};
|
|
8184
|
+
cx: (...args: any) => string;
|
|
8185
|
+
};
|
|
8186
|
+
|
|
8187
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"hidden" | "label" | "root" | "container" | "disabled", string>>, addStatic?: boolean) => {
|
|
8188
|
+
classes: {
|
|
8189
|
+
hidden: string;
|
|
8190
|
+
label: string;
|
|
8191
|
+
root: string;
|
|
8192
|
+
container: string;
|
|
8193
|
+
disabled: string;
|
|
8194
|
+
};
|
|
8195
|
+
css: {
|
|
8196
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8197
|
+
(...args: CSSInterpolation[]): string;
|
|
8198
|
+
};
|
|
8199
|
+
cx: (...args: any) => string;
|
|
8200
|
+
};
|
|
8201
|
+
|
|
8202
|
+
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
8203
|
classes: {
|
|
8243
8204
|
img: string;
|
|
8244
|
-
|
|
8205
|
+
root: string;
|
|
8245
8206
|
container: string;
|
|
8207
|
+
status: string;
|
|
8246
8208
|
square: string;
|
|
8247
|
-
root: string;
|
|
8248
8209
|
xs: string;
|
|
8249
8210
|
sm: string;
|
|
8250
8211
|
md: string;
|
|
@@ -8280,11 +8241,11 @@ declare const useClasses_17: (classesProp?: Partial<Record<"root" | "badge" | "b
|
|
|
8280
8241
|
cx: (...args: any) => string;
|
|
8281
8242
|
};
|
|
8282
8243
|
|
|
8283
|
-
declare const useClasses_18: (classesProp?: Partial<Record<"
|
|
8244
|
+
declare const useClasses_18: (classesProp?: Partial<Record<"root" | "icon" | "disabled" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8284
8245
|
classes: {
|
|
8246
|
+
root: string;
|
|
8285
8247
|
icon: string;
|
|
8286
8248
|
disabled: string;
|
|
8287
|
-
root: string;
|
|
8288
8249
|
startIcon: string;
|
|
8289
8250
|
endIcon: string;
|
|
8290
8251
|
focusVisible: string;
|
|
@@ -8296,10 +8257,10 @@ declare const useClasses_18: (classesProp?: Partial<Record<"icon" | "disabled" |
|
|
|
8296
8257
|
cx: (...args: any) => string;
|
|
8297
8258
|
};
|
|
8298
8259
|
|
|
8299
|
-
declare const useClasses_19: (classesProp?: Partial<Record<"
|
|
8260
|
+
declare const useClasses_19: (classesProp?: Partial<Record<"root" | "icon" | "selected" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
|
|
8300
8261
|
classes: {
|
|
8301
|
-
icon: string;
|
|
8302
8262
|
root: string;
|
|
8263
|
+
icon: string;
|
|
8303
8264
|
selected: string;
|
|
8304
8265
|
selectable: string;
|
|
8305
8266
|
semanticContainer: string;
|
|
@@ -8419,10 +8380,10 @@ declare const useClasses_26: (classesProp?: Partial<Record<"root" | "spacing" |
|
|
|
8419
8380
|
cx: (...args: any) => string;
|
|
8420
8381
|
};
|
|
8421
8382
|
|
|
8422
|
-
declare const useClasses_27: (classesProp?: Partial<Record<"
|
|
8383
|
+
declare const useClasses_27: (classesProp?: Partial<Record<"root" | "background" | "warning" | "error" | "success" | "fullscreen" | "closeButton" | "paper" | "statusBar", string>>, addStatic?: boolean) => {
|
|
8423
8384
|
classes: {
|
|
8424
|
-
background: string;
|
|
8425
8385
|
root: string;
|
|
8386
|
+
background: string;
|
|
8426
8387
|
warning: string;
|
|
8427
8388
|
error: string;
|
|
8428
8389
|
success: string;
|
|
@@ -8438,10 +8399,10 @@ declare const useClasses_27: (classesProp?: Partial<Record<"background" | "root"
|
|
|
8438
8399
|
cx: (...args: any) => string;
|
|
8439
8400
|
};
|
|
8440
8401
|
|
|
8441
|
-
declare const useClasses_28: (classesProp?: Partial<Record<"
|
|
8402
|
+
declare const useClasses_28: (classesProp?: Partial<Record<"root" | "background" | "closeButton" | "paper", string>>, addStatic?: boolean) => {
|
|
8442
8403
|
classes: {
|
|
8443
|
-
background: string;
|
|
8444
8404
|
root: string;
|
|
8405
|
+
background: string;
|
|
8445
8406
|
closeButton: string;
|
|
8446
8407
|
paper: string;
|
|
8447
8408
|
};
|
|
@@ -8452,10 +8413,10 @@ declare const useClasses_28: (classesProp?: Partial<Record<"background" | "root"
|
|
|
8452
8413
|
cx: (...args: any) => string;
|
|
8453
8414
|
};
|
|
8454
8415
|
|
|
8455
|
-
declare const useClasses_29: (classesProp?: Partial<Record<"
|
|
8416
|
+
declare const useClasses_29: (classesProp?: Partial<Record<"root" | "container" | "actionContainer" | "containerMessageOnly" | "iconContainer" | "titleContainer" | "textContainer" | "messageContainer", string>>, addStatic?: boolean) => {
|
|
8456
8417
|
classes: {
|
|
8457
|
-
container: string;
|
|
8458
8418
|
root: string;
|
|
8419
|
+
container: string;
|
|
8459
8420
|
actionContainer: string;
|
|
8460
8421
|
containerMessageOnly: string;
|
|
8461
8422
|
iconContainer: string;
|
|
@@ -8470,11 +8431,11 @@ declare const useClasses_29: (classesProp?: Partial<Record<"container" | "root"
|
|
|
8470
8431
|
cx: (...args: any) => string;
|
|
8471
8432
|
};
|
|
8472
8433
|
|
|
8473
|
-
declare const useClasses_3: (classesProp?: Partial<Record<"
|
|
8434
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"root" | "condensed" | "disabled" | "selected" | "focus" | "interactive" | "endAdornment" | "startAdornment" | "gutters" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
|
|
8474
8435
|
classes: {
|
|
8436
|
+
root: string;
|
|
8475
8437
|
condensed: string;
|
|
8476
8438
|
disabled: string;
|
|
8477
|
-
root: string;
|
|
8478
8439
|
selected: string;
|
|
8479
8440
|
focus: string;
|
|
8480
8441
|
interactive: string;
|
|
@@ -8491,11 +8452,11 @@ declare const useClasses_3: (classesProp?: Partial<Record<"condensed" | "disable
|
|
|
8491
8452
|
cx: (...args: any) => string;
|
|
8492
8453
|
};
|
|
8493
8454
|
|
|
8494
|
-
declare const useClasses_30: (classesProp?: Partial<Record<"small" | "
|
|
8455
|
+
declare const useClasses_30: (classesProp?: Partial<Record<"small" | "root" | "separator" | "name" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
|
|
8495
8456
|
classes: {
|
|
8496
8457
|
small: string;
|
|
8497
|
-
separator: string;
|
|
8498
8458
|
root: string;
|
|
8459
|
+
separator: string;
|
|
8499
8460
|
name: string;
|
|
8500
8461
|
rightContainer: string;
|
|
8501
8462
|
copyright: string;
|
|
@@ -8507,11 +8468,54 @@ declare const useClasses_30: (classesProp?: Partial<Record<"small" | "separator"
|
|
|
8507
8468
|
cx: (...args: any) => string;
|
|
8508
8469
|
};
|
|
8509
8470
|
|
|
8510
|
-
declare const useClasses_31: (classesProp?: Partial<Record<"
|
|
8471
|
+
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) => {
|
|
8472
|
+
classes: {
|
|
8473
|
+
root: string;
|
|
8474
|
+
container: string;
|
|
8475
|
+
item: string;
|
|
8476
|
+
zeroMinWidth: string;
|
|
8477
|
+
"direction-xs-column": string;
|
|
8478
|
+
"direction-xs-reverse": string;
|
|
8479
|
+
"direction-xs-row-reverse": string;
|
|
8480
|
+
"wrap-xs-nowrap": string;
|
|
8481
|
+
"wrap-xs-wrap-reverse": string;
|
|
8482
|
+
"spacing-xs-1": string;
|
|
8483
|
+
"spacing-xs-2": string;
|
|
8484
|
+
"spacing-xs-3": string;
|
|
8485
|
+
"spacing-xs-4": string;
|
|
8486
|
+
"spacing-xs-5": string;
|
|
8487
|
+
"spacing-xs-6": string;
|
|
8488
|
+
"spacing-xs-7": string;
|
|
8489
|
+
"spacing-xs-8": string;
|
|
8490
|
+
"spacing-xs-9": string;
|
|
8491
|
+
"spacing-xs-10": string;
|
|
8492
|
+
"grid-xs-auto": string;
|
|
8493
|
+
"grid-xs-true": string;
|
|
8494
|
+
"grid-xs-1": string;
|
|
8495
|
+
"grid-xs-2": string;
|
|
8496
|
+
"grid-xs-3": string;
|
|
8497
|
+
"grid-xs-4": string;
|
|
8498
|
+
"grid-xs-5": string;
|
|
8499
|
+
"grid-xs-6": string;
|
|
8500
|
+
"grid-xs-7": string;
|
|
8501
|
+
"grid-xs-8": string;
|
|
8502
|
+
"grid-xs-9": string;
|
|
8503
|
+
"grid-xs-10": string;
|
|
8504
|
+
"grid-xs-11": string;
|
|
8505
|
+
"grid-xs-12": string;
|
|
8506
|
+
};
|
|
8507
|
+
css: {
|
|
8508
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8509
|
+
(...args: CSSInterpolation[]): string;
|
|
8510
|
+
};
|
|
8511
|
+
cx: (...args: any) => string;
|
|
8512
|
+
};
|
|
8513
|
+
|
|
8514
|
+
declare const useClasses_32: (classesProp?: Partial<Record<"header" | "root" | "backgroundColor", string>>, addStatic?: boolean) => {
|
|
8511
8515
|
classes: {
|
|
8512
8516
|
header: string;
|
|
8513
|
-
backgroundColor: string;
|
|
8514
8517
|
root: string;
|
|
8518
|
+
backgroundColor: string;
|
|
8515
8519
|
};
|
|
8516
8520
|
css: {
|
|
8517
8521
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8520,7 +8524,7 @@ declare const useClasses_31: (classesProp?: Partial<Record<"header" | "backgroun
|
|
|
8520
8524
|
cx: (...args: any) => string;
|
|
8521
8525
|
};
|
|
8522
8526
|
|
|
8523
|
-
declare const
|
|
8527
|
+
declare const useClasses_33: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8524
8528
|
classes: {
|
|
8525
8529
|
root: string;
|
|
8526
8530
|
};
|
|
@@ -8531,10 +8535,10 @@ declare const useClasses_32: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8531
8535
|
cx: (...args: any) => string;
|
|
8532
8536
|
};
|
|
8533
8537
|
|
|
8534
|
-
declare const
|
|
8538
|
+
declare const useClasses_34: (classesProp?: Partial<Record<"root" | "separator", string>>, addStatic?: boolean) => {
|
|
8535
8539
|
classes: {
|
|
8536
|
-
separator: string;
|
|
8537
8540
|
root: string;
|
|
8541
|
+
separator: string;
|
|
8538
8542
|
};
|
|
8539
8543
|
css: {
|
|
8540
8544
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8543,13 +8547,13 @@ declare const useClasses_33: (classesProp?: Partial<Record<"separator" | "root",
|
|
|
8543
8547
|
cx: (...args: any) => string;
|
|
8544
8548
|
};
|
|
8545
8549
|
|
|
8546
|
-
declare const
|
|
8550
|
+
declare const useClasses_35: (classesProp?: Partial<Record<"link" | "button" | "menu" | "root" | "menubar" | "selected", string>>, addStatic?: boolean) => {
|
|
8547
8551
|
classes: {
|
|
8548
8552
|
link: string;
|
|
8549
8553
|
button: string;
|
|
8550
8554
|
menu: string;
|
|
8551
|
-
menubar: string;
|
|
8552
8555
|
root: string;
|
|
8556
|
+
menubar: string;
|
|
8553
8557
|
selected: string;
|
|
8554
8558
|
};
|
|
8555
8559
|
css: {
|
|
@@ -8559,9 +8563,29 @@ declare const useClasses_34: (classesProp?: Partial<Record<"link" | "button" | "
|
|
|
8559
8563
|
cx: (...args: any) => string;
|
|
8560
8564
|
};
|
|
8561
8565
|
|
|
8562
|
-
declare const
|
|
8566
|
+
declare const useClasses_36: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8567
|
+
classes: {
|
|
8568
|
+
root: string;
|
|
8569
|
+
};
|
|
8570
|
+
css: {
|
|
8571
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8572
|
+
(...args: CSSInterpolation[]): string;
|
|
8573
|
+
};
|
|
8574
|
+
cx: (...args: any) => string;
|
|
8575
|
+
};
|
|
8576
|
+
|
|
8577
|
+
declare const useClasses_37: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
|
|
8563
8578
|
classes: {
|
|
8564
8579
|
root: string;
|
|
8580
|
+
visualIndicatorContainer: string;
|
|
8581
|
+
comparisons: string;
|
|
8582
|
+
comparisonContainer: string;
|
|
8583
|
+
comparisonComposition: string;
|
|
8584
|
+
indicatorsContainer: string;
|
|
8585
|
+
indicatorText: string;
|
|
8586
|
+
indicatorUnit: string;
|
|
8587
|
+
spacingToTheRight: string;
|
|
8588
|
+
trendLine: string;
|
|
8565
8589
|
};
|
|
8566
8590
|
css: {
|
|
8567
8591
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8570,13 +8594,24 @@ declare const useClasses_35: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8570
8594
|
cx: (...args: any) => string;
|
|
8571
8595
|
};
|
|
8572
8596
|
|
|
8573
|
-
declare const
|
|
8597
|
+
declare const useClasses_38: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
|
|
8598
|
+
classes: {
|
|
8599
|
+
a: string;
|
|
8600
|
+
};
|
|
8601
|
+
css: {
|
|
8602
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8603
|
+
(...args: CSSInterpolation[]): string;
|
|
8604
|
+
};
|
|
8605
|
+
cx: (...args: any) => string;
|
|
8606
|
+
};
|
|
8607
|
+
|
|
8608
|
+
declare const useClasses_39: (classesProp?: Partial<Record<"hidden" | "small" | "label" | "root" | "overlay" | "blur" | "barContainer" | "loadingBar" | "regular" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
|
|
8574
8609
|
classes: {
|
|
8575
8610
|
hidden: string;
|
|
8576
8611
|
small: string;
|
|
8577
8612
|
label: string;
|
|
8578
|
-
overlay: string;
|
|
8579
8613
|
root: string;
|
|
8614
|
+
overlay: string;
|
|
8580
8615
|
blur: string;
|
|
8581
8616
|
barContainer: string;
|
|
8582
8617
|
loadingBar: string;
|
|
@@ -8591,9 +8626,12 @@ declare const useClasses_36: (classesProp?: Partial<Record<"hidden" | "small" |
|
|
|
8591
8626
|
cx: (...args: any) => string;
|
|
8592
8627
|
};
|
|
8593
8628
|
|
|
8594
|
-
declare const
|
|
8629
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
|
|
8595
8630
|
classes: {
|
|
8596
8631
|
root: string;
|
|
8632
|
+
counterDisabled: string;
|
|
8633
|
+
gutter: string;
|
|
8634
|
+
overloaded: string;
|
|
8597
8635
|
};
|
|
8598
8636
|
css: {
|
|
8599
8637
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8602,7 +8640,18 @@ declare const useClasses_37: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8602
8640
|
cx: (...args: any) => string;
|
|
8603
8641
|
};
|
|
8604
8642
|
|
|
8605
|
-
declare const
|
|
8643
|
+
declare const useClasses_40: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8644
|
+
classes: {
|
|
8645
|
+
root: string;
|
|
8646
|
+
};
|
|
8647
|
+
css: {
|
|
8648
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8649
|
+
(...args: CSSInterpolation[]): string;
|
|
8650
|
+
};
|
|
8651
|
+
cx: (...args: any) => string;
|
|
8652
|
+
};
|
|
8653
|
+
|
|
8654
|
+
declare const useClasses_41: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
|
|
8606
8655
|
classes: {
|
|
8607
8656
|
progress: string;
|
|
8608
8657
|
root: string;
|
|
@@ -8620,11 +8669,11 @@ declare const useClasses_38: (classesProp?: Partial<Record<"progress" | "root" |
|
|
|
8620
8669
|
cx: (...args: any) => string;
|
|
8621
8670
|
};
|
|
8622
8671
|
|
|
8623
|
-
declare const
|
|
8672
|
+
declare const useClasses_42: (classesProp?: Partial<Record<"root" | "row" | "column" | "xs" | "sm" | "md" | "lg" | "xl", string>>, addStatic?: boolean) => {
|
|
8624
8673
|
classes: {
|
|
8674
|
+
root: string;
|
|
8625
8675
|
row: string;
|
|
8626
8676
|
column: string;
|
|
8627
|
-
root: string;
|
|
8628
8677
|
xs: string;
|
|
8629
8678
|
sm: string;
|
|
8630
8679
|
md: string;
|
|
@@ -8638,12 +8687,12 @@ declare const useClasses_39: (classesProp?: Partial<Record<"row" | "column" | "r
|
|
|
8638
8687
|
cx: (...args: any) => string;
|
|
8639
8688
|
};
|
|
8640
8689
|
|
|
8641
|
-
declare const
|
|
8690
|
+
declare const useClasses_43: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8642
8691
|
classes: {
|
|
8643
8692
|
root: string;
|
|
8644
|
-
|
|
8645
|
-
|
|
8646
|
-
|
|
8693
|
+
disabled: string;
|
|
8694
|
+
selected: string;
|
|
8695
|
+
focusVisible: string;
|
|
8647
8696
|
};
|
|
8648
8697
|
css: {
|
|
8649
8698
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8652,12 +8701,35 @@ declare const useClasses_4: (classesProp?: Partial<Record<"root" | "counterDisab
|
|
|
8652
8701
|
cx: (...args: any) => string;
|
|
8653
8702
|
};
|
|
8654
8703
|
|
|
8655
|
-
declare const
|
|
8704
|
+
declare const useClasses_44: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer", string>>, addStatic?: boolean) => {
|
|
8656
8705
|
classes: {
|
|
8657
|
-
disabled: string;
|
|
8658
8706
|
root: string;
|
|
8659
|
-
|
|
8707
|
+
indicator: string;
|
|
8708
|
+
scroller: string;
|
|
8709
|
+
flexContainer: string;
|
|
8710
|
+
};
|
|
8711
|
+
css: {
|
|
8712
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8713
|
+
(...args: CSSInterpolation[]): string;
|
|
8714
|
+
};
|
|
8715
|
+
cx: (...args: any) => string;
|
|
8716
|
+
};
|
|
8717
|
+
|
|
8718
|
+
declare const useClasses_45: (classesProp?: Partial<Record<"button" | "label" | "root" | "disabled" | "focusVisible" | "chipRoot" | "tagButton" | "deleteIcon" | "disabledDeleteIcon" | "categorical" | "clickable" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
|
|
8719
|
+
classes: {
|
|
8720
|
+
button: string;
|
|
8721
|
+
label: string;
|
|
8722
|
+
root: string;
|
|
8723
|
+
disabled: string;
|
|
8660
8724
|
focusVisible: string;
|
|
8725
|
+
chipRoot: string;
|
|
8726
|
+
tagButton: string;
|
|
8727
|
+
deleteIcon: string;
|
|
8728
|
+
disabledDeleteIcon: string;
|
|
8729
|
+
categorical: string;
|
|
8730
|
+
clickable: string;
|
|
8731
|
+
categoricalFocus: string;
|
|
8732
|
+
categoricalDisabled: string;
|
|
8661
8733
|
};
|
|
8662
8734
|
css: {
|
|
8663
8735
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8666,12 +8738,32 @@ declare const useClasses_40: (classesProp?: Partial<Record<"disabled" | "root" |
|
|
|
8666
8738
|
cx: (...args: any) => string;
|
|
8667
8739
|
};
|
|
8668
8740
|
|
|
8669
|
-
declare const
|
|
8741
|
+
declare const useClasses_46: (classesProp?: Partial<Record<"title" | "color" | "root" | "tooltip" | "tooltipMulti" | "popper" | "valuesContainer" | "values" | "separatorColor" | "separator" | "valueWrapper", string>>, addStatic?: boolean) => {
|
|
8670
8742
|
classes: {
|
|
8743
|
+
title: string;
|
|
8744
|
+
color: string;
|
|
8671
8745
|
root: string;
|
|
8672
|
-
|
|
8673
|
-
|
|
8674
|
-
|
|
8746
|
+
tooltip: string;
|
|
8747
|
+
tooltipMulti: string;
|
|
8748
|
+
popper: string;
|
|
8749
|
+
valuesContainer: string;
|
|
8750
|
+
values: string;
|
|
8751
|
+
separatorColor: string;
|
|
8752
|
+
separator: string;
|
|
8753
|
+
valueWrapper: string;
|
|
8754
|
+
};
|
|
8755
|
+
css: {
|
|
8756
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8757
|
+
(...args: CSSInterpolation[]): string;
|
|
8758
|
+
};
|
|
8759
|
+
cx: (...args: any) => string;
|
|
8760
|
+
};
|
|
8761
|
+
|
|
8762
|
+
declare const useClasses_47: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
|
|
8763
|
+
classes: {
|
|
8764
|
+
tooltipData: string;
|
|
8765
|
+
tooltipAnchor: string;
|
|
8766
|
+
tooltipAnchorParagraph: string;
|
|
8675
8767
|
};
|
|
8676
8768
|
css: {
|
|
8677
8769
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8680,11 +8772,11 @@ declare const useClasses_41: (classesProp?: Partial<Record<"root" | "indicator"
|
|
|
8680
8772
|
cx: (...args: any) => string;
|
|
8681
8773
|
};
|
|
8682
8774
|
|
|
8683
|
-
declare const
|
|
8775
|
+
declare const useClasses_48: (classesProp?: Partial<Record<"root" | "icon" | "disabled" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8684
8776
|
classes: {
|
|
8777
|
+
root: string;
|
|
8685
8778
|
icon: string;
|
|
8686
8779
|
disabled: string;
|
|
8687
|
-
root: string;
|
|
8688
8780
|
focusVisible: string;
|
|
8689
8781
|
};
|
|
8690
8782
|
css: {
|
|
@@ -8694,11 +8786,11 @@ declare const useClasses_42: (classesProp?: Partial<Record<"icon" | "disabled" |
|
|
|
8694
8786
|
cx: (...args: any) => string;
|
|
8695
8787
|
};
|
|
8696
8788
|
|
|
8697
|
-
declare const
|
|
8789
|
+
declare const useClasses_49: (classesProp?: Partial<Record<"root" | "icon" | "disabled" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8698
8790
|
classes: {
|
|
8791
|
+
root: string;
|
|
8699
8792
|
icon: string;
|
|
8700
8793
|
disabled: string;
|
|
8701
|
-
root: string;
|
|
8702
8794
|
focusVisible: string;
|
|
8703
8795
|
};
|
|
8704
8796
|
css: {
|
|
@@ -8708,12 +8800,28 @@ declare const useClasses_43: (classesProp?: Partial<Record<"icon" | "disabled" |
|
|
|
8708
8800
|
cx: (...args: any) => string;
|
|
8709
8801
|
};
|
|
8710
8802
|
|
|
8711
|
-
declare const
|
|
8803
|
+
declare const useClasses_5: (classesProp?: Partial<Record<"root" | "icon" | "adornment" | "adornmentButton" | "adornmentIcon" | "hideIcon", string>>, addStatic?: boolean) => {
|
|
8804
|
+
classes: {
|
|
8805
|
+
root: string;
|
|
8806
|
+
icon: string;
|
|
8807
|
+
adornment: string;
|
|
8808
|
+
adornmentButton: string;
|
|
8809
|
+
adornmentIcon: string;
|
|
8810
|
+
hideIcon: string;
|
|
8811
|
+
};
|
|
8812
|
+
css: {
|
|
8813
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8814
|
+
(...args: CSSInterpolation[]): string;
|
|
8815
|
+
};
|
|
8816
|
+
cx: (...args: any) => string;
|
|
8817
|
+
};
|
|
8818
|
+
|
|
8819
|
+
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
8820
|
classes: {
|
|
8713
8821
|
title: string;
|
|
8714
8822
|
open: string;
|
|
8715
|
-
single: string;
|
|
8716
8823
|
root: string;
|
|
8824
|
+
single: string;
|
|
8717
8825
|
item: string;
|
|
8718
8826
|
itemSelected: string;
|
|
8719
8827
|
itemDisabled: string;
|
|
@@ -8734,13 +8842,13 @@ declare const useClasses_44: (classesProp?: Partial<Record<"title" | "open" | "s
|
|
|
8734
8842
|
cx: (...args: any) => string;
|
|
8735
8843
|
};
|
|
8736
8844
|
|
|
8737
|
-
declare const
|
|
8845
|
+
declare const useClasses_51: (classesProp?: Partial<Record<"title" | "root" | "typography" | "icon" | "disabled" | "selected" | "iconUrl" | "iconInfo", string>>, addStatic?: boolean) => {
|
|
8738
8846
|
classes: {
|
|
8739
8847
|
title: string;
|
|
8848
|
+
root: string;
|
|
8740
8849
|
typography: string;
|
|
8741
8850
|
icon: string;
|
|
8742
8851
|
disabled: string;
|
|
8743
|
-
root: string;
|
|
8744
8852
|
selected: string;
|
|
8745
8853
|
iconUrl: string;
|
|
8746
8854
|
iconInfo: string;
|
|
@@ -8752,12 +8860,12 @@ declare const useClasses_45: (classesProp?: Partial<Record<"title" | "typography
|
|
|
8752
8860
|
cx: (...args: any) => string;
|
|
8753
8861
|
};
|
|
8754
8862
|
|
|
8755
|
-
declare const
|
|
8863
|
+
declare const useClasses_52: (classesProp?: Partial<Record<"track" | "switch" | "root" | "disabled" | "checked" | "readOnly" | "focusVisible" | "thumb" | "switchBase", string>>, addStatic?: boolean) => {
|
|
8756
8864
|
classes: {
|
|
8757
8865
|
track: string;
|
|
8758
8866
|
switch: string;
|
|
8759
|
-
disabled: string;
|
|
8760
8867
|
root: string;
|
|
8868
|
+
disabled: string;
|
|
8761
8869
|
checked: string;
|
|
8762
8870
|
readOnly: string;
|
|
8763
8871
|
focusVisible: string;
|
|
@@ -8771,13 +8879,13 @@ declare const useClasses_46: (classesProp?: Partial<Record<"track" | "switch" |
|
|
|
8771
8879
|
cx: (...args: any) => string;
|
|
8772
8880
|
};
|
|
8773
8881
|
|
|
8774
|
-
declare const
|
|
8882
|
+
declare const useClasses_53: (classesProp?: Partial<Record<"label" | "root" | "container" | "checkbox" | "disabled" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
|
|
8775
8883
|
classes: {
|
|
8776
8884
|
label: string;
|
|
8777
|
-
|
|
8885
|
+
root: string;
|
|
8778
8886
|
container: string;
|
|
8887
|
+
checkbox: string;
|
|
8779
8888
|
disabled: string;
|
|
8780
|
-
root: string;
|
|
8781
8889
|
focusVisible: string;
|
|
8782
8890
|
invalidContainer: string;
|
|
8783
8891
|
invalidCheckbox: string;
|
|
@@ -8789,12 +8897,12 @@ declare const useClasses_47: (classesProp?: Partial<Record<"label" | "checkbox"
|
|
|
8789
8897
|
cx: (...args: any) => string;
|
|
8790
8898
|
};
|
|
8791
8899
|
|
|
8792
|
-
declare const
|
|
8900
|
+
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
8901
|
classes: {
|
|
8794
8902
|
input: string;
|
|
8795
8903
|
label: string;
|
|
8796
|
-
icon: string;
|
|
8797
8904
|
root: string;
|
|
8905
|
+
icon: string;
|
|
8798
8906
|
error: string;
|
|
8799
8907
|
inputBorderContainer: string;
|
|
8800
8908
|
inputRoot: string;
|
|
@@ -8818,7 +8926,7 @@ declare const useClasses_48: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
8818
8926
|
cx: (...args: any) => string;
|
|
8819
8927
|
};
|
|
8820
8928
|
|
|
8821
|
-
declare const
|
|
8929
|
+
declare const useClasses_55: (classesProp?: Partial<Record<"label" | "root" | "error" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
|
|
8822
8930
|
classes: {
|
|
8823
8931
|
label: string;
|
|
8824
8932
|
root: string;
|
|
@@ -8833,14 +8941,16 @@ declare const useClasses_49: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
8833
8941
|
cx: (...args: any) => string;
|
|
8834
8942
|
};
|
|
8835
8943
|
|
|
8836
|
-
declare const
|
|
8944
|
+
declare const useClasses_56: (classesProp?: Partial<Record<"label" | "root" | "container" | "radio" | "disabled" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
|
|
8837
8945
|
classes: {
|
|
8838
|
-
|
|
8946
|
+
label: string;
|
|
8839
8947
|
root: string;
|
|
8840
|
-
|
|
8841
|
-
|
|
8842
|
-
|
|
8843
|
-
|
|
8948
|
+
container: string;
|
|
8949
|
+
radio: string;
|
|
8950
|
+
disabled: string;
|
|
8951
|
+
focusVisible: string;
|
|
8952
|
+
invalidContainer: string;
|
|
8953
|
+
invalidRadio: string;
|
|
8844
8954
|
};
|
|
8845
8955
|
css: {
|
|
8846
8956
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8849,16 +8959,20 @@ declare const useClasses_5: (classesProp?: Partial<Record<"icon" | "root" | "ado
|
|
|
8849
8959
|
cx: (...args: any) => string;
|
|
8850
8960
|
};
|
|
8851
8961
|
|
|
8852
|
-
declare const
|
|
8962
|
+
declare const useClasses_57: (classesProp?: Partial<Record<"input" | "label" | "root" | "disabled" | "baseInput" | "error" | "invalid" | "resizable" | "inputResizable" | "description" | "labelContainer" | "characterCounter", string>>, addStatic?: boolean) => {
|
|
8853
8963
|
classes: {
|
|
8964
|
+
input: string;
|
|
8854
8965
|
label: string;
|
|
8855
|
-
radio: string;
|
|
8856
|
-
container: string;
|
|
8857
|
-
disabled: string;
|
|
8858
8966
|
root: string;
|
|
8859
|
-
|
|
8860
|
-
|
|
8861
|
-
|
|
8967
|
+
disabled: string;
|
|
8968
|
+
baseInput: string;
|
|
8969
|
+
error: string;
|
|
8970
|
+
invalid: string;
|
|
8971
|
+
resizable: string;
|
|
8972
|
+
inputResizable: string;
|
|
8973
|
+
description: string;
|
|
8974
|
+
labelContainer: string;
|
|
8975
|
+
characterCounter: string;
|
|
8862
8976
|
};
|
|
8863
8977
|
css: {
|
|
8864
8978
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8867,20 +8981,33 @@ declare const useClasses_50: (classesProp?: Partial<Record<"label" | "radio" | "
|
|
|
8867
8981
|
cx: (...args: any) => string;
|
|
8868
8982
|
};
|
|
8869
8983
|
|
|
8870
|
-
declare const
|
|
8984
|
+
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
8985
|
classes: {
|
|
8872
8986
|
input: string;
|
|
8873
8987
|
label: string;
|
|
8874
|
-
disabled: string;
|
|
8875
8988
|
root: string;
|
|
8876
|
-
|
|
8989
|
+
disabled: string;
|
|
8990
|
+
readOnly: string;
|
|
8877
8991
|
error: string;
|
|
8878
8992
|
invalid: string;
|
|
8879
8993
|
resizable: string;
|
|
8880
|
-
inputResizable: string;
|
|
8881
8994
|
description: string;
|
|
8882
8995
|
labelContainer: string;
|
|
8996
|
+
suggestionsContainer: string;
|
|
8997
|
+
suggestionList: string;
|
|
8998
|
+
inputExtension: string;
|
|
8999
|
+
chipRoot: string;
|
|
9000
|
+
listItemGutters: string;
|
|
9001
|
+
listItemRoot: string;
|
|
8883
9002
|
characterCounter: string;
|
|
9003
|
+
tagsList: string;
|
|
9004
|
+
tagInputContainerRoot: string;
|
|
9005
|
+
tagInputRoot: string;
|
|
9006
|
+
tagSelected: string;
|
|
9007
|
+
tagInputBorderContainer: string;
|
|
9008
|
+
tagInputRootFocused: string;
|
|
9009
|
+
tagInputRootEmpty: string;
|
|
9010
|
+
singleLine: string;
|
|
8884
9011
|
};
|
|
8885
9012
|
css: {
|
|
8886
9013
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8889,13 +9016,13 @@ declare const useClasses_51: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
8889
9016
|
cx: (...args: any) => string;
|
|
8890
9017
|
};
|
|
8891
9018
|
|
|
8892
|
-
declare const
|
|
9019
|
+
declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "group" | "horizontal" | "vertical" | "error" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
|
|
8893
9020
|
classes: {
|
|
8894
9021
|
label: string;
|
|
9022
|
+
root: string;
|
|
8895
9023
|
group: string;
|
|
8896
9024
|
horizontal: string;
|
|
8897
9025
|
vertical: string;
|
|
8898
|
-
root: string;
|
|
8899
9026
|
error: string;
|
|
8900
9027
|
invalid: string;
|
|
8901
9028
|
selectAll: string;
|
|
@@ -8907,13 +9034,24 @@ declare const useClasses_52: (classesProp?: Partial<Record<"label" | "group" | "
|
|
|
8907
9034
|
cx: (...args: any) => string;
|
|
8908
9035
|
};
|
|
8909
9036
|
|
|
8910
|
-
declare const
|
|
9037
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9038
|
+
classes: {
|
|
9039
|
+
root: string;
|
|
9040
|
+
};
|
|
9041
|
+
css: {
|
|
9042
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9043
|
+
(...args: CSSInterpolation[]): string;
|
|
9044
|
+
};
|
|
9045
|
+
cx: (...args: any) => string;
|
|
9046
|
+
};
|
|
9047
|
+
|
|
9048
|
+
declare const useClasses_60: (classesProp?: Partial<Record<"label" | "root" | "group" | "horizontal" | "vertical" | "error" | "invalid", string>>, addStatic?: boolean) => {
|
|
8911
9049
|
classes: {
|
|
8912
9050
|
label: string;
|
|
9051
|
+
root: string;
|
|
8913
9052
|
group: string;
|
|
8914
9053
|
horizontal: string;
|
|
8915
9054
|
vertical: string;
|
|
8916
|
-
root: string;
|
|
8917
9055
|
error: string;
|
|
8918
9056
|
invalid: string;
|
|
8919
9057
|
};
|
|
@@ -8924,7 +9062,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"label" | "group" | "
|
|
|
8924
9062
|
cx: (...args: any) => string;
|
|
8925
9063
|
};
|
|
8926
9064
|
|
|
8927
|
-
declare const
|
|
9065
|
+
declare const useClasses_61: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
|
|
8928
9066
|
classes: {
|
|
8929
9067
|
overlay: string;
|
|
8930
9068
|
previewButton: string;
|
|
@@ -8936,11 +9074,11 @@ declare const useClasses_54: (classesProp?: Partial<Record<"overlay" | "previewB
|
|
|
8936
9074
|
cx: (...args: any) => string;
|
|
8937
9075
|
};
|
|
8938
9076
|
|
|
8939
|
-
declare const
|
|
9077
|
+
declare const useClasses_62: (classesProp?: Partial<Record<"root" | "progressbar" | "icon" | "removeButton" | "fail" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer", string>>, addStatic?: boolean) => {
|
|
8940
9078
|
classes: {
|
|
9079
|
+
root: string;
|
|
8941
9080
|
progressbar: string;
|
|
8942
9081
|
icon: string;
|
|
8943
|
-
root: string;
|
|
8944
9082
|
removeButton: string;
|
|
8945
9083
|
fail: string;
|
|
8946
9084
|
progressbarBack: string;
|
|
@@ -8955,11 +9093,11 @@ declare const useClasses_55: (classesProp?: Partial<Record<"progressbar" | "icon
|
|
|
8955
9093
|
cx: (...args: any) => string;
|
|
8956
9094
|
};
|
|
8957
9095
|
|
|
8958
|
-
declare const
|
|
9096
|
+
declare const useClasses_63: (classesProp?: Partial<Record<"root" | "container" | "icon" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
|
|
8959
9097
|
classes: {
|
|
9098
|
+
root: string;
|
|
8960
9099
|
container: string;
|
|
8961
9100
|
icon: string;
|
|
8962
|
-
root: string;
|
|
8963
9101
|
baseContainer: string;
|
|
8964
9102
|
iconSelected: string;
|
|
8965
9103
|
menuListRoot: string;
|
|
@@ -8972,10 +9110,10 @@ declare const useClasses_56: (classesProp?: Partial<Record<"container" | "icon"
|
|
|
8972
9110
|
cx: (...args: any) => string;
|
|
8973
9111
|
};
|
|
8974
9112
|
|
|
8975
|
-
declare const
|
|
9113
|
+
declare const useClasses_64: (classesProp?: Partial<Record<"root" | "icon" | "pageSizeOptions" | "iconContainer" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
|
|
8976
9114
|
classes: {
|
|
8977
|
-
icon: string;
|
|
8978
9115
|
root: string;
|
|
9116
|
+
icon: string;
|
|
8979
9117
|
pageSizeOptions: string;
|
|
8980
9118
|
iconContainer: string;
|
|
8981
9119
|
pageSizeTextContainer: string;
|
|
@@ -8994,7 +9132,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"icon" | "root" | "pa
|
|
|
8994
9132
|
cx: (...args: any) => string;
|
|
8995
9133
|
};
|
|
8996
9134
|
|
|
8997
|
-
declare const
|
|
9135
|
+
declare const useClasses_65: (classesProp?: Partial<Record<"button" | "root" | "dropDownMenu" | "actionContainer" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
|
|
8998
9136
|
classes: {
|
|
8999
9137
|
button: string;
|
|
9000
9138
|
root: string;
|
|
@@ -9010,26 +9148,15 @@ declare const useClasses_58: (classesProp?: Partial<Record<"button" | "root" | "
|
|
|
9010
9148
|
cx: (...args: any) => string;
|
|
9011
9149
|
};
|
|
9012
9150
|
|
|
9013
|
-
declare const
|
|
9014
|
-
classes: {
|
|
9015
|
-
link: string;
|
|
9016
|
-
a: string;
|
|
9017
|
-
root: string;
|
|
9018
|
-
orderedList: string;
|
|
9019
|
-
currentPage: string;
|
|
9020
|
-
centerContainer: string;
|
|
9021
|
-
separatorContainer: string;
|
|
9022
|
-
};
|
|
9023
|
-
css: {
|
|
9024
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9025
|
-
(...args: CSSInterpolation[]): string;
|
|
9026
|
-
};
|
|
9027
|
-
cx: (...args: any) => string;
|
|
9028
|
-
};
|
|
9029
|
-
|
|
9030
|
-
declare const useClasses_6: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9151
|
+
declare const useClasses_66: (classesProp?: Partial<Record<"link" | "a" | "root" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
|
|
9031
9152
|
classes: {
|
|
9153
|
+
link: string;
|
|
9154
|
+
a: string;
|
|
9032
9155
|
root: string;
|
|
9156
|
+
orderedList: string;
|
|
9157
|
+
currentPage: string;
|
|
9158
|
+
centerContainer: string;
|
|
9159
|
+
separatorContainer: string;
|
|
9033
9160
|
};
|
|
9034
9161
|
css: {
|
|
9035
9162
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9038,12 +9165,12 @@ declare const useClasses_6: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
9038
9165
|
cx: (...args: any) => string;
|
|
9039
9166
|
};
|
|
9040
9167
|
|
|
9041
|
-
declare const
|
|
9168
|
+
declare const useClasses_67: (classesProp?: Partial<Record<"root" | "radio" | "horizontal" | "icon" | "radioRoot", string>>, addStatic?: boolean) => {
|
|
9042
9169
|
classes: {
|
|
9170
|
+
root: string;
|
|
9043
9171
|
radio: string;
|
|
9044
9172
|
horizontal: string;
|
|
9045
9173
|
icon: string;
|
|
9046
|
-
root: string;
|
|
9047
9174
|
radioRoot: string;
|
|
9048
9175
|
};
|
|
9049
9176
|
css: {
|
|
@@ -9053,7 +9180,7 @@ declare const useClasses_60: (classesProp?: Partial<Record<"radio" | "horizontal
|
|
|
9053
9180
|
cx: (...args: any) => string;
|
|
9054
9181
|
};
|
|
9055
9182
|
|
|
9056
|
-
declare const
|
|
9183
|
+
declare const useClasses_68: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
|
|
9057
9184
|
classes: {
|
|
9058
9185
|
root: string;
|
|
9059
9186
|
rootClosed: string;
|
|
@@ -9067,7 +9194,7 @@ declare const useClasses_61: (classesProp?: Partial<Record<"root" | "rootClosed"
|
|
|
9067
9194
|
cx: (...args: any) => string;
|
|
9068
9195
|
};
|
|
9069
9196
|
|
|
9070
|
-
declare const
|
|
9197
|
+
declare const useClasses_69: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>, addStatic?: boolean) => {
|
|
9071
9198
|
classes: {
|
|
9072
9199
|
actionContainer: string;
|
|
9073
9200
|
iconContainer: string;
|
|
@@ -9081,10 +9208,23 @@ declare const useClasses_62: (classesProp?: Partial<Record<"actionContainer" | "
|
|
|
9081
9208
|
cx: (...args: any) => string;
|
|
9082
9209
|
};
|
|
9083
9210
|
|
|
9084
|
-
declare const
|
|
9211
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
|
|
9212
|
+
classes: {
|
|
9213
|
+
root: string;
|
|
9214
|
+
labelDisabled: string;
|
|
9215
|
+
childGutter: string;
|
|
9216
|
+
};
|
|
9217
|
+
css: {
|
|
9218
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9219
|
+
(...args: CSSInterpolation[]): string;
|
|
9220
|
+
};
|
|
9221
|
+
cx: (...args: any) => string;
|
|
9222
|
+
};
|
|
9223
|
+
|
|
9224
|
+
declare const useClasses_70: (classesProp?: Partial<Record<"root" | "default" | "warning" | "action" | "error" | "success" | "message" | "baseVariant" | "outContainer", string>>, addStatic?: boolean) => {
|
|
9085
9225
|
classes: {
|
|
9086
|
-
default: string;
|
|
9087
9226
|
root: string;
|
|
9227
|
+
default: string;
|
|
9088
9228
|
warning: string;
|
|
9089
9229
|
action: string;
|
|
9090
9230
|
error: string;
|
|
@@ -9100,7 +9240,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"default" | "root" |
|
|
|
9100
9240
|
cx: (...args: any) => string;
|
|
9101
9241
|
};
|
|
9102
9242
|
|
|
9103
|
-
declare const
|
|
9243
|
+
declare const useClasses_71: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
|
|
9104
9244
|
classes: {
|
|
9105
9245
|
root: string;
|
|
9106
9246
|
anchorOriginTopCenter: string;
|
|
@@ -9117,10 +9257,10 @@ declare const useClasses_64: (classesProp?: Partial<Record<"root" | "anchorOrigi
|
|
|
9117
9257
|
cx: (...args: any) => string;
|
|
9118
9258
|
};
|
|
9119
9259
|
|
|
9120
|
-
declare const
|
|
9260
|
+
declare const useClasses_72: (classesProp?: Partial<Record<"root" | "default" | "warning" | "action" | "error" | "success" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
|
|
9121
9261
|
classes: {
|
|
9122
|
-
default: string;
|
|
9123
9262
|
root: string;
|
|
9263
|
+
default: string;
|
|
9124
9264
|
warning: string;
|
|
9125
9265
|
action: string;
|
|
9126
9266
|
error: string;
|
|
@@ -9137,7 +9277,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"default" | "root" |
|
|
|
9137
9277
|
cx: (...args: any) => string;
|
|
9138
9278
|
};
|
|
9139
9279
|
|
|
9140
|
-
declare const
|
|
9280
|
+
declare const useClasses_73: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
|
|
9141
9281
|
classes: {
|
|
9142
9282
|
snackItemRoot: string;
|
|
9143
9283
|
};
|
|
@@ -9148,7 +9288,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"snackItemRoot", stri
|
|
|
9148
9288
|
cx: (...args: any) => string;
|
|
9149
9289
|
};
|
|
9150
9290
|
|
|
9151
|
-
declare const
|
|
9291
|
+
declare const useClasses_74: (classesProp?: Partial<Record<"root" | "semantic" | "actions" | "selectAllContainer" | "selectAll" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
|
|
9152
9292
|
classes: {
|
|
9153
9293
|
root: string;
|
|
9154
9294
|
semantic: string;
|
|
@@ -9165,7 +9305,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"root" | "semantic" |
|
|
|
9165
9305
|
cx: (...args: any) => string;
|
|
9166
9306
|
};
|
|
9167
9307
|
|
|
9168
|
-
declare const
|
|
9308
|
+
declare const useClasses_75: (classesProp?: Partial<Record<"root" | "name" | "global" | "wrapper" | "actions" | "positionSticky" | "positionFixed" | "globalWrapperComplement" | "globalSectionArea" | "backButton", string>>, addStatic?: boolean) => {
|
|
9169
9309
|
classes: {
|
|
9170
9310
|
root: string;
|
|
9171
9311
|
name: string;
|
|
@@ -9185,7 +9325,7 @@ declare const useClasses_68: (classesProp?: Partial<Record<"root" | "name" | "gl
|
|
|
9185
9325
|
cx: (...args: any) => string;
|
|
9186
9326
|
};
|
|
9187
9327
|
|
|
9188
|
-
declare const
|
|
9328
|
+
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
9329
|
classes: {
|
|
9190
9330
|
placeholder: string;
|
|
9191
9331
|
arrow: string;
|
|
@@ -9209,20 +9349,7 @@ declare const useClasses_69: (classesProp?: Partial<Record<"placeholder" | "arro
|
|
|
9209
9349
|
cx: (...args: any) => string;
|
|
9210
9350
|
};
|
|
9211
9351
|
|
|
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) => {
|
|
9352
|
+
declare const useClasses_77: (classesProp?: Partial<Record<"selection" | "selectAllContainer" | "selectAll" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer", string>>, addStatic?: boolean) => {
|
|
9226
9353
|
classes: {
|
|
9227
9354
|
selection: string;
|
|
9228
9355
|
selectAllContainer: string;
|
|
@@ -9240,7 +9367,7 @@ declare const useClasses_70: (classesProp?: Partial<Record<"selection" | "select
|
|
|
9240
9367
|
cx: (...args: any) => string;
|
|
9241
9368
|
};
|
|
9242
9369
|
|
|
9243
|
-
declare const
|
|
9370
|
+
declare const useClasses_78: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
|
|
9244
9371
|
classes: {
|
|
9245
9372
|
root: string;
|
|
9246
9373
|
stickyHeader: string;
|
|
@@ -9254,9 +9381,22 @@ declare const useClasses_71: (classesProp?: Partial<Record<"root" | "stickyHeade
|
|
|
9254
9381
|
cx: (...args: any) => string;
|
|
9255
9382
|
};
|
|
9256
9383
|
|
|
9257
|
-
declare const
|
|
9384
|
+
declare const useClasses_79: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9385
|
+
classes: {
|
|
9386
|
+
root: string;
|
|
9387
|
+
};
|
|
9388
|
+
css: {
|
|
9389
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9390
|
+
(...args: CSSInterpolation[]): string;
|
|
9391
|
+
};
|
|
9392
|
+
cx: (...args: any) => string;
|
|
9393
|
+
};
|
|
9394
|
+
|
|
9395
|
+
declare const useClasses_8: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
|
|
9258
9396
|
classes: {
|
|
9259
9397
|
root: string;
|
|
9398
|
+
gutter: string;
|
|
9399
|
+
infoDisabled: string;
|
|
9260
9400
|
};
|
|
9261
9401
|
css: {
|
|
9262
9402
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9265,7 +9405,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9265
9405
|
cx: (...args: any) => string;
|
|
9266
9406
|
};
|
|
9267
9407
|
|
|
9268
|
-
declare const
|
|
9408
|
+
declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9269
9409
|
classes: {
|
|
9270
9410
|
root: string;
|
|
9271
9411
|
};
|
|
@@ -9276,7 +9416,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9276
9416
|
cx: (...args: any) => string;
|
|
9277
9417
|
};
|
|
9278
9418
|
|
|
9279
|
-
declare const
|
|
9419
|
+
declare const useClasses_81: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
|
|
9280
9420
|
classes: {
|
|
9281
9421
|
root: string;
|
|
9282
9422
|
stickyHeader: string;
|
|
@@ -9288,13 +9428,13 @@ declare const useClasses_74: (classesProp?: Partial<Record<"root" | "stickyHeade
|
|
|
9288
9428
|
cx: (...args: any) => string;
|
|
9289
9429
|
};
|
|
9290
9430
|
|
|
9291
|
-
declare const
|
|
9431
|
+
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
9432
|
classes: {
|
|
9293
9433
|
body: string;
|
|
9294
9434
|
footer: string;
|
|
9295
9435
|
head: string;
|
|
9296
|
-
resizer: string;
|
|
9297
9436
|
root: string;
|
|
9437
|
+
resizer: string;
|
|
9298
9438
|
resizable: string;
|
|
9299
9439
|
sortable: string;
|
|
9300
9440
|
sorted: string;
|
|
@@ -9331,13 +9471,13 @@ declare const useClasses_75: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9331
9471
|
cx: (...args: any) => string;
|
|
9332
9472
|
};
|
|
9333
9473
|
|
|
9334
|
-
declare const
|
|
9474
|
+
declare const useClasses_83: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "expanded" | "selected" | "hover" | "striped" | "variantList" | "variantListHead", string>>, addStatic?: boolean) => {
|
|
9335
9475
|
classes: {
|
|
9336
9476
|
body: string;
|
|
9337
9477
|
footer: string;
|
|
9338
9478
|
head: string;
|
|
9339
|
-
expanded: string;
|
|
9340
9479
|
root: string;
|
|
9480
|
+
expanded: string;
|
|
9341
9481
|
selected: string;
|
|
9342
9482
|
hover: string;
|
|
9343
9483
|
striped: string;
|
|
@@ -9351,7 +9491,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9351
9491
|
cx: (...args: any) => string;
|
|
9352
9492
|
};
|
|
9353
9493
|
|
|
9354
|
-
declare const
|
|
9494
|
+
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
9495
|
classes: {
|
|
9356
9496
|
body: string;
|
|
9357
9497
|
footer: string;
|
|
@@ -9385,7 +9525,7 @@ declare const useClasses_77: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9385
9525
|
cx: (...args: any) => string;
|
|
9386
9526
|
};
|
|
9387
9527
|
|
|
9388
|
-
declare const
|
|
9528
|
+
declare const useClasses_85: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
|
|
9389
9529
|
classes: {
|
|
9390
9530
|
root: string;
|
|
9391
9531
|
formContainer: string;
|
|
@@ -9397,7 +9537,7 @@ declare const useClasses_78: (classesProp?: Partial<Record<"root" | "formContain
|
|
|
9397
9537
|
cx: (...args: any) => string;
|
|
9398
9538
|
};
|
|
9399
9539
|
|
|
9400
|
-
declare const
|
|
9540
|
+
declare const useClasses_86: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
|
|
9401
9541
|
classes: {
|
|
9402
9542
|
section: string;
|
|
9403
9543
|
root: string;
|
|
@@ -9411,11 +9551,9 @@ declare const useClasses_79: (classesProp?: Partial<Record<"section" | "root" |
|
|
|
9411
9551
|
cx: (...args: any) => string;
|
|
9412
9552
|
};
|
|
9413
9553
|
|
|
9414
|
-
declare const
|
|
9554
|
+
declare const useClasses_87: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9415
9555
|
classes: {
|
|
9416
9556
|
root: string;
|
|
9417
|
-
gutter: string;
|
|
9418
|
-
infoDisabled: string;
|
|
9419
9557
|
};
|
|
9420
9558
|
css: {
|
|
9421
9559
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9424,9 +9562,10 @@ declare const useClasses_8: (classesProp?: Partial<Record<"root" | "gutter" | "i
|
|
|
9424
9562
|
cx: (...args: any) => string;
|
|
9425
9563
|
};
|
|
9426
9564
|
|
|
9427
|
-
declare const
|
|
9565
|
+
declare const useClasses_88: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
|
|
9428
9566
|
classes: {
|
|
9429
9567
|
root: string;
|
|
9568
|
+
sortDropdown: string;
|
|
9430
9569
|
};
|
|
9431
9570
|
css: {
|
|
9432
9571
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9435,10 +9574,76 @@ declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9435
9574
|
cx: (...args: any) => string;
|
|
9436
9575
|
};
|
|
9437
9576
|
|
|
9438
|
-
declare const
|
|
9577
|
+
declare const useClasses_89: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
|
|
9439
9578
|
classes: {
|
|
9440
9579
|
root: string;
|
|
9441
|
-
|
|
9580
|
+
rangeCalendarContainer: string;
|
|
9581
|
+
singleCalendar: string;
|
|
9582
|
+
focusSelection: string;
|
|
9583
|
+
calendarMonthlyCell: string;
|
|
9584
|
+
calendarMonthlyCellSelected: string;
|
|
9585
|
+
};
|
|
9586
|
+
css: {
|
|
9587
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9588
|
+
(...args: CSSInterpolation[]): string;
|
|
9589
|
+
};
|
|
9590
|
+
cx: (...args: any) => string;
|
|
9591
|
+
};
|
|
9592
|
+
|
|
9593
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"root" | "show" | "hideText" | "defaultIcon" | "warningText" | "topGutter" | "topBorder", string>>, addStatic?: boolean) => {
|
|
9594
|
+
classes: {
|
|
9595
|
+
root: string;
|
|
9596
|
+
show: string;
|
|
9597
|
+
hideText: string;
|
|
9598
|
+
defaultIcon: string;
|
|
9599
|
+
warningText: string;
|
|
9600
|
+
topGutter: string;
|
|
9601
|
+
topBorder: string;
|
|
9602
|
+
};
|
|
9603
|
+
css: {
|
|
9604
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9605
|
+
(...args: CSSInterpolation[]): string;
|
|
9606
|
+
};
|
|
9607
|
+
cx: (...args: any) => string;
|
|
9608
|
+
};
|
|
9609
|
+
|
|
9610
|
+
declare const useClasses_90: (classesProp?: Partial<Record<"input" | "root" | "invalid" | "inputBorderContainer" | "headerDayOfWeek" | "headerDate" | "invalidMessageStyling", string>>, addStatic?: boolean) => {
|
|
9611
|
+
classes: {
|
|
9612
|
+
input: string;
|
|
9613
|
+
root: string;
|
|
9614
|
+
invalid: string;
|
|
9615
|
+
inputBorderContainer: string;
|
|
9616
|
+
headerDayOfWeek: string;
|
|
9617
|
+
headerDate: string;
|
|
9618
|
+
invalidMessageStyling: string;
|
|
9619
|
+
};
|
|
9620
|
+
css: {
|
|
9621
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9622
|
+
(...args: CSSInterpolation[]): string;
|
|
9623
|
+
};
|
|
9624
|
+
cx: (...args: any) => string;
|
|
9625
|
+
};
|
|
9626
|
+
|
|
9627
|
+
declare const useClasses_91: (classesProp?: Partial<Record<"label" | "root" | "error" | "rootDisabled" | "labelContainer" | "sliderBase" | "sliderContainer" | "trackDragging" | "trackStandBy" | "sliderRoot" | "rootRange" | "handleContainer" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
|
|
9628
|
+
classes: {
|
|
9629
|
+
label: string;
|
|
9630
|
+
root: string;
|
|
9631
|
+
error: string;
|
|
9632
|
+
rootDisabled: string;
|
|
9633
|
+
labelContainer: string;
|
|
9634
|
+
sliderBase: string;
|
|
9635
|
+
sliderContainer: string;
|
|
9636
|
+
trackDragging: string;
|
|
9637
|
+
trackStandBy: string;
|
|
9638
|
+
sliderRoot: string;
|
|
9639
|
+
rootRange: string;
|
|
9640
|
+
handleContainer: string;
|
|
9641
|
+
handle: string;
|
|
9642
|
+
handleContainerDisabled: string;
|
|
9643
|
+
handleHiddenContainer: string;
|
|
9644
|
+
labelIncluded: string;
|
|
9645
|
+
onlyInput: string;
|
|
9646
|
+
sliderTooltip: string;
|
|
9442
9647
|
};
|
|
9443
9648
|
css: {
|
|
9444
9649
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9447,7 +9652,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"root" | "sortDropdow
|
|
|
9447
9652
|
cx: (...args: any) => string;
|
|
9448
9653
|
};
|
|
9449
9654
|
|
|
9450
|
-
declare const
|
|
9655
|
+
declare const useClasses_92: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
|
|
9451
9656
|
classes: {
|
|
9452
9657
|
label: string;
|
|
9453
9658
|
root: string;
|
|
@@ -9462,11 +9667,11 @@ declare const useClasses_82: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
9462
9667
|
cx: (...args: any) => string;
|
|
9463
9668
|
};
|
|
9464
9669
|
|
|
9465
|
-
declare const
|
|
9670
|
+
declare const useClasses_93: (classesProp?: Partial<Record<"header" | "root" | "space" | "actionBar" | "dropdown" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>, addStatic?: boolean) => {
|
|
9466
9671
|
classes: {
|
|
9467
9672
|
header: string;
|
|
9468
|
-
space: string;
|
|
9469
9673
|
root: string;
|
|
9674
|
+
space: string;
|
|
9470
9675
|
actionBar: string;
|
|
9471
9676
|
dropdown: string;
|
|
9472
9677
|
panel: string;
|
|
@@ -9482,11 +9687,11 @@ declare const useClasses_83: (classesProp?: Partial<Record<"header" | "space" |
|
|
|
9482
9687
|
cx: (...args: any) => string;
|
|
9483
9688
|
};
|
|
9484
9689
|
|
|
9485
|
-
declare const
|
|
9690
|
+
declare const useClasses_94: (classesProp?: Partial<Record<"label" | "root" | "icon" | "dropdown" | "action" | "error" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
|
|
9486
9691
|
classes: {
|
|
9487
9692
|
label: string;
|
|
9488
|
-
icon: string;
|
|
9489
9693
|
root: string;
|
|
9694
|
+
icon: string;
|
|
9490
9695
|
dropdown: string;
|
|
9491
9696
|
action: string;
|
|
9492
9697
|
error: string;
|
|
@@ -9506,7 +9711,7 @@ declare const useClasses_84: (classesProp?: Partial<Record<"label" | "icon" | "r
|
|
|
9506
9711
|
cx: (...args: any) => string;
|
|
9507
9712
|
};
|
|
9508
9713
|
|
|
9509
|
-
declare const
|
|
9714
|
+
declare const useClasses_95: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>, addStatic?: boolean) => {
|
|
9510
9715
|
classes: {
|
|
9511
9716
|
button: string;
|
|
9512
9717
|
text: string;
|
|
@@ -9520,7 +9725,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
9520
9725
|
cx: (...args: any) => string;
|
|
9521
9726
|
};
|
|
9522
9727
|
|
|
9523
|
-
declare const
|
|
9728
|
+
declare const useClasses_96: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
|
|
9524
9729
|
classes: {
|
|
9525
9730
|
root: string;
|
|
9526
9731
|
positionFixed: string;
|
|
@@ -9533,7 +9738,7 @@ declare const useClasses_86: (classesProp?: Partial<Record<"root" | "positionFix
|
|
|
9533
9738
|
cx: (...args: any) => string;
|
|
9534
9739
|
};
|
|
9535
9740
|
|
|
9536
|
-
declare const
|
|
9741
|
+
declare const useClasses_97: (classesProp?: Partial<Record<"button" | "text" | "root" | "selected", string>>, addStatic?: boolean) => {
|
|
9537
9742
|
classes: {
|
|
9538
9743
|
button: string;
|
|
9539
9744
|
text: string;
|
|
@@ -9547,7 +9752,7 @@ declare const useClasses_87: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
9547
9752
|
cx: (...args: any) => string;
|
|
9548
9753
|
};
|
|
9549
9754
|
|
|
9550
|
-
declare const
|
|
9755
|
+
declare const useClasses_98: (classesProp?: Partial<Record<"root" | "selected" | "positionSticky" | "positionFixed" | "notSelectedRoot" | "notSelected", string>>, addStatic?: boolean) => {
|
|
9551
9756
|
classes: {
|
|
9552
9757
|
root: string;
|
|
9553
9758
|
selected: string;
|
|
@@ -9563,13 +9768,13 @@ declare const useClasses_88: (classesProp?: Partial<Record<"root" | "selected" |
|
|
|
9563
9768
|
cx: (...args: any) => string;
|
|
9564
9769
|
};
|
|
9565
9770
|
|
|
9566
|
-
declare const
|
|
9771
|
+
declare const useClasses_99: (classesProp?: Partial<Record<"button" | "input" | "text" | "root" | "icon" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
|
|
9567
9772
|
classes: {
|
|
9568
9773
|
button: string;
|
|
9569
9774
|
input: string;
|
|
9570
9775
|
text: string;
|
|
9571
|
-
icon: string;
|
|
9572
9776
|
root: string;
|
|
9777
|
+
icon: string;
|
|
9573
9778
|
inputBorderContainer: string;
|
|
9574
9779
|
inputRoot: string;
|
|
9575
9780
|
largeText: string;
|
|
@@ -9583,151 +9788,6 @@ declare const useClasses_89: (classesProp?: Partial<Record<"button" | "input" |
|
|
|
9583
9788
|
cx: (...args: any) => string;
|
|
9584
9789
|
};
|
|
9585
9790
|
|
|
9586
|
-
declare const useClasses_9: (classesProp?: Partial<Record<"show" | "root" | "hideText" | "defaultIcon" | "warningText" | "topGutter" | "topBorder", string>>, addStatic?: boolean) => {
|
|
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) => {
|
|
9709
|
-
classes: {
|
|
9710
|
-
placeholder: string;
|
|
9711
|
-
label: string;
|
|
9712
|
-
icon: string;
|
|
9713
|
-
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
|
-
};
|
|
9724
|
-
css: {
|
|
9725
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9726
|
-
(...args: CSSInterpolation[]): string;
|
|
9727
|
-
};
|
|
9728
|
-
cx: (...args: any) => string;
|
|
9729
|
-
};
|
|
9730
|
-
|
|
9731
9791
|
export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: HvClickOutsideEvent) => void) => void;
|
|
9732
9792
|
|
|
9733
9793
|
export declare const useComputation: (valueFn: any, valueFallback?: any) => any[];
|
|
@@ -10039,7 +10099,7 @@ export declare function useSavedState<T>(defaultState: T): [T | undefined, (v?:
|
|
|
10039
10099
|
|
|
10040
10100
|
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
10101
|
|
|
10042
|
-
export declare const useSelectionPath: (data:
|
|
10102
|
+
export declare const useSelectionPath: (data: HvHeaderNavigationItemProp[], selectedId?: string) => string[];
|
|
10043
10103
|
|
|
10044
10104
|
export declare type UseTableStylesProps = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
|
|
10045
10105
|
pluginName: string;
|
|
@@ -10054,8 +10114,8 @@ export declare const useWidth: () => Breakpoint_2;
|
|
|
10054
10114
|
declare type ValueOf<T> = T[keyof T];
|
|
10055
10115
|
|
|
10056
10116
|
export declare const verticalNavigationClasses: {
|
|
10057
|
-
slider: "HvVerticalNavigation-slider";
|
|
10058
10117
|
root: "HvVerticalNavigation-root";
|
|
10118
|
+
slider: "HvVerticalNavigation-slider";
|
|
10059
10119
|
collapsed: "HvVerticalNavigation-collapsed";
|
|
10060
10120
|
};
|
|
10061
10121
|
|
|
@@ -10090,9 +10150,9 @@ export declare const verticalNavigationSliderClasses: {
|
|
|
10090
10150
|
};
|
|
10091
10151
|
|
|
10092
10152
|
export declare const verticalNavigationTreeClasses: {
|
|
10153
|
+
root: "HvVerticalNavigationTree-root";
|
|
10093
10154
|
list: "HvVerticalNavigationTree-list";
|
|
10094
10155
|
popup: "HvVerticalNavigationTree-popup";
|
|
10095
|
-
root: "HvVerticalNavigationTree-root";
|
|
10096
10156
|
listItem: "HvVerticalNavigationTree-listItem";
|
|
10097
10157
|
collapsed: "HvVerticalNavigationTree-collapsed";
|
|
10098
10158
|
navigationPopup: "HvVerticalNavigationTree-navigationPopup";
|
|
@@ -10108,8 +10168,8 @@ export declare const verticalScrollListItemClasses: {
|
|
|
10108
10168
|
export declare type VisibilitySelectorActions = "previous_month" | "next_month" | "previous_year" | "next_year" | "month" | "month_year";
|
|
10109
10169
|
|
|
10110
10170
|
export declare const warningTextClasses: {
|
|
10111
|
-
show: "HvWarningText-show";
|
|
10112
10171
|
root: "HvWarningText-root";
|
|
10172
|
+
show: "HvWarningText-show";
|
|
10113
10173
|
hideText: "HvWarningText-hideText";
|
|
10114
10174
|
defaultIcon: "HvWarningText-defaultIcon";
|
|
10115
10175
|
warningText: "HvWarningText-warningText";
|