@vibe/core 3.50.1-alpha-b401f.0 → 3.50.1-alpha-b92cc.0
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/components/AlertBanner/AlertBanner.d.ts +1 -1
- package/dist/components/AttentionBox/AttentionBox.d.ts +1 -1
- package/dist/components/Avatar/Avatar.d.ts +1 -1
- package/dist/components/Avatar/AvatarBadge.d.ts +1 -1
- package/dist/components/Avatar/AvatarContent.d.ts +1 -1
- package/dist/components/Badge/Badge.d.ts +1 -1
- package/dist/components/Badge/Indicator/Indicator.d.ts +1 -1
- package/dist/components/Box/Box.d.ts +1 -1
- package/dist/components/BreadcrumbsBar/BreadcrumbsBar.d.ts +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/components/Chips/Chips.d.ts +1 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +1 -1
- package/dist/components/Combobox/Combobox.d.ts +1 -1
- package/dist/components/Combobox/components/ComboboxOption/ComboboxOption.d.ts +1 -1
- package/dist/components/Counter/Counter.d.ts +1 -1
- package/dist/components/DialogContentContainer/DialogContentContainer.d.ts +1 -1
- package/dist/components/Divider/Divider.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.d.ts +1 -1
- package/dist/components/DropdownNew/Dropdown.types.d.ts +42 -16
- package/dist/components/DropdownNew/hooks/useDropdownCombobox.d.ts +1 -1
- package/dist/components/DropdownNew/hooks/useDropdownFiltering.d.ts +1 -1
- package/dist/components/DropdownNew/hooks/useDropdownMultiCombobox.d.ts +1 -1
- package/dist/components/DropdownNew/utils/dropdownUtils.d.ts +1 -1
- package/dist/components/EditableHeading/EditableHeading.d.ts +1 -1
- package/dist/components/EditableText/EditableText.d.ts +1 -1
- package/dist/components/Flex/Flex.d.ts +1 -1
- package/dist/components/FormattedNumber/FormattedNumber.d.ts +1 -1
- package/dist/components/Heading/Heading.d.ts +1 -1
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/IconButton/IconButton.d.ts +1 -1
- package/dist/components/Label/Label.d.ts +1 -1
- package/dist/components/LegacyModal/LegacyModal.d.ts +1 -1
- package/dist/components/Link/Link.d.ts +1 -1
- package/dist/components/List/List.d.ts +1 -1
- package/dist/components/ListItem/ListItem.d.ts +1 -1
- package/dist/components/ListItemAvatar/ListItemAvatar.d.ts +1 -1
- package/dist/components/ListItemIcon/ListItemIcon.d.ts +1 -1
- package/dist/components/Loader/Loader.d.ts +1 -1
- package/dist/components/Menu/Menu/Menu.d.ts +1 -1
- package/dist/components/Menu/MenuItem/MenuItem.d.ts +1 -1
- package/dist/components/Menu/MenuItemButton/MenuItemButton.d.ts +1 -1
- package/dist/components/Menu/MenuTitle/MenuTitle.d.ts +1 -1
- package/dist/components/MenuButton/MenuButton.d.ts +1 -1
- package/dist/components/MultiStepIndicator/MultiStepIndicator.d.ts +1 -1
- package/dist/components/ProgressBars/LinearProgressBar/LinearProgressBar.d.ts +1 -1
- package/dist/components/Skeleton/Skeleton.d.ts +1 -1
- package/dist/components/Slider/Slider.d.ts +1 -1
- package/dist/components/Slider/SliderInfix.d.ts +1 -1
- package/dist/components/SplitButton/SplitButton.d.ts +1 -1
- package/dist/components/Steps/Steps.d.ts +1 -1
- package/dist/components/Table/Table/Table.d.ts +1 -1
- package/dist/components/Tabs/TabPanels/TabPanels.d.ts +1 -1
- package/dist/components/Text/Text.d.ts +1 -1
- package/dist/components/TextField/TextField.d.ts +1 -1
- package/dist/components/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/dist/components/Tipseen/Tipseen.d.ts +1 -1
- package/dist/components/Toast/Toast.d.ts +1 -1
- package/dist/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.d.ts +1 -2
- package/dist/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.d.ts +1 -3
- package/dist/metadata.json +19677 -3193
- package/dist/mocked_classnames/components/AlertBanner/AlertBanner.d.ts +1 -1
- package/dist/mocked_classnames/components/AttentionBox/AttentionBox.d.ts +1 -1
- package/dist/mocked_classnames/components/Avatar/Avatar.d.ts +1 -1
- package/dist/mocked_classnames/components/Avatar/AvatarBadge.d.ts +1 -1
- package/dist/mocked_classnames/components/Avatar/AvatarContent.d.ts +1 -1
- package/dist/mocked_classnames/components/Badge/Badge.d.ts +1 -1
- package/dist/mocked_classnames/components/Badge/Indicator/Indicator.d.ts +1 -1
- package/dist/mocked_classnames/components/Box/Box.d.ts +1 -1
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbsBar.d.ts +1 -1
- package/dist/mocked_classnames/components/Button/Button.d.ts +1 -1
- package/dist/mocked_classnames/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/mocked_classnames/components/Chips/Chips.d.ts +1 -1
- package/dist/mocked_classnames/components/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +1 -1
- package/dist/mocked_classnames/components/Combobox/Combobox.d.ts +1 -1
- package/dist/mocked_classnames/components/Combobox/components/ComboboxOption/ComboboxOption.d.ts +1 -1
- package/dist/mocked_classnames/components/Counter/Counter.d.ts +1 -1
- package/dist/mocked_classnames/components/DialogContentContainer/DialogContentContainer.d.ts +1 -1
- package/dist/mocked_classnames/components/Divider/Divider.d.ts +1 -1
- package/dist/mocked_classnames/components/Dropdown/Dropdown.d.ts +1 -1
- package/dist/mocked_classnames/components/DropdownNew/Dropdown.types.d.ts +42 -16
- package/dist/mocked_classnames/components/DropdownNew/hooks/useDropdownCombobox.d.ts +1 -1
- package/dist/mocked_classnames/components/DropdownNew/hooks/useDropdownFiltering.d.ts +1 -1
- package/dist/mocked_classnames/components/DropdownNew/hooks/useDropdownMultiCombobox.d.ts +1 -1
- package/dist/mocked_classnames/components/DropdownNew/utils/dropdownUtils.d.ts +1 -1
- package/dist/mocked_classnames/components/EditableHeading/EditableHeading.d.ts +1 -1
- package/dist/mocked_classnames/components/EditableText/EditableText.d.ts +1 -1
- package/dist/mocked_classnames/components/Flex/Flex.d.ts +1 -1
- package/dist/mocked_classnames/components/FormattedNumber/FormattedNumber.d.ts +1 -1
- package/dist/mocked_classnames/components/Heading/Heading.d.ts +1 -1
- package/dist/mocked_classnames/components/Icon/Icon.d.ts +1 -1
- package/dist/mocked_classnames/components/IconButton/IconButton.d.ts +1 -1
- package/dist/mocked_classnames/components/Label/Label.d.ts +1 -1
- package/dist/mocked_classnames/components/LegacyModal/LegacyModal.d.ts +1 -1
- package/dist/mocked_classnames/components/Link/Link.d.ts +1 -1
- package/dist/mocked_classnames/components/List/List.d.ts +1 -1
- package/dist/mocked_classnames/components/ListItem/ListItem.d.ts +1 -1
- package/dist/mocked_classnames/components/ListItemAvatar/ListItemAvatar.d.ts +1 -1
- package/dist/mocked_classnames/components/ListItemIcon/ListItemIcon.d.ts +1 -1
- package/dist/mocked_classnames/components/Loader/Loader.d.ts +1 -1
- package/dist/mocked_classnames/components/Menu/Menu/Menu.d.ts +1 -1
- package/dist/mocked_classnames/components/Menu/MenuItem/MenuItem.d.ts +1 -1
- package/dist/mocked_classnames/components/Menu/MenuItemButton/MenuItemButton.d.ts +1 -1
- package/dist/mocked_classnames/components/Menu/MenuTitle/MenuTitle.d.ts +1 -1
- package/dist/mocked_classnames/components/MenuButton/MenuButton.d.ts +1 -1
- package/dist/mocked_classnames/components/MultiStepIndicator/MultiStepIndicator.d.ts +1 -1
- package/dist/mocked_classnames/components/ProgressBars/LinearProgressBar/LinearProgressBar.d.ts +1 -1
- package/dist/mocked_classnames/components/Skeleton/Skeleton.d.ts +1 -1
- package/dist/mocked_classnames/components/Slider/Slider.d.ts +1 -1
- package/dist/mocked_classnames/components/Slider/SliderInfix.d.ts +1 -1
- package/dist/mocked_classnames/components/SplitButton/SplitButton.d.ts +1 -1
- package/dist/mocked_classnames/components/Steps/Steps.d.ts +1 -1
- package/dist/mocked_classnames/components/Table/Table/Table.d.ts +1 -1
- package/dist/mocked_classnames/components/Tabs/TabPanels/TabPanels.d.ts +1 -1
- package/dist/mocked_classnames/components/Text/Text.d.ts +1 -1
- package/dist/mocked_classnames/components/TextField/TextField.d.ts +1 -1
- package/dist/mocked_classnames/components/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/dist/mocked_classnames/components/Tipseen/Tipseen.d.ts +1 -1
- package/dist/mocked_classnames/components/Toast/Toast.d.ts +1 -1
- package/dist/mocked_classnames/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.d.ts +1 -2
- package/dist/mocked_classnames/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.d.ts +1 -3
- package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.js +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/Avatar.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/Avatar.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarContent.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.js +1 -1
- package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.js.map +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.js +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
- package/dist/mocked_classnames/src/components/Counter/Counter.js +1 -1
- package/dist/mocked_classnames/src/components/Counter/Counter.js.map +1 -1
- package/dist/mocked_classnames/src/components/Divider/Divider.js +1 -1
- package/dist/mocked_classnames/src/components/Divider/Divider.js.map +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModal.js +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModal.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.js.map +1 -1
- package/dist/mocked_classnames/src/components/Skeleton/Skeleton.js +1 -1
- package/dist/mocked_classnames/src/components/Skeleton/Skeleton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderInfix.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderInfix.js.map +1 -1
- package/dist/mocked_classnames/src/components/SplitButton/SplitButton.js +1 -1
- package/dist/mocked_classnames/src/components/SplitButton/SplitButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.js +1 -1
- package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.js +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.js.map +1 -1
- package/dist/mocked_classnames/src/components/TextField/TextField.js +1 -1
- package/dist/mocked_classnames/src/components/TextField/TextField.js.map +1 -1
- package/dist/mocked_classnames/src/components/ThemeProvider/ThemeProvider.js +1 -1
- package/dist/mocked_classnames/src/components/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/mocked_classnames/src/components/Toast/Toast.js +1 -1
- package/dist/mocked_classnames/src/components/Toast/Toast.js.map +1 -1
- package/dist/mocked_classnames/src/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js +1 -1
- package/dist/mocked_classnames/src/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js.map +1 -1
- package/dist/mocked_classnames/src/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.js +1 -1
- package/dist/mocked_classnames/src/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.js.map +1 -1
- package/dist/mocked_classnames/src/index.js +1 -1
- package/dist/mocked_classnames/src/types/withStaticProps.js +1 -1
- package/dist/mocked_classnames/src/types/withStaticProps.js.map +1 -1
- package/dist/mocked_classnames/types/withStaticProps.d.ts +2 -2
- package/dist/src/components/AttentionBox/AttentionBox.js +1 -1
- package/dist/src/components/AttentionBox/AttentionBox.js.map +1 -1
- package/dist/src/components/Avatar/Avatar.js +1 -1
- package/dist/src/components/Avatar/Avatar.js.map +1 -1
- package/dist/src/components/Avatar/AvatarBadge.js +1 -1
- package/dist/src/components/Avatar/AvatarBadge.js.map +1 -1
- package/dist/src/components/Avatar/AvatarContent.js +1 -1
- package/dist/src/components/Avatar/AvatarContent.js.map +1 -1
- package/dist/src/components/Badge/Indicator/Indicator.js +1 -1
- package/dist/src/components/Badge/Indicator/Indicator.js.map +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.js +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.js.map +1 -1
- package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.js +1 -1
- package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
- package/dist/src/components/Counter/Counter.js +1 -1
- package/dist/src/components/Counter/Counter.js.map +1 -1
- package/dist/src/components/Divider/Divider.js +1 -1
- package/dist/src/components/Divider/Divider.js.map +1 -1
- package/dist/src/components/LegacyModal/LegacyModal.js +1 -1
- package/dist/src/components/LegacyModal/LegacyModal.js.map +1 -1
- package/dist/src/components/Menu/MenuItemButton/MenuItemButton.js +1 -1
- package/dist/src/components/Menu/MenuItemButton/MenuItemButton.js.map +1 -1
- package/dist/src/components/Menu/MenuTitle/MenuTitle.js +1 -1
- package/dist/src/components/Menu/MenuTitle/MenuTitle.js.map +1 -1
- package/dist/src/components/Skeleton/Skeleton.js +1 -1
- package/dist/src/components/Skeleton/Skeleton.js.map +1 -1
- package/dist/src/components/Slider/SliderInfix.js +1 -1
- package/dist/src/components/Slider/SliderInfix.js.map +1 -1
- package/dist/src/components/SplitButton/SplitButton.js +1 -1
- package/dist/src/components/SplitButton/SplitButton.js.map +1 -1
- package/dist/src/components/Tabs/Tab/Tab.js +1 -1
- package/dist/src/components/Tabs/Tab/Tab.js.map +1 -1
- package/dist/src/components/Tabs/TabList/TabList.js +1 -1
- package/dist/src/components/Tabs/TabList/TabList.js.map +1 -1
- package/dist/src/components/TextField/TextField.js +1 -1
- package/dist/src/components/TextField/TextField.js.map +1 -1
- package/dist/src/components/ThemeProvider/ThemeProvider.js +1 -1
- package/dist/src/components/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/src/components/Toast/Toast.js +1 -1
- package/dist/src/components/Toast/Toast.js.map +1 -1
- package/dist/src/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js +1 -1
- package/dist/src/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js.map +1 -1
- package/dist/src/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.js +1 -1
- package/dist/src/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.js.map +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/types/withStaticProps.js +1 -1
- package/dist/src/types/withStaticProps.js.map +1 -1
- package/dist/types/withStaticProps.d.ts +2 -2
- package/package.json +3 -3
|
@@ -32,7 +32,7 @@ export interface AlertBannerProps extends VibeComponentProps {
|
|
|
32
32
|
*/
|
|
33
33
|
children?: ChildrenType | ChildrenType[];
|
|
34
34
|
}
|
|
35
|
-
declare const _default:
|
|
35
|
+
declare const _default: React.ForwardRefExoticComponent<AlertBannerProps & React.RefAttributes<HTMLElement>> & {
|
|
36
36
|
backgroundColors: typeof AlertBannerBackgroundColorEnum;
|
|
37
37
|
};
|
|
38
38
|
export default _default;
|
|
@@ -53,7 +53,7 @@ export interface AttentionBoxProps extends VibeComponentProps {
|
|
|
53
53
|
*/
|
|
54
54
|
entryAnimation?: boolean;
|
|
55
55
|
}
|
|
56
|
-
declare const _default:
|
|
56
|
+
declare const _default: React.FC<AttentionBoxProps> & {
|
|
57
57
|
types: typeof AttentionBoxTypeEnum;
|
|
58
58
|
iconTypes: typeof IconTypeEnum;
|
|
59
59
|
};
|
|
@@ -103,7 +103,7 @@ export interface AvatarProps extends VibeComponentProps {
|
|
|
103
103
|
*/
|
|
104
104
|
onClick?: (event: React.MouseEvent | React.KeyboardEvent, avatarId: string) => void;
|
|
105
105
|
}
|
|
106
|
-
declare const _default:
|
|
106
|
+
declare const _default: React.FC<AvatarProps> & {
|
|
107
107
|
types: typeof AvatarTypeEnum;
|
|
108
108
|
sizes: typeof AvatarSizeEnum;
|
|
109
109
|
colors: {
|
|
@@ -20,7 +20,7 @@ export interface AvatarBadgeProps extends VibeComponentProps {
|
|
|
20
20
|
*/
|
|
21
21
|
size?: AvatarSize;
|
|
22
22
|
}
|
|
23
|
-
declare const _default:
|
|
23
|
+
declare const _default: React.FC<AvatarBadgeProps> & {
|
|
24
24
|
sizes: typeof AvatarSizeEnum;
|
|
25
25
|
};
|
|
26
26
|
export default _default;
|
|
@@ -36,7 +36,7 @@ export interface AvatarContentProps extends VibeComponentProps {
|
|
|
36
36
|
*/
|
|
37
37
|
text?: string;
|
|
38
38
|
}
|
|
39
|
-
declare const _default:
|
|
39
|
+
declare const _default: React.FC<AvatarContentProps> & {
|
|
40
40
|
sizes: typeof AvatarSizeEnum;
|
|
41
41
|
types: typeof AvatarTypeEnum;
|
|
42
42
|
};
|
|
@@ -31,7 +31,7 @@ interface IndicatorBadgeProps extends IndicatorProps {
|
|
|
31
31
|
type?: Extract<BadgeType, "indicator">;
|
|
32
32
|
}
|
|
33
33
|
export type BadgeProps = BadgeBaseProps & (CounterBadgeProps | IndicatorBadgeProps);
|
|
34
|
-
declare const _default:
|
|
34
|
+
declare const _default: React.ForwardRefExoticComponent<BadgeProps & React.RefAttributes<HTMLElement>> & {
|
|
35
35
|
types: typeof BadgeTypeEnum;
|
|
36
36
|
alignments: typeof BadgeAlignmentsEnum;
|
|
37
37
|
anchors: typeof BadgeAnchorEnum;
|
|
@@ -8,7 +8,7 @@ export interface IndicatorProps extends VibeComponentProps {
|
|
|
8
8
|
*/
|
|
9
9
|
color?: IndicatorColor;
|
|
10
10
|
}
|
|
11
|
-
declare const _default:
|
|
11
|
+
declare const _default: React.FC<IndicatorProps> & {
|
|
12
12
|
colors: typeof IndicatorColorEnum;
|
|
13
13
|
};
|
|
14
14
|
export default _default;
|
|
@@ -104,7 +104,7 @@ export interface BoxProps extends VibeComponentProps {
|
|
|
104
104
|
*/
|
|
105
105
|
style?: React.CSSProperties;
|
|
106
106
|
}
|
|
107
|
-
declare const _default:
|
|
107
|
+
declare const _default: React.ForwardRefExoticComponent<BoxProps & React.RefAttributes<HTMLElement>> & {
|
|
108
108
|
borderColors: typeof BorderColorEnum;
|
|
109
109
|
roundeds: typeof RoundedEnum;
|
|
110
110
|
shadows: typeof ShadowEnum;
|
|
@@ -14,7 +14,7 @@ export interface BreadcrumbBarProps extends VibeComponentProps {
|
|
|
14
14
|
*/
|
|
15
15
|
children: ReactElement<BreadcrumbItemProps | BreadcrumbMenuProps> | ReactElement<BreadcrumbItemProps | BreadcrumbMenuProps>[];
|
|
16
16
|
}
|
|
17
|
-
declare const _default:
|
|
17
|
+
declare const _default: React.FC<BreadcrumbBarProps> & {
|
|
18
18
|
types: typeof BreadcrumbsBarTypeEnum;
|
|
19
19
|
};
|
|
20
20
|
export default _default;
|
|
@@ -82,7 +82,7 @@ export interface ButtonProps extends VibeComponentProps {
|
|
|
82
82
|
/** Specifies the tab order of an element */
|
|
83
83
|
tabIndex?: number;
|
|
84
84
|
}
|
|
85
|
-
declare const _default:
|
|
85
|
+
declare const _default: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLElement>> & {
|
|
86
86
|
sizes: {
|
|
87
87
|
readonly SMALL: "small";
|
|
88
88
|
readonly MEDIUM: "medium";
|
|
@@ -81,7 +81,7 @@ export interface ButtonGroupProps extends VibeComponentProps {
|
|
|
81
81
|
*/
|
|
82
82
|
blurOnMouseUp?: boolean;
|
|
83
83
|
}
|
|
84
|
-
declare const _default:
|
|
84
|
+
declare const _default: React.ForwardRefExoticComponent<ButtonGroupProps & React.RefAttributes<HTMLElement>> & {
|
|
85
85
|
sizes: {
|
|
86
86
|
readonly SMALL: "small";
|
|
87
87
|
readonly MEDIUM: "medium";
|
|
@@ -105,7 +105,7 @@ export interface ChipsProps extends VibeComponentProps {
|
|
|
105
105
|
*/
|
|
106
106
|
noMargin?: boolean;
|
|
107
107
|
}
|
|
108
|
-
declare const _default:
|
|
108
|
+
declare const _default: React.ForwardRefExoticComponent<ChipsProps & React.RefAttributes<HTMLElement>> & {
|
|
109
109
|
colors: {
|
|
110
110
|
POSITIVE: import("../../utils/colors-vars-map").StateSelectedHoverColor.POSITIVE;
|
|
111
111
|
NEGATIVE: import("../../utils/colors-vars-map").StateSelectedHoverColor.NEGATIVE;
|
|
@@ -78,7 +78,7 @@ export interface ColorPickerProps extends VibeComponentProps {
|
|
|
78
78
|
*/
|
|
79
79
|
showColorNameTooltip?: boolean;
|
|
80
80
|
}
|
|
81
|
-
declare const _default:
|
|
81
|
+
declare const _default: React.ForwardRefExoticComponent<ColorPickerProps & React.RefAttributes<HTMLElement>> & {
|
|
82
82
|
sizes: typeof BaseSizes;
|
|
83
83
|
colorStyles: typeof ColorStyleEnum;
|
|
84
84
|
colorSizes: typeof BaseSizes;
|
|
@@ -81,7 +81,7 @@ export interface ColorPickerContentProps extends VibeComponentProps {
|
|
|
81
81
|
*/
|
|
82
82
|
showColorNameTooltip?: boolean;
|
|
83
83
|
}
|
|
84
|
-
declare const _default:
|
|
84
|
+
declare const _default: React.ForwardRefExoticComponent<ColorPickerContentProps & React.RefAttributes<HTMLElement>> & {
|
|
85
85
|
sizes: typeof BaseSizes;
|
|
86
86
|
colorStyles: typeof ColorStyleEnum;
|
|
87
87
|
colorSizes: typeof BaseSizes;
|
|
@@ -158,7 +158,7 @@ export interface ComboboxProps extends VibeComponentProps {
|
|
|
158
158
|
*/
|
|
159
159
|
hideRenderActionOnInput?: boolean;
|
|
160
160
|
}
|
|
161
|
-
declare const _default:
|
|
161
|
+
declare const _default: React.ForwardRefExoticComponent<ComboboxProps & React.RefAttributes<HTMLElement>> & {
|
|
162
162
|
sizes: {
|
|
163
163
|
readonly SMALL: "small";
|
|
164
164
|
readonly MEDIUM: "medium";
|
|
@@ -42,7 +42,7 @@ export interface ComboboxOptionProps extends IComboboxOptionEvents {
|
|
|
42
42
|
*/
|
|
43
43
|
optionRenderer?: (option: IComboboxOption) => JSX.Element;
|
|
44
44
|
}
|
|
45
|
-
declare const _default:
|
|
45
|
+
declare const _default: React.FC<ComboboxOptionProps> & {
|
|
46
46
|
iconTypes: typeof ComboboxOptionIconTypeEnum;
|
|
47
47
|
};
|
|
48
48
|
export default _default;
|
|
@@ -48,7 +48,7 @@ export interface CounterProps extends VibeComponentProps {
|
|
|
48
48
|
*/
|
|
49
49
|
noAnimation?: boolean;
|
|
50
50
|
}
|
|
51
|
-
declare const _default:
|
|
51
|
+
declare const _default: React.FC<CounterProps> & {
|
|
52
52
|
sizes: typeof CounterSizeEnum;
|
|
53
53
|
colors: typeof CounterColorEnum;
|
|
54
54
|
kinds: typeof CounterTypeEnum;
|
|
@@ -28,7 +28,7 @@ export interface DialogContentContainerProps extends VibeComponentProps {
|
|
|
28
28
|
*/
|
|
29
29
|
style?: React.CSSProperties;
|
|
30
30
|
}
|
|
31
|
-
declare const _default:
|
|
31
|
+
declare const _default: React.ForwardRefExoticComponent<DialogContentContainerProps & React.RefAttributes<HTMLElement>> & {
|
|
32
32
|
types: typeof DialogTypeEnum;
|
|
33
33
|
sizes: typeof DialogSizeEnum;
|
|
34
34
|
};
|
|
@@ -12,7 +12,7 @@ export interface DividerProps extends VibeComponentProps {
|
|
|
12
12
|
*/
|
|
13
13
|
withoutMargin?: boolean;
|
|
14
14
|
}
|
|
15
|
-
declare const _default:
|
|
15
|
+
declare const _default: React.FC<DividerProps> & {
|
|
16
16
|
directions: typeof DirectionTypeEnum;
|
|
17
17
|
};
|
|
18
18
|
export default _default;
|
|
@@ -3,7 +3,7 @@ import React from "react";
|
|
|
3
3
|
import { createFilter } from "react-select";
|
|
4
4
|
import { DROPDOWN_CHIP_COLORS, DROPDOWN_MENU_PLACEMENT, DROPDOWN_MENU_POSITION } from "./DropdownConstants";
|
|
5
5
|
import { DropdownComponentProps } from "./Dropdown.types";
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: React.ForwardRefExoticComponent<DropdownComponentProps & React.RefAttributes<HTMLElement>> & {
|
|
7
7
|
sizes: typeof BaseSizes;
|
|
8
8
|
chipColors: typeof DROPDOWN_CHIP_COLORS;
|
|
9
9
|
menuPlacements: typeof DROPDOWN_MENU_PLACEMENT;
|
|
@@ -1,9 +1,42 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { ListGroup } from "../BaseList";
|
|
3
3
|
import { VibeComponentProps } from "../../types";
|
|
4
|
-
import { BaseListItemData } from "../BaseListItem
|
|
4
|
+
import { BaseListItemData } from "../BaseListItem";
|
|
5
5
|
export type DropdownGroupOption<Item = Record<string, unknown>> = ListGroup<Item>[] | BaseListItemData<Item>[];
|
|
6
|
-
|
|
6
|
+
interface MultiSelectSpecifics<Item extends BaseListItemData<Record<string, unknown>>> {
|
|
7
|
+
/**
|
|
8
|
+
* If true, the dropdown allows multiple selections.
|
|
9
|
+
*/
|
|
10
|
+
multi: true;
|
|
11
|
+
multiline?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Callback fired when an option is removed in multi-select mode. Only available when multi is true.
|
|
14
|
+
*/
|
|
15
|
+
onOptionRemove?: (option: BaseListItemData<Item>) => void;
|
|
16
|
+
/**
|
|
17
|
+
* The function to call to render the selected value on single select mode.
|
|
18
|
+
*/
|
|
19
|
+
valueRenderer?: never;
|
|
20
|
+
}
|
|
21
|
+
interface SingleSelectSpecifics<Item extends BaseListItemData<Record<string, unknown>>> {
|
|
22
|
+
/**
|
|
23
|
+
* If true, the dropdown allows multiple selections. Defaults to false.
|
|
24
|
+
*/
|
|
25
|
+
multi?: false;
|
|
26
|
+
/**
|
|
27
|
+
* If true, the dropdown allows multiple lines of selected items. (Not available for single select)
|
|
28
|
+
*/
|
|
29
|
+
multiline?: never;
|
|
30
|
+
/**
|
|
31
|
+
* Callback fired when an option is removed in multi-select mode. (Not available for single select)
|
|
32
|
+
*/
|
|
33
|
+
onOptionRemove?: never;
|
|
34
|
+
/**
|
|
35
|
+
* The function to call to render the selected value on single select mode.
|
|
36
|
+
*/
|
|
37
|
+
valueRenderer?: (option: BaseListItemData<Item>) => React.ReactNode;
|
|
38
|
+
}
|
|
39
|
+
export type BaseDropdownProps<Item extends BaseListItemData<Record<string, unknown>>> = VibeComponentProps & {
|
|
7
40
|
/**
|
|
8
41
|
* The list of options available in the list.
|
|
9
42
|
*/
|
|
@@ -32,10 +65,6 @@ export interface BaseDropdownProps<Item extends BaseListItemData<Record<string,
|
|
|
32
65
|
* The function to call to render an option.
|
|
33
66
|
*/
|
|
34
67
|
optionRenderer?: (option: BaseListItemData<Item>) => React.ReactNode;
|
|
35
|
-
/**
|
|
36
|
-
* The function to call to render the selected value
|
|
37
|
-
*/
|
|
38
|
-
valueRenderer?: (option: BaseListItemData<Item>) => React.ReactNode;
|
|
39
68
|
/**
|
|
40
69
|
* The message to display when there are no options.
|
|
41
70
|
*/
|
|
@@ -88,11 +117,6 @@ export interface BaseDropdownProps<Item extends BaseListItemData<Record<string,
|
|
|
88
117
|
* If true, the dropdown will have a clear button.
|
|
89
118
|
*/
|
|
90
119
|
clearable?: boolean;
|
|
91
|
-
/**
|
|
92
|
-
* If true, the dropdown allows multiple selections.
|
|
93
|
-
*/
|
|
94
|
-
multi?: boolean;
|
|
95
|
-
multiline?: boolean;
|
|
96
120
|
/**
|
|
97
121
|
* Callback fired when the dropdown loses focus.
|
|
98
122
|
*/
|
|
@@ -129,14 +153,16 @@ export interface BaseDropdownProps<Item extends BaseListItemData<Record<string,
|
|
|
129
153
|
* Callback fired when an option is selected.
|
|
130
154
|
*/
|
|
131
155
|
onOptionSelect?: (option: BaseListItemData<Item>) => void;
|
|
132
|
-
/**
|
|
133
|
-
* Callback fired when an option is removed in multi-select mode.
|
|
134
|
-
*/
|
|
135
|
-
onOptionRemove?: (option: BaseListItemData<Item>) => void;
|
|
136
156
|
/**
|
|
137
157
|
* Callback fired when scrolling inside the dropdown.
|
|
138
158
|
*/
|
|
139
159
|
onScroll?: (event: React.UIEvent<HTMLUListElement>) => void;
|
|
140
|
-
|
|
160
|
+
/**
|
|
161
|
+
* A function to customize the filtering of options.
|
|
162
|
+
* It receives an option and the current input value, and should return true if the option should be included, false otherwise.
|
|
163
|
+
*/
|
|
164
|
+
filterOption?: (option: Item, inputValue: string) => boolean;
|
|
165
|
+
} & (MultiSelectSpecifics<Item> | SingleSelectSpecifics<Item>);
|
|
141
166
|
export type DropdownSizes = "small" | "medium" | "large";
|
|
142
167
|
export type DropdownDirection = "ltr" | "rtl" | "auto";
|
|
168
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BaseListItemData } from "../../BaseListItem";
|
|
2
2
|
import { DropdownGroupOption } from "../Dropdown.types";
|
|
3
|
-
declare function useDropdownCombobox<T extends BaseListItemData<Record<string, unknown>>>(options: DropdownGroupOption<T>, autoFocus?: boolean, isMenuOpen?: boolean, closeMenuOnSelect?: boolean, onChange?: (option: T | T[]) => void, onInputChange?: (value: string) => void, onMenuOpen?: () => void, onMenuClose?: () => void, onOptionSelect?: (option: T) => void): {
|
|
3
|
+
declare function useDropdownCombobox<T extends BaseListItemData<Record<string, unknown>>>(options: DropdownGroupOption<T>, autoFocus?: boolean, isMenuOpen?: boolean, closeMenuOnSelect?: boolean, onChange?: (option: T | T[]) => void, onInputChange?: (value: string) => void, onMenuOpen?: () => void, onMenuClose?: () => void, onOptionSelect?: (option: T) => void, filterOption?: (option: T, inputValue: string) => boolean): {
|
|
4
4
|
isOpen: boolean;
|
|
5
5
|
inputValue: string;
|
|
6
6
|
highlightedIndex: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseListItemData } from "../../BaseListItem";
|
|
2
2
|
import { ListGroup } from "../../BaseList";
|
|
3
3
|
import { DropdownGroupOption } from "../Dropdown.types";
|
|
4
|
-
declare function useDropdownFiltering<Item extends BaseListItemData>(options: DropdownGroupOption<Item
|
|
4
|
+
declare function useDropdownFiltering<Item extends BaseListItemData>(options: DropdownGroupOption<Item>, filterOption?: (option: Item, inputValue: string) => boolean): {
|
|
5
5
|
filteredOptions: ListGroup<Item>[];
|
|
6
6
|
filterOptions: (inputValue: string) => void;
|
|
7
7
|
setFilteredOptions: import("react").Dispatch<import("react").SetStateAction<ListGroup<Item>[]>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DropdownGroupOption } from "../Dropdown.types";
|
|
2
2
|
import { BaseListItemData } from "../../BaseListItem";
|
|
3
|
-
declare function useDropdownMultiCombobox<T extends BaseListItemData<Record<string, unknown>>>(options: DropdownGroupOption<T>, selectedItems: T[], setSelectedItems: (items: T[]) => void, autoFocus?: boolean, onChange?: (options: T[]) => void, onInputChange?: (value: string) => void, onMenuOpen?: () => void, onMenuClose?: () => void, onOptionSelect?: (option: T) => void): {
|
|
3
|
+
declare function useDropdownMultiCombobox<T extends BaseListItemData<Record<string, unknown>>>(options: DropdownGroupOption<T>, selectedItems: T[], setSelectedItems: (items: T[]) => void, autoFocus?: boolean, onChange?: (options: T[]) => void, onInputChange?: (value: string) => void, onMenuOpen?: () => void, onMenuClose?: () => void, onOptionSelect?: (option: T) => void, filterOption?: (option: T, inputValue: string) => boolean): {
|
|
4
4
|
isOpen: boolean;
|
|
5
5
|
inputValue: string;
|
|
6
6
|
highlightedIndex: number;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { BaseListItemData } from "../../BaseListItem";
|
|
2
2
|
import { ListGroup } from "../../BaseList";
|
|
3
|
-
export declare function normalizeOptions<Item extends BaseListItemData>(options: ListGroup<Item>[] | BaseListItemData<Item>[], filter?: string): ListGroup<Item>[];
|
|
3
|
+
export declare function normalizeOptions<Item extends BaseListItemData>(options: ListGroup<Item>[] | BaseListItemData<Item>[], filter?: string, filterOption?: (option: Item, inputValue: string) => boolean): ListGroup<Item>[];
|
|
@@ -13,7 +13,7 @@ export interface EditableHeadingProps extends VibeComponentProps, EditableTypogr
|
|
|
13
13
|
*/
|
|
14
14
|
weight?: HeadingWeight;
|
|
15
15
|
}
|
|
16
|
-
declare const _default:
|
|
16
|
+
declare const _default: React.ForwardRefExoticComponent<EditableHeadingProps & React.RefAttributes<HTMLElement>> & {
|
|
17
17
|
types: typeof HeadingTypeEnum;
|
|
18
18
|
weights: typeof HeadingWeightEnum;
|
|
19
19
|
};
|
|
@@ -17,7 +17,7 @@ export interface EditableTextProps extends VibeComponentProps, EditableTypograph
|
|
|
17
17
|
*/
|
|
18
18
|
multiline?: boolean;
|
|
19
19
|
}
|
|
20
|
-
declare const _default:
|
|
20
|
+
declare const _default: React.ForwardRefExoticComponent<EditableTextProps & React.RefAttributes<HTMLElement>> & {
|
|
21
21
|
types: typeof TextTypeEnum;
|
|
22
22
|
weights: typeof TextWeightEnum;
|
|
23
23
|
};
|
|
@@ -56,7 +56,7 @@ export interface FlexProps extends VibeComponentProps {
|
|
|
56
56
|
*/
|
|
57
57
|
ariaLabelledby?: string;
|
|
58
58
|
}
|
|
59
|
-
declare const _default:
|
|
59
|
+
declare const _default: React.ForwardRefExoticComponent<FlexProps & React.RefAttributes<HTMLElement>> & {
|
|
60
60
|
justify: typeof FlexJustifyEnum;
|
|
61
61
|
align: typeof FlexAlignEnum;
|
|
62
62
|
gaps: typeof FlexGapEnum;
|
|
@@ -35,7 +35,7 @@ export interface FormattedNumberProps extends VibeComponentProps {
|
|
|
35
35
|
*/
|
|
36
36
|
rtl?: boolean;
|
|
37
37
|
}
|
|
38
|
-
declare const _default:
|
|
38
|
+
declare const _default: React.ForwardRefExoticComponent<FormattedNumberProps & React.RefAttributes<HTMLElement>> & {
|
|
39
39
|
formatNumber: typeof formatNumber;
|
|
40
40
|
localFallBack: string;
|
|
41
41
|
};
|
|
@@ -26,7 +26,7 @@ export interface HeadingProps extends TypographyProps {
|
|
|
26
26
|
*/
|
|
27
27
|
children: ReactNode;
|
|
28
28
|
}
|
|
29
|
-
declare const _default:
|
|
29
|
+
declare const _default: React.ForwardRefExoticComponent<HeadingProps & React.RefAttributes<HTMLElement>> & {
|
|
30
30
|
types: typeof HeadingTypeEnum;
|
|
31
31
|
weights: typeof HeadingWeightEnum;
|
|
32
32
|
colors: typeof TypographyColorEnum;
|
|
@@ -70,7 +70,7 @@ export interface IconProps extends VibeComponentProps {
|
|
|
70
70
|
*/
|
|
71
71
|
customColor?: string;
|
|
72
72
|
}
|
|
73
|
-
declare const _default:
|
|
73
|
+
declare const _default: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<HTMLElement>> & {
|
|
74
74
|
type: typeof IconTypeEnum;
|
|
75
75
|
};
|
|
76
76
|
export default _default;
|
|
@@ -101,7 +101,7 @@ export interface IconButtonProps extends VibeComponentProps {
|
|
|
101
101
|
*/
|
|
102
102
|
loading?: boolean;
|
|
103
103
|
}
|
|
104
|
-
declare const _default:
|
|
104
|
+
declare const _default: React.ForwardRefExoticComponent<IconButtonProps & React.RefAttributes<HTMLElement>> & {
|
|
105
105
|
sizes: {
|
|
106
106
|
readonly SMALL: "small";
|
|
107
107
|
readonly MEDIUM: "medium";
|
|
@@ -37,7 +37,7 @@ export interface LabelProps extends VibeComponentProps {
|
|
|
37
37
|
*/
|
|
38
38
|
size?: LabelSizes;
|
|
39
39
|
}
|
|
40
|
-
declare const _default:
|
|
40
|
+
declare const _default: React.ForwardRefExoticComponent<LabelProps & React.RefAttributes<HTMLElement>> & {
|
|
41
41
|
colors: {
|
|
42
42
|
GRASS_GREEN: import("../../utils/colors-vars-map").ContentColorByName.GRASS_GREEN;
|
|
43
43
|
DONE_GREEN: import("../../utils/colors-vars-map").ContentColorByName.DONE_GREEN;
|
|
@@ -65,7 +65,7 @@ export interface LegacyModalProps {
|
|
|
65
65
|
*/
|
|
66
66
|
unmountOnClose?: boolean;
|
|
67
67
|
}
|
|
68
|
-
declare const _default:
|
|
68
|
+
declare const _default: React.FC<LegacyModalProps> & {
|
|
69
69
|
width: typeof ModalWidthEnum;
|
|
70
70
|
};
|
|
71
71
|
export default _default;
|
|
@@ -62,7 +62,7 @@ export interface LinkProps extends VibeComponentProps {
|
|
|
62
62
|
/** The link's color style */
|
|
63
63
|
color?: LinkColor;
|
|
64
64
|
}
|
|
65
|
-
declare const _default:
|
|
65
|
+
declare const _default: React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLElement>> & {
|
|
66
66
|
targets: typeof LinkTargetEnum;
|
|
67
67
|
iconPositions: typeof IconPositionEnum;
|
|
68
68
|
position: typeof IconPositionEnum;
|
|
@@ -38,7 +38,7 @@ export interface ListProps extends VibeComponentProps {
|
|
|
38
38
|
*/
|
|
39
39
|
role?: AriaRole;
|
|
40
40
|
}
|
|
41
|
-
declare const _default:
|
|
41
|
+
declare const _default: React.ForwardRefExoticComponent<ListProps & React.RefAttributes<HTMLElement>> & {
|
|
42
42
|
components: typeof ListWrapperComponentTypeEnum;
|
|
43
43
|
};
|
|
44
44
|
export default _default;
|
|
@@ -44,7 +44,7 @@ export interface ListItemProps extends VibeComponentProps {
|
|
|
44
44
|
*/
|
|
45
45
|
role?: AriaRole;
|
|
46
46
|
}
|
|
47
|
-
declare const _default:
|
|
47
|
+
declare const _default: React.ForwardRefExoticComponent<ListItemProps & React.RefAttributes<HTMLElement>> & {
|
|
48
48
|
sizes: {
|
|
49
49
|
readonly SMALL: "small";
|
|
50
50
|
readonly MEDIUM: "medium";
|
|
@@ -16,7 +16,7 @@ export interface ListItemAvatarProps extends VibeComponentProps {
|
|
|
16
16
|
*/
|
|
17
17
|
avatarClassName?: string;
|
|
18
18
|
}
|
|
19
|
-
declare const _default:
|
|
19
|
+
declare const _default: React.ForwardRefExoticComponent<ListItemAvatarProps & React.RefAttributes<HTMLElement>> & {
|
|
20
20
|
components: typeof ListItemComponentTypeEnum;
|
|
21
21
|
};
|
|
22
22
|
export default _default;
|
|
@@ -19,7 +19,7 @@ export interface ListItemIconProps extends VibeComponentProps {
|
|
|
19
19
|
*/
|
|
20
20
|
margin?: ListItemIconMargin;
|
|
21
21
|
}
|
|
22
|
-
declare const _default:
|
|
22
|
+
declare const _default: React.ForwardRefExoticComponent<ListItemIconProps & React.RefAttributes<HTMLElement>> & {
|
|
23
23
|
margin: typeof ListItemIconMarginEnum;
|
|
24
24
|
components: typeof ListItemComponentTypeEnum;
|
|
25
25
|
};
|
|
@@ -20,7 +20,7 @@ export interface LoaderProps extends VibeComponentProps {
|
|
|
20
20
|
*/
|
|
21
21
|
wrapperClassName?: string;
|
|
22
22
|
}
|
|
23
|
-
declare const _default:
|
|
23
|
+
declare const _default: React.ForwardRefExoticComponent<LoaderProps & React.RefAttributes<HTMLElement>> & {
|
|
24
24
|
sizes: typeof LoaderSizesEnum;
|
|
25
25
|
colors: typeof LoaderColorsEnum;
|
|
26
26
|
};
|
|
@@ -60,7 +60,7 @@ export interface MenuProps extends VibeComponentProps {
|
|
|
60
60
|
*/
|
|
61
61
|
children?: ElementContent;
|
|
62
62
|
}
|
|
63
|
-
declare const _default:
|
|
63
|
+
declare const _default: React.ForwardRefExoticComponent<MenuProps & React.RefAttributes<HTMLElement>> & {
|
|
64
64
|
sizes: {
|
|
65
65
|
readonly SMALL: "small";
|
|
66
66
|
readonly MEDIUM: "medium";
|
|
@@ -150,7 +150,7 @@ export interface MenuItemTitleComponentProps extends Omit<MenuItemProps, "title"
|
|
|
150
150
|
title: ReactElement;
|
|
151
151
|
"aria-label": NonNullable<AriaAttributes["aria-label"]>;
|
|
152
152
|
}
|
|
153
|
-
declare const _default:
|
|
153
|
+
declare const _default: React.ForwardRefExoticComponent<(MenuItemProps | MenuItemTitleComponentProps) & React.RefAttributes<HTMLElement>> & {
|
|
154
154
|
iconType: typeof import("../../Icon/IconConstants").IconType;
|
|
155
155
|
tooltipPositions: typeof TooltipPositionsEnum;
|
|
156
156
|
};
|
|
@@ -73,7 +73,7 @@ export interface MenuItemButtonProps extends VibeComponentProps {
|
|
|
73
73
|
*/
|
|
74
74
|
children?: ElementContent | ElementContent[];
|
|
75
75
|
}
|
|
76
|
-
declare const _default:
|
|
76
|
+
declare const _default: React.FC<MenuItemButtonProps> & {
|
|
77
77
|
kinds: typeof import("../../Button/ButtonConstants").ButtonType;
|
|
78
78
|
tooltipPositions: typeof TooltipPositionsEnum;
|
|
79
79
|
};
|
|
@@ -12,7 +12,7 @@ export interface MenuTitleProps extends VibeComponentProps {
|
|
|
12
12
|
*/
|
|
13
13
|
captionPosition?: MenuTitleCaptionPosition;
|
|
14
14
|
}
|
|
15
|
-
declare const _default:
|
|
15
|
+
declare const _default: React.FC<MenuTitleProps> & {
|
|
16
16
|
positions: typeof MenuTitleCaptionPositionEnum;
|
|
17
17
|
captionPositions: typeof MenuTitleCaptionPositionEnum;
|
|
18
18
|
};
|
|
@@ -144,7 +144,7 @@ export interface MenuButtonProps extends VibeComponentProps {
|
|
|
144
144
|
*/
|
|
145
145
|
ariaControls?: string;
|
|
146
146
|
}
|
|
147
|
-
declare const _default:
|
|
147
|
+
declare const _default: React.ForwardRefExoticComponent<MenuButtonProps & React.RefAttributes<HTMLElement>> & {
|
|
148
148
|
sizes: typeof MenuButtonSizeEnum;
|
|
149
149
|
paddingSizes: typeof DialogSizeEnum;
|
|
150
150
|
dialogPositions: typeof DialogPositionEnum;
|
|
@@ -44,7 +44,7 @@ export interface MultiStepIndicatorProps extends VibeComponentProps {
|
|
|
44
44
|
*/
|
|
45
45
|
size?: MultiStepSize;
|
|
46
46
|
}
|
|
47
|
-
declare const _default:
|
|
47
|
+
declare const _default: React.ForwardRefExoticComponent<MultiStepIndicatorProps & React.RefAttributes<HTMLElement>> & {
|
|
48
48
|
types: typeof MultiStepTypeEnum;
|
|
49
49
|
stepStatuses: typeof StepStatusEnum;
|
|
50
50
|
textPlacements: typeof TextPlacementEnum;
|
|
@@ -62,7 +62,7 @@ export interface LinearProgressBarProps extends VibeComponentProps {
|
|
|
62
62
|
*/
|
|
63
63
|
fullWidth?: boolean;
|
|
64
64
|
}
|
|
65
|
-
declare const _default:
|
|
65
|
+
declare const _default: React.ForwardRefExoticComponent<LinearProgressBarProps & React.RefAttributes<HTMLElement>> & {
|
|
66
66
|
styles: typeof ProgressBarStyleEnum;
|
|
67
67
|
barStyles: typeof ProgressBarStyleEnum;
|
|
68
68
|
types: typeof ProgressBarTypeEnum;
|
|
@@ -28,7 +28,7 @@ export interface SkeletonProps extends VibeComponentProps {
|
|
|
28
28
|
*/
|
|
29
29
|
fullWidth?: boolean;
|
|
30
30
|
}
|
|
31
|
-
declare const _default:
|
|
31
|
+
declare const _default: React.FC<SkeletonProps> & {
|
|
32
32
|
types: typeof SkeletonTypeEnum;
|
|
33
33
|
sizes: {
|
|
34
34
|
CUSTOM: string;
|
|
@@ -117,7 +117,7 @@ export type SliderProps = {
|
|
|
117
117
|
*/
|
|
118
118
|
selectionIndicatorWidth?: string;
|
|
119
119
|
};
|
|
120
|
-
declare const _default:
|
|
120
|
+
declare const _default: React.ForwardRefExoticComponent<SliderProps & React.RefAttributes<HTMLElement>> & {
|
|
121
121
|
sizes: {
|
|
122
122
|
readonly SMALL: "small";
|
|
123
123
|
readonly MEDIUM: "medium";
|
|
@@ -8,7 +8,7 @@ export interface SliderInfixProps extends VibeComponentProps {
|
|
|
8
8
|
*/
|
|
9
9
|
kind?: InfixKind;
|
|
10
10
|
}
|
|
11
|
-
declare const _default:
|
|
11
|
+
declare const _default: React.FC<SliderInfixProps> & {
|
|
12
12
|
kinds: typeof InfixKindEnum;
|
|
13
13
|
};
|
|
14
14
|
export default _default;
|
|
@@ -40,7 +40,7 @@ export interface SplitButtonProps extends ButtonProps {
|
|
|
40
40
|
*/
|
|
41
41
|
shouldCloseOnClickInsideDialog?: boolean;
|
|
42
42
|
}
|
|
43
|
-
declare const _default:
|
|
43
|
+
declare const _default: React.FC<SplitButtonProps> & {
|
|
44
44
|
secondaryPositions: {
|
|
45
45
|
readonly BOTTOM_START: "bottom-start";
|
|
46
46
|
readonly BOTTOM_MIDDLE: "bottom";
|
|
@@ -53,7 +53,7 @@ export interface StepsProps extends VibeComponentProps {
|
|
|
53
53
|
*/
|
|
54
54
|
onFinish?: (e: React.MouseEvent | React.KeyboardEvent) => void;
|
|
55
55
|
}
|
|
56
|
-
declare const _default:
|
|
56
|
+
declare const _default: React.ForwardRefExoticComponent<StepsProps & React.RefAttributes<HTMLElement>> & {
|
|
57
57
|
types: typeof StepsTypeEnum;
|
|
58
58
|
colors: typeof StepsColorEnum;
|
|
59
59
|
};
|