@hitachivantara/uikit-react-core 5.24.6 → 5.25.1
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/Badge/Badge.cjs +0 -1
- package/dist/cjs/components/Badge/Badge.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/ColorPicker.cjs +12 -1
- package/dist/cjs/components/ColorPicker/ColorPicker.cjs.map +1 -1
- package/dist/cjs/components/EmptyState/EmptyState.styles.cjs +1 -5
- package/dist/cjs/components/EmptyState/EmptyState.styles.cjs.map +1 -1
- package/dist/cjs/components/Forms/WarningText/WarningText.cjs +1 -0
- package/dist/cjs/components/Forms/WarningText/WarningText.cjs.map +1 -1
- package/dist/cjs/components/TagsInput/TagsInput.cjs +2 -2
- package/dist/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Actions/Action.cjs +12 -5
- package/dist/cjs/components/VerticalNavigation/Actions/Action.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Actions/Action.styles.cjs +31 -34
- package/dist/cjs/components/VerticalNavigation/Actions/Action.styles.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Actions/Actions.cjs +10 -5
- package/dist/cjs/components/VerticalNavigation/Actions/Actions.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Actions/Actions.styles.cjs +16 -19
- package/dist/cjs/components/VerticalNavigation/Actions/Actions.styles.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Header/Header.cjs +13 -7
- package/dist/cjs/components/VerticalNavigation/Header/Header.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Header/Header.styles.cjs +21 -37
- package/dist/cjs/components/VerticalNavigation/Header/Header.styles.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.cjs +13 -8
- package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.styles.cjs +20 -17
- package/dist/cjs/components/VerticalNavigation/Navigation/Navigation.styles.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/NavigationPopup/NavigationPopup.styles.cjs +16 -10
- package/dist/cjs/components/VerticalNavigation/NavigationPopup/NavigationPopup.styles.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/NavigationPopup/NavigationPopupContainer.cjs +7 -1
- package/dist/cjs/components/VerticalNavigation/NavigationPopup/NavigationPopupContainer.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/NavigationSlider/NavigationSlider.cjs +10 -6
- package/dist/cjs/components/VerticalNavigation/NavigationSlider/NavigationSlider.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/NavigationSlider/NavigationSlider.styles.cjs +19 -22
- package/dist/cjs/components/VerticalNavigation/NavigationSlider/NavigationSlider.styles.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeView.cjs +8 -5
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeView.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeView.styles.cjs +16 -17
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeView.styles.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.cjs +74 -49
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.styles.cjs +106 -130
- package/dist/cjs/components/VerticalNavigation/TreeView/TreeViewItem.styles.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/VerticalNavigation.cjs +13 -7
- package/dist/cjs/components/VerticalNavigation/VerticalNavigation.cjs.map +1 -1
- package/dist/cjs/components/VerticalNavigation/VerticalNavigation.styles.cjs +36 -36
- package/dist/cjs/components/VerticalNavigation/VerticalNavigation.styles.cjs.map +1 -1
- package/dist/cjs/index.cjs +16 -16
- package/dist/esm/components/Badge/Badge.js +0 -1
- package/dist/esm/components/Badge/Badge.js.map +1 -1
- package/dist/esm/components/ColorPicker/ColorPicker.js +12 -1
- package/dist/esm/components/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/esm/components/EmptyState/EmptyState.styles.js +1 -5
- package/dist/esm/components/EmptyState/EmptyState.styles.js.map +1 -1
- package/dist/esm/components/Forms/WarningText/WarningText.js +1 -0
- package/dist/esm/components/Forms/WarningText/WarningText.js.map +1 -1
- package/dist/esm/components/TagsInput/TagsInput.js +2 -2
- package/dist/esm/components/TagsInput/TagsInput.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Actions/Action.js +15 -7
- package/dist/esm/components/VerticalNavigation/Actions/Action.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Actions/Action.styles.js +31 -32
- package/dist/esm/components/VerticalNavigation/Actions/Action.styles.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Actions/Actions.js +13 -7
- package/dist/esm/components/VerticalNavigation/Actions/Actions.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Actions/Actions.styles.js +16 -17
- package/dist/esm/components/VerticalNavigation/Actions/Actions.styles.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Header/Header.js +16 -9
- package/dist/esm/components/VerticalNavigation/Header/Header.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Header/Header.styles.js +21 -35
- package/dist/esm/components/VerticalNavigation/Header/Header.styles.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Navigation/Navigation.js +16 -10
- package/dist/esm/components/VerticalNavigation/Navigation/Navigation.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/Navigation/Navigation.styles.js +20 -15
- package/dist/esm/components/VerticalNavigation/Navigation/Navigation.styles.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/NavigationPopup/NavigationPopup.styles.js +16 -10
- package/dist/esm/components/VerticalNavigation/NavigationPopup/NavigationPopup.styles.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/NavigationPopup/NavigationPopupContainer.js +10 -3
- package/dist/esm/components/VerticalNavigation/NavigationPopup/NavigationPopupContainer.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/NavigationSlider/NavigationSlider.js +13 -8
- package/dist/esm/components/VerticalNavigation/NavigationSlider/NavigationSlider.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/NavigationSlider/NavigationSlider.styles.js +19 -20
- package/dist/esm/components/VerticalNavigation/NavigationSlider/NavigationSlider.styles.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/TreeView/TreeView.js +11 -7
- package/dist/esm/components/VerticalNavigation/TreeView/TreeView.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/TreeView/TreeView.styles.js +16 -15
- package/dist/esm/components/VerticalNavigation/TreeView/TreeView.styles.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.js +77 -51
- package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.styles.js +106 -128
- package/dist/esm/components/VerticalNavigation/TreeView/TreeViewItem.styles.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/VerticalNavigation.js +15 -8
- package/dist/esm/components/VerticalNavigation/VerticalNavigation.js.map +1 -1
- package/dist/esm/components/VerticalNavigation/VerticalNavigation.styles.js +36 -34
- package/dist/esm/components/VerticalNavigation/VerticalNavigation.styles.js.map +1 -1
- package/dist/esm/index.js +42 -42
- package/dist/types/index.d.ts +243 -174
- package/package.json +5 -5
- package/dist/cjs/components/VerticalNavigation/Actions/actionClasses.cjs +0 -8
- package/dist/cjs/components/VerticalNavigation/Actions/actionClasses.cjs.map +0 -1
- package/dist/cjs/components/VerticalNavigation/Actions/actionsClasses.cjs +0 -8
- package/dist/cjs/components/VerticalNavigation/Actions/actionsClasses.cjs.map +0 -1
- package/dist/cjs/components/VerticalNavigation/Header/headerClasses.cjs +0 -8
- package/dist/cjs/components/VerticalNavigation/Header/headerClasses.cjs.map +0 -1
- package/dist/cjs/components/VerticalNavigation/Navigation/navigationClasses.cjs +0 -8
- package/dist/cjs/components/VerticalNavigation/Navigation/navigationClasses.cjs.map +0 -1
- package/dist/cjs/components/VerticalNavigation/NavigationSlider/navigationSliderClasses.cjs +0 -8
- package/dist/cjs/components/VerticalNavigation/NavigationSlider/navigationSliderClasses.cjs.map +0 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/treeViewClasses.cjs +0 -8
- package/dist/cjs/components/VerticalNavigation/TreeView/treeViewClasses.cjs.map +0 -1
- package/dist/cjs/components/VerticalNavigation/TreeView/treeViewItemClasses.cjs +0 -8
- package/dist/cjs/components/VerticalNavigation/TreeView/treeViewItemClasses.cjs.map +0 -1
- package/dist/cjs/components/VerticalNavigation/verticalNavigationClasses.cjs +0 -8
- package/dist/cjs/components/VerticalNavigation/verticalNavigationClasses.cjs.map +0 -1
- package/dist/cjs/utils/transientOptions.cjs +0 -7
- package/dist/cjs/utils/transientOptions.cjs.map +0 -1
- package/dist/esm/components/VerticalNavigation/Actions/actionClasses.js +0 -8
- package/dist/esm/components/VerticalNavigation/Actions/actionClasses.js.map +0 -1
- package/dist/esm/components/VerticalNavigation/Actions/actionsClasses.js +0 -8
- package/dist/esm/components/VerticalNavigation/Actions/actionsClasses.js.map +0 -1
- package/dist/esm/components/VerticalNavigation/Header/headerClasses.js +0 -8
- package/dist/esm/components/VerticalNavigation/Header/headerClasses.js.map +0 -1
- package/dist/esm/components/VerticalNavigation/Navigation/navigationClasses.js +0 -8
- package/dist/esm/components/VerticalNavigation/Navigation/navigationClasses.js.map +0 -1
- package/dist/esm/components/VerticalNavigation/NavigationSlider/navigationSliderClasses.js +0 -8
- package/dist/esm/components/VerticalNavigation/NavigationSlider/navigationSliderClasses.js.map +0 -1
- package/dist/esm/components/VerticalNavigation/TreeView/treeViewClasses.js +0 -8
- package/dist/esm/components/VerticalNavigation/TreeView/treeViewClasses.js.map +0 -1
- package/dist/esm/components/VerticalNavigation/TreeView/treeViewItemClasses.js +0 -8
- package/dist/esm/components/VerticalNavigation/TreeView/treeViewItemClasses.js.map +0 -1
- package/dist/esm/components/VerticalNavigation/verticalNavigationClasses.js +0 -8
- package/dist/esm/components/VerticalNavigation/verticalNavigationClasses.js.map +0 -1
- package/dist/esm/utils/transientOptions.js +0 -7
- package/dist/esm/utils/transientOptions.js.map +0 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -612,7 +612,7 @@ declare interface DateTimeStrings {
|
|
|
612
612
|
time?: string;
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
-
export declare const decreaseSize: (size: string) => "
|
|
615
|
+
export declare const decreaseSize: (size: string) => "L" | "M" | "S" | "XS";
|
|
616
616
|
|
|
617
617
|
/** This type allows to do a deep partial by applying the Partial type to each key recursively */
|
|
618
618
|
export declare type DeepPartial<T> = Partial<{
|
|
@@ -2083,13 +2083,13 @@ export declare interface HvCardProps extends HvBaseProps {
|
|
|
2083
2083
|
*/
|
|
2084
2084
|
export declare const HvCarousel: (props: HvCarouselProps) => JSX_2.Element;
|
|
2085
2085
|
|
|
2086
|
-
export declare type HvCarouselClasses = ExtractNames<typeof
|
|
2086
|
+
export declare type HvCarouselClasses = ExtractNames<typeof useClasses_114>;
|
|
2087
2087
|
|
|
2088
2088
|
export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_2.Element;
|
|
2089
2089
|
|
|
2090
2090
|
declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2091
2091
|
showDots?: boolean;
|
|
2092
|
-
classes?: ExtractNames<typeof
|
|
2092
|
+
classes?: ExtractNames<typeof useClasses_114>;
|
|
2093
2093
|
actions?: ReactNode;
|
|
2094
2094
|
onPreviousClick?: MouseEventHandler<HTMLButtonElement>;
|
|
2095
2095
|
onNextClick?: MouseEventHandler<HTMLButtonElement>;
|
|
@@ -2136,7 +2136,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
|
|
|
2136
2136
|
*/
|
|
2137
2137
|
export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
|
|
2138
2138
|
|
|
2139
|
-
export declare type HvCarouselSlideClasses = ExtractNames<typeof
|
|
2139
|
+
export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_115>;
|
|
2140
2140
|
|
|
2141
2141
|
export declare interface HvCarouselSlideProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
2142
2142
|
/** A Jss Object used to override or extend the styles applied. */
|
|
@@ -2151,7 +2151,7 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
|
|
|
2151
2151
|
|
|
2152
2152
|
declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
|
|
2153
2153
|
width?: CSSProperties["width"];
|
|
2154
|
-
classes?: ExtractNames<typeof
|
|
2154
|
+
classes?: ExtractNames<typeof useClasses_114>;
|
|
2155
2155
|
onThumbnailClick?: (event: MouseEvent_2<HTMLButtonElement>, index: number) => void;
|
|
2156
2156
|
thumbnailProps?: Partial<HvButtonProps>;
|
|
2157
2157
|
showDots?: boolean;
|
|
@@ -2348,7 +2348,7 @@ export declare type HvClickOutsideEvent = MouseEvent | KeyboardEvent | TouchEven
|
|
|
2348
2348
|
*/
|
|
2349
2349
|
export declare const HvColorPicker: (props: HvColorPickerProps) => JSX_2.Element;
|
|
2350
2350
|
|
|
2351
|
-
export declare type HvColorPickerClasses = ExtractNames<typeof
|
|
2351
|
+
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_113>;
|
|
2352
2352
|
|
|
2353
2353
|
export declare interface HvColorPickerProps {
|
|
2354
2354
|
"aria-label"?: string;
|
|
@@ -2383,6 +2383,8 @@ export declare interface HvColorPickerProps {
|
|
|
2383
2383
|
defaultExpanded?: boolean;
|
|
2384
2384
|
/** A function to be executed whenever the color changes. */
|
|
2385
2385
|
onChange?: (color: string) => void;
|
|
2386
|
+
/** A function to be executed whenever the color change is complete. */
|
|
2387
|
+
onChangeComplete?: (color: string) => void;
|
|
2386
2388
|
/** A Jss Object used to override or extend the styles applied to the component. */
|
|
2387
2389
|
classes?: HvColorPickerClasses;
|
|
2388
2390
|
/** The placeholder value when nothing is selected. */
|
|
@@ -2577,7 +2579,7 @@ export declare interface HvDateColumnCellProp {
|
|
|
2577
2579
|
*/
|
|
2578
2580
|
export declare const HvDatePicker: (props: HvDatePickerProps) => JSX_2.Element;
|
|
2579
2581
|
|
|
2580
|
-
export declare type HvDatePickerClasses = ExtractNames<typeof
|
|
2582
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_105>;
|
|
2581
2583
|
|
|
2582
2584
|
export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2583
2585
|
/**
|
|
@@ -3485,9 +3487,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3485
3487
|
*/
|
|
3486
3488
|
export declare const HvFilterGroup: (props: HvFilterGroupProps) => JSX_2.Element;
|
|
3487
3489
|
|
|
3488
|
-
export declare type HvFilterGroupClasses = ExtractNames<typeof
|
|
3490
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_103>;
|
|
3489
3491
|
|
|
3490
|
-
declare type HvFilterGroupContentClasses = ExtractNames<typeof
|
|
3492
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_104>;
|
|
3491
3493
|
|
|
3492
3494
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3493
3495
|
description?: React.ReactNode;
|
|
@@ -4015,7 +4017,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4015
4017
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4016
4018
|
}
|
|
4017
4019
|
|
|
4018
|
-
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof
|
|
4020
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_108>;
|
|
4019
4021
|
|
|
4020
4022
|
/**
|
|
4021
4023
|
* Provides the user with additional descriptive text for the form element.
|
|
@@ -4039,7 +4041,7 @@ export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
|
|
|
4039
4041
|
*/
|
|
4040
4042
|
export declare const HvInlineEditor: (props: HvInlineEditorProps) => JSX_2.Element;
|
|
4041
4043
|
|
|
4042
|
-
export declare type HvInlineEditorClasses = ExtractNames<typeof
|
|
4044
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_110>;
|
|
4043
4045
|
|
|
4044
4046
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4045
4047
|
/** The value of the form element. */
|
|
@@ -4781,7 +4783,7 @@ export declare interface HvProviderProps {
|
|
|
4781
4783
|
*/
|
|
4782
4784
|
export declare const HvQueryBuilder: (props: HvQueryBuilderProps) => JSX_2.Element;
|
|
4783
4785
|
|
|
4784
|
-
export declare type HvQueryBuilderClasses = ExtractNames<typeof
|
|
4786
|
+
export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_112>;
|
|
4785
4787
|
|
|
4786
4788
|
export declare interface HvQueryBuilderProps {
|
|
4787
4789
|
attributes?: Record<string, Attribute>;
|
|
@@ -5071,7 +5073,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5071
5073
|
*/
|
|
5072
5074
|
export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5073
5075
|
|
|
5074
|
-
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof
|
|
5076
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_109>;
|
|
5075
5077
|
|
|
5076
5078
|
export declare interface HvScrollToHorizontalOption {
|
|
5077
5079
|
key?: string;
|
|
@@ -5124,7 +5126,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5124
5126
|
*/
|
|
5125
5127
|
export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5126
5128
|
|
|
5127
|
-
export declare type HvScrollToVerticalClasses = ExtractNames<typeof
|
|
5129
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_107>;
|
|
5128
5130
|
|
|
5129
5131
|
export declare interface HvScrollToVerticalOption {
|
|
5130
5132
|
key?: string;
|
|
@@ -5270,7 +5272,7 @@ export declare interface HvSimpleGridProps extends HvBaseProps {
|
|
|
5270
5272
|
*/
|
|
5271
5273
|
export declare const HvSlider: (props: HvSliderProps) => JSX_2.Element;
|
|
5272
5274
|
|
|
5273
|
-
export declare type HvSliderClasses = ExtractNames<typeof
|
|
5275
|
+
export declare type HvSliderClasses = ExtractNames<typeof useClasses_102>;
|
|
5274
5276
|
|
|
5275
5277
|
export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
|
|
5276
5278
|
/**
|
|
@@ -6294,7 +6296,7 @@ declare interface HvThemeProviderProps {
|
|
|
6294
6296
|
*/
|
|
6295
6297
|
export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: HvTimeAgoProps<C>) => React.ReactElement | null;
|
|
6296
6298
|
|
|
6297
|
-
export declare type HvTimeAgoClasses = ExtractNames<typeof
|
|
6299
|
+
export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_111>;
|
|
6298
6300
|
|
|
6299
6301
|
export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
|
|
6300
6302
|
/**
|
|
@@ -6330,7 +6332,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
|
|
|
6330
6332
|
*/
|
|
6331
6333
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
6332
6334
|
|
|
6333
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6335
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_116>;
|
|
6334
6336
|
|
|
6335
6337
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
6336
6338
|
|
|
@@ -6532,13 +6534,9 @@ export declare interface HvValidationMessages {
|
|
|
6532
6534
|
*/
|
|
6533
6535
|
export declare const HvVerticalNavigation: (props: HvVerticalNavigationProps) => JSX_2.Element;
|
|
6534
6536
|
|
|
6535
|
-
export declare const HvVerticalNavigationAction: ({ className, classes, id, label, icon, onClick, ...others }: HvVerticalNavigationActionProps) => JSX_2.Element;
|
|
6537
|
+
export declare const HvVerticalNavigationAction: ({ className, classes: classesProp, id, label, icon, onClick, ...others }: HvVerticalNavigationActionProps) => JSX_2.Element;
|
|
6536
6538
|
|
|
6537
|
-
export declare
|
|
6538
|
-
action?: string;
|
|
6539
|
-
noIcon?: string;
|
|
6540
|
-
minimized?: string;
|
|
6541
|
-
}
|
|
6539
|
+
export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_97>;
|
|
6542
6540
|
|
|
6543
6541
|
export declare interface HvVerticalNavigationActionProps {
|
|
6544
6542
|
/**
|
|
@@ -6567,12 +6565,9 @@ export declare interface HvVerticalNavigationActionProps {
|
|
|
6567
6565
|
onClick?: MouseEventHandler<HTMLElement>;
|
|
6568
6566
|
}
|
|
6569
6567
|
|
|
6570
|
-
export declare const HvVerticalNavigationActions: ({ className, classes, id, children, ...others }: HvVerticalNavigationActionsProps) => JSX_2.Element;
|
|
6568
|
+
export declare const HvVerticalNavigationActions: ({ className, classes: classesProp, id, children, ...others }: HvVerticalNavigationActionsProps) => JSX_2.Element;
|
|
6571
6569
|
|
|
6572
|
-
export declare
|
|
6573
|
-
root?: string;
|
|
6574
|
-
hide?: string;
|
|
6575
|
-
}
|
|
6570
|
+
export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_96>;
|
|
6576
6571
|
|
|
6577
6572
|
export declare interface HvVerticalNavigationActionsProps {
|
|
6578
6573
|
/**
|
|
@@ -6593,21 +6588,11 @@ export declare interface HvVerticalNavigationActionsProps {
|
|
|
6593
6588
|
children?: React.ReactNode;
|
|
6594
6589
|
}
|
|
6595
6590
|
|
|
6596
|
-
export declare
|
|
6597
|
-
/** Style applied to the root of the component. */
|
|
6598
|
-
root?: string;
|
|
6599
|
-
/** Style applied to the root of the component when its collapsed. */
|
|
6600
|
-
collapsed?: string;
|
|
6601
|
-
/** Style applied to the root of the component when its in slider mode. */
|
|
6602
|
-
slider?: any;
|
|
6603
|
-
}
|
|
6591
|
+
export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_94>;
|
|
6604
6592
|
|
|
6605
|
-
export declare const HvVerticalNavigationHeader: ({ title, openIcon, closeIcon, collapseButtonProps, backButtonProps, className, classes, onCollapseButtonClick, ...others }: HvVerticalNavigationHeaderProps) => JSX_2.Element | null;
|
|
6593
|
+
export declare const HvVerticalNavigationHeader: ({ title, openIcon, closeIcon, collapseButtonProps, backButtonProps, className, classes: classesProp, onCollapseButtonClick, ...others }: HvVerticalNavigationHeaderProps) => JSX_2.Element | null;
|
|
6606
6594
|
|
|
6607
|
-
export declare
|
|
6608
|
-
root?: string;
|
|
6609
|
-
minimized?: string;
|
|
6610
|
-
}
|
|
6595
|
+
export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_95>;
|
|
6611
6596
|
|
|
6612
6597
|
export declare interface HvVerticalNavigationHeaderProps {
|
|
6613
6598
|
/**
|
|
@@ -6692,12 +6677,9 @@ export declare interface HvVerticalNavigationProps {
|
|
|
6692
6677
|
useIcons?: boolean;
|
|
6693
6678
|
}
|
|
6694
6679
|
|
|
6695
|
-
export declare const HvVerticalNavigationSlider: ({ id, classes, data, selected, onNavigateToTarget, onNavigateToChild, forwardButtonAriaLabel, }: HvVerticalNavigationSliderProps) => JSX_2.Element;
|
|
6680
|
+
export declare const HvVerticalNavigationSlider: ({ id, classes: classesProp, data, selected, onNavigateToTarget, onNavigateToChild, forwardButtonAriaLabel, }: HvVerticalNavigationSliderProps) => JSX_2.Element;
|
|
6696
6681
|
|
|
6697
|
-
export declare
|
|
6698
|
-
root?: string;
|
|
6699
|
-
listItemSelected?: string;
|
|
6700
|
-
}
|
|
6682
|
+
export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_99>;
|
|
6701
6683
|
|
|
6702
6684
|
export declare interface HvVerticalNavigationSliderProps {
|
|
6703
6685
|
/**
|
|
@@ -6735,16 +6717,9 @@ export declare interface HvVerticalNavigationSliderProps {
|
|
|
6735
6717
|
forwardButtonAriaLabel?: string;
|
|
6736
6718
|
}
|
|
6737
6719
|
|
|
6738
|
-
export declare const HvVerticalNavigationTree: ({ id, className, classes, data, mode, collapsible, expanded: expandedProp, defaultExpanded, onToggle, selected: selectedProp, defaultSelected, onChange, sliderForwardButtonAriaLabel, ...others }: HvVerticalNavigationTreeProps) => JSX_2.Element;
|
|
6720
|
+
export declare const HvVerticalNavigationTree: ({ id, className, classes: classesProp, data, mode, collapsible, expanded: expandedProp, defaultExpanded, onToggle, selected: selectedProp, defaultSelected, onChange, sliderForwardButtonAriaLabel, ...others }: HvVerticalNavigationTreeProps) => JSX_2.Element;
|
|
6739
6721
|
|
|
6740
|
-
export declare
|
|
6741
|
-
root?: string;
|
|
6742
|
-
list?: string;
|
|
6743
|
-
listItem?: string;
|
|
6744
|
-
collapsed?: string;
|
|
6745
|
-
popup?: string;
|
|
6746
|
-
navigationPopup?: string;
|
|
6747
|
-
}
|
|
6722
|
+
export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_98>;
|
|
6748
6723
|
|
|
6749
6724
|
export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
6750
6725
|
/**
|
|
@@ -6818,43 +6793,11 @@ export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLD
|
|
|
6818
6793
|
|
|
6819
6794
|
export declare const HvVerticalNavigationTreeView: ForwardRefExoticComponent<HvVerticalNavigationTreeViewProps & RefAttributes<unknown>>;
|
|
6820
6795
|
|
|
6821
|
-
export declare
|
|
6822
|
-
root?: string;
|
|
6823
|
-
}
|
|
6796
|
+
export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_100>;
|
|
6824
6797
|
|
|
6825
6798
|
export declare const HvVerticalNavigationTreeViewItem: ForwardRefExoticComponent<HvVerticalNavigationTreeViewItemProps & RefAttributes<unknown>>;
|
|
6826
6799
|
|
|
6827
|
-
export declare
|
|
6828
|
-
/** Style applied to the root of the component. */
|
|
6829
|
-
node?: string;
|
|
6830
|
-
/** Style applied to the content. */
|
|
6831
|
-
content?: string;
|
|
6832
|
-
/** Style applied to the content when it is a link. */
|
|
6833
|
-
link?: string;
|
|
6834
|
-
/** Style applied to the group. */
|
|
6835
|
-
group?: string;
|
|
6836
|
-
/** Style applied when item is disabled. */
|
|
6837
|
-
disabled?: string;
|
|
6838
|
-
/** Style applied when item is expandable. */
|
|
6839
|
-
expandable?: string;
|
|
6840
|
-
/** Style applied when item is collapsed. */
|
|
6841
|
-
collapsed?: string;
|
|
6842
|
-
/** Style applied when item is expanded */
|
|
6843
|
-
expanded?: string;
|
|
6844
|
-
/** Style applied when item is selectable. */
|
|
6845
|
-
selectable?: string;
|
|
6846
|
-
/** Style applied when item is unselectable. */
|
|
6847
|
-
unselectable?: string;
|
|
6848
|
-
/** Style applied when item is selectable. */
|
|
6849
|
-
selected?: string;
|
|
6850
|
-
/** Style applied when item is unselectable. */
|
|
6851
|
-
unselected?: string;
|
|
6852
|
-
/** Style applied when item is focused. */
|
|
6853
|
-
focused?: string;
|
|
6854
|
-
/** Styled applied when navigation open is false */
|
|
6855
|
-
minimized?: string;
|
|
6856
|
-
hide?: string;
|
|
6857
|
-
}
|
|
6800
|
+
export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_101>;
|
|
6858
6801
|
|
|
6859
6802
|
export declare interface HvVerticalNavigationTreeViewItemProps {
|
|
6860
6803
|
/**
|
|
@@ -6937,9 +6880,9 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
6937
6880
|
*/
|
|
6938
6881
|
className?: string;
|
|
6939
6882
|
/**
|
|
6940
|
-
* A Jss Object used to override or extend the styles applied to the
|
|
6883
|
+
* A Jss Object used to override or extend the styles applied to the component.
|
|
6941
6884
|
*/
|
|
6942
|
-
classes?:
|
|
6885
|
+
classes?: HvVerticalNavigationTreeViewClasses;
|
|
6943
6886
|
/**
|
|
6944
6887
|
* Modus operandi (role) of the widget instance.
|
|
6945
6888
|
*/
|
|
@@ -7017,7 +6960,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7017
6960
|
children?: React.ReactNode;
|
|
7018
6961
|
}
|
|
7019
6962
|
|
|
7020
|
-
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof
|
|
6963
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_106>;
|
|
7021
6964
|
|
|
7022
6965
|
/**
|
|
7023
6966
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
@@ -7049,7 +6992,7 @@ export declare const iconVariant: (variant: "success" | "warning" | "error" | "i
|
|
|
7049
6992
|
|
|
7050
6993
|
declare type IdType<D> = StringKey<D> | string;
|
|
7051
6994
|
|
|
7052
|
-
export declare const increaseSize: (size: string) => "
|
|
6995
|
+
export declare const increaseSize: (size: string) => "L" | "M" | "S" | "XL";
|
|
7053
6996
|
|
|
7054
6997
|
export declare const infoMessageClasses: {
|
|
7055
6998
|
root: "HvInfoMessage-root";
|
|
@@ -7825,6 +7768,7 @@ export declare const treeViewItemClasses: {
|
|
|
7825
7768
|
content: "HvVerticalNavigationTreeViewItem-content";
|
|
7826
7769
|
unselectable: "HvVerticalNavigationTreeViewItem-unselectable";
|
|
7827
7770
|
link: "HvVerticalNavigationTreeViewItem-link";
|
|
7771
|
+
label: "HvVerticalNavigationTreeViewItem-label";
|
|
7828
7772
|
group: "HvVerticalNavigationTreeViewItem-group";
|
|
7829
7773
|
hide: "HvVerticalNavigationTreeViewItem-hide";
|
|
7830
7774
|
expanded: "HvVerticalNavigationTreeViewItem-expanded";
|
|
@@ -7833,10 +7777,12 @@ export declare const treeViewItemClasses: {
|
|
|
7833
7777
|
node: "HvVerticalNavigationTreeViewItem-node";
|
|
7834
7778
|
focused: "HvVerticalNavigationTreeViewItem-focused";
|
|
7835
7779
|
selectable: "HvVerticalNavigationTreeViewItem-selectable";
|
|
7780
|
+
labelIcon: "HvVerticalNavigationTreeViewItem-labelIcon";
|
|
7836
7781
|
collapsed: "HvVerticalNavigationTreeViewItem-collapsed";
|
|
7837
7782
|
minimized: "HvVerticalNavigationTreeViewItem-minimized";
|
|
7838
7783
|
expandable: "HvVerticalNavigationTreeViewItem-expandable";
|
|
7839
7784
|
unselected: "HvVerticalNavigationTreeViewItem-unselected";
|
|
7785
|
+
labelExpandable: "HvVerticalNavigationTreeViewItem-labelExpandable";
|
|
7840
7786
|
};
|
|
7841
7787
|
|
|
7842
7788
|
export declare const typographyClasses: {
|
|
@@ -7941,7 +7887,160 @@ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "show" | "hi
|
|
|
7941
7887
|
cx: (...args: any) => string;
|
|
7942
7888
|
};
|
|
7943
7889
|
|
|
7944
|
-
declare const useClasses_100: (classesProp?: Partial<Record<"
|
|
7890
|
+
declare const useClasses_100: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
7891
|
+
classes: {
|
|
7892
|
+
root: string;
|
|
7893
|
+
};
|
|
7894
|
+
css: {
|
|
7895
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
7896
|
+
(...args: CSSInterpolation[]): string;
|
|
7897
|
+
};
|
|
7898
|
+
cx: (...args: any) => string;
|
|
7899
|
+
};
|
|
7900
|
+
|
|
7901
|
+
declare const useClasses_101: (classesProp?: Partial<Record<"content" | "unselectable" | "link" | "label" | "group" | "hide" | "expanded" | "disabled" | "selected" | "node" | "focused" | "selectable" | "labelIcon" | "collapsed" | "minimized" | "expandable" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
|
|
7902
|
+
classes: {
|
|
7903
|
+
content: string;
|
|
7904
|
+
unselectable: string;
|
|
7905
|
+
link: string;
|
|
7906
|
+
label: string;
|
|
7907
|
+
group: string;
|
|
7908
|
+
hide: string;
|
|
7909
|
+
expanded: string;
|
|
7910
|
+
disabled: string;
|
|
7911
|
+
selected: string;
|
|
7912
|
+
node: string;
|
|
7913
|
+
focused: string;
|
|
7914
|
+
selectable: string;
|
|
7915
|
+
labelIcon: string;
|
|
7916
|
+
collapsed: string;
|
|
7917
|
+
minimized: string;
|
|
7918
|
+
expandable: string;
|
|
7919
|
+
unselected: string;
|
|
7920
|
+
labelExpandable: string;
|
|
7921
|
+
};
|
|
7922
|
+
css: {
|
|
7923
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
7924
|
+
(...args: CSSInterpolation[]): string;
|
|
7925
|
+
};
|
|
7926
|
+
cx: (...args: any) => string;
|
|
7927
|
+
};
|
|
7928
|
+
|
|
7929
|
+
declare const useClasses_102: (classesProp?: Partial<Record<"label" | "root" | "error" | "rootDisabled" | "labelContainer" | "sliderBase" | "sliderContainer" | "trackDragging" | "trackStandBy" | "sliderRoot" | "rootRange" | "handleContainer" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
|
|
7930
|
+
classes: {
|
|
7931
|
+
label: string;
|
|
7932
|
+
root: string;
|
|
7933
|
+
error: string;
|
|
7934
|
+
rootDisabled: string;
|
|
7935
|
+
labelContainer: string;
|
|
7936
|
+
sliderBase: string;
|
|
7937
|
+
sliderContainer: string;
|
|
7938
|
+
trackDragging: string;
|
|
7939
|
+
trackStandBy: string;
|
|
7940
|
+
sliderRoot: string;
|
|
7941
|
+
rootRange: string;
|
|
7942
|
+
handleContainer: string;
|
|
7943
|
+
handle: string;
|
|
7944
|
+
handleContainerDisabled: string;
|
|
7945
|
+
handleHiddenContainer: string;
|
|
7946
|
+
labelIncluded: string;
|
|
7947
|
+
onlyInput: string;
|
|
7948
|
+
sliderTooltip: string;
|
|
7949
|
+
};
|
|
7950
|
+
css: {
|
|
7951
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
7952
|
+
(...args: CSSInterpolation[]): string;
|
|
7953
|
+
};
|
|
7954
|
+
cx: (...args: any) => string;
|
|
7955
|
+
};
|
|
7956
|
+
|
|
7957
|
+
declare const useClasses_103: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
|
|
7958
|
+
classes: {
|
|
7959
|
+
label: string;
|
|
7960
|
+
root: string;
|
|
7961
|
+
error: string;
|
|
7962
|
+
description: string;
|
|
7963
|
+
labelContainer: string;
|
|
7964
|
+
};
|
|
7965
|
+
css: {
|
|
7966
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
7967
|
+
(...args: CSSInterpolation[]): string;
|
|
7968
|
+
};
|
|
7969
|
+
cx: (...args: any) => string;
|
|
7970
|
+
};
|
|
7971
|
+
|
|
7972
|
+
declare const useClasses_104: (classesProp?: Partial<Record<"header" | "root" | "space" | "actionBar" | "dropdown" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "applyButton", string>>, addStatic?: boolean) => {
|
|
7973
|
+
classes: {
|
|
7974
|
+
header: string;
|
|
7975
|
+
root: string;
|
|
7976
|
+
space: string;
|
|
7977
|
+
actionBar: string;
|
|
7978
|
+
dropdown: string;
|
|
7979
|
+
panel: string;
|
|
7980
|
+
baseDropdownSelection: string;
|
|
7981
|
+
rightSidePanel: string;
|
|
7982
|
+
leftSidePanel: string;
|
|
7983
|
+
applyButton: string;
|
|
7984
|
+
};
|
|
7985
|
+
css: {
|
|
7986
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
7987
|
+
(...args: CSSInterpolation[]): string;
|
|
7988
|
+
};
|
|
7989
|
+
cx: (...args: any) => string;
|
|
7990
|
+
};
|
|
7991
|
+
|
|
7992
|
+
declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "icon" | "dropdown" | "action" | "error" | "actionContainer" | "panel" | "description" | "labelContainer" | "leftContainer" | "rightContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
|
|
7993
|
+
classes: {
|
|
7994
|
+
label: string;
|
|
7995
|
+
root: string;
|
|
7996
|
+
icon: string;
|
|
7997
|
+
dropdown: string;
|
|
7998
|
+
action: string;
|
|
7999
|
+
error: string;
|
|
8000
|
+
actionContainer: string;
|
|
8001
|
+
panel: string;
|
|
8002
|
+
description: string;
|
|
8003
|
+
labelContainer: string;
|
|
8004
|
+
leftContainer: string;
|
|
8005
|
+
rightContainer: string;
|
|
8006
|
+
dropdownHeaderInvalid: string;
|
|
8007
|
+
dropdownHeaderOpen: string;
|
|
8008
|
+
};
|
|
8009
|
+
css: {
|
|
8010
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8011
|
+
(...args: CSSInterpolation[]): string;
|
|
8012
|
+
};
|
|
8013
|
+
cx: (...args: any) => string;
|
|
8014
|
+
};
|
|
8015
|
+
|
|
8016
|
+
declare const useClasses_106: (classesProp?: Partial<Record<"button" | "text" | "root" | "notSelected", string>>, addStatic?: boolean) => {
|
|
8017
|
+
classes: {
|
|
8018
|
+
button: string;
|
|
8019
|
+
text: string;
|
|
8020
|
+
root: string;
|
|
8021
|
+
notSelected: string;
|
|
8022
|
+
};
|
|
8023
|
+
css: {
|
|
8024
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8025
|
+
(...args: CSSInterpolation[]): string;
|
|
8026
|
+
};
|
|
8027
|
+
cx: (...args: any) => string;
|
|
8028
|
+
};
|
|
8029
|
+
|
|
8030
|
+
declare const useClasses_107: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
|
|
8031
|
+
classes: {
|
|
8032
|
+
root: string;
|
|
8033
|
+
positionFixed: string;
|
|
8034
|
+
positionAbsolute: string;
|
|
8035
|
+
};
|
|
8036
|
+
css: {
|
|
8037
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8038
|
+
(...args: CSSInterpolation[]): string;
|
|
8039
|
+
};
|
|
8040
|
+
cx: (...args: any) => string;
|
|
8041
|
+
};
|
|
8042
|
+
|
|
8043
|
+
declare const useClasses_108: (classesProp?: Partial<Record<"button" | "text" | "root" | "selected", string>>, addStatic?: boolean) => {
|
|
7945
8044
|
classes: {
|
|
7946
8045
|
button: string;
|
|
7947
8046
|
text: string;
|
|
@@ -7955,7 +8054,7 @@ declare const useClasses_100: (classesProp?: Partial<Record<"button" | "text" |
|
|
|
7955
8054
|
cx: (...args: any) => string;
|
|
7956
8055
|
};
|
|
7957
8056
|
|
|
7958
|
-
declare const
|
|
8057
|
+
declare const useClasses_109: (classesProp?: Partial<Record<"root" | "selected" | "positionSticky" | "positionFixed" | "notSelectedRoot" | "notSelected", string>>, addStatic?: boolean) => {
|
|
7959
8058
|
classes: {
|
|
7960
8059
|
root: string;
|
|
7961
8060
|
selected: string;
|
|
@@ -7971,7 +8070,25 @@ declare const useClasses_101: (classesProp?: Partial<Record<"root" | "selected"
|
|
|
7971
8070
|
cx: (...args: any) => string;
|
|
7972
8071
|
};
|
|
7973
8072
|
|
|
7974
|
-
declare const
|
|
8073
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"label" | "root" | "listbox" | "horizontal" | "vertical" | "error" | "invalid" | "description", string>>, addStatic?: boolean) => {
|
|
8074
|
+
classes: {
|
|
8075
|
+
label: string;
|
|
8076
|
+
root: string;
|
|
8077
|
+
listbox: string;
|
|
8078
|
+
horizontal: string;
|
|
8079
|
+
vertical: string;
|
|
8080
|
+
error: string;
|
|
8081
|
+
invalid: string;
|
|
8082
|
+
description: string;
|
|
8083
|
+
};
|
|
8084
|
+
css: {
|
|
8085
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8086
|
+
(...args: CSSInterpolation[]): string;
|
|
8087
|
+
};
|
|
8088
|
+
cx: (...args: any) => string;
|
|
8089
|
+
};
|
|
8090
|
+
|
|
8091
|
+
declare const useClasses_110: (classesProp?: Partial<Record<"button" | "input" | "text" | "root" | "icon" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
|
|
7975
8092
|
classes: {
|
|
7976
8093
|
button: string;
|
|
7977
8094
|
input: string;
|
|
@@ -7991,7 +8108,7 @@ declare const useClasses_102: (classesProp?: Partial<Record<"button" | "input" |
|
|
|
7991
8108
|
cx: (...args: any) => string;
|
|
7992
8109
|
};
|
|
7993
8110
|
|
|
7994
|
-
declare const
|
|
8111
|
+
declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
7995
8112
|
classes: {
|
|
7996
8113
|
root: string;
|
|
7997
8114
|
};
|
|
@@ -8002,7 +8119,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8002
8119
|
cx: (...args: any) => string;
|
|
8003
8120
|
};
|
|
8004
8121
|
|
|
8005
|
-
declare const
|
|
8122
|
+
declare const useClasses_112: (classesProp?: Partial<Record<"root" | "removeButton" | "topGroup" | "subGroup" | "combinator" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground", string>>, addStatic?: boolean) => {
|
|
8006
8123
|
classes: {
|
|
8007
8124
|
root: string;
|
|
8008
8125
|
removeButton: string;
|
|
@@ -8027,7 +8144,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"root" | "removeButt
|
|
|
8027
8144
|
cx: (...args: any) => string;
|
|
8028
8145
|
};
|
|
8029
8146
|
|
|
8030
|
-
declare const
|
|
8147
|
+
declare const useClasses_113: (classesProp?: Partial<Record<"label" | "root" | "colorPicker" | "panel" | "description" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
|
|
8031
8148
|
classes: {
|
|
8032
8149
|
label: string;
|
|
8033
8150
|
root: string;
|
|
@@ -8050,7 +8167,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8050
8167
|
cx: (...args: any) => string;
|
|
8051
8168
|
};
|
|
8052
8169
|
|
|
8053
|
-
declare const
|
|
8170
|
+
declare const useClasses_114: (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) => {
|
|
8054
8171
|
classes: {
|
|
8055
8172
|
title: string;
|
|
8056
8173
|
main: string;
|
|
@@ -8084,7 +8201,7 @@ declare const useClasses_106: (classesProp?: Partial<Record<"title" | "main" | "
|
|
|
8084
8201
|
cx: (...args: any) => string;
|
|
8085
8202
|
};
|
|
8086
8203
|
|
|
8087
|
-
declare const
|
|
8204
|
+
declare const useClasses_115: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
|
|
8088
8205
|
classes: {
|
|
8089
8206
|
image: string;
|
|
8090
8207
|
slide: string;
|
|
@@ -8096,7 +8213,7 @@ declare const useClasses_107: (classesProp?: Partial<Record<"image" | "slide", s
|
|
|
8096
8213
|
cx: (...args: any) => string;
|
|
8097
8214
|
};
|
|
8098
8215
|
|
|
8099
|
-
declare const
|
|
8216
|
+
declare const useClasses_116: (classesProp?: Partial<Record<"placeholder" | "label" | "root" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownHeader" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
8100
8217
|
classes: {
|
|
8101
8218
|
placeholder: string;
|
|
8102
8219
|
label: string;
|
|
@@ -8119,24 +8236,6 @@ declare const useClasses_108: (classesProp?: Partial<Record<"placeholder" | "lab
|
|
|
8119
8236
|
cx: (...args: any) => string;
|
|
8120
8237
|
};
|
|
8121
8238
|
|
|
8122
|
-
declare const useClasses_11: (classesProp?: Partial<Record<"label" | "root" | "listbox" | "horizontal" | "vertical" | "error" | "invalid" | "description", string>>, addStatic?: boolean) => {
|
|
8123
|
-
classes: {
|
|
8124
|
-
label: string;
|
|
8125
|
-
root: string;
|
|
8126
|
-
listbox: string;
|
|
8127
|
-
horizontal: string;
|
|
8128
|
-
vertical: string;
|
|
8129
|
-
error: string;
|
|
8130
|
-
invalid: string;
|
|
8131
|
-
description: string;
|
|
8132
|
-
};
|
|
8133
|
-
css: {
|
|
8134
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8135
|
-
(...args: CSSInterpolation[]): string;
|
|
8136
|
-
};
|
|
8137
|
-
cx: (...args: any) => string;
|
|
8138
|
-
};
|
|
8139
|
-
|
|
8140
8239
|
declare const useClasses_12: (classesProp?: Partial<Record<"root" | "popper" | "list", string>>, addStatic?: boolean) => {
|
|
8141
8240
|
classes: {
|
|
8142
8241
|
root: string;
|
|
@@ -9695,26 +9794,12 @@ declare const useClasses_93: (classesProp?: Partial<Record<"input" | "root" | "i
|
|
|
9695
9794
|
cx: (...args: any) => string;
|
|
9696
9795
|
};
|
|
9697
9796
|
|
|
9698
|
-
declare const useClasses_94: (classesProp?: Partial<Record<"
|
|
9797
|
+
declare const useClasses_94: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
|
|
9699
9798
|
classes: {
|
|
9700
|
-
label: string;
|
|
9701
9799
|
root: string;
|
|
9702
|
-
|
|
9703
|
-
|
|
9704
|
-
|
|
9705
|
-
sliderBase: string;
|
|
9706
|
-
sliderContainer: string;
|
|
9707
|
-
trackDragging: string;
|
|
9708
|
-
trackStandBy: string;
|
|
9709
|
-
sliderRoot: string;
|
|
9710
|
-
rootRange: string;
|
|
9711
|
-
handleContainer: string;
|
|
9712
|
-
handle: string;
|
|
9713
|
-
handleContainerDisabled: string;
|
|
9714
|
-
handleHiddenContainer: string;
|
|
9715
|
-
labelIncluded: string;
|
|
9716
|
-
onlyInput: string;
|
|
9717
|
-
sliderTooltip: string;
|
|
9800
|
+
slider: string;
|
|
9801
|
+
collapsed: string;
|
|
9802
|
+
childData: string;
|
|
9718
9803
|
};
|
|
9719
9804
|
css: {
|
|
9720
9805
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9723,13 +9808,11 @@ declare const useClasses_94: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
9723
9808
|
cx: (...args: any) => string;
|
|
9724
9809
|
};
|
|
9725
9810
|
|
|
9726
|
-
declare const useClasses_95: (classesProp?: Partial<Record<"
|
|
9811
|
+
declare const useClasses_95: (classesProp?: Partial<Record<"root" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
|
|
9727
9812
|
classes: {
|
|
9728
|
-
label: string;
|
|
9729
9813
|
root: string;
|
|
9730
|
-
|
|
9731
|
-
|
|
9732
|
-
labelContainer: string;
|
|
9814
|
+
minimized: string;
|
|
9815
|
+
collapseButton: string;
|
|
9733
9816
|
};
|
|
9734
9817
|
css: {
|
|
9735
9818
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9738,18 +9821,10 @@ declare const useClasses_95: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
9738
9821
|
cx: (...args: any) => string;
|
|
9739
9822
|
};
|
|
9740
9823
|
|
|
9741
|
-
declare const useClasses_96: (classesProp?: Partial<Record<"
|
|
9824
|
+
declare const useClasses_96: (classesProp?: Partial<Record<"root" | "hide", string>>, addStatic?: boolean) => {
|
|
9742
9825
|
classes: {
|
|
9743
|
-
header: string;
|
|
9744
9826
|
root: string;
|
|
9745
|
-
|
|
9746
|
-
actionBar: string;
|
|
9747
|
-
dropdown: string;
|
|
9748
|
-
panel: string;
|
|
9749
|
-
baseDropdownSelection: string;
|
|
9750
|
-
rightSidePanel: string;
|
|
9751
|
-
leftSidePanel: string;
|
|
9752
|
-
applyButton: string;
|
|
9827
|
+
hide: string;
|
|
9753
9828
|
};
|
|
9754
9829
|
css: {
|
|
9755
9830
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9758,22 +9833,11 @@ declare const useClasses_96: (classesProp?: Partial<Record<"header" | "root" | "
|
|
|
9758
9833
|
cx: (...args: any) => string;
|
|
9759
9834
|
};
|
|
9760
9835
|
|
|
9761
|
-
declare const useClasses_97: (classesProp?: Partial<Record<"
|
|
9836
|
+
declare const useClasses_97: (classesProp?: Partial<Record<"action" | "noIcon" | "minimized", string>>, addStatic?: boolean) => {
|
|
9762
9837
|
classes: {
|
|
9763
|
-
label: string;
|
|
9764
|
-
root: string;
|
|
9765
|
-
icon: string;
|
|
9766
|
-
dropdown: string;
|
|
9767
9838
|
action: string;
|
|
9768
|
-
|
|
9769
|
-
|
|
9770
|
-
panel: string;
|
|
9771
|
-
description: string;
|
|
9772
|
-
labelContainer: string;
|
|
9773
|
-
leftContainer: string;
|
|
9774
|
-
rightContainer: string;
|
|
9775
|
-
dropdownHeaderInvalid: string;
|
|
9776
|
-
dropdownHeaderOpen: string;
|
|
9839
|
+
noIcon: string;
|
|
9840
|
+
minimized: string;
|
|
9777
9841
|
};
|
|
9778
9842
|
css: {
|
|
9779
9843
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9782,12 +9846,14 @@ declare const useClasses_97: (classesProp?: Partial<Record<"label" | "root" | "i
|
|
|
9782
9846
|
cx: (...args: any) => string;
|
|
9783
9847
|
};
|
|
9784
9848
|
|
|
9785
|
-
declare const useClasses_98: (classesProp?: Partial<Record<"
|
|
9849
|
+
declare const useClasses_98: (classesProp?: Partial<Record<"root" | "list" | "popup" | "listItem" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
|
|
9786
9850
|
classes: {
|
|
9787
|
-
button: string;
|
|
9788
|
-
text: string;
|
|
9789
9851
|
root: string;
|
|
9790
|
-
|
|
9852
|
+
list: string;
|
|
9853
|
+
popup: string;
|
|
9854
|
+
listItem: string;
|
|
9855
|
+
collapsed: string;
|
|
9856
|
+
navigationPopup: string;
|
|
9791
9857
|
};
|
|
9792
9858
|
css: {
|
|
9793
9859
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9796,11 +9862,11 @@ declare const useClasses_98: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
9796
9862
|
cx: (...args: any) => string;
|
|
9797
9863
|
};
|
|
9798
9864
|
|
|
9799
|
-
declare const useClasses_99: (classesProp?: Partial<Record<"root" | "
|
|
9865
|
+
declare const useClasses_99: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemFocus", string>>, addStatic?: boolean) => {
|
|
9800
9866
|
classes: {
|
|
9801
9867
|
root: string;
|
|
9802
|
-
|
|
9803
|
-
|
|
9868
|
+
listItemSelected: string;
|
|
9869
|
+
listItemFocus: string;
|
|
9804
9870
|
};
|
|
9805
9871
|
css: {
|
|
9806
9872
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -10138,6 +10204,7 @@ export declare const verticalNavigationClasses: {
|
|
|
10138
10204
|
root: "HvVerticalNavigation-root";
|
|
10139
10205
|
slider: "HvVerticalNavigation-slider";
|
|
10140
10206
|
collapsed: "HvVerticalNavigation-collapsed";
|
|
10207
|
+
childData: "HvVerticalNavigation-childData";
|
|
10141
10208
|
};
|
|
10142
10209
|
|
|
10143
10210
|
export declare const VerticalNavigationContext: Context<VerticalNavigationContextValue>;
|
|
@@ -10163,11 +10230,13 @@ declare interface VerticalNavigationContextValue {
|
|
|
10163
10230
|
export declare const verticalNavigationHeaderClasses: {
|
|
10164
10231
|
root: "HvVerticalNavigationHeader-root";
|
|
10165
10232
|
minimized: "HvVerticalNavigationHeader-minimized";
|
|
10233
|
+
collapseButton: "HvVerticalNavigationHeader-collapseButton";
|
|
10166
10234
|
};
|
|
10167
10235
|
|
|
10168
10236
|
export declare const verticalNavigationSliderClasses: {
|
|
10169
10237
|
root: "HvVerticalNavigationSlider-root";
|
|
10170
10238
|
listItemSelected: "HvVerticalNavigationSlider-listItemSelected";
|
|
10239
|
+
listItemFocus: "HvVerticalNavigationSlider-listItemFocus";
|
|
10171
10240
|
};
|
|
10172
10241
|
|
|
10173
10242
|
export declare const verticalNavigationTreeClasses: {
|