@hitachivantara/uikit-react-core 5.25.0 → 5.25.2
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/BaseDropdown/BaseDropdown.cjs +6 -6
- package/dist/cjs/components/BaseDropdown/BaseDropdown.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/BaseDropdown/BaseDropdown.js +6 -6
- package/dist/esm/components/BaseDropdown/BaseDropdown.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 +241 -174
- package/package.json +3 -3
- 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;
|
|
@@ -2579,7 +2579,7 @@ export declare interface HvDateColumnCellProp {
|
|
|
2579
2579
|
*/
|
|
2580
2580
|
export declare const HvDatePicker: (props: HvDatePickerProps) => JSX_2.Element;
|
|
2581
2581
|
|
|
2582
|
-
export declare type HvDatePickerClasses = ExtractNames<typeof
|
|
2582
|
+
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_105>;
|
|
2583
2583
|
|
|
2584
2584
|
export declare interface HvDatePickerProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
2585
2585
|
/**
|
|
@@ -3487,9 +3487,9 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3487
3487
|
*/
|
|
3488
3488
|
export declare const HvFilterGroup: (props: HvFilterGroupProps) => JSX_2.Element;
|
|
3489
3489
|
|
|
3490
|
-
export declare type HvFilterGroupClasses = ExtractNames<typeof
|
|
3490
|
+
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_103>;
|
|
3491
3491
|
|
|
3492
|
-
declare type HvFilterGroupContentClasses = ExtractNames<typeof
|
|
3492
|
+
declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_104>;
|
|
3493
3493
|
|
|
3494
3494
|
declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
|
|
3495
3495
|
description?: React.ReactNode;
|
|
@@ -4017,7 +4017,7 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
|
|
|
4017
4017
|
useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
|
|
4018
4018
|
}
|
|
4019
4019
|
|
|
4020
|
-
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof
|
|
4020
|
+
export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_108>;
|
|
4021
4021
|
|
|
4022
4022
|
/**
|
|
4023
4023
|
* Provides the user with additional descriptive text for the form element.
|
|
@@ -4041,7 +4041,7 @@ export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
|
|
|
4041
4041
|
*/
|
|
4042
4042
|
export declare const HvInlineEditor: (props: HvInlineEditorProps) => JSX_2.Element;
|
|
4043
4043
|
|
|
4044
|
-
export declare type HvInlineEditorClasses = ExtractNames<typeof
|
|
4044
|
+
export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_110>;
|
|
4045
4045
|
|
|
4046
4046
|
export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement, "onBlur" | "onChange"> {
|
|
4047
4047
|
/** The value of the form element. */
|
|
@@ -4783,7 +4783,7 @@ export declare interface HvProviderProps {
|
|
|
4783
4783
|
*/
|
|
4784
4784
|
export declare const HvQueryBuilder: (props: HvQueryBuilderProps) => JSX_2.Element;
|
|
4785
4785
|
|
|
4786
|
-
export declare type HvQueryBuilderClasses = ExtractNames<typeof
|
|
4786
|
+
export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_112>;
|
|
4787
4787
|
|
|
4788
4788
|
export declare interface HvQueryBuilderProps {
|
|
4789
4789
|
attributes?: Record<string, Attribute>;
|
|
@@ -5073,7 +5073,7 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
|
|
|
5073
5073
|
*/
|
|
5074
5074
|
export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
|
|
5075
5075
|
|
|
5076
|
-
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof
|
|
5076
|
+
export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_109>;
|
|
5077
5077
|
|
|
5078
5078
|
export declare interface HvScrollToHorizontalOption {
|
|
5079
5079
|
key?: string;
|
|
@@ -5126,7 +5126,7 @@ export declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bot
|
|
|
5126
5126
|
*/
|
|
5127
5127
|
export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
|
|
5128
5128
|
|
|
5129
|
-
export declare type HvScrollToVerticalClasses = ExtractNames<typeof
|
|
5129
|
+
export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_107>;
|
|
5130
5130
|
|
|
5131
5131
|
export declare interface HvScrollToVerticalOption {
|
|
5132
5132
|
key?: string;
|
|
@@ -5272,7 +5272,7 @@ export declare interface HvSimpleGridProps extends HvBaseProps {
|
|
|
5272
5272
|
*/
|
|
5273
5273
|
export declare const HvSlider: (props: HvSliderProps) => JSX_2.Element;
|
|
5274
5274
|
|
|
5275
|
-
export declare type HvSliderClasses = ExtractNames<typeof
|
|
5275
|
+
export declare type HvSliderClasses = ExtractNames<typeof useClasses_102>;
|
|
5276
5276
|
|
|
5277
5277
|
export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
|
|
5278
5278
|
/**
|
|
@@ -6296,7 +6296,7 @@ declare interface HvThemeProviderProps {
|
|
|
6296
6296
|
*/
|
|
6297
6297
|
export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: HvTimeAgoProps<C>) => React.ReactElement | null;
|
|
6298
6298
|
|
|
6299
|
-
export declare type HvTimeAgoClasses = ExtractNames<typeof
|
|
6299
|
+
export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_111>;
|
|
6300
6300
|
|
|
6301
6301
|
export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
|
|
6302
6302
|
/**
|
|
@@ -6332,7 +6332,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
|
|
|
6332
6332
|
*/
|
|
6333
6333
|
export declare const HvTimePicker: (props: HvTimePickerProps) => JSX_2.Element;
|
|
6334
6334
|
|
|
6335
|
-
export declare type HvTimePickerClasses = ExtractNames<typeof
|
|
6335
|
+
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_116>;
|
|
6336
6336
|
|
|
6337
6337
|
export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
|
|
6338
6338
|
|
|
@@ -6534,13 +6534,9 @@ export declare interface HvValidationMessages {
|
|
|
6534
6534
|
*/
|
|
6535
6535
|
export declare const HvVerticalNavigation: (props: HvVerticalNavigationProps) => JSX_2.Element;
|
|
6536
6536
|
|
|
6537
|
-
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;
|
|
6538
6538
|
|
|
6539
|
-
export declare
|
|
6540
|
-
action?: string;
|
|
6541
|
-
noIcon?: string;
|
|
6542
|
-
minimized?: string;
|
|
6543
|
-
}
|
|
6539
|
+
export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_97>;
|
|
6544
6540
|
|
|
6545
6541
|
export declare interface HvVerticalNavigationActionProps {
|
|
6546
6542
|
/**
|
|
@@ -6569,12 +6565,9 @@ export declare interface HvVerticalNavigationActionProps {
|
|
|
6569
6565
|
onClick?: MouseEventHandler<HTMLElement>;
|
|
6570
6566
|
}
|
|
6571
6567
|
|
|
6572
|
-
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;
|
|
6573
6569
|
|
|
6574
|
-
export declare
|
|
6575
|
-
root?: string;
|
|
6576
|
-
hide?: string;
|
|
6577
|
-
}
|
|
6570
|
+
export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_96>;
|
|
6578
6571
|
|
|
6579
6572
|
export declare interface HvVerticalNavigationActionsProps {
|
|
6580
6573
|
/**
|
|
@@ -6595,21 +6588,11 @@ export declare interface HvVerticalNavigationActionsProps {
|
|
|
6595
6588
|
children?: React.ReactNode;
|
|
6596
6589
|
}
|
|
6597
6590
|
|
|
6598
|
-
export declare
|
|
6599
|
-
/** Style applied to the root of the component. */
|
|
6600
|
-
root?: string;
|
|
6601
|
-
/** Style applied to the root of the component when its collapsed. */
|
|
6602
|
-
collapsed?: string;
|
|
6603
|
-
/** Style applied to the root of the component when its in slider mode. */
|
|
6604
|
-
slider?: any;
|
|
6605
|
-
}
|
|
6591
|
+
export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_94>;
|
|
6606
6592
|
|
|
6607
|
-
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;
|
|
6608
6594
|
|
|
6609
|
-
export declare
|
|
6610
|
-
root?: string;
|
|
6611
|
-
minimized?: string;
|
|
6612
|
-
}
|
|
6595
|
+
export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_95>;
|
|
6613
6596
|
|
|
6614
6597
|
export declare interface HvVerticalNavigationHeaderProps {
|
|
6615
6598
|
/**
|
|
@@ -6694,12 +6677,9 @@ export declare interface HvVerticalNavigationProps {
|
|
|
6694
6677
|
useIcons?: boolean;
|
|
6695
6678
|
}
|
|
6696
6679
|
|
|
6697
|
-
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;
|
|
6698
6681
|
|
|
6699
|
-
export declare
|
|
6700
|
-
root?: string;
|
|
6701
|
-
listItemSelected?: string;
|
|
6702
|
-
}
|
|
6682
|
+
export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_99>;
|
|
6703
6683
|
|
|
6704
6684
|
export declare interface HvVerticalNavigationSliderProps {
|
|
6705
6685
|
/**
|
|
@@ -6737,16 +6717,9 @@ export declare interface HvVerticalNavigationSliderProps {
|
|
|
6737
6717
|
forwardButtonAriaLabel?: string;
|
|
6738
6718
|
}
|
|
6739
6719
|
|
|
6740
|
-
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;
|
|
6741
6721
|
|
|
6742
|
-
export declare
|
|
6743
|
-
root?: string;
|
|
6744
|
-
list?: string;
|
|
6745
|
-
listItem?: string;
|
|
6746
|
-
collapsed?: string;
|
|
6747
|
-
popup?: string;
|
|
6748
|
-
navigationPopup?: string;
|
|
6749
|
-
}
|
|
6722
|
+
export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_98>;
|
|
6750
6723
|
|
|
6751
6724
|
export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange"> {
|
|
6752
6725
|
/**
|
|
@@ -6820,43 +6793,11 @@ export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLD
|
|
|
6820
6793
|
|
|
6821
6794
|
export declare const HvVerticalNavigationTreeView: ForwardRefExoticComponent<HvVerticalNavigationTreeViewProps & RefAttributes<unknown>>;
|
|
6822
6795
|
|
|
6823
|
-
export declare
|
|
6824
|
-
root?: string;
|
|
6825
|
-
}
|
|
6796
|
+
export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_100>;
|
|
6826
6797
|
|
|
6827
6798
|
export declare const HvVerticalNavigationTreeViewItem: ForwardRefExoticComponent<HvVerticalNavigationTreeViewItemProps & RefAttributes<unknown>>;
|
|
6828
6799
|
|
|
6829
|
-
export declare
|
|
6830
|
-
/** Style applied to the root of the component. */
|
|
6831
|
-
node?: string;
|
|
6832
|
-
/** Style applied to the content. */
|
|
6833
|
-
content?: string;
|
|
6834
|
-
/** Style applied to the content when it is a link. */
|
|
6835
|
-
link?: string;
|
|
6836
|
-
/** Style applied to the group. */
|
|
6837
|
-
group?: string;
|
|
6838
|
-
/** Style applied when item is disabled. */
|
|
6839
|
-
disabled?: string;
|
|
6840
|
-
/** Style applied when item is expandable. */
|
|
6841
|
-
expandable?: string;
|
|
6842
|
-
/** Style applied when item is collapsed. */
|
|
6843
|
-
collapsed?: string;
|
|
6844
|
-
/** Style applied when item is expanded */
|
|
6845
|
-
expanded?: string;
|
|
6846
|
-
/** Style applied when item is selectable. */
|
|
6847
|
-
selectable?: string;
|
|
6848
|
-
/** Style applied when item is unselectable. */
|
|
6849
|
-
unselectable?: string;
|
|
6850
|
-
/** Style applied when item is selectable. */
|
|
6851
|
-
selected?: string;
|
|
6852
|
-
/** Style applied when item is unselectable. */
|
|
6853
|
-
unselected?: string;
|
|
6854
|
-
/** Style applied when item is focused. */
|
|
6855
|
-
focused?: string;
|
|
6856
|
-
/** Styled applied when navigation open is false */
|
|
6857
|
-
minimized?: string;
|
|
6858
|
-
hide?: string;
|
|
6859
|
-
}
|
|
6800
|
+
export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_101>;
|
|
6860
6801
|
|
|
6861
6802
|
export declare interface HvVerticalNavigationTreeViewItemProps {
|
|
6862
6803
|
/**
|
|
@@ -6939,9 +6880,9 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
6939
6880
|
*/
|
|
6940
6881
|
className?: string;
|
|
6941
6882
|
/**
|
|
6942
|
-
* 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.
|
|
6943
6884
|
*/
|
|
6944
|
-
classes?:
|
|
6885
|
+
classes?: HvVerticalNavigationTreeViewClasses;
|
|
6945
6886
|
/**
|
|
6946
6887
|
* Modus operandi (role) of the widget instance.
|
|
6947
6888
|
*/
|
|
@@ -7019,7 +6960,7 @@ export declare interface HvVerticalNavigationTreeViewProps {
|
|
|
7019
6960
|
children?: React.ReactNode;
|
|
7020
6961
|
}
|
|
7021
6962
|
|
|
7022
|
-
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof
|
|
6963
|
+
export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_106>;
|
|
7023
6964
|
|
|
7024
6965
|
/**
|
|
7025
6966
|
* Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
|
|
@@ -7051,7 +6992,7 @@ export declare const iconVariant: (variant: "success" | "warning" | "error" | "i
|
|
|
7051
6992
|
|
|
7052
6993
|
declare type IdType<D> = StringKey<D> | string;
|
|
7053
6994
|
|
|
7054
|
-
export declare const increaseSize: (size: string) => "
|
|
6995
|
+
export declare const increaseSize: (size: string) => "L" | "M" | "S" | "XL";
|
|
7055
6996
|
|
|
7056
6997
|
export declare const infoMessageClasses: {
|
|
7057
6998
|
root: "HvInfoMessage-root";
|
|
@@ -7827,6 +7768,7 @@ export declare const treeViewItemClasses: {
|
|
|
7827
7768
|
content: "HvVerticalNavigationTreeViewItem-content";
|
|
7828
7769
|
unselectable: "HvVerticalNavigationTreeViewItem-unselectable";
|
|
7829
7770
|
link: "HvVerticalNavigationTreeViewItem-link";
|
|
7771
|
+
label: "HvVerticalNavigationTreeViewItem-label";
|
|
7830
7772
|
group: "HvVerticalNavigationTreeViewItem-group";
|
|
7831
7773
|
hide: "HvVerticalNavigationTreeViewItem-hide";
|
|
7832
7774
|
expanded: "HvVerticalNavigationTreeViewItem-expanded";
|
|
@@ -7835,10 +7777,12 @@ export declare const treeViewItemClasses: {
|
|
|
7835
7777
|
node: "HvVerticalNavigationTreeViewItem-node";
|
|
7836
7778
|
focused: "HvVerticalNavigationTreeViewItem-focused";
|
|
7837
7779
|
selectable: "HvVerticalNavigationTreeViewItem-selectable";
|
|
7780
|
+
labelIcon: "HvVerticalNavigationTreeViewItem-labelIcon";
|
|
7838
7781
|
collapsed: "HvVerticalNavigationTreeViewItem-collapsed";
|
|
7839
7782
|
minimized: "HvVerticalNavigationTreeViewItem-minimized";
|
|
7840
7783
|
expandable: "HvVerticalNavigationTreeViewItem-expandable";
|
|
7841
7784
|
unselected: "HvVerticalNavigationTreeViewItem-unselected";
|
|
7785
|
+
labelExpandable: "HvVerticalNavigationTreeViewItem-labelExpandable";
|
|
7842
7786
|
};
|
|
7843
7787
|
|
|
7844
7788
|
export declare const typographyClasses: {
|
|
@@ -7943,7 +7887,160 @@ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "show" | "hi
|
|
|
7943
7887
|
cx: (...args: any) => string;
|
|
7944
7888
|
};
|
|
7945
7889
|
|
|
7946
|
-
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) => {
|
|
7947
8044
|
classes: {
|
|
7948
8045
|
button: string;
|
|
7949
8046
|
text: string;
|
|
@@ -7957,7 +8054,7 @@ declare const useClasses_100: (classesProp?: Partial<Record<"button" | "text" |
|
|
|
7957
8054
|
cx: (...args: any) => string;
|
|
7958
8055
|
};
|
|
7959
8056
|
|
|
7960
|
-
declare const
|
|
8057
|
+
declare const useClasses_109: (classesProp?: Partial<Record<"root" | "selected" | "positionSticky" | "positionFixed" | "notSelectedRoot" | "notSelected", string>>, addStatic?: boolean) => {
|
|
7961
8058
|
classes: {
|
|
7962
8059
|
root: string;
|
|
7963
8060
|
selected: string;
|
|
@@ -7973,7 +8070,25 @@ declare const useClasses_101: (classesProp?: Partial<Record<"root" | "selected"
|
|
|
7973
8070
|
cx: (...args: any) => string;
|
|
7974
8071
|
};
|
|
7975
8072
|
|
|
7976
|
-
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) => {
|
|
7977
8092
|
classes: {
|
|
7978
8093
|
button: string;
|
|
7979
8094
|
input: string;
|
|
@@ -7993,7 +8108,7 @@ declare const useClasses_102: (classesProp?: Partial<Record<"button" | "input" |
|
|
|
7993
8108
|
cx: (...args: any) => string;
|
|
7994
8109
|
};
|
|
7995
8110
|
|
|
7996
|
-
declare const
|
|
8111
|
+
declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
7997
8112
|
classes: {
|
|
7998
8113
|
root: string;
|
|
7999
8114
|
};
|
|
@@ -8004,7 +8119,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8004
8119
|
cx: (...args: any) => string;
|
|
8005
8120
|
};
|
|
8006
8121
|
|
|
8007
|
-
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) => {
|
|
8008
8123
|
classes: {
|
|
8009
8124
|
root: string;
|
|
8010
8125
|
removeButton: string;
|
|
@@ -8029,7 +8144,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"root" | "removeButt
|
|
|
8029
8144
|
cx: (...args: any) => string;
|
|
8030
8145
|
};
|
|
8031
8146
|
|
|
8032
|
-
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) => {
|
|
8033
8148
|
classes: {
|
|
8034
8149
|
label: string;
|
|
8035
8150
|
root: string;
|
|
@@ -8052,7 +8167,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8052
8167
|
cx: (...args: any) => string;
|
|
8053
8168
|
};
|
|
8054
8169
|
|
|
8055
|
-
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) => {
|
|
8056
8171
|
classes: {
|
|
8057
8172
|
title: string;
|
|
8058
8173
|
main: string;
|
|
@@ -8086,7 +8201,7 @@ declare const useClasses_106: (classesProp?: Partial<Record<"title" | "main" | "
|
|
|
8086
8201
|
cx: (...args: any) => string;
|
|
8087
8202
|
};
|
|
8088
8203
|
|
|
8089
|
-
declare const
|
|
8204
|
+
declare const useClasses_115: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
|
|
8090
8205
|
classes: {
|
|
8091
8206
|
image: string;
|
|
8092
8207
|
slide: string;
|
|
@@ -8098,7 +8213,7 @@ declare const useClasses_107: (classesProp?: Partial<Record<"image" | "slide", s
|
|
|
8098
8213
|
cx: (...args: any) => string;
|
|
8099
8214
|
};
|
|
8100
8215
|
|
|
8101
|
-
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) => {
|
|
8102
8217
|
classes: {
|
|
8103
8218
|
placeholder: string;
|
|
8104
8219
|
label: string;
|
|
@@ -8121,24 +8236,6 @@ declare const useClasses_108: (classesProp?: Partial<Record<"placeholder" | "lab
|
|
|
8121
8236
|
cx: (...args: any) => string;
|
|
8122
8237
|
};
|
|
8123
8238
|
|
|
8124
|
-
declare const useClasses_11: (classesProp?: Partial<Record<"label" | "root" | "listbox" | "horizontal" | "vertical" | "error" | "invalid" | "description", string>>, addStatic?: boolean) => {
|
|
8125
|
-
classes: {
|
|
8126
|
-
label: string;
|
|
8127
|
-
root: string;
|
|
8128
|
-
listbox: string;
|
|
8129
|
-
horizontal: string;
|
|
8130
|
-
vertical: string;
|
|
8131
|
-
error: string;
|
|
8132
|
-
invalid: string;
|
|
8133
|
-
description: string;
|
|
8134
|
-
};
|
|
8135
|
-
css: {
|
|
8136
|
-
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8137
|
-
(...args: CSSInterpolation[]): string;
|
|
8138
|
-
};
|
|
8139
|
-
cx: (...args: any) => string;
|
|
8140
|
-
};
|
|
8141
|
-
|
|
8142
8239
|
declare const useClasses_12: (classesProp?: Partial<Record<"root" | "popper" | "list", string>>, addStatic?: boolean) => {
|
|
8143
8240
|
classes: {
|
|
8144
8241
|
root: string;
|
|
@@ -9697,26 +9794,12 @@ declare const useClasses_93: (classesProp?: Partial<Record<"input" | "root" | "i
|
|
|
9697
9794
|
cx: (...args: any) => string;
|
|
9698
9795
|
};
|
|
9699
9796
|
|
|
9700
|
-
declare const useClasses_94: (classesProp?: Partial<Record<"
|
|
9797
|
+
declare const useClasses_94: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
|
|
9701
9798
|
classes: {
|
|
9702
|
-
label: string;
|
|
9703
9799
|
root: string;
|
|
9704
|
-
|
|
9705
|
-
|
|
9706
|
-
|
|
9707
|
-
sliderBase: string;
|
|
9708
|
-
sliderContainer: string;
|
|
9709
|
-
trackDragging: string;
|
|
9710
|
-
trackStandBy: string;
|
|
9711
|
-
sliderRoot: string;
|
|
9712
|
-
rootRange: string;
|
|
9713
|
-
handleContainer: string;
|
|
9714
|
-
handle: string;
|
|
9715
|
-
handleContainerDisabled: string;
|
|
9716
|
-
handleHiddenContainer: string;
|
|
9717
|
-
labelIncluded: string;
|
|
9718
|
-
onlyInput: string;
|
|
9719
|
-
sliderTooltip: string;
|
|
9800
|
+
slider: string;
|
|
9801
|
+
collapsed: string;
|
|
9802
|
+
childData: string;
|
|
9720
9803
|
};
|
|
9721
9804
|
css: {
|
|
9722
9805
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9725,13 +9808,11 @@ declare const useClasses_94: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
9725
9808
|
cx: (...args: any) => string;
|
|
9726
9809
|
};
|
|
9727
9810
|
|
|
9728
|
-
declare const useClasses_95: (classesProp?: Partial<Record<"
|
|
9811
|
+
declare const useClasses_95: (classesProp?: Partial<Record<"root" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
|
|
9729
9812
|
classes: {
|
|
9730
|
-
label: string;
|
|
9731
9813
|
root: string;
|
|
9732
|
-
|
|
9733
|
-
|
|
9734
|
-
labelContainer: string;
|
|
9814
|
+
minimized: string;
|
|
9815
|
+
collapseButton: string;
|
|
9735
9816
|
};
|
|
9736
9817
|
css: {
|
|
9737
9818
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9740,18 +9821,10 @@ declare const useClasses_95: (classesProp?: Partial<Record<"label" | "root" | "e
|
|
|
9740
9821
|
cx: (...args: any) => string;
|
|
9741
9822
|
};
|
|
9742
9823
|
|
|
9743
|
-
declare const useClasses_96: (classesProp?: Partial<Record<"
|
|
9824
|
+
declare const useClasses_96: (classesProp?: Partial<Record<"root" | "hide", string>>, addStatic?: boolean) => {
|
|
9744
9825
|
classes: {
|
|
9745
|
-
header: string;
|
|
9746
9826
|
root: string;
|
|
9747
|
-
|
|
9748
|
-
actionBar: string;
|
|
9749
|
-
dropdown: string;
|
|
9750
|
-
panel: string;
|
|
9751
|
-
baseDropdownSelection: string;
|
|
9752
|
-
rightSidePanel: string;
|
|
9753
|
-
leftSidePanel: string;
|
|
9754
|
-
applyButton: string;
|
|
9827
|
+
hide: string;
|
|
9755
9828
|
};
|
|
9756
9829
|
css: {
|
|
9757
9830
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9760,22 +9833,11 @@ declare const useClasses_96: (classesProp?: Partial<Record<"header" | "root" | "
|
|
|
9760
9833
|
cx: (...args: any) => string;
|
|
9761
9834
|
};
|
|
9762
9835
|
|
|
9763
|
-
declare const useClasses_97: (classesProp?: Partial<Record<"
|
|
9836
|
+
declare const useClasses_97: (classesProp?: Partial<Record<"action" | "noIcon" | "minimized", string>>, addStatic?: boolean) => {
|
|
9764
9837
|
classes: {
|
|
9765
|
-
label: string;
|
|
9766
|
-
root: string;
|
|
9767
|
-
icon: string;
|
|
9768
|
-
dropdown: string;
|
|
9769
9838
|
action: string;
|
|
9770
|
-
|
|
9771
|
-
|
|
9772
|
-
panel: string;
|
|
9773
|
-
description: string;
|
|
9774
|
-
labelContainer: string;
|
|
9775
|
-
leftContainer: string;
|
|
9776
|
-
rightContainer: string;
|
|
9777
|
-
dropdownHeaderInvalid: string;
|
|
9778
|
-
dropdownHeaderOpen: string;
|
|
9839
|
+
noIcon: string;
|
|
9840
|
+
minimized: string;
|
|
9779
9841
|
};
|
|
9780
9842
|
css: {
|
|
9781
9843
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9784,12 +9846,14 @@ declare const useClasses_97: (classesProp?: Partial<Record<"label" | "root" | "i
|
|
|
9784
9846
|
cx: (...args: any) => string;
|
|
9785
9847
|
};
|
|
9786
9848
|
|
|
9787
|
-
declare const useClasses_98: (classesProp?: Partial<Record<"
|
|
9849
|
+
declare const useClasses_98: (classesProp?: Partial<Record<"root" | "list" | "popup" | "listItem" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
|
|
9788
9850
|
classes: {
|
|
9789
|
-
button: string;
|
|
9790
|
-
text: string;
|
|
9791
9851
|
root: string;
|
|
9792
|
-
|
|
9852
|
+
list: string;
|
|
9853
|
+
popup: string;
|
|
9854
|
+
listItem: string;
|
|
9855
|
+
collapsed: string;
|
|
9856
|
+
navigationPopup: string;
|
|
9793
9857
|
};
|
|
9794
9858
|
css: {
|
|
9795
9859
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -9798,11 +9862,11 @@ declare const useClasses_98: (classesProp?: Partial<Record<"button" | "text" | "
|
|
|
9798
9862
|
cx: (...args: any) => string;
|
|
9799
9863
|
};
|
|
9800
9864
|
|
|
9801
|
-
declare const useClasses_99: (classesProp?: Partial<Record<"root" | "
|
|
9865
|
+
declare const useClasses_99: (classesProp?: Partial<Record<"root" | "listItemSelected" | "listItemFocus", string>>, addStatic?: boolean) => {
|
|
9802
9866
|
classes: {
|
|
9803
9867
|
root: string;
|
|
9804
|
-
|
|
9805
|
-
|
|
9868
|
+
listItemSelected: string;
|
|
9869
|
+
listItemFocus: string;
|
|
9806
9870
|
};
|
|
9807
9871
|
css: {
|
|
9808
9872
|
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
@@ -10140,6 +10204,7 @@ export declare const verticalNavigationClasses: {
|
|
|
10140
10204
|
root: "HvVerticalNavigation-root";
|
|
10141
10205
|
slider: "HvVerticalNavigation-slider";
|
|
10142
10206
|
collapsed: "HvVerticalNavigation-collapsed";
|
|
10207
|
+
childData: "HvVerticalNavigation-childData";
|
|
10143
10208
|
};
|
|
10144
10209
|
|
|
10145
10210
|
export declare const VerticalNavigationContext: Context<VerticalNavigationContextValue>;
|
|
@@ -10165,11 +10230,13 @@ declare interface VerticalNavigationContextValue {
|
|
|
10165
10230
|
export declare const verticalNavigationHeaderClasses: {
|
|
10166
10231
|
root: "HvVerticalNavigationHeader-root";
|
|
10167
10232
|
minimized: "HvVerticalNavigationHeader-minimized";
|
|
10233
|
+
collapseButton: "HvVerticalNavigationHeader-collapseButton";
|
|
10168
10234
|
};
|
|
10169
10235
|
|
|
10170
10236
|
export declare const verticalNavigationSliderClasses: {
|
|
10171
10237
|
root: "HvVerticalNavigationSlider-root";
|
|
10172
10238
|
listItemSelected: "HvVerticalNavigationSlider-listItemSelected";
|
|
10239
|
+
listItemFocus: "HvVerticalNavigationSlider-listItemFocus";
|
|
10173
10240
|
};
|
|
10174
10241
|
|
|
10175
10242
|
export declare const verticalNavigationTreeClasses: {
|