kwant-ui 3.15.5-alpha.3 → 3.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AvatarGroup/AvatarGroup.types.d.ts +19 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.styled.d.ts.map +1 -0
- package/dist/components/Button/helper.d.ts.map +1 -0
- package/dist/components/Button/types.d.ts.map +1 -0
- package/dist/components/HoverCalender/HoverCalender.d.ts +3 -0
- package/dist/components/HoverCalender/HoverCalenderStyled.d.ts +1 -0
- package/dist/components/HoverCalender/types.d.ts +10 -0
- package/dist/components/MultiSelect/onOutsideClick.d.ts +3 -0
- package/dist/components/Slider/Slider.d.ts.map +1 -0
- package/dist/components/Slider/Slider.styled.d.ts.map +1 -0
- package/dist/components/Slider/index.d.ts.map +1 -0
- package/dist/components/Slider/types.d.ts.map +1 -0
- package/dist/components/StepperDrawer/StepperDrawer.d.ts +3 -0
- package/dist/components/StepperDrawer/StepperDrawer.types.d.ts +8 -0
- package/dist/components/StepperDrawer/StepperDrawer.utils.d.ts +1 -0
- package/dist/components/StepperDrawer/StepperDrawerStyled.d.ts +5 -0
- package/dist/components/StepperDrawer/index.d.ts +2 -0
- package/dist/components/Text/TextStyled.d.ts.map +1 -0
- package/dist/components/Text/index.d.ts.map +1 -0
- package/dist/components/Text/types.d.ts.map +1 -0
- package/dist/components/Text/typography.d.ts.map +1 -0
- package/dist/components/Text/utils.d.ts.map +1 -0
- package/dist/components/stepper/index.d.ts.map +1 -0
- package/dist/fonts/Poppins-Black.woff +0 -0
- package/dist/fonts/Poppins-Black.woff2 +0 -0
- package/dist/fonts/Poppins-Bold.woff +0 -0
- package/dist/fonts/Poppins-Bold.woff2 +0 -0
- package/dist/fonts/Poppins-Italic.woff +0 -0
- package/dist/fonts/Poppins-Italic.woff2 +0 -0
- package/dist/fonts/Poppins-Light.woff +0 -0
- package/dist/fonts/Poppins-Light.woff2 +0 -0
- package/dist/fonts/Poppins-Medium.woff +0 -0
- package/dist/fonts/Poppins-Medium.woff2 +0 -0
- package/dist/fonts/Poppins-Regular.woff +0 -0
- package/dist/fonts/Poppins-Regular.woff2 +0 -0
- package/dist/fonts/Poppins-SemiBold.woff +0 -0
- package/dist/fonts/Poppins-SemiBold.woff2 +0 -0
- package/dist/fonts/fonts.d.ts +2 -0
- package/dist/fonts/fonts.ts +95 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +0 -3
- package/dist/index.js +0 -3
- package/dist/kwant-ui.es.js +4345 -0
- package/dist/kwant-ui.umd.js +507 -0
- package/dist/package.json +1 -1
- package/dist/public/assets/images/approve.svg +21 -0
- package/dist/public/assets/images/complete.svg +20 -0
- package/dist/public/assets/images/reject.svg +27 -0
- package/dist/public/assets/sprite.svg +9502 -0
- package/dist/stories/Alert.stories.d.ts +77 -0
- package/dist/stories/Avatar/index.d.ts +4 -0
- package/dist/stories/Avatar.stories.d.ts +100 -0
- package/dist/stories/AvatarGroup/index.d.ts +10 -0
- package/dist/stories/AvatarGroup.stories.d.ts +80 -0
- package/dist/stories/Badge/Badge.stories.d.ts +48 -0
- package/dist/stories/Badge/Badges.d.ts +2 -0
- package/dist/stories/BaseDrawer.stories.d.ts +56 -0
- package/dist/stories/BaseDropdown/BaseDropdownStory.d.ts +3 -0
- package/dist/stories/BaseDropdown.stories.d.ts +9 -0
- package/dist/stories/Battery/Battery.stories.d.ts +22 -0
- package/dist/stories/Battery/BatteryContainer.d.ts +2 -0
- package/dist/stories/Breadcrumb/index.d.ts +2 -0
- package/dist/stories/Breadcrumb.stories.d.ts +16 -0
- package/dist/stories/Button.stories.d.ts +42 -0
- package/dist/stories/Calendar.stories.d.ts +64 -0
- package/dist/stories/Checkbox/index.d.ts +3 -0
- package/dist/stories/Checkbox.stories.d.ts +48 -0
- package/dist/stories/ConfirmationScreen/ConfirmationScreen.stories.d.ts +57 -0
- package/dist/stories/ConfirmationScreen/ConfirmationScreenContainer.d.ts +2 -0
- package/dist/stories/ConfirmationScreen/ConfirmationScreenContainerStyled.d.ts +1 -0
- package/dist/stories/CountryCodeInput.stories.d.ts +58 -0
- package/dist/stories/CountryInput/CountryInput.d.ts +2 -0
- package/dist/stories/Datepicker.stories.d.ts +46 -0
- package/dist/stories/Design-system/Grid/index.d.ts +2 -0
- package/dist/stories/Design-system/Typography/index.d.ts +2 -0
- package/dist/stories/Design-system/colors/index.d.ts +2 -0
- package/dist/stories/Design-system/colors.stories.d.ts +9 -0
- package/dist/stories/Design-system/grid.stories.d.ts +12 -0
- package/dist/stories/Design-system/typography.stories.d.ts +11 -0
- package/dist/stories/Dialog/DialogStory.d.ts +3 -0
- package/dist/stories/Dialog/DialogStoryStyled.d.ts +2 -0
- package/dist/stories/Dialog/DialogStoryUtils.d.ts +3 -0
- package/dist/stories/Dialog.stories.d.ts +10 -0
- package/dist/stories/DocumentCard/DocumentCardContainer.d.ts +4 -0
- package/dist/stories/DocumentCard/DocumentCardContainer.stories.d.ts +47 -0
- package/dist/stories/DocumentCard/DocumentCardContainer.styled.d.ts +1 -0
- package/dist/stories/Drawer/BaseDrawerStory.d.ts +2 -0
- package/dist/stories/Drawer/DrawerStory.d.ts +2 -0
- package/dist/stories/Drawer/DrawerStory.styled.d.ts +3 -0
- package/dist/stories/Drawer/DrawerStoryUtils.d.ts +255 -0
- package/dist/stories/Drawer/StepperDrawerLayoutStory.d.ts +2 -0
- package/dist/stories/Drawer/StepperDrawerStory.d.ts +2 -0
- package/dist/stories/Drawer.stories.d.ts +89 -0
- package/dist/stories/Dropdown/DropdownStory.d.ts +3 -0
- package/dist/stories/Dropdown/DropdownStoryUtils.d.ts +105 -0
- package/dist/stories/Dropdown.stories.d.ts +104 -0
- package/dist/stories/DropdownCalendar/index.d.ts +3 -0
- package/dist/stories/DropdownCalendar.stories.d.ts +15 -0
- package/dist/stories/DropdownSelect/index.d.ts +3 -0
- package/dist/stories/DropdownSelect.stories.d.ts +109 -0
- package/dist/stories/FilterTag/FIlterTagContainerStyled.d.ts +1 -0
- package/dist/stories/FilterTag/FilterTagContainer.d.ts +2 -0
- package/dist/stories/FilterTag/FilterTagContainer.stories.d.ts +75 -0
- package/dist/stories/HorizontalStepper/HorizontalStepperContainer.d.ts +2 -0
- package/dist/stories/HorizontalStepper/HorizontalStepperContainer.styled.d.ts +1 -0
- package/dist/stories/HorizontalStepper/data.d.ts +10 -0
- package/dist/stories/HorizontalStepper.stories.d.ts +42 -0
- package/dist/stories/HoverCalender/HoverCalendarContainer.d.ts +2 -0
- package/dist/stories/HoverCalender/HoverCalendarContainer.stories.d.ts +75 -0
- package/dist/stories/HoverCalender/HoverCalendarContainerStyled.d.ts +1 -0
- package/dist/stories/HoverCalender/HoverCalenderContainer.d.ts +2 -0
- package/dist/stories/HoverCalender/HoverCalenderContainer.stories.d.ts +64 -0
- package/dist/stories/HoverCalender/HoverCalenderContainerStyled.d.ts +1 -0
- package/dist/stories/HoverInput/HoverInputContainer.d.ts +2 -0
- package/dist/stories/HoverInput/HoverInputContainer.stories.d.ts +56 -0
- package/dist/stories/HoverInput/HoverInputContainerStyled.d.ts +1 -0
- package/dist/stories/HoverSelect/HoverSelectContainer.d.ts +2 -0
- package/dist/stories/HoverSelect/HoverSelectContainer.stories.d.ts +56 -0
- package/dist/stories/HoverSelect/HoverSelectContainerStyled.d.ts +1 -0
- package/dist/stories/Icon.stories.d.ts +10 -0
- package/dist/stories/IconLabel/LabelIcon.d.ts +2 -0
- package/dist/stories/IconLabel/LabelIconStory.d.ts +2 -0
- package/dist/stories/IconLabel.stories.d.ts +19 -0
- package/dist/stories/Input.stories.d.ts +72 -0
- package/dist/stories/Loader/LoaderStory.d.ts +3 -0
- package/dist/stories/Loader.stories.d.ts +9 -0
- package/dist/stories/MultiSelect/MultiSelect.stories.d.ts +38 -0
- package/dist/stories/MultiSelect/MultiSelectContainer.d.ts +2 -0
- package/dist/stories/MultiSelect/MultiSelectContainerStyled.d.ts +1 -0
- package/dist/stories/Navigation/index.d.ts +3 -0
- package/dist/stories/Navigation.stories.d.ts +11 -0
- package/dist/stories/ONBCertificateCard/InfoAccordionContainer.d.ts +2 -0
- package/dist/stories/ONBCertificateCard/InfoAccordionContainer.stories.d.ts +26 -0
- package/dist/stories/ONBCertificateCard/InfoAccordionContainerStyled.d.ts +1 -0
- package/dist/stories/OTP/OTPInput.stories.d.ts +93 -0
- package/dist/stories/OTP/index.d.ts +1 -0
- package/dist/stories/Overlay/OverlayStoryStyled.d.ts +1 -0
- package/dist/stories/Overlay.stories.d.ts +9 -0
- package/dist/stories/Pagination.stories.d.ts +42 -0
- package/dist/stories/Radio/RadioStory.d.ts +3 -0
- package/dist/stories/Radio.stories.d.ts +36 -0
- package/dist/stories/Select.stories.d.ts +10 -0
- package/dist/stories/Selector/SelectorButton.d.ts +2 -0
- package/dist/stories/Selector/data.d.ts +6 -0
- package/dist/stories/SelectorButton.stories.d.ts +37 -0
- package/dist/stories/Skeleton/SkeletonComponent.d.ts +2 -0
- package/dist/stories/Skeleton/SkeletonComponent.styled.d.ts +1 -0
- package/dist/stories/Skeleton.stories.d.ts +30 -0
- package/dist/stories/Slider/Slider.stories.d.ts +49 -0
- package/dist/stories/Slider/index.d.ts +3 -0
- package/dist/stories/Spinner/LineSpinner.d.ts +2 -0
- package/dist/stories/Spinner/LineSpinner.stories.d.ts +23 -0
- package/dist/stories/Spinner/LineSpinner.styled.d.ts +1 -0
- package/dist/stories/Stepper/data.d.ts +17 -0
- package/dist/stories/Stepper/index.d.ts +3 -0
- package/dist/stories/Stepper.stories.d.ts +48 -0
- package/dist/stories/StepperDrawer.stories.d.ts +72 -0
- package/dist/stories/StepperDrawerLayout.stories.d.ts +102 -0
- package/dist/stories/Switch/Switch.stories.d.ts +55 -0
- package/dist/stories/Switch/SwitchContainer.d.ts +2 -0
- package/dist/stories/Switch/SwitchContainer.styled.d.ts +1 -0
- package/dist/stories/Tabs.stories.d.ts +45 -0
- package/dist/stories/Tag/Tag.stories.d.ts +103 -0
- package/dist/stories/Tag/Tag.styled.d.ts +1 -0
- package/dist/stories/Tag/TagContainer.d.ts +2 -0
- package/dist/stories/Text/index.d.ts +3 -0
- package/dist/stories/Toast/Toast.stories.d.ts +32 -0
- package/dist/stories/Toast/ToastStoriesStyled.d.ts +4 -0
- package/dist/stories/Toast/index.d.ts +3 -0
- package/dist/stories/Tooltip/TooltipData.d.ts +3 -0
- package/dist/stories/Tooltip/index.d.ts +2 -0
- package/dist/stories/UploadAvatar/UploadAvatar.stories.d.ts +66 -0
- package/dist/stories/UploadAvatar/UploadAvatarContainer.d.ts +2 -0
- package/dist/stories/UploadAvatar/UploadAvatarContainerStyled.d.ts +1 -0
- package/dist/stories/data.d.ts +8 -0
- package/dist/stories/text.stories.d.ts +29 -0
- package/dist/stories/tooltip.stories.d.ts +85 -0
- package/dist/themes/colors.d.ts.map +1 -0
- package/dist/themes/index.d.ts.map +1 -0
- package/dist/themes/types.d.ts.map +1 -0
- package/dist/types.d.ts +572 -0
- package/package.json +1 -1
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
export declare const argTypes: {
|
|
2
|
+
maxHeight: {
|
|
3
|
+
description: string;
|
|
4
|
+
defaultValue: {
|
|
5
|
+
summary: number;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
maxWidth: {
|
|
9
|
+
description: string;
|
|
10
|
+
defaultValue: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
offsetTop: {
|
|
15
|
+
description: string;
|
|
16
|
+
defaultValue: {
|
|
17
|
+
summary: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
offsetLeft: {
|
|
21
|
+
description: string;
|
|
22
|
+
defaultValue: {
|
|
23
|
+
summary: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
offsetRight: {
|
|
27
|
+
description: string;
|
|
28
|
+
defaultValue: {
|
|
29
|
+
summary: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
onDropdownVisibilityChange: {
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
data: {
|
|
36
|
+
description: string;
|
|
37
|
+
defaultValue: {
|
|
38
|
+
summary: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
onSelect: {
|
|
42
|
+
description: string;
|
|
43
|
+
};
|
|
44
|
+
itemComponent: {
|
|
45
|
+
description: string;
|
|
46
|
+
};
|
|
47
|
+
showSeparator: {
|
|
48
|
+
description: string;
|
|
49
|
+
defaultValue: {
|
|
50
|
+
summary: boolean;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
collapseOnSelect: {
|
|
54
|
+
description: string;
|
|
55
|
+
defaultValue: {
|
|
56
|
+
summary: boolean;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
inputLeftSection: {
|
|
60
|
+
description: string;
|
|
61
|
+
};
|
|
62
|
+
inputRightSection: {
|
|
63
|
+
description: string;
|
|
64
|
+
};
|
|
65
|
+
searchPlaceholder: {
|
|
66
|
+
description: string;
|
|
67
|
+
defaultValue: {
|
|
68
|
+
summary: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
searchable: {
|
|
72
|
+
description: string;
|
|
73
|
+
defaultValue: {
|
|
74
|
+
summary: boolean;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
opened: {
|
|
78
|
+
description: string;
|
|
79
|
+
defaultValue: {
|
|
80
|
+
summary: string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
onChange: {
|
|
84
|
+
description: string;
|
|
85
|
+
defaultValue: {
|
|
86
|
+
summary: string;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
export declare const defaultArgs: {
|
|
91
|
+
maxHeight: number;
|
|
92
|
+
width: number;
|
|
93
|
+
offsetTop: string;
|
|
94
|
+
offsetLeft: string;
|
|
95
|
+
offsetRight: string;
|
|
96
|
+
data: {
|
|
97
|
+
label: string;
|
|
98
|
+
value: string;
|
|
99
|
+
}[];
|
|
100
|
+
showSeparator: boolean;
|
|
101
|
+
searchPlaceholder: string;
|
|
102
|
+
collapseOnSelect: boolean;
|
|
103
|
+
searchable: boolean;
|
|
104
|
+
showScrollbar: boolean;
|
|
105
|
+
};
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: (props: import("@storybook/react").StoryContext<import("@storybook/types").StrictArgs>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
maxHeight: {
|
|
8
|
+
description: string;
|
|
9
|
+
defaultValue: {
|
|
10
|
+
summary: number;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
maxWidth: {
|
|
14
|
+
description: string;
|
|
15
|
+
defaultValue: {
|
|
16
|
+
summary: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
offsetTop: {
|
|
20
|
+
description: string;
|
|
21
|
+
defaultValue: {
|
|
22
|
+
summary: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
offsetLeft: {
|
|
26
|
+
description: string;
|
|
27
|
+
defaultValue: {
|
|
28
|
+
summary: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
offsetRight: {
|
|
32
|
+
description: string;
|
|
33
|
+
defaultValue: {
|
|
34
|
+
summary: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
onDropdownVisibilityChange: {
|
|
38
|
+
description: string;
|
|
39
|
+
};
|
|
40
|
+
data: {
|
|
41
|
+
description: string;
|
|
42
|
+
defaultValue: {
|
|
43
|
+
summary: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
onSelect: {
|
|
47
|
+
description: string;
|
|
48
|
+
};
|
|
49
|
+
itemComponent: {
|
|
50
|
+
description: string;
|
|
51
|
+
};
|
|
52
|
+
showSeparator: {
|
|
53
|
+
description: string;
|
|
54
|
+
defaultValue: {
|
|
55
|
+
summary: boolean;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
collapseOnSelect: {
|
|
59
|
+
description: string;
|
|
60
|
+
defaultValue: {
|
|
61
|
+
summary: boolean;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
inputLeftSection: {
|
|
65
|
+
description: string;
|
|
66
|
+
};
|
|
67
|
+
inputRightSection: {
|
|
68
|
+
description: string;
|
|
69
|
+
};
|
|
70
|
+
searchPlaceholder: {
|
|
71
|
+
description: string;
|
|
72
|
+
defaultValue: {
|
|
73
|
+
summary: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
searchable: {
|
|
77
|
+
description: string;
|
|
78
|
+
defaultValue: {
|
|
79
|
+
summary: boolean;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
opened: {
|
|
83
|
+
description: string;
|
|
84
|
+
defaultValue: {
|
|
85
|
+
summary: string;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
onChange: {
|
|
89
|
+
description: string;
|
|
90
|
+
defaultValue: {
|
|
91
|
+
summary: string;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
export default meta;
|
|
97
|
+
type Story = StoryObj<typeof meta>;
|
|
98
|
+
export declare const Default: Story;
|
|
99
|
+
export declare const WithoutSeparator: Story;
|
|
100
|
+
export declare const CustomOption: Story;
|
|
101
|
+
export declare const NotSearchable: Story;
|
|
102
|
+
export declare const WithoutScrollbar: Story;
|
|
103
|
+
export declare const Controlled: Story;
|
|
104
|
+
export declare const WithImageProperty: Story;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: (props: {}) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
tags: string[];
|
|
6
|
+
paramaters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
argTypes: {};
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const Default: Story;
|
|
14
|
+
export declare const RangeSingleCalendar: Story;
|
|
15
|
+
export declare const RangeCalendar: Story;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { StoryContext } from '@storybook/react';
|
|
2
|
+
export declare const DefaultDropdownSelectStory: (props: StoryContext) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const ControlledDropdownSelectStory: (props: StoryContext) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: (props: import("@storybook/react").StoryContext<import("@storybook/types").StrictArgs>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
toggleOnTargetClick: {
|
|
8
|
+
description: string;
|
|
9
|
+
defaultValue: {
|
|
10
|
+
summary: boolean;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
maxHeight: {
|
|
14
|
+
description: string;
|
|
15
|
+
defaultValue: {
|
|
16
|
+
summary: number;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
maxWidth: {
|
|
20
|
+
description: string;
|
|
21
|
+
defaultValue: {
|
|
22
|
+
summary: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
offsetTop: {
|
|
26
|
+
description: string;
|
|
27
|
+
defaultValue: {
|
|
28
|
+
summary: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
offsetLeft: {
|
|
32
|
+
description: string;
|
|
33
|
+
defaultValue: {
|
|
34
|
+
summary: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
offsetRight: {
|
|
38
|
+
description: string;
|
|
39
|
+
defaultValue: {
|
|
40
|
+
summary: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
onDropdownVisibilityChange: {
|
|
44
|
+
description: string;
|
|
45
|
+
};
|
|
46
|
+
data: {
|
|
47
|
+
description: string;
|
|
48
|
+
defaultValue: {
|
|
49
|
+
summary: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
onSelect: {
|
|
53
|
+
description: string;
|
|
54
|
+
};
|
|
55
|
+
itemComponent: {
|
|
56
|
+
description: string;
|
|
57
|
+
};
|
|
58
|
+
showSeparator: {
|
|
59
|
+
description: string;
|
|
60
|
+
defaultValue: {
|
|
61
|
+
summary: boolean;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
collapseOnSelect: {
|
|
65
|
+
description: string;
|
|
66
|
+
defaultValue: {
|
|
67
|
+
summary: boolean;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
inputLeftSection: {
|
|
71
|
+
description: string;
|
|
72
|
+
};
|
|
73
|
+
inputRightSection: {
|
|
74
|
+
description: string;
|
|
75
|
+
};
|
|
76
|
+
searchPlaceholder: {
|
|
77
|
+
description: string;
|
|
78
|
+
defaultValue: {
|
|
79
|
+
summary: string;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
searchable: {
|
|
83
|
+
description: string;
|
|
84
|
+
defaultValue: {
|
|
85
|
+
summary: boolean;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
opened: {
|
|
89
|
+
description: string;
|
|
90
|
+
defaultValue: {
|
|
91
|
+
summary: string;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
onChange: {
|
|
95
|
+
description: string;
|
|
96
|
+
defaultValue: {
|
|
97
|
+
summary: string;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
export default meta;
|
|
103
|
+
type Story = StoryObj<typeof meta>;
|
|
104
|
+
export declare const Default: Story;
|
|
105
|
+
export declare const WithoutSeparator: Story;
|
|
106
|
+
export declare const CustomOption: Story;
|
|
107
|
+
export declare const NotSearchable: Story;
|
|
108
|
+
export declare const WithoutScrollbar: Story;
|
|
109
|
+
export declare const Controlled: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const FilterTagContainerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import FilterTagContainer from './FilterTagContainer';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof FilterTagContainer;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
label: {
|
|
9
|
+
description: string;
|
|
10
|
+
defaultValue: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
filterOptions: {
|
|
15
|
+
control: string;
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
multiFilters: {
|
|
19
|
+
description: string;
|
|
20
|
+
defaultValue: {
|
|
21
|
+
summary: boolean;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
numberOfSelectedFilters: {
|
|
25
|
+
control: string;
|
|
26
|
+
options: number[];
|
|
27
|
+
defaultValue: {
|
|
28
|
+
summary: string;
|
|
29
|
+
};
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
align: {
|
|
33
|
+
control: string;
|
|
34
|
+
options: string[];
|
|
35
|
+
defaultValue: {
|
|
36
|
+
summary: string;
|
|
37
|
+
};
|
|
38
|
+
description: string;
|
|
39
|
+
};
|
|
40
|
+
onClose: {
|
|
41
|
+
type: "function";
|
|
42
|
+
description: string;
|
|
43
|
+
defaultValue: {
|
|
44
|
+
summary: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
onClick: {
|
|
48
|
+
type: "function";
|
|
49
|
+
description: string;
|
|
50
|
+
defaultValue: {
|
|
51
|
+
summary: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
onTagClose: {
|
|
55
|
+
type: "function";
|
|
56
|
+
description: string;
|
|
57
|
+
defaultValue: {
|
|
58
|
+
summary: string;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
onTagClick: {
|
|
62
|
+
type: "function";
|
|
63
|
+
description: string;
|
|
64
|
+
defaultValue: {
|
|
65
|
+
summary: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
export default meta;
|
|
71
|
+
type Story = StoryObj<typeof meta>;
|
|
72
|
+
export declare const MultipleSelectedFilters: Story;
|
|
73
|
+
export declare const FilterLeft: Story;
|
|
74
|
+
export declare const FilterRight: Story;
|
|
75
|
+
export declare const SingleFilter: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HorizontalStepperWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import HorizontalStepperContainer from './HorizontalStepper/HorizontalStepperContainer';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof HorizontalStepperContainer;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
direction: {
|
|
9
|
+
description: string;
|
|
10
|
+
defaultValue: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
control: string;
|
|
14
|
+
options: string[];
|
|
15
|
+
};
|
|
16
|
+
align: {
|
|
17
|
+
description: string;
|
|
18
|
+
defaultValue: {
|
|
19
|
+
summary: string;
|
|
20
|
+
};
|
|
21
|
+
control: string;
|
|
22
|
+
options: string[];
|
|
23
|
+
};
|
|
24
|
+
steps: {
|
|
25
|
+
description: string;
|
|
26
|
+
defaultValue: {
|
|
27
|
+
summary: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
activeStep: {
|
|
31
|
+
description: string;
|
|
32
|
+
defaultValue: {
|
|
33
|
+
summary: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export default meta;
|
|
39
|
+
type Story = StoryObj<typeof meta>;
|
|
40
|
+
export declare const MultiStepper: Story;
|
|
41
|
+
export declare const MultiErrorStepper: Story;
|
|
42
|
+
export declare const MultiStepperRow: Story;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import HoverCalendarContainer from './HoverCalendarContainer';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof HoverCalendarContainer;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
label: {
|
|
9
|
+
description: string;
|
|
10
|
+
defaultValue: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
value: {
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
rangeValue: {
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
allowRange: {
|
|
21
|
+
control: {
|
|
22
|
+
type: string;
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
defaultValue: {
|
|
26
|
+
summary: boolean;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
placeholder: {
|
|
30
|
+
description: string;
|
|
31
|
+
defaultValue: {
|
|
32
|
+
summary: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
onSelect: {
|
|
36
|
+
description: string;
|
|
37
|
+
};
|
|
38
|
+
editMode: {
|
|
39
|
+
options: string[];
|
|
40
|
+
control: {
|
|
41
|
+
type: string;
|
|
42
|
+
};
|
|
43
|
+
defaultValue: {
|
|
44
|
+
summary: boolean;
|
|
45
|
+
};
|
|
46
|
+
description: string;
|
|
47
|
+
};
|
|
48
|
+
disableEdit: {
|
|
49
|
+
options: string[];
|
|
50
|
+
control: {
|
|
51
|
+
type: string;
|
|
52
|
+
};
|
|
53
|
+
defaultValue: {
|
|
54
|
+
summary: boolean;
|
|
55
|
+
};
|
|
56
|
+
description: string;
|
|
57
|
+
};
|
|
58
|
+
numberOfMonths: {
|
|
59
|
+
options: number[];
|
|
60
|
+
control: {
|
|
61
|
+
type: string;
|
|
62
|
+
};
|
|
63
|
+
defaultValue: {
|
|
64
|
+
summary: number;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
export default meta;
|
|
70
|
+
type Story = StoryObj<typeof meta>;
|
|
71
|
+
export declare const Default: Story;
|
|
72
|
+
export declare const EditMode: Story;
|
|
73
|
+
export declare const DateRangeEnabled: Story;
|
|
74
|
+
export declare const DateRangeSelectFromTwoMonths: Story;
|
|
75
|
+
export declare const DisableEdit: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HoverCalendarContainerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import HoverCalenderContainer from './HoverCalenderContainer';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof HoverCalenderContainer;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
label: {
|
|
9
|
+
description: string;
|
|
10
|
+
defaultValue: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
value: {
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
rangeValue: {
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
allowRange: {
|
|
21
|
+
control: {
|
|
22
|
+
type: string;
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
defaultValue: {
|
|
26
|
+
summary: boolean;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
placeholder: {
|
|
30
|
+
description: string;
|
|
31
|
+
defaultValue: {
|
|
32
|
+
summary: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
onSelect: {
|
|
36
|
+
description: string;
|
|
37
|
+
};
|
|
38
|
+
editMode: {
|
|
39
|
+
options: string[];
|
|
40
|
+
control: {
|
|
41
|
+
type: string;
|
|
42
|
+
};
|
|
43
|
+
defaultValue: {
|
|
44
|
+
summary: boolean;
|
|
45
|
+
};
|
|
46
|
+
description: string;
|
|
47
|
+
};
|
|
48
|
+
numberOfMonths: {
|
|
49
|
+
options: number[];
|
|
50
|
+
control: {
|
|
51
|
+
type: string;
|
|
52
|
+
};
|
|
53
|
+
defaultValue: {
|
|
54
|
+
summary: number;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
export default meta;
|
|
60
|
+
type Story = StoryObj<typeof meta>;
|
|
61
|
+
export declare const Default: Story;
|
|
62
|
+
export declare const EditMode: Story;
|
|
63
|
+
export declare const DateRangeEnabled: Story;
|
|
64
|
+
export declare const DateRangeSelectFromTwoMonths: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HoverCalenderContainerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|