@ironsource/shared-ui 2.1.3-rc.1 → 2.1.3-rc.11
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/Alert.vue_vue_type_style_index_0_scoped_203b6bd1_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_f9d4e49d_lang.css +1 -0
- package/Autocomplete.vue_vue_type_style_index_0_scoped_e36c9442_lang.css +1 -0
- package/CardPanel.vue_vue_type_style_index_0_scoped_7d0acb11_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_d25514d1_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_9b108af3_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_13f1ce76_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_06751538_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_31bfb722_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_5c2a70ad_lang.css +1 -0
- package/FieldMaxLength.vue_vue_type_style_index_0_scoped_f3c4001a_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_276bd901_lang.css +1 -0
- package/FormRow.vue_vue_type_style_index_0_scoped_fc3897fd_lang.css +1 -0
- package/HelpIcon.vue_vue_type_style_index_0_scoped_7a611779_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_2a9e8782_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_cb3a12c6_lang.css +1 -0
- package/TextArea.vue_vue_type_style_index_0_scoped_eb62e4c0_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_dca4c102_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +68 -0
- package/components/alert/Alert.vue.js +7 -0
- package/components/alert/Alert.vue2.js +86 -0
- package/components/alert/index.d.ts +82 -0
- package/components/alert/index.js +6 -0
- package/components/appHeader/AppHeader.vue.js +2 -2
- package/components/appHeader/AppHeader.vue2.js +44 -35
- package/components/autocomplete/Autocomplete.vue.d.ts +117 -0
- package/components/autocomplete/Autocomplete.vue.js +7 -0
- package/components/autocomplete/Autocomplete.vue2.js +84 -0
- package/components/autocomplete/index.d.ts +366 -0
- package/components/autocomplete/index.js +6 -0
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.vue.d.ts +1 -1
- package/components/button/v3/IconButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +34 -34
- package/components/button/v4/ButtonV4.vue.d.ts +1 -1
- package/components/button/v4/IconButtonV4.vue.d.ts +1 -1
- package/components/button/v4/index.d.ts +40 -40
- package/components/checkbox/v3/index.d.ts +12 -12
- package/components/checkbox/v4/CheckboxV4.vue.js +4 -4
- package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +11 -12
- package/components/checkbox/v4/icons/UncheckedState.vue.js +12 -11
- package/components/checkbox/v4/index.d.ts +12 -12
- package/components/chip/v3/Chip.vue.d.ts +1 -1
- package/components/chip/v3/index.d.ts +20 -20
- package/components/chip/v4/ChipV4.vue.d.ts +1 -1
- package/components/chip/v4/index.d.ts +20 -20
- package/components/dialog/v4/index.d.ts +17 -17
- package/components/dropdown/common/Dropdown.common.js +93 -92
- package/components/dropdown/v3/Dropdown.vue.d.ts +11 -11
- package/components/dropdown/v3/index.d.ts +159 -159
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +4 -4
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/DropdownV4.vue.d.ts +13 -13
- package/components/dropdown/v4/index.d.ts +573 -573
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +15 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
- package/components/emptyState/v4/EmptyStateV4.vue2.js +41 -27
- package/components/emptyState/v4/index.d.ts +58 -1
- package/components/filterDropdown/index.d.ts +8 -8
- package/components/forms/CardPanel.vue.d.ts +20 -0
- package/components/forms/CardPanel.vue.js +2 -2
- package/components/forms/CardPanel.vue2.js +26 -14
- package/components/forms/FormCard.vue.d.ts +5 -0
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +62 -36
- package/components/forms/FormRow.vue.d.ts +10 -0
- package/components/forms/FormRow.vue.js +3 -3
- package/components/forms/FormRow.vue2.js +22 -29
- package/components/forms/index.d.ts +136 -3
- package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
- package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +3 -3
- package/components/includeExclude/index.d.ts +168 -168
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +2 -2
- package/components/input/v3/Input.vue.d.ts +3 -3
- package/components/input/v3/index.d.ts +82 -82
- package/components/input/v4/TextField.vue.d.ts +7 -7
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +83 -90
- package/components/input/v4/index.d.ts +122 -122
- package/components/radioButton/v4/RadioButtonV4.vue.js +4 -4
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/search/v3/Search.vue.d.ts +1 -1
- package/components/search/v3/index.d.ts +9 -9
- package/components/shared/FieldLabel.vue.d.ts +5 -0
- package/components/shared/FieldLabel.vue.js +3 -3
- package/components/shared/FieldLabel.vue2.js +63 -46
- package/components/shared/FieldMaxLength.vue.d.ts +34 -0
- package/components/shared/FieldMaxLength.vue.js +7 -0
- package/components/shared/FieldMaxLength.vue2.js +24 -0
- package/components/skeleton/v4/index.d.ts +2 -2
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +12 -12
- package/components/table/common/Table.common.d.ts +1 -0
- package/components/table/common/Table.common.js +64 -60
- package/components/table/common/Table.types.d.ts +3 -0
- package/components/table/common/TableContext.d.ts +1 -0
- package/components/table/v4/DataGrid.vue.d.ts +2 -2
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +136 -128
- package/components/table/v4/DataGridMenu.vue.d.ts +5 -5
- package/components/table/v4/DataGridMenu.vue.js +4 -4
- package/components/table/v4/DataGridMenu.vue2.js +46 -47
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +15 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
- package/components/table/v4/DataGridRowsCounter.vue2.js +22 -19
- package/components/table/v4/HelpIcon.vue.d.ts +40 -0
- package/components/table/v4/HelpIcon.vue.js +7 -0
- package/components/table/v4/HelpIcon.vue2.js +32 -0
- package/components/table/v4/index.d.ts +71 -44
- package/components/table-cells/common/Editable.common.js +15 -15
- package/components/table-cells/v4/EditableV4.vue.d.ts +10 -0
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +31 -22
- package/components/table-cells/v4/index.d.ts +43 -1
- package/components/tabs/v3/Tabs.vue.d.ts +1 -1
- package/components/tabs/v3/index.d.ts +20 -20
- package/components/textArea/v3/TextArea.vue.js +7 -0
- package/components/textArea/{TextArea.vue2.js → v3/TextArea.vue2.js} +4 -4
- package/components/textArea/v4/TextAreaV4.vue.d.ts +100 -0
- package/components/textArea/v4/TextAreaV4.vue.js +7 -0
- package/components/textArea/v4/TextAreaV4.vue2.js +74 -0
- package/components/textArea/v4/index.d.ts +136 -0
- package/components/textArea/v4/index.js +6 -0
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/index.d.ts +9 -9
- package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
- package/components/toggle/v4/index.d.ts +28 -28
- package/components/typography/index.d.ts +12 -12
- package/index.d.ts +2363 -1842
- package/index.js +131 -123
- package/package.json +11 -2
- package/testids/index.d.ts +9 -1
- package/testids/index.js +25 -24
- package/AppHeader.vue_vue_type_style_index_0_scoped_209ecc03_lang.css +0 -1
- package/CardPanel.vue_vue_type_style_index_0_scoped_d2b5d12f_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_ee3e6d82_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_d5635f1b_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_92d83650_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_9e366543_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_df325b51_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_b8373c2d_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_526af548_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_ad5e4be0_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_017dc22e_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_2f0a0202_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_14be812e_lang.css +0 -1
- package/TextArea.vue_vue_type_style_index_0_scoped_889b62ac_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +0 -1
- package/components/textArea/TextArea.vue.js +0 -7
- /package/components/textArea/{TextArea.vue.d.ts → v3/TextArea.vue.d.ts} +0 -0
- /package/components/textArea/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/textArea/{index.js → v3/index.js} +0 -0
|
@@ -18,15 +18,20 @@ declare const DropdownTypes: () => (({
|
|
|
18
18
|
testId: string;
|
|
19
19
|
options: unknown[];
|
|
20
20
|
singleAppSelection: boolean;
|
|
21
|
+
hoverHelpText: string;
|
|
22
|
+
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
21
23
|
placeholder: string;
|
|
24
|
+
feedbackText: string;
|
|
25
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
22
26
|
multi: boolean;
|
|
23
|
-
valueToCopy: string;
|
|
24
|
-
selectedOption: any;
|
|
25
|
-
brandIconType: "android" | "ios";
|
|
26
27
|
optionNameKey: string;
|
|
27
|
-
optionImageKey: string;
|
|
28
28
|
optionIconKey: string;
|
|
29
|
+
optionImageKey: string;
|
|
29
30
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
31
|
+
selectedOption: any;
|
|
32
|
+
showFeedbackIcon: boolean;
|
|
33
|
+
brandIconType: "android" | "ios";
|
|
34
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
30
35
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
31
36
|
label: {
|
|
32
37
|
type: import("vue").PropType<string>;
|
|
@@ -66,10 +71,26 @@ declare const DropdownTypes: () => (({
|
|
|
66
71
|
type: import("vue").PropType<boolean>;
|
|
67
72
|
default: boolean;
|
|
68
73
|
};
|
|
74
|
+
hoverHelpText: {
|
|
75
|
+
type: import("vue").PropType<string>;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
hoverHelpTextPlacement: {
|
|
79
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
69
82
|
placeholder: {
|
|
70
83
|
type: import("vue").PropType<string>;
|
|
71
84
|
default: string;
|
|
72
85
|
};
|
|
86
|
+
feedbackText: {
|
|
87
|
+
type: import("vue").PropType<string>;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
feedbackVariant: {
|
|
91
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
92
|
+
default: any;
|
|
93
|
+
};
|
|
73
94
|
multi: {
|
|
74
95
|
type: import("vue").PropType<boolean>;
|
|
75
96
|
default: boolean;
|
|
@@ -78,37 +99,41 @@ declare const DropdownTypes: () => (({
|
|
|
78
99
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
79
100
|
required: true;
|
|
80
101
|
};
|
|
81
|
-
|
|
102
|
+
optionNameKey: {
|
|
82
103
|
type: import("vue").PropType<string>;
|
|
83
104
|
default: any;
|
|
84
105
|
};
|
|
85
|
-
|
|
86
|
-
type: import("vue").PropType<
|
|
106
|
+
optionIconKey: {
|
|
107
|
+
type: import("vue").PropType<string>;
|
|
87
108
|
default: any;
|
|
88
109
|
};
|
|
89
|
-
|
|
90
|
-
type: import("vue").PropType<
|
|
110
|
+
optionImageKey: {
|
|
111
|
+
type: import("vue").PropType<string>;
|
|
91
112
|
default: any;
|
|
92
113
|
};
|
|
93
|
-
|
|
94
|
-
type: import("vue").PropType<
|
|
114
|
+
optionIconType: {
|
|
115
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
95
116
|
default: any;
|
|
96
117
|
};
|
|
97
|
-
|
|
98
|
-
type: import("vue").PropType<
|
|
118
|
+
selectedOption: {
|
|
119
|
+
type: import("vue").PropType<unknown>;
|
|
99
120
|
default: any;
|
|
100
121
|
};
|
|
101
|
-
|
|
102
|
-
type: import("vue").PropType<
|
|
122
|
+
showFeedbackIcon: {
|
|
123
|
+
type: import("vue").PropType<boolean>;
|
|
124
|
+
default: boolean;
|
|
125
|
+
};
|
|
126
|
+
brandIconType: {
|
|
127
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
103
128
|
default: any;
|
|
104
129
|
};
|
|
105
|
-
|
|
106
|
-
type: import("vue").PropType<"
|
|
130
|
+
statusDotType: {
|
|
131
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
107
132
|
default: any;
|
|
108
133
|
};
|
|
109
134
|
}>> & {
|
|
110
135
|
onClick?: () => any;
|
|
111
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "
|
|
136
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "statusDotType">;
|
|
112
137
|
$attrs: {
|
|
113
138
|
[x: string]: unknown;
|
|
114
139
|
};
|
|
@@ -161,10 +186,26 @@ declare const DropdownTypes: () => (({
|
|
|
161
186
|
type: import("vue").PropType<boolean>;
|
|
162
187
|
default: boolean;
|
|
163
188
|
};
|
|
189
|
+
hoverHelpText: {
|
|
190
|
+
type: import("vue").PropType<string>;
|
|
191
|
+
default: string;
|
|
192
|
+
};
|
|
193
|
+
hoverHelpTextPlacement: {
|
|
194
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
195
|
+
default: string;
|
|
196
|
+
};
|
|
164
197
|
placeholder: {
|
|
165
198
|
type: import("vue").PropType<string>;
|
|
166
199
|
default: string;
|
|
167
200
|
};
|
|
201
|
+
feedbackText: {
|
|
202
|
+
type: import("vue").PropType<string>;
|
|
203
|
+
default: string;
|
|
204
|
+
};
|
|
205
|
+
feedbackVariant: {
|
|
206
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
207
|
+
default: any;
|
|
208
|
+
};
|
|
168
209
|
multi: {
|
|
169
210
|
type: import("vue").PropType<boolean>;
|
|
170
211
|
default: boolean;
|
|
@@ -173,32 +214,36 @@ declare const DropdownTypes: () => (({
|
|
|
173
214
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
174
215
|
required: true;
|
|
175
216
|
};
|
|
176
|
-
|
|
217
|
+
optionNameKey: {
|
|
177
218
|
type: import("vue").PropType<string>;
|
|
178
219
|
default: any;
|
|
179
220
|
};
|
|
180
|
-
|
|
181
|
-
type: import("vue").PropType<
|
|
221
|
+
optionIconKey: {
|
|
222
|
+
type: import("vue").PropType<string>;
|
|
182
223
|
default: any;
|
|
183
224
|
};
|
|
184
|
-
|
|
185
|
-
type: import("vue").PropType<
|
|
225
|
+
optionImageKey: {
|
|
226
|
+
type: import("vue").PropType<string>;
|
|
186
227
|
default: any;
|
|
187
228
|
};
|
|
188
|
-
|
|
189
|
-
type: import("vue").PropType<
|
|
229
|
+
optionIconType: {
|
|
230
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
190
231
|
default: any;
|
|
191
232
|
};
|
|
192
|
-
|
|
193
|
-
type: import("vue").PropType<
|
|
233
|
+
selectedOption: {
|
|
234
|
+
type: import("vue").PropType<unknown>;
|
|
194
235
|
default: any;
|
|
195
236
|
};
|
|
196
|
-
|
|
197
|
-
type: import("vue").PropType<
|
|
237
|
+
showFeedbackIcon: {
|
|
238
|
+
type: import("vue").PropType<boolean>;
|
|
239
|
+
default: boolean;
|
|
240
|
+
};
|
|
241
|
+
brandIconType: {
|
|
242
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
198
243
|
default: any;
|
|
199
244
|
};
|
|
200
|
-
|
|
201
|
-
type: import("vue").PropType<"
|
|
245
|
+
statusDotType: {
|
|
246
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
202
247
|
default: any;
|
|
203
248
|
};
|
|
204
249
|
}>> & {
|
|
@@ -215,15 +260,20 @@ declare const DropdownTypes: () => (({
|
|
|
215
260
|
testId: string;
|
|
216
261
|
options: unknown[];
|
|
217
262
|
singleAppSelection: boolean;
|
|
263
|
+
hoverHelpText: string;
|
|
264
|
+
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
218
265
|
placeholder: string;
|
|
266
|
+
feedbackText: string;
|
|
267
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
219
268
|
multi: boolean;
|
|
220
|
-
valueToCopy: string;
|
|
221
|
-
selectedOption: any;
|
|
222
|
-
brandIconType: "android" | "ios";
|
|
223
269
|
optionNameKey: string;
|
|
224
|
-
optionImageKey: string;
|
|
225
270
|
optionIconKey: string;
|
|
271
|
+
optionImageKey: string;
|
|
226
272
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
273
|
+
selectedOption: any;
|
|
274
|
+
showFeedbackIcon: boolean;
|
|
275
|
+
brandIconType: "android" | "ios";
|
|
276
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
227
277
|
}, {}, string> & {
|
|
228
278
|
beforeCreate?: (() => void) | (() => void)[];
|
|
229
279
|
created?: (() => void) | (() => void)[];
|
|
@@ -283,10 +333,26 @@ declare const DropdownTypes: () => (({
|
|
|
283
333
|
type: import("vue").PropType<boolean>;
|
|
284
334
|
default: boolean;
|
|
285
335
|
};
|
|
336
|
+
hoverHelpText: {
|
|
337
|
+
type: import("vue").PropType<string>;
|
|
338
|
+
default: string;
|
|
339
|
+
};
|
|
340
|
+
hoverHelpTextPlacement: {
|
|
341
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
342
|
+
default: string;
|
|
343
|
+
};
|
|
286
344
|
placeholder: {
|
|
287
345
|
type: import("vue").PropType<string>;
|
|
288
346
|
default: string;
|
|
289
347
|
};
|
|
348
|
+
feedbackText: {
|
|
349
|
+
type: import("vue").PropType<string>;
|
|
350
|
+
default: string;
|
|
351
|
+
};
|
|
352
|
+
feedbackVariant: {
|
|
353
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
354
|
+
default: any;
|
|
355
|
+
};
|
|
290
356
|
multi: {
|
|
291
357
|
type: import("vue").PropType<boolean>;
|
|
292
358
|
default: boolean;
|
|
@@ -295,32 +361,36 @@ declare const DropdownTypes: () => (({
|
|
|
295
361
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
296
362
|
required: true;
|
|
297
363
|
};
|
|
298
|
-
|
|
364
|
+
optionNameKey: {
|
|
299
365
|
type: import("vue").PropType<string>;
|
|
300
366
|
default: any;
|
|
301
367
|
};
|
|
302
|
-
|
|
303
|
-
type: import("vue").PropType<
|
|
368
|
+
optionIconKey: {
|
|
369
|
+
type: import("vue").PropType<string>;
|
|
304
370
|
default: any;
|
|
305
371
|
};
|
|
306
|
-
|
|
307
|
-
type: import("vue").PropType<
|
|
372
|
+
optionImageKey: {
|
|
373
|
+
type: import("vue").PropType<string>;
|
|
308
374
|
default: any;
|
|
309
375
|
};
|
|
310
|
-
|
|
311
|
-
type: import("vue").PropType<
|
|
376
|
+
optionIconType: {
|
|
377
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
312
378
|
default: any;
|
|
313
379
|
};
|
|
314
|
-
|
|
315
|
-
type: import("vue").PropType<
|
|
380
|
+
selectedOption: {
|
|
381
|
+
type: import("vue").PropType<unknown>;
|
|
316
382
|
default: any;
|
|
317
383
|
};
|
|
318
|
-
|
|
319
|
-
type: import("vue").PropType<
|
|
384
|
+
showFeedbackIcon: {
|
|
385
|
+
type: import("vue").PropType<boolean>;
|
|
386
|
+
default: boolean;
|
|
387
|
+
};
|
|
388
|
+
brandIconType: {
|
|
389
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
320
390
|
default: any;
|
|
321
391
|
};
|
|
322
|
-
|
|
323
|
-
type: import("vue").PropType<"
|
|
392
|
+
statusDotType: {
|
|
393
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
324
394
|
default: any;
|
|
325
395
|
};
|
|
326
396
|
}>> & {
|
|
@@ -368,10 +438,26 @@ declare const DropdownTypes: () => (({
|
|
|
368
438
|
type: import("vue").PropType<boolean>;
|
|
369
439
|
default: boolean;
|
|
370
440
|
};
|
|
441
|
+
hoverHelpText: {
|
|
442
|
+
type: import("vue").PropType<string>;
|
|
443
|
+
default: string;
|
|
444
|
+
};
|
|
445
|
+
hoverHelpTextPlacement: {
|
|
446
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
447
|
+
default: string;
|
|
448
|
+
};
|
|
371
449
|
placeholder: {
|
|
372
450
|
type: import("vue").PropType<string>;
|
|
373
451
|
default: string;
|
|
374
452
|
};
|
|
453
|
+
feedbackText: {
|
|
454
|
+
type: import("vue").PropType<string>;
|
|
455
|
+
default: string;
|
|
456
|
+
};
|
|
457
|
+
feedbackVariant: {
|
|
458
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
459
|
+
default: any;
|
|
460
|
+
};
|
|
375
461
|
multi: {
|
|
376
462
|
type: import("vue").PropType<boolean>;
|
|
377
463
|
default: boolean;
|
|
@@ -380,32 +466,36 @@ declare const DropdownTypes: () => (({
|
|
|
380
466
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
381
467
|
required: true;
|
|
382
468
|
};
|
|
383
|
-
|
|
469
|
+
optionNameKey: {
|
|
384
470
|
type: import("vue").PropType<string>;
|
|
385
471
|
default: any;
|
|
386
472
|
};
|
|
387
|
-
|
|
388
|
-
type: import("vue").PropType<
|
|
473
|
+
optionIconKey: {
|
|
474
|
+
type: import("vue").PropType<string>;
|
|
389
475
|
default: any;
|
|
390
476
|
};
|
|
391
|
-
|
|
392
|
-
type: import("vue").PropType<
|
|
477
|
+
optionImageKey: {
|
|
478
|
+
type: import("vue").PropType<string>;
|
|
393
479
|
default: any;
|
|
394
480
|
};
|
|
395
|
-
|
|
396
|
-
type: import("vue").PropType<
|
|
481
|
+
optionIconType: {
|
|
482
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
397
483
|
default: any;
|
|
398
484
|
};
|
|
399
|
-
|
|
400
|
-
type: import("vue").PropType<
|
|
485
|
+
selectedOption: {
|
|
486
|
+
type: import("vue").PropType<unknown>;
|
|
401
487
|
default: any;
|
|
402
488
|
};
|
|
403
|
-
|
|
404
|
-
type: import("vue").PropType<
|
|
489
|
+
showFeedbackIcon: {
|
|
490
|
+
type: import("vue").PropType<boolean>;
|
|
491
|
+
default: boolean;
|
|
492
|
+
};
|
|
493
|
+
brandIconType: {
|
|
494
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
405
495
|
default: any;
|
|
406
496
|
};
|
|
407
|
-
|
|
408
|
-
type: import("vue").PropType<"
|
|
497
|
+
statusDotType: {
|
|
498
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
409
499
|
default: any;
|
|
410
500
|
};
|
|
411
501
|
}>> & {
|
|
@@ -422,120 +512,26 @@ declare const DropdownTypes: () => (({
|
|
|
422
512
|
testId: string;
|
|
423
513
|
options: unknown[];
|
|
424
514
|
singleAppSelection: boolean;
|
|
515
|
+
hoverHelpText: string;
|
|
516
|
+
hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
425
517
|
placeholder: string;
|
|
518
|
+
feedbackText: string;
|
|
519
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
426
520
|
multi: boolean;
|
|
427
|
-
valueToCopy: string;
|
|
428
|
-
selectedOption: any;
|
|
429
|
-
brandIconType: "android" | "ios";
|
|
430
521
|
optionNameKey: string;
|
|
431
|
-
optionImageKey: string;
|
|
432
522
|
optionIconKey: string;
|
|
523
|
+
optionImageKey: string;
|
|
433
524
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
525
|
+
selectedOption: any;
|
|
526
|
+
showFeedbackIcon: boolean;
|
|
527
|
+
brandIconType: "android" | "ios";
|
|
528
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
434
529
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
435
530
|
$slots: {
|
|
436
531
|
image?(_: {}): any;
|
|
437
532
|
"icon-start"?(_: {}): any;
|
|
438
533
|
};
|
|
439
|
-
})) |
|
|
440
|
-
label: {
|
|
441
|
-
type: import("vue").PropType<string>;
|
|
442
|
-
required: true;
|
|
443
|
-
default: string;
|
|
444
|
-
};
|
|
445
|
-
disabled: {
|
|
446
|
-
type: import("vue").PropType<boolean>;
|
|
447
|
-
default: boolean;
|
|
448
|
-
};
|
|
449
|
-
open: {
|
|
450
|
-
type: import("vue").PropType<boolean>;
|
|
451
|
-
required: true;
|
|
452
|
-
default: boolean;
|
|
453
|
-
};
|
|
454
|
-
testId: {
|
|
455
|
-
type: import("vue").PropType<string>;
|
|
456
|
-
default: string;
|
|
457
|
-
};
|
|
458
|
-
options: {
|
|
459
|
-
type: import("vue").PropType<unknown[]>;
|
|
460
|
-
required: true;
|
|
461
|
-
};
|
|
462
|
-
multi: {
|
|
463
|
-
type: import("vue").PropType<boolean>;
|
|
464
|
-
required: true;
|
|
465
|
-
};
|
|
466
|
-
displayValue: {
|
|
467
|
-
type: import("vue").PropType<(option: unknown) => string>;
|
|
468
|
-
required: true;
|
|
469
|
-
};
|
|
470
|
-
displayedValue: {
|
|
471
|
-
type: import("vue").PropType<any>;
|
|
472
|
-
required: true;
|
|
473
|
-
default: string;
|
|
474
|
-
};
|
|
475
|
-
selectedOption: {
|
|
476
|
-
type: import("vue").PropType<unknown>;
|
|
477
|
-
required: true;
|
|
478
|
-
};
|
|
479
|
-
feedbackVariant: {
|
|
480
|
-
type: import("vue").PropType<string>;
|
|
481
|
-
default: string;
|
|
482
|
-
};
|
|
483
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
484
|
-
clear: () => void;
|
|
485
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
486
|
-
label: {
|
|
487
|
-
type: import("vue").PropType<string>;
|
|
488
|
-
required: true;
|
|
489
|
-
default: string;
|
|
490
|
-
};
|
|
491
|
-
disabled: {
|
|
492
|
-
type: import("vue").PropType<boolean>;
|
|
493
|
-
default: boolean;
|
|
494
|
-
};
|
|
495
|
-
open: {
|
|
496
|
-
type: import("vue").PropType<boolean>;
|
|
497
|
-
required: true;
|
|
498
|
-
default: boolean;
|
|
499
|
-
};
|
|
500
|
-
testId: {
|
|
501
|
-
type: import("vue").PropType<string>;
|
|
502
|
-
default: string;
|
|
503
|
-
};
|
|
504
|
-
options: {
|
|
505
|
-
type: import("vue").PropType<unknown[]>;
|
|
506
|
-
required: true;
|
|
507
|
-
};
|
|
508
|
-
multi: {
|
|
509
|
-
type: import("vue").PropType<boolean>;
|
|
510
|
-
required: true;
|
|
511
|
-
};
|
|
512
|
-
displayValue: {
|
|
513
|
-
type: import("vue").PropType<(option: unknown) => string>;
|
|
514
|
-
required: true;
|
|
515
|
-
};
|
|
516
|
-
displayedValue: {
|
|
517
|
-
type: import("vue").PropType<any>;
|
|
518
|
-
required: true;
|
|
519
|
-
default: string;
|
|
520
|
-
};
|
|
521
|
-
selectedOption: {
|
|
522
|
-
type: import("vue").PropType<unknown>;
|
|
523
|
-
required: true;
|
|
524
|
-
};
|
|
525
|
-
feedbackVariant: {
|
|
526
|
-
type: import("vue").PropType<string>;
|
|
527
|
-
default: string;
|
|
528
|
-
};
|
|
529
|
-
}>> & {
|
|
530
|
-
onClear?: () => any;
|
|
531
|
-
}, {
|
|
532
|
-
label: string;
|
|
533
|
-
disabled: boolean;
|
|
534
|
-
open: boolean;
|
|
535
|
-
testId: string;
|
|
536
|
-
displayedValue: any;
|
|
537
|
-
feedbackVariant: string;
|
|
538
|
-
}> | ({
|
|
534
|
+
})) | ({
|
|
539
535
|
new (...args: any[]): {
|
|
540
536
|
$: import("vue").ComponentInternalInstance;
|
|
541
537
|
$data: {};
|
|
@@ -551,18 +547,13 @@ declare const DropdownTypes: () => (({
|
|
|
551
547
|
singleAppSelection: boolean;
|
|
552
548
|
placeholder: string;
|
|
553
549
|
multi: boolean;
|
|
554
|
-
selectedOption: any;
|
|
555
|
-
brandIconType: "android" | "ios";
|
|
556
550
|
optionNameKey: string;
|
|
557
|
-
optionImageKey: string;
|
|
558
551
|
optionIconKey: string;
|
|
552
|
+
optionImageKey: string;
|
|
559
553
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
feedbackVariant: "success" | "warning" | "error";
|
|
564
|
-
showFeedbackIcon: boolean;
|
|
565
|
-
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
554
|
+
valueToCopy: string;
|
|
555
|
+
selectedOption: any;
|
|
556
|
+
brandIconType: "android" | "ios";
|
|
566
557
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
567
558
|
label: {
|
|
568
559
|
type: import("vue").PropType<string>;
|
|
@@ -614,23 +605,15 @@ declare const DropdownTypes: () => (({
|
|
|
614
605
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
615
606
|
required: true;
|
|
616
607
|
};
|
|
617
|
-
selectedOption: {
|
|
618
|
-
type: import("vue").PropType<unknown>;
|
|
619
|
-
default: any;
|
|
620
|
-
};
|
|
621
|
-
brandIconType: {
|
|
622
|
-
type: import("vue").PropType<"android" | "ios">;
|
|
623
|
-
default: any;
|
|
624
|
-
};
|
|
625
608
|
optionNameKey: {
|
|
626
609
|
type: import("vue").PropType<string>;
|
|
627
610
|
default: any;
|
|
628
611
|
};
|
|
629
|
-
|
|
612
|
+
optionIconKey: {
|
|
630
613
|
type: import("vue").PropType<string>;
|
|
631
614
|
default: any;
|
|
632
615
|
};
|
|
633
|
-
|
|
616
|
+
optionImageKey: {
|
|
634
617
|
type: import("vue").PropType<string>;
|
|
635
618
|
default: any;
|
|
636
619
|
};
|
|
@@ -638,33 +621,21 @@ declare const DropdownTypes: () => (({
|
|
|
638
621
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
639
622
|
default: any;
|
|
640
623
|
};
|
|
641
|
-
|
|
642
|
-
type: import("vue").PropType<string>;
|
|
643
|
-
default: string;
|
|
644
|
-
};
|
|
645
|
-
hoverHelpTextPlacement: {
|
|
646
|
-
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
647
|
-
default: string;
|
|
648
|
-
};
|
|
649
|
-
feedbackText: {
|
|
624
|
+
valueToCopy: {
|
|
650
625
|
type: import("vue").PropType<string>;
|
|
651
|
-
default: string;
|
|
652
|
-
};
|
|
653
|
-
feedbackVariant: {
|
|
654
|
-
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
655
626
|
default: any;
|
|
656
627
|
};
|
|
657
|
-
|
|
658
|
-
type: import("vue").PropType<
|
|
659
|
-
default:
|
|
628
|
+
selectedOption: {
|
|
629
|
+
type: import("vue").PropType<unknown>;
|
|
630
|
+
default: any;
|
|
660
631
|
};
|
|
661
|
-
|
|
662
|
-
type: import("vue").PropType<"
|
|
632
|
+
brandIconType: {
|
|
633
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
663
634
|
default: any;
|
|
664
635
|
};
|
|
665
636
|
}>> & {
|
|
666
637
|
onClick?: () => any;
|
|
667
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "
|
|
638
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "selectedOption" | "brandIconType">;
|
|
668
639
|
$attrs: {
|
|
669
640
|
[x: string]: unknown;
|
|
670
641
|
};
|
|
@@ -729,23 +700,15 @@ declare const DropdownTypes: () => (({
|
|
|
729
700
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
730
701
|
required: true;
|
|
731
702
|
};
|
|
732
|
-
selectedOption: {
|
|
733
|
-
type: import("vue").PropType<unknown>;
|
|
734
|
-
default: any;
|
|
735
|
-
};
|
|
736
|
-
brandIconType: {
|
|
737
|
-
type: import("vue").PropType<"android" | "ios">;
|
|
738
|
-
default: any;
|
|
739
|
-
};
|
|
740
703
|
optionNameKey: {
|
|
741
704
|
type: import("vue").PropType<string>;
|
|
742
705
|
default: any;
|
|
743
706
|
};
|
|
744
|
-
|
|
707
|
+
optionIconKey: {
|
|
745
708
|
type: import("vue").PropType<string>;
|
|
746
709
|
default: any;
|
|
747
710
|
};
|
|
748
|
-
|
|
711
|
+
optionImageKey: {
|
|
749
712
|
type: import("vue").PropType<string>;
|
|
750
713
|
default: any;
|
|
751
714
|
};
|
|
@@ -753,28 +716,16 @@ declare const DropdownTypes: () => (({
|
|
|
753
716
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
754
717
|
default: any;
|
|
755
718
|
};
|
|
756
|
-
|
|
757
|
-
type: import("vue").PropType<string>;
|
|
758
|
-
default: string;
|
|
759
|
-
};
|
|
760
|
-
hoverHelpTextPlacement: {
|
|
761
|
-
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
762
|
-
default: string;
|
|
763
|
-
};
|
|
764
|
-
feedbackText: {
|
|
719
|
+
valueToCopy: {
|
|
765
720
|
type: import("vue").PropType<string>;
|
|
766
|
-
default: string;
|
|
767
|
-
};
|
|
768
|
-
feedbackVariant: {
|
|
769
|
-
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
770
721
|
default: any;
|
|
771
722
|
};
|
|
772
|
-
|
|
773
|
-
type: import("vue").PropType<
|
|
774
|
-
default:
|
|
723
|
+
selectedOption: {
|
|
724
|
+
type: import("vue").PropType<unknown>;
|
|
725
|
+
default: any;
|
|
775
726
|
};
|
|
776
|
-
|
|
777
|
-
type: import("vue").PropType<"
|
|
727
|
+
brandIconType: {
|
|
728
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
778
729
|
default: any;
|
|
779
730
|
};
|
|
780
731
|
}>> & {
|
|
@@ -793,18 +744,13 @@ declare const DropdownTypes: () => (({
|
|
|
793
744
|
singleAppSelection: boolean;
|
|
794
745
|
placeholder: string;
|
|
795
746
|
multi: boolean;
|
|
796
|
-
selectedOption: any;
|
|
797
|
-
brandIconType: "android" | "ios";
|
|
798
747
|
optionNameKey: string;
|
|
799
|
-
optionImageKey: string;
|
|
800
748
|
optionIconKey: string;
|
|
749
|
+
optionImageKey: string;
|
|
801
750
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
feedbackVariant: "success" | "warning" | "error";
|
|
806
|
-
showFeedbackIcon: boolean;
|
|
807
|
-
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
751
|
+
valueToCopy: string;
|
|
752
|
+
selectedOption: any;
|
|
753
|
+
brandIconType: "android" | "ios";
|
|
808
754
|
}, {}, string> & {
|
|
809
755
|
beforeCreate?: (() => void) | (() => void)[];
|
|
810
756
|
created?: (() => void) | (() => void)[];
|
|
@@ -876,23 +822,15 @@ declare const DropdownTypes: () => (({
|
|
|
876
822
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
877
823
|
required: true;
|
|
878
824
|
};
|
|
879
|
-
selectedOption: {
|
|
880
|
-
type: import("vue").PropType<unknown>;
|
|
881
|
-
default: any;
|
|
882
|
-
};
|
|
883
|
-
brandIconType: {
|
|
884
|
-
type: import("vue").PropType<"android" | "ios">;
|
|
885
|
-
default: any;
|
|
886
|
-
};
|
|
887
825
|
optionNameKey: {
|
|
888
826
|
type: import("vue").PropType<string>;
|
|
889
827
|
default: any;
|
|
890
828
|
};
|
|
891
|
-
|
|
829
|
+
optionIconKey: {
|
|
892
830
|
type: import("vue").PropType<string>;
|
|
893
831
|
default: any;
|
|
894
832
|
};
|
|
895
|
-
|
|
833
|
+
optionImageKey: {
|
|
896
834
|
type: import("vue").PropType<string>;
|
|
897
835
|
default: any;
|
|
898
836
|
};
|
|
@@ -900,28 +838,16 @@ declare const DropdownTypes: () => (({
|
|
|
900
838
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
901
839
|
default: any;
|
|
902
840
|
};
|
|
903
|
-
|
|
904
|
-
type: import("vue").PropType<string>;
|
|
905
|
-
default: string;
|
|
906
|
-
};
|
|
907
|
-
hoverHelpTextPlacement: {
|
|
908
|
-
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
909
|
-
default: string;
|
|
910
|
-
};
|
|
911
|
-
feedbackText: {
|
|
841
|
+
valueToCopy: {
|
|
912
842
|
type: import("vue").PropType<string>;
|
|
913
|
-
default: string;
|
|
914
|
-
};
|
|
915
|
-
feedbackVariant: {
|
|
916
|
-
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
917
843
|
default: any;
|
|
918
844
|
};
|
|
919
|
-
|
|
920
|
-
type: import("vue").PropType<
|
|
921
|
-
default:
|
|
845
|
+
selectedOption: {
|
|
846
|
+
type: import("vue").PropType<unknown>;
|
|
847
|
+
default: any;
|
|
922
848
|
};
|
|
923
|
-
|
|
924
|
-
type: import("vue").PropType<"
|
|
849
|
+
brandIconType: {
|
|
850
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
925
851
|
default: any;
|
|
926
852
|
};
|
|
927
853
|
}>> & {
|
|
@@ -981,23 +907,15 @@ declare const DropdownTypes: () => (({
|
|
|
981
907
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
982
908
|
required: true;
|
|
983
909
|
};
|
|
984
|
-
selectedOption: {
|
|
985
|
-
type: import("vue").PropType<unknown>;
|
|
986
|
-
default: any;
|
|
987
|
-
};
|
|
988
|
-
brandIconType: {
|
|
989
|
-
type: import("vue").PropType<"android" | "ios">;
|
|
990
|
-
default: any;
|
|
991
|
-
};
|
|
992
910
|
optionNameKey: {
|
|
993
911
|
type: import("vue").PropType<string>;
|
|
994
912
|
default: any;
|
|
995
913
|
};
|
|
996
|
-
|
|
914
|
+
optionIconKey: {
|
|
997
915
|
type: import("vue").PropType<string>;
|
|
998
916
|
default: any;
|
|
999
917
|
};
|
|
1000
|
-
|
|
918
|
+
optionImageKey: {
|
|
1001
919
|
type: import("vue").PropType<string>;
|
|
1002
920
|
default: any;
|
|
1003
921
|
};
|
|
@@ -1005,28 +923,16 @@ declare const DropdownTypes: () => (({
|
|
|
1005
923
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1006
924
|
default: any;
|
|
1007
925
|
};
|
|
1008
|
-
|
|
1009
|
-
type: import("vue").PropType<string>;
|
|
1010
|
-
default: string;
|
|
1011
|
-
};
|
|
1012
|
-
hoverHelpTextPlacement: {
|
|
1013
|
-
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
1014
|
-
default: string;
|
|
1015
|
-
};
|
|
1016
|
-
feedbackText: {
|
|
926
|
+
valueToCopy: {
|
|
1017
927
|
type: import("vue").PropType<string>;
|
|
1018
|
-
default: string;
|
|
1019
|
-
};
|
|
1020
|
-
feedbackVariant: {
|
|
1021
|
-
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
1022
928
|
default: any;
|
|
1023
929
|
};
|
|
1024
|
-
|
|
1025
|
-
type: import("vue").PropType<
|
|
1026
|
-
default:
|
|
930
|
+
selectedOption: {
|
|
931
|
+
type: import("vue").PropType<unknown>;
|
|
932
|
+
default: any;
|
|
1027
933
|
};
|
|
1028
|
-
|
|
1029
|
-
type: import("vue").PropType<"
|
|
934
|
+
brandIconType: {
|
|
935
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
1030
936
|
default: any;
|
|
1031
937
|
};
|
|
1032
938
|
}>> & {
|
|
@@ -1045,36 +951,19 @@ declare const DropdownTypes: () => (({
|
|
|
1045
951
|
singleAppSelection: boolean;
|
|
1046
952
|
placeholder: string;
|
|
1047
953
|
multi: boolean;
|
|
1048
|
-
selectedOption: any;
|
|
1049
|
-
brandIconType: "android" | "ios";
|
|
1050
954
|
optionNameKey: string;
|
|
1051
|
-
optionImageKey: string;
|
|
1052
955
|
optionIconKey: string;
|
|
956
|
+
optionImageKey: string;
|
|
1053
957
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
feedbackVariant: "success" | "warning" | "error";
|
|
1058
|
-
showFeedbackIcon: boolean;
|
|
1059
|
-
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
958
|
+
valueToCopy: string;
|
|
959
|
+
selectedOption: any;
|
|
960
|
+
brandIconType: "android" | "ios";
|
|
1060
961
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1061
962
|
$slots: {
|
|
1062
963
|
image?(_: {}): any;
|
|
1063
964
|
"icon-start"?(_: {}): any;
|
|
1064
965
|
};
|
|
1065
|
-
})) |
|
|
1066
|
-
testId: {
|
|
1067
|
-
type: import("vue").PropType<string>;
|
|
1068
|
-
default: string;
|
|
1069
|
-
};
|
|
1070
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1071
|
-
testId: {
|
|
1072
|
-
type: import("vue").PropType<string>;
|
|
1073
|
-
default: string;
|
|
1074
|
-
};
|
|
1075
|
-
}>>, {
|
|
1076
|
-
testId: string;
|
|
1077
|
-
}> | ({
|
|
966
|
+
})) | ({
|
|
1078
967
|
new (...args: any[]): {
|
|
1079
968
|
$: import("vue").ComponentInternalInstance;
|
|
1080
969
|
$data: {};
|
|
@@ -1110,9 +999,6 @@ declare const DropdownTypes: () => (({
|
|
|
1110
999
|
type: import("vue").PropType<string>;
|
|
1111
1000
|
default: string;
|
|
1112
1001
|
};
|
|
1113
|
-
selectedProp: {
|
|
1114
|
-
type: import("vue").PropType<boolean>;
|
|
1115
|
-
};
|
|
1116
1002
|
selectAllOption: {
|
|
1117
1003
|
type: import("vue").PropType<boolean>;
|
|
1118
1004
|
default: boolean;
|
|
@@ -1133,6 +1019,9 @@ declare const DropdownTypes: () => (({
|
|
|
1133
1019
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1134
1020
|
default: string;
|
|
1135
1021
|
};
|
|
1022
|
+
selectedProp: {
|
|
1023
|
+
type: import("vue").PropType<boolean>;
|
|
1024
|
+
};
|
|
1136
1025
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType">;
|
|
1137
1026
|
$attrs: {
|
|
1138
1027
|
[x: string]: unknown;
|
|
@@ -1168,9 +1057,6 @@ declare const DropdownTypes: () => (({
|
|
|
1168
1057
|
type: import("vue").PropType<string>;
|
|
1169
1058
|
default: string;
|
|
1170
1059
|
};
|
|
1171
|
-
selectedProp: {
|
|
1172
|
-
type: import("vue").PropType<boolean>;
|
|
1173
|
-
};
|
|
1174
1060
|
selectAllOption: {
|
|
1175
1061
|
type: import("vue").PropType<boolean>;
|
|
1176
1062
|
default: boolean;
|
|
@@ -1191,6 +1077,9 @@ declare const DropdownTypes: () => (({
|
|
|
1191
1077
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1192
1078
|
default: string;
|
|
1193
1079
|
};
|
|
1080
|
+
selectedProp: {
|
|
1081
|
+
type: import("vue").PropType<boolean>;
|
|
1082
|
+
};
|
|
1194
1083
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1195
1084
|
option: any;
|
|
1196
1085
|
disabled: boolean;
|
|
@@ -1243,9 +1132,6 @@ declare const DropdownTypes: () => (({
|
|
|
1243
1132
|
type: import("vue").PropType<string>;
|
|
1244
1133
|
default: string;
|
|
1245
1134
|
};
|
|
1246
|
-
selectedProp: {
|
|
1247
|
-
type: import("vue").PropType<boolean>;
|
|
1248
|
-
};
|
|
1249
1135
|
selectAllOption: {
|
|
1250
1136
|
type: import("vue").PropType<boolean>;
|
|
1251
1137
|
default: boolean;
|
|
@@ -1266,6 +1152,9 @@ declare const DropdownTypes: () => (({
|
|
|
1266
1152
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1267
1153
|
default: string;
|
|
1268
1154
|
};
|
|
1155
|
+
selectedProp: {
|
|
1156
|
+
type: import("vue").PropType<boolean>;
|
|
1157
|
+
};
|
|
1269
1158
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
1270
1159
|
__isFragment?: never;
|
|
1271
1160
|
__isTeleport?: never;
|
|
@@ -1291,9 +1180,6 @@ declare const DropdownTypes: () => (({
|
|
|
1291
1180
|
type: import("vue").PropType<string>;
|
|
1292
1181
|
default: string;
|
|
1293
1182
|
};
|
|
1294
|
-
selectedProp: {
|
|
1295
|
-
type: import("vue").PropType<boolean>;
|
|
1296
|
-
};
|
|
1297
1183
|
selectAllOption: {
|
|
1298
1184
|
type: import("vue").PropType<boolean>;
|
|
1299
1185
|
default: boolean;
|
|
@@ -1314,6 +1200,9 @@ declare const DropdownTypes: () => (({
|
|
|
1314
1200
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1315
1201
|
default: string;
|
|
1316
1202
|
};
|
|
1203
|
+
selectedProp: {
|
|
1204
|
+
type: import("vue").PropType<boolean>;
|
|
1205
|
+
};
|
|
1317
1206
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1318
1207
|
option: any;
|
|
1319
1208
|
disabled: boolean;
|
|
@@ -1331,7 +1220,118 @@ declare const DropdownTypes: () => (({
|
|
|
1331
1220
|
"icon-start"?(_: {}): any;
|
|
1332
1221
|
default?(_: {}): any;
|
|
1333
1222
|
};
|
|
1334
|
-
})) | ({
|
|
1223
|
+
})) | import("vue").DefineComponent<{
|
|
1224
|
+
testId: {
|
|
1225
|
+
type: import("vue").PropType<string>;
|
|
1226
|
+
default: string;
|
|
1227
|
+
};
|
|
1228
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1229
|
+
testId: {
|
|
1230
|
+
type: import("vue").PropType<string>;
|
|
1231
|
+
default: string;
|
|
1232
|
+
};
|
|
1233
|
+
}>>, {
|
|
1234
|
+
testId: string;
|
|
1235
|
+
}> | import("vue").DefineComponent<{
|
|
1236
|
+
label: {
|
|
1237
|
+
type: import("vue").PropType<string>;
|
|
1238
|
+
required: true;
|
|
1239
|
+
default: string;
|
|
1240
|
+
};
|
|
1241
|
+
disabled: {
|
|
1242
|
+
type: import("vue").PropType<boolean>;
|
|
1243
|
+
default: boolean;
|
|
1244
|
+
};
|
|
1245
|
+
open: {
|
|
1246
|
+
type: import("vue").PropType<boolean>;
|
|
1247
|
+
required: true;
|
|
1248
|
+
default: boolean;
|
|
1249
|
+
};
|
|
1250
|
+
testId: {
|
|
1251
|
+
type: import("vue").PropType<string>;
|
|
1252
|
+
default: string;
|
|
1253
|
+
};
|
|
1254
|
+
options: {
|
|
1255
|
+
type: import("vue").PropType<unknown[]>;
|
|
1256
|
+
required: true;
|
|
1257
|
+
};
|
|
1258
|
+
feedbackVariant: {
|
|
1259
|
+
type: import("vue").PropType<string>;
|
|
1260
|
+
default: string;
|
|
1261
|
+
};
|
|
1262
|
+
multi: {
|
|
1263
|
+
type: import("vue").PropType<boolean>;
|
|
1264
|
+
required: true;
|
|
1265
|
+
};
|
|
1266
|
+
displayValue: {
|
|
1267
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
1268
|
+
required: true;
|
|
1269
|
+
};
|
|
1270
|
+
selectedOption: {
|
|
1271
|
+
type: import("vue").PropType<unknown>;
|
|
1272
|
+
required: true;
|
|
1273
|
+
};
|
|
1274
|
+
displayedValue: {
|
|
1275
|
+
type: import("vue").PropType<any>;
|
|
1276
|
+
required: true;
|
|
1277
|
+
default: string;
|
|
1278
|
+
};
|
|
1279
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1280
|
+
clear: () => void;
|
|
1281
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1282
|
+
label: {
|
|
1283
|
+
type: import("vue").PropType<string>;
|
|
1284
|
+
required: true;
|
|
1285
|
+
default: string;
|
|
1286
|
+
};
|
|
1287
|
+
disabled: {
|
|
1288
|
+
type: import("vue").PropType<boolean>;
|
|
1289
|
+
default: boolean;
|
|
1290
|
+
};
|
|
1291
|
+
open: {
|
|
1292
|
+
type: import("vue").PropType<boolean>;
|
|
1293
|
+
required: true;
|
|
1294
|
+
default: boolean;
|
|
1295
|
+
};
|
|
1296
|
+
testId: {
|
|
1297
|
+
type: import("vue").PropType<string>;
|
|
1298
|
+
default: string;
|
|
1299
|
+
};
|
|
1300
|
+
options: {
|
|
1301
|
+
type: import("vue").PropType<unknown[]>;
|
|
1302
|
+
required: true;
|
|
1303
|
+
};
|
|
1304
|
+
feedbackVariant: {
|
|
1305
|
+
type: import("vue").PropType<string>;
|
|
1306
|
+
default: string;
|
|
1307
|
+
};
|
|
1308
|
+
multi: {
|
|
1309
|
+
type: import("vue").PropType<boolean>;
|
|
1310
|
+
required: true;
|
|
1311
|
+
};
|
|
1312
|
+
displayValue: {
|
|
1313
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
1314
|
+
required: true;
|
|
1315
|
+
};
|
|
1316
|
+
selectedOption: {
|
|
1317
|
+
type: import("vue").PropType<unknown>;
|
|
1318
|
+
required: true;
|
|
1319
|
+
};
|
|
1320
|
+
displayedValue: {
|
|
1321
|
+
type: import("vue").PropType<any>;
|
|
1322
|
+
required: true;
|
|
1323
|
+
default: string;
|
|
1324
|
+
};
|
|
1325
|
+
}>> & {
|
|
1326
|
+
onClear?: () => any;
|
|
1327
|
+
}, {
|
|
1328
|
+
label: string;
|
|
1329
|
+
disabled: boolean;
|
|
1330
|
+
open: boolean;
|
|
1331
|
+
testId: string;
|
|
1332
|
+
feedbackVariant: string;
|
|
1333
|
+
displayedValue: any;
|
|
1334
|
+
}> | ({
|
|
1335
1335
|
new (...args: any[]): {
|
|
1336
1336
|
$: import("vue").ComponentInternalInstance;
|
|
1337
1337
|
$data: {};
|
|
@@ -1349,31 +1349,31 @@ declare const DropdownTypes: () => (({
|
|
|
1349
1349
|
selected: any;
|
|
1350
1350
|
modelValue: any;
|
|
1351
1351
|
placeholder: string;
|
|
1352
|
-
isOnTop: boolean;
|
|
1353
1352
|
multi: boolean;
|
|
1354
|
-
inlineSearch: boolean;
|
|
1355
|
-
noResultsText: string;
|
|
1356
1353
|
showSelectAll: boolean;
|
|
1357
1354
|
defaultOpen: boolean;
|
|
1358
|
-
skidding: number;
|
|
1359
|
-
onSearch: (option: any, term: string) => boolean;
|
|
1360
1355
|
keepOpen: boolean;
|
|
1361
1356
|
autoSize: boolean;
|
|
1362
1357
|
disableKeyboardEvents: boolean;
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
optionImageKey: string;
|
|
1366
|
-
optionIconKey: string;
|
|
1367
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1368
|
-
onClear: () => void;
|
|
1369
|
-
inlineSearchPlaceholder: string;
|
|
1358
|
+
isOnTop: boolean;
|
|
1359
|
+
skidding: number;
|
|
1370
1360
|
triggerLabel: string;
|
|
1371
1361
|
triggerHelperText: string;
|
|
1372
1362
|
triggerFeedbackText: string;
|
|
1373
1363
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
1374
1364
|
triggerFeedbackShowIcon: boolean;
|
|
1375
|
-
searchAutoFocus: boolean;
|
|
1376
1365
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
1366
|
+
inlineSearch: boolean;
|
|
1367
|
+
inlineSearchPlaceholder: string;
|
|
1368
|
+
onSearch: (option: any, term: string) => boolean;
|
|
1369
|
+
noResultsText: string;
|
|
1370
|
+
searchAutoFocus: boolean;
|
|
1371
|
+
onClear: () => void;
|
|
1372
|
+
optionNameKey: string;
|
|
1373
|
+
optionIconKey: string;
|
|
1374
|
+
optionImageKey: string;
|
|
1375
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1376
|
+
valueToCopy: string;
|
|
1377
1377
|
fullWidth: boolean;
|
|
1378
1378
|
optionsListWidth: string;
|
|
1379
1379
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -1440,112 +1440,112 @@ declare const DropdownTypes: () => (({
|
|
|
1440
1440
|
type: import("vue").PropType<string>;
|
|
1441
1441
|
default: string;
|
|
1442
1442
|
};
|
|
1443
|
-
|
|
1443
|
+
multi: {
|
|
1444
1444
|
type: import("vue").PropType<boolean>;
|
|
1445
1445
|
default: boolean;
|
|
1446
1446
|
};
|
|
1447
|
-
|
|
1447
|
+
isOpen: {
|
|
1448
|
+
type: import("vue").PropType<boolean>;
|
|
1449
|
+
};
|
|
1450
|
+
showSelectAll: {
|
|
1448
1451
|
type: import("vue").PropType<boolean>;
|
|
1449
1452
|
default: boolean;
|
|
1450
1453
|
};
|
|
1451
|
-
|
|
1454
|
+
defaultOpen: {
|
|
1452
1455
|
type: import("vue").PropType<boolean>;
|
|
1453
1456
|
default: boolean;
|
|
1454
1457
|
};
|
|
1455
|
-
|
|
1456
|
-
type: import("vue").PropType<
|
|
1457
|
-
default:
|
|
1458
|
+
keepOpen: {
|
|
1459
|
+
type: import("vue").PropType<boolean>;
|
|
1460
|
+
default: boolean;
|
|
1458
1461
|
};
|
|
1459
|
-
|
|
1462
|
+
autoSize: {
|
|
1460
1463
|
type: import("vue").PropType<boolean>;
|
|
1461
1464
|
default: boolean;
|
|
1462
1465
|
};
|
|
1463
|
-
|
|
1466
|
+
disableKeyboardEvents: {
|
|
1464
1467
|
type: import("vue").PropType<boolean>;
|
|
1465
1468
|
default: boolean;
|
|
1466
1469
|
};
|
|
1467
|
-
|
|
1470
|
+
isOnTop: {
|
|
1468
1471
|
type: import("vue").PropType<boolean>;
|
|
1472
|
+
default: boolean;
|
|
1469
1473
|
};
|
|
1470
1474
|
skidding: {
|
|
1471
1475
|
type: import("vue").PropType<number>;
|
|
1472
1476
|
default: number;
|
|
1473
1477
|
};
|
|
1474
|
-
|
|
1475
|
-
type: import("vue").PropType<
|
|
1476
|
-
|
|
1478
|
+
triggerLabel: {
|
|
1479
|
+
type: import("vue").PropType<string>;
|
|
1480
|
+
default: string;
|
|
1477
1481
|
};
|
|
1478
|
-
|
|
1479
|
-
type: import("vue").PropType<
|
|
1482
|
+
triggerHelperText: {
|
|
1483
|
+
type: import("vue").PropType<string>;
|
|
1484
|
+
default: string;
|
|
1485
|
+
};
|
|
1486
|
+
triggerFeedbackText: {
|
|
1487
|
+
type: import("vue").PropType<string>;
|
|
1488
|
+
default: string;
|
|
1489
|
+
};
|
|
1490
|
+
triggerFeedbackVariant: {
|
|
1491
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
1480
1492
|
default: any;
|
|
1481
1493
|
};
|
|
1482
|
-
|
|
1494
|
+
triggerFeedbackShowIcon: {
|
|
1483
1495
|
type: import("vue").PropType<boolean>;
|
|
1484
1496
|
default: boolean;
|
|
1485
1497
|
};
|
|
1486
|
-
|
|
1487
|
-
type: import("vue").PropType<
|
|
1488
|
-
default:
|
|
1498
|
+
predefinedTrigger: {
|
|
1499
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
1500
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
1489
1501
|
};
|
|
1490
|
-
|
|
1502
|
+
inlineSearch: {
|
|
1491
1503
|
type: import("vue").PropType<boolean>;
|
|
1492
1504
|
default: boolean;
|
|
1493
1505
|
};
|
|
1494
|
-
|
|
1495
|
-
type: import("vue").PropType<string>;
|
|
1496
|
-
default: any;
|
|
1497
|
-
};
|
|
1498
|
-
optionNameKey: {
|
|
1506
|
+
inlineSearchPlaceholder: {
|
|
1499
1507
|
type: import("vue").PropType<string>;
|
|
1500
1508
|
default: string;
|
|
1501
1509
|
};
|
|
1502
|
-
|
|
1503
|
-
type: import("vue").PropType<string>;
|
|
1504
|
-
default:
|
|
1510
|
+
onSearch: {
|
|
1511
|
+
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
1512
|
+
default: any;
|
|
1505
1513
|
};
|
|
1506
|
-
|
|
1514
|
+
noResultsText: {
|
|
1507
1515
|
type: import("vue").PropType<string>;
|
|
1508
1516
|
default: string;
|
|
1509
1517
|
};
|
|
1510
|
-
|
|
1511
|
-
type: import("vue").PropType<
|
|
1512
|
-
default:
|
|
1518
|
+
searchAutoFocus: {
|
|
1519
|
+
type: import("vue").PropType<boolean>;
|
|
1520
|
+
default: boolean;
|
|
1513
1521
|
};
|
|
1514
1522
|
onClear: {
|
|
1515
1523
|
type: import("vue").PropType<() => void>;
|
|
1516
1524
|
default: () => true;
|
|
1517
1525
|
};
|
|
1518
|
-
|
|
1519
|
-
type: import("vue").PropType<string>;
|
|
1520
|
-
|
|
1526
|
+
displayValue: {
|
|
1527
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
1528
|
+
required: true;
|
|
1521
1529
|
};
|
|
1522
|
-
|
|
1530
|
+
optionNameKey: {
|
|
1523
1531
|
type: import("vue").PropType<string>;
|
|
1524
1532
|
default: string;
|
|
1525
1533
|
};
|
|
1526
|
-
|
|
1534
|
+
optionIconKey: {
|
|
1527
1535
|
type: import("vue").PropType<string>;
|
|
1528
1536
|
default: string;
|
|
1529
1537
|
};
|
|
1530
|
-
|
|
1538
|
+
optionImageKey: {
|
|
1531
1539
|
type: import("vue").PropType<string>;
|
|
1532
1540
|
default: string;
|
|
1533
1541
|
};
|
|
1534
|
-
|
|
1535
|
-
type: import("vue").PropType<"
|
|
1542
|
+
optionIconType: {
|
|
1543
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1536
1544
|
default: any;
|
|
1537
1545
|
};
|
|
1538
|
-
|
|
1539
|
-
type: import("vue").PropType<
|
|
1540
|
-
default:
|
|
1541
|
-
};
|
|
1542
|
-
searchAutoFocus: {
|
|
1543
|
-
type: import("vue").PropType<boolean>;
|
|
1544
|
-
default: boolean;
|
|
1545
|
-
};
|
|
1546
|
-
predefinedTrigger: {
|
|
1547
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
1548
|
-
default: "default" | "icon-button" | "chip" | "app";
|
|
1546
|
+
valueToCopy: {
|
|
1547
|
+
type: import("vue").PropType<string>;
|
|
1548
|
+
default: any;
|
|
1549
1549
|
};
|
|
1550
1550
|
fullWidth: {
|
|
1551
1551
|
type: import("vue").PropType<boolean>;
|
|
@@ -1565,7 +1565,7 @@ declare const DropdownTypes: () => (({
|
|
|
1565
1565
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
1566
1566
|
onOpened?: () => any;
|
|
1567
1567
|
onClosed?: () => any;
|
|
1568
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "modelValue" | "placeholder" | "
|
|
1568
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClear" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
1569
1569
|
$attrs: {
|
|
1570
1570
|
[x: string]: unknown;
|
|
1571
1571
|
};
|
|
@@ -1577,7 +1577,7 @@ declare const DropdownTypes: () => (({
|
|
|
1577
1577
|
}>;
|
|
1578
1578
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1579
1579
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1580
|
-
$emit: ((event: "
|
|
1580
|
+
$emit: ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
1581
1581
|
$el: any;
|
|
1582
1582
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1583
1583
|
theme: {
|
|
@@ -1642,113 +1642,113 @@ declare const DropdownTypes: () => (({
|
|
|
1642
1642
|
type: import("vue").PropType<string>;
|
|
1643
1643
|
default: string;
|
|
1644
1644
|
};
|
|
1645
|
-
|
|
1645
|
+
multi: {
|
|
1646
1646
|
type: import("vue").PropType<boolean>;
|
|
1647
1647
|
default: boolean;
|
|
1648
1648
|
};
|
|
1649
|
-
|
|
1649
|
+
isOpen: {
|
|
1650
|
+
type: import("vue").PropType<boolean>;
|
|
1651
|
+
};
|
|
1652
|
+
showSelectAll: {
|
|
1650
1653
|
type: import("vue").PropType<boolean>;
|
|
1651
1654
|
default: boolean;
|
|
1652
1655
|
};
|
|
1653
|
-
|
|
1656
|
+
defaultOpen: {
|
|
1654
1657
|
type: import("vue").PropType<boolean>;
|
|
1655
1658
|
default: boolean;
|
|
1656
1659
|
};
|
|
1657
|
-
|
|
1658
|
-
type: import("vue").PropType<
|
|
1659
|
-
default:
|
|
1660
|
+
keepOpen: {
|
|
1661
|
+
type: import("vue").PropType<boolean>;
|
|
1662
|
+
default: boolean;
|
|
1660
1663
|
};
|
|
1661
|
-
|
|
1664
|
+
autoSize: {
|
|
1662
1665
|
type: import("vue").PropType<boolean>;
|
|
1663
1666
|
default: boolean;
|
|
1664
1667
|
};
|
|
1665
|
-
|
|
1668
|
+
disableKeyboardEvents: {
|
|
1666
1669
|
type: import("vue").PropType<boolean>;
|
|
1667
1670
|
default: boolean;
|
|
1668
1671
|
};
|
|
1669
|
-
|
|
1672
|
+
isOnTop: {
|
|
1670
1673
|
type: import("vue").PropType<boolean>;
|
|
1674
|
+
default: boolean;
|
|
1671
1675
|
};
|
|
1672
1676
|
skidding: {
|
|
1673
1677
|
type: import("vue").PropType<number>;
|
|
1674
1678
|
default: number;
|
|
1675
1679
|
};
|
|
1676
|
-
|
|
1677
|
-
type: import("vue").PropType<
|
|
1678
|
-
|
|
1680
|
+
triggerLabel: {
|
|
1681
|
+
type: import("vue").PropType<string>;
|
|
1682
|
+
default: string;
|
|
1679
1683
|
};
|
|
1680
|
-
|
|
1681
|
-
type: import("vue").PropType<
|
|
1684
|
+
triggerHelperText: {
|
|
1685
|
+
type: import("vue").PropType<string>;
|
|
1686
|
+
default: string;
|
|
1687
|
+
};
|
|
1688
|
+
triggerFeedbackText: {
|
|
1689
|
+
type: import("vue").PropType<string>;
|
|
1690
|
+
default: string;
|
|
1691
|
+
};
|
|
1692
|
+
triggerFeedbackVariant: {
|
|
1693
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
1682
1694
|
default: any;
|
|
1683
1695
|
};
|
|
1684
|
-
|
|
1696
|
+
triggerFeedbackShowIcon: {
|
|
1685
1697
|
type: import("vue").PropType<boolean>;
|
|
1686
1698
|
default: boolean;
|
|
1687
1699
|
};
|
|
1688
|
-
|
|
1689
|
-
type: import("vue").PropType<
|
|
1690
|
-
default:
|
|
1700
|
+
predefinedTrigger: {
|
|
1701
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
1702
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
1691
1703
|
};
|
|
1692
|
-
|
|
1704
|
+
inlineSearch: {
|
|
1693
1705
|
type: import("vue").PropType<boolean>;
|
|
1694
1706
|
default: boolean;
|
|
1695
1707
|
};
|
|
1696
|
-
|
|
1697
|
-
type: import("vue").PropType<string>;
|
|
1698
|
-
default: any;
|
|
1699
|
-
};
|
|
1700
|
-
optionNameKey: {
|
|
1708
|
+
inlineSearchPlaceholder: {
|
|
1701
1709
|
type: import("vue").PropType<string>;
|
|
1702
1710
|
default: string;
|
|
1703
1711
|
};
|
|
1704
|
-
|
|
1705
|
-
type: import("vue").PropType<string>;
|
|
1706
|
-
default:
|
|
1712
|
+
onSearch: {
|
|
1713
|
+
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
1714
|
+
default: any;
|
|
1707
1715
|
};
|
|
1708
|
-
|
|
1716
|
+
noResultsText: {
|
|
1709
1717
|
type: import("vue").PropType<string>;
|
|
1710
1718
|
default: string;
|
|
1711
1719
|
};
|
|
1712
|
-
|
|
1713
|
-
type: import("vue").PropType<
|
|
1714
|
-
default:
|
|
1720
|
+
searchAutoFocus: {
|
|
1721
|
+
type: import("vue").PropType<boolean>;
|
|
1722
|
+
default: boolean;
|
|
1715
1723
|
};
|
|
1716
1724
|
onClear: {
|
|
1717
1725
|
type: import("vue").PropType<() => void>;
|
|
1718
1726
|
default: () => true;
|
|
1719
1727
|
};
|
|
1720
|
-
|
|
1721
|
-
type: import("vue").PropType<string>;
|
|
1722
|
-
|
|
1728
|
+
displayValue: {
|
|
1729
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
1730
|
+
required: true;
|
|
1723
1731
|
};
|
|
1724
|
-
|
|
1732
|
+
optionNameKey: {
|
|
1725
1733
|
type: import("vue").PropType<string>;
|
|
1726
1734
|
default: string;
|
|
1727
1735
|
};
|
|
1728
|
-
|
|
1736
|
+
optionIconKey: {
|
|
1729
1737
|
type: import("vue").PropType<string>;
|
|
1730
1738
|
default: string;
|
|
1731
1739
|
};
|
|
1732
|
-
|
|
1740
|
+
optionImageKey: {
|
|
1733
1741
|
type: import("vue").PropType<string>;
|
|
1734
1742
|
default: string;
|
|
1735
1743
|
};
|
|
1736
|
-
|
|
1737
|
-
type: import("vue").PropType<"
|
|
1744
|
+
optionIconType: {
|
|
1745
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1746
|
+
default: any;
|
|
1747
|
+
};
|
|
1748
|
+
valueToCopy: {
|
|
1749
|
+
type: import("vue").PropType<string>;
|
|
1738
1750
|
default: any;
|
|
1739
1751
|
};
|
|
1740
|
-
triggerFeedbackShowIcon: {
|
|
1741
|
-
type: import("vue").PropType<boolean>;
|
|
1742
|
-
default: boolean;
|
|
1743
|
-
};
|
|
1744
|
-
searchAutoFocus: {
|
|
1745
|
-
type: import("vue").PropType<boolean>;
|
|
1746
|
-
default: boolean;
|
|
1747
|
-
};
|
|
1748
|
-
predefinedTrigger: {
|
|
1749
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
1750
|
-
default: "default" | "icon-button" | "chip" | "app";
|
|
1751
|
-
};
|
|
1752
1752
|
fullWidth: {
|
|
1753
1753
|
type: import("vue").PropType<boolean>;
|
|
1754
1754
|
default: boolean;
|
|
@@ -1790,31 +1790,31 @@ declare const DropdownTypes: () => (({
|
|
|
1790
1790
|
selected: any;
|
|
1791
1791
|
modelValue: any;
|
|
1792
1792
|
placeholder: string;
|
|
1793
|
-
isOnTop: boolean;
|
|
1794
1793
|
multi: boolean;
|
|
1795
|
-
inlineSearch: boolean;
|
|
1796
|
-
noResultsText: string;
|
|
1797
1794
|
showSelectAll: boolean;
|
|
1798
1795
|
defaultOpen: boolean;
|
|
1799
|
-
skidding: number;
|
|
1800
|
-
onSearch: (option: any, term: string) => boolean;
|
|
1801
1796
|
keepOpen: boolean;
|
|
1802
1797
|
autoSize: boolean;
|
|
1803
1798
|
disableKeyboardEvents: boolean;
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
optionImageKey: string;
|
|
1807
|
-
optionIconKey: string;
|
|
1808
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1809
|
-
onClear: () => void;
|
|
1810
|
-
inlineSearchPlaceholder: string;
|
|
1799
|
+
isOnTop: boolean;
|
|
1800
|
+
skidding: number;
|
|
1811
1801
|
triggerLabel: string;
|
|
1812
1802
|
triggerHelperText: string;
|
|
1813
1803
|
triggerFeedbackText: string;
|
|
1814
1804
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
1815
1805
|
triggerFeedbackShowIcon: boolean;
|
|
1816
|
-
searchAutoFocus: boolean;
|
|
1817
1806
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
1807
|
+
inlineSearch: boolean;
|
|
1808
|
+
inlineSearchPlaceholder: string;
|
|
1809
|
+
onSearch: (option: any, term: string) => boolean;
|
|
1810
|
+
noResultsText: string;
|
|
1811
|
+
searchAutoFocus: boolean;
|
|
1812
|
+
onClear: () => void;
|
|
1813
|
+
optionNameKey: string;
|
|
1814
|
+
optionIconKey: string;
|
|
1815
|
+
optionImageKey: string;
|
|
1816
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1817
|
+
valueToCopy: string;
|
|
1818
1818
|
fullWidth: boolean;
|
|
1819
1819
|
optionsListWidth: string;
|
|
1820
1820
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -1901,112 +1901,112 @@ declare const DropdownTypes: () => (({
|
|
|
1901
1901
|
type: import("vue").PropType<string>;
|
|
1902
1902
|
default: string;
|
|
1903
1903
|
};
|
|
1904
|
-
|
|
1904
|
+
multi: {
|
|
1905
1905
|
type: import("vue").PropType<boolean>;
|
|
1906
1906
|
default: boolean;
|
|
1907
1907
|
};
|
|
1908
|
-
|
|
1908
|
+
isOpen: {
|
|
1909
|
+
type: import("vue").PropType<boolean>;
|
|
1910
|
+
};
|
|
1911
|
+
showSelectAll: {
|
|
1909
1912
|
type: import("vue").PropType<boolean>;
|
|
1910
1913
|
default: boolean;
|
|
1911
1914
|
};
|
|
1912
|
-
|
|
1915
|
+
defaultOpen: {
|
|
1913
1916
|
type: import("vue").PropType<boolean>;
|
|
1914
1917
|
default: boolean;
|
|
1915
1918
|
};
|
|
1916
|
-
|
|
1917
|
-
type: import("vue").PropType<
|
|
1918
|
-
default:
|
|
1919
|
+
keepOpen: {
|
|
1920
|
+
type: import("vue").PropType<boolean>;
|
|
1921
|
+
default: boolean;
|
|
1919
1922
|
};
|
|
1920
|
-
|
|
1923
|
+
autoSize: {
|
|
1921
1924
|
type: import("vue").PropType<boolean>;
|
|
1922
1925
|
default: boolean;
|
|
1923
1926
|
};
|
|
1924
|
-
|
|
1927
|
+
disableKeyboardEvents: {
|
|
1925
1928
|
type: import("vue").PropType<boolean>;
|
|
1926
1929
|
default: boolean;
|
|
1927
1930
|
};
|
|
1928
|
-
|
|
1931
|
+
isOnTop: {
|
|
1929
1932
|
type: import("vue").PropType<boolean>;
|
|
1933
|
+
default: boolean;
|
|
1930
1934
|
};
|
|
1931
1935
|
skidding: {
|
|
1932
1936
|
type: import("vue").PropType<number>;
|
|
1933
1937
|
default: number;
|
|
1934
1938
|
};
|
|
1935
|
-
|
|
1936
|
-
type: import("vue").PropType<
|
|
1937
|
-
|
|
1939
|
+
triggerLabel: {
|
|
1940
|
+
type: import("vue").PropType<string>;
|
|
1941
|
+
default: string;
|
|
1938
1942
|
};
|
|
1939
|
-
|
|
1940
|
-
type: import("vue").PropType<
|
|
1943
|
+
triggerHelperText: {
|
|
1944
|
+
type: import("vue").PropType<string>;
|
|
1945
|
+
default: string;
|
|
1946
|
+
};
|
|
1947
|
+
triggerFeedbackText: {
|
|
1948
|
+
type: import("vue").PropType<string>;
|
|
1949
|
+
default: string;
|
|
1950
|
+
};
|
|
1951
|
+
triggerFeedbackVariant: {
|
|
1952
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
1941
1953
|
default: any;
|
|
1942
1954
|
};
|
|
1943
|
-
|
|
1955
|
+
triggerFeedbackShowIcon: {
|
|
1944
1956
|
type: import("vue").PropType<boolean>;
|
|
1945
1957
|
default: boolean;
|
|
1946
1958
|
};
|
|
1947
|
-
|
|
1948
|
-
type: import("vue").PropType<
|
|
1949
|
-
default:
|
|
1959
|
+
predefinedTrigger: {
|
|
1960
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
1961
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
1950
1962
|
};
|
|
1951
|
-
|
|
1963
|
+
inlineSearch: {
|
|
1952
1964
|
type: import("vue").PropType<boolean>;
|
|
1953
1965
|
default: boolean;
|
|
1954
1966
|
};
|
|
1955
|
-
|
|
1956
|
-
type: import("vue").PropType<string>;
|
|
1957
|
-
default: any;
|
|
1958
|
-
};
|
|
1959
|
-
optionNameKey: {
|
|
1967
|
+
inlineSearchPlaceholder: {
|
|
1960
1968
|
type: import("vue").PropType<string>;
|
|
1961
1969
|
default: string;
|
|
1962
1970
|
};
|
|
1963
|
-
|
|
1964
|
-
type: import("vue").PropType<string>;
|
|
1965
|
-
default:
|
|
1971
|
+
onSearch: {
|
|
1972
|
+
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
1973
|
+
default: any;
|
|
1966
1974
|
};
|
|
1967
|
-
|
|
1975
|
+
noResultsText: {
|
|
1968
1976
|
type: import("vue").PropType<string>;
|
|
1969
1977
|
default: string;
|
|
1970
1978
|
};
|
|
1971
|
-
|
|
1972
|
-
type: import("vue").PropType<
|
|
1973
|
-
default:
|
|
1979
|
+
searchAutoFocus: {
|
|
1980
|
+
type: import("vue").PropType<boolean>;
|
|
1981
|
+
default: boolean;
|
|
1974
1982
|
};
|
|
1975
1983
|
onClear: {
|
|
1976
1984
|
type: import("vue").PropType<() => void>;
|
|
1977
1985
|
default: () => true;
|
|
1978
1986
|
};
|
|
1979
|
-
|
|
1980
|
-
type: import("vue").PropType<string>;
|
|
1981
|
-
|
|
1987
|
+
displayValue: {
|
|
1988
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
1989
|
+
required: true;
|
|
1982
1990
|
};
|
|
1983
|
-
|
|
1991
|
+
optionNameKey: {
|
|
1984
1992
|
type: import("vue").PropType<string>;
|
|
1985
1993
|
default: string;
|
|
1986
1994
|
};
|
|
1987
|
-
|
|
1995
|
+
optionIconKey: {
|
|
1988
1996
|
type: import("vue").PropType<string>;
|
|
1989
1997
|
default: string;
|
|
1990
1998
|
};
|
|
1991
|
-
|
|
1999
|
+
optionImageKey: {
|
|
1992
2000
|
type: import("vue").PropType<string>;
|
|
1993
2001
|
default: string;
|
|
1994
2002
|
};
|
|
1995
|
-
|
|
1996
|
-
type: import("vue").PropType<"
|
|
2003
|
+
optionIconType: {
|
|
2004
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1997
2005
|
default: any;
|
|
1998
2006
|
};
|
|
1999
|
-
|
|
2000
|
-
type: import("vue").PropType<
|
|
2001
|
-
default:
|
|
2002
|
-
};
|
|
2003
|
-
searchAutoFocus: {
|
|
2004
|
-
type: import("vue").PropType<boolean>;
|
|
2005
|
-
default: boolean;
|
|
2006
|
-
};
|
|
2007
|
-
predefinedTrigger: {
|
|
2008
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
2009
|
-
default: "default" | "icon-button" | "chip" | "app";
|
|
2007
|
+
valueToCopy: {
|
|
2008
|
+
type: import("vue").PropType<string>;
|
|
2009
|
+
default: any;
|
|
2010
2010
|
};
|
|
2011
2011
|
fullWidth: {
|
|
2012
2012
|
type: import("vue").PropType<boolean>;
|
|
@@ -2096,112 +2096,112 @@ declare const DropdownTypes: () => (({
|
|
|
2096
2096
|
type: import("vue").PropType<string>;
|
|
2097
2097
|
default: string;
|
|
2098
2098
|
};
|
|
2099
|
-
|
|
2099
|
+
multi: {
|
|
2100
2100
|
type: import("vue").PropType<boolean>;
|
|
2101
2101
|
default: boolean;
|
|
2102
2102
|
};
|
|
2103
|
-
|
|
2103
|
+
isOpen: {
|
|
2104
|
+
type: import("vue").PropType<boolean>;
|
|
2105
|
+
};
|
|
2106
|
+
showSelectAll: {
|
|
2104
2107
|
type: import("vue").PropType<boolean>;
|
|
2105
2108
|
default: boolean;
|
|
2106
2109
|
};
|
|
2107
|
-
|
|
2110
|
+
defaultOpen: {
|
|
2108
2111
|
type: import("vue").PropType<boolean>;
|
|
2109
2112
|
default: boolean;
|
|
2110
2113
|
};
|
|
2111
|
-
|
|
2112
|
-
type: import("vue").PropType<
|
|
2113
|
-
default:
|
|
2114
|
+
keepOpen: {
|
|
2115
|
+
type: import("vue").PropType<boolean>;
|
|
2116
|
+
default: boolean;
|
|
2114
2117
|
};
|
|
2115
|
-
|
|
2118
|
+
autoSize: {
|
|
2116
2119
|
type: import("vue").PropType<boolean>;
|
|
2117
2120
|
default: boolean;
|
|
2118
2121
|
};
|
|
2119
|
-
|
|
2122
|
+
disableKeyboardEvents: {
|
|
2120
2123
|
type: import("vue").PropType<boolean>;
|
|
2121
2124
|
default: boolean;
|
|
2122
2125
|
};
|
|
2123
|
-
|
|
2126
|
+
isOnTop: {
|
|
2124
2127
|
type: import("vue").PropType<boolean>;
|
|
2128
|
+
default: boolean;
|
|
2125
2129
|
};
|
|
2126
2130
|
skidding: {
|
|
2127
2131
|
type: import("vue").PropType<number>;
|
|
2128
2132
|
default: number;
|
|
2129
2133
|
};
|
|
2130
|
-
|
|
2131
|
-
type: import("vue").PropType<
|
|
2132
|
-
|
|
2134
|
+
triggerLabel: {
|
|
2135
|
+
type: import("vue").PropType<string>;
|
|
2136
|
+
default: string;
|
|
2133
2137
|
};
|
|
2134
|
-
|
|
2135
|
-
type: import("vue").PropType<
|
|
2138
|
+
triggerHelperText: {
|
|
2139
|
+
type: import("vue").PropType<string>;
|
|
2140
|
+
default: string;
|
|
2141
|
+
};
|
|
2142
|
+
triggerFeedbackText: {
|
|
2143
|
+
type: import("vue").PropType<string>;
|
|
2144
|
+
default: string;
|
|
2145
|
+
};
|
|
2146
|
+
triggerFeedbackVariant: {
|
|
2147
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
2136
2148
|
default: any;
|
|
2137
2149
|
};
|
|
2138
|
-
|
|
2150
|
+
triggerFeedbackShowIcon: {
|
|
2139
2151
|
type: import("vue").PropType<boolean>;
|
|
2140
2152
|
default: boolean;
|
|
2141
2153
|
};
|
|
2142
|
-
|
|
2143
|
-
type: import("vue").PropType<
|
|
2144
|
-
default:
|
|
2154
|
+
predefinedTrigger: {
|
|
2155
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
2156
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
2145
2157
|
};
|
|
2146
|
-
|
|
2158
|
+
inlineSearch: {
|
|
2147
2159
|
type: import("vue").PropType<boolean>;
|
|
2148
2160
|
default: boolean;
|
|
2149
2161
|
};
|
|
2150
|
-
|
|
2151
|
-
type: import("vue").PropType<string>;
|
|
2152
|
-
default: any;
|
|
2153
|
-
};
|
|
2154
|
-
optionNameKey: {
|
|
2162
|
+
inlineSearchPlaceholder: {
|
|
2155
2163
|
type: import("vue").PropType<string>;
|
|
2156
2164
|
default: string;
|
|
2157
2165
|
};
|
|
2158
|
-
|
|
2159
|
-
type: import("vue").PropType<string>;
|
|
2160
|
-
default:
|
|
2166
|
+
onSearch: {
|
|
2167
|
+
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
2168
|
+
default: any;
|
|
2161
2169
|
};
|
|
2162
|
-
|
|
2170
|
+
noResultsText: {
|
|
2163
2171
|
type: import("vue").PropType<string>;
|
|
2164
2172
|
default: string;
|
|
2165
2173
|
};
|
|
2166
|
-
|
|
2167
|
-
type: import("vue").PropType<
|
|
2168
|
-
default:
|
|
2174
|
+
searchAutoFocus: {
|
|
2175
|
+
type: import("vue").PropType<boolean>;
|
|
2176
|
+
default: boolean;
|
|
2169
2177
|
};
|
|
2170
2178
|
onClear: {
|
|
2171
2179
|
type: import("vue").PropType<() => void>;
|
|
2172
2180
|
default: () => true;
|
|
2173
2181
|
};
|
|
2174
|
-
|
|
2175
|
-
type: import("vue").PropType<string>;
|
|
2176
|
-
|
|
2182
|
+
displayValue: {
|
|
2183
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
2184
|
+
required: true;
|
|
2177
2185
|
};
|
|
2178
|
-
|
|
2186
|
+
optionNameKey: {
|
|
2179
2187
|
type: import("vue").PropType<string>;
|
|
2180
2188
|
default: string;
|
|
2181
2189
|
};
|
|
2182
|
-
|
|
2190
|
+
optionIconKey: {
|
|
2183
2191
|
type: import("vue").PropType<string>;
|
|
2184
2192
|
default: string;
|
|
2185
2193
|
};
|
|
2186
|
-
|
|
2194
|
+
optionImageKey: {
|
|
2187
2195
|
type: import("vue").PropType<string>;
|
|
2188
2196
|
default: string;
|
|
2189
2197
|
};
|
|
2190
|
-
|
|
2191
|
-
type: import("vue").PropType<"
|
|
2198
|
+
optionIconType: {
|
|
2199
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2192
2200
|
default: any;
|
|
2193
2201
|
};
|
|
2194
|
-
|
|
2195
|
-
type: import("vue").PropType<
|
|
2196
|
-
default:
|
|
2197
|
-
};
|
|
2198
|
-
searchAutoFocus: {
|
|
2199
|
-
type: import("vue").PropType<boolean>;
|
|
2200
|
-
default: boolean;
|
|
2201
|
-
};
|
|
2202
|
-
predefinedTrigger: {
|
|
2203
|
-
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
2204
|
-
default: "default" | "icon-button" | "chip" | "app";
|
|
2202
|
+
valueToCopy: {
|
|
2203
|
+
type: import("vue").PropType<string>;
|
|
2204
|
+
default: any;
|
|
2205
2205
|
};
|
|
2206
2206
|
fullWidth: {
|
|
2207
2207
|
type: import("vue").PropType<boolean>;
|
|
@@ -2244,31 +2244,31 @@ declare const DropdownTypes: () => (({
|
|
|
2244
2244
|
selected: any;
|
|
2245
2245
|
modelValue: any;
|
|
2246
2246
|
placeholder: string;
|
|
2247
|
-
isOnTop: boolean;
|
|
2248
2247
|
multi: boolean;
|
|
2249
|
-
inlineSearch: boolean;
|
|
2250
|
-
noResultsText: string;
|
|
2251
2248
|
showSelectAll: boolean;
|
|
2252
2249
|
defaultOpen: boolean;
|
|
2253
|
-
skidding: number;
|
|
2254
|
-
onSearch: (option: any, term: string) => boolean;
|
|
2255
2250
|
keepOpen: boolean;
|
|
2256
2251
|
autoSize: boolean;
|
|
2257
2252
|
disableKeyboardEvents: boolean;
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
optionImageKey: string;
|
|
2261
|
-
optionIconKey: string;
|
|
2262
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
2263
|
-
onClear: () => void;
|
|
2264
|
-
inlineSearchPlaceholder: string;
|
|
2253
|
+
isOnTop: boolean;
|
|
2254
|
+
skidding: number;
|
|
2265
2255
|
triggerLabel: string;
|
|
2266
2256
|
triggerHelperText: string;
|
|
2267
2257
|
triggerFeedbackText: string;
|
|
2268
2258
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
2269
2259
|
triggerFeedbackShowIcon: boolean;
|
|
2270
|
-
searchAutoFocus: boolean;
|
|
2271
2260
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
2261
|
+
inlineSearch: boolean;
|
|
2262
|
+
inlineSearchPlaceholder: string;
|
|
2263
|
+
onSearch: (option: any, term: string) => boolean;
|
|
2264
|
+
noResultsText: string;
|
|
2265
|
+
searchAutoFocus: boolean;
|
|
2266
|
+
onClear: () => void;
|
|
2267
|
+
optionNameKey: string;
|
|
2268
|
+
optionIconKey: string;
|
|
2269
|
+
optionImageKey: string;
|
|
2270
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
2271
|
+
valueToCopy: string;
|
|
2272
2272
|
fullWidth: boolean;
|
|
2273
2273
|
optionsListWidth: string;
|
|
2274
2274
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|