@ironsource/shared-ui 2.1.3-rc.8 → 2.1.3
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_d6680a72_lang.css +1 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_2e91704b_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_8ffac784_lang.css +1 -0
- package/Autocomplete.vue_vue_type_style_index_0_scoped_429e5745_lang.css +1 -0
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_bddb537c_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c3033d90_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_ea9275e6_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_24014c62_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_fa761e4d_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/OptionV4.vue_vue_type_style_index_0_scoped_cae6bfd4_lang.css +1 -0
- package/TabsV4.vue_vue_type_style_index_0_scoped_bab40cfe_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_95e25718_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +14 -7
- package/components/alert/Alert.vue.js +2 -2
- package/components/alert/Alert.vue2.js +30 -29
- package/components/alert/index.d.ts +176 -38
- package/components/appHeader/AppHeader.vue.d.ts +5 -0
- package/components/appHeader/AppHeader.vue.js +2 -2
- package/components/appHeader/AppHeader.vue2.js +49 -37
- package/components/appHeader/index.d.ts +9 -0
- package/components/autocomplete/Autocomplete.vue.d.ts +140 -0
- package/components/autocomplete/Autocomplete.vue.js +7 -0
- package/components/autocomplete/Autocomplete.vue2.js +99 -0
- package/components/autocomplete/index.d.ts +459 -0
- package/components/autocomplete/index.js +6 -0
- package/components/checkbox/v3/index.d.ts +12 -12
- 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/DialogV4.vue.js +4 -4
- package/components/dialog/v4/DialogV4.vue2.js +2 -2
- package/components/dialog/v4/index.d.ts +16 -16
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +34 -33
- 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/AppDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +31 -31
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +71 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +36 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +66 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +50 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +29 -22
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +143 -130
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +96 -86
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +9 -0
- package/components/dropdown/v4/index.d.ts +705 -610
- package/components/dropdown/v4/index.js +16 -10
- package/components/filterDropdown/index.d.ts +8 -8
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +1 -1
- 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 +39 -1
- 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/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 +6 -6
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +2 -2
- package/components/input/v4/index.d.ts +115 -115
- package/components/multibar/MultiBarMenu.vue2.js +13 -11
- package/components/table/common/Table.types.d.ts +3 -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 +147 -137
- package/components/table/v4/DataGridMenu.vue2.js +13 -11
- 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 +39 -39
- package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
- package/components/table-cells/v4/index.d.ts +20 -20
- package/components/tabs/v4/TabsV4.vue.js +4 -4
- package/components/tabs/v4/TabsV4.vue2.js +4 -4
- package/components/textArea/v4/TextAreaV4.vue.d.ts +13 -3
- package/components/textArea/v4/TextAreaV4.vue.js +2 -2
- package/components/textArea/v4/TextAreaV4.vue2.js +25 -25
- package/components/textArea/v4/index.d.ts +41 -23
- 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/index.d.ts +2242 -1912
- package/index.js +74 -70
- package/package.json +5 -3
- package/testids/index.d.ts +3 -1
- package/testids/index.js +10 -10
- package/Alert.vue_vue_type_style_index_0_scoped_203b6bd1_lang.css +0 -1
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_5d9c6052_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_95908b8d_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_4baf9e57_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_f0c4710f_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_7422cf08_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_78c1497e_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_276bd901_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_39f48410_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_d2743070_lang.css +0 -1
- package/TabsV4.vue_vue_type_style_index_0_scoped_bab86b0a_lang.css +0 -1
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_6e91a617_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_dca4c102_lang.css +0 -1
|
@@ -3,6 +3,8 @@ import DefaultDropdownTrigger from './DefaultDropdownTrigger.vue';
|
|
|
3
3
|
import IconButtonDropdownTrigger from './IconButtonDropdownTrigger.vue';
|
|
4
4
|
import ChipDropdownTrigger from './ChipDropdownTrigger.vue';
|
|
5
5
|
import AppDropdownTrigger from './AppDropdownTrigger.vue';
|
|
6
|
+
import ButtonDropdownTrigger from './ButtonDropdownTrigger.vue';
|
|
7
|
+
import ButtonFilterDropdownTrigger from './ButtonFilterDropdownTrigger.vue';
|
|
6
8
|
import Option from './OptionV4.vue';
|
|
7
9
|
declare const DropdownTypes: () => (({
|
|
8
10
|
new (...args: any[]): {
|
|
@@ -18,15 +20,20 @@ declare const DropdownTypes: () => (({
|
|
|
18
20
|
testId: string;
|
|
19
21
|
options: unknown[];
|
|
20
22
|
singleAppSelection: boolean;
|
|
23
|
+
hoverHelpText: string;
|
|
24
|
+
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
25
|
placeholder: string;
|
|
26
|
+
feedbackText: string;
|
|
27
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
22
28
|
multi: boolean;
|
|
23
|
-
valueToCopy: string;
|
|
24
|
-
selectedOption: any;
|
|
25
|
-
brandIconType: "android" | "ios";
|
|
26
29
|
optionNameKey: string;
|
|
27
|
-
optionImageKey: string;
|
|
28
30
|
optionIconKey: string;
|
|
31
|
+
optionImageKey: string;
|
|
29
32
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
33
|
+
selectedOption: any;
|
|
34
|
+
showFeedbackIcon: boolean;
|
|
35
|
+
brandIconType: "android" | "ios";
|
|
36
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
30
37
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
31
38
|
label: {
|
|
32
39
|
type: import("vue").PropType<string>;
|
|
@@ -66,10 +73,26 @@ declare const DropdownTypes: () => (({
|
|
|
66
73
|
type: import("vue").PropType<boolean>;
|
|
67
74
|
default: boolean;
|
|
68
75
|
};
|
|
76
|
+
hoverHelpText: {
|
|
77
|
+
type: import("vue").PropType<string>;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
hoverHelpTextPlacement: {
|
|
81
|
+
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">;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
69
84
|
placeholder: {
|
|
70
85
|
type: import("vue").PropType<string>;
|
|
71
86
|
default: string;
|
|
72
87
|
};
|
|
88
|
+
feedbackText: {
|
|
89
|
+
type: import("vue").PropType<string>;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
feedbackVariant: {
|
|
93
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
94
|
+
default: any;
|
|
95
|
+
};
|
|
73
96
|
multi: {
|
|
74
97
|
type: import("vue").PropType<boolean>;
|
|
75
98
|
default: boolean;
|
|
@@ -78,37 +101,41 @@ declare const DropdownTypes: () => (({
|
|
|
78
101
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
79
102
|
required: true;
|
|
80
103
|
};
|
|
81
|
-
|
|
104
|
+
optionNameKey: {
|
|
82
105
|
type: import("vue").PropType<string>;
|
|
83
106
|
default: any;
|
|
84
107
|
};
|
|
85
|
-
|
|
86
|
-
type: import("vue").PropType<
|
|
108
|
+
optionIconKey: {
|
|
109
|
+
type: import("vue").PropType<string>;
|
|
87
110
|
default: any;
|
|
88
111
|
};
|
|
89
|
-
|
|
90
|
-
type: import("vue").PropType<
|
|
112
|
+
optionImageKey: {
|
|
113
|
+
type: import("vue").PropType<string>;
|
|
91
114
|
default: any;
|
|
92
115
|
};
|
|
93
|
-
|
|
94
|
-
type: import("vue").PropType<
|
|
116
|
+
optionIconType: {
|
|
117
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
95
118
|
default: any;
|
|
96
119
|
};
|
|
97
|
-
|
|
98
|
-
type: import("vue").PropType<
|
|
120
|
+
selectedOption: {
|
|
121
|
+
type: import("vue").PropType<unknown>;
|
|
99
122
|
default: any;
|
|
100
123
|
};
|
|
101
|
-
|
|
102
|
-
type: import("vue").PropType<
|
|
124
|
+
showFeedbackIcon: {
|
|
125
|
+
type: import("vue").PropType<boolean>;
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
128
|
+
brandIconType: {
|
|
129
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
103
130
|
default: any;
|
|
104
131
|
};
|
|
105
|
-
|
|
106
|
-
type: import("vue").PropType<"
|
|
132
|
+
statusDotType: {
|
|
133
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
107
134
|
default: any;
|
|
108
135
|
};
|
|
109
136
|
}>> & {
|
|
110
137
|
onClick?: () => any;
|
|
111
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "
|
|
138
|
+
} & 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
139
|
$attrs: {
|
|
113
140
|
[x: string]: unknown;
|
|
114
141
|
};
|
|
@@ -161,10 +188,26 @@ declare const DropdownTypes: () => (({
|
|
|
161
188
|
type: import("vue").PropType<boolean>;
|
|
162
189
|
default: boolean;
|
|
163
190
|
};
|
|
191
|
+
hoverHelpText: {
|
|
192
|
+
type: import("vue").PropType<string>;
|
|
193
|
+
default: string;
|
|
194
|
+
};
|
|
195
|
+
hoverHelpTextPlacement: {
|
|
196
|
+
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">;
|
|
197
|
+
default: string;
|
|
198
|
+
};
|
|
164
199
|
placeholder: {
|
|
165
200
|
type: import("vue").PropType<string>;
|
|
166
201
|
default: string;
|
|
167
202
|
};
|
|
203
|
+
feedbackText: {
|
|
204
|
+
type: import("vue").PropType<string>;
|
|
205
|
+
default: string;
|
|
206
|
+
};
|
|
207
|
+
feedbackVariant: {
|
|
208
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
209
|
+
default: any;
|
|
210
|
+
};
|
|
168
211
|
multi: {
|
|
169
212
|
type: import("vue").PropType<boolean>;
|
|
170
213
|
default: boolean;
|
|
@@ -173,32 +216,36 @@ declare const DropdownTypes: () => (({
|
|
|
173
216
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
174
217
|
required: true;
|
|
175
218
|
};
|
|
176
|
-
|
|
219
|
+
optionNameKey: {
|
|
177
220
|
type: import("vue").PropType<string>;
|
|
178
221
|
default: any;
|
|
179
222
|
};
|
|
180
|
-
|
|
181
|
-
type: import("vue").PropType<
|
|
223
|
+
optionIconKey: {
|
|
224
|
+
type: import("vue").PropType<string>;
|
|
182
225
|
default: any;
|
|
183
226
|
};
|
|
184
|
-
|
|
185
|
-
type: import("vue").PropType<
|
|
227
|
+
optionImageKey: {
|
|
228
|
+
type: import("vue").PropType<string>;
|
|
186
229
|
default: any;
|
|
187
230
|
};
|
|
188
|
-
|
|
189
|
-
type: import("vue").PropType<
|
|
231
|
+
optionIconType: {
|
|
232
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
190
233
|
default: any;
|
|
191
234
|
};
|
|
192
|
-
|
|
193
|
-
type: import("vue").PropType<
|
|
235
|
+
selectedOption: {
|
|
236
|
+
type: import("vue").PropType<unknown>;
|
|
194
237
|
default: any;
|
|
195
238
|
};
|
|
196
|
-
|
|
197
|
-
type: import("vue").PropType<
|
|
239
|
+
showFeedbackIcon: {
|
|
240
|
+
type: import("vue").PropType<boolean>;
|
|
241
|
+
default: boolean;
|
|
242
|
+
};
|
|
243
|
+
brandIconType: {
|
|
244
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
198
245
|
default: any;
|
|
199
246
|
};
|
|
200
|
-
|
|
201
|
-
type: import("vue").PropType<"
|
|
247
|
+
statusDotType: {
|
|
248
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
202
249
|
default: any;
|
|
203
250
|
};
|
|
204
251
|
}>> & {
|
|
@@ -215,15 +262,20 @@ declare const DropdownTypes: () => (({
|
|
|
215
262
|
testId: string;
|
|
216
263
|
options: unknown[];
|
|
217
264
|
singleAppSelection: boolean;
|
|
265
|
+
hoverHelpText: string;
|
|
266
|
+
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
267
|
placeholder: string;
|
|
268
|
+
feedbackText: string;
|
|
269
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
219
270
|
multi: boolean;
|
|
220
|
-
valueToCopy: string;
|
|
221
|
-
selectedOption: any;
|
|
222
|
-
brandIconType: "android" | "ios";
|
|
223
271
|
optionNameKey: string;
|
|
224
|
-
optionImageKey: string;
|
|
225
272
|
optionIconKey: string;
|
|
273
|
+
optionImageKey: string;
|
|
226
274
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
275
|
+
selectedOption: any;
|
|
276
|
+
showFeedbackIcon: boolean;
|
|
277
|
+
brandIconType: "android" | "ios";
|
|
278
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
227
279
|
}, {}, string> & {
|
|
228
280
|
beforeCreate?: (() => void) | (() => void)[];
|
|
229
281
|
created?: (() => void) | (() => void)[];
|
|
@@ -283,10 +335,26 @@ declare const DropdownTypes: () => (({
|
|
|
283
335
|
type: import("vue").PropType<boolean>;
|
|
284
336
|
default: boolean;
|
|
285
337
|
};
|
|
338
|
+
hoverHelpText: {
|
|
339
|
+
type: import("vue").PropType<string>;
|
|
340
|
+
default: string;
|
|
341
|
+
};
|
|
342
|
+
hoverHelpTextPlacement: {
|
|
343
|
+
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">;
|
|
344
|
+
default: string;
|
|
345
|
+
};
|
|
286
346
|
placeholder: {
|
|
287
347
|
type: import("vue").PropType<string>;
|
|
288
348
|
default: string;
|
|
289
349
|
};
|
|
350
|
+
feedbackText: {
|
|
351
|
+
type: import("vue").PropType<string>;
|
|
352
|
+
default: string;
|
|
353
|
+
};
|
|
354
|
+
feedbackVariant: {
|
|
355
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
356
|
+
default: any;
|
|
357
|
+
};
|
|
290
358
|
multi: {
|
|
291
359
|
type: import("vue").PropType<boolean>;
|
|
292
360
|
default: boolean;
|
|
@@ -295,32 +363,36 @@ declare const DropdownTypes: () => (({
|
|
|
295
363
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
296
364
|
required: true;
|
|
297
365
|
};
|
|
298
|
-
|
|
366
|
+
optionNameKey: {
|
|
299
367
|
type: import("vue").PropType<string>;
|
|
300
368
|
default: any;
|
|
301
369
|
};
|
|
302
|
-
|
|
303
|
-
type: import("vue").PropType<
|
|
370
|
+
optionIconKey: {
|
|
371
|
+
type: import("vue").PropType<string>;
|
|
304
372
|
default: any;
|
|
305
373
|
};
|
|
306
|
-
|
|
307
|
-
type: import("vue").PropType<
|
|
374
|
+
optionImageKey: {
|
|
375
|
+
type: import("vue").PropType<string>;
|
|
308
376
|
default: any;
|
|
309
377
|
};
|
|
310
|
-
|
|
311
|
-
type: import("vue").PropType<
|
|
378
|
+
optionIconType: {
|
|
379
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
312
380
|
default: any;
|
|
313
381
|
};
|
|
314
|
-
|
|
315
|
-
type: import("vue").PropType<
|
|
382
|
+
selectedOption: {
|
|
383
|
+
type: import("vue").PropType<unknown>;
|
|
316
384
|
default: any;
|
|
317
385
|
};
|
|
318
|
-
|
|
319
|
-
type: import("vue").PropType<
|
|
386
|
+
showFeedbackIcon: {
|
|
387
|
+
type: import("vue").PropType<boolean>;
|
|
388
|
+
default: boolean;
|
|
389
|
+
};
|
|
390
|
+
brandIconType: {
|
|
391
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
320
392
|
default: any;
|
|
321
393
|
};
|
|
322
|
-
|
|
323
|
-
type: import("vue").PropType<"
|
|
394
|
+
statusDotType: {
|
|
395
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
324
396
|
default: any;
|
|
325
397
|
};
|
|
326
398
|
}>> & {
|
|
@@ -368,10 +440,26 @@ declare const DropdownTypes: () => (({
|
|
|
368
440
|
type: import("vue").PropType<boolean>;
|
|
369
441
|
default: boolean;
|
|
370
442
|
};
|
|
443
|
+
hoverHelpText: {
|
|
444
|
+
type: import("vue").PropType<string>;
|
|
445
|
+
default: string;
|
|
446
|
+
};
|
|
447
|
+
hoverHelpTextPlacement: {
|
|
448
|
+
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">;
|
|
449
|
+
default: string;
|
|
450
|
+
};
|
|
371
451
|
placeholder: {
|
|
372
452
|
type: import("vue").PropType<string>;
|
|
373
453
|
default: string;
|
|
374
454
|
};
|
|
455
|
+
feedbackText: {
|
|
456
|
+
type: import("vue").PropType<string>;
|
|
457
|
+
default: string;
|
|
458
|
+
};
|
|
459
|
+
feedbackVariant: {
|
|
460
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
461
|
+
default: any;
|
|
462
|
+
};
|
|
375
463
|
multi: {
|
|
376
464
|
type: import("vue").PropType<boolean>;
|
|
377
465
|
default: boolean;
|
|
@@ -380,32 +468,36 @@ declare const DropdownTypes: () => (({
|
|
|
380
468
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
381
469
|
required: true;
|
|
382
470
|
};
|
|
383
|
-
|
|
471
|
+
optionNameKey: {
|
|
384
472
|
type: import("vue").PropType<string>;
|
|
385
473
|
default: any;
|
|
386
474
|
};
|
|
387
|
-
|
|
388
|
-
type: import("vue").PropType<
|
|
475
|
+
optionIconKey: {
|
|
476
|
+
type: import("vue").PropType<string>;
|
|
389
477
|
default: any;
|
|
390
478
|
};
|
|
391
|
-
|
|
392
|
-
type: import("vue").PropType<
|
|
479
|
+
optionImageKey: {
|
|
480
|
+
type: import("vue").PropType<string>;
|
|
393
481
|
default: any;
|
|
394
482
|
};
|
|
395
|
-
|
|
396
|
-
type: import("vue").PropType<
|
|
483
|
+
optionIconType: {
|
|
484
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
397
485
|
default: any;
|
|
398
486
|
};
|
|
399
|
-
|
|
400
|
-
type: import("vue").PropType<
|
|
487
|
+
selectedOption: {
|
|
488
|
+
type: import("vue").PropType<unknown>;
|
|
401
489
|
default: any;
|
|
402
490
|
};
|
|
403
|
-
|
|
404
|
-
type: import("vue").PropType<
|
|
491
|
+
showFeedbackIcon: {
|
|
492
|
+
type: import("vue").PropType<boolean>;
|
|
493
|
+
default: boolean;
|
|
494
|
+
};
|
|
495
|
+
brandIconType: {
|
|
496
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
405
497
|
default: any;
|
|
406
498
|
};
|
|
407
|
-
|
|
408
|
-
type: import("vue").PropType<"
|
|
499
|
+
statusDotType: {
|
|
500
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
409
501
|
default: any;
|
|
410
502
|
};
|
|
411
503
|
}>> & {
|
|
@@ -422,120 +514,26 @@ declare const DropdownTypes: () => (({
|
|
|
422
514
|
testId: string;
|
|
423
515
|
options: unknown[];
|
|
424
516
|
singleAppSelection: boolean;
|
|
517
|
+
hoverHelpText: string;
|
|
518
|
+
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
519
|
placeholder: string;
|
|
520
|
+
feedbackText: string;
|
|
521
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
426
522
|
multi: boolean;
|
|
427
|
-
valueToCopy: string;
|
|
428
|
-
selectedOption: any;
|
|
429
|
-
brandIconType: "android" | "ios";
|
|
430
523
|
optionNameKey: string;
|
|
431
|
-
optionImageKey: string;
|
|
432
524
|
optionIconKey: string;
|
|
525
|
+
optionImageKey: string;
|
|
433
526
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
527
|
+
selectedOption: any;
|
|
528
|
+
showFeedbackIcon: boolean;
|
|
529
|
+
brandIconType: "android" | "ios";
|
|
530
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
434
531
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
435
532
|
$slots: {
|
|
436
533
|
image?(_: {}): any;
|
|
437
534
|
"icon-start"?(_: {}): any;
|
|
438
535
|
};
|
|
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
|
-
}> | ({
|
|
536
|
+
})) | ({
|
|
539
537
|
new (...args: any[]): {
|
|
540
538
|
$: import("vue").ComponentInternalInstance;
|
|
541
539
|
$data: {};
|
|
@@ -551,18 +549,13 @@ declare const DropdownTypes: () => (({
|
|
|
551
549
|
singleAppSelection: boolean;
|
|
552
550
|
placeholder: string;
|
|
553
551
|
multi: boolean;
|
|
554
|
-
selectedOption: any;
|
|
555
|
-
brandIconType: "android" | "ios";
|
|
556
552
|
optionNameKey: string;
|
|
557
|
-
optionImageKey: string;
|
|
558
553
|
optionIconKey: string;
|
|
554
|
+
optionImageKey: string;
|
|
559
555
|
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";
|
|
556
|
+
valueToCopy: string;
|
|
557
|
+
selectedOption: any;
|
|
558
|
+
brandIconType: "android" | "ios";
|
|
566
559
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
567
560
|
label: {
|
|
568
561
|
type: import("vue").PropType<string>;
|
|
@@ -614,23 +607,15 @@ declare const DropdownTypes: () => (({
|
|
|
614
607
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
615
608
|
required: true;
|
|
616
609
|
};
|
|
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
610
|
optionNameKey: {
|
|
626
611
|
type: import("vue").PropType<string>;
|
|
627
612
|
default: any;
|
|
628
613
|
};
|
|
629
|
-
|
|
614
|
+
optionIconKey: {
|
|
630
615
|
type: import("vue").PropType<string>;
|
|
631
616
|
default: any;
|
|
632
617
|
};
|
|
633
|
-
|
|
618
|
+
optionImageKey: {
|
|
634
619
|
type: import("vue").PropType<string>;
|
|
635
620
|
default: any;
|
|
636
621
|
};
|
|
@@ -638,33 +623,21 @@ declare const DropdownTypes: () => (({
|
|
|
638
623
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
639
624
|
default: any;
|
|
640
625
|
};
|
|
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: {
|
|
626
|
+
valueToCopy: {
|
|
650
627
|
type: import("vue").PropType<string>;
|
|
651
|
-
default: string;
|
|
652
|
-
};
|
|
653
|
-
feedbackVariant: {
|
|
654
|
-
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
655
628
|
default: any;
|
|
656
629
|
};
|
|
657
|
-
|
|
658
|
-
type: import("vue").PropType<
|
|
659
|
-
default:
|
|
630
|
+
selectedOption: {
|
|
631
|
+
type: import("vue").PropType<unknown>;
|
|
632
|
+
default: any;
|
|
660
633
|
};
|
|
661
|
-
|
|
662
|
-
type: import("vue").PropType<"
|
|
634
|
+
brandIconType: {
|
|
635
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
663
636
|
default: any;
|
|
664
637
|
};
|
|
665
638
|
}>> & {
|
|
666
639
|
onClick?: () => any;
|
|
667
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "
|
|
640
|
+
} & 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
641
|
$attrs: {
|
|
669
642
|
[x: string]: unknown;
|
|
670
643
|
};
|
|
@@ -729,23 +702,15 @@ declare const DropdownTypes: () => (({
|
|
|
729
702
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
730
703
|
required: true;
|
|
731
704
|
};
|
|
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
705
|
optionNameKey: {
|
|
741
706
|
type: import("vue").PropType<string>;
|
|
742
707
|
default: any;
|
|
743
708
|
};
|
|
744
|
-
|
|
709
|
+
optionIconKey: {
|
|
745
710
|
type: import("vue").PropType<string>;
|
|
746
711
|
default: any;
|
|
747
712
|
};
|
|
748
|
-
|
|
713
|
+
optionImageKey: {
|
|
749
714
|
type: import("vue").PropType<string>;
|
|
750
715
|
default: any;
|
|
751
716
|
};
|
|
@@ -753,28 +718,16 @@ declare const DropdownTypes: () => (({
|
|
|
753
718
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
754
719
|
default: any;
|
|
755
720
|
};
|
|
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: {
|
|
721
|
+
valueToCopy: {
|
|
765
722
|
type: import("vue").PropType<string>;
|
|
766
|
-
default: string;
|
|
767
|
-
};
|
|
768
|
-
feedbackVariant: {
|
|
769
|
-
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
770
723
|
default: any;
|
|
771
724
|
};
|
|
772
|
-
|
|
773
|
-
type: import("vue").PropType<
|
|
774
|
-
default:
|
|
725
|
+
selectedOption: {
|
|
726
|
+
type: import("vue").PropType<unknown>;
|
|
727
|
+
default: any;
|
|
775
728
|
};
|
|
776
|
-
|
|
777
|
-
type: import("vue").PropType<"
|
|
729
|
+
brandIconType: {
|
|
730
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
778
731
|
default: any;
|
|
779
732
|
};
|
|
780
733
|
}>> & {
|
|
@@ -793,18 +746,13 @@ declare const DropdownTypes: () => (({
|
|
|
793
746
|
singleAppSelection: boolean;
|
|
794
747
|
placeholder: string;
|
|
795
748
|
multi: boolean;
|
|
796
|
-
selectedOption: any;
|
|
797
|
-
brandIconType: "android" | "ios";
|
|
798
749
|
optionNameKey: string;
|
|
799
|
-
optionImageKey: string;
|
|
800
750
|
optionIconKey: string;
|
|
751
|
+
optionImageKey: string;
|
|
801
752
|
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";
|
|
753
|
+
valueToCopy: string;
|
|
754
|
+
selectedOption: any;
|
|
755
|
+
brandIconType: "android" | "ios";
|
|
808
756
|
}, {}, string> & {
|
|
809
757
|
beforeCreate?: (() => void) | (() => void)[];
|
|
810
758
|
created?: (() => void) | (() => void)[];
|
|
@@ -876,23 +824,15 @@ declare const DropdownTypes: () => (({
|
|
|
876
824
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
877
825
|
required: true;
|
|
878
826
|
};
|
|
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
827
|
optionNameKey: {
|
|
888
828
|
type: import("vue").PropType<string>;
|
|
889
829
|
default: any;
|
|
890
830
|
};
|
|
891
|
-
|
|
831
|
+
optionIconKey: {
|
|
892
832
|
type: import("vue").PropType<string>;
|
|
893
833
|
default: any;
|
|
894
834
|
};
|
|
895
|
-
|
|
835
|
+
optionImageKey: {
|
|
896
836
|
type: import("vue").PropType<string>;
|
|
897
837
|
default: any;
|
|
898
838
|
};
|
|
@@ -900,28 +840,16 @@ declare const DropdownTypes: () => (({
|
|
|
900
840
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
901
841
|
default: any;
|
|
902
842
|
};
|
|
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: {
|
|
843
|
+
valueToCopy: {
|
|
912
844
|
type: import("vue").PropType<string>;
|
|
913
|
-
default: string;
|
|
914
|
-
};
|
|
915
|
-
feedbackVariant: {
|
|
916
|
-
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
917
845
|
default: any;
|
|
918
846
|
};
|
|
919
|
-
|
|
920
|
-
type: import("vue").PropType<
|
|
921
|
-
default:
|
|
847
|
+
selectedOption: {
|
|
848
|
+
type: import("vue").PropType<unknown>;
|
|
849
|
+
default: any;
|
|
922
850
|
};
|
|
923
|
-
|
|
924
|
-
type: import("vue").PropType<"
|
|
851
|
+
brandIconType: {
|
|
852
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
925
853
|
default: any;
|
|
926
854
|
};
|
|
927
855
|
}>> & {
|
|
@@ -981,23 +909,15 @@ declare const DropdownTypes: () => (({
|
|
|
981
909
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
982
910
|
required: true;
|
|
983
911
|
};
|
|
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
912
|
optionNameKey: {
|
|
993
913
|
type: import("vue").PropType<string>;
|
|
994
914
|
default: any;
|
|
995
915
|
};
|
|
996
|
-
|
|
916
|
+
optionIconKey: {
|
|
997
917
|
type: import("vue").PropType<string>;
|
|
998
918
|
default: any;
|
|
999
919
|
};
|
|
1000
|
-
|
|
920
|
+
optionImageKey: {
|
|
1001
921
|
type: import("vue").PropType<string>;
|
|
1002
922
|
default: any;
|
|
1003
923
|
};
|
|
@@ -1005,28 +925,16 @@ declare const DropdownTypes: () => (({
|
|
|
1005
925
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1006
926
|
default: any;
|
|
1007
927
|
};
|
|
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: {
|
|
928
|
+
valueToCopy: {
|
|
1017
929
|
type: import("vue").PropType<string>;
|
|
1018
|
-
default: string;
|
|
1019
|
-
};
|
|
1020
|
-
feedbackVariant: {
|
|
1021
|
-
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
1022
930
|
default: any;
|
|
1023
931
|
};
|
|
1024
|
-
|
|
1025
|
-
type: import("vue").PropType<
|
|
1026
|
-
default:
|
|
932
|
+
selectedOption: {
|
|
933
|
+
type: import("vue").PropType<unknown>;
|
|
934
|
+
default: any;
|
|
1027
935
|
};
|
|
1028
|
-
|
|
1029
|
-
type: import("vue").PropType<"
|
|
936
|
+
brandIconType: {
|
|
937
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
1030
938
|
default: any;
|
|
1031
939
|
};
|
|
1032
940
|
}>> & {
|
|
@@ -1045,36 +953,19 @@ declare const DropdownTypes: () => (({
|
|
|
1045
953
|
singleAppSelection: boolean;
|
|
1046
954
|
placeholder: string;
|
|
1047
955
|
multi: boolean;
|
|
1048
|
-
selectedOption: any;
|
|
1049
|
-
brandIconType: "android" | "ios";
|
|
1050
956
|
optionNameKey: string;
|
|
1051
|
-
optionImageKey: string;
|
|
1052
957
|
optionIconKey: string;
|
|
958
|
+
optionImageKey: string;
|
|
1053
959
|
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";
|
|
960
|
+
valueToCopy: string;
|
|
961
|
+
selectedOption: any;
|
|
962
|
+
brandIconType: "android" | "ios";
|
|
1060
963
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1061
964
|
$slots: {
|
|
1062
965
|
image?(_: {}): any;
|
|
1063
966
|
"icon-start"?(_: {}): any;
|
|
1064
967
|
};
|
|
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
|
-
}> | ({
|
|
968
|
+
})) | ({
|
|
1078
969
|
new (...args: any[]): {
|
|
1079
970
|
$: import("vue").ComponentInternalInstance;
|
|
1080
971
|
$data: {};
|
|
@@ -1110,9 +1001,6 @@ declare const DropdownTypes: () => (({
|
|
|
1110
1001
|
type: import("vue").PropType<string>;
|
|
1111
1002
|
default: string;
|
|
1112
1003
|
};
|
|
1113
|
-
selectedProp: {
|
|
1114
|
-
type: import("vue").PropType<boolean>;
|
|
1115
|
-
};
|
|
1116
1004
|
selectAllOption: {
|
|
1117
1005
|
type: import("vue").PropType<boolean>;
|
|
1118
1006
|
default: boolean;
|
|
@@ -1133,6 +1021,9 @@ declare const DropdownTypes: () => (({
|
|
|
1133
1021
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1134
1022
|
default: string;
|
|
1135
1023
|
};
|
|
1024
|
+
selectedProp: {
|
|
1025
|
+
type: import("vue").PropType<boolean>;
|
|
1026
|
+
};
|
|
1136
1027
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType">;
|
|
1137
1028
|
$attrs: {
|
|
1138
1029
|
[x: string]: unknown;
|
|
@@ -1168,9 +1059,6 @@ declare const DropdownTypes: () => (({
|
|
|
1168
1059
|
type: import("vue").PropType<string>;
|
|
1169
1060
|
default: string;
|
|
1170
1061
|
};
|
|
1171
|
-
selectedProp: {
|
|
1172
|
-
type: import("vue").PropType<boolean>;
|
|
1173
|
-
};
|
|
1174
1062
|
selectAllOption: {
|
|
1175
1063
|
type: import("vue").PropType<boolean>;
|
|
1176
1064
|
default: boolean;
|
|
@@ -1191,6 +1079,9 @@ declare const DropdownTypes: () => (({
|
|
|
1191
1079
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1192
1080
|
default: string;
|
|
1193
1081
|
};
|
|
1082
|
+
selectedProp: {
|
|
1083
|
+
type: import("vue").PropType<boolean>;
|
|
1084
|
+
};
|
|
1194
1085
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1195
1086
|
option: any;
|
|
1196
1087
|
disabled: boolean;
|
|
@@ -1243,9 +1134,6 @@ declare const DropdownTypes: () => (({
|
|
|
1243
1134
|
type: import("vue").PropType<string>;
|
|
1244
1135
|
default: string;
|
|
1245
1136
|
};
|
|
1246
|
-
selectedProp: {
|
|
1247
|
-
type: import("vue").PropType<boolean>;
|
|
1248
|
-
};
|
|
1249
1137
|
selectAllOption: {
|
|
1250
1138
|
type: import("vue").PropType<boolean>;
|
|
1251
1139
|
default: boolean;
|
|
@@ -1266,6 +1154,9 @@ declare const DropdownTypes: () => (({
|
|
|
1266
1154
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1267
1155
|
default: string;
|
|
1268
1156
|
};
|
|
1157
|
+
selectedProp: {
|
|
1158
|
+
type: import("vue").PropType<boolean>;
|
|
1159
|
+
};
|
|
1269
1160
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
1270
1161
|
__isFragment?: never;
|
|
1271
1162
|
__isTeleport?: never;
|
|
@@ -1291,9 +1182,6 @@ declare const DropdownTypes: () => (({
|
|
|
1291
1182
|
type: import("vue").PropType<string>;
|
|
1292
1183
|
default: string;
|
|
1293
1184
|
};
|
|
1294
|
-
selectedProp: {
|
|
1295
|
-
type: import("vue").PropType<boolean>;
|
|
1296
|
-
};
|
|
1297
1185
|
selectAllOption: {
|
|
1298
1186
|
type: import("vue").PropType<boolean>;
|
|
1299
1187
|
default: boolean;
|
|
@@ -1314,6 +1202,9 @@ declare const DropdownTypes: () => (({
|
|
|
1314
1202
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1315
1203
|
default: string;
|
|
1316
1204
|
};
|
|
1205
|
+
selectedProp: {
|
|
1206
|
+
type: import("vue").PropType<boolean>;
|
|
1207
|
+
};
|
|
1317
1208
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1318
1209
|
option: any;
|
|
1319
1210
|
disabled: boolean;
|
|
@@ -1331,7 +1222,118 @@ declare const DropdownTypes: () => (({
|
|
|
1331
1222
|
"icon-start"?(_: {}): any;
|
|
1332
1223
|
default?(_: {}): any;
|
|
1333
1224
|
};
|
|
1334
|
-
})) | ({
|
|
1225
|
+
})) | import("vue").DefineComponent<{
|
|
1226
|
+
testId: {
|
|
1227
|
+
type: import("vue").PropType<string>;
|
|
1228
|
+
default: string;
|
|
1229
|
+
};
|
|
1230
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1231
|
+
testId: {
|
|
1232
|
+
type: import("vue").PropType<string>;
|
|
1233
|
+
default: string;
|
|
1234
|
+
};
|
|
1235
|
+
}>>, {
|
|
1236
|
+
testId: string;
|
|
1237
|
+
}> | import("vue").DefineComponent<{
|
|
1238
|
+
label: {
|
|
1239
|
+
type: import("vue").PropType<string>;
|
|
1240
|
+
required: true;
|
|
1241
|
+
default: string;
|
|
1242
|
+
};
|
|
1243
|
+
disabled: {
|
|
1244
|
+
type: import("vue").PropType<boolean>;
|
|
1245
|
+
default: boolean;
|
|
1246
|
+
};
|
|
1247
|
+
open: {
|
|
1248
|
+
type: import("vue").PropType<boolean>;
|
|
1249
|
+
required: true;
|
|
1250
|
+
default: boolean;
|
|
1251
|
+
};
|
|
1252
|
+
testId: {
|
|
1253
|
+
type: import("vue").PropType<string>;
|
|
1254
|
+
default: string;
|
|
1255
|
+
};
|
|
1256
|
+
options: {
|
|
1257
|
+
type: import("vue").PropType<unknown[]>;
|
|
1258
|
+
required: true;
|
|
1259
|
+
};
|
|
1260
|
+
feedbackVariant: {
|
|
1261
|
+
type: import("vue").PropType<string>;
|
|
1262
|
+
default: string;
|
|
1263
|
+
};
|
|
1264
|
+
multi: {
|
|
1265
|
+
type: import("vue").PropType<boolean>;
|
|
1266
|
+
required: true;
|
|
1267
|
+
};
|
|
1268
|
+
displayValue: {
|
|
1269
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
1270
|
+
required: true;
|
|
1271
|
+
};
|
|
1272
|
+
selectedOption: {
|
|
1273
|
+
type: import("vue").PropType<unknown>;
|
|
1274
|
+
required: true;
|
|
1275
|
+
};
|
|
1276
|
+
displayedValue: {
|
|
1277
|
+
type: import("vue").PropType<any>;
|
|
1278
|
+
required: true;
|
|
1279
|
+
default: string;
|
|
1280
|
+
};
|
|
1281
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1282
|
+
clear: () => void;
|
|
1283
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1284
|
+
label: {
|
|
1285
|
+
type: import("vue").PropType<string>;
|
|
1286
|
+
required: true;
|
|
1287
|
+
default: string;
|
|
1288
|
+
};
|
|
1289
|
+
disabled: {
|
|
1290
|
+
type: import("vue").PropType<boolean>;
|
|
1291
|
+
default: boolean;
|
|
1292
|
+
};
|
|
1293
|
+
open: {
|
|
1294
|
+
type: import("vue").PropType<boolean>;
|
|
1295
|
+
required: true;
|
|
1296
|
+
default: boolean;
|
|
1297
|
+
};
|
|
1298
|
+
testId: {
|
|
1299
|
+
type: import("vue").PropType<string>;
|
|
1300
|
+
default: string;
|
|
1301
|
+
};
|
|
1302
|
+
options: {
|
|
1303
|
+
type: import("vue").PropType<unknown[]>;
|
|
1304
|
+
required: true;
|
|
1305
|
+
};
|
|
1306
|
+
feedbackVariant: {
|
|
1307
|
+
type: import("vue").PropType<string>;
|
|
1308
|
+
default: string;
|
|
1309
|
+
};
|
|
1310
|
+
multi: {
|
|
1311
|
+
type: import("vue").PropType<boolean>;
|
|
1312
|
+
required: true;
|
|
1313
|
+
};
|
|
1314
|
+
displayValue: {
|
|
1315
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
1316
|
+
required: true;
|
|
1317
|
+
};
|
|
1318
|
+
selectedOption: {
|
|
1319
|
+
type: import("vue").PropType<unknown>;
|
|
1320
|
+
required: true;
|
|
1321
|
+
};
|
|
1322
|
+
displayedValue: {
|
|
1323
|
+
type: import("vue").PropType<any>;
|
|
1324
|
+
required: true;
|
|
1325
|
+
default: string;
|
|
1326
|
+
};
|
|
1327
|
+
}>> & {
|
|
1328
|
+
onClear?: () => any;
|
|
1329
|
+
}, {
|
|
1330
|
+
label: string;
|
|
1331
|
+
disabled: boolean;
|
|
1332
|
+
open: boolean;
|
|
1333
|
+
testId: string;
|
|
1334
|
+
feedbackVariant: string;
|
|
1335
|
+
displayedValue: any;
|
|
1336
|
+
}> | ({
|
|
1335
1337
|
new (...args: any[]): {
|
|
1336
1338
|
$: import("vue").ComponentInternalInstance;
|
|
1337
1339
|
$data: {};
|
|
@@ -1349,31 +1351,32 @@ declare const DropdownTypes: () => (({
|
|
|
1349
1351
|
selected: any;
|
|
1350
1352
|
modelValue: any;
|
|
1351
1353
|
placeholder: string;
|
|
1352
|
-
isOnTop: boolean;
|
|
1353
1354
|
multi: boolean;
|
|
1354
|
-
inlineSearch: boolean;
|
|
1355
|
-
noResultsText: string;
|
|
1356
1355
|
showSelectAll: boolean;
|
|
1357
1356
|
defaultOpen: boolean;
|
|
1358
|
-
skidding: number;
|
|
1359
|
-
onSearch: (option: any, term: string) => boolean;
|
|
1360
1357
|
keepOpen: boolean;
|
|
1361
1358
|
autoSize: boolean;
|
|
1362
1359
|
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;
|
|
1360
|
+
isOnTop: boolean;
|
|
1361
|
+
skidding: number;
|
|
1370
1362
|
triggerLabel: string;
|
|
1371
1363
|
triggerHelperText: string;
|
|
1372
1364
|
triggerFeedbackText: string;
|
|
1373
1365
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
1374
1366
|
triggerFeedbackShowIcon: boolean;
|
|
1375
|
-
searchAutoFocus: boolean;
|
|
1376
1367
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
1368
|
+
inlineSearch: boolean;
|
|
1369
|
+
inlineSearchPlaceholder: string;
|
|
1370
|
+
onSearch: (option: any, term: string) => boolean;
|
|
1371
|
+
noResultsText: string;
|
|
1372
|
+
searchAutoFocus: boolean;
|
|
1373
|
+
onClear: () => void;
|
|
1374
|
+
optionNameKey: string;
|
|
1375
|
+
optionIconKey: string;
|
|
1376
|
+
optionImageKey: string;
|
|
1377
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1378
|
+
valueToCopy: string;
|
|
1379
|
+
disabledOptionKey: string;
|
|
1377
1380
|
fullWidth: boolean;
|
|
1378
1381
|
optionsListWidth: string;
|
|
1379
1382
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -1426,10 +1429,7 @@ declare const DropdownTypes: () => (({
|
|
|
1426
1429
|
default: any;
|
|
1427
1430
|
};
|
|
1428
1431
|
options: {
|
|
1429
|
-
type: import("vue").PropType<unknown[]
|
|
1430
|
-
id: string;
|
|
1431
|
-
text: string;
|
|
1432
|
-
}[]>;
|
|
1432
|
+
type: import("vue").PropType<unknown[]>;
|
|
1433
1433
|
required: true;
|
|
1434
1434
|
};
|
|
1435
1435
|
modelValue: {
|
|
@@ -1440,21 +1440,12 @@ declare const DropdownTypes: () => (({
|
|
|
1440
1440
|
type: import("vue").PropType<string>;
|
|
1441
1441
|
default: string;
|
|
1442
1442
|
};
|
|
1443
|
-
isOnTop: {
|
|
1444
|
-
type: import("vue").PropType<boolean>;
|
|
1445
|
-
default: boolean;
|
|
1446
|
-
};
|
|
1447
1443
|
multi: {
|
|
1448
1444
|
type: import("vue").PropType<boolean>;
|
|
1449
1445
|
default: boolean;
|
|
1450
1446
|
};
|
|
1451
|
-
|
|
1447
|
+
isOpen: {
|
|
1452
1448
|
type: import("vue").PropType<boolean>;
|
|
1453
|
-
default: boolean;
|
|
1454
|
-
};
|
|
1455
|
-
noResultsText: {
|
|
1456
|
-
type: import("vue").PropType<string>;
|
|
1457
|
-
default: string;
|
|
1458
1449
|
};
|
|
1459
1450
|
showSelectAll: {
|
|
1460
1451
|
type: import("vue").PropType<boolean>;
|
|
@@ -1464,21 +1455,6 @@ declare const DropdownTypes: () => (({
|
|
|
1464
1455
|
type: import("vue").PropType<boolean>;
|
|
1465
1456
|
default: boolean;
|
|
1466
1457
|
};
|
|
1467
|
-
isOpen: {
|
|
1468
|
-
type: import("vue").PropType<boolean>;
|
|
1469
|
-
};
|
|
1470
|
-
skidding: {
|
|
1471
|
-
type: import("vue").PropType<number>;
|
|
1472
|
-
default: number;
|
|
1473
|
-
};
|
|
1474
|
-
displayValue: {
|
|
1475
|
-
type: import("vue").PropType<(option: unknown) => string>;
|
|
1476
|
-
required: true;
|
|
1477
|
-
};
|
|
1478
|
-
onSearch: {
|
|
1479
|
-
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
1480
|
-
default: any;
|
|
1481
|
-
};
|
|
1482
1458
|
keepOpen: {
|
|
1483
1459
|
type: import("vue").PropType<boolean>;
|
|
1484
1460
|
default: boolean;
|
|
@@ -1491,33 +1467,13 @@ declare const DropdownTypes: () => (({
|
|
|
1491
1467
|
type: import("vue").PropType<boolean>;
|
|
1492
1468
|
default: boolean;
|
|
1493
1469
|
};
|
|
1494
|
-
|
|
1495
|
-
type: import("vue").PropType<
|
|
1496
|
-
default:
|
|
1497
|
-
};
|
|
1498
|
-
optionNameKey: {
|
|
1499
|
-
type: import("vue").PropType<string>;
|
|
1500
|
-
default: string;
|
|
1501
|
-
};
|
|
1502
|
-
optionImageKey: {
|
|
1503
|
-
type: import("vue").PropType<string>;
|
|
1504
|
-
default: string;
|
|
1505
|
-
};
|
|
1506
|
-
optionIconKey: {
|
|
1507
|
-
type: import("vue").PropType<string>;
|
|
1508
|
-
default: string;
|
|
1509
|
-
};
|
|
1510
|
-
optionIconType: {
|
|
1511
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1512
|
-
default: any;
|
|
1513
|
-
};
|
|
1514
|
-
onClear: {
|
|
1515
|
-
type: import("vue").PropType<() => void>;
|
|
1516
|
-
default: () => true;
|
|
1470
|
+
isOnTop: {
|
|
1471
|
+
type: import("vue").PropType<boolean>;
|
|
1472
|
+
default: boolean;
|
|
1517
1473
|
};
|
|
1518
|
-
|
|
1519
|
-
type: import("vue").PropType<
|
|
1520
|
-
default:
|
|
1474
|
+
skidding: {
|
|
1475
|
+
type: import("vue").PropType<number>;
|
|
1476
|
+
default: number;
|
|
1521
1477
|
};
|
|
1522
1478
|
triggerLabel: {
|
|
1523
1479
|
type: import("vue").PropType<string>;
|
|
@@ -1539,45 +1495,93 @@ declare const DropdownTypes: () => (({
|
|
|
1539
1495
|
type: import("vue").PropType<boolean>;
|
|
1540
1496
|
default: boolean;
|
|
1541
1497
|
};
|
|
1542
|
-
searchAutoFocus: {
|
|
1543
|
-
type: import("vue").PropType<boolean>;
|
|
1544
|
-
default: boolean;
|
|
1545
|
-
};
|
|
1546
1498
|
predefinedTrigger: {
|
|
1547
1499
|
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
1548
1500
|
default: "default" | "icon-button" | "chip" | "app";
|
|
1549
1501
|
};
|
|
1550
|
-
|
|
1502
|
+
inlineSearch: {
|
|
1551
1503
|
type: import("vue").PropType<boolean>;
|
|
1552
1504
|
default: boolean;
|
|
1553
1505
|
};
|
|
1554
|
-
|
|
1506
|
+
inlineSearchPlaceholder: {
|
|
1555
1507
|
type: import("vue").PropType<string>;
|
|
1556
|
-
default:
|
|
1508
|
+
default: string;
|
|
1557
1509
|
};
|
|
1558
|
-
|
|
1559
|
-
type: import("vue").PropType<
|
|
1510
|
+
onSearch: {
|
|
1511
|
+
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
1560
1512
|
default: any;
|
|
1561
1513
|
};
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1514
|
+
noResultsText: {
|
|
1515
|
+
type: import("vue").PropType<string>;
|
|
1516
|
+
default: string;
|
|
1517
|
+
};
|
|
1518
|
+
searchAutoFocus: {
|
|
1519
|
+
type: import("vue").PropType<boolean>;
|
|
1520
|
+
default: boolean;
|
|
1521
|
+
};
|
|
1522
|
+
onClear: {
|
|
1523
|
+
type: import("vue").PropType<() => void>;
|
|
1524
|
+
default: () => true;
|
|
1525
|
+
};
|
|
1526
|
+
displayValue: {
|
|
1527
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
1528
|
+
required: true;
|
|
1529
|
+
};
|
|
1530
|
+
optionNameKey: {
|
|
1531
|
+
type: import("vue").PropType<string>;
|
|
1532
|
+
default: string;
|
|
1533
|
+
};
|
|
1534
|
+
optionIconKey: {
|
|
1535
|
+
type: import("vue").PropType<string>;
|
|
1536
|
+
default: string;
|
|
1537
|
+
};
|
|
1538
|
+
optionImageKey: {
|
|
1539
|
+
type: import("vue").PropType<string>;
|
|
1540
|
+
default: string;
|
|
1541
|
+
};
|
|
1542
|
+
optionIconType: {
|
|
1543
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1544
|
+
default: any;
|
|
1545
|
+
};
|
|
1546
|
+
valueToCopy: {
|
|
1547
|
+
type: import("vue").PropType<string>;
|
|
1548
|
+
default: any;
|
|
1549
|
+
};
|
|
1550
|
+
disabledOptionKey: {
|
|
1551
|
+
type: import("vue").PropType<string>;
|
|
1552
|
+
default: string;
|
|
1553
|
+
};
|
|
1554
|
+
fullWidth: {
|
|
1555
|
+
type: import("vue").PropType<boolean>;
|
|
1556
|
+
default: boolean;
|
|
1557
|
+
};
|
|
1558
|
+
optionsListWidth: {
|
|
1559
|
+
type: import("vue").PropType<string>;
|
|
1560
|
+
default: any;
|
|
1561
|
+
};
|
|
1562
|
+
statusType: {
|
|
1563
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
1564
|
+
default: any;
|
|
1565
|
+
};
|
|
1566
|
+
}>> & {
|
|
1567
|
+
onApply?: (value: unknown) => any;
|
|
1568
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
1569
|
+
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
1570
|
+
onOpened?: () => any;
|
|
1571
|
+
onClosed?: () => any;
|
|
1572
|
+
} & 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" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
1573
|
+
$attrs: {
|
|
1574
|
+
[x: string]: unknown;
|
|
1575
|
+
};
|
|
1576
|
+
$refs: {
|
|
1577
|
+
[x: string]: unknown;
|
|
1578
|
+
};
|
|
1575
1579
|
$slots: Readonly<{
|
|
1576
1580
|
[name: string]: import("vue").Slot;
|
|
1577
1581
|
}>;
|
|
1578
1582
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1579
1583
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1580
|
-
$emit: ((event: "
|
|
1584
|
+
$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
1585
|
$el: any;
|
|
1582
1586
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1583
1587
|
theme: {
|
|
@@ -1628,10 +1632,7 @@ declare const DropdownTypes: () => (({
|
|
|
1628
1632
|
default: any;
|
|
1629
1633
|
};
|
|
1630
1634
|
options: {
|
|
1631
|
-
type: import("vue").PropType<unknown[]
|
|
1632
|
-
id: string;
|
|
1633
|
-
text: string;
|
|
1634
|
-
}[]>;
|
|
1635
|
+
type: import("vue").PropType<unknown[]>;
|
|
1635
1636
|
required: true;
|
|
1636
1637
|
};
|
|
1637
1638
|
modelValue: {
|
|
@@ -1642,112 +1643,116 @@ declare const DropdownTypes: () => (({
|
|
|
1642
1643
|
type: import("vue").PropType<string>;
|
|
1643
1644
|
default: string;
|
|
1644
1645
|
};
|
|
1645
|
-
|
|
1646
|
+
multi: {
|
|
1646
1647
|
type: import("vue").PropType<boolean>;
|
|
1647
1648
|
default: boolean;
|
|
1648
1649
|
};
|
|
1649
|
-
|
|
1650
|
+
isOpen: {
|
|
1651
|
+
type: import("vue").PropType<boolean>;
|
|
1652
|
+
};
|
|
1653
|
+
showSelectAll: {
|
|
1650
1654
|
type: import("vue").PropType<boolean>;
|
|
1651
1655
|
default: boolean;
|
|
1652
1656
|
};
|
|
1653
|
-
|
|
1657
|
+
defaultOpen: {
|
|
1654
1658
|
type: import("vue").PropType<boolean>;
|
|
1655
1659
|
default: boolean;
|
|
1656
1660
|
};
|
|
1657
|
-
|
|
1658
|
-
type: import("vue").PropType<
|
|
1659
|
-
default:
|
|
1661
|
+
keepOpen: {
|
|
1662
|
+
type: import("vue").PropType<boolean>;
|
|
1663
|
+
default: boolean;
|
|
1660
1664
|
};
|
|
1661
|
-
|
|
1665
|
+
autoSize: {
|
|
1662
1666
|
type: import("vue").PropType<boolean>;
|
|
1663
1667
|
default: boolean;
|
|
1664
1668
|
};
|
|
1665
|
-
|
|
1669
|
+
disableKeyboardEvents: {
|
|
1666
1670
|
type: import("vue").PropType<boolean>;
|
|
1667
1671
|
default: boolean;
|
|
1668
1672
|
};
|
|
1669
|
-
|
|
1673
|
+
isOnTop: {
|
|
1670
1674
|
type: import("vue").PropType<boolean>;
|
|
1675
|
+
default: boolean;
|
|
1671
1676
|
};
|
|
1672
1677
|
skidding: {
|
|
1673
1678
|
type: import("vue").PropType<number>;
|
|
1674
1679
|
default: number;
|
|
1675
1680
|
};
|
|
1676
|
-
|
|
1677
|
-
type: import("vue").PropType<
|
|
1678
|
-
|
|
1681
|
+
triggerLabel: {
|
|
1682
|
+
type: import("vue").PropType<string>;
|
|
1683
|
+
default: string;
|
|
1679
1684
|
};
|
|
1680
|
-
|
|
1681
|
-
type: import("vue").PropType<
|
|
1685
|
+
triggerHelperText: {
|
|
1686
|
+
type: import("vue").PropType<string>;
|
|
1687
|
+
default: string;
|
|
1688
|
+
};
|
|
1689
|
+
triggerFeedbackText: {
|
|
1690
|
+
type: import("vue").PropType<string>;
|
|
1691
|
+
default: string;
|
|
1692
|
+
};
|
|
1693
|
+
triggerFeedbackVariant: {
|
|
1694
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
1682
1695
|
default: any;
|
|
1683
1696
|
};
|
|
1684
|
-
|
|
1697
|
+
triggerFeedbackShowIcon: {
|
|
1685
1698
|
type: import("vue").PropType<boolean>;
|
|
1686
1699
|
default: boolean;
|
|
1687
1700
|
};
|
|
1688
|
-
|
|
1689
|
-
type: import("vue").PropType<
|
|
1690
|
-
default:
|
|
1701
|
+
predefinedTrigger: {
|
|
1702
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
1703
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
1691
1704
|
};
|
|
1692
|
-
|
|
1705
|
+
inlineSearch: {
|
|
1693
1706
|
type: import("vue").PropType<boolean>;
|
|
1694
1707
|
default: boolean;
|
|
1695
1708
|
};
|
|
1696
|
-
|
|
1697
|
-
type: import("vue").PropType<string>;
|
|
1698
|
-
default: any;
|
|
1699
|
-
};
|
|
1700
|
-
optionNameKey: {
|
|
1709
|
+
inlineSearchPlaceholder: {
|
|
1701
1710
|
type: import("vue").PropType<string>;
|
|
1702
1711
|
default: string;
|
|
1703
1712
|
};
|
|
1704
|
-
|
|
1705
|
-
type: import("vue").PropType<string>;
|
|
1706
|
-
default:
|
|
1713
|
+
onSearch: {
|
|
1714
|
+
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
1715
|
+
default: any;
|
|
1707
1716
|
};
|
|
1708
|
-
|
|
1717
|
+
noResultsText: {
|
|
1709
1718
|
type: import("vue").PropType<string>;
|
|
1710
1719
|
default: string;
|
|
1711
1720
|
};
|
|
1712
|
-
|
|
1713
|
-
type: import("vue").PropType<
|
|
1714
|
-
default:
|
|
1721
|
+
searchAutoFocus: {
|
|
1722
|
+
type: import("vue").PropType<boolean>;
|
|
1723
|
+
default: boolean;
|
|
1715
1724
|
};
|
|
1716
1725
|
onClear: {
|
|
1717
1726
|
type: import("vue").PropType<() => void>;
|
|
1718
1727
|
default: () => true;
|
|
1719
1728
|
};
|
|
1720
|
-
|
|
1721
|
-
type: import("vue").PropType<string>;
|
|
1722
|
-
|
|
1729
|
+
displayValue: {
|
|
1730
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
1731
|
+
required: true;
|
|
1723
1732
|
};
|
|
1724
|
-
|
|
1733
|
+
optionNameKey: {
|
|
1725
1734
|
type: import("vue").PropType<string>;
|
|
1726
1735
|
default: string;
|
|
1727
1736
|
};
|
|
1728
|
-
|
|
1737
|
+
optionIconKey: {
|
|
1729
1738
|
type: import("vue").PropType<string>;
|
|
1730
1739
|
default: string;
|
|
1731
1740
|
};
|
|
1732
|
-
|
|
1741
|
+
optionImageKey: {
|
|
1733
1742
|
type: import("vue").PropType<string>;
|
|
1734
1743
|
default: string;
|
|
1735
1744
|
};
|
|
1736
|
-
|
|
1737
|
-
type: import("vue").PropType<"
|
|
1745
|
+
optionIconType: {
|
|
1746
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1738
1747
|
default: any;
|
|
1739
1748
|
};
|
|
1740
|
-
|
|
1741
|
-
type: import("vue").PropType<
|
|
1742
|
-
default:
|
|
1743
|
-
};
|
|
1744
|
-
searchAutoFocus: {
|
|
1745
|
-
type: import("vue").PropType<boolean>;
|
|
1746
|
-
default: boolean;
|
|
1749
|
+
valueToCopy: {
|
|
1750
|
+
type: import("vue").PropType<string>;
|
|
1751
|
+
default: any;
|
|
1747
1752
|
};
|
|
1748
|
-
|
|
1749
|
-
type: import("vue").PropType<
|
|
1750
|
-
default:
|
|
1753
|
+
disabledOptionKey: {
|
|
1754
|
+
type: import("vue").PropType<string>;
|
|
1755
|
+
default: string;
|
|
1751
1756
|
};
|
|
1752
1757
|
fullWidth: {
|
|
1753
1758
|
type: import("vue").PropType<boolean>;
|
|
@@ -1790,31 +1795,32 @@ declare const DropdownTypes: () => (({
|
|
|
1790
1795
|
selected: any;
|
|
1791
1796
|
modelValue: any;
|
|
1792
1797
|
placeholder: string;
|
|
1793
|
-
isOnTop: boolean;
|
|
1794
1798
|
multi: boolean;
|
|
1795
|
-
inlineSearch: boolean;
|
|
1796
|
-
noResultsText: string;
|
|
1797
1799
|
showSelectAll: boolean;
|
|
1798
1800
|
defaultOpen: boolean;
|
|
1799
|
-
skidding: number;
|
|
1800
|
-
onSearch: (option: any, term: string) => boolean;
|
|
1801
1801
|
keepOpen: boolean;
|
|
1802
1802
|
autoSize: boolean;
|
|
1803
1803
|
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;
|
|
1804
|
+
isOnTop: boolean;
|
|
1805
|
+
skidding: number;
|
|
1811
1806
|
triggerLabel: string;
|
|
1812
1807
|
triggerHelperText: string;
|
|
1813
1808
|
triggerFeedbackText: string;
|
|
1814
1809
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
1815
1810
|
triggerFeedbackShowIcon: boolean;
|
|
1816
|
-
searchAutoFocus: boolean;
|
|
1817
1811
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
1812
|
+
inlineSearch: boolean;
|
|
1813
|
+
inlineSearchPlaceholder: string;
|
|
1814
|
+
onSearch: (option: any, term: string) => boolean;
|
|
1815
|
+
noResultsText: string;
|
|
1816
|
+
searchAutoFocus: boolean;
|
|
1817
|
+
onClear: () => void;
|
|
1818
|
+
optionNameKey: string;
|
|
1819
|
+
optionIconKey: string;
|
|
1820
|
+
optionImageKey: string;
|
|
1821
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1822
|
+
valueToCopy: string;
|
|
1823
|
+
disabledOptionKey: string;
|
|
1818
1824
|
fullWidth: boolean;
|
|
1819
1825
|
optionsListWidth: string;
|
|
1820
1826
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -1887,10 +1893,7 @@ declare const DropdownTypes: () => (({
|
|
|
1887
1893
|
default: any;
|
|
1888
1894
|
};
|
|
1889
1895
|
options: {
|
|
1890
|
-
type: import("vue").PropType<unknown[]
|
|
1891
|
-
id: string;
|
|
1892
|
-
text: string;
|
|
1893
|
-
}[]>;
|
|
1896
|
+
type: import("vue").PropType<unknown[]>;
|
|
1894
1897
|
required: true;
|
|
1895
1898
|
};
|
|
1896
1899
|
modelValue: {
|
|
@@ -1901,112 +1904,116 @@ declare const DropdownTypes: () => (({
|
|
|
1901
1904
|
type: import("vue").PropType<string>;
|
|
1902
1905
|
default: string;
|
|
1903
1906
|
};
|
|
1904
|
-
|
|
1907
|
+
multi: {
|
|
1905
1908
|
type: import("vue").PropType<boolean>;
|
|
1906
1909
|
default: boolean;
|
|
1907
1910
|
};
|
|
1908
|
-
|
|
1911
|
+
isOpen: {
|
|
1912
|
+
type: import("vue").PropType<boolean>;
|
|
1913
|
+
};
|
|
1914
|
+
showSelectAll: {
|
|
1909
1915
|
type: import("vue").PropType<boolean>;
|
|
1910
1916
|
default: boolean;
|
|
1911
1917
|
};
|
|
1912
|
-
|
|
1918
|
+
defaultOpen: {
|
|
1913
1919
|
type: import("vue").PropType<boolean>;
|
|
1914
1920
|
default: boolean;
|
|
1915
1921
|
};
|
|
1916
|
-
|
|
1917
|
-
type: import("vue").PropType<
|
|
1918
|
-
default:
|
|
1922
|
+
keepOpen: {
|
|
1923
|
+
type: import("vue").PropType<boolean>;
|
|
1924
|
+
default: boolean;
|
|
1919
1925
|
};
|
|
1920
|
-
|
|
1926
|
+
autoSize: {
|
|
1921
1927
|
type: import("vue").PropType<boolean>;
|
|
1922
1928
|
default: boolean;
|
|
1923
1929
|
};
|
|
1924
|
-
|
|
1930
|
+
disableKeyboardEvents: {
|
|
1925
1931
|
type: import("vue").PropType<boolean>;
|
|
1926
1932
|
default: boolean;
|
|
1927
1933
|
};
|
|
1928
|
-
|
|
1934
|
+
isOnTop: {
|
|
1929
1935
|
type: import("vue").PropType<boolean>;
|
|
1936
|
+
default: boolean;
|
|
1930
1937
|
};
|
|
1931
1938
|
skidding: {
|
|
1932
1939
|
type: import("vue").PropType<number>;
|
|
1933
1940
|
default: number;
|
|
1934
1941
|
};
|
|
1935
|
-
|
|
1936
|
-
type: import("vue").PropType<
|
|
1937
|
-
|
|
1942
|
+
triggerLabel: {
|
|
1943
|
+
type: import("vue").PropType<string>;
|
|
1944
|
+
default: string;
|
|
1938
1945
|
};
|
|
1939
|
-
|
|
1940
|
-
type: import("vue").PropType<
|
|
1946
|
+
triggerHelperText: {
|
|
1947
|
+
type: import("vue").PropType<string>;
|
|
1948
|
+
default: string;
|
|
1949
|
+
};
|
|
1950
|
+
triggerFeedbackText: {
|
|
1951
|
+
type: import("vue").PropType<string>;
|
|
1952
|
+
default: string;
|
|
1953
|
+
};
|
|
1954
|
+
triggerFeedbackVariant: {
|
|
1955
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
1941
1956
|
default: any;
|
|
1942
1957
|
};
|
|
1943
|
-
|
|
1958
|
+
triggerFeedbackShowIcon: {
|
|
1944
1959
|
type: import("vue").PropType<boolean>;
|
|
1945
1960
|
default: boolean;
|
|
1946
1961
|
};
|
|
1947
|
-
|
|
1948
|
-
type: import("vue").PropType<
|
|
1949
|
-
default:
|
|
1962
|
+
predefinedTrigger: {
|
|
1963
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
1964
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
1950
1965
|
};
|
|
1951
|
-
|
|
1966
|
+
inlineSearch: {
|
|
1952
1967
|
type: import("vue").PropType<boolean>;
|
|
1953
1968
|
default: boolean;
|
|
1954
1969
|
};
|
|
1955
|
-
|
|
1956
|
-
type: import("vue").PropType<string>;
|
|
1957
|
-
default: any;
|
|
1958
|
-
};
|
|
1959
|
-
optionNameKey: {
|
|
1970
|
+
inlineSearchPlaceholder: {
|
|
1960
1971
|
type: import("vue").PropType<string>;
|
|
1961
1972
|
default: string;
|
|
1962
1973
|
};
|
|
1963
|
-
|
|
1964
|
-
type: import("vue").PropType<string>;
|
|
1965
|
-
default:
|
|
1974
|
+
onSearch: {
|
|
1975
|
+
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
1976
|
+
default: any;
|
|
1966
1977
|
};
|
|
1967
|
-
|
|
1978
|
+
noResultsText: {
|
|
1968
1979
|
type: import("vue").PropType<string>;
|
|
1969
1980
|
default: string;
|
|
1970
1981
|
};
|
|
1971
|
-
|
|
1972
|
-
type: import("vue").PropType<
|
|
1973
|
-
default:
|
|
1982
|
+
searchAutoFocus: {
|
|
1983
|
+
type: import("vue").PropType<boolean>;
|
|
1984
|
+
default: boolean;
|
|
1974
1985
|
};
|
|
1975
1986
|
onClear: {
|
|
1976
1987
|
type: import("vue").PropType<() => void>;
|
|
1977
1988
|
default: () => true;
|
|
1978
1989
|
};
|
|
1979
|
-
|
|
1980
|
-
type: import("vue").PropType<string>;
|
|
1981
|
-
|
|
1990
|
+
displayValue: {
|
|
1991
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
1992
|
+
required: true;
|
|
1982
1993
|
};
|
|
1983
|
-
|
|
1994
|
+
optionNameKey: {
|
|
1984
1995
|
type: import("vue").PropType<string>;
|
|
1985
1996
|
default: string;
|
|
1986
1997
|
};
|
|
1987
|
-
|
|
1998
|
+
optionIconKey: {
|
|
1988
1999
|
type: import("vue").PropType<string>;
|
|
1989
2000
|
default: string;
|
|
1990
2001
|
};
|
|
1991
|
-
|
|
2002
|
+
optionImageKey: {
|
|
1992
2003
|
type: import("vue").PropType<string>;
|
|
1993
2004
|
default: string;
|
|
1994
2005
|
};
|
|
1995
|
-
|
|
1996
|
-
type: import("vue").PropType<"
|
|
2006
|
+
optionIconType: {
|
|
2007
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1997
2008
|
default: any;
|
|
1998
2009
|
};
|
|
1999
|
-
|
|
2000
|
-
type: import("vue").PropType<
|
|
2001
|
-
default:
|
|
2002
|
-
};
|
|
2003
|
-
searchAutoFocus: {
|
|
2004
|
-
type: import("vue").PropType<boolean>;
|
|
2005
|
-
default: boolean;
|
|
2010
|
+
valueToCopy: {
|
|
2011
|
+
type: import("vue").PropType<string>;
|
|
2012
|
+
default: any;
|
|
2006
2013
|
};
|
|
2007
|
-
|
|
2008
|
-
type: import("vue").PropType<
|
|
2009
|
-
default:
|
|
2014
|
+
disabledOptionKey: {
|
|
2015
|
+
type: import("vue").PropType<string>;
|
|
2016
|
+
default: string;
|
|
2010
2017
|
};
|
|
2011
2018
|
fullWidth: {
|
|
2012
2019
|
type: import("vue").PropType<boolean>;
|
|
@@ -2082,10 +2089,7 @@ declare const DropdownTypes: () => (({
|
|
|
2082
2089
|
default: any;
|
|
2083
2090
|
};
|
|
2084
2091
|
options: {
|
|
2085
|
-
type: import("vue").PropType<unknown[]
|
|
2086
|
-
id: string;
|
|
2087
|
-
text: string;
|
|
2088
|
-
}[]>;
|
|
2092
|
+
type: import("vue").PropType<unknown[]>;
|
|
2089
2093
|
required: true;
|
|
2090
2094
|
};
|
|
2091
2095
|
modelValue: {
|
|
@@ -2096,112 +2100,116 @@ declare const DropdownTypes: () => (({
|
|
|
2096
2100
|
type: import("vue").PropType<string>;
|
|
2097
2101
|
default: string;
|
|
2098
2102
|
};
|
|
2099
|
-
|
|
2103
|
+
multi: {
|
|
2100
2104
|
type: import("vue").PropType<boolean>;
|
|
2101
2105
|
default: boolean;
|
|
2102
2106
|
};
|
|
2103
|
-
|
|
2107
|
+
isOpen: {
|
|
2108
|
+
type: import("vue").PropType<boolean>;
|
|
2109
|
+
};
|
|
2110
|
+
showSelectAll: {
|
|
2104
2111
|
type: import("vue").PropType<boolean>;
|
|
2105
2112
|
default: boolean;
|
|
2106
2113
|
};
|
|
2107
|
-
|
|
2114
|
+
defaultOpen: {
|
|
2108
2115
|
type: import("vue").PropType<boolean>;
|
|
2109
2116
|
default: boolean;
|
|
2110
2117
|
};
|
|
2111
|
-
|
|
2112
|
-
type: import("vue").PropType<
|
|
2113
|
-
default:
|
|
2118
|
+
keepOpen: {
|
|
2119
|
+
type: import("vue").PropType<boolean>;
|
|
2120
|
+
default: boolean;
|
|
2114
2121
|
};
|
|
2115
|
-
|
|
2122
|
+
autoSize: {
|
|
2116
2123
|
type: import("vue").PropType<boolean>;
|
|
2117
2124
|
default: boolean;
|
|
2118
2125
|
};
|
|
2119
|
-
|
|
2126
|
+
disableKeyboardEvents: {
|
|
2120
2127
|
type: import("vue").PropType<boolean>;
|
|
2121
2128
|
default: boolean;
|
|
2122
2129
|
};
|
|
2123
|
-
|
|
2130
|
+
isOnTop: {
|
|
2124
2131
|
type: import("vue").PropType<boolean>;
|
|
2132
|
+
default: boolean;
|
|
2125
2133
|
};
|
|
2126
2134
|
skidding: {
|
|
2127
2135
|
type: import("vue").PropType<number>;
|
|
2128
2136
|
default: number;
|
|
2129
2137
|
};
|
|
2130
|
-
|
|
2131
|
-
type: import("vue").PropType<
|
|
2132
|
-
|
|
2138
|
+
triggerLabel: {
|
|
2139
|
+
type: import("vue").PropType<string>;
|
|
2140
|
+
default: string;
|
|
2133
2141
|
};
|
|
2134
|
-
|
|
2135
|
-
type: import("vue").PropType<
|
|
2142
|
+
triggerHelperText: {
|
|
2143
|
+
type: import("vue").PropType<string>;
|
|
2144
|
+
default: string;
|
|
2145
|
+
};
|
|
2146
|
+
triggerFeedbackText: {
|
|
2147
|
+
type: import("vue").PropType<string>;
|
|
2148
|
+
default: string;
|
|
2149
|
+
};
|
|
2150
|
+
triggerFeedbackVariant: {
|
|
2151
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
2136
2152
|
default: any;
|
|
2137
2153
|
};
|
|
2138
|
-
|
|
2154
|
+
triggerFeedbackShowIcon: {
|
|
2139
2155
|
type: import("vue").PropType<boolean>;
|
|
2140
2156
|
default: boolean;
|
|
2141
2157
|
};
|
|
2142
|
-
|
|
2143
|
-
type: import("vue").PropType<
|
|
2144
|
-
default:
|
|
2158
|
+
predefinedTrigger: {
|
|
2159
|
+
type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
|
|
2160
|
+
default: "default" | "icon-button" | "chip" | "app";
|
|
2145
2161
|
};
|
|
2146
|
-
|
|
2162
|
+
inlineSearch: {
|
|
2147
2163
|
type: import("vue").PropType<boolean>;
|
|
2148
2164
|
default: boolean;
|
|
2149
2165
|
};
|
|
2150
|
-
|
|
2151
|
-
type: import("vue").PropType<string>;
|
|
2152
|
-
default: any;
|
|
2153
|
-
};
|
|
2154
|
-
optionNameKey: {
|
|
2166
|
+
inlineSearchPlaceholder: {
|
|
2155
2167
|
type: import("vue").PropType<string>;
|
|
2156
2168
|
default: string;
|
|
2157
2169
|
};
|
|
2158
|
-
|
|
2159
|
-
type: import("vue").PropType<string>;
|
|
2160
|
-
default:
|
|
2170
|
+
onSearch: {
|
|
2171
|
+
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
2172
|
+
default: any;
|
|
2161
2173
|
};
|
|
2162
|
-
|
|
2174
|
+
noResultsText: {
|
|
2163
2175
|
type: import("vue").PropType<string>;
|
|
2164
2176
|
default: string;
|
|
2165
2177
|
};
|
|
2166
|
-
|
|
2167
|
-
type: import("vue").PropType<
|
|
2168
|
-
default:
|
|
2178
|
+
searchAutoFocus: {
|
|
2179
|
+
type: import("vue").PropType<boolean>;
|
|
2180
|
+
default: boolean;
|
|
2169
2181
|
};
|
|
2170
2182
|
onClear: {
|
|
2171
2183
|
type: import("vue").PropType<() => void>;
|
|
2172
2184
|
default: () => true;
|
|
2173
2185
|
};
|
|
2174
|
-
|
|
2175
|
-
type: import("vue").PropType<string>;
|
|
2176
|
-
|
|
2186
|
+
displayValue: {
|
|
2187
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
2188
|
+
required: true;
|
|
2177
2189
|
};
|
|
2178
|
-
|
|
2190
|
+
optionNameKey: {
|
|
2179
2191
|
type: import("vue").PropType<string>;
|
|
2180
2192
|
default: string;
|
|
2181
2193
|
};
|
|
2182
|
-
|
|
2194
|
+
optionIconKey: {
|
|
2183
2195
|
type: import("vue").PropType<string>;
|
|
2184
2196
|
default: string;
|
|
2185
2197
|
};
|
|
2186
|
-
|
|
2198
|
+
optionImageKey: {
|
|
2187
2199
|
type: import("vue").PropType<string>;
|
|
2188
2200
|
default: string;
|
|
2189
2201
|
};
|
|
2190
|
-
|
|
2191
|
-
type: import("vue").PropType<"
|
|
2202
|
+
optionIconType: {
|
|
2203
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2192
2204
|
default: any;
|
|
2193
2205
|
};
|
|
2194
|
-
|
|
2195
|
-
type: import("vue").PropType<
|
|
2196
|
-
default:
|
|
2197
|
-
};
|
|
2198
|
-
searchAutoFocus: {
|
|
2199
|
-
type: import("vue").PropType<boolean>;
|
|
2200
|
-
default: boolean;
|
|
2206
|
+
valueToCopy: {
|
|
2207
|
+
type: import("vue").PropType<string>;
|
|
2208
|
+
default: any;
|
|
2201
2209
|
};
|
|
2202
|
-
|
|
2203
|
-
type: import("vue").PropType<
|
|
2204
|
-
default:
|
|
2210
|
+
disabledOptionKey: {
|
|
2211
|
+
type: import("vue").PropType<string>;
|
|
2212
|
+
default: string;
|
|
2205
2213
|
};
|
|
2206
2214
|
fullWidth: {
|
|
2207
2215
|
type: import("vue").PropType<boolean>;
|
|
@@ -2244,38 +2252,46 @@ declare const DropdownTypes: () => (({
|
|
|
2244
2252
|
selected: any;
|
|
2245
2253
|
modelValue: any;
|
|
2246
2254
|
placeholder: string;
|
|
2247
|
-
isOnTop: boolean;
|
|
2248
2255
|
multi: boolean;
|
|
2249
|
-
inlineSearch: boolean;
|
|
2250
|
-
noResultsText: string;
|
|
2251
2256
|
showSelectAll: boolean;
|
|
2252
2257
|
defaultOpen: boolean;
|
|
2253
|
-
skidding: number;
|
|
2254
|
-
onSearch: (option: any, term: string) => boolean;
|
|
2255
2258
|
keepOpen: boolean;
|
|
2256
2259
|
autoSize: boolean;
|
|
2257
2260
|
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;
|
|
2261
|
+
isOnTop: boolean;
|
|
2262
|
+
skidding: number;
|
|
2265
2263
|
triggerLabel: string;
|
|
2266
2264
|
triggerHelperText: string;
|
|
2267
2265
|
triggerFeedbackText: string;
|
|
2268
2266
|
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
2269
2267
|
triggerFeedbackShowIcon: boolean;
|
|
2270
|
-
searchAutoFocus: boolean;
|
|
2271
2268
|
predefinedTrigger: "default" | "icon-button" | "chip" | "app";
|
|
2269
|
+
inlineSearch: boolean;
|
|
2270
|
+
inlineSearchPlaceholder: string;
|
|
2271
|
+
onSearch: (option: any, term: string) => boolean;
|
|
2272
|
+
noResultsText: string;
|
|
2273
|
+
searchAutoFocus: boolean;
|
|
2274
|
+
onClear: () => void;
|
|
2275
|
+
optionNameKey: string;
|
|
2276
|
+
optionIconKey: string;
|
|
2277
|
+
optionImageKey: string;
|
|
2278
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
2279
|
+
valueToCopy: string;
|
|
2280
|
+
disabledOptionKey: string;
|
|
2272
2281
|
fullWidth: boolean;
|
|
2273
2282
|
optionsListWidth: string;
|
|
2274
2283
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
2275
2284
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2276
2285
|
$slots: {
|
|
2277
2286
|
label?(_: {}): any;
|
|
2278
|
-
"dropdown-trigger"?(_: {
|
|
2287
|
+
"dropdown-trigger"?(_: {
|
|
2288
|
+
buttonTriggerProps: {
|
|
2289
|
+
open: boolean;
|
|
2290
|
+
disabled: boolean;
|
|
2291
|
+
label: any;
|
|
2292
|
+
onClick: () => void;
|
|
2293
|
+
};
|
|
2294
|
+
}): any;
|
|
2279
2295
|
"input-list"?(_: {
|
|
2280
2296
|
open: true;
|
|
2281
2297
|
}): any;
|
|
@@ -2283,7 +2299,86 @@ declare const DropdownTypes: () => (({
|
|
|
2283
2299
|
option: unknown;
|
|
2284
2300
|
selected: boolean;
|
|
2285
2301
|
active: boolean;
|
|
2302
|
+
disabled: any;
|
|
2286
2303
|
}): any;
|
|
2287
2304
|
};
|
|
2288
|
-
})))
|
|
2289
|
-
|
|
2305
|
+
})) | import("vue").DefineComponent<{
|
|
2306
|
+
label: {
|
|
2307
|
+
type: import("vue").PropType<string>;
|
|
2308
|
+
required: true;
|
|
2309
|
+
};
|
|
2310
|
+
variant: {
|
|
2311
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
2312
|
+
default: string;
|
|
2313
|
+
};
|
|
2314
|
+
disabled: {
|
|
2315
|
+
type: import("vue").PropType<boolean>;
|
|
2316
|
+
default: boolean;
|
|
2317
|
+
};
|
|
2318
|
+
open: {
|
|
2319
|
+
type: import("vue").PropType<boolean>;
|
|
2320
|
+
default: boolean;
|
|
2321
|
+
};
|
|
2322
|
+
testId: {
|
|
2323
|
+
type: import("vue").PropType<string>;
|
|
2324
|
+
default: string;
|
|
2325
|
+
};
|
|
2326
|
+
startIconName: {
|
|
2327
|
+
type: import("vue").PropType<string>;
|
|
2328
|
+
default: any;
|
|
2329
|
+
};
|
|
2330
|
+
startIconType: {
|
|
2331
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2332
|
+
default: string;
|
|
2333
|
+
};
|
|
2334
|
+
hideEndIcon: {
|
|
2335
|
+
type: import("vue").PropType<boolean>;
|
|
2336
|
+
default: boolean;
|
|
2337
|
+
};
|
|
2338
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2339
|
+
click: () => void;
|
|
2340
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2341
|
+
label: {
|
|
2342
|
+
type: import("vue").PropType<string>;
|
|
2343
|
+
required: true;
|
|
2344
|
+
};
|
|
2345
|
+
variant: {
|
|
2346
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
2347
|
+
default: string;
|
|
2348
|
+
};
|
|
2349
|
+
disabled: {
|
|
2350
|
+
type: import("vue").PropType<boolean>;
|
|
2351
|
+
default: boolean;
|
|
2352
|
+
};
|
|
2353
|
+
open: {
|
|
2354
|
+
type: import("vue").PropType<boolean>;
|
|
2355
|
+
default: boolean;
|
|
2356
|
+
};
|
|
2357
|
+
testId: {
|
|
2358
|
+
type: import("vue").PropType<string>;
|
|
2359
|
+
default: string;
|
|
2360
|
+
};
|
|
2361
|
+
startIconName: {
|
|
2362
|
+
type: import("vue").PropType<string>;
|
|
2363
|
+
default: any;
|
|
2364
|
+
};
|
|
2365
|
+
startIconType: {
|
|
2366
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2367
|
+
default: string;
|
|
2368
|
+
};
|
|
2369
|
+
hideEndIcon: {
|
|
2370
|
+
type: import("vue").PropType<boolean>;
|
|
2371
|
+
default: boolean;
|
|
2372
|
+
};
|
|
2373
|
+
}>> & {
|
|
2374
|
+
onClick?: () => any;
|
|
2375
|
+
}, {
|
|
2376
|
+
variant: "text" | "outlined";
|
|
2377
|
+
disabled: boolean;
|
|
2378
|
+
open: boolean;
|
|
2379
|
+
testId: string;
|
|
2380
|
+
startIconName: string;
|
|
2381
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
2382
|
+
hideEndIcon: boolean;
|
|
2383
|
+
}>)[];
|
|
2384
|
+
export { Dropdown, DefaultDropdownTrigger, IconButtonDropdownTrigger, ChipDropdownTrigger, ButtonDropdownTrigger, ButtonFilterDropdownTrigger, AppDropdownTrigger, DropdownTypes, Option, };
|