@hitachivantara/uikit-react-core 5.24.2 → 5.24.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/Calendar/Calendar.cjs +12 -10
- package/dist/cjs/components/Calendar/Calendar.cjs.map +1 -1
- package/dist/cjs/components/Calendar/Calendar.styles.cjs +29 -57
- package/dist/cjs/components/Calendar/Calendar.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarHeader/CalendarHeader.cjs +20 -14
- package/dist/cjs/components/Calendar/CalendarHeader/CalendarHeader.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarHeader/CalendarHeader.styles.cjs +55 -82
- package/dist/cjs/components/Calendar/CalendarHeader/CalendarHeader.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.cjs +10 -8
- package/dist/cjs/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.styles.cjs +15 -31
- package/dist/cjs/components/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.cjs +18 -9
- package/dist/cjs/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.styles.cjs +43 -56
- package/dist/cjs/components/Calendar/CalendarNavigation/MonthSelector/MonthSelector.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/Navigation/Navigation.cjs +22 -11
- package/dist/cjs/components/Calendar/CalendarNavigation/Navigation/Navigation.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarNavigation/Navigation/Navigation.styles.cjs +31 -77
- package/dist/cjs/components/Calendar/CalendarNavigation/Navigation/Navigation.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.cjs +8 -5
- package/dist/cjs/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.cjs.map +1 -1
- package/dist/cjs/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.styles.cjs +15 -21
- package/dist/cjs/components/Calendar/CalendarWeekLabels/CalendarWeekLabels.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/SingleCalendar/CalendarCell.cjs +25 -9
- package/dist/cjs/components/Calendar/SingleCalendar/CalendarCell.cjs.map +1 -1
- package/dist/cjs/components/Calendar/SingleCalendar/CalendarCell.styles.cjs +38 -53
- package/dist/cjs/components/Calendar/SingleCalendar/CalendarCell.styles.cjs.map +1 -1
- package/dist/cjs/components/Calendar/SingleCalendar/SingleCalendar.cjs +14 -11
- package/dist/cjs/components/Calendar/SingleCalendar/SingleCalendar.cjs.map +1 -1
- package/dist/cjs/components/Calendar/SingleCalendar/SingleCalendar.styles.cjs +64 -63
- package/dist/cjs/components/Calendar/SingleCalendar/SingleCalendar.styles.cjs.map +1 -1
- package/dist/cjs/components/Card/Card.cjs +2 -2
- package/dist/cjs/components/Card/Card.cjs.map +1 -1
- package/dist/cjs/components/Footer/Footer.cjs +2 -2
- package/dist/cjs/components/Footer/Footer.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 +2 -2
- package/dist/cjs/components/List/List.styles.cjs.map +1 -1
- package/dist/cjs/components/ListContainer/ListContainer.cjs +8 -4
- package/dist/cjs/components/ListContainer/ListContainer.cjs.map +1 -1
- package/dist/cjs/components/ListContainer/ListContainer.styles.cjs +12 -0
- package/dist/cjs/components/ListContainer/ListContainer.styles.cjs.map +1 -0
- package/dist/cjs/components/ListContainer/ListContext/ListContext.cjs.map +1 -1
- package/dist/cjs/components/ListContainer/ListItem/ListItem.cjs +43 -31
- package/dist/cjs/components/ListContainer/ListItem/ListItem.cjs.map +1 -1
- package/dist/cjs/components/ListContainer/ListItem/ListItem.styles.cjs +47 -75
- package/dist/cjs/components/ListContainer/ListItem/ListItem.styles.cjs.map +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/ScrollTo/Horizontal/ScrollToHorizontal.cjs +2 -2
- package/dist/cjs/components/ScrollTo/Horizontal/ScrollToHorizontal.cjs.map +1 -1
- package/dist/cjs/components/ScrollTo/Vertical/ScrollToVertical.cjs +2 -2
- package/dist/cjs/components/ScrollTo/Vertical/ScrollToVertical.cjs.map +1 -1
- package/dist/cjs/components/Tab/Tab.cjs +12 -8
- package/dist/cjs/components/Tab/Tab.cjs.map +1 -1
- package/dist/cjs/components/Tab/Tab.styles.cjs +53 -57
- package/dist/cjs/components/Tab/Tab.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/components/Typography/Typography.cjs +2 -2
- package/dist/cjs/components/Typography/Typography.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/NavigationSlider/NavigationSlider.styles.cjs +3 -3
- package/dist/cjs/components/VerticalNavigation/NavigationSlider/NavigationSlider.styles.cjs.map +1 -1
- package/dist/cjs/index.cjs +24 -24
- 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/Card/Card.js +2 -2
- package/dist/esm/components/Card/Card.js.map +1 -1
- package/dist/esm/components/Footer/Footer.js +2 -2
- package/dist/esm/components/Footer/Footer.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 +2 -2
- package/dist/esm/components/ListContainer/ListContainer.js +10 -5
- package/dist/esm/components/ListContainer/ListContainer.js.map +1 -1
- package/dist/esm/components/ListContainer/ListContainer.styles.js +12 -0
- package/dist/esm/components/ListContainer/ListContainer.styles.js.map +1 -0
- package/dist/esm/components/ListContainer/ListContext/ListContext.js.map +1 -1
- package/dist/esm/components/ListContainer/ListItem/ListItem.js +46 -33
- package/dist/esm/components/ListContainer/ListItem/ListItem.js.map +1 -1
- package/dist/esm/components/ListContainer/ListItem/ListItem.styles.js +47 -73
- package/dist/esm/components/ListContainer/ListItem/ListItem.styles.js.map +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/ScrollTo/Horizontal/ScrollToHorizontal.js +2 -2
- package/dist/esm/components/ScrollTo/Horizontal/ScrollToHorizontal.js.map +1 -1
- package/dist/esm/components/ScrollTo/Vertical/ScrollToVertical.js +2 -2
- package/dist/esm/components/ScrollTo/Vertical/ScrollToVertical.js.map +1 -1
- package/dist/esm/components/Tab/Tab.js +15 -10
- package/dist/esm/components/Tab/Tab.js.map +1 -1
- package/dist/esm/components/Tab/Tab.styles.js +53 -55
- package/dist/esm/components/Tab/Tab.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 +173 -328
- 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/components/Typography/Typography.js +2 -2
- package/dist/esm/components/Typography/Typography.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/NavigationSlider/NavigationSlider.styles.js +3 -3
- package/dist/esm/components/VerticalNavigation/NavigationSlider/NavigationSlider.styles.js.map +1 -1
- package/dist/esm/index.js +236 -236
- package/dist/types/index.d.ts +762 -685
- package/package.json +3 -3
- 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/ListContainer/ListItem/listItemClasses.cjs +0 -8
- package/dist/cjs/components/ListContainer/ListItem/listItemClasses.cjs.map +0 -1
- package/dist/cjs/components/ListContainer/listContainerClasses.cjs +0 -8
- package/dist/cjs/components/ListContainer/listContainerClasses.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/Tab/tabClasses.cjs +0 -8
- package/dist/cjs/components/Tab/tabClasses.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/ListContainer/ListItem/listItemClasses.js +0 -8
- package/dist/esm/components/ListContainer/ListItem/listItemClasses.js.map +0 -1
- package/dist/esm/components/ListContainer/listContainerClasses.js +0 -8
- package/dist/esm/components/ListContainer/listContainerClasses.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/Tab/tabClasses.js +0 -8
- package/dist/esm/components/Tab/tabClasses.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: {
|
|
@@ -985,7 +985,7 @@ export declare type HvAccentColors = Record<HvAccentColorKeys, string>;
|
|
|
985
985
|
*/
|
|
986
986
|
export declare const HvAccordion: (props: HvAccordionProps) => JSX_2.Element;
|
|
987
987
|
|
|
988
|
-
export declare type HvAccordionClasses = ExtractNames<typeof
|
|
988
|
+
export declare type HvAccordionClasses = ExtractNames<typeof useClasses_15>;
|
|
989
989
|
|
|
990
990
|
export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
991
991
|
/**
|
|
@@ -1040,14 +1040,14 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
|
|
|
1040
1040
|
|
|
1041
1041
|
export declare const HvActionBar: (props: HvActionBarProps) => JSX_2.Element;
|
|
1042
1042
|
|
|
1043
|
-
export declare type HvActionBarClasses = ExtractNames<typeof
|
|
1043
|
+
export declare type HvActionBarClasses = ExtractNames<typeof useClasses_14>;
|
|
1044
1044
|
|
|
1045
1045
|
export declare interface HvActionBarProps extends HvBaseProps {
|
|
1046
1046
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
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. */
|
|
@@ -1101,7 +1101,7 @@ export declare interface HvActionsGenericProps extends HvBaseProps {
|
|
|
1101
1101
|
*/
|
|
1102
1102
|
export declare const HvAdornment: ForwardRefExoticComponent<HvAdornmentProps & RefAttributes<HTMLDivElement | HTMLButtonElement>>;
|
|
1103
1103
|
|
|
1104
|
-
export declare type HvAdornmentClasses = ExtractNames<typeof
|
|
1104
|
+
export declare type HvAdornmentClasses = ExtractNames<typeof useClasses_5>;
|
|
1105
1105
|
|
|
1106
1106
|
export declare interface HvAdornmentProps extends HvBaseProps<HTMLDivElement | HTMLButtonElement, "onMouseDown" | "onKeyDown"> {
|
|
1107
1107
|
/** The icon to be added into the input. */
|
|
@@ -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. */
|
|
@@ -1193,7 +1193,7 @@ export declare type HvAtmosphereColors = Record<HvAtmosphereColorKeys, string>;
|
|
|
1193
1193
|
*/
|
|
1194
1194
|
export declare const HvAvatar: (props: HvAvatarProps) => JSX_2.Element;
|
|
1195
1195
|
|
|
1196
|
-
export declare type HvAvatarClasses = ExtractNames<typeof
|
|
1196
|
+
export declare type HvAvatarClasses = ExtractNames<typeof useClasses_16>;
|
|
1197
1197
|
|
|
1198
1198
|
export declare interface HvAvatarProps extends HvBaseProps {
|
|
1199
1199
|
/** Inline styles to be applied to the root element. */
|
|
@@ -1244,7 +1244,7 @@ export declare type HvAvatarVariant = "circular" | "square";
|
|
|
1244
1244
|
*/
|
|
1245
1245
|
export declare const HvBadge: (props: HvBadgeProps) => JSX_2.Element;
|
|
1246
1246
|
|
|
1247
|
-
export declare type HvBadgeClasses = ExtractNames<typeof
|
|
1247
|
+
export declare type HvBadgeClasses = ExtractNames<typeof useClasses_17>;
|
|
1248
1248
|
|
|
1249
1249
|
export declare interface HvBadgeProps extends HvBaseProps {
|
|
1250
1250
|
/**
|
|
@@ -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
|
/**
|
|
@@ -1432,7 +1432,7 @@ export declare type HvBaseColors = Record<HvBaseColorKeys, string>;
|
|
|
1432
1432
|
|
|
1433
1433
|
export declare const HvBaseDropdown: (props: HvBaseDropdownProps) => JSX_2.Element;
|
|
1434
1434
|
|
|
1435
|
-
export declare type HvBaseDropdownClasses = ExtractNames<typeof
|
|
1435
|
+
export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_13>;
|
|
1436
1436
|
|
|
1437
1437
|
export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement, "placeholder"> {
|
|
1438
1438
|
/**
|
|
@@ -1521,7 +1521,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
|
|
|
1521
1521
|
*/
|
|
1522
1522
|
export declare const HvBaseInput: (props: HvBaseInputProps) => JSX_2.Element;
|
|
1523
1523
|
|
|
1524
|
-
export declare type HvBaseInputClasses = ExtractNames<typeof
|
|
1524
|
+
export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_12>;
|
|
1525
1525
|
|
|
1526
1526
|
export declare interface HvBaseInputProps extends Omit<InputProps, "onChange" | "classes">, HvBaseProps<HTMLDivElement, "onChange" | "color" | "onBlur" | "onFocus" | "onInvalid" | "onKeyDown" | "onKeyUp"> {
|
|
1527
1527
|
/** The input name. */
|
|
@@ -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
|
|
|
@@ -1842,7 +1842,7 @@ export declare interface HvBulkActionsProps extends HvBaseProps {
|
|
|
1842
1842
|
*/
|
|
1843
1843
|
export declare const HvButton: <C extends React_2.ElementType = "button">(props: HvButtonProps<C>) => React_2.ReactElement | null;
|
|
1844
1844
|
|
|
1845
|
-
export declare type HvButtonClasses = ExtractNames<typeof
|
|
1845
|
+
export declare type HvButtonClasses = ExtractNames<typeof useClasses_18>;
|
|
1846
1846
|
|
|
1847
1847
|
export declare type HvButtonProps<C extends React_2.ElementType = "button"> = PolymorphicComponentRef<C, {
|
|
1848
1848
|
/** Use the variant prop to change the visual style of the Button. */
|
|
@@ -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
|
/**
|
|
@@ -2019,11 +2004,11 @@ export declare interface HvCalendarProps {
|
|
|
2019
2004
|
*/
|
|
2020
2005
|
export declare const HvCard: (props: HvCardProps) => JSX_2.Element;
|
|
2021
2006
|
|
|
2022
|
-
export declare type HvCardClasses = ExtractNames<typeof
|
|
2007
|
+
export declare type HvCardClasses = ExtractNames<typeof useClasses_19>;
|
|
2023
2008
|
|
|
2024
2009
|
export declare const HvCardContent: ({ id, classes: classesProp, className, children, onClick, ...others }: HvCardContentProps) => JSX_2.Element;
|
|
2025
2010
|
|
|
2026
|
-
export declare type HvCardContentClasses = ExtractNames<typeof
|
|
2011
|
+
export declare type HvCardContentClasses = ExtractNames<typeof useClasses_21>;
|
|
2027
2012
|
|
|
2028
2013
|
export declare interface HvCardContentProps extends Omit<CardContentProps, "classes">, HvBaseProps {
|
|
2029
2014
|
/** Id to be applied to the root node. */
|
|
@@ -2036,7 +2021,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
|
|
|
2036
2021
|
|
|
2037
2022
|
export declare const HvCardHeader: ({ classes: classesProp, className, title, subheader, icon, onClick, ...others }: HvCardHeaderProps) => JSX_2.Element;
|
|
2038
2023
|
|
|
2039
|
-
export declare type HvCardHeaderClasses = ExtractNames<typeof
|
|
2024
|
+
export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_20>;
|
|
2040
2025
|
|
|
2041
2026
|
export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes">, HvBaseProps<HTMLDivElement, "title"> {
|
|
2042
2027
|
/** The renderable content inside the title slot of the header. */
|
|
@@ -2053,7 +2038,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
|
|
|
2053
2038
|
|
|
2054
2039
|
export declare const HvCardMedia: ({ id, classes: classesProp, className, children, title, onClick, ...others }: HvCardMediaProps) => JSX_2.Element;
|
|
2055
2040
|
|
|
2056
|
-
export declare type HvCardMediaClasses = ExtractNames<typeof
|
|
2041
|
+
export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_22>;
|
|
2057
2042
|
|
|
2058
2043
|
export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, ImgHTMLAttributes<HTMLDivElement>, HvBaseProps<HTMLDivElement, "onClick" | "title"> {
|
|
2059
2044
|
/** Id to be applied to the root node. */
|
|
@@ -2094,13 +2079,13 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2094
2079
|
*/
|
|
2095
2080
|
export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
|
|
2096
2081
|
|
|
2097
|
-
export declare type HvCarouselClasses = ExtractNames<typeof
|
|
2082
|
+
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_102>;
|
|
2098
2083
|
|
|
2099
2084
|
export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_2.Element;
|
|
2100
2085
|
|
|
2101
2086
|
declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2102
2087
|
showDots?: boolean;
|
|
2103
|
-
classes?: ExtractNames<typeof
|
|
2088
|
+
classes?: ExtractNames<typeof useClasses_102>;
|
|
2104
2089
|
actions?: ReactNode;
|
|
2105
2090
|
onPreviousClick?: MouseEventHandler<HTMLButtonElement>;
|
|
2106
2091
|
onNextClick?: MouseEventHandler<HTMLButtonElement>;
|
|
@@ -2147,7 +2132,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2147
2132
|
*/
|
|
2148
2133
|
export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
|
|
2149
2134
|
|
|
2150
|
-
export declare type HvCarouselSlideClasses = ExtractNames<typeof
|
|
2135
|
+
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_103>;
|
|
2151
2136
|
|
|
2152
2137
|
export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
2153
2138
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -2162,7 +2147,7 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
|
|
|
2162
2147
|
|
|
2163
2148
|
declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2164
2149
|
width?: CSSProperties["width"];
|
|
2165
|
-
classes?: ExtractNames<typeof
|
|
2150
|
+
classes?: ExtractNames<typeof useClasses_102>;
|
|
2166
2151
|
onThumbnailClick?: (event: MouseEvent_2<HTMLButtonElement>, index: number) => void;
|
|
2167
2152
|
thumbnailProps?: Partial<HvButtonProps>;
|
|
2168
2153
|
showDots?: boolean;
|
|
@@ -2196,7 +2181,7 @@ export declare interface HvCellProps<D extends object = Record<string, unknown>,
|
|
|
2196
2181
|
*/
|
|
2197
2182
|
export declare const HvCharCounter: (props: HvCharCounterProps) => JSX_2.Element;
|
|
2198
2183
|
|
|
2199
|
-
export declare type HvCharCounterClasses = ExtractNames<typeof
|
|
2184
|
+
export declare type HvCharCounterClasses = ExtractNames<typeof useClasses_4>;
|
|
2200
2185
|
|
|
2201
2186
|
export declare interface HvCharCounterProps extends HvBaseProps {
|
|
2202
2187
|
/** The string that separates the current char quantity from the max quantity. */
|
|
@@ -2224,14 +2209,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
|
|
|
2224
2209
|
*/
|
|
2225
2210
|
export declare const HvCheckBox: (props: HvCheckBoxProps) => JSX_2.Element;
|
|
2226
2211
|
|
|
2227
|
-
export declare type HvCheckBoxClasses = ExtractNames<typeof
|
|
2212
|
+
export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_53>;
|
|
2228
2213
|
|
|
2229
2214
|
/**
|
|
2230
2215
|
* A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
|
|
2231
2216
|
*/
|
|
2232
2217
|
export declare const HvCheckBoxGroup: (props: HvCheckBoxGroupProps) => JSX_2.Element;
|
|
2233
2218
|
|
|
2234
|
-
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof
|
|
2219
|
+
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_59>;
|
|
2235
2220
|
|
|
2236
2221
|
export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2237
2222
|
/**
|
|
@@ -2359,7 +2344,7 @@ export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEven
|
|
|
2359
2344
|
*/
|
|
2360
2345
|
export declare const HvColorPicker: (props: HvColorPickerProps) => JSX_2.Element;
|
|
2361
2346
|
|
|
2362
|
-
export declare type HvColorPickerClasses = ExtractNames<typeof
|
|
2347
|
+
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_101>;
|
|
2363
2348
|
|
|
2364
2349
|
export declare interface HvColorPickerProps {
|
|
2365
2350
|
"aria-label"?: string;
|
|
@@ -2474,7 +2459,7 @@ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknow
|
|
|
2474
2459
|
|
|
2475
2460
|
export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
2476
2461
|
|
|
2477
|
-
export declare type HvContainerClasses = ExtractNames<typeof
|
|
2462
|
+
export declare type HvContainerClasses = ExtractNames<typeof useClasses_23>;
|
|
2478
2463
|
|
|
2479
2464
|
export declare interface HvContainerProps extends Omit<ContainerProps, "classes">, HvBaseProps {
|
|
2480
2465
|
/**
|
|
@@ -2503,7 +2488,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
|
|
|
2503
2488
|
|
|
2504
2489
|
export declare const HvControls: (props: HvControlsProps) => JSX_2.Element;
|
|
2505
2490
|
|
|
2506
|
-
export declare type HvControlsClasses = ExtractNames<typeof
|
|
2491
|
+
export declare type HvControlsClasses = ExtractNames<typeof useClasses_86>;
|
|
2507
2492
|
|
|
2508
2493
|
export declare interface HvControlsProps extends HvBaseProps {
|
|
2509
2494
|
/**
|
|
@@ -2588,7 +2573,7 @@ export declare interface HvDateColumnCellProp {
|
|
|
2588
2573
|
*/
|
|
2589
2574
|
export declare const HvDatePicker: (props: HvDatePickerProps) => JSX_2.Element;
|
|
2590
2575
|
|
|
2591
|
-
export declare type HvDatePickerClasses = ExtractNames<typeof
|
|
2576
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_93>;
|
|
2592
2577
|
|
|
2593
2578
|
export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2594
2579
|
/**
|
|
@@ -2762,7 +2747,7 @@ export declare type HvDatePickerStatus = HvFormStatus;
|
|
|
2762
2747
|
|
|
2763
2748
|
export declare const HvDialog: (props: HvDialogProps) => JSX_2.Element;
|
|
2764
2749
|
|
|
2765
|
-
export declare type HvDialogActionClasses = ExtractNames<typeof
|
|
2750
|
+
export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_26>;
|
|
2766
2751
|
|
|
2767
2752
|
export declare const HvDialogActions: (props: HvDialogActionsProps) => JSX_2.Element;
|
|
2768
2753
|
|
|
@@ -2773,11 +2758,11 @@ export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "
|
|
|
2773
2758
|
classes?: HvDialogActionClasses;
|
|
2774
2759
|
}
|
|
2775
2760
|
|
|
2776
|
-
export declare type HvDialogClasses = ExtractNames<typeof
|
|
2761
|
+
export declare type HvDialogClasses = ExtractNames<typeof useClasses_27>;
|
|
2777
2762
|
|
|
2778
2763
|
export declare const HvDialogContent: (props: HvDialogContentProps) => JSX_2.Element;
|
|
2779
2764
|
|
|
2780
|
-
export declare type HvDialogContentClasses = ExtractNames<typeof
|
|
2765
|
+
export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_25>;
|
|
2781
2766
|
|
|
2782
2767
|
export declare interface HvDialogContentProps extends Omit<DialogContentProps, "classes">, HvBaseProps {
|
|
2783
2768
|
/** Content should be indented in relationship to the Dialog title. */
|
|
@@ -2817,7 +2802,7 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
|
|
|
2817
2802
|
|
|
2818
2803
|
export declare const HvDialogTitle: (props: HvDialogTitleProps) => JSX_2.Element;
|
|
2819
2804
|
|
|
2820
|
-
export declare type HvDialogTitleClasses = ExtractNames<typeof
|
|
2805
|
+
export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_24>;
|
|
2821
2806
|
|
|
2822
2807
|
export declare interface HvDialogTitleProps extends Omit<DialogTitleProps, "variant" | "classes">, HvBaseProps<HTMLSpanElement, "color"> {
|
|
2823
2808
|
/** Variant of the dialog title. */
|
|
@@ -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
|
/**
|
|
@@ -2882,7 +2867,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
|
|
|
2882
2867
|
*/
|
|
2883
2868
|
export declare const HvDrawer: (props: HvDrawerProps) => JSX_2.Element;
|
|
2884
2869
|
|
|
2885
|
-
export declare type HvDrawerClasses = ExtractNames<typeof
|
|
2870
|
+
export declare type HvDrawerClasses = ExtractNames<typeof useClasses_28>;
|
|
2886
2871
|
|
|
2887
2872
|
export declare interface HvDrawerProps extends DrawerProps, Omit<DrawerProps, "classes">, HvBaseProps<HTMLDivElement> {
|
|
2888
2873
|
/**
|
|
@@ -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. */
|
|
@@ -3312,7 +3297,7 @@ declare interface HvDropZoneLabels {
|
|
|
3312
3297
|
*/
|
|
3313
3298
|
export declare const HvEmptyState: (props: HvEmptyStateProps) => JSX_2.Element;
|
|
3314
3299
|
|
|
3315
|
-
export declare type HvEmptyStateClasses = ExtractNames<typeof
|
|
3300
|
+
export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_29>;
|
|
3316
3301
|
|
|
3317
3302
|
export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "title"> {
|
|
3318
3303
|
/** Icon to be presented. */
|
|
@@ -3340,7 +3325,7 @@ export { HvExtraProps }
|
|
|
3340
3325
|
|
|
3341
3326
|
export declare const HvFile: ({ id, classes: classesProp, data, onFileRemoved, removeFileButtonLabel, }: HvFileProps) => JSX_2.Element;
|
|
3342
3327
|
|
|
3343
|
-
export declare type HvFileClasses = ExtractNames<typeof
|
|
3328
|
+
export declare type HvFileClasses = ExtractNames<typeof useClasses_62>;
|
|
3344
3329
|
|
|
3345
3330
|
export declare interface HvFileData extends Omit<File, "name" | "size"> {
|
|
3346
3331
|
/**
|
|
@@ -3421,7 +3406,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
|
|
|
3421
3406
|
*/
|
|
3422
3407
|
export declare const HvFileUploaderPreview: ({ className, children, classes: classesProp, disableOverlay, onUnload, onClick, ...others }: HvFileUploaderPreviewProps) => JSX_2.Element;
|
|
3423
3408
|
|
|
3424
|
-
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof
|
|
3409
|
+
export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_61>;
|
|
3425
3410
|
|
|
3426
3411
|
export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
|
|
3427
3412
|
/**
|
|
@@ -3496,9 +3481,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3496
3481
|
*/
|
|
3497
3482
|
export declare const HvFilterGroup: (props: HvFilterGroupProps) => JSX_2.Element;
|
|
3498
3483
|
|
|
3499
|
-
export declare type HvFilterGroupClasses = ExtractNames<typeof
|
|
3484
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_91>;
|
|
3500
3485
|
|
|
3501
|
-
declare type HvFilterGroupContentClasses = ExtractNames<typeof
|
|
3486
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_92>;
|
|
3502
3487
|
|
|
3503
3488
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3504
3489
|
description?: React.ReactNode;
|
|
@@ -3654,7 +3639,7 @@ export declare type HvFocusStrategies = "listbox" | "menu" | "card" | "grid";
|
|
|
3654
3639
|
*/
|
|
3655
3640
|
export declare const HvFooter: (props: HvFooterProps) => JSX_2.Element;
|
|
3656
3641
|
|
|
3657
|
-
export declare type HvFooterClasses = ExtractNames<typeof
|
|
3642
|
+
export declare type HvFooterClasses = ExtractNames<typeof useClasses_30>;
|
|
3658
3643
|
|
|
3659
3644
|
declare type HvFooterPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableFooterProps, {
|
|
3660
3645
|
column: HvHeaderGroup<D, H>;
|
|
@@ -3677,7 +3662,7 @@ export declare const HvFormElement: {
|
|
|
3677
3662
|
formElementType: string;
|
|
3678
3663
|
};
|
|
3679
3664
|
|
|
3680
|
-
export declare type HvFormElementClasses = ExtractNames<typeof
|
|
3665
|
+
export declare type HvFormElementClasses = ExtractNames<typeof useClasses_6>;
|
|
3681
3666
|
|
|
3682
3667
|
export declare const HvFormElementContext: React_2.Context<{
|
|
3683
3668
|
elementId?: string | undefined;
|
|
@@ -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,14 +4020,14 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4064
4020
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4065
4021
|
}
|
|
4066
4022
|
|
|
4067
|
-
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof
|
|
4023
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_96>;
|
|
4068
4024
|
|
|
4069
4025
|
/**
|
|
4070
4026
|
* Provides the user with additional descriptive text for the form element.
|
|
4071
4027
|
*/
|
|
4072
4028
|
export declare const HvInfoMessage: (props: HvInfoMessageProps) => JSX_2.Element;
|
|
4073
4029
|
|
|
4074
|
-
export declare type HvInfoMessageClasses = ExtractNames<typeof
|
|
4030
|
+
export declare type HvInfoMessageClasses = ExtractNames<typeof useClasses_8>;
|
|
4075
4031
|
|
|
4076
4032
|
export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
|
|
4077
4033
|
/** If `true` the label is disabled. */
|
|
@@ -4088,7 +4044,7 @@ export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
|
|
|
4088
4044
|
*/
|
|
4089
4045
|
export declare const HvInlineEditor: (props: HvInlineEditorProps) => JSX_2.Element;
|
|
4090
4046
|
|
|
4091
|
-
export declare type HvInlineEditorClasses = ExtractNames<typeof
|
|
4047
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_98>;
|
|
4092
4048
|
|
|
4093
4049
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4094
4050
|
/** The value of the form element. */
|
|
@@ -4116,7 +4072,7 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
|
|
|
4116
4072
|
*/
|
|
4117
4073
|
export declare const HvInput: React_2.ForwardRefExoticComponent<HvInputProps & React_2.RefAttributes<InputElement>>;
|
|
4118
4074
|
|
|
4119
|
-
export declare type HvInputClasses = ExtractNames<typeof
|
|
4075
|
+
export declare type HvInputClasses = ExtractNames<typeof useClasses_54>;
|
|
4120
4076
|
|
|
4121
4077
|
export declare interface HvInputLabels {
|
|
4122
4078
|
/** The label of the clear button. */
|
|
@@ -4275,18 +4231,7 @@ export declare interface HvKnobProperty {
|
|
|
4275
4231
|
*/
|
|
4276
4232
|
export declare const HvKpi: (props: HvKpiProps) => JSX_2.Element;
|
|
4277
4233
|
|
|
4278
|
-
export declare
|
|
4279
|
-
root?: string;
|
|
4280
|
-
visualIndicatorContainer?: string;
|
|
4281
|
-
comparisons?: string;
|
|
4282
|
-
comparisonContainer?: string;
|
|
4283
|
-
comparisonComposition?: string;
|
|
4284
|
-
indicatorsContainer?: string;
|
|
4285
|
-
indicatorText?: string;
|
|
4286
|
-
indicatorUnit?: string;
|
|
4287
|
-
spacingToTheRight?: string;
|
|
4288
|
-
trendLine?: string;
|
|
4289
|
-
}
|
|
4234
|
+
export declare type HvKpiClasses = ExtractNames<typeof useClasses_37>;
|
|
4290
4235
|
|
|
4291
4236
|
export declare interface HvKpiLabelProps {
|
|
4292
4237
|
/**
|
|
@@ -4343,7 +4288,7 @@ export declare interface HvKpiProps extends HvBaseProps<HTMLDivElement, "childre
|
|
|
4343
4288
|
*/
|
|
4344
4289
|
export declare const HvLabel: (props: HvLabelProps) => JSX_2.Element;
|
|
4345
4290
|
|
|
4346
|
-
export declare type HvLabelClasses = ExtractNames<typeof
|
|
4291
|
+
export declare type HvLabelClasses = ExtractNames<typeof useClasses_7>;
|
|
4347
4292
|
|
|
4348
4293
|
export declare interface HvLabelProps extends HvTypographyProps<"label"> {
|
|
4349
4294
|
/** Id to be applied to the root node */
|
|
@@ -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;
|
|
@@ -4427,9 +4370,7 @@ export declare interface HvListClasses {
|
|
|
4427
4370
|
*/
|
|
4428
4371
|
export declare const HvListContainer: React_2.ForwardRefExoticComponent<HvListContainerProps & React_2.RefAttributes<unknown>>;
|
|
4429
4372
|
|
|
4430
|
-
export declare
|
|
4431
|
-
root?: string;
|
|
4432
|
-
}
|
|
4373
|
+
export declare type HvListContainerClasses = ExtractNames<typeof useClasses_2>;
|
|
4433
4374
|
|
|
4434
4375
|
export declare interface HvListContainerProps extends HvBaseProps<HTMLUListElement> {
|
|
4435
4376
|
/**
|
|
@@ -4450,24 +4391,11 @@ export declare interface HvListContainerProps extends HvBaseProps<HTMLUListEleme
|
|
|
4450
4391
|
*/
|
|
4451
4392
|
export declare const HvListItem: (props: HvListItemProps) => JSX_2.Element;
|
|
4452
4393
|
|
|
4453
|
-
export declare
|
|
4454
|
-
root?: string;
|
|
4455
|
-
focus?: string;
|
|
4456
|
-
startAdornment?: string;
|
|
4457
|
-
endAdornment?: string;
|
|
4458
|
-
gutters?: string;
|
|
4459
|
-
condensed?: string;
|
|
4460
|
-
interactive?: string;
|
|
4461
|
-
selected?: string;
|
|
4462
|
-
disabled?: string;
|
|
4463
|
-
withStartAdornment?: string;
|
|
4464
|
-
withEndAdornment?: string;
|
|
4465
|
-
}
|
|
4394
|
+
export declare type HvListItemClasses = ExtractNames<typeof useClasses_3>;
|
|
4466
4395
|
|
|
4467
4396
|
export declare interface HvListItemProps extends HvBaseProps<HTMLLIElement> {
|
|
4468
4397
|
/**
|
|
4469
4398
|
* Overrides the implicit list item role.
|
|
4470
|
-
* It defaults to "option" if unspecified and the container list role is "listbox".
|
|
4471
4399
|
*/
|
|
4472
4400
|
role?: string;
|
|
4473
4401
|
/** Indicates if the list item is selected. */
|
|
@@ -4586,7 +4514,7 @@ export declare interface HvListValue extends HvExtraProps {
|
|
|
4586
4514
|
*/
|
|
4587
4515
|
export declare const HvLoading: (props: HvLoadingProps) => JSX_2.Element;
|
|
4588
4516
|
|
|
4589
|
-
export declare type HvLoadingClasses = ExtractNames<typeof
|
|
4517
|
+
export declare type HvLoadingClasses = ExtractNames<typeof useClasses_39>;
|
|
4590
4518
|
|
|
4591
4519
|
export declare interface HvLoadingProps extends HvBaseProps {
|
|
4592
4520
|
/** Indicates if the component should be render in a small size. */
|
|
@@ -4605,7 +4533,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
|
|
|
4605
4533
|
*/
|
|
4606
4534
|
export declare const HvLogin: (props: HvLoginProps) => JSX_2.Element;
|
|
4607
4535
|
|
|
4608
|
-
export declare type HvLoginClasses = ExtractNames<typeof
|
|
4536
|
+
export declare type HvLoginClasses = ExtractNames<typeof useClasses_85>;
|
|
4609
4537
|
|
|
4610
4538
|
export declare interface HvLoginProps extends HvBaseProps {
|
|
4611
4539
|
/**
|
|
@@ -4674,12 +4602,7 @@ export declare const hvNumberFallback: (value: any) => number | "—";
|
|
|
4674
4602
|
*/
|
|
4675
4603
|
export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_2.Element;
|
|
4676
4604
|
|
|
4677
|
-
export declare
|
|
4678
|
-
root?: string;
|
|
4679
|
-
tooltipAnchor?: string;
|
|
4680
|
-
tooltipAnchorParagraph?: string;
|
|
4681
|
-
tooltipData?: string;
|
|
4682
|
-
}
|
|
4605
|
+
export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_47>;
|
|
4683
4606
|
|
|
4684
4607
|
export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
4685
4608
|
/** The node that will be rendered inside the tooltip. */
|
|
@@ -4702,7 +4625,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
|
|
|
4702
4625
|
*/
|
|
4703
4626
|
export declare const HvPagination: (props: HvPaginationProps) => JSX_2.Element;
|
|
4704
4627
|
|
|
4705
|
-
export declare type HvPaginationClasses = ExtractNames<typeof
|
|
4628
|
+
export declare type HvPaginationClasses = ExtractNames<typeof useClasses_64>;
|
|
4706
4629
|
|
|
4707
4630
|
export declare interface HvPaginationLabels {
|
|
4708
4631
|
/** The show label. */
|
|
@@ -4775,7 +4698,7 @@ export declare interface HvPaginationProps extends HvBaseProps {
|
|
|
4775
4698
|
*/
|
|
4776
4699
|
export declare const HvPanel: (props: HvPanelProps) => JSX_2.Element;
|
|
4777
4700
|
|
|
4778
|
-
export declare type HvPanelClasses = ExtractNames<typeof
|
|
4701
|
+
export declare type HvPanelClasses = ExtractNames<typeof useClasses_40>;
|
|
4779
4702
|
|
|
4780
4703
|
export declare interface HvPanelProps extends HvBaseProps {
|
|
4781
4704
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -4786,7 +4709,7 @@ export declare type HvPolarizedColorKeys = "positive" | "positive_120" | "positi
|
|
|
4786
4709
|
|
|
4787
4710
|
export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_2.Element;
|
|
4788
4711
|
|
|
4789
|
-
export declare type HvProgressBarClasses = ExtractNames<typeof
|
|
4712
|
+
export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_41>;
|
|
4790
4713
|
|
|
4791
4714
|
/**
|
|
4792
4715
|
* ProgressBar provides feedback about a process that is taking place in the application.
|
|
@@ -4889,7 +4812,7 @@ export declare interface HvProviderProps {
|
|
|
4889
4812
|
*/
|
|
4890
4813
|
export declare const HvQueryBuilder: (props: HvQueryBuilderProps) => JSX_2.Element;
|
|
4891
4814
|
|
|
4892
|
-
export declare type HvQueryBuilderClasses = ExtractNames<typeof
|
|
4815
|
+
export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_100>;
|
|
4893
4816
|
|
|
4894
4817
|
export declare interface HvQueryBuilderProps {
|
|
4895
4818
|
attributes?: Record<string, Attribute>;
|
|
@@ -4940,7 +4863,7 @@ export declare interface HvQueryBuilderProps {
|
|
|
4940
4863
|
*/
|
|
4941
4864
|
export declare const HvRadio: (props: HvRadioProps) => JSX_2.Element;
|
|
4942
4865
|
|
|
4943
|
-
export declare type HvRadioClasses = ExtractNames<typeof
|
|
4866
|
+
export declare type HvRadioClasses = ExtractNames<typeof useClasses_56>;
|
|
4944
4867
|
|
|
4945
4868
|
/**
|
|
4946
4869
|
* A group of radio buttons.
|
|
@@ -4949,7 +4872,7 @@ export declare type HvRadioClasses = ExtractNames<typeof useClasses_47>;
|
|
|
4949
4872
|
*/
|
|
4950
4873
|
export declare const HvRadioGroup: (props: HvRadioGroupProps) => JSX_2.Element;
|
|
4951
4874
|
|
|
4952
|
-
export declare type HvRadioGroupClasses = ExtractNames<typeof
|
|
4875
|
+
export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_60>;
|
|
4953
4876
|
|
|
4954
4877
|
export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
4955
4878
|
/**
|
|
@@ -5140,7 +5063,7 @@ export declare type HvRadioStatus = "standBy" | "valid" | "invalid";
|
|
|
5140
5063
|
|
|
5141
5064
|
export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_2.Element;
|
|
5142
5065
|
|
|
5143
|
-
export declare type HvRightControlClasses = ExtractNames<typeof
|
|
5066
|
+
export declare type HvRightControlClasses = ExtractNames<typeof useClasses_88>;
|
|
5144
5067
|
|
|
5145
5068
|
export declare interface HvRightControlProps extends HvBaseProps {
|
|
5146
5069
|
/** if `true` the hide sort by dropdown is not rendered */
|
|
@@ -5179,7 +5102,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5179
5102
|
*/
|
|
5180
5103
|
export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5181
5104
|
|
|
5182
|
-
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof
|
|
5105
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_97>;
|
|
5183
5106
|
|
|
5184
5107
|
export declare interface HvScrollToHorizontalOption {
|
|
5185
5108
|
key?: string;
|
|
@@ -5232,7 +5155,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5232
5155
|
*/
|
|
5233
5156
|
export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5234
5157
|
|
|
5235
|
-
export declare type HvScrollToVerticalClasses = ExtractNames<typeof
|
|
5158
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_95>;
|
|
5236
5159
|
|
|
5237
5160
|
export declare interface HvScrollToVerticalOption {
|
|
5238
5161
|
key?: string;
|
|
@@ -5286,7 +5209,7 @@ export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListEl
|
|
|
5286
5209
|
*/
|
|
5287
5210
|
export declare const HvSelectionList: (props: HvSelectionListProps) => JSX_2.Element;
|
|
5288
5211
|
|
|
5289
|
-
export declare type HvSelectionListClasses = ExtractNames<typeof
|
|
5212
|
+
export declare type HvSelectionListClasses = ExtractNames<typeof useClasses_10>;
|
|
5290
5213
|
|
|
5291
5214
|
export declare interface HvSelectionListProps extends HvBaseProps<HTMLUListElement, "onChange"> {
|
|
5292
5215
|
/** The form element name. */
|
|
@@ -5539,11 +5462,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
|
|
|
5539
5462
|
*/
|
|
5540
5463
|
export declare const HvSnackbar: ({ classes: classesProp, className, id, open, onClose, label, anchorOrigin, autoHideDuration, variant, showIcon, customIcon, action, actionCallback, transitionDuration, transitionDirection, offset, snackbarContentProps, ...others }: HvSnackbarProps) => JSX_2.Element;
|
|
5541
5464
|
|
|
5542
|
-
export declare type HvSnackbarClasses = ExtractNames<typeof
|
|
5465
|
+
export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_71>;
|
|
5543
5466
|
|
|
5544
5467
|
export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
5545
5468
|
|
|
5546
|
-
export declare type HvSnackbarContentClasses = ExtractNames<typeof
|
|
5469
|
+
export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_72>;
|
|
5547
5470
|
|
|
5548
5471
|
export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes">, HvBaseProps {
|
|
5549
5472
|
/** The message to display. */
|
|
@@ -5597,7 +5520,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
|
|
|
5597
5520
|
|
|
5598
5521
|
export declare const HvSnackbarProvider: ({ children, notistackClassesOverride, maxSnack, autoHideDuration, anchorOrigin, classes: classesProp, className, ...others }: HvSnackbarProviderProps) => JSX_2.Element;
|
|
5599
5522
|
|
|
5600
|
-
export declare type HvSnackbarProviderClasses = ExtractNames<typeof
|
|
5523
|
+
export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_73>;
|
|
5601
5524
|
|
|
5602
5525
|
export declare interface HvSnackbarProviderProps {
|
|
5603
5526
|
/** Your component tree. */
|
|
@@ -5627,7 +5550,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_2.Element;
|
|
|
5627
5550
|
export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
|
|
5628
5551
|
}
|
|
5629
5552
|
|
|
5630
|
-
export declare type HvStackClasses = ExtractNames<typeof
|
|
5553
|
+
export declare type HvStackClasses = ExtractNames<typeof useClasses_42>;
|
|
5631
5554
|
|
|
5632
5555
|
export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
|
|
5633
5556
|
|
|
@@ -5660,7 +5583,7 @@ export declare interface HvSuggestion {
|
|
|
5660
5583
|
|
|
5661
5584
|
export declare const HvSuggestions: React_2.ForwardRefExoticComponent<HvSuggestionsProps & React_2.RefAttributes<unknown>>;
|
|
5662
5585
|
|
|
5663
|
-
export declare type HvSuggestionsClasses = ExtractNames<typeof
|
|
5586
|
+
export declare type HvSuggestionsClasses = ExtractNames<typeof useClasses_11>;
|
|
5664
5587
|
|
|
5665
5588
|
export declare interface HvSuggestionsProps extends HvBaseProps {
|
|
5666
5589
|
/** Whether suggestions is visible. */
|
|
@@ -5689,7 +5612,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
|
|
|
5689
5612
|
*/
|
|
5690
5613
|
export declare const HvSwitch: (props: HvSwitchProps) => JSX_2.Element;
|
|
5691
5614
|
|
|
5692
|
-
export declare type HvSwitchClasses = ExtractNames<typeof
|
|
5615
|
+
export declare type HvSwitchClasses = ExtractNames<typeof useClasses_55>;
|
|
5693
5616
|
|
|
5694
5617
|
export declare function hvSwitchColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, switchLabel: string, falseLabel?: string, trueLabel?: string, switchProps?: HvBaseSwitchProps): HvTableColumnConfig<D, H>;
|
|
5695
5618
|
|
|
@@ -5814,12 +5737,7 @@ export declare interface HvSwitchProps extends Omit<SwitchProps_2, "onChange" |
|
|
|
5814
5737
|
|
|
5815
5738
|
export declare const HvTab: (props: HvTabProps) => JSX_2.Element;
|
|
5816
5739
|
|
|
5817
|
-
export declare
|
|
5818
|
-
root?: string;
|
|
5819
|
-
selected?: string;
|
|
5820
|
-
disabled?: string;
|
|
5821
|
-
focusVisible?: string;
|
|
5822
|
-
}
|
|
5740
|
+
export declare type HvTabClasses = ExtractNames<typeof useClasses_43>;
|
|
5823
5741
|
|
|
5824
5742
|
/**
|
|
5825
5743
|
* A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
|
|
@@ -5839,7 +5757,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
|
|
|
5839
5757
|
*/
|
|
5840
5758
|
export declare const HvTableBody: React_2.ForwardRefExoticComponent<HvTableBodyProps & React_2.RefAttributes<HTMLElement>>;
|
|
5841
5759
|
|
|
5842
|
-
export declare type HvTableBodyClasses = ExtractNames<typeof
|
|
5760
|
+
export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_80>;
|
|
5843
5761
|
|
|
5844
5762
|
export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
|
|
5845
5763
|
/**
|
|
@@ -5873,7 +5791,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
|
|
|
5873
5791
|
|
|
5874
5792
|
export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
|
|
5875
5793
|
|
|
5876
|
-
export declare type HvTableCellClasses = ExtractNames<typeof
|
|
5794
|
+
export declare type HvTableCellClasses = ExtractNames<typeof useClasses_84>;
|
|
5877
5795
|
|
|
5878
5796
|
export declare interface HvTableCellProps extends Omit<TdHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
5879
5797
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
|
|
@@ -5912,7 +5830,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
|
|
|
5912
5830
|
|
|
5913
5831
|
export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
|
|
5914
5832
|
|
|
5915
|
-
export declare type HvTableClasses = ExtractNames<typeof
|
|
5833
|
+
export declare type HvTableClasses = ExtractNames<typeof useClasses_78>;
|
|
5916
5834
|
|
|
5917
5835
|
export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
|
|
5918
5836
|
|
|
@@ -5926,7 +5844,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
|
|
|
5926
5844
|
*/
|
|
5927
5845
|
export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
|
|
5928
5846
|
|
|
5929
|
-
export declare type HvTableContainerClasses = ExtractNames<typeof
|
|
5847
|
+
export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_79>;
|
|
5930
5848
|
|
|
5931
5849
|
export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
|
|
5932
5850
|
/**
|
|
@@ -5950,14 +5868,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
|
|
|
5950
5868
|
*/
|
|
5951
5869
|
export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
|
|
5952
5870
|
|
|
5953
|
-
export declare type HvTableHeadClasses = ExtractNames<typeof
|
|
5871
|
+
export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_81>;
|
|
5954
5872
|
|
|
5955
5873
|
/**
|
|
5956
5874
|
* `HvTableHeader` acts as a `th` element and inherits styles from its context
|
|
5957
5875
|
*/
|
|
5958
5876
|
export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
|
|
5959
5877
|
|
|
5960
|
-
export declare type HvTableHeaderClasses = ExtractNames<typeof
|
|
5878
|
+
export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_82>;
|
|
5961
5879
|
|
|
5962
5880
|
export declare interface HvTableHeaderProps extends Omit<ThHTMLAttributes<HTMLTableCellElement>, "align"> {
|
|
5963
5881
|
/** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
|
|
@@ -6096,7 +6014,7 @@ export declare interface HvTableProps extends TableHTMLAttributes<HTMLTableEleme
|
|
|
6096
6014
|
*/
|
|
6097
6015
|
export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
|
|
6098
6016
|
|
|
6099
|
-
export declare type HvTableRowClasses = ExtractNames<typeof
|
|
6017
|
+
export declare type HvTableRowClasses = ExtractNames<typeof useClasses_83>;
|
|
6100
6018
|
|
|
6101
6019
|
export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
|
|
6102
6020
|
/** Content to be rendered */
|
|
@@ -6140,7 +6058,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children">, HvBasePr
|
|
|
6140
6058
|
*/
|
|
6141
6059
|
export declare const HvTabs: (props: HvTabsProps) => JSX_2.Element;
|
|
6142
6060
|
|
|
6143
|
-
export declare type HvTabsClasses = ExtractNames<typeof
|
|
6061
|
+
export declare type HvTabsClasses = ExtractNames<typeof useClasses_44>;
|
|
6144
6062
|
|
|
6145
6063
|
export declare interface HvTabsProps extends TabsProps, HvBaseProps<HTMLButtonElement, "onChange"> {
|
|
6146
6064
|
/**
|
|
@@ -6167,21 +6085,7 @@ export declare interface HvTabsProps extends TabsProps, HvBaseProps<HTMLButtonEl
|
|
|
6167
6085
|
*/
|
|
6168
6086
|
export declare const HvTag: (props: HvTagProps) => JSX_2.Element;
|
|
6169
6087
|
|
|
6170
|
-
export declare
|
|
6171
|
-
root?: string;
|
|
6172
|
-
tagButton?: string;
|
|
6173
|
-
focusVisible?: string;
|
|
6174
|
-
button?: string;
|
|
6175
|
-
label?: string;
|
|
6176
|
-
chipRoot?: string;
|
|
6177
|
-
categorical?: string;
|
|
6178
|
-
disabled?: string;
|
|
6179
|
-
clickable?: string;
|
|
6180
|
-
categoricalFocus?: string;
|
|
6181
|
-
categoricalDisabled?: string;
|
|
6182
|
-
deleteIcon?: string;
|
|
6183
|
-
disabledDeleteIcon?: string;
|
|
6184
|
-
}
|
|
6088
|
+
export declare type HvTagClasses = ExtractNames<typeof useClasses_45>;
|
|
6185
6089
|
|
|
6186
6090
|
export declare function hvTagColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, A extends object = Record<string, unknown>>(col: HvTableColumnConfig<D, H>, valueDataKey: keyof A, colorDataKey: keyof A, textColorDataKey: keyof A, fromRowData?: boolean, tagProps?: HvTagProps): HvTableColumnConfig<D, H>;
|
|
6187
6091
|
|
|
@@ -6220,56 +6124,7 @@ export declare interface HvTagProps extends Omit<ChipProps, "color" | "classes">
|
|
|
6220
6124
|
*/
|
|
6221
6125
|
export declare const HvTagsInput: (props: HvTagsInputProps) => JSX_2.Element;
|
|
6222
6126
|
|
|
6223
|
-
export declare
|
|
6224
|
-
/** Styles applied to the input element. */
|
|
6225
|
-
input?: string;
|
|
6226
|
-
/** Styles applied to the list item gutters. */
|
|
6227
|
-
listItemGutters?: string;
|
|
6228
|
-
/** Styles applied to the list item element. */
|
|
6229
|
-
listItemRoot?: string;
|
|
6230
|
-
/** Styles applied to the root container of the textarea. */
|
|
6231
|
-
root?: string;
|
|
6232
|
-
/** Styles applies to the tag root. */
|
|
6233
|
-
chipRoot?: string;
|
|
6234
|
-
/** Style applied to the root when resizable is `true`. */
|
|
6235
|
-
disabled?: string;
|
|
6236
|
-
/** Style applied to the root when resizable is `true`. */
|
|
6237
|
-
resizable?: string;
|
|
6238
|
-
/** Style applied to the root when invalid. */
|
|
6239
|
-
invalid?: string;
|
|
6240
|
-
/** Styles applied to text area container that holds the label, description and counter. */
|
|
6241
|
-
labelContainer?: string;
|
|
6242
|
-
/** Styles applied to the label element. */
|
|
6243
|
-
label?: string;
|
|
6244
|
-
/** Styles applied to the label element. */
|
|
6245
|
-
description?: string;
|
|
6246
|
-
/** Style applied on the character counter. */
|
|
6247
|
-
characterCounter?: string;
|
|
6248
|
-
/** Styles applied to the tags list container element. */
|
|
6249
|
-
tagsList?: string;
|
|
6250
|
-
/** Styles applied to the tag input container element. */
|
|
6251
|
-
tagInputContainerRoot?: string;
|
|
6252
|
-
/** Styles applied to the tag input element. */
|
|
6253
|
-
tagInputRoot?: string;
|
|
6254
|
-
/** Styles applied to a tag element when selected */
|
|
6255
|
-
tagSelected?: string;
|
|
6256
|
-
/** Styles applied to the input element border. */
|
|
6257
|
-
tagInputBorderContainer?: string;
|
|
6258
|
-
/** Styles applied to the input element when focused. */
|
|
6259
|
-
tagInputRootFocused?: string;
|
|
6260
|
-
/** Styled applied to the input element when empty */
|
|
6261
|
-
tagInputRootEmpty?: string;
|
|
6262
|
-
/** Styles applied to the container when in single line mode. */
|
|
6263
|
-
singleLine?: string;
|
|
6264
|
-
/** Styles applied to the tags list when an error occurred. */
|
|
6265
|
-
error?: string;
|
|
6266
|
-
/** Styles applied to the input extension shown when the suggestions list is visible. */
|
|
6267
|
-
inputExtension?: string;
|
|
6268
|
-
/** Styles applied to the container of the suggestions list. */
|
|
6269
|
-
suggestionsContainer?: string;
|
|
6270
|
-
/** Styles applied to the suggestions list. */
|
|
6271
|
-
suggestionList?: string;
|
|
6272
|
-
}
|
|
6127
|
+
export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_58>;
|
|
6273
6128
|
|
|
6274
6129
|
export declare interface HvTagsInputProps extends HvBaseProps<HTMLElement, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "color" | "defaultValue"> {
|
|
6275
6130
|
/** The form element name. */
|
|
@@ -6344,7 +6199,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
|
|
|
6344
6199
|
*/
|
|
6345
6200
|
export declare const HvTextArea: ForwardRefExoticComponent<Omit<HvTextAreaProps, "ref"> & RefAttributes<any>>;
|
|
6346
6201
|
|
|
6347
|
-
export declare type HvTextAreaClasses = ExtractNames<typeof
|
|
6202
|
+
export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_57>;
|
|
6348
6203
|
|
|
6349
6204
|
export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus"> {
|
|
6350
6205
|
/**
|
|
@@ -6489,7 +6344,7 @@ declare interface HvThemeProviderProps {
|
|
|
6489
6344
|
*/
|
|
6490
6345
|
export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: HvTimeAgoProps<C>) => React.ReactElement | null;
|
|
6491
6346
|
|
|
6492
|
-
export declare type HvTimeAgoClasses = ExtractNames<typeof
|
|
6347
|
+
export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_99>;
|
|
6493
6348
|
|
|
6494
6349
|
export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
|
|
6495
6350
|
/**
|
|
@@ -6525,7 +6380,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
|
|
|
6525
6380
|
*/
|
|
6526
6381
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
6527
6382
|
|
|
6528
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6383
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_104>;
|
|
6529
6384
|
|
|
6530
6385
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
6531
6386
|
|
|
@@ -6601,30 +6456,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
|
|
|
6601
6456
|
*/
|
|
6602
6457
|
export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
|
|
6603
6458
|
|
|
6604
|
-
export declare
|
|
6605
|
-
/** Styles applied to the tooltip root class. */
|
|
6606
|
-
root?: string;
|
|
6607
|
-
/** Styles applied to the tooltip class when it is single. */
|
|
6608
|
-
tooltip?: string;
|
|
6609
|
-
/** Styles applied to the tooltip class when it is multi. */
|
|
6610
|
-
tooltipMulti?: string;
|
|
6611
|
-
/** Styles applied to the popper component. */
|
|
6612
|
-
popper?: string;
|
|
6613
|
-
/** Styles applied to the title. */
|
|
6614
|
-
title?: string;
|
|
6615
|
-
/** Styles applied to the values container. */
|
|
6616
|
-
valuesContainer?: string;
|
|
6617
|
-
/** Styles applied to the values. */
|
|
6618
|
-
values?: string;
|
|
6619
|
-
/** Styles applied to the color. */
|
|
6620
|
-
color?: string;
|
|
6621
|
-
/** Styles applied to the separator between color and title. */
|
|
6622
|
-
separatorColor?: string;
|
|
6623
|
-
/** Styles applied to the separator. */
|
|
6624
|
-
separator?: string;
|
|
6625
|
-
/** Styles applied to the values wrapper. */
|
|
6626
|
-
valueWrapper?: string;
|
|
6627
|
-
}
|
|
6459
|
+
export declare type HvTooltipClasses = ExtractNames<typeof useClasses_46>;
|
|
6628
6460
|
|
|
6629
6461
|
export declare type HvTooltipPlacementType = TooltipProps["placement"];
|
|
6630
6462
|
|
|
@@ -7235,14 +7067,14 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7235
7067
|
children?: React.ReactNode;
|
|
7236
7068
|
}
|
|
7237
7069
|
|
|
7238
|
-
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof
|
|
7070
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_94>;
|
|
7239
7071
|
|
|
7240
7072
|
/**
|
|
7241
7073
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
7242
7074
|
*/
|
|
7243
7075
|
export declare const HvWarningText: (props: HvWarningTextProps) => JSX_2.Element;
|
|
7244
7076
|
|
|
7245
|
-
export declare type HvWarningTextClasses = ExtractNames<typeof
|
|
7077
|
+
export declare type HvWarningTextClasses = ExtractNames<typeof useClasses_9>;
|
|
7246
7078
|
|
|
7247
7079
|
export declare interface HvWarningTextProps extends HvBaseProps {
|
|
7248
7080
|
/** Icon to be rendered alongside the warning text. */
|
|
@@ -7279,8 +7111,8 @@ export declare const inlineEditorClasses: {
|
|
|
7279
7111
|
button: "HvInlineEditor-button";
|
|
7280
7112
|
input: "HvInlineEditor-input";
|
|
7281
7113
|
text: "HvInlineEditor-text";
|
|
7282
|
-
icon: "HvInlineEditor-icon";
|
|
7283
7114
|
root: "HvInlineEditor-root";
|
|
7115
|
+
icon: "HvInlineEditor-icon";
|
|
7284
7116
|
inputBorderContainer: "HvInlineEditor-inputBorderContainer";
|
|
7285
7117
|
inputRoot: "HvInlineEditor-inputRoot";
|
|
7286
7118
|
largeText: "HvInlineEditor-largeText";
|
|
@@ -7291,8 +7123,8 @@ export declare const inlineEditorClasses: {
|
|
|
7291
7123
|
export declare const inputClasses: {
|
|
7292
7124
|
input: "HvInput-input";
|
|
7293
7125
|
label: "HvInput-label";
|
|
7294
|
-
icon: "HvInput-icon";
|
|
7295
7126
|
root: "HvInput-root";
|
|
7127
|
+
icon: "HvInput-icon";
|
|
7296
7128
|
error: "HvInput-error";
|
|
7297
7129
|
inputBorderContainer: "HvInput-inputBorderContainer";
|
|
7298
7130
|
inputRoot: "HvInput-inputRoot";
|
|
@@ -7391,9 +7223,9 @@ export declare const listContainerClasses: {
|
|
|
7391
7223
|
};
|
|
7392
7224
|
|
|
7393
7225
|
export declare const listItemClasses: {
|
|
7226
|
+
root: "HvListItem-root";
|
|
7394
7227
|
condensed: "HvListItem-condensed";
|
|
7395
7228
|
disabled: "HvListItem-disabled";
|
|
7396
|
-
root: "HvListItem-root";
|
|
7397
7229
|
selected: "HvListItem-selected";
|
|
7398
7230
|
focus: "HvListItem-focus";
|
|
7399
7231
|
interactive: "HvListItem-interactive";
|
|
@@ -7408,8 +7240,8 @@ export declare const loadingClasses: {
|
|
|
7408
7240
|
hidden: "HvLoading-hidden";
|
|
7409
7241
|
small: "HvLoading-small";
|
|
7410
7242
|
label: "HvLoading-label";
|
|
7411
|
-
overlay: "HvLoading-overlay";
|
|
7412
7243
|
root: "HvLoading-root";
|
|
7244
|
+
overlay: "HvLoading-overlay";
|
|
7413
7245
|
blur: "HvLoading-blur";
|
|
7414
7246
|
barContainer: "HvLoading-barContainer";
|
|
7415
7247
|
loadingBar: "HvLoading-loadingBar";
|
|
@@ -7425,8 +7257,8 @@ export declare const loginClasses: {
|
|
|
7425
7257
|
|
|
7426
7258
|
export declare const multiButtonClasses: {
|
|
7427
7259
|
button: "HvMultiButton-button";
|
|
7428
|
-
vertical: "HvMultiButton-vertical";
|
|
7429
7260
|
root: "HvMultiButton-root";
|
|
7261
|
+
vertical: "HvMultiButton-vertical";
|
|
7430
7262
|
selected: "HvMultiButton-selected";
|
|
7431
7263
|
};
|
|
7432
7264
|
|
|
@@ -7465,15 +7297,14 @@ export declare const outlineStyles: {
|
|
|
7465
7297
|
};
|
|
7466
7298
|
|
|
7467
7299
|
export declare const overflowTooltipClasses: {
|
|
7468
|
-
|
|
7300
|
+
tooltipData: "HvOverflowTooltip-tooltipData";
|
|
7469
7301
|
tooltipAnchor: "HvOverflowTooltip-tooltipAnchor";
|
|
7470
7302
|
tooltipAnchorParagraph: "HvOverflowTooltip-tooltipAnchorParagraph";
|
|
7471
|
-
tooltipData: "HvOverflowTooltip-tooltipData";
|
|
7472
7303
|
};
|
|
7473
7304
|
|
|
7474
7305
|
export declare const paginationClasses: {
|
|
7475
|
-
icon: "HvPagination-icon";
|
|
7476
7306
|
root: "HvPagination-root";
|
|
7307
|
+
icon: "HvPagination-icon";
|
|
7477
7308
|
pageSizeOptions: "HvPagination-pageSizeOptions";
|
|
7478
7309
|
iconContainer: "HvPagination-iconContainer";
|
|
7479
7310
|
pageSizeTextContainer: "HvPagination-pageSizeTextContainer";
|
|
@@ -7676,10 +7507,10 @@ declare type QueryRuleValue = string | number | boolean | NumericRange | DateTim
|
|
|
7676
7507
|
|
|
7677
7508
|
export declare const radioClasses: {
|
|
7678
7509
|
label: "HvRadio-label";
|
|
7679
|
-
|
|
7510
|
+
root: "HvRadio-root";
|
|
7680
7511
|
container: "HvRadio-container";
|
|
7512
|
+
radio: "HvRadio-radio";
|
|
7681
7513
|
disabled: "HvRadio-disabled";
|
|
7682
|
-
root: "HvRadio-root";
|
|
7683
7514
|
focusVisible: "HvRadio-focusVisible";
|
|
7684
7515
|
invalidContainer: "HvRadio-invalidContainer";
|
|
7685
7516
|
invalidRadio: "HvRadio-invalidRadio";
|
|
@@ -7687,10 +7518,10 @@ export declare const radioClasses: {
|
|
|
7687
7518
|
|
|
7688
7519
|
export declare const radioGroupClasses: {
|
|
7689
7520
|
label: "HvRadioGroup-label";
|
|
7521
|
+
root: "HvRadioGroup-root";
|
|
7690
7522
|
group: "HvRadioGroup-group";
|
|
7691
7523
|
horizontal: "HvRadioGroup-horizontal";
|
|
7692
7524
|
vertical: "HvRadioGroup-vertical";
|
|
7693
|
-
root: "HvRadioGroup-root";
|
|
7694
7525
|
error: "HvRadioGroup-error";
|
|
7695
7526
|
invalid: "HvRadioGroup-invalid";
|
|
7696
7527
|
};
|
|
@@ -7730,10 +7561,10 @@ export declare const scrollToVerticalClasses: {
|
|
|
7730
7561
|
|
|
7731
7562
|
export declare const selectionListClasses: {
|
|
7732
7563
|
label: "HvSelectionList-label";
|
|
7564
|
+
root: "HvSelectionList-root";
|
|
7733
7565
|
listbox: "HvSelectionList-listbox";
|
|
7734
7566
|
horizontal: "HvSelectionList-horizontal";
|
|
7735
7567
|
vertical: "HvSelectionList-vertical";
|
|
7736
|
-
root: "HvSelectionList-root";
|
|
7737
7568
|
error: "HvSelectionList-error";
|
|
7738
7569
|
invalid: "HvSelectionList-invalid";
|
|
7739
7570
|
description: "HvSelectionList-description";
|
|
@@ -7780,8 +7611,8 @@ export declare const snackbarClasses: {
|
|
|
7780
7611
|
};
|
|
7781
7612
|
|
|
7782
7613
|
export declare const snackbarContentClasses: {
|
|
7783
|
-
default: "HvSnackbar-Content-default";
|
|
7784
7614
|
root: "HvSnackbar-Content-root";
|
|
7615
|
+
default: "HvSnackbar-Content-default";
|
|
7785
7616
|
warning: "HvSnackbar-Content-warning";
|
|
7786
7617
|
action: "HvSnackbar-Content-action";
|
|
7787
7618
|
error: "HvSnackbar-Content-error";
|
|
@@ -7799,9 +7630,9 @@ export declare const snackbarProviderClasses: {
|
|
|
7799
7630
|
export declare type Spacing = "sm" | "md" | "lg" | "xl";
|
|
7800
7631
|
|
|
7801
7632
|
export declare const stackClasses: {
|
|
7633
|
+
root: "HvStack-root";
|
|
7802
7634
|
row: "HvStack-row";
|
|
7803
7635
|
column: "HvStack-column";
|
|
7804
|
-
root: "HvStack-root";
|
|
7805
7636
|
xs: "HvStack-xs";
|
|
7806
7637
|
sm: "HvStack-sm";
|
|
7807
7638
|
md: "HvStack-md";
|
|
@@ -7812,9 +7643,9 @@ export declare const stackClasses: {
|
|
|
7812
7643
|
declare type StringKey<D> = Extract<keyof D, string>;
|
|
7813
7644
|
|
|
7814
7645
|
export declare const suggestionsClasses: {
|
|
7815
|
-
list: "HvSuggestions-list";
|
|
7816
7646
|
root: "HvSuggestions-root";
|
|
7817
7647
|
popper: "HvSuggestions-popper";
|
|
7648
|
+
list: "HvSuggestions-list";
|
|
7818
7649
|
};
|
|
7819
7650
|
|
|
7820
7651
|
export declare const switchClasses: {
|
|
@@ -7828,8 +7659,8 @@ export declare const switchClasses: {
|
|
|
7828
7659
|
declare type SxProps = React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
|
|
7829
7660
|
|
|
7830
7661
|
export declare const tabClasses: {
|
|
7831
|
-
disabled: "HvTab-disabled";
|
|
7832
7662
|
root: "HvTab-root";
|
|
7663
|
+
disabled: "HvTab-disabled";
|
|
7833
7664
|
selected: "HvTab-selected";
|
|
7834
7665
|
focusVisible: "HvTab-focusVisible";
|
|
7835
7666
|
};
|
|
@@ -7885,8 +7716,8 @@ export declare const tableHeaderClasses: {
|
|
|
7885
7716
|
body: "HvTableHeader-body";
|
|
7886
7717
|
footer: "HvTableHeader-footer";
|
|
7887
7718
|
head: "HvTableHeader-head";
|
|
7888
|
-
resizer: "HvTableHeader-resizer";
|
|
7889
7719
|
root: "HvTableHeader-root";
|
|
7720
|
+
resizer: "HvTableHeader-resizer";
|
|
7890
7721
|
resizable: "HvTableHeader-resizable";
|
|
7891
7722
|
sortable: "HvTableHeader-sortable";
|
|
7892
7723
|
sorted: "HvTableHeader-sorted";
|
|
@@ -7921,8 +7752,8 @@ export declare const tableRowClasses: {
|
|
|
7921
7752
|
body: "HvTableRow-body";
|
|
7922
7753
|
footer: "HvTableRow-footer";
|
|
7923
7754
|
head: "HvTableRow-head";
|
|
7924
|
-
expanded: "HvTableRow-expanded";
|
|
7925
7755
|
root: "HvTableRow-root";
|
|
7756
|
+
expanded: "HvTableRow-expanded";
|
|
7926
7757
|
selected: "HvTableRow-selected";
|
|
7927
7758
|
hover: "HvTableRow-hover";
|
|
7928
7759
|
striped: "HvTableRow-striped";
|
|
@@ -7940,24 +7771,25 @@ export declare const tabsClasses: {
|
|
|
7940
7771
|
export declare const tagClasses: {
|
|
7941
7772
|
button: "HvTag-button";
|
|
7942
7773
|
label: "HvTag-label";
|
|
7943
|
-
disabled: "HvTag-disabled";
|
|
7944
7774
|
root: "HvTag-root";
|
|
7775
|
+
disabled: "HvTag-disabled";
|
|
7945
7776
|
focusVisible: "HvTag-focusVisible";
|
|
7946
|
-
clickable: "HvTag-clickable";
|
|
7947
|
-
deleteIcon: "HvTag-deleteIcon";
|
|
7948
|
-
tagButton: "HvTag-tagButton";
|
|
7949
7777
|
chipRoot: "HvTag-chipRoot";
|
|
7778
|
+
tagButton: "HvTag-tagButton";
|
|
7779
|
+
deleteIcon: "HvTag-deleteIcon";
|
|
7780
|
+
disabledDeleteIcon: "HvTag-disabledDeleteIcon";
|
|
7950
7781
|
categorical: "HvTag-categorical";
|
|
7782
|
+
clickable: "HvTag-clickable";
|
|
7951
7783
|
categoricalFocus: "HvTag-categoricalFocus";
|
|
7952
7784
|
categoricalDisabled: "HvTag-categoricalDisabled";
|
|
7953
|
-
disabledDeleteIcon: "HvTag-disabledDeleteIcon";
|
|
7954
7785
|
};
|
|
7955
7786
|
|
|
7956
7787
|
export declare const tagsInputClasses: {
|
|
7957
7788
|
input: "HvTagsInput-input";
|
|
7958
7789
|
label: "HvTagsInput-label";
|
|
7959
|
-
disabled: "HvTagsInput-disabled";
|
|
7960
7790
|
root: "HvTagsInput-root";
|
|
7791
|
+
disabled: "HvTagsInput-disabled";
|
|
7792
|
+
readOnly: "HvTagsInput-readOnly";
|
|
7961
7793
|
error: "HvTagsInput-error";
|
|
7962
7794
|
invalid: "HvTagsInput-invalid";
|
|
7963
7795
|
resizable: "HvTagsInput-resizable";
|
|
@@ -7983,8 +7815,8 @@ export declare const tagsInputClasses: {
|
|
|
7983
7815
|
export declare const textAreaClasses: {
|
|
7984
7816
|
input: "HvTextArea-input";
|
|
7985
7817
|
label: "HvTextArea-label";
|
|
7986
|
-
disabled: "HvTextArea-disabled";
|
|
7987
7818
|
root: "HvTextArea-root";
|
|
7819
|
+
disabled: "HvTextArea-disabled";
|
|
7988
7820
|
baseInput: "HvTextArea-baseInput";
|
|
7989
7821
|
error: "HvTextArea-error";
|
|
7990
7822
|
invalid: "HvTextArea-invalid";
|
|
@@ -8008,8 +7840,8 @@ export declare type TimeFormat = "12" | "24";
|
|
|
8008
7840
|
export declare const timePickerClasses: {
|
|
8009
7841
|
placeholder: "HvTimePicker-placeholder";
|
|
8010
7842
|
label: "HvTimePicker-label";
|
|
8011
|
-
icon: "HvTimePicker-icon";
|
|
8012
7843
|
root: "HvTimePicker-root";
|
|
7844
|
+
icon: "HvTimePicker-icon";
|
|
8013
7845
|
error: "HvTimePicker-error";
|
|
8014
7846
|
description: "HvTimePicker-description";
|
|
8015
7847
|
labelContainer: "HvTimePicker-labelContainer";
|
|
@@ -8024,14 +7856,14 @@ export declare const timePickerClasses: {
|
|
|
8024
7856
|
export declare const tooltipClasses: {
|
|
8025
7857
|
title: "HvTooltip-title";
|
|
8026
7858
|
color: "HvTooltip-color";
|
|
8027
|
-
separator: "HvTooltip-separator";
|
|
8028
|
-
tooltip: "HvTooltip-tooltip";
|
|
8029
7859
|
root: "HvTooltip-root";
|
|
8030
|
-
|
|
8031
|
-
popper: "HvTooltip-popper";
|
|
7860
|
+
tooltip: "HvTooltip-tooltip";
|
|
8032
7861
|
tooltipMulti: "HvTooltip-tooltipMulti";
|
|
7862
|
+
popper: "HvTooltip-popper";
|
|
8033
7863
|
valuesContainer: "HvTooltip-valuesContainer";
|
|
7864
|
+
values: "HvTooltip-values";
|
|
8034
7865
|
separatorColor: "HvTooltip-separatorColor";
|
|
7866
|
+
separator: "HvTooltip-separator";
|
|
8035
7867
|
valueWrapper: "HvTooltip-valueWrapper";
|
|
8036
7868
|
};
|
|
8037
7869
|
|
|
@@ -8061,6 +7893,7 @@ export declare const typographyClasses: {
|
|
|
8061
7893
|
link: "HvTypography-link";
|
|
8062
7894
|
body: "HvTypography-body";
|
|
8063
7895
|
label: "HvTypography-label";
|
|
7896
|
+
root: "HvTypography-root";
|
|
8064
7897
|
display: "HvTypography-display";
|
|
8065
7898
|
disabled: "HvTypography-disabled";
|
|
8066
7899
|
noWrap: "HvTypography-noWrap";
|
|
@@ -8089,7 +7922,6 @@ export declare const typographyClasses: {
|
|
|
8089
7922
|
vizText: "HvTypography-vizText";
|
|
8090
7923
|
vizTextDisabled: "HvTypography-vizTextDisabled";
|
|
8091
7924
|
xsInlineLink: "HvTypography-xsInlineLink";
|
|
8092
|
-
root: "HvTypography-root";
|
|
8093
7925
|
isLink: "HvTypography-isLink";
|
|
8094
7926
|
};
|
|
8095
7927
|
|
|
@@ -8099,11 +7931,12 @@ export declare type UseBulkActionsProps = (<D extends object = Record<string, un
|
|
|
8099
7931
|
pluginName: string;
|
|
8100
7932
|
};
|
|
8101
7933
|
|
|
8102
|
-
declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label" | "display" | "disabled" | "noWrap" | "title1" | "title2" | "title3" | "title4" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink" | "
|
|
7934
|
+
declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label" | "root" | "display" | "disabled" | "noWrap" | "title1" | "title2" | "title3" | "title4" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink" | "isLink", string>>, addStatic?: boolean) => {
|
|
8103
7935
|
classes: {
|
|
8104
7936
|
link: string;
|
|
8105
7937
|
body: string;
|
|
8106
7938
|
label: string;
|
|
7939
|
+
root: string;
|
|
8107
7940
|
display: string;
|
|
8108
7941
|
disabled: string;
|
|
8109
7942
|
noWrap: string;
|
|
@@ -8132,7 +7965,6 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
|
|
|
8132
7965
|
vizText: string;
|
|
8133
7966
|
vizTextDisabled: string;
|
|
8134
7967
|
xsInlineLink: string;
|
|
8135
|
-
root: string;
|
|
8136
7968
|
isLink: string;
|
|
8137
7969
|
};
|
|
8138
7970
|
css: {
|
|
@@ -8142,57 +7974,16 @@ declare const useClasses: (classesProp?: Partial<Record<"link" | "body" | "label
|
|
|
8142
7974
|
cx: (...args: any) => string;
|
|
8143
7975
|
};
|
|
8144
7976
|
|
|
8145
|
-
declare const useClasses_10: (classesProp?: Partial<Record<"
|
|
7977
|
+
declare const useClasses_10: (classesProp?: Partial<Record<"label" | "root" | "listbox" | "horizontal" | "vertical" | "error" | "invalid" | "description", string>>, addStatic?: boolean) => {
|
|
8146
7978
|
classes: {
|
|
8147
|
-
|
|
8148
|
-
disabled: string;
|
|
7979
|
+
label: string;
|
|
8149
7980
|
root: string;
|
|
8150
|
-
|
|
7981
|
+
listbox: string;
|
|
7982
|
+
horizontal: string;
|
|
7983
|
+
vertical: string;
|
|
7984
|
+
error: string;
|
|
8151
7985
|
invalid: string;
|
|
8152
|
-
|
|
8153
|
-
inputBorderContainer: string;
|
|
8154
|
-
inputRootInvalid: string;
|
|
8155
|
-
inputRootReadOnly: string;
|
|
8156
|
-
inputRoot: string;
|
|
8157
|
-
inputRootFocused: string;
|
|
8158
|
-
inputRootDisabled: string;
|
|
8159
|
-
inputRootMultiline: string;
|
|
8160
|
-
inputDisabled: string;
|
|
8161
|
-
inputReadOnly: string;
|
|
8162
|
-
inputResizable: string;
|
|
8163
|
-
};
|
|
8164
|
-
css: {
|
|
8165
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8166
|
-
(...args: CSSInterpolation[]): string;
|
|
8167
|
-
};
|
|
8168
|
-
cx: (...args: any) => string;
|
|
8169
|
-
};
|
|
8170
|
-
|
|
8171
|
-
declare const useClasses_11: (classesProp?: Partial<Record<"placeholder" | "arrow" | "anchor" | "header" | "container" | "root" | "rootDisabled" | "headerOpen" | "headerOpenUp" | "headerOpenDown" | "headerDisabled" | "headerReadOnly" | "arrowContainer" | "selection" | "selectionDisabled" | "panel" | "panelOpenedUp" | "panelOpenedDown" | "inputExtensionOpen" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
|
|
8172
|
-
classes: {
|
|
8173
|
-
placeholder: string;
|
|
8174
|
-
arrow: string;
|
|
8175
|
-
anchor: string;
|
|
8176
|
-
header: string;
|
|
8177
|
-
container: string;
|
|
8178
|
-
root: string;
|
|
8179
|
-
rootDisabled: string;
|
|
8180
|
-
headerOpen: string;
|
|
8181
|
-
headerOpenUp: string;
|
|
8182
|
-
headerOpenDown: string;
|
|
8183
|
-
headerDisabled: string;
|
|
8184
|
-
headerReadOnly: string;
|
|
8185
|
-
arrowContainer: string;
|
|
8186
|
-
selection: string;
|
|
8187
|
-
selectionDisabled: string;
|
|
8188
|
-
panel: string;
|
|
8189
|
-
panelOpenedUp: string;
|
|
8190
|
-
panelOpenedDown: string;
|
|
8191
|
-
inputExtensionOpen: string;
|
|
8192
|
-
inputExtensionLeftPosition: string;
|
|
8193
|
-
inputExtensionOpenShadow: string;
|
|
8194
|
-
inputExtensionFloatRight: string;
|
|
8195
|
-
inputExtensionFloatLeft: string;
|
|
7986
|
+
description: string;
|
|
8196
7987
|
};
|
|
8197
7988
|
css: {
|
|
8198
7989
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8201,9 +7992,23 @@ declare const useClasses_11: (classesProp?: Partial<Record<"placeholder" | "arro
|
|
|
8201
7992
|
cx: (...args: any) => string;
|
|
8202
7993
|
};
|
|
8203
7994
|
|
|
8204
|
-
declare const
|
|
7995
|
+
declare const useClasses_100: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
|
|
8205
7996
|
classes: {
|
|
8206
7997
|
root: string;
|
|
7998
|
+
removeButton: string;
|
|
7999
|
+
topGroup: string;
|
|
8000
|
+
subGroup: string;
|
|
8001
|
+
combinator: string;
|
|
8002
|
+
topCombinator: string;
|
|
8003
|
+
combinatorButton: string;
|
|
8004
|
+
topRemoveButton: string;
|
|
8005
|
+
topRemoveButtonDisabled: string;
|
|
8006
|
+
rulesContainer: string;
|
|
8007
|
+
subRulesContainer: string;
|
|
8008
|
+
actionButtonContainer: string;
|
|
8009
|
+
topActionButtonContainer: string;
|
|
8010
|
+
topRulesContainer: string;
|
|
8011
|
+
buttonBackground: string;
|
|
8207
8012
|
};
|
|
8208
8013
|
css: {
|
|
8209
8014
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8212,13 +8017,21 @@ declare const useClasses_12: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8212
8017
|
cx: (...args: any) => string;
|
|
8213
8018
|
};
|
|
8214
8019
|
|
|
8215
|
-
declare const
|
|
8020
|
+
declare const useClasses_101: (classesProp?: Partial<Record<"label" | "root" | "colorPicker" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
8216
8021
|
classes: {
|
|
8217
|
-
hidden: string;
|
|
8218
8022
|
label: string;
|
|
8219
|
-
container: string;
|
|
8220
|
-
disabled: string;
|
|
8221
8023
|
root: string;
|
|
8024
|
+
colorPicker: string;
|
|
8025
|
+
panel: string;
|
|
8026
|
+
description: string;
|
|
8027
|
+
labelContainer: string;
|
|
8028
|
+
headerColorValue: string;
|
|
8029
|
+
headerColorIcon: string;
|
|
8030
|
+
colorPickerIcon: string;
|
|
8031
|
+
recommendedColorsRoot: string;
|
|
8032
|
+
dropdownRootIconOnly: string;
|
|
8033
|
+
headerColorIconOnly: string;
|
|
8034
|
+
pickerFields: string;
|
|
8222
8035
|
};
|
|
8223
8036
|
css: {
|
|
8224
8037
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8227,14 +8040,181 @@ declare const useClasses_13: (classesProp?: Partial<Record<"hidden" | "label" |
|
|
|
8227
8040
|
cx: (...args: any) => string;
|
|
8228
8041
|
};
|
|
8229
8042
|
|
|
8230
|
-
declare const
|
|
8043
|
+
declare const useClasses_102: (classesProp?: Partial<Record<"title" | "main" | "root" | "dot" | "controls" | "xs" | "actions" | "panel" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "counter" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>, addStatic?: boolean) => {
|
|
8231
8044
|
classes: {
|
|
8232
|
-
|
|
8233
|
-
|
|
8234
|
-
container: string;
|
|
8235
|
-
square: string;
|
|
8045
|
+
title: string;
|
|
8046
|
+
main: string;
|
|
8236
8047
|
root: string;
|
|
8237
|
-
|
|
8048
|
+
dot: string;
|
|
8049
|
+
controls: string;
|
|
8050
|
+
xs: string;
|
|
8051
|
+
actions: string;
|
|
8052
|
+
panel: string;
|
|
8053
|
+
fullscreen: string;
|
|
8054
|
+
closeButton: string;
|
|
8055
|
+
mainContainer: string;
|
|
8056
|
+
pageCounter: string;
|
|
8057
|
+
mainXs: string;
|
|
8058
|
+
mainFullscreen: string;
|
|
8059
|
+
counterContainer: string;
|
|
8060
|
+
counter: string;
|
|
8061
|
+
slideControls: string;
|
|
8062
|
+
slidesViewport: string;
|
|
8063
|
+
slidesContainer: string;
|
|
8064
|
+
dots: string;
|
|
8065
|
+
dotsXs: string;
|
|
8066
|
+
dotSelected: string;
|
|
8067
|
+
thumbnail: string;
|
|
8068
|
+
thumbnailSelected: string;
|
|
8069
|
+
};
|
|
8070
|
+
css: {
|
|
8071
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8072
|
+
(...args: CSSInterpolation[]): string;
|
|
8073
|
+
};
|
|
8074
|
+
cx: (...args: any) => string;
|
|
8075
|
+
};
|
|
8076
|
+
|
|
8077
|
+
declare const useClasses_103: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
|
|
8078
|
+
classes: {
|
|
8079
|
+
image: string;
|
|
8080
|
+
slide: string;
|
|
8081
|
+
};
|
|
8082
|
+
css: {
|
|
8083
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8084
|
+
(...args: CSSInterpolation[]): string;
|
|
8085
|
+
};
|
|
8086
|
+
cx: (...args: any) => string;
|
|
8087
|
+
};
|
|
8088
|
+
|
|
8089
|
+
declare const useClasses_104: (classesProp?: Partial<Record<"placeholder" | "label" | "root" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
8090
|
+
classes: {
|
|
8091
|
+
placeholder: string;
|
|
8092
|
+
label: string;
|
|
8093
|
+
root: string;
|
|
8094
|
+
icon: string;
|
|
8095
|
+
error: string;
|
|
8096
|
+
description: string;
|
|
8097
|
+
labelContainer: string;
|
|
8098
|
+
dropdownHeaderInvalid: string;
|
|
8099
|
+
dropdownHeaderOpen: string;
|
|
8100
|
+
dropdownHeader: string;
|
|
8101
|
+
placeholderDisabled: string;
|
|
8102
|
+
dropdownPanel: string;
|
|
8103
|
+
timePopperContainer: string;
|
|
8104
|
+
};
|
|
8105
|
+
css: {
|
|
8106
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8107
|
+
(...args: CSSInterpolation[]): string;
|
|
8108
|
+
};
|
|
8109
|
+
cx: (...args: any) => string;
|
|
8110
|
+
};
|
|
8111
|
+
|
|
8112
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"root" | "popper" | "list", string>>, addStatic?: boolean) => {
|
|
8113
|
+
classes: {
|
|
8114
|
+
root: string;
|
|
8115
|
+
popper: string;
|
|
8116
|
+
list: string;
|
|
8117
|
+
};
|
|
8118
|
+
css: {
|
|
8119
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8120
|
+
(...args: CSSInterpolation[]): string;
|
|
8121
|
+
};
|
|
8122
|
+
cx: (...args: any) => string;
|
|
8123
|
+
};
|
|
8124
|
+
|
|
8125
|
+
declare const useClasses_12: (classesProp?: Partial<Record<"input" | "root" | "disabled" | "readOnly" | "invalid" | "resizable" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>, addStatic?: boolean) => {
|
|
8126
|
+
classes: {
|
|
8127
|
+
input: string;
|
|
8128
|
+
root: string;
|
|
8129
|
+
disabled: string;
|
|
8130
|
+
readOnly: string;
|
|
8131
|
+
invalid: string;
|
|
8132
|
+
resizable: string;
|
|
8133
|
+
inputBorderContainer: string;
|
|
8134
|
+
inputRootInvalid: string;
|
|
8135
|
+
inputRootReadOnly: string;
|
|
8136
|
+
inputRoot: string;
|
|
8137
|
+
inputRootFocused: string;
|
|
8138
|
+
inputRootDisabled: string;
|
|
8139
|
+
inputRootMultiline: string;
|
|
8140
|
+
inputDisabled: string;
|
|
8141
|
+
inputReadOnly: string;
|
|
8142
|
+
inputResizable: string;
|
|
8143
|
+
};
|
|
8144
|
+
css: {
|
|
8145
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8146
|
+
(...args: CSSInterpolation[]): string;
|
|
8147
|
+
};
|
|
8148
|
+
cx: (...args: any) => string;
|
|
8149
|
+
};
|
|
8150
|
+
|
|
8151
|
+
declare const useClasses_13: (classesProp?: Partial<Record<"placeholder" | "arrow" | "anchor" | "header" | "root" | "container" | "rootDisabled" | "headerOpen" | "headerOpenUp" | "headerOpenDown" | "headerDisabled" | "headerReadOnly" | "arrowContainer" | "selection" | "selectionDisabled" | "panel" | "panelOpenedUp" | "panelOpenedDown" | "inputExtensionOpen" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
|
|
8152
|
+
classes: {
|
|
8153
|
+
placeholder: string;
|
|
8154
|
+
arrow: string;
|
|
8155
|
+
anchor: string;
|
|
8156
|
+
header: string;
|
|
8157
|
+
root: string;
|
|
8158
|
+
container: string;
|
|
8159
|
+
rootDisabled: string;
|
|
8160
|
+
headerOpen: string;
|
|
8161
|
+
headerOpenUp: string;
|
|
8162
|
+
headerOpenDown: string;
|
|
8163
|
+
headerDisabled: string;
|
|
8164
|
+
headerReadOnly: string;
|
|
8165
|
+
arrowContainer: string;
|
|
8166
|
+
selection: string;
|
|
8167
|
+
selectionDisabled: string;
|
|
8168
|
+
panel: string;
|
|
8169
|
+
panelOpenedUp: string;
|
|
8170
|
+
panelOpenedDown: string;
|
|
8171
|
+
inputExtensionOpen: string;
|
|
8172
|
+
inputExtensionLeftPosition: string;
|
|
8173
|
+
inputExtensionOpenShadow: string;
|
|
8174
|
+
inputExtensionFloatRight: string;
|
|
8175
|
+
inputExtensionFloatLeft: string;
|
|
8176
|
+
};
|
|
8177
|
+
css: {
|
|
8178
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8179
|
+
(...args: CSSInterpolation[]): string;
|
|
8180
|
+
};
|
|
8181
|
+
cx: (...args: any) => string;
|
|
8182
|
+
};
|
|
8183
|
+
|
|
8184
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8185
|
+
classes: {
|
|
8186
|
+
root: string;
|
|
8187
|
+
};
|
|
8188
|
+
css: {
|
|
8189
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8190
|
+
(...args: CSSInterpolation[]): string;
|
|
8191
|
+
};
|
|
8192
|
+
cx: (...args: any) => string;
|
|
8193
|
+
};
|
|
8194
|
+
|
|
8195
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"hidden" | "label" | "root" | "container" | "disabled", string>>, addStatic?: boolean) => {
|
|
8196
|
+
classes: {
|
|
8197
|
+
hidden: string;
|
|
8198
|
+
label: string;
|
|
8199
|
+
root: string;
|
|
8200
|
+
container: string;
|
|
8201
|
+
disabled: string;
|
|
8202
|
+
};
|
|
8203
|
+
css: {
|
|
8204
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8205
|
+
(...args: CSSInterpolation[]): string;
|
|
8206
|
+
};
|
|
8207
|
+
cx: (...args: any) => string;
|
|
8208
|
+
};
|
|
8209
|
+
|
|
8210
|
+
declare const useClasses_16: (classesProp?: Partial<Record<"img" | "root" | "container" | "status" | "square" | "xs" | "sm" | "md" | "lg" | "xl" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
|
|
8211
|
+
classes: {
|
|
8212
|
+
img: string;
|
|
8213
|
+
root: string;
|
|
8214
|
+
container: string;
|
|
8215
|
+
status: string;
|
|
8216
|
+
square: string;
|
|
8217
|
+
xs: string;
|
|
8238
8218
|
sm: string;
|
|
8239
8219
|
md: string;
|
|
8240
8220
|
lg: string;
|
|
@@ -8251,7 +8231,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"img" | "status" | "c
|
|
|
8251
8231
|
cx: (...args: any) => string;
|
|
8252
8232
|
};
|
|
8253
8233
|
|
|
8254
|
-
declare const
|
|
8234
|
+
declare const useClasses_17: (classesProp?: Partial<Record<"root" | "badge" | "badgeContainer" | "badgePosition" | "showCount" | "showLabel" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
|
|
8255
8235
|
classes: {
|
|
8256
8236
|
root: string;
|
|
8257
8237
|
badge: string;
|
|
@@ -8269,11 +8249,11 @@ declare const useClasses_15: (classesProp?: Partial<Record<"root" | "badge" | "b
|
|
|
8269
8249
|
cx: (...args: any) => string;
|
|
8270
8250
|
};
|
|
8271
8251
|
|
|
8272
|
-
declare const
|
|
8252
|
+
declare const useClasses_18: (classesProp?: Partial<Record<"root" | "icon" | "disabled" | "startIcon" | "endIcon" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8273
8253
|
classes: {
|
|
8254
|
+
root: string;
|
|
8274
8255
|
icon: string;
|
|
8275
8256
|
disabled: string;
|
|
8276
|
-
root: string;
|
|
8277
8257
|
startIcon: string;
|
|
8278
8258
|
endIcon: string;
|
|
8279
8259
|
focusVisible: string;
|
|
@@ -8285,10 +8265,10 @@ declare const useClasses_16: (classesProp?: Partial<Record<"icon" | "disabled" |
|
|
|
8285
8265
|
cx: (...args: any) => string;
|
|
8286
8266
|
};
|
|
8287
8267
|
|
|
8288
|
-
declare const
|
|
8268
|
+
declare const useClasses_19: (classesProp?: Partial<Record<"root" | "icon" | "selected" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
|
|
8289
8269
|
classes: {
|
|
8290
|
-
icon: string;
|
|
8291
8270
|
root: string;
|
|
8271
|
+
icon: string;
|
|
8292
8272
|
selected: string;
|
|
8293
8273
|
selectable: string;
|
|
8294
8274
|
semanticContainer: string;
|
|
@@ -8301,14 +8281,9 @@ declare const useClasses_17: (classesProp?: Partial<Record<"icon" | "root" | "se
|
|
|
8301
8281
|
cx: (...args: any) => string;
|
|
8302
8282
|
};
|
|
8303
8283
|
|
|
8304
|
-
declare const
|
|
8284
|
+
declare const useClasses_2: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8305
8285
|
classes: {
|
|
8306
|
-
title: string;
|
|
8307
|
-
content: string;
|
|
8308
8286
|
root: string;
|
|
8309
|
-
action: string;
|
|
8310
|
-
titleShort: string;
|
|
8311
|
-
subheader: string;
|
|
8312
8287
|
};
|
|
8313
8288
|
css: {
|
|
8314
8289
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8317,9 +8292,14 @@ declare const useClasses_18: (classesProp?: Partial<Record<"title" | "content" |
|
|
|
8317
8292
|
cx: (...args: any) => string;
|
|
8318
8293
|
};
|
|
8319
8294
|
|
|
8320
|
-
declare const
|
|
8295
|
+
declare const useClasses_20: (classesProp?: Partial<Record<"title" | "content" | "root" | "action" | "titleShort" | "subheader", string>>, addStatic?: boolean) => {
|
|
8321
8296
|
classes: {
|
|
8297
|
+
title: string;
|
|
8322
8298
|
content: string;
|
|
8299
|
+
root: string;
|
|
8300
|
+
action: string;
|
|
8301
|
+
titleShort: string;
|
|
8302
|
+
subheader: string;
|
|
8323
8303
|
};
|
|
8324
8304
|
css: {
|
|
8325
8305
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8328,12 +8308,9 @@ declare const useClasses_19: (classesProp?: Partial<Record<"content", string>>,
|
|
|
8328
8308
|
cx: (...args: any) => string;
|
|
8329
8309
|
};
|
|
8330
8310
|
|
|
8331
|
-
declare const
|
|
8311
|
+
declare const useClasses_21: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
|
|
8332
8312
|
classes: {
|
|
8333
|
-
|
|
8334
|
-
counterDisabled: string;
|
|
8335
|
-
gutter: string;
|
|
8336
|
-
overloaded: string;
|
|
8313
|
+
content: string;
|
|
8337
8314
|
};
|
|
8338
8315
|
css: {
|
|
8339
8316
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8342,7 +8319,7 @@ declare const useClasses_2: (classesProp?: Partial<Record<"root" | "counterDisab
|
|
|
8342
8319
|
cx: (...args: any) => string;
|
|
8343
8320
|
};
|
|
8344
8321
|
|
|
8345
|
-
declare const
|
|
8322
|
+
declare const useClasses_22: (classesProp?: Partial<Record<"root" | "media", string>>, addStatic?: boolean) => {
|
|
8346
8323
|
classes: {
|
|
8347
8324
|
root: string;
|
|
8348
8325
|
media: string;
|
|
@@ -8354,7 +8331,7 @@ declare const useClasses_20: (classesProp?: Partial<Record<"root" | "media", str
|
|
|
8354
8331
|
cx: (...args: any) => string;
|
|
8355
8332
|
};
|
|
8356
8333
|
|
|
8357
|
-
declare const
|
|
8334
|
+
declare const useClasses_23: (classesProp?: Partial<Record<"fixed" | "root" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
|
|
8358
8335
|
classes: {
|
|
8359
8336
|
fixed: string;
|
|
8360
8337
|
root: string;
|
|
@@ -8372,7 +8349,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"fixed" | "root" | "d
|
|
|
8372
8349
|
cx: (...args: any) => string;
|
|
8373
8350
|
};
|
|
8374
8351
|
|
|
8375
|
-
declare const
|
|
8352
|
+
declare const useClasses_24: (classesProp?: Partial<Record<"root" | "fullscreen" | "messageContainer" | "textWithIcon", string>>, addStatic?: boolean) => {
|
|
8376
8353
|
classes: {
|
|
8377
8354
|
root: string;
|
|
8378
8355
|
fullscreen: string;
|
|
@@ -8386,7 +8363,7 @@ declare const useClasses_22: (classesProp?: Partial<Record<"root" | "fullscreen"
|
|
|
8386
8363
|
cx: (...args: any) => string;
|
|
8387
8364
|
};
|
|
8388
8365
|
|
|
8389
|
-
declare const
|
|
8366
|
+
declare const useClasses_25: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
|
|
8390
8367
|
classes: {
|
|
8391
8368
|
root: string;
|
|
8392
8369
|
textContent: string;
|
|
@@ -8398,7 +8375,7 @@ declare const useClasses_23: (classesProp?: Partial<Record<"root" | "textContent
|
|
|
8398
8375
|
cx: (...args: any) => string;
|
|
8399
8376
|
};
|
|
8400
8377
|
|
|
8401
|
-
declare const
|
|
8378
|
+
declare const useClasses_26: (classesProp?: Partial<Record<"root" | "spacing" | "fullscreen", string>>, addStatic?: boolean) => {
|
|
8402
8379
|
classes: {
|
|
8403
8380
|
root: string;
|
|
8404
8381
|
spacing: string;
|
|
@@ -8411,10 +8388,10 @@ declare const useClasses_24: (classesProp?: Partial<Record<"root" | "spacing" |
|
|
|
8411
8388
|
cx: (...args: any) => string;
|
|
8412
8389
|
};
|
|
8413
8390
|
|
|
8414
|
-
declare const
|
|
8391
|
+
declare const useClasses_27: (classesProp?: Partial<Record<"root" | "background" | "warning" | "error" | "success" | "fullscreen" | "closeButton" | "paper" | "statusBar", string>>, addStatic?: boolean) => {
|
|
8415
8392
|
classes: {
|
|
8416
|
-
background: string;
|
|
8417
8393
|
root: string;
|
|
8394
|
+
background: string;
|
|
8418
8395
|
warning: string;
|
|
8419
8396
|
error: string;
|
|
8420
8397
|
success: string;
|
|
@@ -8430,10 +8407,10 @@ declare const useClasses_25: (classesProp?: Partial<Record<"background" | "root"
|
|
|
8430
8407
|
cx: (...args: any) => string;
|
|
8431
8408
|
};
|
|
8432
8409
|
|
|
8433
|
-
declare const
|
|
8410
|
+
declare const useClasses_28: (classesProp?: Partial<Record<"root" | "background" | "closeButton" | "paper", string>>, addStatic?: boolean) => {
|
|
8434
8411
|
classes: {
|
|
8435
|
-
background: string;
|
|
8436
8412
|
root: string;
|
|
8413
|
+
background: string;
|
|
8437
8414
|
closeButton: string;
|
|
8438
8415
|
paper: string;
|
|
8439
8416
|
};
|
|
@@ -8444,10 +8421,10 @@ declare const useClasses_26: (classesProp?: Partial<Record<"background" | "root"
|
|
|
8444
8421
|
cx: (...args: any) => string;
|
|
8445
8422
|
};
|
|
8446
8423
|
|
|
8447
|
-
declare const
|
|
8424
|
+
declare const useClasses_29: (classesProp?: Partial<Record<"root" | "container" | "actionContainer" | "containerMessageOnly" | "iconContainer" | "titleContainer" | "textContainer" | "messageContainer", string>>, addStatic?: boolean) => {
|
|
8448
8425
|
classes: {
|
|
8449
|
-
container: string;
|
|
8450
8426
|
root: string;
|
|
8427
|
+
container: string;
|
|
8451
8428
|
actionContainer: string;
|
|
8452
8429
|
containerMessageOnly: string;
|
|
8453
8430
|
iconContainer: string;
|
|
@@ -8462,11 +8439,32 @@ declare const useClasses_27: (classesProp?: Partial<Record<"container" | "root"
|
|
|
8462
8439
|
cx: (...args: any) => string;
|
|
8463
8440
|
};
|
|
8464
8441
|
|
|
8465
|
-
declare const
|
|
8442
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"root" | "condensed" | "disabled" | "selected" | "focus" | "interactive" | "endAdornment" | "startAdornment" | "gutters" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
|
|
8443
|
+
classes: {
|
|
8444
|
+
root: string;
|
|
8445
|
+
condensed: string;
|
|
8446
|
+
disabled: string;
|
|
8447
|
+
selected: string;
|
|
8448
|
+
focus: string;
|
|
8449
|
+
interactive: string;
|
|
8450
|
+
endAdornment: string;
|
|
8451
|
+
startAdornment: string;
|
|
8452
|
+
gutters: string;
|
|
8453
|
+
withStartAdornment: string;
|
|
8454
|
+
withEndAdornment: string;
|
|
8455
|
+
};
|
|
8456
|
+
css: {
|
|
8457
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8458
|
+
(...args: CSSInterpolation[]): string;
|
|
8459
|
+
};
|
|
8460
|
+
cx: (...args: any) => string;
|
|
8461
|
+
};
|
|
8462
|
+
|
|
8463
|
+
declare const useClasses_30: (classesProp?: Partial<Record<"small" | "root" | "separator" | "name" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
|
|
8466
8464
|
classes: {
|
|
8467
8465
|
small: string;
|
|
8468
|
-
separator: string;
|
|
8469
8466
|
root: string;
|
|
8467
|
+
separator: string;
|
|
8470
8468
|
name: string;
|
|
8471
8469
|
rightContainer: string;
|
|
8472
8470
|
copyright: string;
|
|
@@ -8478,11 +8476,41 @@ declare const useClasses_28: (classesProp?: Partial<Record<"small" | "separator"
|
|
|
8478
8476
|
cx: (...args: any) => string;
|
|
8479
8477
|
};
|
|
8480
8478
|
|
|
8481
|
-
declare const
|
|
8479
|
+
declare const useClasses_31: (classesProp?: Partial<Record<"root" | "container" | "item" | "zeroMinWidth" | "direction-xs-column" | "direction-xs-reverse" | "direction-xs-row-reverse" | "wrap-xs-nowrap" | "wrap-xs-wrap-reverse" | "spacing-xs-1" | "spacing-xs-2" | "spacing-xs-3" | "spacing-xs-4" | "spacing-xs-5" | "spacing-xs-6" | "spacing-xs-7" | "spacing-xs-8" | "spacing-xs-9" | "spacing-xs-10" | "grid-xs-auto" | "grid-xs-true" | "grid-xs-1" | "grid-xs-2" | "grid-xs-3" | "grid-xs-4" | "grid-xs-5" | "grid-xs-6" | "grid-xs-7" | "grid-xs-8" | "grid-xs-9" | "grid-xs-10" | "grid-xs-11" | "grid-xs-12", string>>, addStatic?: boolean) => {
|
|
8482
8480
|
classes: {
|
|
8483
|
-
header: string;
|
|
8484
|
-
backgroundColor: string;
|
|
8485
8481
|
root: string;
|
|
8482
|
+
container: string;
|
|
8483
|
+
item: string;
|
|
8484
|
+
zeroMinWidth: string;
|
|
8485
|
+
"direction-xs-column": string;
|
|
8486
|
+
"direction-xs-reverse": string;
|
|
8487
|
+
"direction-xs-row-reverse": string;
|
|
8488
|
+
"wrap-xs-nowrap": string;
|
|
8489
|
+
"wrap-xs-wrap-reverse": string;
|
|
8490
|
+
"spacing-xs-1": string;
|
|
8491
|
+
"spacing-xs-2": string;
|
|
8492
|
+
"spacing-xs-3": string;
|
|
8493
|
+
"spacing-xs-4": string;
|
|
8494
|
+
"spacing-xs-5": string;
|
|
8495
|
+
"spacing-xs-6": string;
|
|
8496
|
+
"spacing-xs-7": string;
|
|
8497
|
+
"spacing-xs-8": string;
|
|
8498
|
+
"spacing-xs-9": string;
|
|
8499
|
+
"spacing-xs-10": string;
|
|
8500
|
+
"grid-xs-auto": string;
|
|
8501
|
+
"grid-xs-true": string;
|
|
8502
|
+
"grid-xs-1": string;
|
|
8503
|
+
"grid-xs-2": string;
|
|
8504
|
+
"grid-xs-3": string;
|
|
8505
|
+
"grid-xs-4": string;
|
|
8506
|
+
"grid-xs-5": string;
|
|
8507
|
+
"grid-xs-6": string;
|
|
8508
|
+
"grid-xs-7": string;
|
|
8509
|
+
"grid-xs-8": string;
|
|
8510
|
+
"grid-xs-9": string;
|
|
8511
|
+
"grid-xs-10": string;
|
|
8512
|
+
"grid-xs-11": string;
|
|
8513
|
+
"grid-xs-12": string;
|
|
8486
8514
|
};
|
|
8487
8515
|
css: {
|
|
8488
8516
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8491,14 +8519,11 @@ declare const useClasses_29: (classesProp?: Partial<Record<"header" | "backgroun
|
|
|
8491
8519
|
cx: (...args: any) => string;
|
|
8492
8520
|
};
|
|
8493
8521
|
|
|
8494
|
-
declare const
|
|
8522
|
+
declare const useClasses_32: (classesProp?: Partial<Record<"header" | "root" | "backgroundColor", string>>, addStatic?: boolean) => {
|
|
8495
8523
|
classes: {
|
|
8496
|
-
|
|
8524
|
+
header: string;
|
|
8497
8525
|
root: string;
|
|
8498
|
-
|
|
8499
|
-
adornmentButton: string;
|
|
8500
|
-
adornmentIcon: string;
|
|
8501
|
-
hideIcon: string;
|
|
8526
|
+
backgroundColor: string;
|
|
8502
8527
|
};
|
|
8503
8528
|
css: {
|
|
8504
8529
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8507,7 +8532,7 @@ declare const useClasses_3: (classesProp?: Partial<Record<"icon" | "root" | "ado
|
|
|
8507
8532
|
cx: (...args: any) => string;
|
|
8508
8533
|
};
|
|
8509
8534
|
|
|
8510
|
-
declare const
|
|
8535
|
+
declare const useClasses_33: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8511
8536
|
classes: {
|
|
8512
8537
|
root: string;
|
|
8513
8538
|
};
|
|
@@ -8518,10 +8543,10 @@ declare const useClasses_30: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8518
8543
|
cx: (...args: any) => string;
|
|
8519
8544
|
};
|
|
8520
8545
|
|
|
8521
|
-
declare const
|
|
8546
|
+
declare const useClasses_34: (classesProp?: Partial<Record<"root" | "separator", string>>, addStatic?: boolean) => {
|
|
8522
8547
|
classes: {
|
|
8523
|
-
separator: string;
|
|
8524
8548
|
root: string;
|
|
8549
|
+
separator: string;
|
|
8525
8550
|
};
|
|
8526
8551
|
css: {
|
|
8527
8552
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8530,13 +8555,13 @@ declare const useClasses_31: (classesProp?: Partial<Record<"separator" | "root",
|
|
|
8530
8555
|
cx: (...args: any) => string;
|
|
8531
8556
|
};
|
|
8532
8557
|
|
|
8533
|
-
declare const
|
|
8558
|
+
declare const useClasses_35: (classesProp?: Partial<Record<"link" | "button" | "menu" | "root" | "menubar" | "selected", string>>, addStatic?: boolean) => {
|
|
8534
8559
|
classes: {
|
|
8535
8560
|
link: string;
|
|
8536
8561
|
button: string;
|
|
8537
8562
|
menu: string;
|
|
8538
|
-
menubar: string;
|
|
8539
8563
|
root: string;
|
|
8564
|
+
menubar: string;
|
|
8540
8565
|
selected: string;
|
|
8541
8566
|
};
|
|
8542
8567
|
css: {
|
|
@@ -8546,7 +8571,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"link" | "button" | "
|
|
|
8546
8571
|
cx: (...args: any) => string;
|
|
8547
8572
|
};
|
|
8548
8573
|
|
|
8549
|
-
declare const
|
|
8574
|
+
declare const useClasses_36: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8550
8575
|
classes: {
|
|
8551
8576
|
root: string;
|
|
8552
8577
|
};
|
|
@@ -8557,13 +8582,44 @@ declare const useClasses_33: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8557
8582
|
cx: (...args: any) => string;
|
|
8558
8583
|
};
|
|
8559
8584
|
|
|
8560
|
-
declare const
|
|
8585
|
+
declare const useClasses_37: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
|
|
8586
|
+
classes: {
|
|
8587
|
+
root: string;
|
|
8588
|
+
visualIndicatorContainer: string;
|
|
8589
|
+
comparisons: string;
|
|
8590
|
+
comparisonContainer: string;
|
|
8591
|
+
comparisonComposition: string;
|
|
8592
|
+
indicatorsContainer: string;
|
|
8593
|
+
indicatorText: string;
|
|
8594
|
+
indicatorUnit: string;
|
|
8595
|
+
spacingToTheRight: string;
|
|
8596
|
+
trendLine: string;
|
|
8597
|
+
};
|
|
8598
|
+
css: {
|
|
8599
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8600
|
+
(...args: CSSInterpolation[]): string;
|
|
8601
|
+
};
|
|
8602
|
+
cx: (...args: any) => string;
|
|
8603
|
+
};
|
|
8604
|
+
|
|
8605
|
+
declare const useClasses_38: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
|
|
8606
|
+
classes: {
|
|
8607
|
+
a: string;
|
|
8608
|
+
};
|
|
8609
|
+
css: {
|
|
8610
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8611
|
+
(...args: CSSInterpolation[]): string;
|
|
8612
|
+
};
|
|
8613
|
+
cx: (...args: any) => string;
|
|
8614
|
+
};
|
|
8615
|
+
|
|
8616
|
+
declare const useClasses_39: (classesProp?: Partial<Record<"hidden" | "small" | "label" | "root" | "overlay" | "blur" | "barContainer" | "loadingBar" | "regular" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
|
|
8561
8617
|
classes: {
|
|
8562
8618
|
hidden: string;
|
|
8563
8619
|
small: string;
|
|
8564
8620
|
label: string;
|
|
8565
|
-
overlay: string;
|
|
8566
8621
|
root: string;
|
|
8622
|
+
overlay: string;
|
|
8567
8623
|
blur: string;
|
|
8568
8624
|
barContainer: string;
|
|
8569
8625
|
loadingBar: string;
|
|
@@ -8578,9 +8634,12 @@ declare const useClasses_34: (classesProp?: Partial<Record<"hidden" | "small" |
|
|
|
8578
8634
|
cx: (...args: any) => string;
|
|
8579
8635
|
};
|
|
8580
8636
|
|
|
8581
|
-
declare const
|
|
8637
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
|
|
8582
8638
|
classes: {
|
|
8583
8639
|
root: string;
|
|
8640
|
+
counterDisabled: string;
|
|
8641
|
+
gutter: string;
|
|
8642
|
+
overloaded: string;
|
|
8584
8643
|
};
|
|
8585
8644
|
css: {
|
|
8586
8645
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8589,7 +8648,18 @@ declare const useClasses_35: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8589
8648
|
cx: (...args: any) => string;
|
|
8590
8649
|
};
|
|
8591
8650
|
|
|
8592
|
-
declare const
|
|
8651
|
+
declare const useClasses_40: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8652
|
+
classes: {
|
|
8653
|
+
root: string;
|
|
8654
|
+
};
|
|
8655
|
+
css: {
|
|
8656
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8657
|
+
(...args: CSSInterpolation[]): string;
|
|
8658
|
+
};
|
|
8659
|
+
cx: (...args: any) => string;
|
|
8660
|
+
};
|
|
8661
|
+
|
|
8662
|
+
declare const useClasses_41: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
|
|
8593
8663
|
classes: {
|
|
8594
8664
|
progress: string;
|
|
8595
8665
|
root: string;
|
|
@@ -8607,11 +8677,11 @@ declare const useClasses_36: (classesProp?: Partial<Record<"progress" | "root" |
|
|
|
8607
8677
|
cx: (...args: any) => string;
|
|
8608
8678
|
};
|
|
8609
8679
|
|
|
8610
|
-
declare const
|
|
8680
|
+
declare const useClasses_42: (classesProp?: Partial<Record<"root" | "row" | "column" | "xs" | "sm" | "md" | "lg" | "xl", string>>, addStatic?: boolean) => {
|
|
8611
8681
|
classes: {
|
|
8682
|
+
root: string;
|
|
8612
8683
|
row: string;
|
|
8613
8684
|
column: string;
|
|
8614
|
-
root: string;
|
|
8615
8685
|
xs: string;
|
|
8616
8686
|
sm: string;
|
|
8617
8687
|
md: string;
|
|
@@ -8625,7 +8695,21 @@ declare const useClasses_37: (classesProp?: Partial<Record<"row" | "column" | "r
|
|
|
8625
8695
|
cx: (...args: any) => string;
|
|
8626
8696
|
};
|
|
8627
8697
|
|
|
8628
|
-
declare const
|
|
8698
|
+
declare const useClasses_43: (classesProp?: Partial<Record<"root" | "disabled" | "selected" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8699
|
+
classes: {
|
|
8700
|
+
root: string;
|
|
8701
|
+
disabled: string;
|
|
8702
|
+
selected: string;
|
|
8703
|
+
focusVisible: string;
|
|
8704
|
+
};
|
|
8705
|
+
css: {
|
|
8706
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8707
|
+
(...args: CSSInterpolation[]): string;
|
|
8708
|
+
};
|
|
8709
|
+
cx: (...args: any) => string;
|
|
8710
|
+
};
|
|
8711
|
+
|
|
8712
|
+
declare const useClasses_44: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer", string>>, addStatic?: boolean) => {
|
|
8629
8713
|
classes: {
|
|
8630
8714
|
root: string;
|
|
8631
8715
|
indicator: string;
|
|
@@ -8639,12 +8723,21 @@ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "indicator"
|
|
|
8639
8723
|
cx: (...args: any) => string;
|
|
8640
8724
|
};
|
|
8641
8725
|
|
|
8642
|
-
declare const
|
|
8726
|
+
declare const useClasses_45: (classesProp?: Partial<Record<"button" | "label" | "root" | "disabled" | "focusVisible" | "chipRoot" | "tagButton" | "deleteIcon" | "disabledDeleteIcon" | "categorical" | "clickable" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
|
|
8643
8727
|
classes: {
|
|
8644
|
-
|
|
8645
|
-
|
|
8728
|
+
button: string;
|
|
8729
|
+
label: string;
|
|
8646
8730
|
root: string;
|
|
8731
|
+
disabled: string;
|
|
8647
8732
|
focusVisible: string;
|
|
8733
|
+
chipRoot: string;
|
|
8734
|
+
tagButton: string;
|
|
8735
|
+
deleteIcon: string;
|
|
8736
|
+
disabledDeleteIcon: string;
|
|
8737
|
+
categorical: string;
|
|
8738
|
+
clickable: string;
|
|
8739
|
+
categoricalFocus: string;
|
|
8740
|
+
categoricalDisabled: string;
|
|
8648
8741
|
};
|
|
8649
8742
|
css: {
|
|
8650
8743
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8653,9 +8746,19 @@ declare const useClasses_39: (classesProp?: Partial<Record<"icon" | "disabled" |
|
|
|
8653
8746
|
cx: (...args: any) => string;
|
|
8654
8747
|
};
|
|
8655
8748
|
|
|
8656
|
-
declare const
|
|
8749
|
+
declare const useClasses_46: (classesProp?: Partial<Record<"title" | "color" | "root" | "tooltip" | "tooltipMulti" | "popper" | "valuesContainer" | "values" | "separatorColor" | "separator" | "valueWrapper", string>>, addStatic?: boolean) => {
|
|
8657
8750
|
classes: {
|
|
8751
|
+
title: string;
|
|
8752
|
+
color: string;
|
|
8658
8753
|
root: string;
|
|
8754
|
+
tooltip: string;
|
|
8755
|
+
tooltipMulti: string;
|
|
8756
|
+
popper: string;
|
|
8757
|
+
valuesContainer: string;
|
|
8758
|
+
values: string;
|
|
8759
|
+
separatorColor: string;
|
|
8760
|
+
separator: string;
|
|
8761
|
+
valueWrapper: string;
|
|
8659
8762
|
};
|
|
8660
8763
|
css: {
|
|
8661
8764
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8664,11 +8767,38 @@ declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
8664
8767
|
cx: (...args: any) => string;
|
|
8665
8768
|
};
|
|
8666
8769
|
|
|
8667
|
-
declare const
|
|
8770
|
+
declare const useClasses_47: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
|
|
8668
8771
|
classes: {
|
|
8772
|
+
tooltipData: string;
|
|
8773
|
+
tooltipAnchor: string;
|
|
8774
|
+
tooltipAnchorParagraph: string;
|
|
8775
|
+
};
|
|
8776
|
+
css: {
|
|
8777
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8778
|
+
(...args: CSSInterpolation[]): string;
|
|
8779
|
+
};
|
|
8780
|
+
cx: (...args: any) => string;
|
|
8781
|
+
};
|
|
8782
|
+
|
|
8783
|
+
declare const useClasses_48: (classesProp?: Partial<Record<"root" | "icon" | "disabled" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8784
|
+
classes: {
|
|
8785
|
+
root: string;
|
|
8669
8786
|
icon: string;
|
|
8670
8787
|
disabled: string;
|
|
8788
|
+
focusVisible: string;
|
|
8789
|
+
};
|
|
8790
|
+
css: {
|
|
8791
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8792
|
+
(...args: CSSInterpolation[]): string;
|
|
8793
|
+
};
|
|
8794
|
+
cx: (...args: any) => string;
|
|
8795
|
+
};
|
|
8796
|
+
|
|
8797
|
+
declare const useClasses_49: (classesProp?: Partial<Record<"root" | "icon" | "disabled" | "focusVisible", string>>, addStatic?: boolean) => {
|
|
8798
|
+
classes: {
|
|
8671
8799
|
root: string;
|
|
8800
|
+
icon: string;
|
|
8801
|
+
disabled: string;
|
|
8672
8802
|
focusVisible: string;
|
|
8673
8803
|
};
|
|
8674
8804
|
css: {
|
|
@@ -8678,12 +8808,28 @@ declare const useClasses_40: (classesProp?: Partial<Record<"icon" | "disabled" |
|
|
|
8678
8808
|
cx: (...args: any) => string;
|
|
8679
8809
|
};
|
|
8680
8810
|
|
|
8681
|
-
declare const
|
|
8811
|
+
declare const useClasses_5: (classesProp?: Partial<Record<"root" | "icon" | "adornment" | "adornmentButton" | "adornmentIcon" | "hideIcon", string>>, addStatic?: boolean) => {
|
|
8812
|
+
classes: {
|
|
8813
|
+
root: string;
|
|
8814
|
+
icon: string;
|
|
8815
|
+
adornment: string;
|
|
8816
|
+
adornmentButton: string;
|
|
8817
|
+
adornmentIcon: string;
|
|
8818
|
+
hideIcon: string;
|
|
8819
|
+
};
|
|
8820
|
+
css: {
|
|
8821
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8822
|
+
(...args: CSSInterpolation[]): string;
|
|
8823
|
+
};
|
|
8824
|
+
cx: (...args: any) => string;
|
|
8825
|
+
};
|
|
8826
|
+
|
|
8827
|
+
declare const useClasses_50: (classesProp?: Partial<Record<"title" | "open" | "root" | "single" | "item" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "actionsContainer" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
|
|
8682
8828
|
classes: {
|
|
8683
8829
|
title: string;
|
|
8684
8830
|
open: string;
|
|
8685
|
-
single: string;
|
|
8686
8831
|
root: string;
|
|
8832
|
+
single: string;
|
|
8687
8833
|
item: string;
|
|
8688
8834
|
itemSelected: string;
|
|
8689
8835
|
itemDisabled: string;
|
|
@@ -8704,13 +8850,13 @@ declare const useClasses_41: (classesProp?: Partial<Record<"title" | "open" | "s
|
|
|
8704
8850
|
cx: (...args: any) => string;
|
|
8705
8851
|
};
|
|
8706
8852
|
|
|
8707
|
-
declare const
|
|
8853
|
+
declare const useClasses_51: (classesProp?: Partial<Record<"title" | "root" | "typography" | "icon" | "disabled" | "selected" | "iconUrl" | "iconInfo", string>>, addStatic?: boolean) => {
|
|
8708
8854
|
classes: {
|
|
8709
8855
|
title: string;
|
|
8856
|
+
root: string;
|
|
8710
8857
|
typography: string;
|
|
8711
8858
|
icon: string;
|
|
8712
8859
|
disabled: string;
|
|
8713
|
-
root: string;
|
|
8714
8860
|
selected: string;
|
|
8715
8861
|
iconUrl: string;
|
|
8716
8862
|
iconInfo: string;
|
|
@@ -8722,12 +8868,12 @@ declare const useClasses_42: (classesProp?: Partial<Record<"title" | "typography
|
|
|
8722
8868
|
cx: (...args: any) => string;
|
|
8723
8869
|
};
|
|
8724
8870
|
|
|
8725
|
-
declare const
|
|
8871
|
+
declare const useClasses_52: (classesProp?: Partial<Record<"track" | "switch" | "root" | "disabled" | "checked" | "readOnly" | "focusVisible" | "thumb" | "switchBase", string>>, addStatic?: boolean) => {
|
|
8726
8872
|
classes: {
|
|
8727
8873
|
track: string;
|
|
8728
8874
|
switch: string;
|
|
8729
|
-
disabled: string;
|
|
8730
8875
|
root: string;
|
|
8876
|
+
disabled: string;
|
|
8731
8877
|
checked: string;
|
|
8732
8878
|
readOnly: string;
|
|
8733
8879
|
focusVisible: string;
|
|
@@ -8741,13 +8887,13 @@ declare const useClasses_43: (classesProp?: Partial<Record<"track" | "switch" |
|
|
|
8741
8887
|
cx: (...args: any) => string;
|
|
8742
8888
|
};
|
|
8743
8889
|
|
|
8744
|
-
declare const
|
|
8890
|
+
declare const useClasses_53: (classesProp?: Partial<Record<"label" | "root" | "container" | "checkbox" | "disabled" | "focusVisible" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
|
|
8745
8891
|
classes: {
|
|
8746
8892
|
label: string;
|
|
8747
|
-
|
|
8893
|
+
root: string;
|
|
8748
8894
|
container: string;
|
|
8895
|
+
checkbox: string;
|
|
8749
8896
|
disabled: string;
|
|
8750
|
-
root: string;
|
|
8751
8897
|
focusVisible: string;
|
|
8752
8898
|
invalidContainer: string;
|
|
8753
8899
|
invalidCheckbox: string;
|
|
@@ -8759,12 +8905,12 @@ declare const useClasses_44: (classesProp?: Partial<Record<"label" | "checkbox"
|
|
|
8759
8905
|
cx: (...args: any) => string;
|
|
8760
8906
|
};
|
|
8761
8907
|
|
|
8762
|
-
declare const
|
|
8908
|
+
declare const useClasses_54: (classesProp?: Partial<Record<"input" | "label" | "root" | "icon" | "error" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
|
|
8763
8909
|
classes: {
|
|
8764
8910
|
input: string;
|
|
8765
8911
|
label: string;
|
|
8766
|
-
icon: string;
|
|
8767
8912
|
root: string;
|
|
8913
|
+
icon: string;
|
|
8768
8914
|
error: string;
|
|
8769
8915
|
inputBorderContainer: string;
|
|
8770
8916
|
inputRoot: string;
|
|
@@ -8788,7 +8934,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
8788
8934
|
cx: (...args: any) => string;
|
|
8789
8935
|
};
|
|
8790
8936
|
|
|
8791
|
-
declare const
|
|
8937
|
+
declare const useClasses_55: (classesProp?: Partial<Record<"label" | "root" | "error" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
|
|
8792
8938
|
classes: {
|
|
8793
8939
|
label: string;
|
|
8794
8940
|
root: string;
|
|
@@ -8803,13 +8949,13 @@ declare const useClasses_46: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
8803
8949
|
cx: (...args: any) => string;
|
|
8804
8950
|
};
|
|
8805
8951
|
|
|
8806
|
-
declare const
|
|
8952
|
+
declare const useClasses_56: (classesProp?: Partial<Record<"label" | "root" | "container" | "radio" | "disabled" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
|
|
8807
8953
|
classes: {
|
|
8808
8954
|
label: string;
|
|
8809
|
-
|
|
8955
|
+
root: string;
|
|
8810
8956
|
container: string;
|
|
8957
|
+
radio: string;
|
|
8811
8958
|
disabled: string;
|
|
8812
|
-
root: string;
|
|
8813
8959
|
focusVisible: string;
|
|
8814
8960
|
invalidContainer: string;
|
|
8815
8961
|
invalidRadio: string;
|
|
@@ -8821,12 +8967,12 @@ declare const useClasses_47: (classesProp?: Partial<Record<"label" | "radio" | "
|
|
|
8821
8967
|
cx: (...args: any) => string;
|
|
8822
8968
|
};
|
|
8823
8969
|
|
|
8824
|
-
declare const
|
|
8970
|
+
declare const useClasses_57: (classesProp?: Partial<Record<"input" | "label" | "root" | "disabled" | "baseInput" | "error" | "invalid" | "resizable" | "inputResizable" | "description" | "labelContainer" | "characterCounter", string>>, addStatic?: boolean) => {
|
|
8825
8971
|
classes: {
|
|
8826
8972
|
input: string;
|
|
8827
8973
|
label: string;
|
|
8828
|
-
disabled: string;
|
|
8829
8974
|
root: string;
|
|
8975
|
+
disabled: string;
|
|
8830
8976
|
baseInput: string;
|
|
8831
8977
|
error: string;
|
|
8832
8978
|
invalid: string;
|
|
@@ -8843,13 +8989,48 @@ declare const useClasses_48: (classesProp?: Partial<Record<"input" | "label" | "
|
|
|
8843
8989
|
cx: (...args: any) => string;
|
|
8844
8990
|
};
|
|
8845
8991
|
|
|
8846
|
-
declare const
|
|
8992
|
+
declare const useClasses_58: (classesProp?: Partial<Record<"input" | "label" | "root" | "disabled" | "readOnly" | "error" | "invalid" | "resizable" | "description" | "labelContainer" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagsList" | "tagInputContainerRoot" | "tagInputRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
|
|
8993
|
+
classes: {
|
|
8994
|
+
input: string;
|
|
8995
|
+
label: string;
|
|
8996
|
+
root: string;
|
|
8997
|
+
disabled: string;
|
|
8998
|
+
readOnly: string;
|
|
8999
|
+
error: string;
|
|
9000
|
+
invalid: string;
|
|
9001
|
+
resizable: string;
|
|
9002
|
+
description: string;
|
|
9003
|
+
labelContainer: string;
|
|
9004
|
+
suggestionsContainer: string;
|
|
9005
|
+
suggestionList: string;
|
|
9006
|
+
inputExtension: string;
|
|
9007
|
+
chipRoot: string;
|
|
9008
|
+
listItemGutters: string;
|
|
9009
|
+
listItemRoot: string;
|
|
9010
|
+
characterCounter: string;
|
|
9011
|
+
tagsList: string;
|
|
9012
|
+
tagInputContainerRoot: string;
|
|
9013
|
+
tagInputRoot: string;
|
|
9014
|
+
tagSelected: string;
|
|
9015
|
+
tagInputBorderContainer: string;
|
|
9016
|
+
tagInputRootFocused: string;
|
|
9017
|
+
tagInputRootEmpty: string;
|
|
9018
|
+
singleLine: string;
|
|
9019
|
+
};
|
|
9020
|
+
css: {
|
|
9021
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9022
|
+
(...args: CSSInterpolation[]): string;
|
|
9023
|
+
};
|
|
9024
|
+
cx: (...args: any) => string;
|
|
9025
|
+
};
|
|
9026
|
+
|
|
9027
|
+
declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "group" | "horizontal" | "vertical" | "error" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
|
|
8847
9028
|
classes: {
|
|
8848
9029
|
label: string;
|
|
9030
|
+
root: string;
|
|
8849
9031
|
group: string;
|
|
8850
9032
|
horizontal: string;
|
|
8851
9033
|
vertical: string;
|
|
8852
|
-
root: string;
|
|
8853
9034
|
error: string;
|
|
8854
9035
|
invalid: string;
|
|
8855
9036
|
selectAll: string;
|
|
@@ -8861,11 +9042,9 @@ declare const useClasses_49: (classesProp?: Partial<Record<"label" | "group" | "
|
|
|
8861
9042
|
cx: (...args: any) => string;
|
|
8862
9043
|
};
|
|
8863
9044
|
|
|
8864
|
-
declare const
|
|
9045
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
8865
9046
|
classes: {
|
|
8866
9047
|
root: string;
|
|
8867
|
-
labelDisabled: string;
|
|
8868
|
-
childGutter: string;
|
|
8869
9048
|
};
|
|
8870
9049
|
css: {
|
|
8871
9050
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -8874,13 +9053,13 @@ declare const useClasses_5: (classesProp?: Partial<Record<"root" | "labelDisable
|
|
|
8874
9053
|
cx: (...args: any) => string;
|
|
8875
9054
|
};
|
|
8876
9055
|
|
|
8877
|
-
declare const
|
|
9056
|
+
declare const useClasses_60: (classesProp?: Partial<Record<"label" | "root" | "group" | "horizontal" | "vertical" | "error" | "invalid", string>>, addStatic?: boolean) => {
|
|
8878
9057
|
classes: {
|
|
8879
9058
|
label: string;
|
|
9059
|
+
root: string;
|
|
8880
9060
|
group: string;
|
|
8881
9061
|
horizontal: string;
|
|
8882
9062
|
vertical: string;
|
|
8883
|
-
root: string;
|
|
8884
9063
|
error: string;
|
|
8885
9064
|
invalid: string;
|
|
8886
9065
|
};
|
|
@@ -8891,7 +9070,7 @@ declare const useClasses_50: (classesProp?: Partial<Record<"label" | "group" | "
|
|
|
8891
9070
|
cx: (...args: any) => string;
|
|
8892
9071
|
};
|
|
8893
9072
|
|
|
8894
|
-
declare const
|
|
9073
|
+
declare const useClasses_61: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
|
|
8895
9074
|
classes: {
|
|
8896
9075
|
overlay: string;
|
|
8897
9076
|
previewButton: string;
|
|
@@ -8903,11 +9082,11 @@ declare const useClasses_51: (classesProp?: Partial<Record<"overlay" | "previewB
|
|
|
8903
9082
|
cx: (...args: any) => string;
|
|
8904
9083
|
};
|
|
8905
9084
|
|
|
8906
|
-
declare const
|
|
9085
|
+
declare const useClasses_62: (classesProp?: Partial<Record<"root" | "progressbar" | "icon" | "removeButton" | "fail" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer", string>>, addStatic?: boolean) => {
|
|
8907
9086
|
classes: {
|
|
9087
|
+
root: string;
|
|
8908
9088
|
progressbar: string;
|
|
8909
9089
|
icon: string;
|
|
8910
|
-
root: string;
|
|
8911
9090
|
removeButton: string;
|
|
8912
9091
|
fail: string;
|
|
8913
9092
|
progressbarBack: string;
|
|
@@ -8922,11 +9101,11 @@ declare const useClasses_52: (classesProp?: Partial<Record<"progressbar" | "icon
|
|
|
8922
9101
|
cx: (...args: any) => string;
|
|
8923
9102
|
};
|
|
8924
9103
|
|
|
8925
|
-
declare const
|
|
9104
|
+
declare const useClasses_63: (classesProp?: Partial<Record<"root" | "container" | "icon" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
|
|
8926
9105
|
classes: {
|
|
9106
|
+
root: string;
|
|
8927
9107
|
container: string;
|
|
8928
9108
|
icon: string;
|
|
8929
|
-
root: string;
|
|
8930
9109
|
baseContainer: string;
|
|
8931
9110
|
iconSelected: string;
|
|
8932
9111
|
menuListRoot: string;
|
|
@@ -8939,10 +9118,10 @@ declare const useClasses_53: (classesProp?: Partial<Record<"container" | "icon"
|
|
|
8939
9118
|
cx: (...args: any) => string;
|
|
8940
9119
|
};
|
|
8941
9120
|
|
|
8942
|
-
declare const
|
|
9121
|
+
declare const useClasses_64: (classesProp?: Partial<Record<"root" | "icon" | "pageSizeOptions" | "iconContainer" | "pageSizeTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
|
|
8943
9122
|
classes: {
|
|
8944
|
-
icon: string;
|
|
8945
9123
|
root: string;
|
|
9124
|
+
icon: string;
|
|
8946
9125
|
pageSizeOptions: string;
|
|
8947
9126
|
iconContainer: string;
|
|
8948
9127
|
pageSizeTextContainer: string;
|
|
@@ -8961,7 +9140,7 @@ declare const useClasses_54: (classesProp?: Partial<Record<"icon" | "root" | "pa
|
|
|
8961
9140
|
cx: (...args: any) => string;
|
|
8962
9141
|
};
|
|
8963
9142
|
|
|
8964
|
-
declare const
|
|
9143
|
+
declare const useClasses_65: (classesProp?: Partial<Record<"button" | "root" | "dropDownMenu" | "actionContainer" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
|
|
8965
9144
|
classes: {
|
|
8966
9145
|
button: string;
|
|
8967
9146
|
root: string;
|
|
@@ -8977,7 +9156,7 @@ declare const useClasses_55: (classesProp?: Partial<Record<"button" | "root" | "
|
|
|
8977
9156
|
cx: (...args: any) => string;
|
|
8978
9157
|
};
|
|
8979
9158
|
|
|
8980
|
-
declare const
|
|
9159
|
+
declare const useClasses_66: (classesProp?: Partial<Record<"link" | "a" | "root" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
|
|
8981
9160
|
classes: {
|
|
8982
9161
|
link: string;
|
|
8983
9162
|
a: string;
|
|
@@ -8994,12 +9173,12 @@ declare const useClasses_56: (classesProp?: Partial<Record<"link" | "a" | "root"
|
|
|
8994
9173
|
cx: (...args: any) => string;
|
|
8995
9174
|
};
|
|
8996
9175
|
|
|
8997
|
-
declare const
|
|
9176
|
+
declare const useClasses_67: (classesProp?: Partial<Record<"root" | "radio" | "horizontal" | "icon" | "radioRoot", string>>, addStatic?: boolean) => {
|
|
8998
9177
|
classes: {
|
|
9178
|
+
root: string;
|
|
8999
9179
|
radio: string;
|
|
9000
9180
|
horizontal: string;
|
|
9001
9181
|
icon: string;
|
|
9002
|
-
root: string;
|
|
9003
9182
|
radioRoot: string;
|
|
9004
9183
|
};
|
|
9005
9184
|
css: {
|
|
@@ -9009,7 +9188,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"radio" | "horizontal
|
|
|
9009
9188
|
cx: (...args: any) => string;
|
|
9010
9189
|
};
|
|
9011
9190
|
|
|
9012
|
-
declare const
|
|
9191
|
+
declare const useClasses_68: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
|
|
9013
9192
|
classes: {
|
|
9014
9193
|
root: string;
|
|
9015
9194
|
rootClosed: string;
|
|
@@ -9023,7 +9202,7 @@ declare const useClasses_58: (classesProp?: Partial<Record<"root" | "rootClosed"
|
|
|
9023
9202
|
cx: (...args: any) => string;
|
|
9024
9203
|
};
|
|
9025
9204
|
|
|
9026
|
-
declare const
|
|
9205
|
+
declare const useClasses_69: (classesProp?: Partial<Record<"actionContainer" | "iconContainer" | "actionsInnerContainer" | "closeAction", string>>, addStatic?: boolean) => {
|
|
9027
9206
|
classes: {
|
|
9028
9207
|
actionContainer: string;
|
|
9029
9208
|
iconContainer: string;
|
|
@@ -9037,11 +9216,11 @@ declare const useClasses_59: (classesProp?: Partial<Record<"actionContainer" | "
|
|
|
9037
9216
|
cx: (...args: any) => string;
|
|
9038
9217
|
};
|
|
9039
9218
|
|
|
9040
|
-
declare const
|
|
9219
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
|
|
9041
9220
|
classes: {
|
|
9042
9221
|
root: string;
|
|
9043
|
-
|
|
9044
|
-
|
|
9222
|
+
labelDisabled: string;
|
|
9223
|
+
childGutter: string;
|
|
9045
9224
|
};
|
|
9046
9225
|
css: {
|
|
9047
9226
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9050,10 +9229,10 @@ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "gutter" | "i
|
|
|
9050
9229
|
cx: (...args: any) => string;
|
|
9051
9230
|
};
|
|
9052
9231
|
|
|
9053
|
-
declare const
|
|
9232
|
+
declare const useClasses_70: (classesProp?: Partial<Record<"root" | "default" | "warning" | "action" | "error" | "success" | "message" | "baseVariant" | "outContainer", string>>, addStatic?: boolean) => {
|
|
9054
9233
|
classes: {
|
|
9055
|
-
default: string;
|
|
9056
9234
|
root: string;
|
|
9235
|
+
default: string;
|
|
9057
9236
|
warning: string;
|
|
9058
9237
|
action: string;
|
|
9059
9238
|
error: string;
|
|
@@ -9069,7 +9248,7 @@ declare const useClasses_60: (classesProp?: Partial<Record<"default" | "root" |
|
|
|
9069
9248
|
cx: (...args: any) => string;
|
|
9070
9249
|
};
|
|
9071
9250
|
|
|
9072
|
-
declare const
|
|
9251
|
+
declare const useClasses_71: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
|
|
9073
9252
|
classes: {
|
|
9074
9253
|
root: string;
|
|
9075
9254
|
anchorOriginTopCenter: string;
|
|
@@ -9086,10 +9265,10 @@ declare const useClasses_61: (classesProp?: Partial<Record<"root" | "anchorOrigi
|
|
|
9086
9265
|
cx: (...args: any) => string;
|
|
9087
9266
|
};
|
|
9088
9267
|
|
|
9089
|
-
declare const
|
|
9268
|
+
declare const useClasses_72: (classesProp?: Partial<Record<"root" | "default" | "warning" | "action" | "error" | "success" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
|
|
9090
9269
|
classes: {
|
|
9091
|
-
default: string;
|
|
9092
9270
|
root: string;
|
|
9271
|
+
default: string;
|
|
9093
9272
|
warning: string;
|
|
9094
9273
|
action: string;
|
|
9095
9274
|
error: string;
|
|
@@ -9106,7 +9285,7 @@ declare const useClasses_62: (classesProp?: Partial<Record<"default" | "root" |
|
|
|
9106
9285
|
cx: (...args: any) => string;
|
|
9107
9286
|
};
|
|
9108
9287
|
|
|
9109
|
-
declare const
|
|
9288
|
+
declare const useClasses_73: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
|
|
9110
9289
|
classes: {
|
|
9111
9290
|
snackItemRoot: string;
|
|
9112
9291
|
};
|
|
@@ -9117,7 +9296,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"snackItemRoot", stri
|
|
|
9117
9296
|
cx: (...args: any) => string;
|
|
9118
9297
|
};
|
|
9119
9298
|
|
|
9120
|
-
declare const
|
|
9299
|
+
declare const useClasses_74: (classesProp?: Partial<Record<"root" | "semantic" | "actions" | "selectAllContainer" | "selectAll" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
|
|
9121
9300
|
classes: {
|
|
9122
9301
|
root: string;
|
|
9123
9302
|
semantic: string;
|
|
@@ -9134,7 +9313,7 @@ declare const useClasses_64: (classesProp?: Partial<Record<"root" | "semantic" |
|
|
|
9134
9313
|
cx: (...args: any) => string;
|
|
9135
9314
|
};
|
|
9136
9315
|
|
|
9137
|
-
declare const
|
|
9316
|
+
declare const useClasses_75: (classesProp?: Partial<Record<"root" | "name" | "global" | "wrapper" | "actions" | "positionSticky" | "positionFixed" | "globalWrapperComplement" | "globalSectionArea" | "backButton", string>>, addStatic?: boolean) => {
|
|
9138
9317
|
classes: {
|
|
9139
9318
|
root: string;
|
|
9140
9319
|
name: string;
|
|
@@ -9154,7 +9333,7 @@ declare const useClasses_65: (classesProp?: Partial<Record<"root" | "name" | "gl
|
|
|
9154
9333
|
cx: (...args: any) => string;
|
|
9155
9334
|
};
|
|
9156
9335
|
|
|
9157
|
-
declare const
|
|
9336
|
+
declare const useClasses_76: (classesProp?: Partial<Record<"placeholder" | "arrow" | "label" | "root" | "dropdown" | "error" | "selectionDisabled" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
|
|
9158
9337
|
classes: {
|
|
9159
9338
|
placeholder: string;
|
|
9160
9339
|
arrow: string;
|
|
@@ -9178,7 +9357,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"placeholder" | "arro
|
|
|
9178
9357
|
cx: (...args: any) => string;
|
|
9179
9358
|
};
|
|
9180
9359
|
|
|
9181
|
-
declare const
|
|
9360
|
+
declare const useClasses_77: (classesProp?: Partial<Record<"selection" | "selectAllContainer" | "selectAll" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer", string>>, addStatic?: boolean) => {
|
|
9182
9361
|
classes: {
|
|
9183
9362
|
selection: string;
|
|
9184
9363
|
selectAllContainer: string;
|
|
@@ -9196,7 +9375,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"selection" | "select
|
|
|
9196
9375
|
cx: (...args: any) => string;
|
|
9197
9376
|
};
|
|
9198
9377
|
|
|
9199
|
-
declare const
|
|
9378
|
+
declare const useClasses_78: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
|
|
9200
9379
|
classes: {
|
|
9201
9380
|
root: string;
|
|
9202
9381
|
stickyHeader: string;
|
|
@@ -9210,7 +9389,7 @@ declare const useClasses_68: (classesProp?: Partial<Record<"root" | "stickyHeade
|
|
|
9210
9389
|
cx: (...args: any) => string;
|
|
9211
9390
|
};
|
|
9212
9391
|
|
|
9213
|
-
declare const
|
|
9392
|
+
declare const useClasses_79: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9214
9393
|
classes: {
|
|
9215
9394
|
root: string;
|
|
9216
9395
|
};
|
|
@@ -9221,15 +9400,11 @@ declare const useClasses_69: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9221
9400
|
cx: (...args: any) => string;
|
|
9222
9401
|
};
|
|
9223
9402
|
|
|
9224
|
-
declare const
|
|
9403
|
+
declare const useClasses_8: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
|
|
9225
9404
|
classes: {
|
|
9226
|
-
show: string;
|
|
9227
9405
|
root: string;
|
|
9228
|
-
|
|
9229
|
-
|
|
9230
|
-
warningText: string;
|
|
9231
|
-
topGutter: string;
|
|
9232
|
-
topBorder: string;
|
|
9406
|
+
gutter: string;
|
|
9407
|
+
infoDisabled: string;
|
|
9233
9408
|
};
|
|
9234
9409
|
css: {
|
|
9235
9410
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9238,7 +9413,7 @@ declare const useClasses_7: (classesProp?: Partial<Record<"show" | "root" | "hid
|
|
|
9238
9413
|
cx: (...args: any) => string;
|
|
9239
9414
|
};
|
|
9240
9415
|
|
|
9241
|
-
declare const
|
|
9416
|
+
declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9242
9417
|
classes: {
|
|
9243
9418
|
root: string;
|
|
9244
9419
|
};
|
|
@@ -9249,7 +9424,7 @@ declare const useClasses_70: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9249
9424
|
cx: (...args: any) => string;
|
|
9250
9425
|
};
|
|
9251
9426
|
|
|
9252
|
-
declare const
|
|
9427
|
+
declare const useClasses_81: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
|
|
9253
9428
|
classes: {
|
|
9254
9429
|
root: string;
|
|
9255
9430
|
stickyHeader: string;
|
|
@@ -9261,13 +9436,13 @@ declare const useClasses_71: (classesProp?: Partial<Record<"root" | "stickyHeade
|
|
|
9261
9436
|
cx: (...args: any) => string;
|
|
9262
9437
|
};
|
|
9263
9438
|
|
|
9264
|
-
declare const
|
|
9439
|
+
declare const useClasses_82: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizer" | "resizable" | "sortable" | "sorted" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortButton" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
|
|
9265
9440
|
classes: {
|
|
9266
9441
|
body: string;
|
|
9267
9442
|
footer: string;
|
|
9268
9443
|
head: string;
|
|
9269
|
-
resizer: string;
|
|
9270
9444
|
root: string;
|
|
9445
|
+
resizer: string;
|
|
9271
9446
|
resizable: string;
|
|
9272
9447
|
sortable: string;
|
|
9273
9448
|
sorted: string;
|
|
@@ -9304,13 +9479,13 @@ declare const useClasses_72: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9304
9479
|
cx: (...args: any) => string;
|
|
9305
9480
|
};
|
|
9306
9481
|
|
|
9307
|
-
declare const
|
|
9482
|
+
declare const useClasses_83: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "expanded" | "selected" | "hover" | "striped" | "variantList" | "variantListHead", string>>, addStatic?: boolean) => {
|
|
9308
9483
|
classes: {
|
|
9309
9484
|
body: string;
|
|
9310
9485
|
footer: string;
|
|
9311
9486
|
head: string;
|
|
9312
|
-
expanded: string;
|
|
9313
9487
|
root: string;
|
|
9488
|
+
expanded: string;
|
|
9314
9489
|
selected: string;
|
|
9315
9490
|
hover: string;
|
|
9316
9491
|
striped: string;
|
|
@@ -9324,7 +9499,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9324
9499
|
cx: (...args: any) => string;
|
|
9325
9500
|
};
|
|
9326
9501
|
|
|
9327
|
-
declare const
|
|
9502
|
+
declare const useClasses_84: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizable" | "sorted" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "variantListHead" | "variantListactions" | "variantListcheckbox", string>>, addStatic?: boolean) => {
|
|
9328
9503
|
classes: {
|
|
9329
9504
|
body: string;
|
|
9330
9505
|
footer: string;
|
|
@@ -9358,7 +9533,7 @@ declare const useClasses_74: (classesProp?: Partial<Record<"body" | "footer" | "
|
|
|
9358
9533
|
cx: (...args: any) => string;
|
|
9359
9534
|
};
|
|
9360
9535
|
|
|
9361
|
-
declare const
|
|
9536
|
+
declare const useClasses_85: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
|
|
9362
9537
|
classes: {
|
|
9363
9538
|
root: string;
|
|
9364
9539
|
formContainer: string;
|
|
@@ -9370,7 +9545,7 @@ declare const useClasses_75: (classesProp?: Partial<Record<"root" | "formContain
|
|
|
9370
9545
|
cx: (...args: any) => string;
|
|
9371
9546
|
};
|
|
9372
9547
|
|
|
9373
|
-
declare const
|
|
9548
|
+
declare const useClasses_86: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
|
|
9374
9549
|
classes: {
|
|
9375
9550
|
section: string;
|
|
9376
9551
|
root: string;
|
|
@@ -9384,7 +9559,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"section" | "root" |
|
|
|
9384
9559
|
cx: (...args: any) => string;
|
|
9385
9560
|
};
|
|
9386
9561
|
|
|
9387
|
-
declare const
|
|
9562
|
+
declare const useClasses_87: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9388
9563
|
classes: {
|
|
9389
9564
|
root: string;
|
|
9390
9565
|
};
|
|
@@ -9395,7 +9570,7 @@ declare const useClasses_77: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
9395
9570
|
cx: (...args: any) => string;
|
|
9396
9571
|
};
|
|
9397
9572
|
|
|
9398
|
-
declare const
|
|
9573
|
+
declare const useClasses_88: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
|
|
9399
9574
|
classes: {
|
|
9400
9575
|
root: string;
|
|
9401
9576
|
sortDropdown: string;
|
|
@@ -9407,13 +9582,48 @@ declare const useClasses_78: (classesProp?: Partial<Record<"root" | "sortDropdow
|
|
|
9407
9582
|
cx: (...args: any) => string;
|
|
9408
9583
|
};
|
|
9409
9584
|
|
|
9410
|
-
declare const
|
|
9585
|
+
declare const useClasses_89: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
|
|
9411
9586
|
classes: {
|
|
9412
|
-
label: string;
|
|
9413
9587
|
root: string;
|
|
9414
|
-
|
|
9415
|
-
|
|
9416
|
-
|
|
9588
|
+
rangeCalendarContainer: string;
|
|
9589
|
+
singleCalendar: string;
|
|
9590
|
+
focusSelection: string;
|
|
9591
|
+
calendarMonthlyCell: string;
|
|
9592
|
+
calendarMonthlyCellSelected: string;
|
|
9593
|
+
};
|
|
9594
|
+
css: {
|
|
9595
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9596
|
+
(...args: CSSInterpolation[]): string;
|
|
9597
|
+
};
|
|
9598
|
+
cx: (...args: any) => string;
|
|
9599
|
+
};
|
|
9600
|
+
|
|
9601
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"root" | "show" | "hideText" | "defaultIcon" | "warningText" | "topGutter" | "topBorder", string>>, addStatic?: boolean) => {
|
|
9602
|
+
classes: {
|
|
9603
|
+
root: string;
|
|
9604
|
+
show: string;
|
|
9605
|
+
hideText: string;
|
|
9606
|
+
defaultIcon: string;
|
|
9607
|
+
warningText: string;
|
|
9608
|
+
topGutter: string;
|
|
9609
|
+
topBorder: string;
|
|
9610
|
+
};
|
|
9611
|
+
css: {
|
|
9612
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9613
|
+
(...args: CSSInterpolation[]): string;
|
|
9614
|
+
};
|
|
9615
|
+
cx: (...args: any) => string;
|
|
9616
|
+
};
|
|
9617
|
+
|
|
9618
|
+
declare const useClasses_90: (classesProp?: Partial<Record<"input" | "root" | "invalid" | "inputBorderContainer" | "headerDayOfWeek" | "headerDate" | "invalidMessageStyling", string>>, addStatic?: boolean) => {
|
|
9619
|
+
classes: {
|
|
9620
|
+
input: string;
|
|
9621
|
+
root: string;
|
|
9622
|
+
invalid: string;
|
|
9623
|
+
inputBorderContainer: string;
|
|
9624
|
+
headerDayOfWeek: string;
|
|
9625
|
+
headerDate: string;
|
|
9626
|
+
invalidMessageStyling: string;
|
|
9417
9627
|
};
|
|
9418
9628
|
css: {
|
|
9419
9629
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9422,16 +9632,13 @@ declare const useClasses_79: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
9422
9632
|
cx: (...args: any) => string;
|
|
9423
9633
|
};
|
|
9424
9634
|
|
|
9425
|
-
declare const
|
|
9635
|
+
declare const useClasses_91: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
|
|
9426
9636
|
classes: {
|
|
9427
9637
|
label: string;
|
|
9428
|
-
listbox: string;
|
|
9429
|
-
horizontal: string;
|
|
9430
|
-
vertical: string;
|
|
9431
9638
|
root: string;
|
|
9432
9639
|
error: string;
|
|
9433
|
-
invalid: string;
|
|
9434
9640
|
description: string;
|
|
9641
|
+
labelContainer: string;
|
|
9435
9642
|
};
|
|
9436
9643
|
css: {
|
|
9437
9644
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9440,11 +9647,11 @@ declare const useClasses_8: (classesProp?: Partial<Record<"label" | "listbox" |
|
|
|
9440
9647
|
cx: (...args: any) => string;
|
|
9441
9648
|
};
|
|
9442
9649
|
|
|
9443
|
-
declare const
|
|
9650
|
+
declare const useClasses_92: (classesProp?: Partial<Record<"header" | "root" | "space" | "actionBar" | "dropdown" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>, addStatic?: boolean) => {
|
|
9444
9651
|
classes: {
|
|
9445
9652
|
header: string;
|
|
9446
|
-
space: string;
|
|
9447
9653
|
root: string;
|
|
9654
|
+
space: string;
|
|
9448
9655
|
actionBar: string;
|
|
9449
9656
|
dropdown: string;
|
|
9450
9657
|
panel: string;
|
|
@@ -9460,11 +9667,11 @@ declare const useClasses_80: (classesProp?: Partial<Record<"header" | "space" |
|
|
|
9460
9667
|
cx: (...args: any) => string;
|
|
9461
9668
|
};
|
|
9462
9669
|
|
|
9463
|
-
declare const
|
|
9670
|
+
declare const useClasses_93: (classesProp?: Partial<Record<"label" | "root" | "icon" | "dropdown" | "action" | "error" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
|
|
9464
9671
|
classes: {
|
|
9465
9672
|
label: string;
|
|
9466
|
-
icon: string;
|
|
9467
9673
|
root: string;
|
|
9674
|
+
icon: string;
|
|
9468
9675
|
dropdown: string;
|
|
9469
9676
|
action: string;
|
|
9470
9677
|
error: string;
|
|
@@ -9484,7 +9691,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"label" | "icon" | "r
|
|
|
9484
9691
|
cx: (...args: any) => string;
|
|
9485
9692
|
};
|
|
9486
9693
|
|
|
9487
|
-
declare const
|
|
9694
|
+
declare const useClasses_94: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>, addStatic?: boolean) => {
|
|
9488
9695
|
classes: {
|
|
9489
9696
|
button: string;
|
|
9490
9697
|
text: string;
|
|
@@ -9498,7 +9705,7 @@ declare const useClasses_82: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
9498
9705
|
cx: (...args: any) => string;
|
|
9499
9706
|
};
|
|
9500
9707
|
|
|
9501
|
-
declare const
|
|
9708
|
+
declare const useClasses_95: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
|
|
9502
9709
|
classes: {
|
|
9503
9710
|
root: string;
|
|
9504
9711
|
positionFixed: string;
|
|
@@ -9511,7 +9718,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"root" | "positionFix
|
|
|
9511
9718
|
cx: (...args: any) => string;
|
|
9512
9719
|
};
|
|
9513
9720
|
|
|
9514
|
-
declare const
|
|
9721
|
+
declare const useClasses_96: (classesProp?: Partial<Record<"button" | "text" | "root" | "selected", string>>, addStatic?: boolean) => {
|
|
9515
9722
|
classes: {
|
|
9516
9723
|
button: string;
|
|
9517
9724
|
text: string;
|
|
@@ -9525,7 +9732,7 @@ declare const useClasses_84: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
9525
9732
|
cx: (...args: any) => string;
|
|
9526
9733
|
};
|
|
9527
9734
|
|
|
9528
|
-
declare const
|
|
9735
|
+
declare const useClasses_97: (classesProp?: Partial<Record<"root" | "selected" | "positionSticky" | "positionFixed" | "notSelectedRoot" | "notSelected", string>>, addStatic?: boolean) => {
|
|
9529
9736
|
classes: {
|
|
9530
9737
|
root: string;
|
|
9531
9738
|
selected: string;
|
|
@@ -9541,13 +9748,13 @@ declare const useClasses_85: (classesProp?: Partial<Record<"root" | "selected" |
|
|
|
9541
9748
|
cx: (...args: any) => string;
|
|
9542
9749
|
};
|
|
9543
9750
|
|
|
9544
|
-
declare const
|
|
9751
|
+
declare const useClasses_98: (classesProp?: Partial<Record<"button" | "input" | "text" | "root" | "icon" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
|
|
9545
9752
|
classes: {
|
|
9546
9753
|
button: string;
|
|
9547
9754
|
input: string;
|
|
9548
9755
|
text: string;
|
|
9549
|
-
icon: string;
|
|
9550
9756
|
root: string;
|
|
9757
|
+
icon: string;
|
|
9551
9758
|
inputBorderContainer: string;
|
|
9552
9759
|
inputRoot: string;
|
|
9553
9760
|
largeText: string;
|
|
@@ -9561,139 +9768,9 @@ declare const useClasses_86: (classesProp?: Partial<Record<"button" | "input" |
|
|
|
9561
9768
|
cx: (...args: any) => string;
|
|
9562
9769
|
};
|
|
9563
9770
|
|
|
9564
|
-
declare const
|
|
9565
|
-
classes: {
|
|
9566
|
-
root: string;
|
|
9567
|
-
};
|
|
9568
|
-
css: {
|
|
9569
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9570
|
-
(...args: CSSInterpolation[]): string;
|
|
9571
|
-
};
|
|
9572
|
-
cx: (...args: any) => string;
|
|
9573
|
-
};
|
|
9574
|
-
|
|
9575
|
-
declare const useClasses_88: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
|
|
9576
|
-
classes: {
|
|
9577
|
-
root: string;
|
|
9578
|
-
removeButton: string;
|
|
9579
|
-
topGroup: string;
|
|
9580
|
-
subGroup: string;
|
|
9581
|
-
combinator: string;
|
|
9582
|
-
topCombinator: string;
|
|
9583
|
-
combinatorButton: string;
|
|
9584
|
-
topRemoveButton: string;
|
|
9585
|
-
topRemoveButtonDisabled: string;
|
|
9586
|
-
rulesContainer: string;
|
|
9587
|
-
subRulesContainer: string;
|
|
9588
|
-
actionButtonContainer: string;
|
|
9589
|
-
topActionButtonContainer: string;
|
|
9590
|
-
topRulesContainer: string;
|
|
9591
|
-
buttonBackground: string;
|
|
9592
|
-
};
|
|
9593
|
-
css: {
|
|
9594
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9595
|
-
(...args: CSSInterpolation[]): string;
|
|
9596
|
-
};
|
|
9597
|
-
cx: (...args: any) => string;
|
|
9598
|
-
};
|
|
9599
|
-
|
|
9600
|
-
declare const useClasses_89: (classesProp?: Partial<Record<"label" | "root" | "colorPicker" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
9601
|
-
classes: {
|
|
9602
|
-
label: string;
|
|
9603
|
-
root: string;
|
|
9604
|
-
colorPicker: string;
|
|
9605
|
-
panel: string;
|
|
9606
|
-
description: string;
|
|
9607
|
-
labelContainer: string;
|
|
9608
|
-
headerColorValue: string;
|
|
9609
|
-
headerColorIcon: string;
|
|
9610
|
-
colorPickerIcon: string;
|
|
9611
|
-
recommendedColorsRoot: string;
|
|
9612
|
-
dropdownRootIconOnly: string;
|
|
9613
|
-
headerColorIconOnly: string;
|
|
9614
|
-
pickerFields: string;
|
|
9615
|
-
};
|
|
9616
|
-
css: {
|
|
9617
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9618
|
-
(...args: CSSInterpolation[]): string;
|
|
9619
|
-
};
|
|
9620
|
-
cx: (...args: any) => string;
|
|
9621
|
-
};
|
|
9622
|
-
|
|
9623
|
-
declare const useClasses_9: (classesProp?: Partial<Record<"list" | "root" | "popper", string>>, addStatic?: boolean) => {
|
|
9624
|
-
classes: {
|
|
9625
|
-
list: string;
|
|
9626
|
-
root: string;
|
|
9627
|
-
popper: string;
|
|
9628
|
-
};
|
|
9629
|
-
css: {
|
|
9630
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9631
|
-
(...args: CSSInterpolation[]): string;
|
|
9632
|
-
};
|
|
9633
|
-
cx: (...args: any) => string;
|
|
9634
|
-
};
|
|
9635
|
-
|
|
9636
|
-
declare const useClasses_90: (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) => {
|
|
9637
|
-
classes: {
|
|
9638
|
-
title: string;
|
|
9639
|
-
main: string;
|
|
9640
|
-
dot: string;
|
|
9641
|
-
root: string;
|
|
9642
|
-
controls: string;
|
|
9643
|
-
xs: string;
|
|
9644
|
-
actions: string;
|
|
9645
|
-
panel: string;
|
|
9646
|
-
fullscreen: string;
|
|
9647
|
-
closeButton: string;
|
|
9648
|
-
mainContainer: string;
|
|
9649
|
-
pageCounter: string;
|
|
9650
|
-
mainXs: string;
|
|
9651
|
-
mainFullscreen: string;
|
|
9652
|
-
counterContainer: string;
|
|
9653
|
-
counter: string;
|
|
9654
|
-
slideControls: string;
|
|
9655
|
-
slidesViewport: string;
|
|
9656
|
-
slidesContainer: string;
|
|
9657
|
-
dots: string;
|
|
9658
|
-
dotsXs: string;
|
|
9659
|
-
dotSelected: string;
|
|
9660
|
-
thumbnail: string;
|
|
9661
|
-
thumbnailSelected: string;
|
|
9662
|
-
};
|
|
9663
|
-
css: {
|
|
9664
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9665
|
-
(...args: CSSInterpolation[]): string;
|
|
9666
|
-
};
|
|
9667
|
-
cx: (...args: any) => string;
|
|
9668
|
-
};
|
|
9669
|
-
|
|
9670
|
-
declare const useClasses_91: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
|
|
9671
|
-
classes: {
|
|
9672
|
-
image: string;
|
|
9673
|
-
slide: string;
|
|
9674
|
-
};
|
|
9675
|
-
css: {
|
|
9676
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
9677
|
-
(...args: CSSInterpolation[]): string;
|
|
9678
|
-
};
|
|
9679
|
-
cx: (...args: any) => string;
|
|
9680
|
-
};
|
|
9681
|
-
|
|
9682
|
-
declare const useClasses_92: (classesProp?: Partial<Record<"placeholder" | "label" | "icon" | "root" | "error" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
9771
|
+
declare const useClasses_99: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
9683
9772
|
classes: {
|
|
9684
|
-
placeholder: string;
|
|
9685
|
-
label: string;
|
|
9686
|
-
icon: string;
|
|
9687
9773
|
root: string;
|
|
9688
|
-
error: string;
|
|
9689
|
-
description: string;
|
|
9690
|
-
labelContainer: string;
|
|
9691
|
-
dropdownHeaderInvalid: string;
|
|
9692
|
-
dropdownHeaderOpen: string;
|
|
9693
|
-
dropdownHeader: string;
|
|
9694
|
-
placeholderDisabled: string;
|
|
9695
|
-
dropdownPanel: string;
|
|
9696
|
-
timePopperContainer: string;
|
|
9697
9774
|
};
|
|
9698
9775
|
css: {
|
|
9699
9776
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -10013,7 +10090,7 @@ export declare function useSavedState<T>(defaultState: T): [T | undefined, (v?:
|
|
|
10013
10090
|
|
|
10014
10091
|
export declare const useScrollTo: (selectedIndexProp?: number, scrollElementId?: string | undefined, href?: boolean, offset?: number, options?: HvScrollToVerticalOption[], onChange?: ((event: Event | React.MouseEvent<HTMLDivElement> | React.KeyboardEvent<HTMLDivElement>, index: number) => void) | undefined, direction?: "column" | "row") => [number, (event: React.MouseEvent<HTMLDivElement> | React.KeyboardEvent<HTMLDivElement>, id: string, index: number, wrappedOnChange?: ((index: number) => void) | undefined) => void];
|
|
10015
10092
|
|
|
10016
|
-
export declare const useSelectionPath: (data:
|
|
10093
|
+
export declare const useSelectionPath: (data: HvHeaderNavigationItemProp[], selectedId?: string) => string[];
|
|
10017
10094
|
|
|
10018
10095
|
export declare type UseTableStylesProps = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
|
|
10019
10096
|
pluginName: string;
|
|
@@ -10028,8 +10105,8 @@ export declare const useWidth: () => Breakpoint_2;
|
|
|
10028
10105
|
declare type ValueOf<T> = T[keyof T];
|
|
10029
10106
|
|
|
10030
10107
|
export declare const verticalNavigationClasses: {
|
|
10031
|
-
slider: "HvVerticalNavigation-slider";
|
|
10032
10108
|
root: "HvVerticalNavigation-root";
|
|
10109
|
+
slider: "HvVerticalNavigation-slider";
|
|
10033
10110
|
collapsed: "HvVerticalNavigation-collapsed";
|
|
10034
10111
|
};
|
|
10035
10112
|
|
|
@@ -10064,9 +10141,9 @@ export declare const verticalNavigationSliderClasses: {
|
|
|
10064
10141
|
};
|
|
10065
10142
|
|
|
10066
10143
|
export declare const verticalNavigationTreeClasses: {
|
|
10144
|
+
root: "HvVerticalNavigationTree-root";
|
|
10067
10145
|
list: "HvVerticalNavigationTree-list";
|
|
10068
10146
|
popup: "HvVerticalNavigationTree-popup";
|
|
10069
|
-
root: "HvVerticalNavigationTree-root";
|
|
10070
10147
|
listItem: "HvVerticalNavigationTree-listItem";
|
|
10071
10148
|
collapsed: "HvVerticalNavigationTree-collapsed";
|
|
10072
10149
|
navigationPopup: "HvVerticalNavigationTree-navigationPopup";
|
|
@@ -10082,8 +10159,8 @@ export declare const verticalScrollListItemClasses: {
|
|
|
10082
10159
|
export declare type VisibilitySelectorActions = "previous_month" | "next_month" | "previous_year" | "next_year" | "month" | "month_year";
|
|
10083
10160
|
|
|
10084
10161
|
export declare const warningTextClasses: {
|
|
10085
|
-
show: "HvWarningText-show";
|
|
10086
10162
|
root: "HvWarningText-root";
|
|
10163
|
+
show: "HvWarningText-show";
|
|
10087
10164
|
hideText: "HvWarningText-hideText";
|
|
10088
10165
|
defaultIcon: "HvWarningText-defaultIcon";
|
|
10089
10166
|
warningText: "HvWarningText-warningText";
|