sag_components 2.0.0-beta115 → 2.0.0-beta116
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/index.d.ts +23 -223
- package/dist/index.esm.js +1063 -18622
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1044 -18623
- package/dist/index.js.map +1 -1
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +15 -0
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +13 -0
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -0
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +3 -1
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +2 -0
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +2 -0
- package/dist/types/components/Button/Button.d.ts +21 -1
- package/dist/types/components/Button/Button.stories.d.ts +35 -93
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +46 -0
- package/dist/types/components/{ContainerTable/ContainerTable.stories.d.ts → CampaignTool/Card.stories.d.ts} +33 -37
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +28 -0
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +17 -0
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +101 -0
- package/dist/types/components/CampaignTool/Table.stories.d.ts +108 -0
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +61 -2
- package/dist/types/components/{DropdownNew → DropdownMultiNew}/DropdownNew.stories.d.ts +92 -134
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +80 -1
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +58 -2
- package/dist/types/components/Input/Input.d.ts +1 -2
- package/dist/types/components/Input/Input.stories.d.ts +91 -120
- package/dist/types/components/SearchInput/SearchInput.d.ts +22 -0
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +5 -59
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +0 -1
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +25 -15
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +17 -1
- package/dist/types/components/Tooltip/Tooltip.d.ts +22 -0
- package/dist/types/icons/CalendarInOpen.d.ts +1 -5
- package/dist/types/index.d.ts +1 -21
- package/package.json +2 -5
- package/dist/types/components/ContainerTable/ContainerTable.d.ts +0 -2
- package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +0 -7
- package/dist/types/components/EventsTable/ColumnFilter.d.ts +0 -7
- package/dist/types/components/EventsTable/DeleteEventModal.d.ts +0 -5
- package/dist/types/components/EventsTable/EventTable.d.ts +0 -7
- package/dist/types/components/EventsTable/EventsHeader.d.ts +0 -6
- package/dist/types/components/EventsTable/EventsPage.d.ts +0 -1
- package/dist/types/components/EventsTable/EventsPage.stories.d.ts +0 -8
- package/dist/types/components/EventsTable/SendButton.d.ts +0 -3
- package/dist/types/components/EventsTable/mockEvents.d.ts +0 -15
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +0 -9
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +0 -12
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +0 -14
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +0 -110
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +0 -25
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +0 -6
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +0 -17
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +0 -8
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +0 -15
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +0 -2
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +0 -17
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +0 -8
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +0 -16
- package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +0 -6
- package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +0 -6
- package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +0 -6
- package/dist/types/components/MenuRoute/MenuRoute.d.ts +0 -2
- package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +0 -52
- package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +0 -3
- package/dist/types/components/MessageBox/MessageBox.d.ts +0 -13
- package/dist/types/components/MessageBox/MessageBox.stories.d.ts +0 -75
- package/dist/types/components/MessageBox/MessageBox.styles.d.ts +0 -9
- package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +0 -15
- package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +0 -7
- package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +0 -3
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +0 -2
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +0 -142
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +0 -7
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +0 -13
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +0 -188
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +0 -7
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +0 -26
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +0 -10
- package/dist/types/components/Table/DropMenus/FieldPop.d.ts +0 -2
- package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +0 -5
- package/dist/types/components/Table/DropMenus/FilterPop.d.ts +0 -2
- package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +0 -6
- package/dist/types/components/Table/DropMenus/RangePop.d.ts +0 -2
- package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +0 -10
- package/dist/types/components/Table/DropMenus/SortPop.d.ts +0 -2
- package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +0 -8
- package/dist/types/components/Table/FilterIcon.d.ts +0 -6
- package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +0 -6
- package/dist/types/components/Table/Icons/FilterIcon.d.ts +0 -4
- package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +0 -5
- package/dist/types/components/Table/Icons/SortIcon.d.ts +0 -5
- package/dist/types/components/Table/Icons/TrashIcon.d.ts +0 -6
- package/dist/types/components/Table/NoEvents.d.ts +0 -5
- package/dist/types/components/Table/SortIcon.d.ts +0 -6
- package/dist/types/components/Table/Table.d.ts +0 -2
- package/dist/types/components/Table/Table.stories.d.ts +0 -420
- package/dist/types/components/Table/Table.style.d.ts +0 -18
- package/dist/types/components/Table/TableBody.d.ts +0 -9
- package/dist/types/components/Table/TableBody.styles.d.ts +0 -11
- package/dist/types/components/Table/TableHeader.d.ts +0 -9
- package/dist/types/components/Table/TableHeader.styles.d.ts +0 -8
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +0 -10
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +0 -57
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +0 -4
- package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +0 -21
- package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +0 -15
- package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +0 -3
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +0 -30
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +0 -5
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +0 -18
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +0 -98
- package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +0 -8
- package/dist/types/icons/ArrowLeftIcon.d.ts +0 -7
- package/dist/types/icons/ArrowRightFullIcon.d.ts +0 -5
- package/dist/types/icons/ExclamationMarkIcon.d.ts +0 -6
- package/dist/types/icons/OkCircleIcon.d.ts +0 -6
- package/dist/types/icons/OkIcon.d.ts +0 -6
- package/dist/types/icons/Plus.d.ts +0 -6
- package/dist/types/icons/PlusIcon.d.ts +0 -6
- package/dist/types/icons/RedDot.d.ts +0 -5
- package/dist/types/icons/TrashIcon.d.ts +0 -7
- package/dist/types/icons/index.d.ts +0 -20
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export const title: string;
|
|
3
|
+
export { Table as component };
|
|
4
|
+
export const tags: string[];
|
|
5
|
+
export namespace argTypes {
|
|
6
|
+
namespace width {
|
|
7
|
+
const name: string;
|
|
8
|
+
namespace control {
|
|
9
|
+
const type: string;
|
|
10
|
+
}
|
|
11
|
+
const description: string;
|
|
12
|
+
}
|
|
13
|
+
namespace height {
|
|
14
|
+
const name_1: string;
|
|
15
|
+
export { name_1 as name };
|
|
16
|
+
export namespace control_1 {
|
|
17
|
+
const type_1: string;
|
|
18
|
+
export { type_1 as type };
|
|
19
|
+
}
|
|
20
|
+
export { control_1 as control };
|
|
21
|
+
const description_1: string;
|
|
22
|
+
export { description_1 as description };
|
|
23
|
+
}
|
|
24
|
+
namespace onCheckAllInput {
|
|
25
|
+
const name_2: string;
|
|
26
|
+
export { name_2 as name };
|
|
27
|
+
export const action: string;
|
|
28
|
+
const description_2: string;
|
|
29
|
+
export { description_2 as description };
|
|
30
|
+
}
|
|
31
|
+
namespace onSortClick {
|
|
32
|
+
const name_3: string;
|
|
33
|
+
export { name_3 as name };
|
|
34
|
+
const action_1: string;
|
|
35
|
+
export { action_1 as action };
|
|
36
|
+
const description_3: string;
|
|
37
|
+
export { description_3 as description };
|
|
38
|
+
}
|
|
39
|
+
namespace onRowClick {
|
|
40
|
+
const name_4: string;
|
|
41
|
+
export { name_4 as name };
|
|
42
|
+
const action_2: string;
|
|
43
|
+
export { action_2 as action };
|
|
44
|
+
const description_4: string;
|
|
45
|
+
export { description_4 as description };
|
|
46
|
+
}
|
|
47
|
+
namespace onRowInputClick {
|
|
48
|
+
const name_5: string;
|
|
49
|
+
export { name_5 as name };
|
|
50
|
+
const action_3: string;
|
|
51
|
+
export { action_3 as action };
|
|
52
|
+
const description_5: string;
|
|
53
|
+
export { description_5 as description };
|
|
54
|
+
}
|
|
55
|
+
namespace actionsColumn {
|
|
56
|
+
const name_6: string;
|
|
57
|
+
export { name_6 as name };
|
|
58
|
+
export namespace control_2 {
|
|
59
|
+
const type_2: string;
|
|
60
|
+
export { type_2 as type };
|
|
61
|
+
}
|
|
62
|
+
export { control_2 as control };
|
|
63
|
+
const description_6: string;
|
|
64
|
+
export { description_6 as description };
|
|
65
|
+
export const defaultValue: boolean;
|
|
66
|
+
}
|
|
67
|
+
namespace sizingTable {
|
|
68
|
+
const name_7: string;
|
|
69
|
+
export { name_7 as name };
|
|
70
|
+
export namespace control_3 {
|
|
71
|
+
const type_3: string;
|
|
72
|
+
export { type_3 as type };
|
|
73
|
+
}
|
|
74
|
+
export { control_3 as control };
|
|
75
|
+
const description_7: string;
|
|
76
|
+
export { description_7 as description };
|
|
77
|
+
const defaultValue_1: boolean;
|
|
78
|
+
export { defaultValue_1 as defaultValue };
|
|
79
|
+
}
|
|
80
|
+
namespace showPagination {
|
|
81
|
+
const name_8: string;
|
|
82
|
+
export { name_8 as name };
|
|
83
|
+
export namespace control_4 {
|
|
84
|
+
const type_4: string;
|
|
85
|
+
export { type_4 as type };
|
|
86
|
+
}
|
|
87
|
+
export { control_4 as control };
|
|
88
|
+
const description_8: string;
|
|
89
|
+
export { description_8 as description };
|
|
90
|
+
const defaultValue_2: boolean;
|
|
91
|
+
export { defaultValue_2 as defaultValue };
|
|
92
|
+
}
|
|
93
|
+
namespace rangePagination {
|
|
94
|
+
const name_9: string;
|
|
95
|
+
export { name_9 as name };
|
|
96
|
+
export namespace control_5 {
|
|
97
|
+
const type_5: string;
|
|
98
|
+
export { type_5 as type };
|
|
99
|
+
}
|
|
100
|
+
export { control_5 as control };
|
|
101
|
+
const description_9: string;
|
|
102
|
+
export { description_9 as description };
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
export default _default;
|
|
107
|
+
export const MainTable: any;
|
|
108
|
+
import { Table } from "../CampaignTool/Table";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export function DropdownMultiNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width,
|
|
1
|
+
export function DropdownMultiNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, error, errorMessage, labelColor, xIconShow, checkBoxColor, showLabelOnTop, orderBy, elementType, }: {
|
|
2
2
|
label: any;
|
|
3
3
|
labelEmptyValue: any;
|
|
4
4
|
options: any;
|
|
@@ -7,7 +7,6 @@ export function DropdownMultiNew({ label, labelEmptyValue, options, selectedValu
|
|
|
7
7
|
required: any;
|
|
8
8
|
disabled: any;
|
|
9
9
|
width: any;
|
|
10
|
-
withMarginBottom?: boolean;
|
|
11
10
|
error: any;
|
|
12
11
|
errorMessage: any;
|
|
13
12
|
labelColor: any;
|
|
@@ -17,4 +16,64 @@ export function DropdownMultiNew({ label, labelEmptyValue, options, selectedValu
|
|
|
17
16
|
orderBy: any;
|
|
18
17
|
elementType: any;
|
|
19
18
|
}): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export namespace DropdownMultiNew {
|
|
20
|
+
namespace propTypes {
|
|
21
|
+
const placeHolder: PropTypes.Requireable<string>;
|
|
22
|
+
const label: PropTypes.Requireable<string>;
|
|
23
|
+
const labelEmptyValue: PropTypes.Requireable<string>;
|
|
24
|
+
const labelColor: PropTypes.Requireable<string>;
|
|
25
|
+
const checkBoxColor: PropTypes.Requireable<string>;
|
|
26
|
+
const required: PropTypes.Requireable<boolean>;
|
|
27
|
+
const width: PropTypes.Requireable<string>;
|
|
28
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
29
|
+
const error: PropTypes.Requireable<boolean>;
|
|
30
|
+
const errorMessage: string;
|
|
31
|
+
const options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
32
|
+
value: PropTypes.Requireable<string>;
|
|
33
|
+
label: PropTypes.Requireable<string>;
|
|
34
|
+
}>[]>;
|
|
35
|
+
const selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
|
|
36
|
+
value: PropTypes.Requireable<string>;
|
|
37
|
+
label: PropTypes.Requireable<string>;
|
|
38
|
+
}>[]>;
|
|
39
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
40
|
+
const xIconShow: PropTypes.Requireable<boolean>;
|
|
41
|
+
const showLabelOnTop: PropTypes.Requireable<boolean>;
|
|
42
|
+
}
|
|
43
|
+
namespace defaultProps {
|
|
44
|
+
const placeHolder_1: string;
|
|
45
|
+
export { placeHolder_1 as placeHolder };
|
|
46
|
+
const label_1: string;
|
|
47
|
+
export { label_1 as label };
|
|
48
|
+
const labelEmptyValue_1: string;
|
|
49
|
+
export { labelEmptyValue_1 as labelEmptyValue };
|
|
50
|
+
const labelColor_1: string;
|
|
51
|
+
export { labelColor_1 as labelColor };
|
|
52
|
+
const checkBoxColor_1: string;
|
|
53
|
+
export { checkBoxColor_1 as checkBoxColor };
|
|
54
|
+
const required_1: boolean;
|
|
55
|
+
export { required_1 as required };
|
|
56
|
+
const width_1: string;
|
|
57
|
+
export { width_1 as width };
|
|
58
|
+
const disabled_1: boolean;
|
|
59
|
+
export { disabled_1 as disabled };
|
|
60
|
+
const error_1: boolean;
|
|
61
|
+
export { error_1 as error };
|
|
62
|
+
const errorMessage_1: string;
|
|
63
|
+
export { errorMessage_1 as errorMessage };
|
|
64
|
+
const options_1: any[];
|
|
65
|
+
export { options_1 as options };
|
|
66
|
+
const selectedValue_1: any[];
|
|
67
|
+
export { selectedValue_1 as selectedValue };
|
|
68
|
+
const xIconShow_1: boolean;
|
|
69
|
+
export { xIconShow_1 as xIconShow };
|
|
70
|
+
export function onChange_1(): void;
|
|
71
|
+
export { onChange_1 as onChange };
|
|
72
|
+
const showLabelOnTop_1: boolean;
|
|
73
|
+
export { showLabelOnTop_1 as showLabelOnTop };
|
|
74
|
+
export const orderBy: string;
|
|
75
|
+
export const elementType: string;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
20
78
|
export default DropdownMultiNew;
|
|
79
|
+
import PropTypes from "prop-types";
|
|
@@ -3,34 +3,34 @@ declare namespace _default {
|
|
|
3
3
|
export { DropdownNew as component };
|
|
4
4
|
export const tags: string[];
|
|
5
5
|
export namespace argTypes {
|
|
6
|
-
namespace
|
|
6
|
+
namespace label {
|
|
7
7
|
const name: string;
|
|
8
|
+
namespace type {
|
|
9
|
+
const name_1: string;
|
|
10
|
+
export { name_1 as name };
|
|
11
|
+
}
|
|
8
12
|
const description: string;
|
|
13
|
+
namespace defaultValue {
|
|
14
|
+
const summary: string;
|
|
15
|
+
}
|
|
16
|
+
namespace control {
|
|
17
|
+
const type_1: string;
|
|
18
|
+
export { type_1 as type };
|
|
19
|
+
}
|
|
9
20
|
}
|
|
10
|
-
namespace
|
|
11
|
-
const
|
|
12
|
-
export {
|
|
21
|
+
namespace options {
|
|
22
|
+
const name_2: string;
|
|
23
|
+
export { name_2 as name };
|
|
13
24
|
const description_1: string;
|
|
14
25
|
export { description_1 as description };
|
|
15
26
|
}
|
|
16
|
-
namespace
|
|
17
|
-
const
|
|
18
|
-
export {
|
|
19
|
-
export namespace type {
|
|
20
|
-
const name_3: string;
|
|
21
|
-
export { name_3 as name };
|
|
22
|
-
}
|
|
27
|
+
namespace selectedValue {
|
|
28
|
+
const name_3: string;
|
|
29
|
+
export { name_3 as name };
|
|
23
30
|
const description_2: string;
|
|
24
31
|
export { description_2 as description };
|
|
25
|
-
export namespace defaultValue {
|
|
26
|
-
const summary: string;
|
|
27
|
-
}
|
|
28
|
-
export namespace control {
|
|
29
|
-
const type_1: any;
|
|
30
|
-
export { type_1 as type };
|
|
31
|
-
}
|
|
32
32
|
}
|
|
33
|
-
namespace
|
|
33
|
+
namespace onChange {
|
|
34
34
|
const name_4: string;
|
|
35
35
|
export { name_4 as name };
|
|
36
36
|
export namespace type_2 {
|
|
@@ -41,17 +41,17 @@ declare namespace _default {
|
|
|
41
41
|
const description_3: string;
|
|
42
42
|
export { description_3 as description };
|
|
43
43
|
export namespace defaultValue_1 {
|
|
44
|
-
const summary_1:
|
|
44
|
+
const summary_1: string;
|
|
45
45
|
export { summary_1 as summary };
|
|
46
46
|
}
|
|
47
47
|
export { defaultValue_1 as defaultValue };
|
|
48
48
|
export namespace control_1 {
|
|
49
|
-
const type_3:
|
|
49
|
+
const type_3: any;
|
|
50
50
|
export { type_3 as type };
|
|
51
51
|
}
|
|
52
52
|
export { control_1 as control };
|
|
53
53
|
}
|
|
54
|
-
namespace
|
|
54
|
+
namespace required {
|
|
55
55
|
const name_6: string;
|
|
56
56
|
export { name_6 as name };
|
|
57
57
|
export namespace type_4 {
|
|
@@ -62,7 +62,7 @@ declare namespace _default {
|
|
|
62
62
|
const description_4: string;
|
|
63
63
|
export { description_4 as description };
|
|
64
64
|
export namespace defaultValue_2 {
|
|
65
|
-
const summary_2:
|
|
65
|
+
const summary_2: boolean;
|
|
66
66
|
export { summary_2 as summary };
|
|
67
67
|
}
|
|
68
68
|
export { defaultValue_2 as defaultValue };
|
|
@@ -72,28 +72,32 @@ declare namespace _default {
|
|
|
72
72
|
}
|
|
73
73
|
export { control_2 as control };
|
|
74
74
|
}
|
|
75
|
-
namespace
|
|
75
|
+
namespace labelColor {
|
|
76
76
|
const name_8: string;
|
|
77
77
|
export { name_8 as name };
|
|
78
|
-
export namespace type_6 {
|
|
79
|
-
const name_9: string;
|
|
80
|
-
export { name_9 as name };
|
|
81
|
-
}
|
|
82
|
-
export { type_6 as type };
|
|
83
78
|
const description_5: string;
|
|
84
79
|
export { description_5 as description };
|
|
85
|
-
export namespace defaultValue_3 {
|
|
86
|
-
const summary_3: string;
|
|
87
|
-
export { summary_3 as summary };
|
|
88
|
-
}
|
|
89
|
-
export { defaultValue_3 as defaultValue };
|
|
90
80
|
export namespace control_3 {
|
|
81
|
+
const type_6: string;
|
|
82
|
+
export { type_6 as type };
|
|
83
|
+
export const presetColors: string[];
|
|
84
|
+
}
|
|
85
|
+
export { control_3 as control };
|
|
86
|
+
}
|
|
87
|
+
namespace checkBoxColor {
|
|
88
|
+
const name_9: string;
|
|
89
|
+
export { name_9 as name };
|
|
90
|
+
const description_6: string;
|
|
91
|
+
export { description_6 as description };
|
|
92
|
+
export namespace control_4 {
|
|
91
93
|
const type_7: string;
|
|
92
94
|
export { type_7 as type };
|
|
95
|
+
const presetColors_1: string[];
|
|
96
|
+
export { presetColors_1 as presetColors };
|
|
93
97
|
}
|
|
94
|
-
export {
|
|
98
|
+
export { control_4 as control };
|
|
95
99
|
}
|
|
96
|
-
namespace
|
|
100
|
+
namespace disabled {
|
|
97
101
|
const name_10: string;
|
|
98
102
|
export { name_10 as name };
|
|
99
103
|
export namespace type_8 {
|
|
@@ -101,20 +105,20 @@ declare namespace _default {
|
|
|
101
105
|
export { name_11 as name };
|
|
102
106
|
}
|
|
103
107
|
export { type_8 as type };
|
|
104
|
-
const
|
|
105
|
-
export {
|
|
106
|
-
export namespace
|
|
107
|
-
const
|
|
108
|
-
export {
|
|
108
|
+
const description_7: string;
|
|
109
|
+
export { description_7 as description };
|
|
110
|
+
export namespace defaultValue_3 {
|
|
111
|
+
const summary_3: boolean;
|
|
112
|
+
export { summary_3 as summary };
|
|
109
113
|
}
|
|
110
|
-
export {
|
|
111
|
-
export namespace
|
|
114
|
+
export { defaultValue_3 as defaultValue };
|
|
115
|
+
export namespace control_5 {
|
|
112
116
|
const type_9: string;
|
|
113
117
|
export { type_9 as type };
|
|
114
118
|
}
|
|
115
|
-
export {
|
|
119
|
+
export { control_5 as control };
|
|
116
120
|
}
|
|
117
|
-
namespace
|
|
121
|
+
namespace width {
|
|
118
122
|
const name_12: string;
|
|
119
123
|
export { name_12 as name };
|
|
120
124
|
export namespace type_10 {
|
|
@@ -122,20 +126,20 @@ declare namespace _default {
|
|
|
122
126
|
export { name_13 as name };
|
|
123
127
|
}
|
|
124
128
|
export { type_10 as type };
|
|
125
|
-
const
|
|
126
|
-
export {
|
|
127
|
-
export namespace
|
|
128
|
-
const
|
|
129
|
-
export {
|
|
129
|
+
const description_8: string;
|
|
130
|
+
export { description_8 as description };
|
|
131
|
+
export namespace defaultValue_4 {
|
|
132
|
+
const summary_4: string;
|
|
133
|
+
export { summary_4 as summary };
|
|
130
134
|
}
|
|
131
|
-
export {
|
|
132
|
-
export namespace
|
|
135
|
+
export { defaultValue_4 as defaultValue };
|
|
136
|
+
export namespace control_6 {
|
|
133
137
|
const type_11: string;
|
|
134
138
|
export { type_11 as type };
|
|
135
139
|
}
|
|
136
|
-
export {
|
|
140
|
+
export { control_6 as control };
|
|
137
141
|
}
|
|
138
|
-
namespace
|
|
142
|
+
namespace error {
|
|
139
143
|
const name_14: string;
|
|
140
144
|
export { name_14 as name };
|
|
141
145
|
export namespace type_12 {
|
|
@@ -143,20 +147,20 @@ declare namespace _default {
|
|
|
143
147
|
export { name_15 as name };
|
|
144
148
|
}
|
|
145
149
|
export { type_12 as type };
|
|
146
|
-
const
|
|
147
|
-
export {
|
|
148
|
-
export namespace
|
|
149
|
-
const
|
|
150
|
-
export {
|
|
150
|
+
const description_9: string;
|
|
151
|
+
export { description_9 as description };
|
|
152
|
+
export namespace defaultValue_5 {
|
|
153
|
+
const summary_5: boolean;
|
|
154
|
+
export { summary_5 as summary };
|
|
151
155
|
}
|
|
152
|
-
export {
|
|
153
|
-
export namespace
|
|
156
|
+
export { defaultValue_5 as defaultValue };
|
|
157
|
+
export namespace control_7 {
|
|
154
158
|
const type_13: string;
|
|
155
159
|
export { type_13 as type };
|
|
156
160
|
}
|
|
157
|
-
export {
|
|
161
|
+
export { control_7 as control };
|
|
158
162
|
}
|
|
159
|
-
namespace
|
|
163
|
+
namespace errorMessage {
|
|
160
164
|
const name_16: string;
|
|
161
165
|
export { name_16 as name };
|
|
162
166
|
export namespace type_14 {
|
|
@@ -164,20 +168,20 @@ declare namespace _default {
|
|
|
164
168
|
export { name_17 as name };
|
|
165
169
|
}
|
|
166
170
|
export { type_14 as type };
|
|
167
|
-
const
|
|
168
|
-
export {
|
|
169
|
-
export namespace
|
|
170
|
-
const
|
|
171
|
-
export {
|
|
171
|
+
const description_10: string;
|
|
172
|
+
export { description_10 as description };
|
|
173
|
+
export namespace defaultValue_6 {
|
|
174
|
+
const summary_6: string;
|
|
175
|
+
export { summary_6 as summary };
|
|
172
176
|
}
|
|
173
|
-
export {
|
|
174
|
-
export namespace
|
|
177
|
+
export { defaultValue_6 as defaultValue };
|
|
178
|
+
export namespace control_8 {
|
|
175
179
|
const type_15: string;
|
|
176
180
|
export { type_15 as type };
|
|
177
181
|
}
|
|
178
|
-
export {
|
|
182
|
+
export { control_8 as control };
|
|
179
183
|
}
|
|
180
|
-
namespace
|
|
184
|
+
namespace placeHolder {
|
|
181
185
|
const name_18: string;
|
|
182
186
|
export { name_18 as name };
|
|
183
187
|
export namespace type_16 {
|
|
@@ -185,20 +189,20 @@ declare namespace _default {
|
|
|
185
189
|
export { name_19 as name };
|
|
186
190
|
}
|
|
187
191
|
export { type_16 as type };
|
|
188
|
-
const
|
|
189
|
-
export {
|
|
190
|
-
export namespace
|
|
191
|
-
const
|
|
192
|
-
export {
|
|
192
|
+
const description_11: string;
|
|
193
|
+
export { description_11 as description };
|
|
194
|
+
export namespace defaultValue_7 {
|
|
195
|
+
const summary_7: string;
|
|
196
|
+
export { summary_7 as summary };
|
|
193
197
|
}
|
|
194
|
-
export {
|
|
195
|
-
export namespace
|
|
198
|
+
export { defaultValue_7 as defaultValue };
|
|
199
|
+
export namespace control_9 {
|
|
196
200
|
const type_17: string;
|
|
197
201
|
export { type_17 as type };
|
|
198
202
|
}
|
|
199
|
-
export {
|
|
203
|
+
export { control_9 as control };
|
|
200
204
|
}
|
|
201
|
-
namespace
|
|
205
|
+
namespace showLabelOnTop {
|
|
202
206
|
const name_20: string;
|
|
203
207
|
export { name_20 as name };
|
|
204
208
|
export namespace type_18 {
|
|
@@ -206,65 +210,19 @@ declare namespace _default {
|
|
|
206
210
|
export { name_21 as name };
|
|
207
211
|
}
|
|
208
212
|
export { type_18 as type };
|
|
209
|
-
const description_11: string;
|
|
210
|
-
export { description_11 as description };
|
|
211
|
-
export namespace defaultValue_9 {
|
|
212
|
-
const summary_9: string;
|
|
213
|
-
export { summary_9 as summary };
|
|
214
|
-
}
|
|
215
|
-
export { defaultValue_9 as defaultValue };
|
|
216
|
-
export namespace control_9 {
|
|
217
|
-
const type_19: string;
|
|
218
|
-
export { type_19 as type };
|
|
219
|
-
}
|
|
220
|
-
export { control_9 as control };
|
|
221
|
-
}
|
|
222
|
-
namespace width {
|
|
223
|
-
const name_22: string;
|
|
224
|
-
export { name_22 as name };
|
|
225
|
-
export namespace type_20 {
|
|
226
|
-
const name_23: string;
|
|
227
|
-
export { name_23 as name };
|
|
228
|
-
}
|
|
229
|
-
export { type_20 as type };
|
|
230
213
|
const description_12: string;
|
|
231
214
|
export { description_12 as description };
|
|
232
|
-
export namespace
|
|
233
|
-
const
|
|
234
|
-
export {
|
|
215
|
+
export namespace defaultValue_8 {
|
|
216
|
+
const summary_8: boolean;
|
|
217
|
+
export { summary_8 as summary };
|
|
235
218
|
}
|
|
236
|
-
export {
|
|
219
|
+
export { defaultValue_8 as defaultValue };
|
|
237
220
|
export namespace control_10 {
|
|
238
|
-
const
|
|
239
|
-
export {
|
|
221
|
+
const type_19: string;
|
|
222
|
+
export { type_19 as type };
|
|
240
223
|
}
|
|
241
224
|
export { control_10 as control };
|
|
242
225
|
}
|
|
243
|
-
namespace labelColor {
|
|
244
|
-
const name_24: string;
|
|
245
|
-
export { name_24 as name };
|
|
246
|
-
const description_13: string;
|
|
247
|
-
export { description_13 as description };
|
|
248
|
-
export namespace control_11 {
|
|
249
|
-
const type_22: string;
|
|
250
|
-
export { type_22 as type };
|
|
251
|
-
export const presetColors: string[];
|
|
252
|
-
}
|
|
253
|
-
export { control_11 as control };
|
|
254
|
-
}
|
|
255
|
-
namespace checkBoxColor {
|
|
256
|
-
const name_25: string;
|
|
257
|
-
export { name_25 as name };
|
|
258
|
-
const description_14: string;
|
|
259
|
-
export { description_14 as description };
|
|
260
|
-
export namespace control_12 {
|
|
261
|
-
const type_23: string;
|
|
262
|
-
export { type_23 as type };
|
|
263
|
-
const presetColors_1: string[];
|
|
264
|
-
export { presetColors_1 as presetColors };
|
|
265
|
-
}
|
|
266
|
-
export { control_12 as control };
|
|
267
|
-
}
|
|
268
226
|
}
|
|
269
227
|
}
|
|
270
228
|
export default _default;
|
|
@@ -279,4 +237,4 @@ export const MultiDisabled: any;
|
|
|
279
237
|
export const ErrorMessage: any;
|
|
280
238
|
export const NoLabelOnTopSingle: any;
|
|
281
239
|
export const NoLabelOnTopMulti: any;
|
|
282
|
-
import DropdownNew from "
|
|
240
|
+
import DropdownNew from "../DropdownNew/DropdownNew";
|
|
@@ -1,2 +1,81 @@
|
|
|
1
|
+
export function DropdownNew({ isMulti, label, labelEmptyValue, options, selectedValue, placeHolder, onChange, required, disabled, width, error, errorMessage, labelColor, checkBoxColor, xIconShow, showLabelOnTop, orderBy, elementType, }: {
|
|
2
|
+
isMulti: any;
|
|
3
|
+
label: any;
|
|
4
|
+
labelEmptyValue: any;
|
|
5
|
+
options: any;
|
|
6
|
+
selectedValue: any;
|
|
7
|
+
placeHolder: any;
|
|
8
|
+
onChange: any;
|
|
9
|
+
required: any;
|
|
10
|
+
disabled: any;
|
|
11
|
+
width: any;
|
|
12
|
+
error: any;
|
|
13
|
+
errorMessage: any;
|
|
14
|
+
labelColor: any;
|
|
15
|
+
checkBoxColor: any;
|
|
16
|
+
xIconShow: any;
|
|
17
|
+
showLabelOnTop: any;
|
|
18
|
+
orderBy: any;
|
|
19
|
+
elementType: any;
|
|
20
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export namespace DropdownNew {
|
|
22
|
+
namespace propTypes {
|
|
23
|
+
const placeHolder: PropTypes.Requireable<string>;
|
|
24
|
+
const label: PropTypes.Requireable<string>;
|
|
25
|
+
const labelEmptyValue: PropTypes.Requireable<string>;
|
|
26
|
+
const labelColor: PropTypes.Requireable<string>;
|
|
27
|
+
const checkBoxColor: PropTypes.Requireable<string>;
|
|
28
|
+
const required: PropTypes.Requireable<boolean>;
|
|
29
|
+
const width: PropTypes.Requireable<string>;
|
|
30
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
31
|
+
const error: PropTypes.Requireable<boolean>;
|
|
32
|
+
const errorMessage: PropTypes.Requireable<string>;
|
|
33
|
+
const options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
34
|
+
id: PropTypes.Requireable<string>;
|
|
35
|
+
label: PropTypes.Requireable<string>;
|
|
36
|
+
}>[]>;
|
|
37
|
+
const selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
|
|
38
|
+
id: PropTypes.Requireable<string>;
|
|
39
|
+
label: PropTypes.Requireable<string>;
|
|
40
|
+
}>[]>;
|
|
41
|
+
const xIconShow: PropTypes.Requireable<boolean>;
|
|
42
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
43
|
+
const showLabelOnTop: PropTypes.Requireable<boolean>;
|
|
44
|
+
}
|
|
45
|
+
namespace defaultProps {
|
|
46
|
+
const placeHolder_1: string;
|
|
47
|
+
export { placeHolder_1 as placeHolder };
|
|
48
|
+
const label_1: string;
|
|
49
|
+
export { label_1 as label };
|
|
50
|
+
const labelEmptyValue_1: string;
|
|
51
|
+
export { labelEmptyValue_1 as labelEmptyValue };
|
|
52
|
+
const labelColor_1: string;
|
|
53
|
+
export { labelColor_1 as labelColor };
|
|
54
|
+
const checkBoxColor_1: string;
|
|
55
|
+
export { checkBoxColor_1 as checkBoxColor };
|
|
56
|
+
const required_1: boolean;
|
|
57
|
+
export { required_1 as required };
|
|
58
|
+
const width_1: string;
|
|
59
|
+
export { width_1 as width };
|
|
60
|
+
const disabled_1: boolean;
|
|
61
|
+
export { disabled_1 as disabled };
|
|
62
|
+
const error_1: boolean;
|
|
63
|
+
export { error_1 as error };
|
|
64
|
+
const errorMessage_1: string;
|
|
65
|
+
export { errorMessage_1 as errorMessage };
|
|
66
|
+
const options_1: any[];
|
|
67
|
+
export { options_1 as options };
|
|
68
|
+
const selectedValue_1: any[];
|
|
69
|
+
export { selectedValue_1 as selectedValue };
|
|
70
|
+
const xIconShow_1: boolean;
|
|
71
|
+
export { xIconShow_1 as xIconShow };
|
|
72
|
+
export function onChange_1(): void;
|
|
73
|
+
export { onChange_1 as onChange };
|
|
74
|
+
const showLabelOnTop_1: boolean;
|
|
75
|
+
export { showLabelOnTop_1 as showLabelOnTop };
|
|
76
|
+
export const orderBy: string;
|
|
77
|
+
export const elementType: string;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
1
80
|
export default DropdownNew;
|
|
2
|
-
|
|
81
|
+
import PropTypes from "prop-types";
|