oolib 2.110.1 → 2.111.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/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 +3 -25
- 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.d.ts +11 -0
- package/dist/components/Typo/index.js +3 -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 +13 -5
- package/dist/utilsOolib/index.js +16 -4
- 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,140 @@
|
|
|
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 __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.ActionMenu = void 0;
|
|
18
|
+
var react_1 = __importDefault(require("react"));
|
|
19
|
+
var ActionMenu_1 = require("../components/ActionMenu");
|
|
20
|
+
var icons_1 = require("../icons");
|
|
21
|
+
var themes_1 = require("../themes");
|
|
22
|
+
var ActionMenu_mdx_1 = __importDefault(require("./ActionMenu.mdx"));
|
|
23
|
+
var availableIcons = Object.keys(icons_1.icons).sort();
|
|
24
|
+
exports.default = {
|
|
25
|
+
title: "Components/ActionMenu",
|
|
26
|
+
argTypes: {
|
|
27
|
+
ButtonComp: {
|
|
28
|
+
name: "Button Variant",
|
|
29
|
+
options: ["Primary", "Secondary", "Ghost"],
|
|
30
|
+
mapping: {
|
|
31
|
+
Primary: "ButtonPrimary",
|
|
32
|
+
Secondary: "ButtonSecondary",
|
|
33
|
+
Ghost: "ButtonGhost",
|
|
34
|
+
},
|
|
35
|
+
control: { type: "select" },
|
|
36
|
+
defaultValue: "Ghost",
|
|
37
|
+
},
|
|
38
|
+
buttonSize: {
|
|
39
|
+
name: "Button Size",
|
|
40
|
+
options: ["Small", "Medium"],
|
|
41
|
+
mapping: {
|
|
42
|
+
Small: "S",
|
|
43
|
+
Medium: "M",
|
|
44
|
+
},
|
|
45
|
+
control: { type: "inline-radio" },
|
|
46
|
+
defaultValue: "Small",
|
|
47
|
+
},
|
|
48
|
+
icon: {
|
|
49
|
+
name: "Button Icon Style",
|
|
50
|
+
options: availableIcons,
|
|
51
|
+
control: { type: "select" },
|
|
52
|
+
defaultValue: "DotsThree",
|
|
53
|
+
},
|
|
54
|
+
iconSize: {
|
|
55
|
+
name: "Button Icon Size",
|
|
56
|
+
options: ["Small", "Medium"],
|
|
57
|
+
mapping: {
|
|
58
|
+
Small: "S",
|
|
59
|
+
Medium: "M",
|
|
60
|
+
},
|
|
61
|
+
control: { type: "inline-radio" },
|
|
62
|
+
defaultValue: "Small",
|
|
63
|
+
},
|
|
64
|
+
align: {
|
|
65
|
+
name: "Align",
|
|
66
|
+
options: ["left", "right", "center"],
|
|
67
|
+
control: { type: "inline-radio" },
|
|
68
|
+
defaultValue: "right",
|
|
69
|
+
},
|
|
70
|
+
optionIcon1: {
|
|
71
|
+
name: "Option Icon 1",
|
|
72
|
+
options: availableIcons,
|
|
73
|
+
control: { type: "select" },
|
|
74
|
+
defaultValue: "File",
|
|
75
|
+
},
|
|
76
|
+
optionIcon2: {
|
|
77
|
+
name: "Option Icon 2",
|
|
78
|
+
options: availableIcons,
|
|
79
|
+
control: { type: "select" },
|
|
80
|
+
defaultValue: "File",
|
|
81
|
+
},
|
|
82
|
+
optionIcon3: {
|
|
83
|
+
name: "Option Icon 3",
|
|
84
|
+
options: availableIcons,
|
|
85
|
+
control: { type: "select" },
|
|
86
|
+
defaultValue: "File",
|
|
87
|
+
},
|
|
88
|
+
action1: {
|
|
89
|
+
name: "Option text 1",
|
|
90
|
+
},
|
|
91
|
+
action2: {
|
|
92
|
+
name: "Option text 2",
|
|
93
|
+
},
|
|
94
|
+
action3: {
|
|
95
|
+
name: "Option text 3",
|
|
96
|
+
},
|
|
97
|
+
},
|
|
98
|
+
args: {
|
|
99
|
+
ButtonComp: 'Ghost',
|
|
100
|
+
buttonSize: 'Small',
|
|
101
|
+
icon: 'DotsThree',
|
|
102
|
+
iconSize: 'Small',
|
|
103
|
+
action1: "Edit",
|
|
104
|
+
optionIcon1: "File",
|
|
105
|
+
action2: "Duplicate",
|
|
106
|
+
optionIcon2: "File",
|
|
107
|
+
action3: "Delete",
|
|
108
|
+
optionIcon3: "File",
|
|
109
|
+
invert: false,
|
|
110
|
+
align: 'right',
|
|
111
|
+
popOutOfOverflowHiddenParent: false, // dev
|
|
112
|
+
},
|
|
113
|
+
parameters: {
|
|
114
|
+
docs: {
|
|
115
|
+
page: ActionMenu_mdx_1.default,
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
};
|
|
119
|
+
var ActionMenu = function (args) {
|
|
120
|
+
args.actions = [
|
|
121
|
+
__assign({ display: args.action1 }, (args.optionIcon1 ? { icon: args.optionIcon1 } : {})),
|
|
122
|
+
__assign({ display: args.action2 }, (args.optionIcon2 ? { icon: args.optionIcon2 } : {})),
|
|
123
|
+
__assign({ display: args.action3 }, (args.optionIcon3 ? { icon: args.optionIcon3 } : {})),
|
|
124
|
+
];
|
|
125
|
+
args.M = args.buttonSize === 'M';
|
|
126
|
+
return (react_1.default.createElement("div", { style: args.popOutOfOverflowHiddenParent
|
|
127
|
+
? { border: '2px solid lightgrey', height: '90vh', overflow: 'scroll' }
|
|
128
|
+
: {} },
|
|
129
|
+
react_1.default.createElement("div", { style: { height: '1000px' } },
|
|
130
|
+
react_1.default.createElement("div", { style: __assign({ padding: '4rem 8rem', background: args.invert ? themes_1.colors.greyColor100 : themes_1.colors.white }, (args.popOutOfOverflowHiddenParent
|
|
131
|
+
? {
|
|
132
|
+
background: args.invert ? themes_1.colors.greyColor100 : themes_1.colors.greyColor5,
|
|
133
|
+
height: '50px',
|
|
134
|
+
backgroundColor: themes_1.colors.greyColor5,
|
|
135
|
+
overflow: "hidden"
|
|
136
|
+
}
|
|
137
|
+
: {})) },
|
|
138
|
+
react_1.default.createElement(ActionMenu_1.ActionMenu, __assign({}, args, { storybookPreview: true }))))));
|
|
139
|
+
};
|
|
140
|
+
exports.ActionMenu = ActionMenu;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let title: string;
|
|
3
|
+
namespace args {
|
|
4
|
+
let readOnly: boolean;
|
|
5
|
+
let invert: boolean;
|
|
6
|
+
}
|
|
7
|
+
namespace argTypes {
|
|
8
|
+
export namespace readOnly_1 {
|
|
9
|
+
let name: string;
|
|
10
|
+
}
|
|
11
|
+
export { readOnly_1 as readOnly };
|
|
12
|
+
export namespace invert_1 {
|
|
13
|
+
let name_1: string;
|
|
14
|
+
export { name_1 as name };
|
|
15
|
+
}
|
|
16
|
+
export { invert_1 as invert };
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export default _default;
|
|
20
|
+
export function AudioInput_(args: any): import("react").JSX.Element;
|
|
@@ -0,0 +1,67 @@
|
|
|
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 __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.AudioInput_ = void 0;
|
|
18
|
+
var react_1 = require("react");
|
|
19
|
+
var Wrappers_1 = require("../components/Wrappers");
|
|
20
|
+
var themes_1 = require("../themes");
|
|
21
|
+
var AudioInput_1 = __importDefault(require("../components/AudioInput"));
|
|
22
|
+
exports.default = {
|
|
23
|
+
title: "Components/Audio Input",
|
|
24
|
+
args: {
|
|
25
|
+
readOnly: false,
|
|
26
|
+
invert: false,
|
|
27
|
+
},
|
|
28
|
+
argTypes: {
|
|
29
|
+
readOnly: {
|
|
30
|
+
name: "Read Only"
|
|
31
|
+
},
|
|
32
|
+
invert: {
|
|
33
|
+
name: "Invert"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
var data = {
|
|
38
|
+
kind: "storage#object",
|
|
39
|
+
id: "cata_dev__media/audio/b4ae0f8c-3d22-41a4-aa7b-08cd030bbf4f.wav/1694068553965043",
|
|
40
|
+
selfLink: "https://www.googleapis.com/storage/v1/b/cata_dev__media/o/audio%2Fb4ae0f8c-3d22-41a4-aa7b-08cd030bbf4f.wav",
|
|
41
|
+
mediaLink: "https://storage.googleapis.com/download/storage/v1/b/cata_dev__media/o/audio%2Fb4ae0f8c-3d22-41a4-aa7b-08cd030bbf4f.wav?generation=1694068553965043&alt=media",
|
|
42
|
+
name: "audio/b4ae0f8c-3d22-41a4-aa7b-08cd030bbf4f.wav",
|
|
43
|
+
bucket: "cata_dev__media",
|
|
44
|
+
generation: "1694068553965043",
|
|
45
|
+
metageneration: "1",
|
|
46
|
+
contentType: "audio/wav",
|
|
47
|
+
storageClass: "STANDARD",
|
|
48
|
+
size: 10544134,
|
|
49
|
+
md5Hash: "G4cmpod1v6ysmkrndou8kQ==",
|
|
50
|
+
crc32c: "SAkgWg==",
|
|
51
|
+
etag: "CPO7iZPxl4EDEAE=",
|
|
52
|
+
timeCreated: "2023-09-07T06:35:53.967Z",
|
|
53
|
+
updated: "2023-09-07T06:35:53.967Z",
|
|
54
|
+
timeStorageClassUpdated: "2023-09-07T06:35:53.967Z",
|
|
55
|
+
mediaHost: "gcs",
|
|
56
|
+
originalFilename: "sampleaudio3.wav",
|
|
57
|
+
format: "wav",
|
|
58
|
+
publicUrl: "https://storage.googleapis.com/cata_dev__media/audio/b4ae0f8c-3d22-41a4-aa7b-08cd030bbf4f.wav",
|
|
59
|
+
};
|
|
60
|
+
var AudioInput_ = function (args) {
|
|
61
|
+
var _a = (0, react_1.useState)(undefined), url = _a[0], setUrl = _a[1];
|
|
62
|
+
var invertProp = args.invert;
|
|
63
|
+
return (React.createElement("div", { style: { background: invertProp ? themes_1.colors.greyColor100_opacity70 : themes_1.colors.white, height: '90svh' } },
|
|
64
|
+
React.createElement(Wrappers_1.Wrapper700, null,
|
|
65
|
+
React.createElement(AudioInput_1.default, __assign({ value: url, onChange: function (k, v) { return setUrl(v); }, isRequired: true, label: "Audio Embed", sublabel: "Upload your audio file. allowed formats - 'mp3', 'wav', 'm4a', 'aac', 'amr','ogg'" }, args)))));
|
|
66
|
+
};
|
|
67
|
+
exports.AudioInput_ = AudioInput_;
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let title: string;
|
|
3
|
+
namespace argTypes {
|
|
4
|
+
namespace msg {
|
|
5
|
+
let name: string;
|
|
6
|
+
}
|
|
7
|
+
namespace autoHide {
|
|
8
|
+
let name_1: string;
|
|
9
|
+
export { name_1 as name };
|
|
10
|
+
}
|
|
11
|
+
namespace hideCloseButton {
|
|
12
|
+
let name_2: string;
|
|
13
|
+
export { name_2 as name };
|
|
14
|
+
}
|
|
15
|
+
namespace showIcon {
|
|
16
|
+
let name_3: string;
|
|
17
|
+
export { name_3 as name };
|
|
18
|
+
export { availableIcons as options };
|
|
19
|
+
export namespace control {
|
|
20
|
+
let type: string;
|
|
21
|
+
}
|
|
22
|
+
export let defaultValue: string;
|
|
23
|
+
}
|
|
24
|
+
namespace timeOut {
|
|
25
|
+
let name_4: string;
|
|
26
|
+
export { name_4 as name };
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
namespace args {
|
|
30
|
+
export let color: string;
|
|
31
|
+
let msg_1: string;
|
|
32
|
+
export { msg_1 as msg };
|
|
33
|
+
let showIcon_1: string;
|
|
34
|
+
export { showIcon_1 as showIcon };
|
|
35
|
+
let hideCloseButton_1: boolean;
|
|
36
|
+
export { hideCloseButton_1 as hideCloseButton };
|
|
37
|
+
let autoHide_1: boolean;
|
|
38
|
+
export { autoHide_1 as autoHide };
|
|
39
|
+
let timeOut_1: number;
|
|
40
|
+
export { timeOut_1 as timeOut };
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
export default _default;
|
|
44
|
+
export function Banner_Alert(args: any): import("react").JSX.Element;
|
|
45
|
+
export namespace Banner_Alert {
|
|
46
|
+
export namespace argTypes_1 {
|
|
47
|
+
export namespace color_1 {
|
|
48
|
+
let name_5: string;
|
|
49
|
+
export { name_5 as name };
|
|
50
|
+
export let options: string[];
|
|
51
|
+
export namespace mapping {
|
|
52
|
+
let Success: string;
|
|
53
|
+
let Alert: string;
|
|
54
|
+
let Wanring: string;
|
|
55
|
+
}
|
|
56
|
+
export namespace control_1 {
|
|
57
|
+
let type_1: string;
|
|
58
|
+
export { type_1 as type };
|
|
59
|
+
}
|
|
60
|
+
export { control_1 as control };
|
|
61
|
+
let defaultValue_1: string;
|
|
62
|
+
export { defaultValue_1 as defaultValue };
|
|
63
|
+
}
|
|
64
|
+
export { color_1 as color };
|
|
65
|
+
export namespace buttonText {
|
|
66
|
+
let name_6: string;
|
|
67
|
+
export { name_6 as name };
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
export { argTypes_1 as argTypes };
|
|
71
|
+
export namespace args_1 {
|
|
72
|
+
let buttonText_1: string;
|
|
73
|
+
export { buttonText_1 as buttonText };
|
|
74
|
+
}
|
|
75
|
+
export { args_1 as args };
|
|
76
|
+
}
|
|
77
|
+
export function Banner_Info(args: any): import("react").JSX.Element;
|
|
78
|
+
export namespace Banner_Info {
|
|
79
|
+
export namespace argTypes_2 {
|
|
80
|
+
export namespace color_2 {
|
|
81
|
+
let name_7: string;
|
|
82
|
+
export { name_7 as name };
|
|
83
|
+
let options_1: string[];
|
|
84
|
+
export { options_1 as options };
|
|
85
|
+
export namespace control_2 {
|
|
86
|
+
let type_2: string;
|
|
87
|
+
export { type_2 as type };
|
|
88
|
+
}
|
|
89
|
+
export { control_2 as control };
|
|
90
|
+
let defaultValue_2: string;
|
|
91
|
+
export { defaultValue_2 as defaultValue };
|
|
92
|
+
}
|
|
93
|
+
export { color_2 as color };
|
|
94
|
+
}
|
|
95
|
+
export { argTypes_2 as argTypes };
|
|
96
|
+
}
|
|
97
|
+
declare const availableIcons: string[];
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
3
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
4
|
+
if (ar || !(i in from)) {
|
|
5
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
6
|
+
ar[i] = from[i];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.Banner_Info = exports.Banner_Alert = void 0;
|
|
13
|
+
var react_1 = require("react");
|
|
14
|
+
var Banners_1 = require("../components/Banners");
|
|
15
|
+
var icons_1 = require("../icons");
|
|
16
|
+
var availableIcons = Object.keys(icons_1.icons).sort();
|
|
17
|
+
exports.default = {
|
|
18
|
+
title: "Components/Banners",
|
|
19
|
+
argTypes: {
|
|
20
|
+
msg: {
|
|
21
|
+
name: "Text",
|
|
22
|
+
},
|
|
23
|
+
autoHide: {
|
|
24
|
+
name: "Auto Hide",
|
|
25
|
+
},
|
|
26
|
+
hideCloseButton: {
|
|
27
|
+
name: "Close button",
|
|
28
|
+
},
|
|
29
|
+
showIcon: {
|
|
30
|
+
name: "Icon",
|
|
31
|
+
options: availableIcons,
|
|
32
|
+
control: { type: "select" },
|
|
33
|
+
defaultValue: "DotsThree",
|
|
34
|
+
},
|
|
35
|
+
timeOut: {
|
|
36
|
+
name: "Time Out",
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
args: {
|
|
40
|
+
color: "Success",
|
|
41
|
+
msg: "Banner message",
|
|
42
|
+
showIcon: "X",
|
|
43
|
+
hideCloseButton: false,
|
|
44
|
+
autoHide: false,
|
|
45
|
+
timeOut: 5000,
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
var uid = 0;
|
|
49
|
+
var handleAddMore = function (_a) {
|
|
50
|
+
var args = _a.args, state = _a.state, setState = _a.setState;
|
|
51
|
+
var obj = JSON.parse(JSON.stringify(args));
|
|
52
|
+
// const lastId = state.length > 0 ? state[state.length - 1].id : 0;
|
|
53
|
+
obj.id = ++uid;
|
|
54
|
+
setState(function (prev) { return __spreadArray([obj], prev, true); });
|
|
55
|
+
};
|
|
56
|
+
var handleRemoveBanner = function (_a) {
|
|
57
|
+
var id = _a.id, setState = _a.setState;
|
|
58
|
+
setState(function (prev) { return prev.filter(function (d) { return d.id !== id; }); });
|
|
59
|
+
};
|
|
60
|
+
var Banner_Alert = function (args) {
|
|
61
|
+
if (args.buttonText) {
|
|
62
|
+
args.cta = { text: args.buttonText, action: function () { return console.log("clicked"); } };
|
|
63
|
+
}
|
|
64
|
+
args.id = uid;
|
|
65
|
+
if (!args.autoHide) {
|
|
66
|
+
delete args.timeOut;
|
|
67
|
+
}
|
|
68
|
+
var _a = (0, react_1.useState)([]), state = _a[0], setState = _a[1];
|
|
69
|
+
return (React.createElement("div", { style: {
|
|
70
|
+
display: "flex",
|
|
71
|
+
flexDirection: "column",
|
|
72
|
+
alignItems: "center",
|
|
73
|
+
gap: "1rem",
|
|
74
|
+
} },
|
|
75
|
+
React.createElement(Banners_1.BannerAlert, { BANNER_STATE: { alertState: state }, REMOVE_ALERT_BANNER: function (e, id) { return handleRemoveBanner({ id: id, setState: setState }); } }),
|
|
76
|
+
React.createElement("button", { onClick: function () { return handleAddMore({ args: args, state: state, setState: setState }); }, style: { padding: ".5rem", width: "fit-content" } }, "Add more"),
|
|
77
|
+
React.createElement("h3", null,
|
|
78
|
+
React.createElement("i", null, "Note: change props and click on add more button"))));
|
|
79
|
+
};
|
|
80
|
+
exports.Banner_Alert = Banner_Alert;
|
|
81
|
+
exports.Banner_Alert.argTypes = {
|
|
82
|
+
color: {
|
|
83
|
+
name: "Banner Style",
|
|
84
|
+
options: ["Success", "Alert", "Wanring"],
|
|
85
|
+
mapping: {
|
|
86
|
+
Success: "green",
|
|
87
|
+
Alert: "red",
|
|
88
|
+
Wanring: "yellow",
|
|
89
|
+
},
|
|
90
|
+
control: { type: "select" },
|
|
91
|
+
defaultValue: "Success",
|
|
92
|
+
},
|
|
93
|
+
buttonText: {
|
|
94
|
+
name: "Button",
|
|
95
|
+
},
|
|
96
|
+
};
|
|
97
|
+
exports.Banner_Alert.args = {
|
|
98
|
+
// button: false,
|
|
99
|
+
buttonText: "",
|
|
100
|
+
};
|
|
101
|
+
var Banner_Info = function (args) {
|
|
102
|
+
var _a = (0, react_1.useState)([]), state = _a[0], setState = _a[1];
|
|
103
|
+
args.id = uid;
|
|
104
|
+
if (!args.autoHide) {
|
|
105
|
+
delete args.timeOut;
|
|
106
|
+
}
|
|
107
|
+
return (React.createElement("div", { style: {
|
|
108
|
+
display: "flex",
|
|
109
|
+
flexDirection: "column",
|
|
110
|
+
alignItems: "center",
|
|
111
|
+
gap: "1rem",
|
|
112
|
+
} },
|
|
113
|
+
React.createElement(Banners_1.BannerInfo, { BANNER_STATE: { infoState: state }, REMOVE_INFO_BANNER: function (e, id) { return handleRemoveBanner({ id: id, setState: setState }); } }),
|
|
114
|
+
React.createElement("button", { onClick: function () { return handleAddMore({ args: args, state: state, setState: setState }); }, style: { padding: ".5rem", width: "fit-content" } }, "Add More"),
|
|
115
|
+
React.createElement("h3", null,
|
|
116
|
+
React.createElement("i", null, "Note: change props and click on add more button"))));
|
|
117
|
+
};
|
|
118
|
+
exports.Banner_Info = Banner_Info;
|
|
119
|
+
exports.Banner_Info.argTypes = {
|
|
120
|
+
color: {
|
|
121
|
+
name: "Banner style",
|
|
122
|
+
options: ["grey", "dark"],
|
|
123
|
+
control: { type: "select" },
|
|
124
|
+
defaultValue: "grey",
|
|
125
|
+
},
|
|
126
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="mdx" />
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
let title: string;
|
|
4
|
+
namespace parameters {
|
|
5
|
+
namespace docs {
|
|
6
|
+
export { BarChartDocs as page };
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
export default _default;
|
|
11
|
+
export function BarChart(args: any): React.JSX.Element;
|
|
12
|
+
import BarChartDocs from './BarChart.mdx';
|
|
13
|
+
import React from "react";
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.BarChart = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var BarChart_1 = require("../components/dataViz/comps/BarChart");
|
|
9
|
+
var themes_1 = require("../themes");
|
|
10
|
+
var BarChart_mdx_1 = __importDefault(require("./BarChart.mdx"));
|
|
11
|
+
var Typo_1 = require("../components/Typo");
|
|
12
|
+
exports.default = {
|
|
13
|
+
title: "Components/BarChart",
|
|
14
|
+
// argTypes: {
|
|
15
|
+
// HeaderStyle: {
|
|
16
|
+
// options: ["HeaderStyle1", "HeaderStyle2", "HeaderStyle3"],
|
|
17
|
+
// control: { type: "inline-radio" },
|
|
18
|
+
// defaultValue: "HeaderStyle1",
|
|
19
|
+
// },
|
|
20
|
+
// percent: {
|
|
21
|
+
// control: { type: 'range', min: 1, max: 100, step: 1 },
|
|
22
|
+
// defaultValue: 39,
|
|
23
|
+
// table: {
|
|
24
|
+
// category: 'HeaderStyle 2 Options',
|
|
25
|
+
// },
|
|
26
|
+
// },
|
|
27
|
+
// infoTooltip: {
|
|
28
|
+
// control: { type: 'text' },
|
|
29
|
+
// defaultValue: '',
|
|
30
|
+
// table: {
|
|
31
|
+
// category: 'HeaderStyle 2 Options',
|
|
32
|
+
// },
|
|
33
|
+
// },
|
|
34
|
+
// showPercent: {
|
|
35
|
+
// table: {
|
|
36
|
+
// category: 'HeaderStyle 2 Options',
|
|
37
|
+
// },
|
|
38
|
+
// },
|
|
39
|
+
// },
|
|
40
|
+
// args: {
|
|
41
|
+
// // invert: false,
|
|
42
|
+
// title: "This is the title",
|
|
43
|
+
// label: "Label",
|
|
44
|
+
// infoTooltip: '',
|
|
45
|
+
// showPercent: true
|
|
46
|
+
// },
|
|
47
|
+
parameters: {
|
|
48
|
+
docs: {
|
|
49
|
+
page: BarChart_mdx_1.default,
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
};
|
|
53
|
+
var BarChart = function (args) {
|
|
54
|
+
return (react_1.default.createElement("div", null,
|
|
55
|
+
react_1.default.createElement(BarChart_1.BarChart, { id: 'testbarchart', className: 'testbarchart', data: [
|
|
56
|
+
{ court: "DRT", avg: 1.5 },
|
|
57
|
+
{ court: "NCLT", avg: 18 },
|
|
58
|
+
{ court: "bombayHC", avg: 23 },
|
|
59
|
+
], highlight: 'min', numValuePath: 'avg', categoryValuePath: 'court', numberAxisLabel: 'Avg. No. of Hearings' })));
|
|
60
|
+
};
|
|
61
|
+
exports.BarChart = BarChart;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let title: string;
|
|
3
|
+
namespace argTypes {
|
|
4
|
+
namespace label {
|
|
5
|
+
let name: string;
|
|
6
|
+
}
|
|
7
|
+
namespace sublabel {
|
|
8
|
+
let name_1: string;
|
|
9
|
+
export { name_1 as name };
|
|
10
|
+
}
|
|
11
|
+
namespace showHints {
|
|
12
|
+
let name_2: string;
|
|
13
|
+
export { name_2 as name };
|
|
14
|
+
}
|
|
15
|
+
namespace hintsTitle {
|
|
16
|
+
let name_3: string;
|
|
17
|
+
export { name_3 as name };
|
|
18
|
+
}
|
|
19
|
+
namespace hintsBtnLabel {
|
|
20
|
+
let name_4: string;
|
|
21
|
+
export { name_4 as name };
|
|
22
|
+
}
|
|
23
|
+
namespace infoTooltip {
|
|
24
|
+
let name_5: string;
|
|
25
|
+
export { name_5 as name };
|
|
26
|
+
}
|
|
27
|
+
namespace errorMessage {
|
|
28
|
+
let name_6: string;
|
|
29
|
+
export { name_6 as name };
|
|
30
|
+
}
|
|
31
|
+
namespace isRequired {
|
|
32
|
+
let name_7: string;
|
|
33
|
+
export { name_7 as name };
|
|
34
|
+
}
|
|
35
|
+
namespace readOnly {
|
|
36
|
+
let name_8: string;
|
|
37
|
+
export { name_8 as name };
|
|
38
|
+
}
|
|
39
|
+
namespace invert {
|
|
40
|
+
let name_9: string;
|
|
41
|
+
export { name_9 as name };
|
|
42
|
+
}
|
|
43
|
+
let inputOnlyLabel: {};
|
|
44
|
+
}
|
|
45
|
+
namespace args {
|
|
46
|
+
let label_1: string;
|
|
47
|
+
export { label_1 as label };
|
|
48
|
+
let sublabel_1: string;
|
|
49
|
+
export { sublabel_1 as sublabel };
|
|
50
|
+
let showHints_1: boolean;
|
|
51
|
+
export { showHints_1 as showHints };
|
|
52
|
+
let hintsTitle_1: string;
|
|
53
|
+
export { hintsTitle_1 as hintsTitle };
|
|
54
|
+
let hintsBtnLabel_1: string;
|
|
55
|
+
export { hintsBtnLabel_1 as hintsBtnLabel };
|
|
56
|
+
let infoTooltip_1: string;
|
|
57
|
+
export { infoTooltip_1 as infoTooltip };
|
|
58
|
+
let errorMessage_1: string;
|
|
59
|
+
export { errorMessage_1 as errorMessage };
|
|
60
|
+
let isRequired_1: boolean;
|
|
61
|
+
export { isRequired_1 as isRequired };
|
|
62
|
+
let invert_1: boolean;
|
|
63
|
+
export { invert_1 as invert };
|
|
64
|
+
let readOnly_1: boolean;
|
|
65
|
+
export { readOnly_1 as readOnly };
|
|
66
|
+
let inputOnlyLabel_1: string;
|
|
67
|
+
export { inputOnlyLabel_1 as inputOnlyLabel };
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
export default _default;
|
|
71
|
+
export function Block_Label(args: any): import("react").JSX.Element;
|