oolib 2.110.0 → 2.111.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/UIContent/index.d.ts +17 -17
- package/dist/components/Accordion/index.d.ts +56 -13
- package/dist/components/Accordion/index.js +23 -31
- package/dist/components/Accordion/styled.d.ts +7 -7
- package/dist/components/Accordion/styled.js +7 -8
- package/dist/components/ActionMenu/index.js +2 -9
- package/dist/components/AudioInput/comps/AudioAction.d.ts +1 -1
- package/dist/components/AudioInput/comps/AudioPlayer.d.ts +1 -1
- package/dist/components/AudioInput/index.js +1 -1
- package/dist/components/Breadcrumbs/index.styled.d.ts +1 -1
- package/dist/components/Buttons/index.d.ts +32 -42
- package/dist/components/Buttons/index.js +3 -3
- package/dist/components/Coachmark/comps/MovingCoachmark/index.d.ts +3 -0
- package/dist/components/Coachmark/comps/MovingCoachmark/index.js +68 -0
- package/dist/components/Coachmark/comps/MovingCoachmark/styled.d.ts +2 -0
- package/dist/components/Coachmark/comps/MovingCoachmark/styled.js +45 -0
- package/dist/components/Coachmark/comps/MovingCoachmark/utils/index.d.ts +1 -0
- package/dist/components/Coachmark/comps/MovingCoachmark/utils/index.js +57 -0
- package/dist/components/Coachmark/config.d.ts +31 -0
- package/dist/components/Coachmark/config.js +61 -0
- package/dist/components/Coachmark/index.d.ts +4 -0
- package/dist/components/Coachmark/index.js +74 -0
- package/dist/components/Coachmark/styled.d.ts +1 -0
- package/dist/components/Coachmark/styled.js +37 -0
- package/dist/components/Coachmark/utils/index.d.ts +13 -0
- package/dist/components/Coachmark/utils/index.js +70 -0
- package/dist/components/DateRangePicker/index.d.ts +1 -1
- package/dist/components/DateTimePicker/index.styled.d.ts +0 -0
- package/dist/components/DateTimePicker/index.styled.js +0 -0
- package/dist/components/Dropdowns/DropdownMulti/index.js +4 -28
- package/dist/components/Dropdowns/DropdownSingle/index.js +4 -28
- package/dist/components/Dropdowns/comps/OptionsMulti/index.js +3 -30
- package/dist/components/Dropdowns/comps/OptionsShell/index.js +1 -11
- package/dist/components/Dropdowns/comps/OptionsSingle/index.js +2 -34
- package/dist/components/Dropdowns/comps/SelectDropdown/index.js +1 -12
- package/dist/components/Dropdowns/comps/VirtualizedWrapper/index.d.ts +1 -1
- package/dist/components/Dropdowns/utils/isDynamicOtherOption.d.ts +0 -0
- package/dist/components/Dropdowns/utils/isDynamicOtherOption.js +0 -0
- package/dist/components/EmptyStates/index.js +1 -12
- package/dist/components/FileUploadWrapper/comps/FileUploadShell.d.ts +1 -1
- package/dist/components/FileUploadWrapper/index.d.ts +1 -1
- package/dist/components/FileUploadWrapper/index.js +1 -12
- package/dist/components/IFrameInput/comps/Embed.d.ts +1 -1
- package/dist/components/IFrameInput/index.js +2 -2
- package/dist/components/IFrameInput/utils/DisplayCoachmark.d.ts +7 -0
- package/dist/components/IFrameInput/utils/DisplayCoachmark.js +83 -0
- package/dist/components/ImageInput/comps/GallerySlider/index.js +1 -16
- package/dist/components/ImageInput/comps/ImageEditor/comps/ConfirmDeleteModal/index.d.ts +1 -1
- package/dist/components/ImageInput/comps/ImageEditor/index.js +9 -65
- package/dist/components/ImageInput/comps/Placeholder/index.js +1 -17
- package/dist/components/ImageInput/comps/Placeholder/styled.d.ts +3 -0
- package/dist/components/ImageInput/comps/Placeholder/styled.js +39 -0
- package/dist/components/ImageInput/comps/SingleImageInput/index.js +1 -32
- package/dist/components/ImageInput/derivedComps/ImageDisplayInMask/index.js +1 -1
- package/dist/components/ImageInput/index.js +4 -26
- package/dist/components/InlineAlert/index.d.ts +25 -8
- package/dist/components/InlineAlert/index.js +16 -1
- package/dist/components/LegendRadioCheckList/LegendButton/index.d.ts +10 -0
- package/dist/components/LegendRadioCheckList/LegendButton/index.js +18 -0
- package/dist/components/LegendRadioCheckList/LegendButton/styled.d.ts +3 -0
- package/dist/components/LegendRadioCheckList/LegendButton/styled.js +22 -0
- package/dist/components/LegendRadioCheckList/LegendCheckboxList/index.d.ts +8 -0
- package/dist/components/LegendRadioCheckList/LegendCheckboxList/index.js +49 -0
- package/dist/components/LegendRadioCheckList/LegendCheckboxList/styled.d.ts +0 -0
- package/dist/components/LegendRadioCheckList/LegendCheckboxList/styled.js +0 -0
- package/dist/components/LegendRadioCheckList/LegendRadioList/index.d.ts +8 -0
- package/dist/components/LegendRadioCheckList/LegendRadioList/index.js +34 -0
- package/dist/components/LegendRadioCheckList/LegendRadioList/styled.d.ts +1 -0
- package/dist/components/LegendRadioCheckList/LegendRadioList/styled.js +13 -0
- package/dist/components/Lexical/Plugins/TableCellResizer/index.js +1 -26
- package/dist/components/LoadersAndProgress/LoaderCircle/index.js +2 -2
- package/dist/components/LoadersAndProgress/SkeletonLoader/index.d.ts +1 -1
- package/dist/components/Margins/index.d.ts +1 -1
- package/dist/components/Modals/Modal/styled.d.ts +2 -2
- package/dist/components/Modals/ModalConfirm/styled.d.ts +2 -2
- package/dist/components/OKELink/comps/AvatarDisplay/index.d.ts +8 -0
- package/dist/components/OKELink/comps/AvatarDisplay/index.js +19 -0
- package/dist/components/OKELink/comps/AvatarDisplay/styled.d.ts +2 -0
- package/dist/components/OKELink/comps/AvatarDisplay/styled.js +48 -0
- package/dist/components/OKELink/index.d.ts +1 -1
- package/dist/components/OKELink/index.js +2 -5
- package/dist/components/OKELink/utils/index.d.ts +6 -0
- package/dist/components/OKELink/utils/index.js +20 -0
- package/dist/components/PDFInput/comps/PDFActions.d.ts +1 -1
- package/dist/components/PDFInput/index.js +1 -1
- package/dist/components/Paddings/index.d.ts +1 -1
- package/dist/components/PercentCompletedPie/index.d.ts +19 -5
- package/dist/components/PercentCompletedPie/index.js +15 -5
- package/dist/components/PercentCompletedPie/styled.d.ts +17 -5
- package/dist/components/PercentCompletedPie/styled.js +26 -6
- package/dist/components/Playground/index.d.ts +4 -0
- package/dist/components/Playground/index.js +17 -0
- package/dist/components/Playground/styled.d.ts +1 -0
- package/dist/components/Playground/styled.js +14 -0
- package/dist/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxButton/index.d.ts +1 -1
- package/dist/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxButton/index.js +1 -12
- package/dist/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxInput/index.d.ts +1 -1
- package/dist/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxInput/index.js +3 -20
- package/dist/components/RadioAndCheckbox/comps/CheckboxList/index.js +11 -7
- package/dist/components/RadioAndCheckbox/comps/RadioList/comps/RadioInput/index.js +4 -25
- package/dist/components/RadioAndCheckbox/comps/RadioList/index.js +6 -6
- package/dist/components/ResourceInput/comp/ResourceDisplayBlock.d.ts +1 -1
- package/dist/components/ResourceInput/index.d.ts +1 -1
- package/dist/components/SimpleTable/index.js +5 -22
- package/dist/components/SimpleTable/utils/convertColHeaderConfigToRowData.js +1 -1
- package/dist/components/SimpleTable/utils/convertRowHeaderConfigToCellData.js +1 -1
- package/dist/components/SimpleTable/utils/prepInitValueFromConfigIfNoValue.js +2 -2
- package/dist/components/Switches/index.js +5 -11
- package/dist/components/Tags/index.d.ts +1 -1
- package/dist/components/Tags/index.styled.d.ts +1 -1
- package/dist/components/TimePicker/styled.d.ts +1 -1
- package/dist/components/TimeRangePicker/index.styled.d.ts +0 -0
- package/dist/components/TimeRangePicker/index.styled.js +0 -0
- package/dist/components/Tooltip/index.d.ts +2 -3
- package/dist/components/Typo/index.js +1 -1
- package/dist/components/VideoInput/comps/VideoActionMenu.d.ts +1 -1
- package/dist/components/VideoInput/index.d.ts +1 -1
- package/dist/components/VideoInput/index.js +2 -21
- package/dist/components/Wrappers/WrapperCardGrid.d.ts +2 -0
- package/dist/components/Wrappers/WrapperCardGrid.js +19 -0
- package/dist/components/Wrappers/index.d.ts +1 -1
- package/dist/components/Wrappers/index.js +1 -1
- package/dist/components/cards/ListProfile/styled.d.ts +7 -0
- package/dist/components/cards/ListProfile/styled.js +23 -0
- package/dist/components/cards/utils/parseCardConfig.js +1 -1
- package/dist/d3Modules/index.d.ts +1 -0
- package/dist/d3Modules/index.js +1 -1
- package/dist/icons/custom/index.d.ts +1 -0
- package/dist/icons/custom/index.js +6 -1
- package/dist/icons/index.d.ts +112 -110
- package/dist/icons/index.js +2 -1
- package/dist/stories/Accordion.stories.d.ts +78 -0
- package/dist/stories/Accordion.stories.js +93 -0
- package/dist/stories/ActionMenu.stories.d.ts +166 -0
- package/dist/stories/ActionMenu.stories.js +140 -0
- package/dist/stories/AudioInput.stories.d.ts +20 -0
- package/dist/stories/AudioInput.stories.js +67 -0
- package/dist/stories/Banner.stories.d.ts +97 -0
- package/dist/stories/Banner.stories.js +126 -0
- package/dist/stories/BarChart.stories.d.ts +13 -0
- package/dist/stories/BarChart.stories.js +61 -0
- package/dist/stories/BlockLabel.stories.d.ts +71 -0
- package/dist/stories/BlockLabel.stories.js +106 -0
- package/dist/stories/Breadcrumbs.stories.d.ts +13 -0
- package/dist/stories/Breadcrumbs.stories.js +34 -0
- package/dist/stories/Button.stories.d.ts +209 -0
- package/dist/stories/Button.stories.js +164 -0
- package/dist/stories/Checkbox.stories.d.ts +248 -0
- package/dist/stories/Checkbox.stories.js +249 -0
- package/dist/stories/Colors.stories.d.ts +6 -0
- package/dist/stories/Colors.stories.js +66 -0
- package/dist/stories/DatePicker.stories.d.ts +239 -0
- package/dist/stories/DatePicker.stories.js +267 -0
- package/dist/stories/Divider.stories.d.ts +8 -0
- package/dist/stories/Divider.stories.js +28 -0
- package/dist/stories/Dropdowns.stories.d.ts +114 -0
- package/dist/stories/Dropdowns.stories.js +280 -0
- package/dist/stories/EmptyStates.stories.d.ts +63 -0
- package/dist/stories/EmptyStates.stories.js +69 -0
- package/dist/stories/HomeCover.stories.d.ts +55 -0
- package/dist/stories/HomeCover.stories.js +68 -0
- package/dist/stories/IFrameInput.stories.d.ts +32 -0
- package/dist/stories/IFrameInput.stories.js +51 -0
- package/dist/stories/ImageInput/ImageInput.stories.d.ts +263 -0
- package/dist/stories/ImageInput/ImageInput.stories.js +167 -0
- package/dist/stories/ImageInput/imageInputArgTypes.d.ts +121 -0
- package/dist/stories/ImageInput/imageInputArgTypes.js +78 -0
- package/dist/stories/ImageInput/imageInputParseArgTypes.d.ts +17 -0
- package/dist/stories/ImageInput/imageInputParseArgTypes.js +31 -0
- package/dist/stories/InlineAlert.stories.d.ts +62 -0
- package/dist/stories/InlineAlert.stories.js +62 -0
- package/dist/stories/Layout.stories.d.ts +161 -0
- package/dist/stories/Layout.stories.js +183 -0
- package/dist/stories/LegendRadioList.stories.d.ts +15 -0
- package/dist/stories/LegendRadioList.stories.js +73 -0
- package/dist/stories/Loaders.stories.d.ts +77 -0
- package/dist/stories/Loaders.stories.js +74 -0
- package/dist/stories/Modal.stories.d.ts +135 -0
- package/dist/stories/Modal.stories.js +146 -0
- package/dist/stories/ModalConfirmAction.stories.d.ts +13 -0
- package/dist/stories/ModalConfirmAction.stories.js +47 -0
- package/dist/stories/OKELink.stories.d.ts +72 -0
- package/dist/stories/OKELink.stories.js +110 -0
- package/dist/stories/PDFInput.stories.d.ts +20 -0
- package/dist/stories/PDFInput.stories.js +45 -0
- package/dist/stories/PageScrollIndicator.stories.d.ts +15 -0
- package/dist/stories/PageScrollIndicator.stories.js +26 -0
- package/dist/stories/PercentCompletedPi.stories.d.ts +55 -0
- package/dist/stories/PercentCompletedPi.stories.js +49 -0
- package/dist/stories/Playground.stories.d.ts +22 -0
- package/dist/stories/Playground.stories.js +26 -0
- package/dist/stories/Progress.stories.d.ts +45 -0
- package/dist/stories/Progress.stories.js +50 -0
- package/dist/stories/RadioButton.stories.d.ts +260 -0
- package/dist/stories/RadioButton.stories.js +264 -0
- package/dist/stories/ResourceInput.stories.d.ts +9 -0
- package/dist/stories/ResourceInput.stories.js +53 -0
- package/dist/stories/SimpleTable.stories.d.ts +65 -0
- package/dist/stories/SimpleTable.stories.js +111 -0
- package/dist/stories/SkeletonLoader.stories.d.ts +81 -0
- package/dist/stories/SkeletonLoader.stories.js +82 -0
- package/dist/stories/Switches.stories.d.ts +106 -0
- package/dist/stories/Switches.stories.js +136 -0
- package/dist/stories/TabBar.stories.d.ts +73 -0
- package/dist/stories/TabBar.stories.js +103 -0
- package/dist/stories/TagClear.stories.d.ts +57 -0
- package/dist/stories/TagClear.stories.js +76 -0
- package/dist/stories/TagDisplay.stories.d.ts +73 -0
- package/dist/stories/TagDisplay.stories.js +154 -0
- package/dist/stories/TagLink.stories.d.ts +59 -0
- package/dist/stories/TagLink.stories.js +65 -0
- package/dist/stories/TagSelect.stories.d.ts +41 -0
- package/dist/stories/TagSelect.stories.js +54 -0
- package/dist/stories/TagsInput.stories.d.ts +90 -0
- package/dist/stories/TagsInput.stories.js +168 -0
- package/dist/stories/TextInputs.stories.d.ts +124 -0
- package/dist/stories/TextInputs.stories.js +178 -0
- package/dist/stories/Tooltip.stories.d.ts +41 -0
- package/dist/stories/Tooltip.stories.js +78 -0
- package/dist/stories/Typo.stories.d.ts +304 -0
- package/dist/stories/Typo.stories.js +357 -0
- package/dist/stories/UserRoleBadge.stories.d.ts +19 -0
- package/dist/stories/UserRoleBadge.stories.js +46 -0
- package/dist/stories/Utilities.stories.d.ts +5 -0
- package/dist/stories/Utilities.stories.js +110 -0
- package/dist/stories/VideoInput.stories.d.ts +46 -0
- package/dist/stories/VideoInput.stories.js +49 -0
- package/dist/stories/cards/CardContent.stories.d.ts +67 -0
- package/dist/stories/cards/CardContent.stories.js +47 -0
- package/dist/stories/cards/CardEmbed.stories.d.ts +65 -0
- package/dist/stories/cards/CardEmbed.stories.js +46 -0
- package/dist/stories/cards/CardProfile.stories.d.ts +46 -0
- package/dist/stories/cards/CardProfile.stories.js +48 -0
- package/dist/stories/cards/ListContent.stories.d.ts +81 -0
- package/dist/stories/cards/ListContent.stories.js +50 -0
- package/dist/stories/cards/ListProfile.stories.d.ts +41 -0
- package/dist/stories/cards/ListProfile.stories.js +46 -0
- package/dist/stories/cards/utils/cardArgTypes.d.ts +182 -0
- package/dist/stories/cards/utils/cardArgTypes.js +114 -0
- package/dist/stories/cards/utils/parseCardArgs.d.ts +46 -0
- package/dist/stories/cards/utils/parseCardArgs.js +57 -0
- package/dist/themes/colors.d.ts +51 -0
- package/dist/utils/comps/DisplayIcon/index.d.ts +1 -1
- package/dist/utils/getBlockLabelProps.js +1 -1
- package/dist/utils/getterSetterDeleter/getVal_caseExamples.d.ts +60 -0
- package/dist/utils/getterSetterDeleter/getVal_caseExamples.js +91 -0
- package/dist/utilsOolib/StorybookBannersWrapper.d.ts +2 -0
- package/dist/utilsOolib/StorybookBannersWrapper.js +16 -0
- package/dist/utilsOolib/excludeKeys.d.ts +8 -0
- package/dist/utilsOolib/excludeKeys.js +31 -0
- package/dist/utilsOolib/genRandomHash.d.ts +7 -0
- package/dist/utilsOolib/genRandomHash.js +19 -0
- package/dist/utilsOolib/index.d.ts +12 -5
- package/dist/utilsOolib/index.js +11 -3
- package/dist/utilsOolib/renderRTEPlaceholderForOolibPreview.d.ts +8 -1
- package/dist/utilsOolib/renderRTEPlaceholderForOolibPreview.js +1 -2
- package/package.json +4 -3
- /package/dist/components/Buttons/{index.styled.d.ts → styled.d.ts} +0 -0
- /package/dist/components/Buttons/{index.styled.js → styled.js} +0 -0
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let title: string;
|
|
3
|
+
}
|
|
4
|
+
export default _default;
|
|
5
|
+
export function DatePicker_(args: any): React.JSX.Element;
|
|
6
|
+
export namespace DatePicker_ {
|
|
7
|
+
namespace argTypes {
|
|
8
|
+
namespace previousDateOnly {
|
|
9
|
+
let name: string;
|
|
10
|
+
}
|
|
11
|
+
namespace futureDateOnly {
|
|
12
|
+
let name_1: string;
|
|
13
|
+
export { name_1 as name };
|
|
14
|
+
}
|
|
15
|
+
namespace disabled {
|
|
16
|
+
let name_2: string;
|
|
17
|
+
export { name_2 as name };
|
|
18
|
+
}
|
|
19
|
+
namespace readOnly {
|
|
20
|
+
let name_3: string;
|
|
21
|
+
export { name_3 as name };
|
|
22
|
+
}
|
|
23
|
+
namespace invert {
|
|
24
|
+
let name_4: string;
|
|
25
|
+
export { name_4 as name };
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
namespace args {
|
|
29
|
+
let previousDateOnly_1: boolean;
|
|
30
|
+
export { previousDateOnly_1 as previousDateOnly };
|
|
31
|
+
let futureDateOnly_1: boolean;
|
|
32
|
+
export { futureDateOnly_1 as futureDateOnly };
|
|
33
|
+
let disabled_1: boolean;
|
|
34
|
+
export { disabled_1 as disabled };
|
|
35
|
+
let readOnly_1: boolean;
|
|
36
|
+
export { readOnly_1 as readOnly };
|
|
37
|
+
let invert_1: boolean;
|
|
38
|
+
export { invert_1 as invert };
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
export function DateRangePicker_(args: any): React.JSX.Element;
|
|
42
|
+
export namespace DateRangePicker_ {
|
|
43
|
+
export namespace argTypes_1 {
|
|
44
|
+
export namespace allowPresentlyOngoing {
|
|
45
|
+
let name_5: string;
|
|
46
|
+
export { name_5 as name };
|
|
47
|
+
}
|
|
48
|
+
export namespace previousDateOnly_2 {
|
|
49
|
+
let name_6: string;
|
|
50
|
+
export { name_6 as name };
|
|
51
|
+
}
|
|
52
|
+
export { previousDateOnly_2 as previousDateOnly };
|
|
53
|
+
export namespace futureDateOnly_2 {
|
|
54
|
+
let name_7: string;
|
|
55
|
+
export { name_7 as name };
|
|
56
|
+
}
|
|
57
|
+
export { futureDateOnly_2 as futureDateOnly };
|
|
58
|
+
export namespace disabled_2 {
|
|
59
|
+
let name_8: string;
|
|
60
|
+
export { name_8 as name };
|
|
61
|
+
}
|
|
62
|
+
export { disabled_2 as disabled };
|
|
63
|
+
export namespace readOnly_2 {
|
|
64
|
+
let name_9: string;
|
|
65
|
+
export { name_9 as name };
|
|
66
|
+
}
|
|
67
|
+
export { readOnly_2 as readOnly };
|
|
68
|
+
export namespace invert_2 {
|
|
69
|
+
let name_10: string;
|
|
70
|
+
export { name_10 as name };
|
|
71
|
+
}
|
|
72
|
+
export { invert_2 as invert };
|
|
73
|
+
}
|
|
74
|
+
export { argTypes_1 as argTypes };
|
|
75
|
+
export namespace args_1 {
|
|
76
|
+
let previousDateOnly_3: boolean;
|
|
77
|
+
export { previousDateOnly_3 as previousDateOnly };
|
|
78
|
+
let futureDateOnly_3: boolean;
|
|
79
|
+
export { futureDateOnly_3 as futureDateOnly };
|
|
80
|
+
let disabled_3: boolean;
|
|
81
|
+
export { disabled_3 as disabled };
|
|
82
|
+
let readOnly_3: boolean;
|
|
83
|
+
export { readOnly_3 as readOnly };
|
|
84
|
+
let invert_3: boolean;
|
|
85
|
+
export { invert_3 as invert };
|
|
86
|
+
let allowPresentlyOngoing_1: boolean;
|
|
87
|
+
export { allowPresentlyOngoing_1 as allowPresentlyOngoing };
|
|
88
|
+
}
|
|
89
|
+
export { args_1 as args };
|
|
90
|
+
}
|
|
91
|
+
export function TimePicker(args: any): React.JSX.Element;
|
|
92
|
+
export namespace TimePicker {
|
|
93
|
+
export namespace args_2 {
|
|
94
|
+
let disabled_4: boolean;
|
|
95
|
+
export { disabled_4 as disabled };
|
|
96
|
+
let readOnly_4: boolean;
|
|
97
|
+
export { readOnly_4 as readOnly };
|
|
98
|
+
let invert_4: boolean;
|
|
99
|
+
export { invert_4 as invert };
|
|
100
|
+
}
|
|
101
|
+
export { args_2 as args };
|
|
102
|
+
export namespace argTypes_2 {
|
|
103
|
+
export namespace disabled_5 {
|
|
104
|
+
let name_11: string;
|
|
105
|
+
export { name_11 as name };
|
|
106
|
+
}
|
|
107
|
+
export { disabled_5 as disabled };
|
|
108
|
+
export namespace readOnly_5 {
|
|
109
|
+
let name_12: string;
|
|
110
|
+
export { name_12 as name };
|
|
111
|
+
}
|
|
112
|
+
export { readOnly_5 as readOnly };
|
|
113
|
+
export namespace invert_5 {
|
|
114
|
+
let name_13: string;
|
|
115
|
+
export { name_13 as name };
|
|
116
|
+
}
|
|
117
|
+
export { invert_5 as invert };
|
|
118
|
+
}
|
|
119
|
+
export { argTypes_2 as argTypes };
|
|
120
|
+
}
|
|
121
|
+
export function TimeRangePicker(args: any): React.JSX.Element;
|
|
122
|
+
export namespace TimeRangePicker {
|
|
123
|
+
export namespace args_3 {
|
|
124
|
+
let disabled_6: boolean;
|
|
125
|
+
export { disabled_6 as disabled };
|
|
126
|
+
let readOnly_6: boolean;
|
|
127
|
+
export { readOnly_6 as readOnly };
|
|
128
|
+
let invert_6: boolean;
|
|
129
|
+
export { invert_6 as invert };
|
|
130
|
+
}
|
|
131
|
+
export { args_3 as args };
|
|
132
|
+
export namespace argTypes_3 {
|
|
133
|
+
export namespace disabled_7 {
|
|
134
|
+
let name_14: string;
|
|
135
|
+
export { name_14 as name };
|
|
136
|
+
}
|
|
137
|
+
export { disabled_7 as disabled };
|
|
138
|
+
export namespace readOnly_7 {
|
|
139
|
+
let name_15: string;
|
|
140
|
+
export { name_15 as name };
|
|
141
|
+
}
|
|
142
|
+
export { readOnly_7 as readOnly };
|
|
143
|
+
export namespace invert_7 {
|
|
144
|
+
let name_16: string;
|
|
145
|
+
export { name_16 as name };
|
|
146
|
+
}
|
|
147
|
+
export { invert_7 as invert };
|
|
148
|
+
}
|
|
149
|
+
export { argTypes_3 as argTypes };
|
|
150
|
+
}
|
|
151
|
+
export function DateTimePicker(args: any): React.JSX.Element;
|
|
152
|
+
export namespace DateTimePicker {
|
|
153
|
+
export namespace args_4 {
|
|
154
|
+
let previousDateOnly_4: boolean;
|
|
155
|
+
export { previousDateOnly_4 as previousDateOnly };
|
|
156
|
+
let futureDateOnly_4: boolean;
|
|
157
|
+
export { futureDateOnly_4 as futureDateOnly };
|
|
158
|
+
let disabled_8: boolean;
|
|
159
|
+
export { disabled_8 as disabled };
|
|
160
|
+
let readOnly_8: boolean;
|
|
161
|
+
export { readOnly_8 as readOnly };
|
|
162
|
+
let invert_8: boolean;
|
|
163
|
+
export { invert_8 as invert };
|
|
164
|
+
}
|
|
165
|
+
export { args_4 as args };
|
|
166
|
+
export namespace argTypes_4 {
|
|
167
|
+
export namespace previousDateOnly_5 {
|
|
168
|
+
let name_17: string;
|
|
169
|
+
export { name_17 as name };
|
|
170
|
+
}
|
|
171
|
+
export { previousDateOnly_5 as previousDateOnly };
|
|
172
|
+
export namespace futureDateOnly_5 {
|
|
173
|
+
let name_18: string;
|
|
174
|
+
export { name_18 as name };
|
|
175
|
+
}
|
|
176
|
+
export { futureDateOnly_5 as futureDateOnly };
|
|
177
|
+
export namespace disabled_9 {
|
|
178
|
+
let name_19: string;
|
|
179
|
+
export { name_19 as name };
|
|
180
|
+
}
|
|
181
|
+
export { disabled_9 as disabled };
|
|
182
|
+
export namespace readOnly_9 {
|
|
183
|
+
let name_20: string;
|
|
184
|
+
export { name_20 as name };
|
|
185
|
+
}
|
|
186
|
+
export { readOnly_9 as readOnly };
|
|
187
|
+
export namespace invert_9 {
|
|
188
|
+
let name_21: string;
|
|
189
|
+
export { name_21 as name };
|
|
190
|
+
}
|
|
191
|
+
export { invert_9 as invert };
|
|
192
|
+
}
|
|
193
|
+
export { argTypes_4 as argTypes };
|
|
194
|
+
}
|
|
195
|
+
export function DateTimeRangePicker(args: any): React.JSX.Element;
|
|
196
|
+
export namespace DateTimeRangePicker {
|
|
197
|
+
export namespace args_5 {
|
|
198
|
+
let previousDateOnly_6: boolean;
|
|
199
|
+
export { previousDateOnly_6 as previousDateOnly };
|
|
200
|
+
let futureDateOnly_6: boolean;
|
|
201
|
+
export { futureDateOnly_6 as futureDateOnly };
|
|
202
|
+
let disabled_10: boolean;
|
|
203
|
+
export { disabled_10 as disabled };
|
|
204
|
+
let readOnly_10: boolean;
|
|
205
|
+
export { readOnly_10 as readOnly };
|
|
206
|
+
let invert_10: boolean;
|
|
207
|
+
export { invert_10 as invert };
|
|
208
|
+
}
|
|
209
|
+
export { args_5 as args };
|
|
210
|
+
export namespace argTypes_5 {
|
|
211
|
+
export namespace previousDateOnly_7 {
|
|
212
|
+
let name_22: string;
|
|
213
|
+
export { name_22 as name };
|
|
214
|
+
}
|
|
215
|
+
export { previousDateOnly_7 as previousDateOnly };
|
|
216
|
+
export namespace futureDateOnly_7 {
|
|
217
|
+
let name_23: string;
|
|
218
|
+
export { name_23 as name };
|
|
219
|
+
}
|
|
220
|
+
export { futureDateOnly_7 as futureDateOnly };
|
|
221
|
+
export namespace disabled_11 {
|
|
222
|
+
let name_24: string;
|
|
223
|
+
export { name_24 as name };
|
|
224
|
+
}
|
|
225
|
+
export { disabled_11 as disabled };
|
|
226
|
+
export namespace readOnly_11 {
|
|
227
|
+
let name_25: string;
|
|
228
|
+
export { name_25 as name };
|
|
229
|
+
}
|
|
230
|
+
export { readOnly_11 as readOnly };
|
|
231
|
+
export namespace invert_11 {
|
|
232
|
+
let name_26: string;
|
|
233
|
+
export { name_26 as name };
|
|
234
|
+
}
|
|
235
|
+
export { invert_11 as invert };
|
|
236
|
+
}
|
|
237
|
+
export { argTypes_5 as argTypes };
|
|
238
|
+
}
|
|
239
|
+
import React from 'react';
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
37
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.DateTimeRangePicker = exports.DateTimePicker = exports.TimeRangePicker = exports.TimePicker = exports.DateRangePicker_ = exports.DatePicker_ = void 0;
|
|
41
|
+
var react_1 = __importStar(require("react"));
|
|
42
|
+
var DateTimePicker_1 = require("../components/DateTimePicker");
|
|
43
|
+
var themes_1 = require("../themes");
|
|
44
|
+
var DatePicker_1 = __importDefault(require("../components/DatePicker"));
|
|
45
|
+
var DateRangePicker_1 = __importDefault(require("../components/DateRangePicker"));
|
|
46
|
+
var DateTimeRangePicker_1 = require("../components/DateTimeRangePicker");
|
|
47
|
+
var TimePicker_1 = require("../components/TimePicker");
|
|
48
|
+
var TimeRangePicker_1 = require("../components/TimeRangePicker");
|
|
49
|
+
var greyColor100 = themes_1.colors.greyColor100;
|
|
50
|
+
exports.default = {
|
|
51
|
+
title: 'Components/Date Picker',
|
|
52
|
+
};
|
|
53
|
+
var DatePicker_ = function (args) {
|
|
54
|
+
var _a = (0, react_1.useState)(null), selectedDate = _a[0], setSelectedDate = _a[1];
|
|
55
|
+
var handleDateChange = function (id, value) {
|
|
56
|
+
setSelectedDate(value);
|
|
57
|
+
};
|
|
58
|
+
console.log(selectedDate);
|
|
59
|
+
return (react_1.default.createElement("div", { style: {
|
|
60
|
+
width: '45vw',
|
|
61
|
+
height: '95vh',
|
|
62
|
+
backgroundColor: args.invert && greyColor100,
|
|
63
|
+
padding: '1rem',
|
|
64
|
+
} },
|
|
65
|
+
react_1.default.createElement(DatePicker_1.default, __assign({}, args, { id: 0, value: selectedDate, onChange: handleDateChange, label: "Date Picker", sublabel: "The simple date input provides the user with only a text field in which they can manually input a date. It allows dates to be entered without adding unnecessary interactions that come with the calendar menu or a dropdown." }))));
|
|
66
|
+
};
|
|
67
|
+
exports.DatePicker_ = DatePicker_;
|
|
68
|
+
exports.DatePicker_.argTypes = {
|
|
69
|
+
previousDateOnly: {
|
|
70
|
+
name: 'Previous Date Only',
|
|
71
|
+
},
|
|
72
|
+
futureDateOnly: {
|
|
73
|
+
name: 'Future Date Only',
|
|
74
|
+
},
|
|
75
|
+
disabled: {
|
|
76
|
+
name: 'Disabled',
|
|
77
|
+
},
|
|
78
|
+
readOnly: {
|
|
79
|
+
name: 'Read Only',
|
|
80
|
+
},
|
|
81
|
+
invert: {
|
|
82
|
+
name: 'Invert',
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
exports.DatePicker_.args = {
|
|
86
|
+
previousDateOnly: false,
|
|
87
|
+
futureDateOnly: false,
|
|
88
|
+
disabled: false,
|
|
89
|
+
readOnly: false,
|
|
90
|
+
invert: false,
|
|
91
|
+
// debug: false
|
|
92
|
+
};
|
|
93
|
+
var DateRangePicker_ = function (args) {
|
|
94
|
+
var _a = (0, react_1.useState)([]), dateRange = _a[0], setDateRange = _a[1];
|
|
95
|
+
var handleDateRangeChange = function (id, newValue) {
|
|
96
|
+
setDateRange(newValue);
|
|
97
|
+
console.log(dateRange);
|
|
98
|
+
};
|
|
99
|
+
return (react_1.default.createElement("div", { style: {
|
|
100
|
+
width: '45vw',
|
|
101
|
+
height: '95vh',
|
|
102
|
+
backgroundColor: args.invert && greyColor100,
|
|
103
|
+
padding: '1rem',
|
|
104
|
+
} },
|
|
105
|
+
react_1.default.createElement(DateRangePicker_1.default, __assign({}, args, { id: "my-date-range-picker", value: dateRange, onChange: handleDateRangeChange, label: "Date Range Picker", sublabel: "Calendar pickers default to showing today’s date when opened and only one month is shown at a time. Calendar pickers allow users to navigate through months and years, however they work best when used for recent or near future dates." }))));
|
|
106
|
+
};
|
|
107
|
+
exports.DateRangePicker_ = DateRangePicker_;
|
|
108
|
+
exports.DateRangePicker_.argTypes = {
|
|
109
|
+
allowPresentlyOngoing: {
|
|
110
|
+
name: 'Allow Presently Ongoing',
|
|
111
|
+
},
|
|
112
|
+
previousDateOnly: {
|
|
113
|
+
name: 'Previous Date Only',
|
|
114
|
+
},
|
|
115
|
+
futureDateOnly: {
|
|
116
|
+
name: 'Future Date Only',
|
|
117
|
+
},
|
|
118
|
+
disabled: {
|
|
119
|
+
name: 'Disabled',
|
|
120
|
+
},
|
|
121
|
+
readOnly: {
|
|
122
|
+
name: 'Read Only',
|
|
123
|
+
},
|
|
124
|
+
invert: {
|
|
125
|
+
name: 'Invert',
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
exports.DateRangePicker_.args = {
|
|
129
|
+
previousDateOnly: false,
|
|
130
|
+
futureDateOnly: false,
|
|
131
|
+
disabled: false,
|
|
132
|
+
readOnly: false,
|
|
133
|
+
invert: false,
|
|
134
|
+
allowPresentlyOngoing: true,
|
|
135
|
+
// debug: false
|
|
136
|
+
};
|
|
137
|
+
var TimePicker = function (args) {
|
|
138
|
+
var _a = (0, react_1.useState)(), value = _a[0], setValue = _a[1];
|
|
139
|
+
console.log({ value: value });
|
|
140
|
+
return (react_1.default.createElement("div", { style: {
|
|
141
|
+
width: '45vw',
|
|
142
|
+
height: '95vh',
|
|
143
|
+
backgroundColor: args.invert && greyColor100,
|
|
144
|
+
padding: '1rem',
|
|
145
|
+
} },
|
|
146
|
+
react_1.default.createElement(TimePicker_1.TimePicker, __assign({}, args, { value: value, label: 'Time Picker', sublabel: 'Time pickers provide the user with a text field in which they can input the hour and minutes accompanied by an AM/PM', onChange: function (id, item) { return setValue(item); } }))));
|
|
147
|
+
};
|
|
148
|
+
exports.TimePicker = TimePicker;
|
|
149
|
+
exports.TimePicker.args = {
|
|
150
|
+
disabled: false,
|
|
151
|
+
readOnly: false,
|
|
152
|
+
invert: false
|
|
153
|
+
};
|
|
154
|
+
exports.TimePicker.argTypes = {
|
|
155
|
+
disabled: {
|
|
156
|
+
name: 'Disabled',
|
|
157
|
+
},
|
|
158
|
+
readOnly: {
|
|
159
|
+
name: 'Read Only',
|
|
160
|
+
},
|
|
161
|
+
invert: {
|
|
162
|
+
name: 'Invert',
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
var TimeRangePicker = function (args) {
|
|
166
|
+
var _a = (0, react_1.useState)(), selectedTimes = _a[0], setSelectedTimes = _a[1];
|
|
167
|
+
console.log({ selectedTimes: selectedTimes });
|
|
168
|
+
return (react_1.default.createElement("div", { style: {
|
|
169
|
+
width: '45vw',
|
|
170
|
+
height: '95vh',
|
|
171
|
+
backgroundColor: args.invert && greyColor100,
|
|
172
|
+
padding: '1rem',
|
|
173
|
+
} },
|
|
174
|
+
react_1.default.createElement(TimeRangePicker_1.TimeRangePicker, __assign({ value: selectedTimes, onChange: function (id, value) { return setSelectedTimes(value); } }, args, { label: 'Time Range Picker', sublabel: 'Time range pickers provide the user with a start and an end text field in which they can input the hour and minutes accompanied by an AM/PM' }))));
|
|
175
|
+
};
|
|
176
|
+
exports.TimeRangePicker = TimeRangePicker;
|
|
177
|
+
exports.TimeRangePicker.args = {
|
|
178
|
+
disabled: false,
|
|
179
|
+
readOnly: false,
|
|
180
|
+
invert: false
|
|
181
|
+
};
|
|
182
|
+
exports.TimeRangePicker.argTypes = {
|
|
183
|
+
disabled: {
|
|
184
|
+
name: 'Disabled',
|
|
185
|
+
},
|
|
186
|
+
readOnly: {
|
|
187
|
+
name: 'Read Only',
|
|
188
|
+
},
|
|
189
|
+
invert: {
|
|
190
|
+
name: 'Invert',
|
|
191
|
+
}
|
|
192
|
+
};
|
|
193
|
+
var DateTimePicker = function (args) {
|
|
194
|
+
var _a = (0, react_1.useState)(), selectedValue = _a[0], setSelectedValue = _a[1];
|
|
195
|
+
var handleOnChange = function (id, value, props) {
|
|
196
|
+
setSelectedValue(value);
|
|
197
|
+
};
|
|
198
|
+
console.log({ selectedValue: selectedValue });
|
|
199
|
+
return (react_1.default.createElement("div", { style: {
|
|
200
|
+
width: '45vw',
|
|
201
|
+
height: '95vh',
|
|
202
|
+
backgroundColor: args.invert && greyColor100,
|
|
203
|
+
padding: '1rem',
|
|
204
|
+
} },
|
|
205
|
+
react_1.default.createElement(DateTimePicker_1.DateTimePicker, __assign({}, args, { value: selectedValue, passChangeHandlerOps: true, onChange: handleOnChange, label: "Date Time Picker", sublabel: 'Date Time Picker provides the user with combination fields in which they can input the date as well as time value' }))));
|
|
206
|
+
};
|
|
207
|
+
exports.DateTimePicker = DateTimePicker;
|
|
208
|
+
exports.DateTimePicker.args = {
|
|
209
|
+
previousDateOnly: false,
|
|
210
|
+
futureDateOnly: false,
|
|
211
|
+
disabled: false,
|
|
212
|
+
readOnly: false,
|
|
213
|
+
invert: false
|
|
214
|
+
};
|
|
215
|
+
exports.DateTimePicker.argTypes = {
|
|
216
|
+
previousDateOnly: {
|
|
217
|
+
name: 'Previous Date Only',
|
|
218
|
+
},
|
|
219
|
+
futureDateOnly: {
|
|
220
|
+
name: 'Future Date Only',
|
|
221
|
+
},
|
|
222
|
+
disabled: {
|
|
223
|
+
name: 'Disabled',
|
|
224
|
+
},
|
|
225
|
+
readOnly: {
|
|
226
|
+
name: 'Read Only',
|
|
227
|
+
},
|
|
228
|
+
invert: {
|
|
229
|
+
name: 'Invert',
|
|
230
|
+
}
|
|
231
|
+
};
|
|
232
|
+
var DateTimeRangePicker = function (args) {
|
|
233
|
+
var _a = (0, react_1.useState)(), selectedValue = _a[0], setSelectedValue = _a[1];
|
|
234
|
+
console.log({ selectedValue: selectedValue });
|
|
235
|
+
return (react_1.default.createElement("div", { style: {
|
|
236
|
+
width: '45vw',
|
|
237
|
+
height: '95vh',
|
|
238
|
+
backgroundColor: args.invert && greyColor100,
|
|
239
|
+
padding: '1rem',
|
|
240
|
+
} },
|
|
241
|
+
react_1.default.createElement(DateTimeRangePicker_1.DateTimeRangePicker, __assign({}, args, { value: selectedValue, onChange: function (id, value) { return setSelectedValue(value); }, label: 'Date Time Range Picker', sublabel: 'Date Time Picker provides the user with combination fields in which they can input date range as well as time range' }))));
|
|
242
|
+
};
|
|
243
|
+
exports.DateTimeRangePicker = DateTimeRangePicker;
|
|
244
|
+
exports.DateTimeRangePicker.args = {
|
|
245
|
+
previousDateOnly: false,
|
|
246
|
+
futureDateOnly: false,
|
|
247
|
+
disabled: false,
|
|
248
|
+
readOnly: false,
|
|
249
|
+
invert: false
|
|
250
|
+
};
|
|
251
|
+
exports.DateTimeRangePicker.argTypes = {
|
|
252
|
+
previousDateOnly: {
|
|
253
|
+
name: 'Previous Date Only',
|
|
254
|
+
},
|
|
255
|
+
futureDateOnly: {
|
|
256
|
+
name: 'Future Date Only',
|
|
257
|
+
},
|
|
258
|
+
disabled: {
|
|
259
|
+
name: 'Disabled',
|
|
260
|
+
},
|
|
261
|
+
readOnly: {
|
|
262
|
+
name: 'Read Only',
|
|
263
|
+
},
|
|
264
|
+
invert: {
|
|
265
|
+
name: 'Invert',
|
|
266
|
+
}
|
|
267
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.Divider = void 0;
|
|
15
|
+
var Divider_1 = require("../components/Divider");
|
|
16
|
+
var themes_1 = require("../themes");
|
|
17
|
+
exports.default = {
|
|
18
|
+
title: "Components/Divider",
|
|
19
|
+
args: {
|
|
20
|
+
invert: false,
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
var uid = 0;
|
|
24
|
+
var Divider = function (args) {
|
|
25
|
+
return (React.createElement("div", { style: { padding: '50px', background: args.invert ? themes_1.colors.greyColor100 : themes_1.colors.white } },
|
|
26
|
+
React.createElement(Divider_1.Divider, __assign({}, args))));
|
|
27
|
+
};
|
|
28
|
+
exports.Divider = Divider;
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/// <reference types="mdx" />
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
let title: string;
|
|
4
|
+
namespace argTypes {
|
|
5
|
+
namespace placeholder {
|
|
6
|
+
let name: string;
|
|
7
|
+
}
|
|
8
|
+
namespace optionIcon {
|
|
9
|
+
export { availableIcons as options };
|
|
10
|
+
export namespace control {
|
|
11
|
+
let type: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
namespace selection {
|
|
15
|
+
let name_1: string;
|
|
16
|
+
export { name_1 as name };
|
|
17
|
+
export let options: string[];
|
|
18
|
+
export namespace control_1 {
|
|
19
|
+
let type_1: string;
|
|
20
|
+
export { type_1 as type };
|
|
21
|
+
}
|
|
22
|
+
export { control_1 as control };
|
|
23
|
+
}
|
|
24
|
+
namespace size {
|
|
25
|
+
let name_2: string;
|
|
26
|
+
export { name_2 as name };
|
|
27
|
+
export namespace control_2 {
|
|
28
|
+
let type_2: string;
|
|
29
|
+
export { type_2 as type };
|
|
30
|
+
}
|
|
31
|
+
export { control_2 as control };
|
|
32
|
+
let options_1: string[];
|
|
33
|
+
export { options_1 as options };
|
|
34
|
+
export namespace mapping {
|
|
35
|
+
let Small: string;
|
|
36
|
+
let Medium: string;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
namespace isSearchable {
|
|
40
|
+
let name_3: string;
|
|
41
|
+
export { name_3 as name };
|
|
42
|
+
}
|
|
43
|
+
namespace showIconInSelectArea {
|
|
44
|
+
let name_4: string;
|
|
45
|
+
export { name_4 as name };
|
|
46
|
+
}
|
|
47
|
+
namespace optionImage {
|
|
48
|
+
let name_5: string;
|
|
49
|
+
export { name_5 as name };
|
|
50
|
+
}
|
|
51
|
+
namespace optionDescription {
|
|
52
|
+
let name_6: string;
|
|
53
|
+
export { name_6 as name };
|
|
54
|
+
}
|
|
55
|
+
namespace colors {
|
|
56
|
+
let name_7: string;
|
|
57
|
+
export { name_7 as name };
|
|
58
|
+
}
|
|
59
|
+
namespace disabled {
|
|
60
|
+
let name_8: string;
|
|
61
|
+
export { name_8 as name };
|
|
62
|
+
}
|
|
63
|
+
namespace readOnly {
|
|
64
|
+
let name_9: string;
|
|
65
|
+
export { name_9 as name };
|
|
66
|
+
}
|
|
67
|
+
namespace invert {
|
|
68
|
+
let name_10: string;
|
|
69
|
+
export { name_10 as name };
|
|
70
|
+
}
|
|
71
|
+
namespace showColorInSelectArea {
|
|
72
|
+
let name_11: string;
|
|
73
|
+
export { name_11 as name };
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
namespace args {
|
|
77
|
+
let placeholder_1: string;
|
|
78
|
+
export { placeholder_1 as placeholder };
|
|
79
|
+
let size_1: string;
|
|
80
|
+
export { size_1 as size };
|
|
81
|
+
let selection_1: string;
|
|
82
|
+
export { selection_1 as selection };
|
|
83
|
+
let isSearchable_1: boolean;
|
|
84
|
+
export { isSearchable_1 as isSearchable };
|
|
85
|
+
let optionDescription_1: string;
|
|
86
|
+
export { optionDescription_1 as optionDescription };
|
|
87
|
+
let optionImage_1: string;
|
|
88
|
+
export { optionImage_1 as optionImage };
|
|
89
|
+
let optionIcon_1: any;
|
|
90
|
+
export { optionIcon_1 as optionIcon };
|
|
91
|
+
let showIconInSelectArea_1: boolean;
|
|
92
|
+
export { showIconInSelectArea_1 as showIconInSelectArea };
|
|
93
|
+
let colors_1: boolean;
|
|
94
|
+
export { colors_1 as colors };
|
|
95
|
+
let showColorInSelectArea_1: boolean;
|
|
96
|
+
export { showColorInSelectArea_1 as showColorInSelectArea };
|
|
97
|
+
let disabled_1: boolean;
|
|
98
|
+
export { disabled_1 as disabled };
|
|
99
|
+
let readOnly_1: boolean;
|
|
100
|
+
export { readOnly_1 as readOnly };
|
|
101
|
+
let invert_1: boolean;
|
|
102
|
+
export { invert_1 as invert };
|
|
103
|
+
}
|
|
104
|
+
namespace parameters {
|
|
105
|
+
namespace docs {
|
|
106
|
+
export { DropdownDocs as page };
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
export default _default;
|
|
111
|
+
export function Dropdowns(args: any): React.JSX.Element;
|
|
112
|
+
declare const availableIcons: string[];
|
|
113
|
+
import DropdownDocs from "./Dropdowns.mdx";
|
|
114
|
+
import React from "react";
|