@ironsource/shared-ui 2.1.11-test.2 → 2.1.11-test.27
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/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_f9a13e27_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_8f471697_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_039dd922_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2aee12ad_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_2406226b_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_6466948d_lang.css +1 -0
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_111b200a_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +1 -0
- package/README.md +4 -15
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue2.js +3 -2
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
- package/components/button/v4/index.d.ts +9 -3
- package/components/chart/Chart.vue.js +5 -5
- package/components/chart/Chart.vue2.js +48 -46
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +34 -26
- package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
- package/components/dropdown/common/Dropdown.common.js +191 -184
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +39 -39
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +6 -6
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +10 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +73 -47
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +90 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +185 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +31 -6
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +224 -198
- package/components/dropdown/v4/OptionV4.vue.d.ts +10 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +135 -98
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -1
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +210 -168
- package/components/dropdown/v4/index.d.ts +402 -87
- package/components/dropdown/v4/index.js +6 -3
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +3 -3
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +8 -9
- package/components/icon/v4/consts.d.ts +1 -1
- package/components/icon/v4/consts.js +1 -1
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +24 -22
- package/components/inlineCopy/index.d.ts +9 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +12 -12
- package/components/multibar/MultiBarMenu.vue2.js +3 -2
- package/components/popover/v4/PopoverV4.vue.d.ts +14 -2
- package/components/popover/v4/PopoverV4.vue.js +4 -3
- package/components/popover/v4/PopoverV4.vue2.js +40 -24
- package/components/popover/v4/index.d.ts +55 -11
- package/components/sortableList/SortableList.vue.d.ts +1 -1
- package/components/sortableList/index.d.ts +4 -4
- package/components/table/common/Table.common.js +69 -71
- package/components/table/common/Table.types.d.ts +1 -1
- package/components/table/v3/Table.vue.d.ts +1 -1
- package/components/table/v3/index.d.ts +5 -5
- package/components/table/v4/DataGrid.vue.d.ts +6 -1
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +124 -117
- package/components/table/v4/DataGridMenu.vue2.js +3 -2
- package/components/table/v4/index.d.ts +26 -7
- package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
- package/components/tooltip/v4/index.d.ts +39 -1
- package/design-foundation.stories/icons/iconsData.d.ts +1 -1
- package/index.d.ts +1123 -262
- package/index.js +1 -1
- package/mocks/options.d.ts +48 -2
- package/mocks/words.d.ts +1 -1
- package/package.json +3 -2
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +0 -1
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_991a7aad_lang.css +0 -1
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_39061862_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_c361375a_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -28,8 +28,10 @@ declare const _default: {
|
|
|
28
28
|
placement: import("floating-vue").Placement;
|
|
29
29
|
disabled: boolean;
|
|
30
30
|
distance: number;
|
|
31
|
-
|
|
31
|
+
container: string;
|
|
32
32
|
autoHide: boolean;
|
|
33
|
+
popperClass: string;
|
|
34
|
+
isOpen: boolean;
|
|
33
35
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
34
36
|
skidding: number;
|
|
35
37
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -49,7 +51,7 @@ declare const _default: {
|
|
|
49
51
|
type: import("vue").PropType<number>;
|
|
50
52
|
default: number;
|
|
51
53
|
};
|
|
52
|
-
|
|
54
|
+
container: {
|
|
53
55
|
type: import("vue").PropType<string>;
|
|
54
56
|
default: string;
|
|
55
57
|
};
|
|
@@ -57,6 +59,14 @@ declare const _default: {
|
|
|
57
59
|
type: import("vue").PropType<boolean>;
|
|
58
60
|
default: boolean;
|
|
59
61
|
};
|
|
62
|
+
popperClass: {
|
|
63
|
+
type: import("vue").PropType<string>;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
isOpen: {
|
|
67
|
+
type: import("vue").PropType<boolean>;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
60
70
|
trigger: {
|
|
61
71
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
62
72
|
default: string;
|
|
@@ -67,7 +77,7 @@ declare const _default: {
|
|
|
67
77
|
};
|
|
68
78
|
}>> & {
|
|
69
79
|
onIsOpen?: (value: boolean) => any;
|
|
70
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "
|
|
80
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
71
81
|
$attrs: {
|
|
72
82
|
[x: string]: unknown;
|
|
73
83
|
};
|
|
@@ -98,7 +108,7 @@ declare const _default: {
|
|
|
98
108
|
type: import("vue").PropType<number>;
|
|
99
109
|
default: number;
|
|
100
110
|
};
|
|
101
|
-
|
|
111
|
+
container: {
|
|
102
112
|
type: import("vue").PropType<string>;
|
|
103
113
|
default: string;
|
|
104
114
|
};
|
|
@@ -106,6 +116,14 @@ declare const _default: {
|
|
|
106
116
|
type: import("vue").PropType<boolean>;
|
|
107
117
|
default: boolean;
|
|
108
118
|
};
|
|
119
|
+
popperClass: {
|
|
120
|
+
type: import("vue").PropType<string>;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
isOpen: {
|
|
124
|
+
type: import("vue").PropType<boolean>;
|
|
125
|
+
default: boolean;
|
|
126
|
+
};
|
|
109
127
|
trigger: {
|
|
110
128
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
111
129
|
default: string;
|
|
@@ -116,15 +134,19 @@ declare const _default: {
|
|
|
116
134
|
};
|
|
117
135
|
}>> & {
|
|
118
136
|
onIsOpen?: (value: boolean) => any;
|
|
119
|
-
}, {
|
|
137
|
+
}, {
|
|
138
|
+
toggle: (value?: boolean) => boolean;
|
|
139
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
120
140
|
isOpen: (value: boolean) => void;
|
|
121
141
|
}, string, {
|
|
122
142
|
testId: string;
|
|
123
143
|
placement: import("floating-vue").Placement;
|
|
124
144
|
disabled: boolean;
|
|
125
145
|
distance: number;
|
|
126
|
-
|
|
146
|
+
container: string;
|
|
127
147
|
autoHide: boolean;
|
|
148
|
+
popperClass: string;
|
|
149
|
+
isOpen: boolean;
|
|
128
150
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
129
151
|
skidding: number;
|
|
130
152
|
}, {}, string> & {
|
|
@@ -164,7 +186,7 @@ declare const _default: {
|
|
|
164
186
|
type: import("vue").PropType<number>;
|
|
165
187
|
default: number;
|
|
166
188
|
};
|
|
167
|
-
|
|
189
|
+
container: {
|
|
168
190
|
type: import("vue").PropType<string>;
|
|
169
191
|
default: string;
|
|
170
192
|
};
|
|
@@ -172,6 +194,14 @@ declare const _default: {
|
|
|
172
194
|
type: import("vue").PropType<boolean>;
|
|
173
195
|
default: boolean;
|
|
174
196
|
};
|
|
197
|
+
popperClass: {
|
|
198
|
+
type: import("vue").PropType<string>;
|
|
199
|
+
default: string;
|
|
200
|
+
};
|
|
201
|
+
isOpen: {
|
|
202
|
+
type: import("vue").PropType<boolean>;
|
|
203
|
+
default: boolean;
|
|
204
|
+
};
|
|
175
205
|
trigger: {
|
|
176
206
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
177
207
|
default: string;
|
|
@@ -182,7 +212,9 @@ declare const _default: {
|
|
|
182
212
|
};
|
|
183
213
|
}>> & {
|
|
184
214
|
onIsOpen?: (value: boolean) => any;
|
|
185
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
215
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
216
|
+
toggle: (value?: boolean) => boolean;
|
|
217
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
186
218
|
__isFragment?: never;
|
|
187
219
|
__isTeleport?: never;
|
|
188
220
|
__isSuspense?: never;
|
|
@@ -203,7 +235,7 @@ declare const _default: {
|
|
|
203
235
|
type: import("vue").PropType<number>;
|
|
204
236
|
default: number;
|
|
205
237
|
};
|
|
206
|
-
|
|
238
|
+
container: {
|
|
207
239
|
type: import("vue").PropType<string>;
|
|
208
240
|
default: string;
|
|
209
241
|
};
|
|
@@ -211,6 +243,14 @@ declare const _default: {
|
|
|
211
243
|
type: import("vue").PropType<boolean>;
|
|
212
244
|
default: boolean;
|
|
213
245
|
};
|
|
246
|
+
popperClass: {
|
|
247
|
+
type: import("vue").PropType<string>;
|
|
248
|
+
default: string;
|
|
249
|
+
};
|
|
250
|
+
isOpen: {
|
|
251
|
+
type: import("vue").PropType<boolean>;
|
|
252
|
+
default: boolean;
|
|
253
|
+
};
|
|
214
254
|
trigger: {
|
|
215
255
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
216
256
|
default: string;
|
|
@@ -221,15 +261,19 @@ declare const _default: {
|
|
|
221
261
|
};
|
|
222
262
|
}>> & {
|
|
223
263
|
onIsOpen?: (value: boolean) => any;
|
|
224
|
-
}, {
|
|
264
|
+
}, {
|
|
265
|
+
toggle: (value?: boolean) => boolean;
|
|
266
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
225
267
|
isOpen: (value: boolean) => void;
|
|
226
268
|
}, string, {
|
|
227
269
|
testId: string;
|
|
228
270
|
placement: import("floating-vue").Placement;
|
|
229
271
|
disabled: boolean;
|
|
230
272
|
distance: number;
|
|
231
|
-
|
|
273
|
+
container: string;
|
|
232
274
|
autoHide: boolean;
|
|
275
|
+
popperClass: string;
|
|
276
|
+
isOpen: boolean;
|
|
233
277
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
234
278
|
skidding: number;
|
|
235
279
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -247,8 +291,10 @@ declare const _default: {
|
|
|
247
291
|
placement: import("floating-vue").Placement;
|
|
248
292
|
disabled: boolean;
|
|
249
293
|
distance: number;
|
|
250
|
-
|
|
294
|
+
container: string;
|
|
251
295
|
autoHide: boolean;
|
|
296
|
+
popperClass: string;
|
|
297
|
+
isOpen: boolean;
|
|
252
298
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
253
299
|
skidding: number;
|
|
254
300
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -268,7 +314,7 @@ declare const _default: {
|
|
|
268
314
|
type: import("vue").PropType<number>;
|
|
269
315
|
default: number;
|
|
270
316
|
};
|
|
271
|
-
|
|
317
|
+
container: {
|
|
272
318
|
type: import("vue").PropType<string>;
|
|
273
319
|
default: string;
|
|
274
320
|
};
|
|
@@ -276,6 +322,14 @@ declare const _default: {
|
|
|
276
322
|
type: import("vue").PropType<boolean>;
|
|
277
323
|
default: boolean;
|
|
278
324
|
};
|
|
325
|
+
popperClass: {
|
|
326
|
+
type: import("vue").PropType<string>;
|
|
327
|
+
default: string;
|
|
328
|
+
};
|
|
329
|
+
isOpen: {
|
|
330
|
+
type: import("vue").PropType<boolean>;
|
|
331
|
+
default: boolean;
|
|
332
|
+
};
|
|
279
333
|
trigger: {
|
|
280
334
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
281
335
|
default: string;
|
|
@@ -286,7 +340,7 @@ declare const _default: {
|
|
|
286
340
|
};
|
|
287
341
|
}>> & {
|
|
288
342
|
onIsOpen?: (value: boolean) => any;
|
|
289
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "
|
|
343
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
290
344
|
$attrs: {
|
|
291
345
|
[x: string]: unknown;
|
|
292
346
|
};
|
|
@@ -317,7 +371,7 @@ declare const _default: {
|
|
|
317
371
|
type: import("vue").PropType<number>;
|
|
318
372
|
default: number;
|
|
319
373
|
};
|
|
320
|
-
|
|
374
|
+
container: {
|
|
321
375
|
type: import("vue").PropType<string>;
|
|
322
376
|
default: string;
|
|
323
377
|
};
|
|
@@ -325,6 +379,14 @@ declare const _default: {
|
|
|
325
379
|
type: import("vue").PropType<boolean>;
|
|
326
380
|
default: boolean;
|
|
327
381
|
};
|
|
382
|
+
popperClass: {
|
|
383
|
+
type: import("vue").PropType<string>;
|
|
384
|
+
default: string;
|
|
385
|
+
};
|
|
386
|
+
isOpen: {
|
|
387
|
+
type: import("vue").PropType<boolean>;
|
|
388
|
+
default: boolean;
|
|
389
|
+
};
|
|
328
390
|
trigger: {
|
|
329
391
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
330
392
|
default: string;
|
|
@@ -335,15 +397,19 @@ declare const _default: {
|
|
|
335
397
|
};
|
|
336
398
|
}>> & {
|
|
337
399
|
onIsOpen?: (value: boolean) => any;
|
|
338
|
-
}, {
|
|
400
|
+
}, {
|
|
401
|
+
toggle: (value?: boolean) => boolean;
|
|
402
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
339
403
|
isOpen: (value: boolean) => void;
|
|
340
404
|
}, string, {
|
|
341
405
|
testId: string;
|
|
342
406
|
placement: import("floating-vue").Placement;
|
|
343
407
|
disabled: boolean;
|
|
344
408
|
distance: number;
|
|
345
|
-
|
|
409
|
+
container: string;
|
|
346
410
|
autoHide: boolean;
|
|
411
|
+
popperClass: string;
|
|
412
|
+
isOpen: boolean;
|
|
347
413
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
348
414
|
skidding: number;
|
|
349
415
|
}, {}, string> & {
|
|
@@ -383,7 +449,7 @@ declare const _default: {
|
|
|
383
449
|
type: import("vue").PropType<number>;
|
|
384
450
|
default: number;
|
|
385
451
|
};
|
|
386
|
-
|
|
452
|
+
container: {
|
|
387
453
|
type: import("vue").PropType<string>;
|
|
388
454
|
default: string;
|
|
389
455
|
};
|
|
@@ -391,6 +457,14 @@ declare const _default: {
|
|
|
391
457
|
type: import("vue").PropType<boolean>;
|
|
392
458
|
default: boolean;
|
|
393
459
|
};
|
|
460
|
+
popperClass: {
|
|
461
|
+
type: import("vue").PropType<string>;
|
|
462
|
+
default: string;
|
|
463
|
+
};
|
|
464
|
+
isOpen: {
|
|
465
|
+
type: import("vue").PropType<boolean>;
|
|
466
|
+
default: boolean;
|
|
467
|
+
};
|
|
394
468
|
trigger: {
|
|
395
469
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
396
470
|
default: string;
|
|
@@ -401,7 +475,9 @@ declare const _default: {
|
|
|
401
475
|
};
|
|
402
476
|
}>> & {
|
|
403
477
|
onIsOpen?: (value: boolean) => any;
|
|
404
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
478
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
479
|
+
toggle: (value?: boolean) => boolean;
|
|
480
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
405
481
|
__isFragment?: never;
|
|
406
482
|
__isTeleport?: never;
|
|
407
483
|
__isSuspense?: never;
|
|
@@ -422,7 +498,7 @@ declare const _default: {
|
|
|
422
498
|
type: import("vue").PropType<number>;
|
|
423
499
|
default: number;
|
|
424
500
|
};
|
|
425
|
-
|
|
501
|
+
container: {
|
|
426
502
|
type: import("vue").PropType<string>;
|
|
427
503
|
default: string;
|
|
428
504
|
};
|
|
@@ -430,6 +506,14 @@ declare const _default: {
|
|
|
430
506
|
type: import("vue").PropType<boolean>;
|
|
431
507
|
default: boolean;
|
|
432
508
|
};
|
|
509
|
+
popperClass: {
|
|
510
|
+
type: import("vue").PropType<string>;
|
|
511
|
+
default: string;
|
|
512
|
+
};
|
|
513
|
+
isOpen: {
|
|
514
|
+
type: import("vue").PropType<boolean>;
|
|
515
|
+
default: boolean;
|
|
516
|
+
};
|
|
433
517
|
trigger: {
|
|
434
518
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
435
519
|
default: string;
|
|
@@ -440,15 +524,19 @@ declare const _default: {
|
|
|
440
524
|
};
|
|
441
525
|
}>> & {
|
|
442
526
|
onIsOpen?: (value: boolean) => any;
|
|
443
|
-
}, {
|
|
527
|
+
}, {
|
|
528
|
+
toggle: (value?: boolean) => boolean;
|
|
529
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
444
530
|
isOpen: (value: boolean) => void;
|
|
445
531
|
}, string, {
|
|
446
532
|
testId: string;
|
|
447
533
|
placement: import("floating-vue").Placement;
|
|
448
534
|
disabled: boolean;
|
|
449
535
|
distance: number;
|
|
450
|
-
|
|
536
|
+
container: string;
|
|
451
537
|
autoHide: boolean;
|
|
538
|
+
popperClass: string;
|
|
539
|
+
isOpen: boolean;
|
|
452
540
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
453
541
|
skidding: number;
|
|
454
542
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -1707,6 +1795,7 @@ declare const _default: {
|
|
|
1707
1795
|
default: string;
|
|
1708
1796
|
};
|
|
1709
1797
|
}>> & {
|
|
1798
|
+
onClearSearch?: () => any;
|
|
1710
1799
|
onSortableItemDragged?: (event: {
|
|
1711
1800
|
id: string;
|
|
1712
1801
|
newIndex: number;
|
|
@@ -1716,7 +1805,6 @@ declare const _default: {
|
|
|
1716
1805
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1717
1806
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1718
1807
|
"onUpdate:search"?: (query: string) => any;
|
|
1719
|
-
onClearSearch?: () => any;
|
|
1720
1808
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
1721
1809
|
$attrs: {
|
|
1722
1810
|
[x: string]: unknown;
|
|
@@ -1790,6 +1878,7 @@ declare const _default: {
|
|
|
1790
1878
|
default: string;
|
|
1791
1879
|
};
|
|
1792
1880
|
}>> & {
|
|
1881
|
+
onClearSearch?: () => any;
|
|
1793
1882
|
onSortableItemDragged?: (event: {
|
|
1794
1883
|
id: string;
|
|
1795
1884
|
newIndex: number;
|
|
@@ -1799,7 +1888,6 @@ declare const _default: {
|
|
|
1799
1888
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1800
1889
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1801
1890
|
"onUpdate:search"?: (query: string) => any;
|
|
1802
|
-
onClearSearch?: () => any;
|
|
1803
1891
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1804
1892
|
sortableItemDragged: (event: {
|
|
1805
1893
|
id: string;
|
|
@@ -1901,6 +1989,7 @@ declare const _default: {
|
|
|
1901
1989
|
default: string;
|
|
1902
1990
|
};
|
|
1903
1991
|
}>> & {
|
|
1992
|
+
onClearSearch?: () => any;
|
|
1904
1993
|
onSortableItemDragged?: (event: {
|
|
1905
1994
|
id: string;
|
|
1906
1995
|
newIndex: number;
|
|
@@ -1910,7 +1999,6 @@ declare const _default: {
|
|
|
1910
1999
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1911
2000
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1912
2001
|
"onUpdate:search"?: (query: string) => any;
|
|
1913
|
-
onClearSearch?: () => any;
|
|
1914
2002
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
1915
2003
|
__isFragment?: never;
|
|
1916
2004
|
__isTeleport?: never;
|
|
@@ -1971,6 +2059,7 @@ declare const _default: {
|
|
|
1971
2059
|
default: string;
|
|
1972
2060
|
};
|
|
1973
2061
|
}>> & {
|
|
2062
|
+
onClearSearch?: () => any;
|
|
1974
2063
|
onSortableItemDragged?: (event: {
|
|
1975
2064
|
id: string;
|
|
1976
2065
|
newIndex: number;
|
|
@@ -1980,7 +2069,6 @@ declare const _default: {
|
|
|
1980
2069
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1981
2070
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1982
2071
|
"onUpdate:search"?: (query: string) => any;
|
|
1983
|
-
onClearSearch?: () => any;
|
|
1984
2072
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1985
2073
|
sortableItemDragged: (event: {
|
|
1986
2074
|
id: string;
|
|
@@ -2089,6 +2177,7 @@ declare const _default: {
|
|
|
2089
2177
|
default: string;
|
|
2090
2178
|
};
|
|
2091
2179
|
}>> & {
|
|
2180
|
+
onClearSearch?: () => any;
|
|
2092
2181
|
onSortableItemDragged?: (event: {
|
|
2093
2182
|
id: string;
|
|
2094
2183
|
newIndex: number;
|
|
@@ -2098,7 +2187,6 @@ declare const _default: {
|
|
|
2098
2187
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2099
2188
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2100
2189
|
"onUpdate:search"?: (query: string) => any;
|
|
2101
|
-
onClearSearch?: () => any;
|
|
2102
2190
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
2103
2191
|
$attrs: {
|
|
2104
2192
|
[x: string]: unknown;
|
|
@@ -2172,6 +2260,7 @@ declare const _default: {
|
|
|
2172
2260
|
default: string;
|
|
2173
2261
|
};
|
|
2174
2262
|
}>> & {
|
|
2263
|
+
onClearSearch?: () => any;
|
|
2175
2264
|
onSortableItemDragged?: (event: {
|
|
2176
2265
|
id: string;
|
|
2177
2266
|
newIndex: number;
|
|
@@ -2181,7 +2270,6 @@ declare const _default: {
|
|
|
2181
2270
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2182
2271
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2183
2272
|
"onUpdate:search"?: (query: string) => any;
|
|
2184
|
-
onClearSearch?: () => any;
|
|
2185
2273
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2186
2274
|
sortableItemDragged: (event: {
|
|
2187
2275
|
id: string;
|
|
@@ -2283,6 +2371,7 @@ declare const _default: {
|
|
|
2283
2371
|
default: string;
|
|
2284
2372
|
};
|
|
2285
2373
|
}>> & {
|
|
2374
|
+
onClearSearch?: () => any;
|
|
2286
2375
|
onSortableItemDragged?: (event: {
|
|
2287
2376
|
id: string;
|
|
2288
2377
|
newIndex: number;
|
|
@@ -2292,7 +2381,6 @@ declare const _default: {
|
|
|
2292
2381
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2293
2382
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2294
2383
|
"onUpdate:search"?: (query: string) => any;
|
|
2295
|
-
onClearSearch?: () => any;
|
|
2296
2384
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
2297
2385
|
__isFragment?: never;
|
|
2298
2386
|
__isTeleport?: never;
|
|
@@ -2353,6 +2441,7 @@ declare const _default: {
|
|
|
2353
2441
|
default: string;
|
|
2354
2442
|
};
|
|
2355
2443
|
}>> & {
|
|
2444
|
+
onClearSearch?: () => any;
|
|
2356
2445
|
onSortableItemDragged?: (event: {
|
|
2357
2446
|
id: string;
|
|
2358
2447
|
newIndex: number;
|
|
@@ -2362,7 +2451,6 @@ declare const _default: {
|
|
|
2362
2451
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2363
2452
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2364
2453
|
"onUpdate:search"?: (query: string) => any;
|
|
2365
|
-
onClearSearch?: () => any;
|
|
2366
2454
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2367
2455
|
sortableItemDragged: (event: {
|
|
2368
2456
|
id: string;
|
|
@@ -2464,6 +2552,10 @@ declare const _default: {
|
|
|
2464
2552
|
type: import("vue").PropType<string>;
|
|
2465
2553
|
default: string;
|
|
2466
2554
|
};
|
|
2555
|
+
valueToCopy: {
|
|
2556
|
+
type: import("vue").PropType<string>;
|
|
2557
|
+
default: string;
|
|
2558
|
+
};
|
|
2467
2559
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2468
2560
|
copy: () => void;
|
|
2469
2561
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2503,6 +2595,10 @@ declare const _default: {
|
|
|
2503
2595
|
type: import("vue").PropType<string>;
|
|
2504
2596
|
default: string;
|
|
2505
2597
|
};
|
|
2598
|
+
valueToCopy: {
|
|
2599
|
+
type: import("vue").PropType<string>;
|
|
2600
|
+
default: string;
|
|
2601
|
+
};
|
|
2506
2602
|
}>> & {
|
|
2507
2603
|
onCopy?: () => any;
|
|
2508
2604
|
}, {
|
|
@@ -2514,6 +2610,7 @@ declare const _default: {
|
|
|
2514
2610
|
hideTextValue: boolean;
|
|
2515
2611
|
iconSize: string;
|
|
2516
2612
|
tooltipHeader: string;
|
|
2613
|
+
valueToCopy: string;
|
|
2517
2614
|
}>;
|
|
2518
2615
|
InlineCopyTypes: () => import("vue").DefineComponent<{
|
|
2519
2616
|
text: {
|
|
@@ -2552,6 +2649,10 @@ declare const _default: {
|
|
|
2552
2649
|
type: import("vue").PropType<string>;
|
|
2553
2650
|
default: string;
|
|
2554
2651
|
};
|
|
2652
|
+
valueToCopy: {
|
|
2653
|
+
type: import("vue").PropType<string>;
|
|
2654
|
+
default: string;
|
|
2655
|
+
};
|
|
2555
2656
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2556
2657
|
copy: () => void;
|
|
2557
2658
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2591,6 +2692,10 @@ declare const _default: {
|
|
|
2591
2692
|
type: import("vue").PropType<string>;
|
|
2592
2693
|
default: string;
|
|
2593
2694
|
};
|
|
2695
|
+
valueToCopy: {
|
|
2696
|
+
type: import("vue").PropType<string>;
|
|
2697
|
+
default: string;
|
|
2698
|
+
};
|
|
2594
2699
|
}>> & {
|
|
2595
2700
|
onCopy?: () => any;
|
|
2596
2701
|
}, {
|
|
@@ -2602,6 +2707,7 @@ declare const _default: {
|
|
|
2602
2707
|
hideTextValue: boolean;
|
|
2603
2708
|
iconSize: string;
|
|
2604
2709
|
tooltipHeader: string;
|
|
2710
|
+
valueToCopy: string;
|
|
2605
2711
|
}>[];
|
|
2606
2712
|
AppHeader: import("vue").DefineComponent<{
|
|
2607
2713
|
name: {
|
|
@@ -5526,6 +5632,7 @@ declare const _default: {
|
|
|
5526
5632
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5527
5633
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5528
5634
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5635
|
+
isSelectionSticky: boolean;
|
|
5529
5636
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5530
5637
|
zIndexBase: number;
|
|
5531
5638
|
rowCustomClassKey: string;
|
|
@@ -5627,6 +5734,10 @@ declare const _default: {
|
|
|
5627
5734
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5628
5735
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
5629
5736
|
};
|
|
5737
|
+
isSelectionSticky: {
|
|
5738
|
+
type: import("vue").PropType<boolean>;
|
|
5739
|
+
default: boolean;
|
|
5740
|
+
};
|
|
5630
5741
|
emptyStateVariant: {
|
|
5631
5742
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5632
5743
|
default: any;
|
|
@@ -5645,16 +5756,16 @@ declare const _default: {
|
|
|
5645
5756
|
};
|
|
5646
5757
|
}>> & {
|
|
5647
5758
|
onSelectAll?: (value: boolean) => any;
|
|
5759
|
+
onLoadMore?: () => any;
|
|
5648
5760
|
"onUpdate:search"?: (query: string) => any;
|
|
5649
5761
|
onOnScroll?: (event: Event) => any;
|
|
5650
5762
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
5651
5763
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
5652
|
-
onLoadMore?: () => any;
|
|
5653
5764
|
onOnClearSearch?: () => any;
|
|
5654
5765
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5655
5766
|
onSelectRow?: (value: boolean) => any;
|
|
5656
5767
|
onClickRow?: (rowIndex: number) => any;
|
|
5657
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
5768
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "isSelectionSticky" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
5658
5769
|
$attrs: {
|
|
5659
5770
|
[x: string]: unknown;
|
|
5660
5771
|
};
|
|
@@ -5666,7 +5777,7 @@ declare const _default: {
|
|
|
5666
5777
|
}>;
|
|
5667
5778
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5668
5779
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5669
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "
|
|
5780
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
|
|
5670
5781
|
$el: any;
|
|
5671
5782
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5672
5783
|
sort: {
|
|
@@ -5765,6 +5876,10 @@ declare const _default: {
|
|
|
5765
5876
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5766
5877
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
5767
5878
|
};
|
|
5879
|
+
isSelectionSticky: {
|
|
5880
|
+
type: import("vue").PropType<boolean>;
|
|
5881
|
+
default: boolean;
|
|
5882
|
+
};
|
|
5768
5883
|
emptyStateVariant: {
|
|
5769
5884
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5770
5885
|
default: any;
|
|
@@ -5783,11 +5898,11 @@ declare const _default: {
|
|
|
5783
5898
|
};
|
|
5784
5899
|
}>> & {
|
|
5785
5900
|
onSelectAll?: (value: boolean) => any;
|
|
5901
|
+
onLoadMore?: () => any;
|
|
5786
5902
|
"onUpdate:search"?: (query: string) => any;
|
|
5787
5903
|
onOnScroll?: (event: Event) => any;
|
|
5788
5904
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
5789
5905
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
5790
|
-
onLoadMore?: () => any;
|
|
5791
5906
|
onOnClearSearch?: () => any;
|
|
5792
5907
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5793
5908
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -5828,6 +5943,7 @@ declare const _default: {
|
|
|
5828
5943
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5829
5944
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5830
5945
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5946
|
+
isSelectionSticky: boolean;
|
|
5831
5947
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5832
5948
|
zIndexBase: number;
|
|
5833
5949
|
rowCustomClassKey: string;
|
|
@@ -5949,6 +6065,10 @@ declare const _default: {
|
|
|
5949
6065
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5950
6066
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
5951
6067
|
};
|
|
6068
|
+
isSelectionSticky: {
|
|
6069
|
+
type: import("vue").PropType<boolean>;
|
|
6070
|
+
default: boolean;
|
|
6071
|
+
};
|
|
5952
6072
|
emptyStateVariant: {
|
|
5953
6073
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5954
6074
|
default: any;
|
|
@@ -5967,11 +6087,11 @@ declare const _default: {
|
|
|
5967
6087
|
};
|
|
5968
6088
|
}>> & {
|
|
5969
6089
|
onSelectAll?: (value: boolean) => any;
|
|
6090
|
+
onLoadMore?: () => any;
|
|
5970
6091
|
"onUpdate:search"?: (query: string) => any;
|
|
5971
6092
|
onOnScroll?: (event: Event) => any;
|
|
5972
6093
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
5973
6094
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
5974
|
-
onLoadMore?: () => any;
|
|
5975
6095
|
onOnClearSearch?: () => any;
|
|
5976
6096
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5977
6097
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6079,6 +6199,10 @@ declare const _default: {
|
|
|
6079
6199
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6080
6200
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6081
6201
|
};
|
|
6202
|
+
isSelectionSticky: {
|
|
6203
|
+
type: import("vue").PropType<boolean>;
|
|
6204
|
+
default: boolean;
|
|
6205
|
+
};
|
|
6082
6206
|
emptyStateVariant: {
|
|
6083
6207
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6084
6208
|
default: any;
|
|
@@ -6097,11 +6221,11 @@ declare const _default: {
|
|
|
6097
6221
|
};
|
|
6098
6222
|
}>> & {
|
|
6099
6223
|
onSelectAll?: (value: boolean) => any;
|
|
6224
|
+
onLoadMore?: () => any;
|
|
6100
6225
|
"onUpdate:search"?: (query: string) => any;
|
|
6101
6226
|
onOnScroll?: (event: Event) => any;
|
|
6102
6227
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6103
6228
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6104
|
-
onLoadMore?: () => any;
|
|
6105
6229
|
onOnClearSearch?: () => any;
|
|
6106
6230
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6107
6231
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6142,6 +6266,7 @@ declare const _default: {
|
|
|
6142
6266
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6143
6267
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6144
6268
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6269
|
+
isSelectionSticky: boolean;
|
|
6145
6270
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6146
6271
|
zIndexBase: number;
|
|
6147
6272
|
rowCustomClassKey: string;
|
|
@@ -6295,6 +6420,7 @@ declare const _default: {
|
|
|
6295
6420
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6296
6421
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6297
6422
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6423
|
+
isSelectionSticky: boolean;
|
|
6298
6424
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6299
6425
|
zIndexBase: number;
|
|
6300
6426
|
rowCustomClassKey: string;
|
|
@@ -6396,6 +6522,10 @@ declare const _default: {
|
|
|
6396
6522
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6397
6523
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6398
6524
|
};
|
|
6525
|
+
isSelectionSticky: {
|
|
6526
|
+
type: import("vue").PropType<boolean>;
|
|
6527
|
+
default: boolean;
|
|
6528
|
+
};
|
|
6399
6529
|
emptyStateVariant: {
|
|
6400
6530
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6401
6531
|
default: any;
|
|
@@ -6414,16 +6544,16 @@ declare const _default: {
|
|
|
6414
6544
|
};
|
|
6415
6545
|
}>> & {
|
|
6416
6546
|
onSelectAll?: (value: boolean) => any;
|
|
6547
|
+
onLoadMore?: () => any;
|
|
6417
6548
|
"onUpdate:search"?: (query: string) => any;
|
|
6418
6549
|
onOnScroll?: (event: Event) => any;
|
|
6419
6550
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6420
6551
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6421
|
-
onLoadMore?: () => any;
|
|
6422
6552
|
onOnClearSearch?: () => any;
|
|
6423
6553
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6424
6554
|
onSelectRow?: (value: boolean) => any;
|
|
6425
6555
|
onClickRow?: (rowIndex: number) => any;
|
|
6426
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
6556
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "isSelectionSticky" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
6427
6557
|
$attrs: {
|
|
6428
6558
|
[x: string]: unknown;
|
|
6429
6559
|
};
|
|
@@ -6435,7 +6565,7 @@ declare const _default: {
|
|
|
6435
6565
|
}>;
|
|
6436
6566
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6437
6567
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6438
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "
|
|
6568
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
|
|
6439
6569
|
$el: any;
|
|
6440
6570
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6441
6571
|
sort: {
|
|
@@ -6534,6 +6664,10 @@ declare const _default: {
|
|
|
6534
6664
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6535
6665
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6536
6666
|
};
|
|
6667
|
+
isSelectionSticky: {
|
|
6668
|
+
type: import("vue").PropType<boolean>;
|
|
6669
|
+
default: boolean;
|
|
6670
|
+
};
|
|
6537
6671
|
emptyStateVariant: {
|
|
6538
6672
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6539
6673
|
default: any;
|
|
@@ -6552,11 +6686,11 @@ declare const _default: {
|
|
|
6552
6686
|
};
|
|
6553
6687
|
}>> & {
|
|
6554
6688
|
onSelectAll?: (value: boolean) => any;
|
|
6689
|
+
onLoadMore?: () => any;
|
|
6555
6690
|
"onUpdate:search"?: (query: string) => any;
|
|
6556
6691
|
onOnScroll?: (event: Event) => any;
|
|
6557
6692
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6558
6693
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6559
|
-
onLoadMore?: () => any;
|
|
6560
6694
|
onOnClearSearch?: () => any;
|
|
6561
6695
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6562
6696
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6597,6 +6731,7 @@ declare const _default: {
|
|
|
6597
6731
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6598
6732
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6599
6733
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6734
|
+
isSelectionSticky: boolean;
|
|
6600
6735
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6601
6736
|
zIndexBase: number;
|
|
6602
6737
|
rowCustomClassKey: string;
|
|
@@ -6718,6 +6853,10 @@ declare const _default: {
|
|
|
6718
6853
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6719
6854
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6720
6855
|
};
|
|
6856
|
+
isSelectionSticky: {
|
|
6857
|
+
type: import("vue").PropType<boolean>;
|
|
6858
|
+
default: boolean;
|
|
6859
|
+
};
|
|
6721
6860
|
emptyStateVariant: {
|
|
6722
6861
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6723
6862
|
default: any;
|
|
@@ -6736,11 +6875,11 @@ declare const _default: {
|
|
|
6736
6875
|
};
|
|
6737
6876
|
}>> & {
|
|
6738
6877
|
onSelectAll?: (value: boolean) => any;
|
|
6878
|
+
onLoadMore?: () => any;
|
|
6739
6879
|
"onUpdate:search"?: (query: string) => any;
|
|
6740
6880
|
onOnScroll?: (event: Event) => any;
|
|
6741
6881
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6742
6882
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6743
|
-
onLoadMore?: () => any;
|
|
6744
6883
|
onOnClearSearch?: () => any;
|
|
6745
6884
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6746
6885
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6848,6 +6987,10 @@ declare const _default: {
|
|
|
6848
6987
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6849
6988
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6850
6989
|
};
|
|
6990
|
+
isSelectionSticky: {
|
|
6991
|
+
type: import("vue").PropType<boolean>;
|
|
6992
|
+
default: boolean;
|
|
6993
|
+
};
|
|
6851
6994
|
emptyStateVariant: {
|
|
6852
6995
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6853
6996
|
default: any;
|
|
@@ -6866,11 +7009,11 @@ declare const _default: {
|
|
|
6866
7009
|
};
|
|
6867
7010
|
}>> & {
|
|
6868
7011
|
onSelectAll?: (value: boolean) => any;
|
|
7012
|
+
onLoadMore?: () => any;
|
|
6869
7013
|
"onUpdate:search"?: (query: string) => any;
|
|
6870
7014
|
onOnScroll?: (event: Event) => any;
|
|
6871
7015
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6872
7016
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6873
|
-
onLoadMore?: () => any;
|
|
6874
7017
|
onOnClearSearch?: () => any;
|
|
6875
7018
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6876
7019
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6911,6 +7054,7 @@ declare const _default: {
|
|
|
6911
7054
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6912
7055
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6913
7056
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
7057
|
+
isSelectionSticky: boolean;
|
|
6914
7058
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6915
7059
|
zIndexBase: number;
|
|
6916
7060
|
rowCustomClassKey: string;
|
|
@@ -7172,7 +7316,7 @@ declare const _default: {
|
|
|
7172
7316
|
}>;
|
|
7173
7317
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7174
7318
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7175
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "
|
|
7319
|
+
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
|
|
7176
7320
|
tableIndex: number;
|
|
7177
7321
|
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
7178
7322
|
$el: any;
|
|
@@ -7720,7 +7864,7 @@ declare const _default: {
|
|
|
7720
7864
|
}>;
|
|
7721
7865
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7722
7866
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7723
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "
|
|
7867
|
+
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
|
|
7724
7868
|
tableIndex: number;
|
|
7725
7869
|
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
7726
7870
|
$el: any;
|
|
@@ -8213,10 +8357,10 @@ declare const _default: {
|
|
|
8213
8357
|
default: any;
|
|
8214
8358
|
};
|
|
8215
8359
|
}>> & {
|
|
8360
|
+
onLoadMore?: () => any;
|
|
8216
8361
|
onOnScroll?: (event: Event) => any;
|
|
8217
8362
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8218
8363
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8219
|
-
onLoadMore?: () => any;
|
|
8220
8364
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
8221
8365
|
$attrs: {
|
|
8222
8366
|
[x: string]: unknown;
|
|
@@ -8229,7 +8373,7 @@ declare const _default: {
|
|
|
8229
8373
|
}>;
|
|
8230
8374
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8231
8375
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8232
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void)
|
|
8376
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "loadMore") => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void);
|
|
8233
8377
|
$el: any;
|
|
8234
8378
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8235
8379
|
sort: {
|
|
@@ -8297,10 +8441,10 @@ declare const _default: {
|
|
|
8297
8441
|
default: any;
|
|
8298
8442
|
};
|
|
8299
8443
|
}>> & {
|
|
8444
|
+
onLoadMore?: () => any;
|
|
8300
8445
|
onOnScroll?: (event: Event) => any;
|
|
8301
8446
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8302
8447
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8303
|
-
onLoadMore?: () => any;
|
|
8304
8448
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8305
8449
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8306
8450
|
onScroll: (event: Event) => void;
|
|
@@ -8405,10 +8549,10 @@ declare const _default: {
|
|
|
8405
8549
|
default: any;
|
|
8406
8550
|
};
|
|
8407
8551
|
}>> & {
|
|
8552
|
+
onLoadMore?: () => any;
|
|
8408
8553
|
onOnScroll?: (event: Event) => any;
|
|
8409
8554
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8410
8555
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8411
|
-
onLoadMore?: () => any;
|
|
8412
8556
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
8413
8557
|
__isFragment?: never;
|
|
8414
8558
|
__isTeleport?: never;
|
|
@@ -8479,10 +8623,10 @@ declare const _default: {
|
|
|
8479
8623
|
default: any;
|
|
8480
8624
|
};
|
|
8481
8625
|
}>> & {
|
|
8626
|
+
onLoadMore?: () => any;
|
|
8482
8627
|
onOnScroll?: (event: Event) => any;
|
|
8483
8628
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8484
8629
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8485
|
-
onLoadMore?: () => any;
|
|
8486
8630
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8487
8631
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8488
8632
|
onScroll: (event: Event) => void;
|
|
@@ -8606,10 +8750,10 @@ declare const _default: {
|
|
|
8606
8750
|
default: any;
|
|
8607
8751
|
};
|
|
8608
8752
|
}>> & {
|
|
8753
|
+
onLoadMore?: () => any;
|
|
8609
8754
|
onOnScroll?: (event: Event) => any;
|
|
8610
8755
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8611
8756
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8612
|
-
onLoadMore?: () => any;
|
|
8613
8757
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
8614
8758
|
$attrs: {
|
|
8615
8759
|
[x: string]: unknown;
|
|
@@ -8622,7 +8766,7 @@ declare const _default: {
|
|
|
8622
8766
|
}>;
|
|
8623
8767
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8624
8768
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8625
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void)
|
|
8769
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "loadMore") => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void);
|
|
8626
8770
|
$el: any;
|
|
8627
8771
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8628
8772
|
sort: {
|
|
@@ -8690,10 +8834,10 @@ declare const _default: {
|
|
|
8690
8834
|
default: any;
|
|
8691
8835
|
};
|
|
8692
8836
|
}>> & {
|
|
8837
|
+
onLoadMore?: () => any;
|
|
8693
8838
|
onOnScroll?: (event: Event) => any;
|
|
8694
8839
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8695
8840
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8696
|
-
onLoadMore?: () => any;
|
|
8697
8841
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8698
8842
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8699
8843
|
onScroll: (event: Event) => void;
|
|
@@ -8798,10 +8942,10 @@ declare const _default: {
|
|
|
8798
8942
|
default: any;
|
|
8799
8943
|
};
|
|
8800
8944
|
}>> & {
|
|
8945
|
+
onLoadMore?: () => any;
|
|
8801
8946
|
onOnScroll?: (event: Event) => any;
|
|
8802
8947
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8803
8948
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8804
|
-
onLoadMore?: () => any;
|
|
8805
8949
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
8806
8950
|
__isFragment?: never;
|
|
8807
8951
|
__isTeleport?: never;
|
|
@@ -8872,10 +9016,10 @@ declare const _default: {
|
|
|
8872
9016
|
default: any;
|
|
8873
9017
|
};
|
|
8874
9018
|
}>> & {
|
|
9019
|
+
onLoadMore?: () => any;
|
|
8875
9020
|
onOnScroll?: (event: Event) => any;
|
|
8876
9021
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8877
9022
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8878
|
-
onLoadMore?: () => any;
|
|
8879
9023
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8880
9024
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8881
9025
|
onScroll: (event: Event) => void;
|
|
@@ -9552,6 +9696,8 @@ declare const _default: {
|
|
|
9552
9696
|
disabled: boolean;
|
|
9553
9697
|
distance: string | number;
|
|
9554
9698
|
container: string;
|
|
9699
|
+
shown: boolean;
|
|
9700
|
+
autoHide: boolean;
|
|
9555
9701
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9556
9702
|
header: {
|
|
9557
9703
|
type: import("vue").PropType<string>;
|
|
@@ -9597,9 +9743,17 @@ declare const _default: {
|
|
|
9597
9743
|
type: import("vue").PropType<string>;
|
|
9598
9744
|
default: string;
|
|
9599
9745
|
};
|
|
9746
|
+
shown: {
|
|
9747
|
+
type: import("vue").PropType<boolean>;
|
|
9748
|
+
default: any;
|
|
9749
|
+
};
|
|
9750
|
+
autoHide: {
|
|
9751
|
+
type: import("vue").PropType<boolean>;
|
|
9752
|
+
default: boolean;
|
|
9753
|
+
};
|
|
9600
9754
|
}>> & {
|
|
9601
9755
|
onShow?: () => any;
|
|
9602
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
|
|
9756
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
|
|
9603
9757
|
$attrs: {
|
|
9604
9758
|
[x: string]: unknown;
|
|
9605
9759
|
};
|
|
@@ -9658,6 +9812,14 @@ declare const _default: {
|
|
|
9658
9812
|
type: import("vue").PropType<string>;
|
|
9659
9813
|
default: string;
|
|
9660
9814
|
};
|
|
9815
|
+
shown: {
|
|
9816
|
+
type: import("vue").PropType<boolean>;
|
|
9817
|
+
default: any;
|
|
9818
|
+
};
|
|
9819
|
+
autoHide: {
|
|
9820
|
+
type: import("vue").PropType<boolean>;
|
|
9821
|
+
default: boolean;
|
|
9822
|
+
};
|
|
9661
9823
|
}>> & {
|
|
9662
9824
|
onShow?: () => any;
|
|
9663
9825
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9674,6 +9836,8 @@ declare const _default: {
|
|
|
9674
9836
|
disabled: boolean;
|
|
9675
9837
|
distance: string | number;
|
|
9676
9838
|
container: string;
|
|
9839
|
+
shown: boolean;
|
|
9840
|
+
autoHide: boolean;
|
|
9677
9841
|
}, {}, string> & {
|
|
9678
9842
|
beforeCreate?: (() => void) | (() => void)[];
|
|
9679
9843
|
created?: (() => void) | (() => void)[];
|
|
@@ -9739,6 +9903,14 @@ declare const _default: {
|
|
|
9739
9903
|
type: import("vue").PropType<string>;
|
|
9740
9904
|
default: string;
|
|
9741
9905
|
};
|
|
9906
|
+
shown: {
|
|
9907
|
+
type: import("vue").PropType<boolean>;
|
|
9908
|
+
default: any;
|
|
9909
|
+
};
|
|
9910
|
+
autoHide: {
|
|
9911
|
+
type: import("vue").PropType<boolean>;
|
|
9912
|
+
default: boolean;
|
|
9913
|
+
};
|
|
9742
9914
|
}>> & {
|
|
9743
9915
|
onShow?: () => any;
|
|
9744
9916
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -9790,6 +9962,14 @@ declare const _default: {
|
|
|
9790
9962
|
type: import("vue").PropType<string>;
|
|
9791
9963
|
default: string;
|
|
9792
9964
|
};
|
|
9965
|
+
shown: {
|
|
9966
|
+
type: import("vue").PropType<boolean>;
|
|
9967
|
+
default: any;
|
|
9968
|
+
};
|
|
9969
|
+
autoHide: {
|
|
9970
|
+
type: import("vue").PropType<boolean>;
|
|
9971
|
+
default: boolean;
|
|
9972
|
+
};
|
|
9793
9973
|
}>> & {
|
|
9794
9974
|
onShow?: () => any;
|
|
9795
9975
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9806,6 +9986,8 @@ declare const _default: {
|
|
|
9806
9986
|
disabled: boolean;
|
|
9807
9987
|
distance: string | number;
|
|
9808
9988
|
container: string;
|
|
9989
|
+
shown: boolean;
|
|
9990
|
+
autoHide: boolean;
|
|
9809
9991
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
9810
9992
|
$slots: {
|
|
9811
9993
|
default?(_: {}): any;
|
|
@@ -9830,6 +10012,8 @@ declare const _default: {
|
|
|
9830
10012
|
disabled: boolean;
|
|
9831
10013
|
distance: string | number;
|
|
9832
10014
|
container: string;
|
|
10015
|
+
shown: boolean;
|
|
10016
|
+
autoHide: boolean;
|
|
9833
10017
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9834
10018
|
header: {
|
|
9835
10019
|
type: import("vue").PropType<string>;
|
|
@@ -9875,9 +10059,17 @@ declare const _default: {
|
|
|
9875
10059
|
type: import("vue").PropType<string>;
|
|
9876
10060
|
default: string;
|
|
9877
10061
|
};
|
|
10062
|
+
shown: {
|
|
10063
|
+
type: import("vue").PropType<boolean>;
|
|
10064
|
+
default: any;
|
|
10065
|
+
};
|
|
10066
|
+
autoHide: {
|
|
10067
|
+
type: import("vue").PropType<boolean>;
|
|
10068
|
+
default: boolean;
|
|
10069
|
+
};
|
|
9878
10070
|
}>> & {
|
|
9879
10071
|
onShow?: () => any;
|
|
9880
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
|
|
10072
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
|
|
9881
10073
|
$attrs: {
|
|
9882
10074
|
[x: string]: unknown;
|
|
9883
10075
|
};
|
|
@@ -9936,6 +10128,14 @@ declare const _default: {
|
|
|
9936
10128
|
type: import("vue").PropType<string>;
|
|
9937
10129
|
default: string;
|
|
9938
10130
|
};
|
|
10131
|
+
shown: {
|
|
10132
|
+
type: import("vue").PropType<boolean>;
|
|
10133
|
+
default: any;
|
|
10134
|
+
};
|
|
10135
|
+
autoHide: {
|
|
10136
|
+
type: import("vue").PropType<boolean>;
|
|
10137
|
+
default: boolean;
|
|
10138
|
+
};
|
|
9939
10139
|
}>> & {
|
|
9940
10140
|
onShow?: () => any;
|
|
9941
10141
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9952,6 +10152,8 @@ declare const _default: {
|
|
|
9952
10152
|
disabled: boolean;
|
|
9953
10153
|
distance: string | number;
|
|
9954
10154
|
container: string;
|
|
10155
|
+
shown: boolean;
|
|
10156
|
+
autoHide: boolean;
|
|
9955
10157
|
}, {}, string> & {
|
|
9956
10158
|
beforeCreate?: (() => void) | (() => void)[];
|
|
9957
10159
|
created?: (() => void) | (() => void)[];
|
|
@@ -10017,6 +10219,14 @@ declare const _default: {
|
|
|
10017
10219
|
type: import("vue").PropType<string>;
|
|
10018
10220
|
default: string;
|
|
10019
10221
|
};
|
|
10222
|
+
shown: {
|
|
10223
|
+
type: import("vue").PropType<boolean>;
|
|
10224
|
+
default: any;
|
|
10225
|
+
};
|
|
10226
|
+
autoHide: {
|
|
10227
|
+
type: import("vue").PropType<boolean>;
|
|
10228
|
+
default: boolean;
|
|
10229
|
+
};
|
|
10020
10230
|
}>> & {
|
|
10021
10231
|
onShow?: () => any;
|
|
10022
10232
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -10068,6 +10278,14 @@ declare const _default: {
|
|
|
10068
10278
|
type: import("vue").PropType<string>;
|
|
10069
10279
|
default: string;
|
|
10070
10280
|
};
|
|
10281
|
+
shown: {
|
|
10282
|
+
type: import("vue").PropType<boolean>;
|
|
10283
|
+
default: any;
|
|
10284
|
+
};
|
|
10285
|
+
autoHide: {
|
|
10286
|
+
type: import("vue").PropType<boolean>;
|
|
10287
|
+
default: boolean;
|
|
10288
|
+
};
|
|
10071
10289
|
}>> & {
|
|
10072
10290
|
onShow?: () => any;
|
|
10073
10291
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -10084,6 +10302,8 @@ declare const _default: {
|
|
|
10084
10302
|
disabled: boolean;
|
|
10085
10303
|
distance: string | number;
|
|
10086
10304
|
container: string;
|
|
10305
|
+
shown: boolean;
|
|
10306
|
+
autoHide: boolean;
|
|
10087
10307
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10088
10308
|
$slots: {
|
|
10089
10309
|
default?(_: {}): any;
|
|
@@ -15765,9 +15985,10 @@ declare const _default: {
|
|
|
15765
15985
|
skidding: number;
|
|
15766
15986
|
modelValue: any;
|
|
15767
15987
|
selected: any;
|
|
15768
|
-
|
|
15988
|
+
valueToCopy: string;
|
|
15769
15989
|
placeholder: string;
|
|
15770
15990
|
multi: boolean;
|
|
15991
|
+
infiniteLoading: boolean;
|
|
15771
15992
|
showSelectAll: boolean;
|
|
15772
15993
|
defaultOpen: boolean;
|
|
15773
15994
|
keepOpen: boolean;
|
|
@@ -15786,14 +16007,15 @@ declare const _default: {
|
|
|
15786
16007
|
onSearch: (option: any, term: string) => boolean;
|
|
15787
16008
|
noResultsText: string;
|
|
15788
16009
|
searchAutoFocus: boolean;
|
|
16010
|
+
onClearSearch: () => void;
|
|
15789
16011
|
optionNameKey: string;
|
|
15790
16012
|
optionIconKey: string;
|
|
15791
16013
|
optionImageKey: string;
|
|
15792
16014
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15793
16015
|
optionEndIconKey: string;
|
|
15794
16016
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16017
|
+
optionsEndTextIconKey: string;
|
|
15795
16018
|
optionFlagKey: string;
|
|
15796
|
-
valueToCopy: string;
|
|
15797
16019
|
disabledOptionKey: string;
|
|
15798
16020
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15799
16021
|
optionTwoLinesKey: string;
|
|
@@ -15805,6 +16027,7 @@ declare const _default: {
|
|
|
15805
16027
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
15806
16028
|
disableVirtualScroll: boolean;
|
|
15807
16029
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16030
|
+
withConditions: boolean;
|
|
15808
16031
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
15809
16032
|
theme: {
|
|
15810
16033
|
type: import("vue").PropType<string>;
|
|
@@ -15849,13 +16072,13 @@ declare const _default: {
|
|
|
15849
16072
|
loading: {
|
|
15850
16073
|
type: import("vue").PropType<boolean>;
|
|
15851
16074
|
};
|
|
16075
|
+
isOpen: {
|
|
16076
|
+
type: import("vue").PropType<boolean>;
|
|
16077
|
+
};
|
|
15852
16078
|
skidding: {
|
|
15853
16079
|
type: import("vue").PropType<number>;
|
|
15854
16080
|
default: number;
|
|
15855
16081
|
};
|
|
15856
|
-
isOpen: {
|
|
15857
|
-
type: import("vue").PropType<boolean>;
|
|
15858
|
-
};
|
|
15859
16082
|
modelValue: {
|
|
15860
16083
|
type: import("vue").PropType<unknown>;
|
|
15861
16084
|
default: any;
|
|
@@ -15864,14 +16087,14 @@ declare const _default: {
|
|
|
15864
16087
|
type: import("vue").PropType<unknown>;
|
|
15865
16088
|
default: any;
|
|
15866
16089
|
};
|
|
16090
|
+
valueToCopy: {
|
|
16091
|
+
type: import("vue").PropType<string>;
|
|
16092
|
+
default: any;
|
|
16093
|
+
};
|
|
15867
16094
|
options: {
|
|
15868
16095
|
type: import("vue").PropType<unknown[]>;
|
|
15869
16096
|
required: true;
|
|
15870
16097
|
};
|
|
15871
|
-
onClear: {
|
|
15872
|
-
type: import("vue").PropType<() => void>;
|
|
15873
|
-
default: () => true;
|
|
15874
|
-
};
|
|
15875
16098
|
placeholder: {
|
|
15876
16099
|
type: import("vue").PropType<string>;
|
|
15877
16100
|
default: string;
|
|
@@ -15880,6 +16103,13 @@ declare const _default: {
|
|
|
15880
16103
|
type: import("vue").PropType<boolean>;
|
|
15881
16104
|
default: boolean;
|
|
15882
16105
|
};
|
|
16106
|
+
loadMoreLoading: {
|
|
16107
|
+
type: import("vue").PropType<boolean>;
|
|
16108
|
+
};
|
|
16109
|
+
infiniteLoading: {
|
|
16110
|
+
type: import("vue").PropType<boolean>;
|
|
16111
|
+
default: boolean;
|
|
16112
|
+
};
|
|
15883
16113
|
showSelectAll: {
|
|
15884
16114
|
type: import("vue").PropType<boolean>;
|
|
15885
16115
|
default: boolean;
|
|
@@ -15952,6 +16182,10 @@ declare const _default: {
|
|
|
15952
16182
|
type: import("vue").PropType<boolean>;
|
|
15953
16183
|
default: boolean;
|
|
15954
16184
|
};
|
|
16185
|
+
onClearSearch: {
|
|
16186
|
+
type: import("vue").PropType<() => void>;
|
|
16187
|
+
default: () => true;
|
|
16188
|
+
};
|
|
15955
16189
|
displayValue: {
|
|
15956
16190
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
15957
16191
|
required: true;
|
|
@@ -15980,11 +16214,11 @@ declare const _default: {
|
|
|
15980
16214
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
15981
16215
|
default: any;
|
|
15982
16216
|
};
|
|
15983
|
-
|
|
16217
|
+
optionsEndTextIconKey: {
|
|
15984
16218
|
type: import("vue").PropType<string>;
|
|
15985
16219
|
default: any;
|
|
15986
16220
|
};
|
|
15987
|
-
|
|
16221
|
+
optionFlagKey: {
|
|
15988
16222
|
type: import("vue").PropType<string>;
|
|
15989
16223
|
default: any;
|
|
15990
16224
|
};
|
|
@@ -16032,17 +16266,23 @@ declare const _default: {
|
|
|
16032
16266
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16033
16267
|
default: any;
|
|
16034
16268
|
};
|
|
16269
|
+
withConditions: {
|
|
16270
|
+
type: import("vue").PropType<boolean>;
|
|
16271
|
+
default: boolean;
|
|
16272
|
+
};
|
|
16035
16273
|
}>> & {
|
|
16036
16274
|
onCopyToClipboard?: () => any;
|
|
16037
16275
|
onClear?: () => any;
|
|
16038
16276
|
onApply?: (value: unknown) => any;
|
|
16039
16277
|
onSelectAll?: () => any;
|
|
16040
16278
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16279
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16041
16280
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16042
16281
|
onOnsearch?: (value: string) => any;
|
|
16282
|
+
onLoadMore?: () => any;
|
|
16043
16283
|
onOpened?: () => any;
|
|
16044
16284
|
onClosed?: () => any;
|
|
16045
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "
|
|
16285
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
16046
16286
|
$attrs: {
|
|
16047
16287
|
[x: string]: unknown;
|
|
16048
16288
|
};
|
|
@@ -16054,7 +16294,7 @@ declare const _default: {
|
|
|
16054
16294
|
}>;
|
|
16055
16295
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
16056
16296
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
16057
|
-
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
16297
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
16058
16298
|
$el: any;
|
|
16059
16299
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
16060
16300
|
theme: {
|
|
@@ -16100,13 +16340,13 @@ declare const _default: {
|
|
|
16100
16340
|
loading: {
|
|
16101
16341
|
type: import("vue").PropType<boolean>;
|
|
16102
16342
|
};
|
|
16343
|
+
isOpen: {
|
|
16344
|
+
type: import("vue").PropType<boolean>;
|
|
16345
|
+
};
|
|
16103
16346
|
skidding: {
|
|
16104
16347
|
type: import("vue").PropType<number>;
|
|
16105
16348
|
default: number;
|
|
16106
16349
|
};
|
|
16107
|
-
isOpen: {
|
|
16108
|
-
type: import("vue").PropType<boolean>;
|
|
16109
|
-
};
|
|
16110
16350
|
modelValue: {
|
|
16111
16351
|
type: import("vue").PropType<unknown>;
|
|
16112
16352
|
default: any;
|
|
@@ -16115,14 +16355,14 @@ declare const _default: {
|
|
|
16115
16355
|
type: import("vue").PropType<unknown>;
|
|
16116
16356
|
default: any;
|
|
16117
16357
|
};
|
|
16358
|
+
valueToCopy: {
|
|
16359
|
+
type: import("vue").PropType<string>;
|
|
16360
|
+
default: any;
|
|
16361
|
+
};
|
|
16118
16362
|
options: {
|
|
16119
16363
|
type: import("vue").PropType<unknown[]>;
|
|
16120
16364
|
required: true;
|
|
16121
16365
|
};
|
|
16122
|
-
onClear: {
|
|
16123
|
-
type: import("vue").PropType<() => void>;
|
|
16124
|
-
default: () => true;
|
|
16125
|
-
};
|
|
16126
16366
|
placeholder: {
|
|
16127
16367
|
type: import("vue").PropType<string>;
|
|
16128
16368
|
default: string;
|
|
@@ -16131,6 +16371,13 @@ declare const _default: {
|
|
|
16131
16371
|
type: import("vue").PropType<boolean>;
|
|
16132
16372
|
default: boolean;
|
|
16133
16373
|
};
|
|
16374
|
+
loadMoreLoading: {
|
|
16375
|
+
type: import("vue").PropType<boolean>;
|
|
16376
|
+
};
|
|
16377
|
+
infiniteLoading: {
|
|
16378
|
+
type: import("vue").PropType<boolean>;
|
|
16379
|
+
default: boolean;
|
|
16380
|
+
};
|
|
16134
16381
|
showSelectAll: {
|
|
16135
16382
|
type: import("vue").PropType<boolean>;
|
|
16136
16383
|
default: boolean;
|
|
@@ -16203,6 +16450,10 @@ declare const _default: {
|
|
|
16203
16450
|
type: import("vue").PropType<boolean>;
|
|
16204
16451
|
default: boolean;
|
|
16205
16452
|
};
|
|
16453
|
+
onClearSearch: {
|
|
16454
|
+
type: import("vue").PropType<() => void>;
|
|
16455
|
+
default: () => true;
|
|
16456
|
+
};
|
|
16206
16457
|
displayValue: {
|
|
16207
16458
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16208
16459
|
required: true;
|
|
@@ -16231,11 +16482,11 @@ declare const _default: {
|
|
|
16231
16482
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16232
16483
|
default: any;
|
|
16233
16484
|
};
|
|
16234
|
-
|
|
16485
|
+
optionsEndTextIconKey: {
|
|
16235
16486
|
type: import("vue").PropType<string>;
|
|
16236
16487
|
default: any;
|
|
16237
16488
|
};
|
|
16238
|
-
|
|
16489
|
+
optionFlagKey: {
|
|
16239
16490
|
type: import("vue").PropType<string>;
|
|
16240
16491
|
default: any;
|
|
16241
16492
|
};
|
|
@@ -16283,14 +16534,20 @@ declare const _default: {
|
|
|
16283
16534
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16284
16535
|
default: any;
|
|
16285
16536
|
};
|
|
16537
|
+
withConditions: {
|
|
16538
|
+
type: import("vue").PropType<boolean>;
|
|
16539
|
+
default: boolean;
|
|
16540
|
+
};
|
|
16286
16541
|
}>> & {
|
|
16287
16542
|
onCopyToClipboard?: () => any;
|
|
16288
16543
|
onClear?: () => any;
|
|
16289
16544
|
onApply?: (value: unknown) => any;
|
|
16290
16545
|
onSelectAll?: () => any;
|
|
16291
16546
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16547
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16292
16548
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16293
16549
|
onOnsearch?: (value: string) => any;
|
|
16550
|
+
onLoadMore?: () => any;
|
|
16294
16551
|
onOpened?: () => any;
|
|
16295
16552
|
onClosed?: () => any;
|
|
16296
16553
|
}, {
|
|
@@ -16306,6 +16563,8 @@ declare const _default: {
|
|
|
16306
16563
|
clear: () => void;
|
|
16307
16564
|
copyToClipboard: () => void;
|
|
16308
16565
|
onsearch: (value: string) => void;
|
|
16566
|
+
loadMore: () => void;
|
|
16567
|
+
allSelectedChanged: (value: boolean) => void;
|
|
16309
16568
|
}, string, {
|
|
16310
16569
|
theme: string;
|
|
16311
16570
|
testId: string;
|
|
@@ -16320,9 +16579,10 @@ declare const _default: {
|
|
|
16320
16579
|
skidding: number;
|
|
16321
16580
|
modelValue: any;
|
|
16322
16581
|
selected: any;
|
|
16323
|
-
|
|
16582
|
+
valueToCopy: string;
|
|
16324
16583
|
placeholder: string;
|
|
16325
16584
|
multi: boolean;
|
|
16585
|
+
infiniteLoading: boolean;
|
|
16326
16586
|
showSelectAll: boolean;
|
|
16327
16587
|
defaultOpen: boolean;
|
|
16328
16588
|
keepOpen: boolean;
|
|
@@ -16341,14 +16601,15 @@ declare const _default: {
|
|
|
16341
16601
|
onSearch: (option: any, term: string) => boolean;
|
|
16342
16602
|
noResultsText: string;
|
|
16343
16603
|
searchAutoFocus: boolean;
|
|
16604
|
+
onClearSearch: () => void;
|
|
16344
16605
|
optionNameKey: string;
|
|
16345
16606
|
optionIconKey: string;
|
|
16346
16607
|
optionImageKey: string;
|
|
16347
16608
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16348
16609
|
optionEndIconKey: string;
|
|
16349
16610
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16611
|
+
optionsEndTextIconKey: string;
|
|
16350
16612
|
optionFlagKey: string;
|
|
16351
|
-
valueToCopy: string;
|
|
16352
16613
|
disabledOptionKey: string;
|
|
16353
16614
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16354
16615
|
optionTwoLinesKey: string;
|
|
@@ -16360,6 +16621,7 @@ declare const _default: {
|
|
|
16360
16621
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16361
16622
|
disableVirtualScroll: boolean;
|
|
16362
16623
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16624
|
+
withConditions: boolean;
|
|
16363
16625
|
}, {}, string> & {
|
|
16364
16626
|
beforeCreate?: (() => void) | (() => void)[];
|
|
16365
16627
|
created?: (() => void) | (() => void)[];
|
|
@@ -16424,13 +16686,13 @@ declare const _default: {
|
|
|
16424
16686
|
loading: {
|
|
16425
16687
|
type: import("vue").PropType<boolean>;
|
|
16426
16688
|
};
|
|
16689
|
+
isOpen: {
|
|
16690
|
+
type: import("vue").PropType<boolean>;
|
|
16691
|
+
};
|
|
16427
16692
|
skidding: {
|
|
16428
16693
|
type: import("vue").PropType<number>;
|
|
16429
16694
|
default: number;
|
|
16430
16695
|
};
|
|
16431
|
-
isOpen: {
|
|
16432
|
-
type: import("vue").PropType<boolean>;
|
|
16433
|
-
};
|
|
16434
16696
|
modelValue: {
|
|
16435
16697
|
type: import("vue").PropType<unknown>;
|
|
16436
16698
|
default: any;
|
|
@@ -16439,14 +16701,14 @@ declare const _default: {
|
|
|
16439
16701
|
type: import("vue").PropType<unknown>;
|
|
16440
16702
|
default: any;
|
|
16441
16703
|
};
|
|
16704
|
+
valueToCopy: {
|
|
16705
|
+
type: import("vue").PropType<string>;
|
|
16706
|
+
default: any;
|
|
16707
|
+
};
|
|
16442
16708
|
options: {
|
|
16443
16709
|
type: import("vue").PropType<unknown[]>;
|
|
16444
16710
|
required: true;
|
|
16445
16711
|
};
|
|
16446
|
-
onClear: {
|
|
16447
|
-
type: import("vue").PropType<() => void>;
|
|
16448
|
-
default: () => true;
|
|
16449
|
-
};
|
|
16450
16712
|
placeholder: {
|
|
16451
16713
|
type: import("vue").PropType<string>;
|
|
16452
16714
|
default: string;
|
|
@@ -16455,6 +16717,13 @@ declare const _default: {
|
|
|
16455
16717
|
type: import("vue").PropType<boolean>;
|
|
16456
16718
|
default: boolean;
|
|
16457
16719
|
};
|
|
16720
|
+
loadMoreLoading: {
|
|
16721
|
+
type: import("vue").PropType<boolean>;
|
|
16722
|
+
};
|
|
16723
|
+
infiniteLoading: {
|
|
16724
|
+
type: import("vue").PropType<boolean>;
|
|
16725
|
+
default: boolean;
|
|
16726
|
+
};
|
|
16458
16727
|
showSelectAll: {
|
|
16459
16728
|
type: import("vue").PropType<boolean>;
|
|
16460
16729
|
default: boolean;
|
|
@@ -16527,6 +16796,10 @@ declare const _default: {
|
|
|
16527
16796
|
type: import("vue").PropType<boolean>;
|
|
16528
16797
|
default: boolean;
|
|
16529
16798
|
};
|
|
16799
|
+
onClearSearch: {
|
|
16800
|
+
type: import("vue").PropType<() => void>;
|
|
16801
|
+
default: () => true;
|
|
16802
|
+
};
|
|
16530
16803
|
displayValue: {
|
|
16531
16804
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16532
16805
|
required: true;
|
|
@@ -16555,11 +16828,11 @@ declare const _default: {
|
|
|
16555
16828
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16556
16829
|
default: any;
|
|
16557
16830
|
};
|
|
16558
|
-
|
|
16831
|
+
optionsEndTextIconKey: {
|
|
16559
16832
|
type: import("vue").PropType<string>;
|
|
16560
16833
|
default: any;
|
|
16561
16834
|
};
|
|
16562
|
-
|
|
16835
|
+
optionFlagKey: {
|
|
16563
16836
|
type: import("vue").PropType<string>;
|
|
16564
16837
|
default: any;
|
|
16565
16838
|
};
|
|
@@ -16607,14 +16880,20 @@ declare const _default: {
|
|
|
16607
16880
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16608
16881
|
default: any;
|
|
16609
16882
|
};
|
|
16883
|
+
withConditions: {
|
|
16884
|
+
type: import("vue").PropType<boolean>;
|
|
16885
|
+
default: boolean;
|
|
16886
|
+
};
|
|
16610
16887
|
}>> & {
|
|
16611
16888
|
onCopyToClipboard?: () => any;
|
|
16612
16889
|
onClear?: () => any;
|
|
16613
16890
|
onApply?: (value: unknown) => any;
|
|
16614
16891
|
onSelectAll?: () => any;
|
|
16615
16892
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16893
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16616
16894
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16617
16895
|
onOnsearch?: (value: string) => any;
|
|
16896
|
+
onLoadMore?: () => any;
|
|
16618
16897
|
onOpened?: () => any;
|
|
16619
16898
|
onClosed?: () => any;
|
|
16620
16899
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -16668,13 +16947,13 @@ declare const _default: {
|
|
|
16668
16947
|
loading: {
|
|
16669
16948
|
type: import("vue").PropType<boolean>;
|
|
16670
16949
|
};
|
|
16950
|
+
isOpen: {
|
|
16951
|
+
type: import("vue").PropType<boolean>;
|
|
16952
|
+
};
|
|
16671
16953
|
skidding: {
|
|
16672
16954
|
type: import("vue").PropType<number>;
|
|
16673
16955
|
default: number;
|
|
16674
16956
|
};
|
|
16675
|
-
isOpen: {
|
|
16676
|
-
type: import("vue").PropType<boolean>;
|
|
16677
|
-
};
|
|
16678
16957
|
modelValue: {
|
|
16679
16958
|
type: import("vue").PropType<unknown>;
|
|
16680
16959
|
default: any;
|
|
@@ -16683,14 +16962,14 @@ declare const _default: {
|
|
|
16683
16962
|
type: import("vue").PropType<unknown>;
|
|
16684
16963
|
default: any;
|
|
16685
16964
|
};
|
|
16965
|
+
valueToCopy: {
|
|
16966
|
+
type: import("vue").PropType<string>;
|
|
16967
|
+
default: any;
|
|
16968
|
+
};
|
|
16686
16969
|
options: {
|
|
16687
16970
|
type: import("vue").PropType<unknown[]>;
|
|
16688
16971
|
required: true;
|
|
16689
16972
|
};
|
|
16690
|
-
onClear: {
|
|
16691
|
-
type: import("vue").PropType<() => void>;
|
|
16692
|
-
default: () => true;
|
|
16693
|
-
};
|
|
16694
16973
|
placeholder: {
|
|
16695
16974
|
type: import("vue").PropType<string>;
|
|
16696
16975
|
default: string;
|
|
@@ -16699,6 +16978,13 @@ declare const _default: {
|
|
|
16699
16978
|
type: import("vue").PropType<boolean>;
|
|
16700
16979
|
default: boolean;
|
|
16701
16980
|
};
|
|
16981
|
+
loadMoreLoading: {
|
|
16982
|
+
type: import("vue").PropType<boolean>;
|
|
16983
|
+
};
|
|
16984
|
+
infiniteLoading: {
|
|
16985
|
+
type: import("vue").PropType<boolean>;
|
|
16986
|
+
default: boolean;
|
|
16987
|
+
};
|
|
16702
16988
|
showSelectAll: {
|
|
16703
16989
|
type: import("vue").PropType<boolean>;
|
|
16704
16990
|
default: boolean;
|
|
@@ -16771,6 +17057,10 @@ declare const _default: {
|
|
|
16771
17057
|
type: import("vue").PropType<boolean>;
|
|
16772
17058
|
default: boolean;
|
|
16773
17059
|
};
|
|
17060
|
+
onClearSearch: {
|
|
17061
|
+
type: import("vue").PropType<() => void>;
|
|
17062
|
+
default: () => true;
|
|
17063
|
+
};
|
|
16774
17064
|
displayValue: {
|
|
16775
17065
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16776
17066
|
required: true;
|
|
@@ -16799,11 +17089,11 @@ declare const _default: {
|
|
|
16799
17089
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16800
17090
|
default: any;
|
|
16801
17091
|
};
|
|
16802
|
-
|
|
17092
|
+
optionsEndTextIconKey: {
|
|
16803
17093
|
type: import("vue").PropType<string>;
|
|
16804
17094
|
default: any;
|
|
16805
17095
|
};
|
|
16806
|
-
|
|
17096
|
+
optionFlagKey: {
|
|
16807
17097
|
type: import("vue").PropType<string>;
|
|
16808
17098
|
default: any;
|
|
16809
17099
|
};
|
|
@@ -16851,14 +17141,20 @@ declare const _default: {
|
|
|
16851
17141
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16852
17142
|
default: any;
|
|
16853
17143
|
};
|
|
17144
|
+
withConditions: {
|
|
17145
|
+
type: import("vue").PropType<boolean>;
|
|
17146
|
+
default: boolean;
|
|
17147
|
+
};
|
|
16854
17148
|
}>> & {
|
|
16855
17149
|
onCopyToClipboard?: () => any;
|
|
16856
17150
|
onClear?: () => any;
|
|
16857
17151
|
onApply?: (value: unknown) => any;
|
|
16858
17152
|
onSelectAll?: () => any;
|
|
16859
17153
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
17154
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16860
17155
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16861
17156
|
onOnsearch?: (value: string) => any;
|
|
17157
|
+
onLoadMore?: () => any;
|
|
16862
17158
|
onOpened?: () => any;
|
|
16863
17159
|
onClosed?: () => any;
|
|
16864
17160
|
}, {
|
|
@@ -16874,6 +17170,8 @@ declare const _default: {
|
|
|
16874
17170
|
clear: () => void;
|
|
16875
17171
|
copyToClipboard: () => void;
|
|
16876
17172
|
onsearch: (value: string) => void;
|
|
17173
|
+
loadMore: () => void;
|
|
17174
|
+
allSelectedChanged: (value: boolean) => void;
|
|
16877
17175
|
}, string, {
|
|
16878
17176
|
theme: string;
|
|
16879
17177
|
testId: string;
|
|
@@ -16888,9 +17186,10 @@ declare const _default: {
|
|
|
16888
17186
|
skidding: number;
|
|
16889
17187
|
modelValue: any;
|
|
16890
17188
|
selected: any;
|
|
16891
|
-
|
|
17189
|
+
valueToCopy: string;
|
|
16892
17190
|
placeholder: string;
|
|
16893
17191
|
multi: boolean;
|
|
17192
|
+
infiniteLoading: boolean;
|
|
16894
17193
|
showSelectAll: boolean;
|
|
16895
17194
|
defaultOpen: boolean;
|
|
16896
17195
|
keepOpen: boolean;
|
|
@@ -16909,14 +17208,15 @@ declare const _default: {
|
|
|
16909
17208
|
onSearch: (option: any, term: string) => boolean;
|
|
16910
17209
|
noResultsText: string;
|
|
16911
17210
|
searchAutoFocus: boolean;
|
|
17211
|
+
onClearSearch: () => void;
|
|
16912
17212
|
optionNameKey: string;
|
|
16913
17213
|
optionIconKey: string;
|
|
16914
17214
|
optionImageKey: string;
|
|
16915
17215
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16916
17216
|
optionEndIconKey: string;
|
|
16917
17217
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17218
|
+
optionsEndTextIconKey: string;
|
|
16918
17219
|
optionFlagKey: string;
|
|
16919
|
-
valueToCopy: string;
|
|
16920
17220
|
disabledOptionKey: string;
|
|
16921
17221
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16922
17222
|
optionTwoLinesKey: string;
|
|
@@ -16928,6 +17228,7 @@ declare const _default: {
|
|
|
16928
17228
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16929
17229
|
disableVirtualScroll: boolean;
|
|
16930
17230
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
17231
|
+
withConditions: boolean;
|
|
16931
17232
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
16932
17233
|
$slots: {
|
|
16933
17234
|
label?(_: {}): any;
|
|
@@ -16956,6 +17257,7 @@ declare const _default: {
|
|
|
16956
17257
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16957
17258
|
optionAndIconKey: string;
|
|
16958
17259
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17260
|
+
optionsEndTextIconKey: string;
|
|
16959
17261
|
optionFlagKey: string;
|
|
16960
17262
|
feedbackVariant: "success" | "warning" | "error";
|
|
16961
17263
|
valueToCopy: string;
|
|
@@ -16967,10 +17269,13 @@ declare const _default: {
|
|
|
16967
17269
|
onClick: () => void;
|
|
16968
17270
|
};
|
|
16969
17271
|
}): any;
|
|
17272
|
+
"dropdown-conditions"?(_: {}): any;
|
|
16970
17273
|
"inline-search"?(_: {}): any;
|
|
16971
17274
|
"input-list"?(_: {
|
|
16972
17275
|
open: true;
|
|
16973
17276
|
}): any;
|
|
17277
|
+
"custom-list-area"?(_: {}): any;
|
|
17278
|
+
"select-all"?(_: {}): any;
|
|
16974
17279
|
"group-option"?(_: {}): any;
|
|
16975
17280
|
default?(_: {
|
|
16976
17281
|
option: unknown;
|
|
@@ -17630,6 +17935,14 @@ declare const _default: {
|
|
|
17630
17935
|
required: true;
|
|
17631
17936
|
default: string;
|
|
17632
17937
|
};
|
|
17938
|
+
cancelAllSelectedDisplay: {
|
|
17939
|
+
type: import("vue").PropType<boolean>;
|
|
17940
|
+
default: boolean;
|
|
17941
|
+
};
|
|
17942
|
+
displayValueInQuotes: {
|
|
17943
|
+
type: import("vue").PropType<boolean>;
|
|
17944
|
+
default: boolean;
|
|
17945
|
+
};
|
|
17633
17946
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17634
17947
|
clear: () => void;
|
|
17635
17948
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -17680,6 +17993,14 @@ declare const _default: {
|
|
|
17680
17993
|
required: true;
|
|
17681
17994
|
default: string;
|
|
17682
17995
|
};
|
|
17996
|
+
cancelAllSelectedDisplay: {
|
|
17997
|
+
type: import("vue").PropType<boolean>;
|
|
17998
|
+
default: boolean;
|
|
17999
|
+
};
|
|
18000
|
+
displayValueInQuotes: {
|
|
18001
|
+
type: import("vue").PropType<boolean>;
|
|
18002
|
+
default: boolean;
|
|
18003
|
+
};
|
|
17683
18004
|
}>> & {
|
|
17684
18005
|
onClear?: () => any;
|
|
17685
18006
|
}, {
|
|
@@ -17690,6 +18011,8 @@ declare const _default: {
|
|
|
17690
18011
|
feedbackVariant: string;
|
|
17691
18012
|
allSelected: boolean;
|
|
17692
18013
|
displayedValue: any;
|
|
18014
|
+
cancelAllSelectedDisplay: boolean;
|
|
18015
|
+
displayValueInQuotes: boolean;
|
|
17693
18016
|
}>;
|
|
17694
18017
|
ButtonDropdownTrigger: {
|
|
17695
18018
|
new (...args: any[]): {
|
|
@@ -18016,6 +18339,7 @@ declare const _default: {
|
|
|
18016
18339
|
open: boolean;
|
|
18017
18340
|
mandatory: boolean;
|
|
18018
18341
|
loading: boolean;
|
|
18342
|
+
valueToCopy: string;
|
|
18019
18343
|
options: unknown[];
|
|
18020
18344
|
singleAppSelection: boolean;
|
|
18021
18345
|
placeholder: string;
|
|
@@ -18026,7 +18350,6 @@ declare const _default: {
|
|
|
18026
18350
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18027
18351
|
optionEndIconKey: string;
|
|
18028
18352
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18029
|
-
valueToCopy: string;
|
|
18030
18353
|
selectedOption: any;
|
|
18031
18354
|
brandIconType: "android" | "ios";
|
|
18032
18355
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -18060,6 +18383,10 @@ declare const _default: {
|
|
|
18060
18383
|
type: import("vue").PropType<boolean>;
|
|
18061
18384
|
default: boolean;
|
|
18062
18385
|
};
|
|
18386
|
+
valueToCopy: {
|
|
18387
|
+
type: import("vue").PropType<string>;
|
|
18388
|
+
default: any;
|
|
18389
|
+
};
|
|
18063
18390
|
options: {
|
|
18064
18391
|
type: import("vue").PropType<unknown[]>;
|
|
18065
18392
|
default: any;
|
|
@@ -18104,10 +18431,6 @@ declare const _default: {
|
|
|
18104
18431
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18105
18432
|
default: any;
|
|
18106
18433
|
};
|
|
18107
|
-
valueToCopy: {
|
|
18108
|
-
type: import("vue").PropType<string>;
|
|
18109
|
-
default: any;
|
|
18110
|
-
};
|
|
18111
18434
|
selectedOption: {
|
|
18112
18435
|
type: import("vue").PropType<unknown>;
|
|
18113
18436
|
default: any;
|
|
@@ -18119,7 +18442,7 @@ declare const _default: {
|
|
|
18119
18442
|
}>> & {
|
|
18120
18443
|
onClick?: () => any;
|
|
18121
18444
|
onCopyToClipboard?: () => any;
|
|
18122
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
18445
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
|
|
18123
18446
|
$attrs: {
|
|
18124
18447
|
[x: string]: unknown;
|
|
18125
18448
|
};
|
|
@@ -18164,6 +18487,10 @@ declare const _default: {
|
|
|
18164
18487
|
type: import("vue").PropType<boolean>;
|
|
18165
18488
|
default: boolean;
|
|
18166
18489
|
};
|
|
18490
|
+
valueToCopy: {
|
|
18491
|
+
type: import("vue").PropType<string>;
|
|
18492
|
+
default: any;
|
|
18493
|
+
};
|
|
18167
18494
|
options: {
|
|
18168
18495
|
type: import("vue").PropType<unknown[]>;
|
|
18169
18496
|
default: any;
|
|
@@ -18208,10 +18535,6 @@ declare const _default: {
|
|
|
18208
18535
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18209
18536
|
default: any;
|
|
18210
18537
|
};
|
|
18211
|
-
valueToCopy: {
|
|
18212
|
-
type: import("vue").PropType<string>;
|
|
18213
|
-
default: any;
|
|
18214
|
-
};
|
|
18215
18538
|
selectedOption: {
|
|
18216
18539
|
type: import("vue").PropType<unknown>;
|
|
18217
18540
|
default: any;
|
|
@@ -18234,6 +18557,7 @@ declare const _default: {
|
|
|
18234
18557
|
open: boolean;
|
|
18235
18558
|
mandatory: boolean;
|
|
18236
18559
|
loading: boolean;
|
|
18560
|
+
valueToCopy: string;
|
|
18237
18561
|
options: unknown[];
|
|
18238
18562
|
singleAppSelection: boolean;
|
|
18239
18563
|
placeholder: string;
|
|
@@ -18244,7 +18568,6 @@ declare const _default: {
|
|
|
18244
18568
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18245
18569
|
optionEndIconKey: string;
|
|
18246
18570
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18247
|
-
valueToCopy: string;
|
|
18248
18571
|
selectedOption: any;
|
|
18249
18572
|
brandIconType: "android" | "ios";
|
|
18250
18573
|
}, {}, string> & {
|
|
@@ -18298,6 +18621,10 @@ declare const _default: {
|
|
|
18298
18621
|
type: import("vue").PropType<boolean>;
|
|
18299
18622
|
default: boolean;
|
|
18300
18623
|
};
|
|
18624
|
+
valueToCopy: {
|
|
18625
|
+
type: import("vue").PropType<string>;
|
|
18626
|
+
default: any;
|
|
18627
|
+
};
|
|
18301
18628
|
options: {
|
|
18302
18629
|
type: import("vue").PropType<unknown[]>;
|
|
18303
18630
|
default: any;
|
|
@@ -18342,10 +18669,6 @@ declare const _default: {
|
|
|
18342
18669
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18343
18670
|
default: any;
|
|
18344
18671
|
};
|
|
18345
|
-
valueToCopy: {
|
|
18346
|
-
type: import("vue").PropType<string>;
|
|
18347
|
-
default: any;
|
|
18348
|
-
};
|
|
18349
18672
|
selectedOption: {
|
|
18350
18673
|
type: import("vue").PropType<unknown>;
|
|
18351
18674
|
default: any;
|
|
@@ -18392,6 +18715,10 @@ declare const _default: {
|
|
|
18392
18715
|
type: import("vue").PropType<boolean>;
|
|
18393
18716
|
default: boolean;
|
|
18394
18717
|
};
|
|
18718
|
+
valueToCopy: {
|
|
18719
|
+
type: import("vue").PropType<string>;
|
|
18720
|
+
default: any;
|
|
18721
|
+
};
|
|
18395
18722
|
options: {
|
|
18396
18723
|
type: import("vue").PropType<unknown[]>;
|
|
18397
18724
|
default: any;
|
|
@@ -18436,10 +18763,6 @@ declare const _default: {
|
|
|
18436
18763
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18437
18764
|
default: any;
|
|
18438
18765
|
};
|
|
18439
|
-
valueToCopy: {
|
|
18440
|
-
type: import("vue").PropType<string>;
|
|
18441
|
-
default: any;
|
|
18442
|
-
};
|
|
18443
18766
|
selectedOption: {
|
|
18444
18767
|
type: import("vue").PropType<unknown>;
|
|
18445
18768
|
default: any;
|
|
@@ -18462,6 +18785,7 @@ declare const _default: {
|
|
|
18462
18785
|
open: boolean;
|
|
18463
18786
|
mandatory: boolean;
|
|
18464
18787
|
loading: boolean;
|
|
18788
|
+
valueToCopy: string;
|
|
18465
18789
|
options: unknown[];
|
|
18466
18790
|
singleAppSelection: boolean;
|
|
18467
18791
|
placeholder: string;
|
|
@@ -18472,7 +18796,6 @@ declare const _default: {
|
|
|
18472
18796
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18473
18797
|
optionEndIconKey: string;
|
|
18474
18798
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18475
|
-
valueToCopy: string;
|
|
18476
18799
|
selectedOption: any;
|
|
18477
18800
|
brandIconType: "android" | "ios";
|
|
18478
18801
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -19081,6 +19404,7 @@ declare const _default: {
|
|
|
19081
19404
|
open: boolean;
|
|
19082
19405
|
mandatory: boolean;
|
|
19083
19406
|
loading: boolean;
|
|
19407
|
+
valueToCopy: string;
|
|
19084
19408
|
options: unknown[];
|
|
19085
19409
|
singleAppSelection: boolean;
|
|
19086
19410
|
placeholder: string;
|
|
@@ -19091,7 +19415,6 @@ declare const _default: {
|
|
|
19091
19415
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19092
19416
|
optionEndIconKey: string;
|
|
19093
19417
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19094
|
-
valueToCopy: string;
|
|
19095
19418
|
selectedOption: any;
|
|
19096
19419
|
brandIconType: "android" | "ios";
|
|
19097
19420
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -19125,6 +19448,10 @@ declare const _default: {
|
|
|
19125
19448
|
type: import("vue").PropType<boolean>;
|
|
19126
19449
|
default: boolean;
|
|
19127
19450
|
};
|
|
19451
|
+
valueToCopy: {
|
|
19452
|
+
type: import("vue").PropType<string>;
|
|
19453
|
+
default: any;
|
|
19454
|
+
};
|
|
19128
19455
|
options: {
|
|
19129
19456
|
type: import("vue").PropType<unknown[]>;
|
|
19130
19457
|
default: any;
|
|
@@ -19169,10 +19496,6 @@ declare const _default: {
|
|
|
19169
19496
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19170
19497
|
default: any;
|
|
19171
19498
|
};
|
|
19172
|
-
valueToCopy: {
|
|
19173
|
-
type: import("vue").PropType<string>;
|
|
19174
|
-
default: any;
|
|
19175
|
-
};
|
|
19176
19499
|
selectedOption: {
|
|
19177
19500
|
type: import("vue").PropType<unknown>;
|
|
19178
19501
|
default: any;
|
|
@@ -19184,7 +19507,7 @@ declare const _default: {
|
|
|
19184
19507
|
}>> & {
|
|
19185
19508
|
onClick?: () => any;
|
|
19186
19509
|
onCopyToClipboard?: () => any;
|
|
19187
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
19510
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
|
|
19188
19511
|
$attrs: {
|
|
19189
19512
|
[x: string]: unknown;
|
|
19190
19513
|
};
|
|
@@ -19229,6 +19552,10 @@ declare const _default: {
|
|
|
19229
19552
|
type: import("vue").PropType<boolean>;
|
|
19230
19553
|
default: boolean;
|
|
19231
19554
|
};
|
|
19555
|
+
valueToCopy: {
|
|
19556
|
+
type: import("vue").PropType<string>;
|
|
19557
|
+
default: any;
|
|
19558
|
+
};
|
|
19232
19559
|
options: {
|
|
19233
19560
|
type: import("vue").PropType<unknown[]>;
|
|
19234
19561
|
default: any;
|
|
@@ -19273,10 +19600,6 @@ declare const _default: {
|
|
|
19273
19600
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19274
19601
|
default: any;
|
|
19275
19602
|
};
|
|
19276
|
-
valueToCopy: {
|
|
19277
|
-
type: import("vue").PropType<string>;
|
|
19278
|
-
default: any;
|
|
19279
|
-
};
|
|
19280
19603
|
selectedOption: {
|
|
19281
19604
|
type: import("vue").PropType<unknown>;
|
|
19282
19605
|
default: any;
|
|
@@ -19299,6 +19622,7 @@ declare const _default: {
|
|
|
19299
19622
|
open: boolean;
|
|
19300
19623
|
mandatory: boolean;
|
|
19301
19624
|
loading: boolean;
|
|
19625
|
+
valueToCopy: string;
|
|
19302
19626
|
options: unknown[];
|
|
19303
19627
|
singleAppSelection: boolean;
|
|
19304
19628
|
placeholder: string;
|
|
@@ -19309,7 +19633,6 @@ declare const _default: {
|
|
|
19309
19633
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19310
19634
|
optionEndIconKey: string;
|
|
19311
19635
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19312
|
-
valueToCopy: string;
|
|
19313
19636
|
selectedOption: any;
|
|
19314
19637
|
brandIconType: "android" | "ios";
|
|
19315
19638
|
}, {}, string> & {
|
|
@@ -19363,6 +19686,10 @@ declare const _default: {
|
|
|
19363
19686
|
type: import("vue").PropType<boolean>;
|
|
19364
19687
|
default: boolean;
|
|
19365
19688
|
};
|
|
19689
|
+
valueToCopy: {
|
|
19690
|
+
type: import("vue").PropType<string>;
|
|
19691
|
+
default: any;
|
|
19692
|
+
};
|
|
19366
19693
|
options: {
|
|
19367
19694
|
type: import("vue").PropType<unknown[]>;
|
|
19368
19695
|
default: any;
|
|
@@ -19407,10 +19734,6 @@ declare const _default: {
|
|
|
19407
19734
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19408
19735
|
default: any;
|
|
19409
19736
|
};
|
|
19410
|
-
valueToCopy: {
|
|
19411
|
-
type: import("vue").PropType<string>;
|
|
19412
|
-
default: any;
|
|
19413
|
-
};
|
|
19414
19737
|
selectedOption: {
|
|
19415
19738
|
type: import("vue").PropType<unknown>;
|
|
19416
19739
|
default: any;
|
|
@@ -19457,6 +19780,10 @@ declare const _default: {
|
|
|
19457
19780
|
type: import("vue").PropType<boolean>;
|
|
19458
19781
|
default: boolean;
|
|
19459
19782
|
};
|
|
19783
|
+
valueToCopy: {
|
|
19784
|
+
type: import("vue").PropType<string>;
|
|
19785
|
+
default: any;
|
|
19786
|
+
};
|
|
19460
19787
|
options: {
|
|
19461
19788
|
type: import("vue").PropType<unknown[]>;
|
|
19462
19789
|
default: any;
|
|
@@ -19501,10 +19828,6 @@ declare const _default: {
|
|
|
19501
19828
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19502
19829
|
default: any;
|
|
19503
19830
|
};
|
|
19504
|
-
valueToCopy: {
|
|
19505
|
-
type: import("vue").PropType<string>;
|
|
19506
|
-
default: any;
|
|
19507
|
-
};
|
|
19508
19831
|
selectedOption: {
|
|
19509
19832
|
type: import("vue").PropType<unknown>;
|
|
19510
19833
|
default: any;
|
|
@@ -19527,6 +19850,7 @@ declare const _default: {
|
|
|
19527
19850
|
open: boolean;
|
|
19528
19851
|
mandatory: boolean;
|
|
19529
19852
|
loading: boolean;
|
|
19853
|
+
valueToCopy: string;
|
|
19530
19854
|
options: unknown[];
|
|
19531
19855
|
singleAppSelection: boolean;
|
|
19532
19856
|
placeholder: string;
|
|
@@ -19537,7 +19861,6 @@ declare const _default: {
|
|
|
19537
19861
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19538
19862
|
optionEndIconKey: string;
|
|
19539
19863
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19540
|
-
valueToCopy: string;
|
|
19541
19864
|
selectedOption: any;
|
|
19542
19865
|
brandIconType: "android" | "ios";
|
|
19543
19866
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -19566,11 +19889,13 @@ declare const _default: {
|
|
|
19566
19889
|
iconKey: string;
|
|
19567
19890
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19568
19891
|
endIconKey: string;
|
|
19892
|
+
endTextIconKey: string;
|
|
19569
19893
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
19570
19894
|
treeMainOption: boolean;
|
|
19571
19895
|
treeMainOptionExpanded: boolean;
|
|
19572
19896
|
stopOptionClickEventPropagation: boolean;
|
|
19573
19897
|
treeChildShown: boolean;
|
|
19898
|
+
isMulti: boolean;
|
|
19574
19899
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
19575
19900
|
option: {
|
|
19576
19901
|
type: import("vue").PropType<unknown>;
|
|
@@ -19632,6 +19957,10 @@ declare const _default: {
|
|
|
19632
19957
|
type: import("vue").PropType<string>;
|
|
19633
19958
|
default: any;
|
|
19634
19959
|
};
|
|
19960
|
+
endTextIconKey: {
|
|
19961
|
+
type: import("vue").PropType<string>;
|
|
19962
|
+
default: any;
|
|
19963
|
+
};
|
|
19635
19964
|
toolTipPlacement: {
|
|
19636
19965
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19637
19966
|
default: string;
|
|
@@ -19652,12 +19981,16 @@ declare const _default: {
|
|
|
19652
19981
|
type: import("vue").PropType<boolean>;
|
|
19653
19982
|
default: boolean;
|
|
19654
19983
|
};
|
|
19984
|
+
isMulti: {
|
|
19985
|
+
type: import("vue").PropType<boolean>;
|
|
19986
|
+
default: boolean;
|
|
19987
|
+
};
|
|
19655
19988
|
selectedProp: {
|
|
19656
19989
|
type: import("vue").PropType<boolean>;
|
|
19657
19990
|
};
|
|
19658
19991
|
}>> & {
|
|
19659
19992
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
19660
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
19993
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
|
|
19661
19994
|
$attrs: {
|
|
19662
19995
|
[x: string]: unknown;
|
|
19663
19996
|
};
|
|
@@ -19732,6 +20065,10 @@ declare const _default: {
|
|
|
19732
20065
|
type: import("vue").PropType<string>;
|
|
19733
20066
|
default: any;
|
|
19734
20067
|
};
|
|
20068
|
+
endTextIconKey: {
|
|
20069
|
+
type: import("vue").PropType<string>;
|
|
20070
|
+
default: any;
|
|
20071
|
+
};
|
|
19735
20072
|
toolTipPlacement: {
|
|
19736
20073
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19737
20074
|
default: string;
|
|
@@ -19752,6 +20089,10 @@ declare const _default: {
|
|
|
19752
20089
|
type: import("vue").PropType<boolean>;
|
|
19753
20090
|
default: boolean;
|
|
19754
20091
|
};
|
|
20092
|
+
isMulti: {
|
|
20093
|
+
type: import("vue").PropType<boolean>;
|
|
20094
|
+
default: boolean;
|
|
20095
|
+
};
|
|
19755
20096
|
selectedProp: {
|
|
19756
20097
|
type: import("vue").PropType<boolean>;
|
|
19757
20098
|
};
|
|
@@ -19775,11 +20116,13 @@ declare const _default: {
|
|
|
19775
20116
|
iconKey: string;
|
|
19776
20117
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19777
20118
|
endIconKey: string;
|
|
20119
|
+
endTextIconKey: string;
|
|
19778
20120
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
19779
20121
|
treeMainOption: boolean;
|
|
19780
20122
|
treeMainOptionExpanded: boolean;
|
|
19781
20123
|
stopOptionClickEventPropagation: boolean;
|
|
19782
20124
|
treeChildShown: boolean;
|
|
20125
|
+
isMulti: boolean;
|
|
19783
20126
|
}, {}, string> & {
|
|
19784
20127
|
beforeCreate?: (() => void) | (() => void)[];
|
|
19785
20128
|
created?: (() => void) | (() => void)[];
|
|
@@ -19861,6 +20204,10 @@ declare const _default: {
|
|
|
19861
20204
|
type: import("vue").PropType<string>;
|
|
19862
20205
|
default: any;
|
|
19863
20206
|
};
|
|
20207
|
+
endTextIconKey: {
|
|
20208
|
+
type: import("vue").PropType<string>;
|
|
20209
|
+
default: any;
|
|
20210
|
+
};
|
|
19864
20211
|
toolTipPlacement: {
|
|
19865
20212
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19866
20213
|
default: string;
|
|
@@ -19881,6 +20228,10 @@ declare const _default: {
|
|
|
19881
20228
|
type: import("vue").PropType<boolean>;
|
|
19882
20229
|
default: boolean;
|
|
19883
20230
|
};
|
|
20231
|
+
isMulti: {
|
|
20232
|
+
type: import("vue").PropType<boolean>;
|
|
20233
|
+
default: boolean;
|
|
20234
|
+
};
|
|
19884
20235
|
selectedProp: {
|
|
19885
20236
|
type: import("vue").PropType<boolean>;
|
|
19886
20237
|
};
|
|
@@ -19951,6 +20302,10 @@ declare const _default: {
|
|
|
19951
20302
|
type: import("vue").PropType<string>;
|
|
19952
20303
|
default: any;
|
|
19953
20304
|
};
|
|
20305
|
+
endTextIconKey: {
|
|
20306
|
+
type: import("vue").PropType<string>;
|
|
20307
|
+
default: any;
|
|
20308
|
+
};
|
|
19954
20309
|
toolTipPlacement: {
|
|
19955
20310
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19956
20311
|
default: string;
|
|
@@ -19971,6 +20326,10 @@ declare const _default: {
|
|
|
19971
20326
|
type: import("vue").PropType<boolean>;
|
|
19972
20327
|
default: boolean;
|
|
19973
20328
|
};
|
|
20329
|
+
isMulti: {
|
|
20330
|
+
type: import("vue").PropType<boolean>;
|
|
20331
|
+
default: boolean;
|
|
20332
|
+
};
|
|
19974
20333
|
selectedProp: {
|
|
19975
20334
|
type: import("vue").PropType<boolean>;
|
|
19976
20335
|
};
|
|
@@ -19994,11 +20353,13 @@ declare const _default: {
|
|
|
19994
20353
|
iconKey: string;
|
|
19995
20354
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19996
20355
|
endIconKey: string;
|
|
20356
|
+
endTextIconKey: string;
|
|
19997
20357
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
19998
20358
|
treeMainOption: boolean;
|
|
19999
20359
|
treeMainOptionExpanded: boolean;
|
|
20000
20360
|
stopOptionClickEventPropagation: boolean;
|
|
20001
20361
|
treeChildShown: boolean;
|
|
20362
|
+
isMulti: boolean;
|
|
20002
20363
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
20003
20364
|
$slots: {
|
|
20004
20365
|
image?(_: {}): any;
|
|
@@ -20067,10 +20428,18 @@ declare const _default: {
|
|
|
20067
20428
|
required: true;
|
|
20068
20429
|
default: string;
|
|
20069
20430
|
};
|
|
20070
|
-
|
|
20071
|
-
|
|
20072
|
-
|
|
20073
|
-
|
|
20431
|
+
cancelAllSelectedDisplay: {
|
|
20432
|
+
type: import("vue").PropType<boolean>;
|
|
20433
|
+
default: boolean;
|
|
20434
|
+
};
|
|
20435
|
+
displayValueInQuotes: {
|
|
20436
|
+
type: import("vue").PropType<boolean>;
|
|
20437
|
+
default: boolean;
|
|
20438
|
+
};
|
|
20439
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20440
|
+
clear: () => void;
|
|
20441
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20442
|
+
label: {
|
|
20074
20443
|
type: import("vue").PropType<string>;
|
|
20075
20444
|
required: true;
|
|
20076
20445
|
default: string;
|
|
@@ -20117,6 +20486,14 @@ declare const _default: {
|
|
|
20117
20486
|
required: true;
|
|
20118
20487
|
default: string;
|
|
20119
20488
|
};
|
|
20489
|
+
cancelAllSelectedDisplay: {
|
|
20490
|
+
type: import("vue").PropType<boolean>;
|
|
20491
|
+
default: boolean;
|
|
20492
|
+
};
|
|
20493
|
+
displayValueInQuotes: {
|
|
20494
|
+
type: import("vue").PropType<boolean>;
|
|
20495
|
+
default: boolean;
|
|
20496
|
+
};
|
|
20120
20497
|
}>> & {
|
|
20121
20498
|
onClear?: () => any;
|
|
20122
20499
|
}, {
|
|
@@ -20127,6 +20504,8 @@ declare const _default: {
|
|
|
20127
20504
|
feedbackVariant: string;
|
|
20128
20505
|
allSelected: boolean;
|
|
20129
20506
|
displayedValue: any;
|
|
20507
|
+
cancelAllSelectedDisplay: boolean;
|
|
20508
|
+
displayValueInQuotes: boolean;
|
|
20130
20509
|
}> | ({
|
|
20131
20510
|
new (...args: any[]): {
|
|
20132
20511
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -20145,9 +20524,10 @@ declare const _default: {
|
|
|
20145
20524
|
skidding: number;
|
|
20146
20525
|
modelValue: any;
|
|
20147
20526
|
selected: any;
|
|
20148
|
-
|
|
20527
|
+
valueToCopy: string;
|
|
20149
20528
|
placeholder: string;
|
|
20150
20529
|
multi: boolean;
|
|
20530
|
+
infiniteLoading: boolean;
|
|
20151
20531
|
showSelectAll: boolean;
|
|
20152
20532
|
defaultOpen: boolean;
|
|
20153
20533
|
keepOpen: boolean;
|
|
@@ -20166,14 +20546,15 @@ declare const _default: {
|
|
|
20166
20546
|
onSearch: (option: any, term: string) => boolean;
|
|
20167
20547
|
noResultsText: string;
|
|
20168
20548
|
searchAutoFocus: boolean;
|
|
20549
|
+
onClearSearch: () => void;
|
|
20169
20550
|
optionNameKey: string;
|
|
20170
20551
|
optionIconKey: string;
|
|
20171
20552
|
optionImageKey: string;
|
|
20172
20553
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20173
20554
|
optionEndIconKey: string;
|
|
20174
20555
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20556
|
+
optionsEndTextIconKey: string;
|
|
20175
20557
|
optionFlagKey: string;
|
|
20176
|
-
valueToCopy: string;
|
|
20177
20558
|
disabledOptionKey: string;
|
|
20178
20559
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20179
20560
|
optionTwoLinesKey: string;
|
|
@@ -20185,6 +20566,7 @@ declare const _default: {
|
|
|
20185
20566
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20186
20567
|
disableVirtualScroll: boolean;
|
|
20187
20568
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
20569
|
+
withConditions: boolean;
|
|
20188
20570
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
20189
20571
|
theme: {
|
|
20190
20572
|
type: import("vue").PropType<string>;
|
|
@@ -20229,13 +20611,13 @@ declare const _default: {
|
|
|
20229
20611
|
loading: {
|
|
20230
20612
|
type: import("vue").PropType<boolean>;
|
|
20231
20613
|
};
|
|
20614
|
+
isOpen: {
|
|
20615
|
+
type: import("vue").PropType<boolean>;
|
|
20616
|
+
};
|
|
20232
20617
|
skidding: {
|
|
20233
20618
|
type: import("vue").PropType<number>;
|
|
20234
20619
|
default: number;
|
|
20235
20620
|
};
|
|
20236
|
-
isOpen: {
|
|
20237
|
-
type: import("vue").PropType<boolean>;
|
|
20238
|
-
};
|
|
20239
20621
|
modelValue: {
|
|
20240
20622
|
type: import("vue").PropType<unknown>;
|
|
20241
20623
|
default: any;
|
|
@@ -20244,14 +20626,14 @@ declare const _default: {
|
|
|
20244
20626
|
type: import("vue").PropType<unknown>;
|
|
20245
20627
|
default: any;
|
|
20246
20628
|
};
|
|
20629
|
+
valueToCopy: {
|
|
20630
|
+
type: import("vue").PropType<string>;
|
|
20631
|
+
default: any;
|
|
20632
|
+
};
|
|
20247
20633
|
options: {
|
|
20248
20634
|
type: import("vue").PropType<unknown[]>;
|
|
20249
20635
|
required: true;
|
|
20250
20636
|
};
|
|
20251
|
-
onClear: {
|
|
20252
|
-
type: import("vue").PropType<() => void>;
|
|
20253
|
-
default: () => true;
|
|
20254
|
-
};
|
|
20255
20637
|
placeholder: {
|
|
20256
20638
|
type: import("vue").PropType<string>;
|
|
20257
20639
|
default: string;
|
|
@@ -20260,6 +20642,13 @@ declare const _default: {
|
|
|
20260
20642
|
type: import("vue").PropType<boolean>;
|
|
20261
20643
|
default: boolean;
|
|
20262
20644
|
};
|
|
20645
|
+
loadMoreLoading: {
|
|
20646
|
+
type: import("vue").PropType<boolean>;
|
|
20647
|
+
};
|
|
20648
|
+
infiniteLoading: {
|
|
20649
|
+
type: import("vue").PropType<boolean>;
|
|
20650
|
+
default: boolean;
|
|
20651
|
+
};
|
|
20263
20652
|
showSelectAll: {
|
|
20264
20653
|
type: import("vue").PropType<boolean>;
|
|
20265
20654
|
default: boolean;
|
|
@@ -20332,6 +20721,10 @@ declare const _default: {
|
|
|
20332
20721
|
type: import("vue").PropType<boolean>;
|
|
20333
20722
|
default: boolean;
|
|
20334
20723
|
};
|
|
20724
|
+
onClearSearch: {
|
|
20725
|
+
type: import("vue").PropType<() => void>;
|
|
20726
|
+
default: () => true;
|
|
20727
|
+
};
|
|
20335
20728
|
displayValue: {
|
|
20336
20729
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20337
20730
|
required: true;
|
|
@@ -20360,11 +20753,11 @@ declare const _default: {
|
|
|
20360
20753
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20361
20754
|
default: any;
|
|
20362
20755
|
};
|
|
20363
|
-
|
|
20756
|
+
optionsEndTextIconKey: {
|
|
20364
20757
|
type: import("vue").PropType<string>;
|
|
20365
20758
|
default: any;
|
|
20366
20759
|
};
|
|
20367
|
-
|
|
20760
|
+
optionFlagKey: {
|
|
20368
20761
|
type: import("vue").PropType<string>;
|
|
20369
20762
|
default: any;
|
|
20370
20763
|
};
|
|
@@ -20412,17 +20805,23 @@ declare const _default: {
|
|
|
20412
20805
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20413
20806
|
default: any;
|
|
20414
20807
|
};
|
|
20808
|
+
withConditions: {
|
|
20809
|
+
type: import("vue").PropType<boolean>;
|
|
20810
|
+
default: boolean;
|
|
20811
|
+
};
|
|
20415
20812
|
}>> & {
|
|
20416
20813
|
onCopyToClipboard?: () => any;
|
|
20417
20814
|
onClear?: () => any;
|
|
20418
20815
|
onApply?: (value: unknown) => any;
|
|
20419
20816
|
onSelectAll?: () => any;
|
|
20420
20817
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
20818
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
20421
20819
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20422
20820
|
onOnsearch?: (value: string) => any;
|
|
20821
|
+
onLoadMore?: () => any;
|
|
20423
20822
|
onOpened?: () => any;
|
|
20424
20823
|
onClosed?: () => any;
|
|
20425
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "
|
|
20824
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
20426
20825
|
$attrs: {
|
|
20427
20826
|
[x: string]: unknown;
|
|
20428
20827
|
};
|
|
@@ -20434,7 +20833,7 @@ declare const _default: {
|
|
|
20434
20833
|
}>;
|
|
20435
20834
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20436
20835
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20437
|
-
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
20836
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
20438
20837
|
$el: any;
|
|
20439
20838
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
20440
20839
|
theme: {
|
|
@@ -20480,13 +20879,13 @@ declare const _default: {
|
|
|
20480
20879
|
loading: {
|
|
20481
20880
|
type: import("vue").PropType<boolean>;
|
|
20482
20881
|
};
|
|
20882
|
+
isOpen: {
|
|
20883
|
+
type: import("vue").PropType<boolean>;
|
|
20884
|
+
};
|
|
20483
20885
|
skidding: {
|
|
20484
20886
|
type: import("vue").PropType<number>;
|
|
20485
20887
|
default: number;
|
|
20486
20888
|
};
|
|
20487
|
-
isOpen: {
|
|
20488
|
-
type: import("vue").PropType<boolean>;
|
|
20489
|
-
};
|
|
20490
20889
|
modelValue: {
|
|
20491
20890
|
type: import("vue").PropType<unknown>;
|
|
20492
20891
|
default: any;
|
|
@@ -20495,14 +20894,14 @@ declare const _default: {
|
|
|
20495
20894
|
type: import("vue").PropType<unknown>;
|
|
20496
20895
|
default: any;
|
|
20497
20896
|
};
|
|
20897
|
+
valueToCopy: {
|
|
20898
|
+
type: import("vue").PropType<string>;
|
|
20899
|
+
default: any;
|
|
20900
|
+
};
|
|
20498
20901
|
options: {
|
|
20499
20902
|
type: import("vue").PropType<unknown[]>;
|
|
20500
20903
|
required: true;
|
|
20501
20904
|
};
|
|
20502
|
-
onClear: {
|
|
20503
|
-
type: import("vue").PropType<() => void>;
|
|
20504
|
-
default: () => true;
|
|
20505
|
-
};
|
|
20506
20905
|
placeholder: {
|
|
20507
20906
|
type: import("vue").PropType<string>;
|
|
20508
20907
|
default: string;
|
|
@@ -20511,6 +20910,13 @@ declare const _default: {
|
|
|
20511
20910
|
type: import("vue").PropType<boolean>;
|
|
20512
20911
|
default: boolean;
|
|
20513
20912
|
};
|
|
20913
|
+
loadMoreLoading: {
|
|
20914
|
+
type: import("vue").PropType<boolean>;
|
|
20915
|
+
};
|
|
20916
|
+
infiniteLoading: {
|
|
20917
|
+
type: import("vue").PropType<boolean>;
|
|
20918
|
+
default: boolean;
|
|
20919
|
+
};
|
|
20514
20920
|
showSelectAll: {
|
|
20515
20921
|
type: import("vue").PropType<boolean>;
|
|
20516
20922
|
default: boolean;
|
|
@@ -20583,6 +20989,10 @@ declare const _default: {
|
|
|
20583
20989
|
type: import("vue").PropType<boolean>;
|
|
20584
20990
|
default: boolean;
|
|
20585
20991
|
};
|
|
20992
|
+
onClearSearch: {
|
|
20993
|
+
type: import("vue").PropType<() => void>;
|
|
20994
|
+
default: () => true;
|
|
20995
|
+
};
|
|
20586
20996
|
displayValue: {
|
|
20587
20997
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20588
20998
|
required: true;
|
|
@@ -20611,11 +21021,11 @@ declare const _default: {
|
|
|
20611
21021
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20612
21022
|
default: any;
|
|
20613
21023
|
};
|
|
20614
|
-
|
|
21024
|
+
optionsEndTextIconKey: {
|
|
20615
21025
|
type: import("vue").PropType<string>;
|
|
20616
21026
|
default: any;
|
|
20617
21027
|
};
|
|
20618
|
-
|
|
21028
|
+
optionFlagKey: {
|
|
20619
21029
|
type: import("vue").PropType<string>;
|
|
20620
21030
|
default: any;
|
|
20621
21031
|
};
|
|
@@ -20663,14 +21073,20 @@ declare const _default: {
|
|
|
20663
21073
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20664
21074
|
default: any;
|
|
20665
21075
|
};
|
|
21076
|
+
withConditions: {
|
|
21077
|
+
type: import("vue").PropType<boolean>;
|
|
21078
|
+
default: boolean;
|
|
21079
|
+
};
|
|
20666
21080
|
}>> & {
|
|
20667
21081
|
onCopyToClipboard?: () => any;
|
|
20668
21082
|
onClear?: () => any;
|
|
20669
21083
|
onApply?: (value: unknown) => any;
|
|
20670
21084
|
onSelectAll?: () => any;
|
|
20671
21085
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21086
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
20672
21087
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20673
21088
|
onOnsearch?: (value: string) => any;
|
|
21089
|
+
onLoadMore?: () => any;
|
|
20674
21090
|
onOpened?: () => any;
|
|
20675
21091
|
onClosed?: () => any;
|
|
20676
21092
|
}, {
|
|
@@ -20686,6 +21102,8 @@ declare const _default: {
|
|
|
20686
21102
|
clear: () => void;
|
|
20687
21103
|
copyToClipboard: () => void;
|
|
20688
21104
|
onsearch: (value: string) => void;
|
|
21105
|
+
loadMore: () => void;
|
|
21106
|
+
allSelectedChanged: (value: boolean) => void;
|
|
20689
21107
|
}, string, {
|
|
20690
21108
|
theme: string;
|
|
20691
21109
|
testId: string;
|
|
@@ -20700,9 +21118,10 @@ declare const _default: {
|
|
|
20700
21118
|
skidding: number;
|
|
20701
21119
|
modelValue: any;
|
|
20702
21120
|
selected: any;
|
|
20703
|
-
|
|
21121
|
+
valueToCopy: string;
|
|
20704
21122
|
placeholder: string;
|
|
20705
21123
|
multi: boolean;
|
|
21124
|
+
infiniteLoading: boolean;
|
|
20706
21125
|
showSelectAll: boolean;
|
|
20707
21126
|
defaultOpen: boolean;
|
|
20708
21127
|
keepOpen: boolean;
|
|
@@ -20721,14 +21140,15 @@ declare const _default: {
|
|
|
20721
21140
|
onSearch: (option: any, term: string) => boolean;
|
|
20722
21141
|
noResultsText: string;
|
|
20723
21142
|
searchAutoFocus: boolean;
|
|
21143
|
+
onClearSearch: () => void;
|
|
20724
21144
|
optionNameKey: string;
|
|
20725
21145
|
optionIconKey: string;
|
|
20726
21146
|
optionImageKey: string;
|
|
20727
21147
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20728
21148
|
optionEndIconKey: string;
|
|
20729
21149
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21150
|
+
optionsEndTextIconKey: string;
|
|
20730
21151
|
optionFlagKey: string;
|
|
20731
|
-
valueToCopy: string;
|
|
20732
21152
|
disabledOptionKey: string;
|
|
20733
21153
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20734
21154
|
optionTwoLinesKey: string;
|
|
@@ -20740,6 +21160,7 @@ declare const _default: {
|
|
|
20740
21160
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20741
21161
|
disableVirtualScroll: boolean;
|
|
20742
21162
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
21163
|
+
withConditions: boolean;
|
|
20743
21164
|
}, {}, string> & {
|
|
20744
21165
|
beforeCreate?: (() => void) | (() => void)[];
|
|
20745
21166
|
created?: (() => void) | (() => void)[];
|
|
@@ -20804,13 +21225,13 @@ declare const _default: {
|
|
|
20804
21225
|
loading: {
|
|
20805
21226
|
type: import("vue").PropType<boolean>;
|
|
20806
21227
|
};
|
|
21228
|
+
isOpen: {
|
|
21229
|
+
type: import("vue").PropType<boolean>;
|
|
21230
|
+
};
|
|
20807
21231
|
skidding: {
|
|
20808
21232
|
type: import("vue").PropType<number>;
|
|
20809
21233
|
default: number;
|
|
20810
21234
|
};
|
|
20811
|
-
isOpen: {
|
|
20812
|
-
type: import("vue").PropType<boolean>;
|
|
20813
|
-
};
|
|
20814
21235
|
modelValue: {
|
|
20815
21236
|
type: import("vue").PropType<unknown>;
|
|
20816
21237
|
default: any;
|
|
@@ -20819,14 +21240,14 @@ declare const _default: {
|
|
|
20819
21240
|
type: import("vue").PropType<unknown>;
|
|
20820
21241
|
default: any;
|
|
20821
21242
|
};
|
|
21243
|
+
valueToCopy: {
|
|
21244
|
+
type: import("vue").PropType<string>;
|
|
21245
|
+
default: any;
|
|
21246
|
+
};
|
|
20822
21247
|
options: {
|
|
20823
21248
|
type: import("vue").PropType<unknown[]>;
|
|
20824
21249
|
required: true;
|
|
20825
21250
|
};
|
|
20826
|
-
onClear: {
|
|
20827
|
-
type: import("vue").PropType<() => void>;
|
|
20828
|
-
default: () => true;
|
|
20829
|
-
};
|
|
20830
21251
|
placeholder: {
|
|
20831
21252
|
type: import("vue").PropType<string>;
|
|
20832
21253
|
default: string;
|
|
@@ -20835,6 +21256,13 @@ declare const _default: {
|
|
|
20835
21256
|
type: import("vue").PropType<boolean>;
|
|
20836
21257
|
default: boolean;
|
|
20837
21258
|
};
|
|
21259
|
+
loadMoreLoading: {
|
|
21260
|
+
type: import("vue").PropType<boolean>;
|
|
21261
|
+
};
|
|
21262
|
+
infiniteLoading: {
|
|
21263
|
+
type: import("vue").PropType<boolean>;
|
|
21264
|
+
default: boolean;
|
|
21265
|
+
};
|
|
20838
21266
|
showSelectAll: {
|
|
20839
21267
|
type: import("vue").PropType<boolean>;
|
|
20840
21268
|
default: boolean;
|
|
@@ -20907,6 +21335,10 @@ declare const _default: {
|
|
|
20907
21335
|
type: import("vue").PropType<boolean>;
|
|
20908
21336
|
default: boolean;
|
|
20909
21337
|
};
|
|
21338
|
+
onClearSearch: {
|
|
21339
|
+
type: import("vue").PropType<() => void>;
|
|
21340
|
+
default: () => true;
|
|
21341
|
+
};
|
|
20910
21342
|
displayValue: {
|
|
20911
21343
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20912
21344
|
required: true;
|
|
@@ -20935,11 +21367,11 @@ declare const _default: {
|
|
|
20935
21367
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20936
21368
|
default: any;
|
|
20937
21369
|
};
|
|
20938
|
-
|
|
21370
|
+
optionsEndTextIconKey: {
|
|
20939
21371
|
type: import("vue").PropType<string>;
|
|
20940
21372
|
default: any;
|
|
20941
21373
|
};
|
|
20942
|
-
|
|
21374
|
+
optionFlagKey: {
|
|
20943
21375
|
type: import("vue").PropType<string>;
|
|
20944
21376
|
default: any;
|
|
20945
21377
|
};
|
|
@@ -20987,14 +21419,20 @@ declare const _default: {
|
|
|
20987
21419
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20988
21420
|
default: any;
|
|
20989
21421
|
};
|
|
21422
|
+
withConditions: {
|
|
21423
|
+
type: import("vue").PropType<boolean>;
|
|
21424
|
+
default: boolean;
|
|
21425
|
+
};
|
|
20990
21426
|
}>> & {
|
|
20991
21427
|
onCopyToClipboard?: () => any;
|
|
20992
21428
|
onClear?: () => any;
|
|
20993
21429
|
onApply?: (value: unknown) => any;
|
|
20994
21430
|
onSelectAll?: () => any;
|
|
20995
21431
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21432
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
20996
21433
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20997
21434
|
onOnsearch?: (value: string) => any;
|
|
21435
|
+
onLoadMore?: () => any;
|
|
20998
21436
|
onOpened?: () => any;
|
|
20999
21437
|
onClosed?: () => any;
|
|
21000
21438
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -21048,13 +21486,13 @@ declare const _default: {
|
|
|
21048
21486
|
loading: {
|
|
21049
21487
|
type: import("vue").PropType<boolean>;
|
|
21050
21488
|
};
|
|
21489
|
+
isOpen: {
|
|
21490
|
+
type: import("vue").PropType<boolean>;
|
|
21491
|
+
};
|
|
21051
21492
|
skidding: {
|
|
21052
21493
|
type: import("vue").PropType<number>;
|
|
21053
21494
|
default: number;
|
|
21054
21495
|
};
|
|
21055
|
-
isOpen: {
|
|
21056
|
-
type: import("vue").PropType<boolean>;
|
|
21057
|
-
};
|
|
21058
21496
|
modelValue: {
|
|
21059
21497
|
type: import("vue").PropType<unknown>;
|
|
21060
21498
|
default: any;
|
|
@@ -21063,14 +21501,14 @@ declare const _default: {
|
|
|
21063
21501
|
type: import("vue").PropType<unknown>;
|
|
21064
21502
|
default: any;
|
|
21065
21503
|
};
|
|
21504
|
+
valueToCopy: {
|
|
21505
|
+
type: import("vue").PropType<string>;
|
|
21506
|
+
default: any;
|
|
21507
|
+
};
|
|
21066
21508
|
options: {
|
|
21067
21509
|
type: import("vue").PropType<unknown[]>;
|
|
21068
21510
|
required: true;
|
|
21069
21511
|
};
|
|
21070
|
-
onClear: {
|
|
21071
|
-
type: import("vue").PropType<() => void>;
|
|
21072
|
-
default: () => true;
|
|
21073
|
-
};
|
|
21074
21512
|
placeholder: {
|
|
21075
21513
|
type: import("vue").PropType<string>;
|
|
21076
21514
|
default: string;
|
|
@@ -21079,6 +21517,13 @@ declare const _default: {
|
|
|
21079
21517
|
type: import("vue").PropType<boolean>;
|
|
21080
21518
|
default: boolean;
|
|
21081
21519
|
};
|
|
21520
|
+
loadMoreLoading: {
|
|
21521
|
+
type: import("vue").PropType<boolean>;
|
|
21522
|
+
};
|
|
21523
|
+
infiniteLoading: {
|
|
21524
|
+
type: import("vue").PropType<boolean>;
|
|
21525
|
+
default: boolean;
|
|
21526
|
+
};
|
|
21082
21527
|
showSelectAll: {
|
|
21083
21528
|
type: import("vue").PropType<boolean>;
|
|
21084
21529
|
default: boolean;
|
|
@@ -21151,6 +21596,10 @@ declare const _default: {
|
|
|
21151
21596
|
type: import("vue").PropType<boolean>;
|
|
21152
21597
|
default: boolean;
|
|
21153
21598
|
};
|
|
21599
|
+
onClearSearch: {
|
|
21600
|
+
type: import("vue").PropType<() => void>;
|
|
21601
|
+
default: () => true;
|
|
21602
|
+
};
|
|
21154
21603
|
displayValue: {
|
|
21155
21604
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
21156
21605
|
required: true;
|
|
@@ -21179,11 +21628,11 @@ declare const _default: {
|
|
|
21179
21628
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21180
21629
|
default: any;
|
|
21181
21630
|
};
|
|
21182
|
-
|
|
21631
|
+
optionsEndTextIconKey: {
|
|
21183
21632
|
type: import("vue").PropType<string>;
|
|
21184
21633
|
default: any;
|
|
21185
21634
|
};
|
|
21186
|
-
|
|
21635
|
+
optionFlagKey: {
|
|
21187
21636
|
type: import("vue").PropType<string>;
|
|
21188
21637
|
default: any;
|
|
21189
21638
|
};
|
|
@@ -21231,14 +21680,20 @@ declare const _default: {
|
|
|
21231
21680
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
21232
21681
|
default: any;
|
|
21233
21682
|
};
|
|
21683
|
+
withConditions: {
|
|
21684
|
+
type: import("vue").PropType<boolean>;
|
|
21685
|
+
default: boolean;
|
|
21686
|
+
};
|
|
21234
21687
|
}>> & {
|
|
21235
21688
|
onCopyToClipboard?: () => any;
|
|
21236
21689
|
onClear?: () => any;
|
|
21237
21690
|
onApply?: (value: unknown) => any;
|
|
21238
21691
|
onSelectAll?: () => any;
|
|
21239
21692
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21693
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
21240
21694
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21241
21695
|
onOnsearch?: (value: string) => any;
|
|
21696
|
+
onLoadMore?: () => any;
|
|
21242
21697
|
onOpened?: () => any;
|
|
21243
21698
|
onClosed?: () => any;
|
|
21244
21699
|
}, {
|
|
@@ -21254,6 +21709,8 @@ declare const _default: {
|
|
|
21254
21709
|
clear: () => void;
|
|
21255
21710
|
copyToClipboard: () => void;
|
|
21256
21711
|
onsearch: (value: string) => void;
|
|
21712
|
+
loadMore: () => void;
|
|
21713
|
+
allSelectedChanged: (value: boolean) => void;
|
|
21257
21714
|
}, string, {
|
|
21258
21715
|
theme: string;
|
|
21259
21716
|
testId: string;
|
|
@@ -21268,9 +21725,10 @@ declare const _default: {
|
|
|
21268
21725
|
skidding: number;
|
|
21269
21726
|
modelValue: any;
|
|
21270
21727
|
selected: any;
|
|
21271
|
-
|
|
21728
|
+
valueToCopy: string;
|
|
21272
21729
|
placeholder: string;
|
|
21273
21730
|
multi: boolean;
|
|
21731
|
+
infiniteLoading: boolean;
|
|
21274
21732
|
showSelectAll: boolean;
|
|
21275
21733
|
defaultOpen: boolean;
|
|
21276
21734
|
keepOpen: boolean;
|
|
@@ -21289,14 +21747,15 @@ declare const _default: {
|
|
|
21289
21747
|
onSearch: (option: any, term: string) => boolean;
|
|
21290
21748
|
noResultsText: string;
|
|
21291
21749
|
searchAutoFocus: boolean;
|
|
21750
|
+
onClearSearch: () => void;
|
|
21292
21751
|
optionNameKey: string;
|
|
21293
21752
|
optionIconKey: string;
|
|
21294
21753
|
optionImageKey: string;
|
|
21295
21754
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21296
21755
|
optionEndIconKey: string;
|
|
21297
21756
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21757
|
+
optionsEndTextIconKey: string;
|
|
21298
21758
|
optionFlagKey: string;
|
|
21299
|
-
valueToCopy: string;
|
|
21300
21759
|
disabledOptionKey: string;
|
|
21301
21760
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21302
21761
|
optionTwoLinesKey: string;
|
|
@@ -21308,6 +21767,7 @@ declare const _default: {
|
|
|
21308
21767
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
21309
21768
|
disableVirtualScroll: boolean;
|
|
21310
21769
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
21770
|
+
withConditions: boolean;
|
|
21311
21771
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21312
21772
|
$slots: {
|
|
21313
21773
|
label?(_: {}): any;
|
|
@@ -21336,6 +21796,7 @@ declare const _default: {
|
|
|
21336
21796
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21337
21797
|
optionAndIconKey: string;
|
|
21338
21798
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21799
|
+
optionsEndTextIconKey: string;
|
|
21339
21800
|
optionFlagKey: string;
|
|
21340
21801
|
feedbackVariant: "success" | "warning" | "error";
|
|
21341
21802
|
valueToCopy: string;
|
|
@@ -21347,10 +21808,13 @@ declare const _default: {
|
|
|
21347
21808
|
onClick: () => void;
|
|
21348
21809
|
};
|
|
21349
21810
|
}): any;
|
|
21811
|
+
"dropdown-conditions"?(_: {}): any;
|
|
21350
21812
|
"inline-search"?(_: {}): any;
|
|
21351
21813
|
"input-list"?(_: {
|
|
21352
21814
|
open: true;
|
|
21353
21815
|
}): any;
|
|
21816
|
+
"custom-list-area"?(_: {}): any;
|
|
21817
|
+
"select-all"?(_: {}): any;
|
|
21354
21818
|
"group-option"?(_: {}): any;
|
|
21355
21819
|
default?(_: {
|
|
21356
21820
|
option: unknown;
|
|
@@ -21447,6 +21911,7 @@ declare const _default: {
|
|
|
21447
21911
|
disabled: boolean;
|
|
21448
21912
|
size: "small" | "medium" | "large";
|
|
21449
21913
|
selected: unknown[];
|
|
21914
|
+
valueToCopy: string;
|
|
21450
21915
|
placeholder: string;
|
|
21451
21916
|
inlineSearchPlaceholder: string;
|
|
21452
21917
|
optionNameKey: string;
|
|
@@ -21455,8 +21920,8 @@ declare const _default: {
|
|
|
21455
21920
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21456
21921
|
optionEndIconKey: string;
|
|
21457
21922
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21458
|
-
valueToCopy: string;
|
|
21459
21923
|
disabledOptionKey: string;
|
|
21924
|
+
optionEndTextIconKey: string;
|
|
21460
21925
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
21461
21926
|
testId: {
|
|
21462
21927
|
type: import("vue").PropType<string>;
|
|
@@ -21477,6 +21942,10 @@ declare const _default: {
|
|
|
21477
21942
|
type: import("vue").PropType<unknown[]>;
|
|
21478
21943
|
default: any;
|
|
21479
21944
|
};
|
|
21945
|
+
valueToCopy: {
|
|
21946
|
+
type: import("vue").PropType<string>;
|
|
21947
|
+
default: any;
|
|
21948
|
+
};
|
|
21480
21949
|
options: {
|
|
21481
21950
|
type: import("vue").PropType<unknown[]>;
|
|
21482
21951
|
required: true;
|
|
@@ -21517,14 +21986,14 @@ declare const _default: {
|
|
|
21517
21986
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21518
21987
|
default: any;
|
|
21519
21988
|
};
|
|
21520
|
-
valueToCopy: {
|
|
21521
|
-
type: import("vue").PropType<string>;
|
|
21522
|
-
default: any;
|
|
21523
|
-
};
|
|
21524
21989
|
disabledOptionKey: {
|
|
21525
21990
|
type: import("vue").PropType<string>;
|
|
21526
21991
|
default: string;
|
|
21527
21992
|
};
|
|
21993
|
+
optionEndTextIconKey: {
|
|
21994
|
+
type: import("vue").PropType<string>;
|
|
21995
|
+
default: any;
|
|
21996
|
+
};
|
|
21528
21997
|
optionChildrenKey: {
|
|
21529
21998
|
type: import("vue").PropType<string>;
|
|
21530
21999
|
required: true;
|
|
@@ -21540,7 +22009,7 @@ declare const _default: {
|
|
|
21540
22009
|
}>> & {
|
|
21541
22010
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21542
22011
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21543
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
22012
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
21544
22013
|
$attrs: {
|
|
21545
22014
|
[x: string]: unknown;
|
|
21546
22015
|
};
|
|
@@ -21574,6 +22043,10 @@ declare const _default: {
|
|
|
21574
22043
|
type: import("vue").PropType<unknown[]>;
|
|
21575
22044
|
default: any;
|
|
21576
22045
|
};
|
|
22046
|
+
valueToCopy: {
|
|
22047
|
+
type: import("vue").PropType<string>;
|
|
22048
|
+
default: any;
|
|
22049
|
+
};
|
|
21577
22050
|
options: {
|
|
21578
22051
|
type: import("vue").PropType<unknown[]>;
|
|
21579
22052
|
required: true;
|
|
@@ -21614,14 +22087,14 @@ declare const _default: {
|
|
|
21614
22087
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21615
22088
|
default: any;
|
|
21616
22089
|
};
|
|
21617
|
-
valueToCopy: {
|
|
21618
|
-
type: import("vue").PropType<string>;
|
|
21619
|
-
default: any;
|
|
21620
|
-
};
|
|
21621
22090
|
disabledOptionKey: {
|
|
21622
22091
|
type: import("vue").PropType<string>;
|
|
21623
22092
|
default: string;
|
|
21624
22093
|
};
|
|
22094
|
+
optionEndTextIconKey: {
|
|
22095
|
+
type: import("vue").PropType<string>;
|
|
22096
|
+
default: any;
|
|
22097
|
+
};
|
|
21625
22098
|
optionChildrenKey: {
|
|
21626
22099
|
type: import("vue").PropType<string>;
|
|
21627
22100
|
required: true;
|
|
@@ -21645,6 +22118,7 @@ declare const _default: {
|
|
|
21645
22118
|
disabled: boolean;
|
|
21646
22119
|
size: "small" | "medium" | "large";
|
|
21647
22120
|
selected: unknown[];
|
|
22121
|
+
valueToCopy: string;
|
|
21648
22122
|
placeholder: string;
|
|
21649
22123
|
inlineSearchPlaceholder: string;
|
|
21650
22124
|
optionNameKey: string;
|
|
@@ -21653,8 +22127,8 @@ declare const _default: {
|
|
|
21653
22127
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21654
22128
|
optionEndIconKey: string;
|
|
21655
22129
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21656
|
-
valueToCopy: string;
|
|
21657
22130
|
disabledOptionKey: string;
|
|
22131
|
+
optionEndTextIconKey: string;
|
|
21658
22132
|
}, {}, string> & {
|
|
21659
22133
|
beforeCreate?: (() => void) | (() => void)[];
|
|
21660
22134
|
created?: (() => void) | (() => void)[];
|
|
@@ -21695,6 +22169,10 @@ declare const _default: {
|
|
|
21695
22169
|
type: import("vue").PropType<unknown[]>;
|
|
21696
22170
|
default: any;
|
|
21697
22171
|
};
|
|
22172
|
+
valueToCopy: {
|
|
22173
|
+
type: import("vue").PropType<string>;
|
|
22174
|
+
default: any;
|
|
22175
|
+
};
|
|
21698
22176
|
options: {
|
|
21699
22177
|
type: import("vue").PropType<unknown[]>;
|
|
21700
22178
|
required: true;
|
|
@@ -21735,14 +22213,14 @@ declare const _default: {
|
|
|
21735
22213
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21736
22214
|
default: any;
|
|
21737
22215
|
};
|
|
21738
|
-
valueToCopy: {
|
|
21739
|
-
type: import("vue").PropType<string>;
|
|
21740
|
-
default: any;
|
|
21741
|
-
};
|
|
21742
22216
|
disabledOptionKey: {
|
|
21743
22217
|
type: import("vue").PropType<string>;
|
|
21744
22218
|
default: string;
|
|
21745
22219
|
};
|
|
22220
|
+
optionEndTextIconKey: {
|
|
22221
|
+
type: import("vue").PropType<string>;
|
|
22222
|
+
default: any;
|
|
22223
|
+
};
|
|
21746
22224
|
optionChildrenKey: {
|
|
21747
22225
|
type: import("vue").PropType<string>;
|
|
21748
22226
|
required: true;
|
|
@@ -21782,6 +22260,10 @@ declare const _default: {
|
|
|
21782
22260
|
type: import("vue").PropType<unknown[]>;
|
|
21783
22261
|
default: any;
|
|
21784
22262
|
};
|
|
22263
|
+
valueToCopy: {
|
|
22264
|
+
type: import("vue").PropType<string>;
|
|
22265
|
+
default: any;
|
|
22266
|
+
};
|
|
21785
22267
|
options: {
|
|
21786
22268
|
type: import("vue").PropType<unknown[]>;
|
|
21787
22269
|
required: true;
|
|
@@ -21822,52 +22304,207 @@ declare const _default: {
|
|
|
21822
22304
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21823
22305
|
default: any;
|
|
21824
22306
|
};
|
|
21825
|
-
|
|
22307
|
+
disabledOptionKey: {
|
|
22308
|
+
type: import("vue").PropType<string>;
|
|
22309
|
+
default: string;
|
|
22310
|
+
};
|
|
22311
|
+
optionEndTextIconKey: {
|
|
21826
22312
|
type: import("vue").PropType<string>;
|
|
21827
22313
|
default: any;
|
|
21828
22314
|
};
|
|
21829
|
-
|
|
22315
|
+
optionChildrenKey: {
|
|
22316
|
+
type: import("vue").PropType<string>;
|
|
22317
|
+
required: true;
|
|
22318
|
+
};
|
|
22319
|
+
optionUniqueIdKey: {
|
|
22320
|
+
type: import("vue").PropType<string | number>;
|
|
22321
|
+
required: true;
|
|
22322
|
+
};
|
|
22323
|
+
preExpandedOptions: {
|
|
22324
|
+
type: import("vue").PropType<string[] | number[]>;
|
|
22325
|
+
required: true;
|
|
22326
|
+
};
|
|
22327
|
+
}>> & {
|
|
22328
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
22329
|
+
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
22330
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22331
|
+
"update:selected": (value: unknown) => void;
|
|
22332
|
+
"update:isOpen": (value: unknown) => void;
|
|
22333
|
+
}, string, {
|
|
22334
|
+
testId: string;
|
|
22335
|
+
disabled: boolean;
|
|
22336
|
+
size: "small" | "medium" | "large";
|
|
22337
|
+
selected: unknown[];
|
|
22338
|
+
valueToCopy: string;
|
|
22339
|
+
placeholder: string;
|
|
22340
|
+
inlineSearchPlaceholder: string;
|
|
22341
|
+
optionNameKey: string;
|
|
22342
|
+
optionIconKey: string;
|
|
22343
|
+
optionImageKey: string;
|
|
22344
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22345
|
+
optionEndIconKey: string;
|
|
22346
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22347
|
+
disabledOptionKey: string;
|
|
22348
|
+
optionEndTextIconKey: string;
|
|
22349
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
22350
|
+
$slots: {
|
|
22351
|
+
"trigger-end-icon"?(_: {}): any;
|
|
22352
|
+
};
|
|
22353
|
+
})) | import("vue").DefineComponent<{
|
|
22354
|
+
label: {
|
|
22355
|
+
type: import("vue").PropType<string>;
|
|
22356
|
+
required: true;
|
|
22357
|
+
default: string;
|
|
22358
|
+
};
|
|
22359
|
+
testId: {
|
|
21830
22360
|
type: import("vue").PropType<string>;
|
|
21831
22361
|
default: string;
|
|
21832
22362
|
};
|
|
21833
|
-
|
|
21834
|
-
type: import("vue").PropType<
|
|
22363
|
+
isOpen: {
|
|
22364
|
+
type: import("vue").PropType<boolean>;
|
|
22365
|
+
default: boolean;
|
|
22366
|
+
};
|
|
22367
|
+
infiniteLoading: {
|
|
22368
|
+
type: import("vue").PropType<boolean>;
|
|
22369
|
+
default: boolean;
|
|
22370
|
+
};
|
|
22371
|
+
optionNameKey: {
|
|
22372
|
+
type: import("vue").PropType<string>;
|
|
22373
|
+
required: true;
|
|
22374
|
+
default: string;
|
|
22375
|
+
};
|
|
22376
|
+
comparingKey: {
|
|
22377
|
+
type: import("vue").PropType<string>;
|
|
22378
|
+
required: true;
|
|
22379
|
+
default: string;
|
|
22380
|
+
};
|
|
22381
|
+
conditionalOptions: {
|
|
22382
|
+
type: import("vue").PropType<{
|
|
22383
|
+
label: string;
|
|
22384
|
+
value: string;
|
|
22385
|
+
multi: boolean;
|
|
22386
|
+
}[]>;
|
|
22387
|
+
required: true;
|
|
22388
|
+
};
|
|
22389
|
+
selectedCondition: {
|
|
22390
|
+
type: import("vue").PropType<{
|
|
22391
|
+
label: string;
|
|
22392
|
+
value: string;
|
|
22393
|
+
multi: boolean;
|
|
22394
|
+
}>;
|
|
22395
|
+
required: true;
|
|
22396
|
+
};
|
|
22397
|
+
appliedSelections: {
|
|
22398
|
+
type: import("vue").PropType<unknown>;
|
|
22399
|
+
required: true;
|
|
22400
|
+
};
|
|
22401
|
+
fetchFnCallback: {
|
|
22402
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
22403
|
+
required: true;
|
|
22404
|
+
};
|
|
22405
|
+
minCharsToStart: {
|
|
22406
|
+
type: import("vue").PropType<number>;
|
|
22407
|
+
default: number;
|
|
22408
|
+
};
|
|
22409
|
+
searchQuery: {
|
|
22410
|
+
type: import("vue").PropType<string>;
|
|
22411
|
+
default: string;
|
|
22412
|
+
};
|
|
22413
|
+
loadMoreFn: {
|
|
22414
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
22415
|
+
default: any;
|
|
22416
|
+
};
|
|
22417
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22418
|
+
"update:selectedCondition": (value: {
|
|
22419
|
+
label: string;
|
|
22420
|
+
value: string;
|
|
22421
|
+
multi: boolean;
|
|
22422
|
+
}) => void;
|
|
22423
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
22424
|
+
clear: () => void;
|
|
22425
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22426
|
+
label: {
|
|
22427
|
+
type: import("vue").PropType<string>;
|
|
22428
|
+
required: true;
|
|
22429
|
+
default: string;
|
|
22430
|
+
};
|
|
22431
|
+
testId: {
|
|
22432
|
+
type: import("vue").PropType<string>;
|
|
22433
|
+
default: string;
|
|
22434
|
+
};
|
|
22435
|
+
isOpen: {
|
|
22436
|
+
type: import("vue").PropType<boolean>;
|
|
22437
|
+
default: boolean;
|
|
22438
|
+
};
|
|
22439
|
+
infiniteLoading: {
|
|
22440
|
+
type: import("vue").PropType<boolean>;
|
|
22441
|
+
default: boolean;
|
|
22442
|
+
};
|
|
22443
|
+
optionNameKey: {
|
|
22444
|
+
type: import("vue").PropType<string>;
|
|
22445
|
+
required: true;
|
|
22446
|
+
default: string;
|
|
22447
|
+
};
|
|
22448
|
+
comparingKey: {
|
|
22449
|
+
type: import("vue").PropType<string>;
|
|
22450
|
+
required: true;
|
|
22451
|
+
default: string;
|
|
22452
|
+
};
|
|
22453
|
+
conditionalOptions: {
|
|
22454
|
+
type: import("vue").PropType<{
|
|
22455
|
+
label: string;
|
|
22456
|
+
value: string;
|
|
22457
|
+
multi: boolean;
|
|
22458
|
+
}[]>;
|
|
22459
|
+
required: true;
|
|
22460
|
+
};
|
|
22461
|
+
selectedCondition: {
|
|
22462
|
+
type: import("vue").PropType<{
|
|
22463
|
+
label: string;
|
|
22464
|
+
value: string;
|
|
22465
|
+
multi: boolean;
|
|
22466
|
+
}>;
|
|
21835
22467
|
required: true;
|
|
21836
22468
|
};
|
|
21837
|
-
|
|
21838
|
-
type: import("vue").PropType<
|
|
22469
|
+
appliedSelections: {
|
|
22470
|
+
type: import("vue").PropType<unknown>;
|
|
21839
22471
|
required: true;
|
|
21840
22472
|
};
|
|
21841
|
-
|
|
21842
|
-
type: import("vue").PropType<string
|
|
22473
|
+
fetchFnCallback: {
|
|
22474
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
21843
22475
|
required: true;
|
|
21844
22476
|
};
|
|
22477
|
+
minCharsToStart: {
|
|
22478
|
+
type: import("vue").PropType<number>;
|
|
22479
|
+
default: number;
|
|
22480
|
+
};
|
|
22481
|
+
searchQuery: {
|
|
22482
|
+
type: import("vue").PropType<string>;
|
|
22483
|
+
default: string;
|
|
22484
|
+
};
|
|
22485
|
+
loadMoreFn: {
|
|
22486
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
22487
|
+
default: any;
|
|
22488
|
+
};
|
|
21845
22489
|
}>> & {
|
|
21846
|
-
|
|
21847
|
-
"onUpdate:
|
|
21848
|
-
|
|
21849
|
-
|
|
21850
|
-
|
|
21851
|
-
|
|
22490
|
+
onClear?: () => any;
|
|
22491
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
22492
|
+
label: string;
|
|
22493
|
+
value: string;
|
|
22494
|
+
multi: boolean;
|
|
22495
|
+
}) => any;
|
|
22496
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
22497
|
+
}, {
|
|
22498
|
+
label: string;
|
|
21852
22499
|
testId: string;
|
|
21853
|
-
|
|
21854
|
-
|
|
21855
|
-
selected: unknown[];
|
|
21856
|
-
placeholder: string;
|
|
21857
|
-
inlineSearchPlaceholder: string;
|
|
22500
|
+
isOpen: boolean;
|
|
22501
|
+
infiniteLoading: boolean;
|
|
21858
22502
|
optionNameKey: string;
|
|
21859
|
-
|
|
21860
|
-
|
|
21861
|
-
|
|
21862
|
-
|
|
21863
|
-
|
|
21864
|
-
valueToCopy: string;
|
|
21865
|
-
disabledOptionKey: string;
|
|
21866
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21867
|
-
$slots: {
|
|
21868
|
-
"trigger-end-icon"?(_: {}): any;
|
|
21869
|
-
};
|
|
21870
|
-
})))[];
|
|
22503
|
+
comparingKey: string;
|
|
22504
|
+
minCharsToStart: number;
|
|
22505
|
+
searchQuery: string;
|
|
22506
|
+
loadMoreFn: () => Promise<void>;
|
|
22507
|
+
}>)[];
|
|
21871
22508
|
Option: {
|
|
21872
22509
|
new (...args: any[]): {
|
|
21873
22510
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -21888,11 +22525,13 @@ declare const _default: {
|
|
|
21888
22525
|
iconKey: string;
|
|
21889
22526
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21890
22527
|
endIconKey: string;
|
|
22528
|
+
endTextIconKey: string;
|
|
21891
22529
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
21892
22530
|
treeMainOption: boolean;
|
|
21893
22531
|
treeMainOptionExpanded: boolean;
|
|
21894
22532
|
stopOptionClickEventPropagation: boolean;
|
|
21895
22533
|
treeChildShown: boolean;
|
|
22534
|
+
isMulti: boolean;
|
|
21896
22535
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
21897
22536
|
option: {
|
|
21898
22537
|
type: import("vue").PropType<unknown>;
|
|
@@ -21954,6 +22593,10 @@ declare const _default: {
|
|
|
21954
22593
|
type: import("vue").PropType<string>;
|
|
21955
22594
|
default: any;
|
|
21956
22595
|
};
|
|
22596
|
+
endTextIconKey: {
|
|
22597
|
+
type: import("vue").PropType<string>;
|
|
22598
|
+
default: any;
|
|
22599
|
+
};
|
|
21957
22600
|
toolTipPlacement: {
|
|
21958
22601
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
21959
22602
|
default: string;
|
|
@@ -21974,12 +22617,16 @@ declare const _default: {
|
|
|
21974
22617
|
type: import("vue").PropType<boolean>;
|
|
21975
22618
|
default: boolean;
|
|
21976
22619
|
};
|
|
22620
|
+
isMulti: {
|
|
22621
|
+
type: import("vue").PropType<boolean>;
|
|
22622
|
+
default: boolean;
|
|
22623
|
+
};
|
|
21977
22624
|
selectedProp: {
|
|
21978
22625
|
type: import("vue").PropType<boolean>;
|
|
21979
22626
|
};
|
|
21980
22627
|
}>> & {
|
|
21981
22628
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
21982
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
22629
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
|
|
21983
22630
|
$attrs: {
|
|
21984
22631
|
[x: string]: unknown;
|
|
21985
22632
|
};
|
|
@@ -22054,6 +22701,10 @@ declare const _default: {
|
|
|
22054
22701
|
type: import("vue").PropType<string>;
|
|
22055
22702
|
default: any;
|
|
22056
22703
|
};
|
|
22704
|
+
endTextIconKey: {
|
|
22705
|
+
type: import("vue").PropType<string>;
|
|
22706
|
+
default: any;
|
|
22707
|
+
};
|
|
22057
22708
|
toolTipPlacement: {
|
|
22058
22709
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
22059
22710
|
default: string;
|
|
@@ -22074,6 +22725,10 @@ declare const _default: {
|
|
|
22074
22725
|
type: import("vue").PropType<boolean>;
|
|
22075
22726
|
default: boolean;
|
|
22076
22727
|
};
|
|
22728
|
+
isMulti: {
|
|
22729
|
+
type: import("vue").PropType<boolean>;
|
|
22730
|
+
default: boolean;
|
|
22731
|
+
};
|
|
22077
22732
|
selectedProp: {
|
|
22078
22733
|
type: import("vue").PropType<boolean>;
|
|
22079
22734
|
};
|
|
@@ -22097,11 +22752,13 @@ declare const _default: {
|
|
|
22097
22752
|
iconKey: string;
|
|
22098
22753
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22099
22754
|
endIconKey: string;
|
|
22755
|
+
endTextIconKey: string;
|
|
22100
22756
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
22101
22757
|
treeMainOption: boolean;
|
|
22102
22758
|
treeMainOptionExpanded: boolean;
|
|
22103
22759
|
stopOptionClickEventPropagation: boolean;
|
|
22104
22760
|
treeChildShown: boolean;
|
|
22761
|
+
isMulti: boolean;
|
|
22105
22762
|
}, {}, string> & {
|
|
22106
22763
|
beforeCreate?: (() => void) | (() => void)[];
|
|
22107
22764
|
created?: (() => void) | (() => void)[];
|
|
@@ -22183,6 +22840,10 @@ declare const _default: {
|
|
|
22183
22840
|
type: import("vue").PropType<string>;
|
|
22184
22841
|
default: any;
|
|
22185
22842
|
};
|
|
22843
|
+
endTextIconKey: {
|
|
22844
|
+
type: import("vue").PropType<string>;
|
|
22845
|
+
default: any;
|
|
22846
|
+
};
|
|
22186
22847
|
toolTipPlacement: {
|
|
22187
22848
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
22188
22849
|
default: string;
|
|
@@ -22203,6 +22864,10 @@ declare const _default: {
|
|
|
22203
22864
|
type: import("vue").PropType<boolean>;
|
|
22204
22865
|
default: boolean;
|
|
22205
22866
|
};
|
|
22867
|
+
isMulti: {
|
|
22868
|
+
type: import("vue").PropType<boolean>;
|
|
22869
|
+
default: boolean;
|
|
22870
|
+
};
|
|
22206
22871
|
selectedProp: {
|
|
22207
22872
|
type: import("vue").PropType<boolean>;
|
|
22208
22873
|
};
|
|
@@ -22273,6 +22938,10 @@ declare const _default: {
|
|
|
22273
22938
|
type: import("vue").PropType<string>;
|
|
22274
22939
|
default: any;
|
|
22275
22940
|
};
|
|
22941
|
+
endTextIconKey: {
|
|
22942
|
+
type: import("vue").PropType<string>;
|
|
22943
|
+
default: any;
|
|
22944
|
+
};
|
|
22276
22945
|
toolTipPlacement: {
|
|
22277
22946
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
22278
22947
|
default: string;
|
|
@@ -22293,6 +22962,10 @@ declare const _default: {
|
|
|
22293
22962
|
type: import("vue").PropType<boolean>;
|
|
22294
22963
|
default: boolean;
|
|
22295
22964
|
};
|
|
22965
|
+
isMulti: {
|
|
22966
|
+
type: import("vue").PropType<boolean>;
|
|
22967
|
+
default: boolean;
|
|
22968
|
+
};
|
|
22296
22969
|
selectedProp: {
|
|
22297
22970
|
type: import("vue").PropType<boolean>;
|
|
22298
22971
|
};
|
|
@@ -22316,11 +22989,13 @@ declare const _default: {
|
|
|
22316
22989
|
iconKey: string;
|
|
22317
22990
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22318
22991
|
endIconKey: string;
|
|
22992
|
+
endTextIconKey: string;
|
|
22319
22993
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
22320
22994
|
treeMainOption: boolean;
|
|
22321
22995
|
treeMainOptionExpanded: boolean;
|
|
22322
22996
|
stopOptionClickEventPropagation: boolean;
|
|
22323
22997
|
treeChildShown: boolean;
|
|
22998
|
+
isMulti: boolean;
|
|
22324
22999
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
22325
23000
|
$slots: {
|
|
22326
23001
|
image?(_: {}): any;
|
|
@@ -22339,6 +23014,7 @@ declare const _default: {
|
|
|
22339
23014
|
disabled: boolean;
|
|
22340
23015
|
size: "small" | "medium" | "large";
|
|
22341
23016
|
selected: unknown[];
|
|
23017
|
+
valueToCopy: string;
|
|
22342
23018
|
placeholder: string;
|
|
22343
23019
|
inlineSearchPlaceholder: string;
|
|
22344
23020
|
optionNameKey: string;
|
|
@@ -22347,8 +23023,8 @@ declare const _default: {
|
|
|
22347
23023
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22348
23024
|
optionEndIconKey: string;
|
|
22349
23025
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22350
|
-
valueToCopy: string;
|
|
22351
23026
|
disabledOptionKey: string;
|
|
23027
|
+
optionEndTextIconKey: string;
|
|
22352
23028
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
22353
23029
|
testId: {
|
|
22354
23030
|
type: import("vue").PropType<string>;
|
|
@@ -22369,6 +23045,10 @@ declare const _default: {
|
|
|
22369
23045
|
type: import("vue").PropType<unknown[]>;
|
|
22370
23046
|
default: any;
|
|
22371
23047
|
};
|
|
23048
|
+
valueToCopy: {
|
|
23049
|
+
type: import("vue").PropType<string>;
|
|
23050
|
+
default: any;
|
|
23051
|
+
};
|
|
22372
23052
|
options: {
|
|
22373
23053
|
type: import("vue").PropType<unknown[]>;
|
|
22374
23054
|
required: true;
|
|
@@ -22409,14 +23089,14 @@ declare const _default: {
|
|
|
22409
23089
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22410
23090
|
default: any;
|
|
22411
23091
|
};
|
|
22412
|
-
valueToCopy: {
|
|
22413
|
-
type: import("vue").PropType<string>;
|
|
22414
|
-
default: any;
|
|
22415
|
-
};
|
|
22416
23092
|
disabledOptionKey: {
|
|
22417
23093
|
type: import("vue").PropType<string>;
|
|
22418
23094
|
default: string;
|
|
22419
23095
|
};
|
|
23096
|
+
optionEndTextIconKey: {
|
|
23097
|
+
type: import("vue").PropType<string>;
|
|
23098
|
+
default: any;
|
|
23099
|
+
};
|
|
22420
23100
|
optionChildrenKey: {
|
|
22421
23101
|
type: import("vue").PropType<string>;
|
|
22422
23102
|
required: true;
|
|
@@ -22432,7 +23112,7 @@ declare const _default: {
|
|
|
22432
23112
|
}>> & {
|
|
22433
23113
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
22434
23114
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
22435
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
23115
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
22436
23116
|
$attrs: {
|
|
22437
23117
|
[x: string]: unknown;
|
|
22438
23118
|
};
|
|
@@ -22466,6 +23146,10 @@ declare const _default: {
|
|
|
22466
23146
|
type: import("vue").PropType<unknown[]>;
|
|
22467
23147
|
default: any;
|
|
22468
23148
|
};
|
|
23149
|
+
valueToCopy: {
|
|
23150
|
+
type: import("vue").PropType<string>;
|
|
23151
|
+
default: any;
|
|
23152
|
+
};
|
|
22469
23153
|
options: {
|
|
22470
23154
|
type: import("vue").PropType<unknown[]>;
|
|
22471
23155
|
required: true;
|
|
@@ -22506,14 +23190,14 @@ declare const _default: {
|
|
|
22506
23190
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22507
23191
|
default: any;
|
|
22508
23192
|
};
|
|
22509
|
-
valueToCopy: {
|
|
22510
|
-
type: import("vue").PropType<string>;
|
|
22511
|
-
default: any;
|
|
22512
|
-
};
|
|
22513
23193
|
disabledOptionKey: {
|
|
22514
23194
|
type: import("vue").PropType<string>;
|
|
22515
23195
|
default: string;
|
|
22516
23196
|
};
|
|
23197
|
+
optionEndTextIconKey: {
|
|
23198
|
+
type: import("vue").PropType<string>;
|
|
23199
|
+
default: any;
|
|
23200
|
+
};
|
|
22517
23201
|
optionChildrenKey: {
|
|
22518
23202
|
type: import("vue").PropType<string>;
|
|
22519
23203
|
required: true;
|
|
@@ -22537,6 +23221,7 @@ declare const _default: {
|
|
|
22537
23221
|
disabled: boolean;
|
|
22538
23222
|
size: "small" | "medium" | "large";
|
|
22539
23223
|
selected: unknown[];
|
|
23224
|
+
valueToCopy: string;
|
|
22540
23225
|
placeholder: string;
|
|
22541
23226
|
inlineSearchPlaceholder: string;
|
|
22542
23227
|
optionNameKey: string;
|
|
@@ -22545,8 +23230,8 @@ declare const _default: {
|
|
|
22545
23230
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22546
23231
|
optionEndIconKey: string;
|
|
22547
23232
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22548
|
-
valueToCopy: string;
|
|
22549
23233
|
disabledOptionKey: string;
|
|
23234
|
+
optionEndTextIconKey: string;
|
|
22550
23235
|
}, {}, string> & {
|
|
22551
23236
|
beforeCreate?: (() => void) | (() => void)[];
|
|
22552
23237
|
created?: (() => void) | (() => void)[];
|
|
@@ -22587,6 +23272,10 @@ declare const _default: {
|
|
|
22587
23272
|
type: import("vue").PropType<unknown[]>;
|
|
22588
23273
|
default: any;
|
|
22589
23274
|
};
|
|
23275
|
+
valueToCopy: {
|
|
23276
|
+
type: import("vue").PropType<string>;
|
|
23277
|
+
default: any;
|
|
23278
|
+
};
|
|
22590
23279
|
options: {
|
|
22591
23280
|
type: import("vue").PropType<unknown[]>;
|
|
22592
23281
|
required: true;
|
|
@@ -22627,14 +23316,14 @@ declare const _default: {
|
|
|
22627
23316
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22628
23317
|
default: any;
|
|
22629
23318
|
};
|
|
22630
|
-
valueToCopy: {
|
|
22631
|
-
type: import("vue").PropType<string>;
|
|
22632
|
-
default: any;
|
|
22633
|
-
};
|
|
22634
23319
|
disabledOptionKey: {
|
|
22635
23320
|
type: import("vue").PropType<string>;
|
|
22636
23321
|
default: string;
|
|
22637
23322
|
};
|
|
23323
|
+
optionEndTextIconKey: {
|
|
23324
|
+
type: import("vue").PropType<string>;
|
|
23325
|
+
default: any;
|
|
23326
|
+
};
|
|
22638
23327
|
optionChildrenKey: {
|
|
22639
23328
|
type: import("vue").PropType<string>;
|
|
22640
23329
|
required: true;
|
|
@@ -22674,6 +23363,10 @@ declare const _default: {
|
|
|
22674
23363
|
type: import("vue").PropType<unknown[]>;
|
|
22675
23364
|
default: any;
|
|
22676
23365
|
};
|
|
23366
|
+
valueToCopy: {
|
|
23367
|
+
type: import("vue").PropType<string>;
|
|
23368
|
+
default: any;
|
|
23369
|
+
};
|
|
22677
23370
|
options: {
|
|
22678
23371
|
type: import("vue").PropType<unknown[]>;
|
|
22679
23372
|
required: true;
|
|
@@ -22714,14 +23407,14 @@ declare const _default: {
|
|
|
22714
23407
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22715
23408
|
default: any;
|
|
22716
23409
|
};
|
|
22717
|
-
valueToCopy: {
|
|
22718
|
-
type: import("vue").PropType<string>;
|
|
22719
|
-
default: any;
|
|
22720
|
-
};
|
|
22721
23410
|
disabledOptionKey: {
|
|
22722
23411
|
type: import("vue").PropType<string>;
|
|
22723
23412
|
default: string;
|
|
22724
23413
|
};
|
|
23414
|
+
optionEndTextIconKey: {
|
|
23415
|
+
type: import("vue").PropType<string>;
|
|
23416
|
+
default: any;
|
|
23417
|
+
};
|
|
22725
23418
|
optionChildrenKey: {
|
|
22726
23419
|
type: import("vue").PropType<string>;
|
|
22727
23420
|
required: true;
|
|
@@ -22745,6 +23438,7 @@ declare const _default: {
|
|
|
22745
23438
|
disabled: boolean;
|
|
22746
23439
|
size: "small" | "medium" | "large";
|
|
22747
23440
|
selected: unknown[];
|
|
23441
|
+
valueToCopy: string;
|
|
22748
23442
|
placeholder: string;
|
|
22749
23443
|
inlineSearchPlaceholder: string;
|
|
22750
23444
|
optionNameKey: string;
|
|
@@ -22753,13 +23447,168 @@ declare const _default: {
|
|
|
22753
23447
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22754
23448
|
optionEndIconKey: string;
|
|
22755
23449
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22756
|
-
valueToCopy: string;
|
|
22757
23450
|
disabledOptionKey: string;
|
|
23451
|
+
optionEndTextIconKey: string;
|
|
22758
23452
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
22759
23453
|
$slots: {
|
|
22760
23454
|
"trigger-end-icon"?(_: {}): any;
|
|
22761
23455
|
};
|
|
22762
23456
|
});
|
|
23457
|
+
ConditionalDropdown: import("vue").DefineComponent<{
|
|
23458
|
+
label: {
|
|
23459
|
+
type: import("vue").PropType<string>;
|
|
23460
|
+
required: true;
|
|
23461
|
+
default: string;
|
|
23462
|
+
};
|
|
23463
|
+
testId: {
|
|
23464
|
+
type: import("vue").PropType<string>;
|
|
23465
|
+
default: string;
|
|
23466
|
+
};
|
|
23467
|
+
isOpen: {
|
|
23468
|
+
type: import("vue").PropType<boolean>;
|
|
23469
|
+
default: boolean;
|
|
23470
|
+
};
|
|
23471
|
+
infiniteLoading: {
|
|
23472
|
+
type: import("vue").PropType<boolean>;
|
|
23473
|
+
default: boolean;
|
|
23474
|
+
};
|
|
23475
|
+
optionNameKey: {
|
|
23476
|
+
type: import("vue").PropType<string>;
|
|
23477
|
+
required: true;
|
|
23478
|
+
default: string;
|
|
23479
|
+
};
|
|
23480
|
+
comparingKey: {
|
|
23481
|
+
type: import("vue").PropType<string>;
|
|
23482
|
+
required: true;
|
|
23483
|
+
default: string;
|
|
23484
|
+
};
|
|
23485
|
+
conditionalOptions: {
|
|
23486
|
+
type: import("vue").PropType<{
|
|
23487
|
+
label: string;
|
|
23488
|
+
value: string;
|
|
23489
|
+
multi: boolean;
|
|
23490
|
+
}[]>;
|
|
23491
|
+
required: true;
|
|
23492
|
+
};
|
|
23493
|
+
selectedCondition: {
|
|
23494
|
+
type: import("vue").PropType<{
|
|
23495
|
+
label: string;
|
|
23496
|
+
value: string;
|
|
23497
|
+
multi: boolean;
|
|
23498
|
+
}>;
|
|
23499
|
+
required: true;
|
|
23500
|
+
};
|
|
23501
|
+
appliedSelections: {
|
|
23502
|
+
type: import("vue").PropType<unknown>;
|
|
23503
|
+
required: true;
|
|
23504
|
+
};
|
|
23505
|
+
fetchFnCallback: {
|
|
23506
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
23507
|
+
required: true;
|
|
23508
|
+
};
|
|
23509
|
+
minCharsToStart: {
|
|
23510
|
+
type: import("vue").PropType<number>;
|
|
23511
|
+
default: number;
|
|
23512
|
+
};
|
|
23513
|
+
searchQuery: {
|
|
23514
|
+
type: import("vue").PropType<string>;
|
|
23515
|
+
default: string;
|
|
23516
|
+
};
|
|
23517
|
+
loadMoreFn: {
|
|
23518
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
23519
|
+
default: any;
|
|
23520
|
+
};
|
|
23521
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23522
|
+
"update:selectedCondition": (value: {
|
|
23523
|
+
label: string;
|
|
23524
|
+
value: string;
|
|
23525
|
+
multi: boolean;
|
|
23526
|
+
}) => void;
|
|
23527
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
23528
|
+
clear: () => void;
|
|
23529
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23530
|
+
label: {
|
|
23531
|
+
type: import("vue").PropType<string>;
|
|
23532
|
+
required: true;
|
|
23533
|
+
default: string;
|
|
23534
|
+
};
|
|
23535
|
+
testId: {
|
|
23536
|
+
type: import("vue").PropType<string>;
|
|
23537
|
+
default: string;
|
|
23538
|
+
};
|
|
23539
|
+
isOpen: {
|
|
23540
|
+
type: import("vue").PropType<boolean>;
|
|
23541
|
+
default: boolean;
|
|
23542
|
+
};
|
|
23543
|
+
infiniteLoading: {
|
|
23544
|
+
type: import("vue").PropType<boolean>;
|
|
23545
|
+
default: boolean;
|
|
23546
|
+
};
|
|
23547
|
+
optionNameKey: {
|
|
23548
|
+
type: import("vue").PropType<string>;
|
|
23549
|
+
required: true;
|
|
23550
|
+
default: string;
|
|
23551
|
+
};
|
|
23552
|
+
comparingKey: {
|
|
23553
|
+
type: import("vue").PropType<string>;
|
|
23554
|
+
required: true;
|
|
23555
|
+
default: string;
|
|
23556
|
+
};
|
|
23557
|
+
conditionalOptions: {
|
|
23558
|
+
type: import("vue").PropType<{
|
|
23559
|
+
label: string;
|
|
23560
|
+
value: string;
|
|
23561
|
+
multi: boolean;
|
|
23562
|
+
}[]>;
|
|
23563
|
+
required: true;
|
|
23564
|
+
};
|
|
23565
|
+
selectedCondition: {
|
|
23566
|
+
type: import("vue").PropType<{
|
|
23567
|
+
label: string;
|
|
23568
|
+
value: string;
|
|
23569
|
+
multi: boolean;
|
|
23570
|
+
}>;
|
|
23571
|
+
required: true;
|
|
23572
|
+
};
|
|
23573
|
+
appliedSelections: {
|
|
23574
|
+
type: import("vue").PropType<unknown>;
|
|
23575
|
+
required: true;
|
|
23576
|
+
};
|
|
23577
|
+
fetchFnCallback: {
|
|
23578
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
23579
|
+
required: true;
|
|
23580
|
+
};
|
|
23581
|
+
minCharsToStart: {
|
|
23582
|
+
type: import("vue").PropType<number>;
|
|
23583
|
+
default: number;
|
|
23584
|
+
};
|
|
23585
|
+
searchQuery: {
|
|
23586
|
+
type: import("vue").PropType<string>;
|
|
23587
|
+
default: string;
|
|
23588
|
+
};
|
|
23589
|
+
loadMoreFn: {
|
|
23590
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
23591
|
+
default: any;
|
|
23592
|
+
};
|
|
23593
|
+
}>> & {
|
|
23594
|
+
onClear?: () => any;
|
|
23595
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
23596
|
+
label: string;
|
|
23597
|
+
value: string;
|
|
23598
|
+
multi: boolean;
|
|
23599
|
+
}) => any;
|
|
23600
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
23601
|
+
}, {
|
|
23602
|
+
label: string;
|
|
23603
|
+
testId: string;
|
|
23604
|
+
isOpen: boolean;
|
|
23605
|
+
infiniteLoading: boolean;
|
|
23606
|
+
optionNameKey: string;
|
|
23607
|
+
comparingKey: string;
|
|
23608
|
+
minCharsToStart: number;
|
|
23609
|
+
searchQuery: string;
|
|
23610
|
+
loadMoreFn: () => Promise<void>;
|
|
23611
|
+
}>;
|
|
22763
23612
|
Label: {
|
|
22764
23613
|
new (...args: any[]): {
|
|
22765
23614
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -23498,7 +24347,9 @@ declare const _default: {
|
|
|
23498
24347
|
};
|
|
23499
24348
|
}>> & {
|
|
23500
24349
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23501
|
-
}, {
|
|
24350
|
+
}, {
|
|
24351
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24352
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23502
24353
|
"update:modelValue": (...args: any[]) => void;
|
|
23503
24354
|
}, string, {
|
|
23504
24355
|
testId: string;
|
|
@@ -23550,7 +24401,9 @@ declare const _default: {
|
|
|
23550
24401
|
};
|
|
23551
24402
|
}>> & {
|
|
23552
24403
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23553
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
24404
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
24405
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24406
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23554
24407
|
__isFragment?: never;
|
|
23555
24408
|
__isTeleport?: never;
|
|
23556
24409
|
__isSuspense?: never;
|
|
@@ -23582,7 +24435,9 @@ declare const _default: {
|
|
|
23582
24435
|
};
|
|
23583
24436
|
}>> & {
|
|
23584
24437
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23585
|
-
}, {
|
|
24438
|
+
}, {
|
|
24439
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24440
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23586
24441
|
"update:modelValue": (...args: any[]) => void;
|
|
23587
24442
|
}, string, {
|
|
23588
24443
|
testId: string;
|
|
@@ -23963,7 +24818,9 @@ declare const _default: {
|
|
|
23963
24818
|
};
|
|
23964
24819
|
}>> & {
|
|
23965
24820
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23966
|
-
}, {
|
|
24821
|
+
}, {
|
|
24822
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24823
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23967
24824
|
"update:modelValue": (...args: any[]) => void;
|
|
23968
24825
|
}, string, {
|
|
23969
24826
|
testId: string;
|
|
@@ -24015,7 +24872,9 @@ declare const _default: {
|
|
|
24015
24872
|
};
|
|
24016
24873
|
}>> & {
|
|
24017
24874
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24018
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
24875
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
24876
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24877
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
24019
24878
|
__isFragment?: never;
|
|
24020
24879
|
__isTeleport?: never;
|
|
24021
24880
|
__isSuspense?: never;
|
|
@@ -24047,7 +24906,9 @@ declare const _default: {
|
|
|
24047
24906
|
};
|
|
24048
24907
|
}>> & {
|
|
24049
24908
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24050
|
-
}, {
|
|
24909
|
+
}, {
|
|
24910
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24911
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24051
24912
|
"update:modelValue": (...args: any[]) => void;
|
|
24052
24913
|
}, string, {
|
|
24053
24914
|
testId: string;
|