@ironsource/shared-ui 2.1.9-test.0 → 2.1.9-test.2
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_76c74f58_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_cf64ca64_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_058de532_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +1 -0
- package/components/alert/Alert.vue2.js +3 -2
- package/components/autocomplete/Autocomplete.vue.d.ts +1 -1
- package/components/autocomplete/index.d.ts +20 -20
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +65 -0
- package/components/button/v4/ToggleButtonGroupAB.vue.js +7 -0
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +95 -0
- package/components/button/v4/index.d.ts +170 -1
- package/components/button/v4/index.js +10 -3
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +9 -8
- package/components/dateRange/v4/DateRangeV4.vue2.js +21 -20
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +5 -5
- package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
- package/components/dialog/v4/DialogV4.vue2.js +6 -5
- package/components/dialog/v4/index.d.ts +5 -5
- package/components/dropdown/common/Dropdown.common.d.ts +1 -0
- package/components/dropdown/common/Dropdown.common.js +165 -158
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +51 -51
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +17 -11
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +17 -9
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +23 -22
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +11 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +59 -45
- package/components/dropdown/v4/DropdownV4.vue.d.ts +19 -7
- package/components/dropdown/v4/DropdownV4.vue.js +4 -4
- package/components/dropdown/v4/DropdownV4.vue2.js +165 -158
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +4 -3
- package/components/dropdown/v4/OptionV4.vue.d.ts +6 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +83 -70
- package/components/dropdown/v4/index.d.ts +196 -88
- package/components/emptyState/v4/EmptyStateV4.vue2.js +13 -12
- package/components/forms/FormCard.vue2.js +13 -12
- package/components/includeExclude/index.d.ts +56 -56
- package/components/input/v3/Input.vue.d.ts +1 -1
- package/components/input/v3/index.d.ts +32 -32
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/index.d.ts +20 -20
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/MultiBar.vue2.js +3 -2
- package/components/multibar/index.d.ts +9 -9
- package/components/popover/v3/Popover.vue.d.ts +1 -1
- package/components/popover/v3/index.d.ts +20 -20
- package/components/popover/v4/PopoverV4.vue.d.ts +7 -3
- package/components/popover/v4/PopoverV4.vue.js +3 -3
- package/components/popover/v4/PopoverV4.vue2.js +23 -20
- package/components/popover/v4/index.d.ts +36 -24
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
- package/components/radioButton/v3/index.d.ts +6 -6
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +6 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
- package/components/radioButton/v4/RadioButtonV4.vue2.js +59 -46
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
- package/components/radioButton/v4/index.d.ts +26 -7
- package/components/snackbar/v4/SnackbarV4.vue2.js +7 -6
- package/components/sortableList/SortableItem.vue.d.ts +1 -1
- package/components/switch/v3/index.d.ts +16 -16
- package/components/switch/v4/SwitchV4.vue2.js +6 -5
- package/components/switch/v4/index.d.ts +8 -8
- package/components/table/v4/DataGrid.vue.d.ts +5 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +45 -44
- package/components/table/v4/ExpandRowToggle.vue2.js +6 -5
- package/components/table/v4/MultipleDataGrid.vue.d.ts +23 -2
- package/components/table/v4/MultipleDataGrid.vue.js +5 -5
- package/components/table/v4/MultipleDataGrid.vue2.js +82 -73
- package/components/table/v4/index.d.ts +98 -2
- package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
- package/components/textArea/v4/index.d.ts +9 -9
- package/components/toggle/v3/index.d.ts +8 -8
- package/components/toggle/v4/index.d.ts +16 -16
- package/consts/configs.d.ts +1 -0
- package/consts/configs.js +4 -0
- package/index.d.ts +1614 -661
- package/index.js +1 -1
- package/mocks/options.d.ts +4 -0
- package/package.json +2 -2
- package/testids/index.d.ts +8 -1
- package/testids/index.js +14 -13
- package/utils/testIds.d.ts +1 -1
- package/utils/testIds.js +6 -6
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_d27e1304_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_fd7a490e_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_119e4bc3_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_cfedf78b_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_77509f61_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_cb3a12c6_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -30,8 +30,8 @@ declare const _default: {
|
|
|
30
30
|
distance: number;
|
|
31
31
|
popperClass: string;
|
|
32
32
|
autoHide: boolean;
|
|
33
|
-
skidding: number;
|
|
34
33
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
34
|
+
skidding: number;
|
|
35
35
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
testId: {
|
|
37
37
|
type: import("vue").PropType<string>;
|
|
@@ -57,15 +57,17 @@ declare const _default: {
|
|
|
57
57
|
type: import("vue").PropType<boolean>;
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
|
-
skidding: {
|
|
61
|
-
type: import("vue").PropType<number>;
|
|
62
|
-
default: number;
|
|
63
|
-
};
|
|
64
60
|
trigger: {
|
|
65
61
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
66
62
|
default: string;
|
|
67
63
|
};
|
|
68
|
-
|
|
64
|
+
skidding: {
|
|
65
|
+
type: import("vue").PropType<number>;
|
|
66
|
+
default: number;
|
|
67
|
+
};
|
|
68
|
+
}>> & {
|
|
69
|
+
onIsOpen?: (value: boolean) => any;
|
|
70
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "popperClass" | "autoHide" | "trigger" | "skidding">;
|
|
69
71
|
$attrs: {
|
|
70
72
|
[x: string]: unknown;
|
|
71
73
|
};
|
|
@@ -77,7 +79,7 @@ declare const _default: {
|
|
|
77
79
|
}>;
|
|
78
80
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
79
81
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
80
|
-
$emit: (event:
|
|
82
|
+
$emit: (event: "isOpen", value: boolean) => void;
|
|
81
83
|
$el: any;
|
|
82
84
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
83
85
|
testId: {
|
|
@@ -104,23 +106,27 @@ declare const _default: {
|
|
|
104
106
|
type: import("vue").PropType<boolean>;
|
|
105
107
|
default: boolean;
|
|
106
108
|
};
|
|
107
|
-
skidding: {
|
|
108
|
-
type: import("vue").PropType<number>;
|
|
109
|
-
default: number;
|
|
110
|
-
};
|
|
111
109
|
trigger: {
|
|
112
110
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
113
111
|
default: string;
|
|
114
112
|
};
|
|
115
|
-
|
|
113
|
+
skidding: {
|
|
114
|
+
type: import("vue").PropType<number>;
|
|
115
|
+
default: number;
|
|
116
|
+
};
|
|
117
|
+
}>> & {
|
|
118
|
+
onIsOpen?: (value: boolean) => any;
|
|
119
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
120
|
+
isOpen: (value: boolean) => void;
|
|
121
|
+
}, string, {
|
|
116
122
|
testId: string;
|
|
117
123
|
placement: import("floating-vue").Placement;
|
|
118
124
|
disabled: boolean;
|
|
119
125
|
distance: number;
|
|
120
126
|
popperClass: string;
|
|
121
127
|
autoHide: boolean;
|
|
122
|
-
skidding: number;
|
|
123
128
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
129
|
+
skidding: number;
|
|
124
130
|
}, {}, string> & {
|
|
125
131
|
beforeCreate?: (() => void) | (() => void)[];
|
|
126
132
|
created?: (() => void) | (() => void)[];
|
|
@@ -166,15 +172,17 @@ declare const _default: {
|
|
|
166
172
|
type: import("vue").PropType<boolean>;
|
|
167
173
|
default: boolean;
|
|
168
174
|
};
|
|
169
|
-
skidding: {
|
|
170
|
-
type: import("vue").PropType<number>;
|
|
171
|
-
default: number;
|
|
172
|
-
};
|
|
173
175
|
trigger: {
|
|
174
176
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
175
177
|
default: string;
|
|
176
178
|
};
|
|
177
|
-
|
|
179
|
+
skidding: {
|
|
180
|
+
type: import("vue").PropType<number>;
|
|
181
|
+
default: number;
|
|
182
|
+
};
|
|
183
|
+
}>> & {
|
|
184
|
+
onIsOpen?: (value: boolean) => any;
|
|
185
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
178
186
|
__isFragment?: never;
|
|
179
187
|
__isTeleport?: never;
|
|
180
188
|
__isSuspense?: never;
|
|
@@ -203,23 +211,27 @@ declare const _default: {
|
|
|
203
211
|
type: import("vue").PropType<boolean>;
|
|
204
212
|
default: boolean;
|
|
205
213
|
};
|
|
206
|
-
skidding: {
|
|
207
|
-
type: import("vue").PropType<number>;
|
|
208
|
-
default: number;
|
|
209
|
-
};
|
|
210
214
|
trigger: {
|
|
211
215
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
212
216
|
default: string;
|
|
213
217
|
};
|
|
214
|
-
|
|
218
|
+
skidding: {
|
|
219
|
+
type: import("vue").PropType<number>;
|
|
220
|
+
default: number;
|
|
221
|
+
};
|
|
222
|
+
}>> & {
|
|
223
|
+
onIsOpen?: (value: boolean) => any;
|
|
224
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
225
|
+
isOpen: (value: boolean) => void;
|
|
226
|
+
}, string, {
|
|
215
227
|
testId: string;
|
|
216
228
|
placement: import("floating-vue").Placement;
|
|
217
229
|
disabled: boolean;
|
|
218
230
|
distance: number;
|
|
219
231
|
popperClass: string;
|
|
220
232
|
autoHide: boolean;
|
|
221
|
-
skidding: number;
|
|
222
233
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
234
|
+
skidding: number;
|
|
223
235
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
224
236
|
$slots: {
|
|
225
237
|
trigger?(_: {}): any;
|
|
@@ -237,8 +249,8 @@ declare const _default: {
|
|
|
237
249
|
distance: number;
|
|
238
250
|
popperClass: string;
|
|
239
251
|
autoHide: boolean;
|
|
240
|
-
skidding: number;
|
|
241
252
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
253
|
+
skidding: number;
|
|
242
254
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
243
255
|
testId: {
|
|
244
256
|
type: import("vue").PropType<string>;
|
|
@@ -264,15 +276,17 @@ declare const _default: {
|
|
|
264
276
|
type: import("vue").PropType<boolean>;
|
|
265
277
|
default: boolean;
|
|
266
278
|
};
|
|
267
|
-
skidding: {
|
|
268
|
-
type: import("vue").PropType<number>;
|
|
269
|
-
default: number;
|
|
270
|
-
};
|
|
271
279
|
trigger: {
|
|
272
280
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
273
281
|
default: string;
|
|
274
282
|
};
|
|
275
|
-
|
|
283
|
+
skidding: {
|
|
284
|
+
type: import("vue").PropType<number>;
|
|
285
|
+
default: number;
|
|
286
|
+
};
|
|
287
|
+
}>> & {
|
|
288
|
+
onIsOpen?: (value: boolean) => any;
|
|
289
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "popperClass" | "autoHide" | "trigger" | "skidding">;
|
|
276
290
|
$attrs: {
|
|
277
291
|
[x: string]: unknown;
|
|
278
292
|
};
|
|
@@ -284,7 +298,7 @@ declare const _default: {
|
|
|
284
298
|
}>;
|
|
285
299
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
286
300
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
287
|
-
$emit: (event:
|
|
301
|
+
$emit: (event: "isOpen", value: boolean) => void;
|
|
288
302
|
$el: any;
|
|
289
303
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
290
304
|
testId: {
|
|
@@ -311,23 +325,27 @@ declare const _default: {
|
|
|
311
325
|
type: import("vue").PropType<boolean>;
|
|
312
326
|
default: boolean;
|
|
313
327
|
};
|
|
314
|
-
skidding: {
|
|
315
|
-
type: import("vue").PropType<number>;
|
|
316
|
-
default: number;
|
|
317
|
-
};
|
|
318
328
|
trigger: {
|
|
319
329
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
320
330
|
default: string;
|
|
321
331
|
};
|
|
322
|
-
|
|
332
|
+
skidding: {
|
|
333
|
+
type: import("vue").PropType<number>;
|
|
334
|
+
default: number;
|
|
335
|
+
};
|
|
336
|
+
}>> & {
|
|
337
|
+
onIsOpen?: (value: boolean) => any;
|
|
338
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
339
|
+
isOpen: (value: boolean) => void;
|
|
340
|
+
}, string, {
|
|
323
341
|
testId: string;
|
|
324
342
|
placement: import("floating-vue").Placement;
|
|
325
343
|
disabled: boolean;
|
|
326
344
|
distance: number;
|
|
327
345
|
popperClass: string;
|
|
328
346
|
autoHide: boolean;
|
|
329
|
-
skidding: number;
|
|
330
347
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
348
|
+
skidding: number;
|
|
331
349
|
}, {}, string> & {
|
|
332
350
|
beforeCreate?: (() => void) | (() => void)[];
|
|
333
351
|
created?: (() => void) | (() => void)[];
|
|
@@ -373,15 +391,17 @@ declare const _default: {
|
|
|
373
391
|
type: import("vue").PropType<boolean>;
|
|
374
392
|
default: boolean;
|
|
375
393
|
};
|
|
376
|
-
skidding: {
|
|
377
|
-
type: import("vue").PropType<number>;
|
|
378
|
-
default: number;
|
|
379
|
-
};
|
|
380
394
|
trigger: {
|
|
381
395
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
382
396
|
default: string;
|
|
383
397
|
};
|
|
384
|
-
|
|
398
|
+
skidding: {
|
|
399
|
+
type: import("vue").PropType<number>;
|
|
400
|
+
default: number;
|
|
401
|
+
};
|
|
402
|
+
}>> & {
|
|
403
|
+
onIsOpen?: (value: boolean) => any;
|
|
404
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
385
405
|
__isFragment?: never;
|
|
386
406
|
__isTeleport?: never;
|
|
387
407
|
__isSuspense?: never;
|
|
@@ -410,23 +430,27 @@ declare const _default: {
|
|
|
410
430
|
type: import("vue").PropType<boolean>;
|
|
411
431
|
default: boolean;
|
|
412
432
|
};
|
|
413
|
-
skidding: {
|
|
414
|
-
type: import("vue").PropType<number>;
|
|
415
|
-
default: number;
|
|
416
|
-
};
|
|
417
433
|
trigger: {
|
|
418
434
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
419
435
|
default: string;
|
|
420
436
|
};
|
|
421
|
-
|
|
437
|
+
skidding: {
|
|
438
|
+
type: import("vue").PropType<number>;
|
|
439
|
+
default: number;
|
|
440
|
+
};
|
|
441
|
+
}>> & {
|
|
442
|
+
onIsOpen?: (value: boolean) => any;
|
|
443
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
444
|
+
isOpen: (value: boolean) => void;
|
|
445
|
+
}, string, {
|
|
422
446
|
testId: string;
|
|
423
447
|
placement: import("floating-vue").Placement;
|
|
424
448
|
disabled: boolean;
|
|
425
449
|
distance: number;
|
|
426
450
|
popperClass: string;
|
|
427
451
|
autoHide: boolean;
|
|
428
|
-
skidding: number;
|
|
429
452
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
453
|
+
skidding: number;
|
|
430
454
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
431
455
|
$slots: {
|
|
432
456
|
trigger?(_: {}): any;
|
|
@@ -2896,6 +2920,7 @@ declare const _default: {
|
|
|
2896
2920
|
label: string;
|
|
2897
2921
|
testId: string;
|
|
2898
2922
|
modelValue: string;
|
|
2923
|
+
labelDescription: string;
|
|
2899
2924
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2900
2925
|
value: {
|
|
2901
2926
|
type: import("vue").PropType<unknown>;
|
|
@@ -2918,10 +2943,14 @@ declare const _default: {
|
|
|
2918
2943
|
type: import("vue").PropType<string>;
|
|
2919
2944
|
default: any;
|
|
2920
2945
|
};
|
|
2946
|
+
labelDescription: {
|
|
2947
|
+
type: import("vue").PropType<string>;
|
|
2948
|
+
default: string;
|
|
2949
|
+
};
|
|
2921
2950
|
}>> & {
|
|
2922
2951
|
onChange?: (...args: any[]) => any;
|
|
2923
2952
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
2924
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue">;
|
|
2953
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue" | "labelDescription">;
|
|
2925
2954
|
$attrs: {
|
|
2926
2955
|
[x: string]: unknown;
|
|
2927
2956
|
};
|
|
@@ -2933,7 +2962,7 @@ declare const _default: {
|
|
|
2933
2962
|
}>;
|
|
2934
2963
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
2935
2964
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
2936
|
-
$emit: ((event: "
|
|
2965
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
2937
2966
|
$el: any;
|
|
2938
2967
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2939
2968
|
value: {
|
|
@@ -2957,17 +2986,22 @@ declare const _default: {
|
|
|
2957
2986
|
type: import("vue").PropType<string>;
|
|
2958
2987
|
default: any;
|
|
2959
2988
|
};
|
|
2989
|
+
labelDescription: {
|
|
2990
|
+
type: import("vue").PropType<string>;
|
|
2991
|
+
default: string;
|
|
2992
|
+
};
|
|
2960
2993
|
}>> & {
|
|
2961
2994
|
onChange?: (...args: any[]) => any;
|
|
2962
2995
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
2963
2996
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2964
|
-
change: (...args: any[]) => void;
|
|
2965
2997
|
"update:modelValue": (...args: any[]) => void;
|
|
2998
|
+
change: (...args: any[]) => void;
|
|
2966
2999
|
}, string, {
|
|
2967
3000
|
name: string;
|
|
2968
3001
|
label: string;
|
|
2969
3002
|
testId: string;
|
|
2970
3003
|
modelValue: string;
|
|
3004
|
+
labelDescription: string;
|
|
2971
3005
|
}, {}, string> & {
|
|
2972
3006
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2973
3007
|
created?: (() => void) | (() => void)[];
|
|
@@ -3010,6 +3044,10 @@ declare const _default: {
|
|
|
3010
3044
|
type: import("vue").PropType<string>;
|
|
3011
3045
|
default: any;
|
|
3012
3046
|
};
|
|
3047
|
+
labelDescription: {
|
|
3048
|
+
type: import("vue").PropType<string>;
|
|
3049
|
+
default: string;
|
|
3050
|
+
};
|
|
3013
3051
|
}>> & {
|
|
3014
3052
|
onChange?: (...args: any[]) => any;
|
|
3015
3053
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -3039,17 +3077,22 @@ declare const _default: {
|
|
|
3039
3077
|
type: import("vue").PropType<string>;
|
|
3040
3078
|
default: any;
|
|
3041
3079
|
};
|
|
3080
|
+
labelDescription: {
|
|
3081
|
+
type: import("vue").PropType<string>;
|
|
3082
|
+
default: string;
|
|
3083
|
+
};
|
|
3042
3084
|
}>> & {
|
|
3043
3085
|
onChange?: (...args: any[]) => any;
|
|
3044
3086
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3045
3087
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3046
|
-
change: (...args: any[]) => void;
|
|
3047
3088
|
"update:modelValue": (...args: any[]) => void;
|
|
3089
|
+
change: (...args: any[]) => void;
|
|
3048
3090
|
}, string, {
|
|
3049
3091
|
name: string;
|
|
3050
3092
|
label: string;
|
|
3051
3093
|
testId: string;
|
|
3052
3094
|
modelValue: string;
|
|
3095
|
+
labelDescription: string;
|
|
3053
3096
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3054
3097
|
$slots: {
|
|
3055
3098
|
default?(_: {}): any;
|
|
@@ -3100,7 +3143,7 @@ declare const _default: {
|
|
|
3100
3143
|
}>;
|
|
3101
3144
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3102
3145
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3103
|
-
$emit: ((event: "
|
|
3146
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
3104
3147
|
$el: any;
|
|
3105
3148
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3106
3149
|
name: {
|
|
@@ -3127,8 +3170,8 @@ declare const _default: {
|
|
|
3127
3170
|
onChange?: (...args: any[]) => any;
|
|
3128
3171
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3129
3172
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3130
|
-
change: (...args: any[]) => void;
|
|
3131
3173
|
"update:modelValue": (...args: any[]) => void;
|
|
3174
|
+
change: (...args: any[]) => void;
|
|
3132
3175
|
}, string, {
|
|
3133
3176
|
name: string;
|
|
3134
3177
|
testId: string;
|
|
@@ -3207,8 +3250,8 @@ declare const _default: {
|
|
|
3207
3250
|
onChange?: (...args: any[]) => any;
|
|
3208
3251
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3209
3252
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3210
|
-
change: (...args: any[]) => void;
|
|
3211
3253
|
"update:modelValue": (...args: any[]) => void;
|
|
3254
|
+
change: (...args: any[]) => void;
|
|
3212
3255
|
}, string, {
|
|
3213
3256
|
name: string;
|
|
3214
3257
|
testId: string;
|
|
@@ -3228,6 +3271,7 @@ declare const _default: {
|
|
|
3228
3271
|
label: string;
|
|
3229
3272
|
testId: string;
|
|
3230
3273
|
modelValue: string;
|
|
3274
|
+
labelDescription: string;
|
|
3231
3275
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
3232
3276
|
value: {
|
|
3233
3277
|
type: import("vue").PropType<unknown>;
|
|
@@ -3250,10 +3294,14 @@ declare const _default: {
|
|
|
3250
3294
|
type: import("vue").PropType<string>;
|
|
3251
3295
|
default: any;
|
|
3252
3296
|
};
|
|
3297
|
+
labelDescription: {
|
|
3298
|
+
type: import("vue").PropType<string>;
|
|
3299
|
+
default: string;
|
|
3300
|
+
};
|
|
3253
3301
|
}>> & {
|
|
3254
3302
|
onChange?: (...args: any[]) => any;
|
|
3255
3303
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3256
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue">;
|
|
3304
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue" | "labelDescription">;
|
|
3257
3305
|
$attrs: {
|
|
3258
3306
|
[x: string]: unknown;
|
|
3259
3307
|
};
|
|
@@ -3265,7 +3313,7 @@ declare const _default: {
|
|
|
3265
3313
|
}>;
|
|
3266
3314
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3267
3315
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3268
|
-
$emit: ((event: "
|
|
3316
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
3269
3317
|
$el: any;
|
|
3270
3318
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3271
3319
|
value: {
|
|
@@ -3289,17 +3337,22 @@ declare const _default: {
|
|
|
3289
3337
|
type: import("vue").PropType<string>;
|
|
3290
3338
|
default: any;
|
|
3291
3339
|
};
|
|
3340
|
+
labelDescription: {
|
|
3341
|
+
type: import("vue").PropType<string>;
|
|
3342
|
+
default: string;
|
|
3343
|
+
};
|
|
3292
3344
|
}>> & {
|
|
3293
3345
|
onChange?: (...args: any[]) => any;
|
|
3294
3346
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3295
3347
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3296
|
-
change: (...args: any[]) => void;
|
|
3297
3348
|
"update:modelValue": (...args: any[]) => void;
|
|
3349
|
+
change: (...args: any[]) => void;
|
|
3298
3350
|
}, string, {
|
|
3299
3351
|
name: string;
|
|
3300
3352
|
label: string;
|
|
3301
3353
|
testId: string;
|
|
3302
3354
|
modelValue: string;
|
|
3355
|
+
labelDescription: string;
|
|
3303
3356
|
}, {}, string> & {
|
|
3304
3357
|
beforeCreate?: (() => void) | (() => void)[];
|
|
3305
3358
|
created?: (() => void) | (() => void)[];
|
|
@@ -3342,6 +3395,10 @@ declare const _default: {
|
|
|
3342
3395
|
type: import("vue").PropType<string>;
|
|
3343
3396
|
default: any;
|
|
3344
3397
|
};
|
|
3398
|
+
labelDescription: {
|
|
3399
|
+
type: import("vue").PropType<string>;
|
|
3400
|
+
default: string;
|
|
3401
|
+
};
|
|
3345
3402
|
}>> & {
|
|
3346
3403
|
onChange?: (...args: any[]) => any;
|
|
3347
3404
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -3371,17 +3428,22 @@ declare const _default: {
|
|
|
3371
3428
|
type: import("vue").PropType<string>;
|
|
3372
3429
|
default: any;
|
|
3373
3430
|
};
|
|
3431
|
+
labelDescription: {
|
|
3432
|
+
type: import("vue").PropType<string>;
|
|
3433
|
+
default: string;
|
|
3434
|
+
};
|
|
3374
3435
|
}>> & {
|
|
3375
3436
|
onChange?: (...args: any[]) => any;
|
|
3376
3437
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3377
3438
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3378
|
-
change: (...args: any[]) => void;
|
|
3379
3439
|
"update:modelValue": (...args: any[]) => void;
|
|
3440
|
+
change: (...args: any[]) => void;
|
|
3380
3441
|
}, string, {
|
|
3381
3442
|
name: string;
|
|
3382
3443
|
label: string;
|
|
3383
3444
|
testId: string;
|
|
3384
3445
|
modelValue: string;
|
|
3446
|
+
labelDescription: string;
|
|
3385
3447
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3386
3448
|
$slots: {
|
|
3387
3449
|
default?(_: {}): any;
|
|
@@ -3431,7 +3493,7 @@ declare const _default: {
|
|
|
3431
3493
|
}>;
|
|
3432
3494
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3433
3495
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3434
|
-
$emit: ((event: "
|
|
3496
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
3435
3497
|
$el: any;
|
|
3436
3498
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3437
3499
|
name: {
|
|
@@ -3458,8 +3520,8 @@ declare const _default: {
|
|
|
3458
3520
|
onChange?: (...args: any[]) => any;
|
|
3459
3521
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3460
3522
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3461
|
-
change: (...args: any[]) => void;
|
|
3462
3523
|
"update:modelValue": (...args: any[]) => void;
|
|
3524
|
+
change: (...args: any[]) => void;
|
|
3463
3525
|
}, string, {
|
|
3464
3526
|
name: string;
|
|
3465
3527
|
testId: string;
|
|
@@ -3538,8 +3600,8 @@ declare const _default: {
|
|
|
3538
3600
|
onChange?: (...args: any[]) => any;
|
|
3539
3601
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3540
3602
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3541
|
-
change: (...args: any[]) => void;
|
|
3542
3603
|
"update:modelValue": (...args: any[]) => void;
|
|
3604
|
+
change: (...args: any[]) => void;
|
|
3543
3605
|
}, string, {
|
|
3544
3606
|
name: string;
|
|
3545
3607
|
testId: string;
|
|
@@ -3575,6 +3637,10 @@ declare const _default: {
|
|
|
3575
3637
|
type: import("vue").PropType<boolean>;
|
|
3576
3638
|
default: boolean;
|
|
3577
3639
|
};
|
|
3640
|
+
modelValue: {
|
|
3641
|
+
type: import("vue").PropType<string>;
|
|
3642
|
+
default: string;
|
|
3643
|
+
};
|
|
3578
3644
|
hoverHelpText: {
|
|
3579
3645
|
type: import("vue").PropType<string>;
|
|
3580
3646
|
default: string;
|
|
@@ -3587,10 +3653,6 @@ declare const _default: {
|
|
|
3587
3653
|
type: import("vue").PropType<number>;
|
|
3588
3654
|
default: any;
|
|
3589
3655
|
};
|
|
3590
|
-
modelValue: {
|
|
3591
|
-
type: import("vue").PropType<string>;
|
|
3592
|
-
default: string;
|
|
3593
|
-
};
|
|
3594
3656
|
placeholder: {
|
|
3595
3657
|
type: import("vue").PropType<string>;
|
|
3596
3658
|
default: string;
|
|
@@ -3638,6 +3700,10 @@ declare const _default: {
|
|
|
3638
3700
|
type: import("vue").PropType<boolean>;
|
|
3639
3701
|
default: boolean;
|
|
3640
3702
|
};
|
|
3703
|
+
modelValue: {
|
|
3704
|
+
type: import("vue").PropType<string>;
|
|
3705
|
+
default: string;
|
|
3706
|
+
};
|
|
3641
3707
|
hoverHelpText: {
|
|
3642
3708
|
type: import("vue").PropType<string>;
|
|
3643
3709
|
default: string;
|
|
@@ -3650,10 +3716,6 @@ declare const _default: {
|
|
|
3650
3716
|
type: import("vue").PropType<number>;
|
|
3651
3717
|
default: any;
|
|
3652
3718
|
};
|
|
3653
|
-
modelValue: {
|
|
3654
|
-
type: import("vue").PropType<string>;
|
|
3655
|
-
default: string;
|
|
3656
|
-
};
|
|
3657
3719
|
placeholder: {
|
|
3658
3720
|
type: import("vue").PropType<string>;
|
|
3659
3721
|
default: string;
|
|
@@ -3683,10 +3745,10 @@ declare const _default: {
|
|
|
3683
3745
|
height: string;
|
|
3684
3746
|
resize: "both" | "none" | "horizontal" | "vertical";
|
|
3685
3747
|
mandatory: boolean;
|
|
3748
|
+
modelValue: string;
|
|
3686
3749
|
hoverHelpText: string;
|
|
3687
3750
|
hoverHelpTextPlacement: "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";
|
|
3688
3751
|
maxLength: number;
|
|
3689
|
-
modelValue: string;
|
|
3690
3752
|
placeholder: string;
|
|
3691
3753
|
maxLengthCounterPosition: "inside" | "outside";
|
|
3692
3754
|
feedbackText: string;
|
|
@@ -3718,6 +3780,10 @@ declare const _default: {
|
|
|
3718
3780
|
type: import("vue").PropType<boolean>;
|
|
3719
3781
|
default: boolean;
|
|
3720
3782
|
};
|
|
3783
|
+
modelValue: {
|
|
3784
|
+
type: import("vue").PropType<string>;
|
|
3785
|
+
default: string;
|
|
3786
|
+
};
|
|
3721
3787
|
hoverHelpText: {
|
|
3722
3788
|
type: import("vue").PropType<string>;
|
|
3723
3789
|
default: string;
|
|
@@ -3730,10 +3796,6 @@ declare const _default: {
|
|
|
3730
3796
|
type: import("vue").PropType<number>;
|
|
3731
3797
|
default: any;
|
|
3732
3798
|
};
|
|
3733
|
-
modelValue: {
|
|
3734
|
-
type: import("vue").PropType<string>;
|
|
3735
|
-
default: string;
|
|
3736
|
-
};
|
|
3737
3799
|
placeholder: {
|
|
3738
3800
|
type: import("vue").PropType<string>;
|
|
3739
3801
|
default: string;
|
|
@@ -3781,6 +3843,10 @@ declare const _default: {
|
|
|
3781
3843
|
type: import("vue").PropType<boolean>;
|
|
3782
3844
|
default: boolean;
|
|
3783
3845
|
};
|
|
3846
|
+
modelValue: {
|
|
3847
|
+
type: import("vue").PropType<string>;
|
|
3848
|
+
default: string;
|
|
3849
|
+
};
|
|
3784
3850
|
hoverHelpText: {
|
|
3785
3851
|
type: import("vue").PropType<string>;
|
|
3786
3852
|
default: string;
|
|
@@ -3793,10 +3859,6 @@ declare const _default: {
|
|
|
3793
3859
|
type: import("vue").PropType<number>;
|
|
3794
3860
|
default: any;
|
|
3795
3861
|
};
|
|
3796
|
-
modelValue: {
|
|
3797
|
-
type: import("vue").PropType<string>;
|
|
3798
|
-
default: string;
|
|
3799
|
-
};
|
|
3800
3862
|
placeholder: {
|
|
3801
3863
|
type: import("vue").PropType<string>;
|
|
3802
3864
|
default: string;
|
|
@@ -3826,10 +3888,10 @@ declare const _default: {
|
|
|
3826
3888
|
height: string;
|
|
3827
3889
|
resize: "both" | "none" | "horizontal" | "vertical";
|
|
3828
3890
|
mandatory: boolean;
|
|
3891
|
+
modelValue: string;
|
|
3829
3892
|
hoverHelpText: string;
|
|
3830
3893
|
hoverHelpTextPlacement: "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";
|
|
3831
3894
|
maxLength: number;
|
|
3832
|
-
modelValue: string;
|
|
3833
3895
|
placeholder: string;
|
|
3834
3896
|
maxLengthCounterPosition: "inside" | "outside";
|
|
3835
3897
|
feedbackText: string;
|
|
@@ -5462,6 +5524,7 @@ declare const _default: {
|
|
|
5462
5524
|
rowHeight: number | ((index: number) => number);
|
|
5463
5525
|
defaultScrollPosition: number;
|
|
5464
5526
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5527
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5465
5528
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5466
5529
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5467
5530
|
zIndexBase: number;
|
|
@@ -5556,6 +5619,10 @@ declare const _default: {
|
|
|
5556
5619
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
5557
5620
|
default: (row: any, index: any) => any;
|
|
5558
5621
|
};
|
|
5622
|
+
getRowKey: {
|
|
5623
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5624
|
+
default: (row: any, index: any) => any;
|
|
5625
|
+
};
|
|
5559
5626
|
selectedMatcher: {
|
|
5560
5627
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5561
5628
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -5587,7 +5654,7 @@ declare const _default: {
|
|
|
5587
5654
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5588
5655
|
onSelectRow?: (value: boolean) => any;
|
|
5589
5656
|
onClickRow?: (rowIndex: number) => any;
|
|
5590
|
-
} & 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" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
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">;
|
|
5591
5658
|
$attrs: {
|
|
5592
5659
|
[x: string]: unknown;
|
|
5593
5660
|
};
|
|
@@ -5690,6 +5757,10 @@ declare const _default: {
|
|
|
5690
5757
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
5691
5758
|
default: (row: any, index: any) => any;
|
|
5692
5759
|
};
|
|
5760
|
+
getRowKey: {
|
|
5761
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5762
|
+
default: (row: any, index: any) => any;
|
|
5763
|
+
};
|
|
5693
5764
|
selectedMatcher: {
|
|
5694
5765
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5695
5766
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -5755,6 +5826,7 @@ declare const _default: {
|
|
|
5755
5826
|
rowHeight: number | ((index: number) => number);
|
|
5756
5827
|
defaultScrollPosition: number;
|
|
5757
5828
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5829
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5758
5830
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5759
5831
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5760
5832
|
zIndexBase: number;
|
|
@@ -5869,6 +5941,10 @@ declare const _default: {
|
|
|
5869
5941
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
5870
5942
|
default: (row: any, index: any) => any;
|
|
5871
5943
|
};
|
|
5944
|
+
getRowKey: {
|
|
5945
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5946
|
+
default: (row: any, index: any) => any;
|
|
5947
|
+
};
|
|
5872
5948
|
selectedMatcher: {
|
|
5873
5949
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5874
5950
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -5995,6 +6071,10 @@ declare const _default: {
|
|
|
5995
6071
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
5996
6072
|
default: (row: any, index: any) => any;
|
|
5997
6073
|
};
|
|
6074
|
+
getRowKey: {
|
|
6075
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6076
|
+
default: (row: any, index: any) => any;
|
|
6077
|
+
};
|
|
5998
6078
|
selectedMatcher: {
|
|
5999
6079
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6000
6080
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6060,6 +6140,7 @@ declare const _default: {
|
|
|
6060
6140
|
rowHeight: number | ((index: number) => number);
|
|
6061
6141
|
defaultScrollPosition: number;
|
|
6062
6142
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6143
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6063
6144
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6064
6145
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6065
6146
|
zIndexBase: number;
|
|
@@ -6212,6 +6293,7 @@ declare const _default: {
|
|
|
6212
6293
|
rowHeight: number | ((index: number) => number);
|
|
6213
6294
|
defaultScrollPosition: number;
|
|
6214
6295
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6296
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6215
6297
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6216
6298
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6217
6299
|
zIndexBase: number;
|
|
@@ -6306,6 +6388,10 @@ declare const _default: {
|
|
|
6306
6388
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6307
6389
|
default: (row: any, index: any) => any;
|
|
6308
6390
|
};
|
|
6391
|
+
getRowKey: {
|
|
6392
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6393
|
+
default: (row: any, index: any) => any;
|
|
6394
|
+
};
|
|
6309
6395
|
selectedMatcher: {
|
|
6310
6396
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6311
6397
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6337,7 +6423,7 @@ declare const _default: {
|
|
|
6337
6423
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6338
6424
|
onSelectRow?: (value: boolean) => any;
|
|
6339
6425
|
onClickRow?: (rowIndex: number) => any;
|
|
6340
|
-
} & 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" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
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">;
|
|
6341
6427
|
$attrs: {
|
|
6342
6428
|
[x: string]: unknown;
|
|
6343
6429
|
};
|
|
@@ -6440,6 +6526,10 @@ declare const _default: {
|
|
|
6440
6526
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6441
6527
|
default: (row: any, index: any) => any;
|
|
6442
6528
|
};
|
|
6529
|
+
getRowKey: {
|
|
6530
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6531
|
+
default: (row: any, index: any) => any;
|
|
6532
|
+
};
|
|
6443
6533
|
selectedMatcher: {
|
|
6444
6534
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6445
6535
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6505,6 +6595,7 @@ declare const _default: {
|
|
|
6505
6595
|
rowHeight: number | ((index: number) => number);
|
|
6506
6596
|
defaultScrollPosition: number;
|
|
6507
6597
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6598
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6508
6599
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6509
6600
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6510
6601
|
zIndexBase: number;
|
|
@@ -6619,6 +6710,10 @@ declare const _default: {
|
|
|
6619
6710
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6620
6711
|
default: (row: any, index: any) => any;
|
|
6621
6712
|
};
|
|
6713
|
+
getRowKey: {
|
|
6714
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6715
|
+
default: (row: any, index: any) => any;
|
|
6716
|
+
};
|
|
6622
6717
|
selectedMatcher: {
|
|
6623
6718
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6624
6719
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6745,6 +6840,10 @@ declare const _default: {
|
|
|
6745
6840
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6746
6841
|
default: (row: any, index: any) => any;
|
|
6747
6842
|
};
|
|
6843
|
+
getRowKey: {
|
|
6844
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6845
|
+
default: (row: any, index: any) => any;
|
|
6846
|
+
};
|
|
6748
6847
|
selectedMatcher: {
|
|
6749
6848
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6750
6849
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6810,6 +6909,7 @@ declare const _default: {
|
|
|
6810
6909
|
rowHeight: number | ((index: number) => number);
|
|
6811
6910
|
defaultScrollPosition: number;
|
|
6812
6911
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6912
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6813
6913
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6814
6914
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6815
6915
|
zIndexBase: number;
|
|
@@ -6949,8 +7049,12 @@ declare const _default: {
|
|
|
6949
7049
|
emptyStateTitle: string;
|
|
6950
7050
|
isSticky: boolean;
|
|
6951
7051
|
emptyStateSubtitle: string;
|
|
7052
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7053
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6952
7054
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6953
7055
|
zIndexBase: number;
|
|
7056
|
+
rowCustomClassKey: string;
|
|
7057
|
+
rowDataKey: string;
|
|
6954
7058
|
totalCount: number;
|
|
6955
7059
|
displayingText: string;
|
|
6956
7060
|
outOfText: string;
|
|
@@ -6998,6 +7102,14 @@ declare const _default: {
|
|
|
6998
7102
|
type: import("vue").PropType<string>;
|
|
6999
7103
|
default: string;
|
|
7000
7104
|
};
|
|
7105
|
+
getRowId: {
|
|
7106
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7107
|
+
default: (row: any, index: any) => any;
|
|
7108
|
+
};
|
|
7109
|
+
getRowKey: {
|
|
7110
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7111
|
+
default: (row: any, index: any) => any;
|
|
7112
|
+
};
|
|
7001
7113
|
emptyStateVariant: {
|
|
7002
7114
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7003
7115
|
default: any;
|
|
@@ -7006,6 +7118,14 @@ declare const _default: {
|
|
|
7006
7118
|
type: import("vue").PropType<number>;
|
|
7007
7119
|
default: number;
|
|
7008
7120
|
};
|
|
7121
|
+
rowCustomClassKey: {
|
|
7122
|
+
type: import("vue").PropType<string>;
|
|
7123
|
+
default: string;
|
|
7124
|
+
};
|
|
7125
|
+
rowDataKey: {
|
|
7126
|
+
type: import("vue").PropType<string>;
|
|
7127
|
+
default: string;
|
|
7128
|
+
};
|
|
7009
7129
|
totalCount: {
|
|
7010
7130
|
type: import("vue").PropType<number>;
|
|
7011
7131
|
default: number;
|
|
@@ -7040,7 +7160,7 @@ declare const _default: {
|
|
|
7040
7160
|
}) => any;
|
|
7041
7161
|
onOnClearSearch?: () => any;
|
|
7042
7162
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7043
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7163
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7044
7164
|
$attrs: {
|
|
7045
7165
|
[x: string]: unknown;
|
|
7046
7166
|
};
|
|
@@ -7097,6 +7217,14 @@ declare const _default: {
|
|
|
7097
7217
|
type: import("vue").PropType<string>;
|
|
7098
7218
|
default: string;
|
|
7099
7219
|
};
|
|
7220
|
+
getRowId: {
|
|
7221
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7222
|
+
default: (row: any, index: any) => any;
|
|
7223
|
+
};
|
|
7224
|
+
getRowKey: {
|
|
7225
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7226
|
+
default: (row: any, index: any) => any;
|
|
7227
|
+
};
|
|
7100
7228
|
emptyStateVariant: {
|
|
7101
7229
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7102
7230
|
default: any;
|
|
@@ -7105,6 +7233,14 @@ declare const _default: {
|
|
|
7105
7233
|
type: import("vue").PropType<number>;
|
|
7106
7234
|
default: number;
|
|
7107
7235
|
};
|
|
7236
|
+
rowCustomClassKey: {
|
|
7237
|
+
type: import("vue").PropType<string>;
|
|
7238
|
+
default: string;
|
|
7239
|
+
};
|
|
7240
|
+
rowDataKey: {
|
|
7241
|
+
type: import("vue").PropType<string>;
|
|
7242
|
+
default: string;
|
|
7243
|
+
};
|
|
7108
7244
|
totalCount: {
|
|
7109
7245
|
type: import("vue").PropType<number>;
|
|
7110
7246
|
default: number;
|
|
@@ -7158,8 +7294,12 @@ declare const _default: {
|
|
|
7158
7294
|
emptyStateTitle: string;
|
|
7159
7295
|
isSticky: boolean;
|
|
7160
7296
|
emptyStateSubtitle: string;
|
|
7297
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7298
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7161
7299
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7162
7300
|
zIndexBase: number;
|
|
7301
|
+
rowCustomClassKey: string;
|
|
7302
|
+
rowDataKey: string;
|
|
7163
7303
|
totalCount: number;
|
|
7164
7304
|
displayingText: string;
|
|
7165
7305
|
outOfText: string;
|
|
@@ -7227,6 +7367,14 @@ declare const _default: {
|
|
|
7227
7367
|
type: import("vue").PropType<string>;
|
|
7228
7368
|
default: string;
|
|
7229
7369
|
};
|
|
7370
|
+
getRowId: {
|
|
7371
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7372
|
+
default: (row: any, index: any) => any;
|
|
7373
|
+
};
|
|
7374
|
+
getRowKey: {
|
|
7375
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7376
|
+
default: (row: any, index: any) => any;
|
|
7377
|
+
};
|
|
7230
7378
|
emptyStateVariant: {
|
|
7231
7379
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7232
7380
|
default: any;
|
|
@@ -7235,6 +7383,14 @@ declare const _default: {
|
|
|
7235
7383
|
type: import("vue").PropType<number>;
|
|
7236
7384
|
default: number;
|
|
7237
7385
|
};
|
|
7386
|
+
rowCustomClassKey: {
|
|
7387
|
+
type: import("vue").PropType<string>;
|
|
7388
|
+
default: string;
|
|
7389
|
+
};
|
|
7390
|
+
rowDataKey: {
|
|
7391
|
+
type: import("vue").PropType<string>;
|
|
7392
|
+
default: string;
|
|
7393
|
+
};
|
|
7238
7394
|
totalCount: {
|
|
7239
7395
|
type: import("vue").PropType<number>;
|
|
7240
7396
|
default: number;
|
|
@@ -7314,6 +7470,14 @@ declare const _default: {
|
|
|
7314
7470
|
type: import("vue").PropType<string>;
|
|
7315
7471
|
default: string;
|
|
7316
7472
|
};
|
|
7473
|
+
getRowId: {
|
|
7474
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7475
|
+
default: (row: any, index: any) => any;
|
|
7476
|
+
};
|
|
7477
|
+
getRowKey: {
|
|
7478
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7479
|
+
default: (row: any, index: any) => any;
|
|
7480
|
+
};
|
|
7317
7481
|
emptyStateVariant: {
|
|
7318
7482
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7319
7483
|
default: any;
|
|
@@ -7322,6 +7486,14 @@ declare const _default: {
|
|
|
7322
7486
|
type: import("vue").PropType<number>;
|
|
7323
7487
|
default: number;
|
|
7324
7488
|
};
|
|
7489
|
+
rowCustomClassKey: {
|
|
7490
|
+
type: import("vue").PropType<string>;
|
|
7491
|
+
default: string;
|
|
7492
|
+
};
|
|
7493
|
+
rowDataKey: {
|
|
7494
|
+
type: import("vue").PropType<string>;
|
|
7495
|
+
default: string;
|
|
7496
|
+
};
|
|
7325
7497
|
totalCount: {
|
|
7326
7498
|
type: import("vue").PropType<number>;
|
|
7327
7499
|
default: number;
|
|
@@ -7375,8 +7547,12 @@ declare const _default: {
|
|
|
7375
7547
|
emptyStateTitle: string;
|
|
7376
7548
|
isSticky: boolean;
|
|
7377
7549
|
emptyStateSubtitle: string;
|
|
7550
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7551
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7378
7552
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7379
7553
|
zIndexBase: number;
|
|
7554
|
+
rowCustomClassKey: string;
|
|
7555
|
+
rowDataKey: string;
|
|
7380
7556
|
totalCount: number;
|
|
7381
7557
|
displayingText: string;
|
|
7382
7558
|
outOfText: string;
|
|
@@ -7401,6 +7577,7 @@ declare const _default: {
|
|
|
7401
7577
|
"floating-row"?(_: {
|
|
7402
7578
|
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
7403
7579
|
rowIndex: number;
|
|
7580
|
+
tableIndex: number;
|
|
7404
7581
|
}): any;
|
|
7405
7582
|
"empty-state"?(_: {}): any;
|
|
7406
7583
|
};
|
|
@@ -7420,8 +7597,12 @@ declare const _default: {
|
|
|
7420
7597
|
emptyStateTitle: string;
|
|
7421
7598
|
isSticky: boolean;
|
|
7422
7599
|
emptyStateSubtitle: string;
|
|
7600
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7601
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7423
7602
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7424
7603
|
zIndexBase: number;
|
|
7604
|
+
rowCustomClassKey: string;
|
|
7605
|
+
rowDataKey: string;
|
|
7425
7606
|
totalCount: number;
|
|
7426
7607
|
displayingText: string;
|
|
7427
7608
|
outOfText: string;
|
|
@@ -7469,6 +7650,14 @@ declare const _default: {
|
|
|
7469
7650
|
type: import("vue").PropType<string>;
|
|
7470
7651
|
default: string;
|
|
7471
7652
|
};
|
|
7653
|
+
getRowId: {
|
|
7654
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7655
|
+
default: (row: any, index: any) => any;
|
|
7656
|
+
};
|
|
7657
|
+
getRowKey: {
|
|
7658
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7659
|
+
default: (row: any, index: any) => any;
|
|
7660
|
+
};
|
|
7472
7661
|
emptyStateVariant: {
|
|
7473
7662
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7474
7663
|
default: any;
|
|
@@ -7477,6 +7666,14 @@ declare const _default: {
|
|
|
7477
7666
|
type: import("vue").PropType<number>;
|
|
7478
7667
|
default: number;
|
|
7479
7668
|
};
|
|
7669
|
+
rowCustomClassKey: {
|
|
7670
|
+
type: import("vue").PropType<string>;
|
|
7671
|
+
default: string;
|
|
7672
|
+
};
|
|
7673
|
+
rowDataKey: {
|
|
7674
|
+
type: import("vue").PropType<string>;
|
|
7675
|
+
default: string;
|
|
7676
|
+
};
|
|
7480
7677
|
totalCount: {
|
|
7481
7678
|
type: import("vue").PropType<number>;
|
|
7482
7679
|
default: number;
|
|
@@ -7511,7 +7708,7 @@ declare const _default: {
|
|
|
7511
7708
|
}) => any;
|
|
7512
7709
|
onOnClearSearch?: () => any;
|
|
7513
7710
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7514
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7711
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7515
7712
|
$attrs: {
|
|
7516
7713
|
[x: string]: unknown;
|
|
7517
7714
|
};
|
|
@@ -7568,6 +7765,14 @@ declare const _default: {
|
|
|
7568
7765
|
type: import("vue").PropType<string>;
|
|
7569
7766
|
default: string;
|
|
7570
7767
|
};
|
|
7768
|
+
getRowId: {
|
|
7769
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7770
|
+
default: (row: any, index: any) => any;
|
|
7771
|
+
};
|
|
7772
|
+
getRowKey: {
|
|
7773
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7774
|
+
default: (row: any, index: any) => any;
|
|
7775
|
+
};
|
|
7571
7776
|
emptyStateVariant: {
|
|
7572
7777
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7573
7778
|
default: any;
|
|
@@ -7576,6 +7781,14 @@ declare const _default: {
|
|
|
7576
7781
|
type: import("vue").PropType<number>;
|
|
7577
7782
|
default: number;
|
|
7578
7783
|
};
|
|
7784
|
+
rowCustomClassKey: {
|
|
7785
|
+
type: import("vue").PropType<string>;
|
|
7786
|
+
default: string;
|
|
7787
|
+
};
|
|
7788
|
+
rowDataKey: {
|
|
7789
|
+
type: import("vue").PropType<string>;
|
|
7790
|
+
default: string;
|
|
7791
|
+
};
|
|
7579
7792
|
totalCount: {
|
|
7580
7793
|
type: import("vue").PropType<number>;
|
|
7581
7794
|
default: number;
|
|
@@ -7629,8 +7842,12 @@ declare const _default: {
|
|
|
7629
7842
|
emptyStateTitle: string;
|
|
7630
7843
|
isSticky: boolean;
|
|
7631
7844
|
emptyStateSubtitle: string;
|
|
7845
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7846
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7632
7847
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7633
7848
|
zIndexBase: number;
|
|
7849
|
+
rowCustomClassKey: string;
|
|
7850
|
+
rowDataKey: string;
|
|
7634
7851
|
totalCount: number;
|
|
7635
7852
|
displayingText: string;
|
|
7636
7853
|
outOfText: string;
|
|
@@ -7698,6 +7915,14 @@ declare const _default: {
|
|
|
7698
7915
|
type: import("vue").PropType<string>;
|
|
7699
7916
|
default: string;
|
|
7700
7917
|
};
|
|
7918
|
+
getRowId: {
|
|
7919
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7920
|
+
default: (row: any, index: any) => any;
|
|
7921
|
+
};
|
|
7922
|
+
getRowKey: {
|
|
7923
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7924
|
+
default: (row: any, index: any) => any;
|
|
7925
|
+
};
|
|
7701
7926
|
emptyStateVariant: {
|
|
7702
7927
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7703
7928
|
default: any;
|
|
@@ -7706,6 +7931,14 @@ declare const _default: {
|
|
|
7706
7931
|
type: import("vue").PropType<number>;
|
|
7707
7932
|
default: number;
|
|
7708
7933
|
};
|
|
7934
|
+
rowCustomClassKey: {
|
|
7935
|
+
type: import("vue").PropType<string>;
|
|
7936
|
+
default: string;
|
|
7937
|
+
};
|
|
7938
|
+
rowDataKey: {
|
|
7939
|
+
type: import("vue").PropType<string>;
|
|
7940
|
+
default: string;
|
|
7941
|
+
};
|
|
7709
7942
|
totalCount: {
|
|
7710
7943
|
type: import("vue").PropType<number>;
|
|
7711
7944
|
default: number;
|
|
@@ -7785,6 +8018,14 @@ declare const _default: {
|
|
|
7785
8018
|
type: import("vue").PropType<string>;
|
|
7786
8019
|
default: string;
|
|
7787
8020
|
};
|
|
8021
|
+
getRowId: {
|
|
8022
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
8023
|
+
default: (row: any, index: any) => any;
|
|
8024
|
+
};
|
|
8025
|
+
getRowKey: {
|
|
8026
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
8027
|
+
default: (row: any, index: any) => any;
|
|
8028
|
+
};
|
|
7788
8029
|
emptyStateVariant: {
|
|
7789
8030
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7790
8031
|
default: any;
|
|
@@ -7793,6 +8034,14 @@ declare const _default: {
|
|
|
7793
8034
|
type: import("vue").PropType<number>;
|
|
7794
8035
|
default: number;
|
|
7795
8036
|
};
|
|
8037
|
+
rowCustomClassKey: {
|
|
8038
|
+
type: import("vue").PropType<string>;
|
|
8039
|
+
default: string;
|
|
8040
|
+
};
|
|
8041
|
+
rowDataKey: {
|
|
8042
|
+
type: import("vue").PropType<string>;
|
|
8043
|
+
default: string;
|
|
8044
|
+
};
|
|
7796
8045
|
totalCount: {
|
|
7797
8046
|
type: import("vue").PropType<number>;
|
|
7798
8047
|
default: number;
|
|
@@ -7846,8 +8095,12 @@ declare const _default: {
|
|
|
7846
8095
|
emptyStateTitle: string;
|
|
7847
8096
|
isSticky: boolean;
|
|
7848
8097
|
emptyStateSubtitle: string;
|
|
8098
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
8099
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7849
8100
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7850
8101
|
zIndexBase: number;
|
|
8102
|
+
rowCustomClassKey: string;
|
|
8103
|
+
rowDataKey: string;
|
|
7851
8104
|
totalCount: number;
|
|
7852
8105
|
displayingText: string;
|
|
7853
8106
|
outOfText: string;
|
|
@@ -7872,6 +8125,7 @@ declare const _default: {
|
|
|
7872
8125
|
"floating-row"?(_: {
|
|
7873
8126
|
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
7874
8127
|
rowIndex: number;
|
|
8128
|
+
tableIndex: number;
|
|
7875
8129
|
}): any;
|
|
7876
8130
|
"empty-state"?(_: {}): any;
|
|
7877
8131
|
};
|
|
@@ -8694,6 +8948,10 @@ declare const _default: {
|
|
|
8694
8948
|
type: import("vue").PropType<"small" | "medium">;
|
|
8695
8949
|
default: string;
|
|
8696
8950
|
};
|
|
8951
|
+
modelValue: {
|
|
8952
|
+
type: import("vue").PropType<boolean>;
|
|
8953
|
+
required: true;
|
|
8954
|
+
};
|
|
8697
8955
|
isLoading: {
|
|
8698
8956
|
type: import("vue").PropType<boolean>;
|
|
8699
8957
|
default: boolean;
|
|
@@ -8706,10 +8964,6 @@ declare const _default: {
|
|
|
8706
8964
|
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">;
|
|
8707
8965
|
default: string;
|
|
8708
8966
|
};
|
|
8709
|
-
modelValue: {
|
|
8710
|
-
type: import("vue").PropType<boolean>;
|
|
8711
|
-
required: true;
|
|
8712
|
-
};
|
|
8713
8967
|
feedbackText: {
|
|
8714
8968
|
type: import("vue").PropType<string>;
|
|
8715
8969
|
default: string;
|
|
@@ -8763,6 +9017,10 @@ declare const _default: {
|
|
|
8763
9017
|
type: import("vue").PropType<"small" | "medium">;
|
|
8764
9018
|
default: string;
|
|
8765
9019
|
};
|
|
9020
|
+
modelValue: {
|
|
9021
|
+
type: import("vue").PropType<boolean>;
|
|
9022
|
+
required: true;
|
|
9023
|
+
};
|
|
8766
9024
|
isLoading: {
|
|
8767
9025
|
type: import("vue").PropType<boolean>;
|
|
8768
9026
|
default: boolean;
|
|
@@ -8775,10 +9033,6 @@ declare const _default: {
|
|
|
8775
9033
|
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">;
|
|
8776
9034
|
default: string;
|
|
8777
9035
|
};
|
|
8778
|
-
modelValue: {
|
|
8779
|
-
type: import("vue").PropType<boolean>;
|
|
8780
|
-
required: true;
|
|
8781
|
-
};
|
|
8782
9036
|
feedbackText: {
|
|
8783
9037
|
type: import("vue").PropType<string>;
|
|
8784
9038
|
default: string;
|
|
@@ -8853,6 +9107,10 @@ declare const _default: {
|
|
|
8853
9107
|
type: import("vue").PropType<"small" | "medium">;
|
|
8854
9108
|
default: string;
|
|
8855
9109
|
};
|
|
9110
|
+
modelValue: {
|
|
9111
|
+
type: import("vue").PropType<boolean>;
|
|
9112
|
+
required: true;
|
|
9113
|
+
};
|
|
8856
9114
|
isLoading: {
|
|
8857
9115
|
type: import("vue").PropType<boolean>;
|
|
8858
9116
|
default: boolean;
|
|
@@ -8865,10 +9123,6 @@ declare const _default: {
|
|
|
8865
9123
|
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">;
|
|
8866
9124
|
default: string;
|
|
8867
9125
|
};
|
|
8868
|
-
modelValue: {
|
|
8869
|
-
type: import("vue").PropType<boolean>;
|
|
8870
|
-
required: true;
|
|
8871
|
-
};
|
|
8872
9126
|
feedbackText: {
|
|
8873
9127
|
type: import("vue").PropType<string>;
|
|
8874
9128
|
default: string;
|
|
@@ -8912,6 +9166,10 @@ declare const _default: {
|
|
|
8912
9166
|
type: import("vue").PropType<"small" | "medium">;
|
|
8913
9167
|
default: string;
|
|
8914
9168
|
};
|
|
9169
|
+
modelValue: {
|
|
9170
|
+
type: import("vue").PropType<boolean>;
|
|
9171
|
+
required: true;
|
|
9172
|
+
};
|
|
8915
9173
|
isLoading: {
|
|
8916
9174
|
type: import("vue").PropType<boolean>;
|
|
8917
9175
|
default: boolean;
|
|
@@ -8924,10 +9182,6 @@ declare const _default: {
|
|
|
8924
9182
|
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">;
|
|
8925
9183
|
default: string;
|
|
8926
9184
|
};
|
|
8927
|
-
modelValue: {
|
|
8928
|
-
type: import("vue").PropType<boolean>;
|
|
8929
|
-
required: true;
|
|
8930
|
-
};
|
|
8931
9185
|
feedbackText: {
|
|
8932
9186
|
type: import("vue").PropType<string>;
|
|
8933
9187
|
default: string;
|
|
@@ -9005,6 +9259,10 @@ declare const _default: {
|
|
|
9005
9259
|
type: import("vue").PropType<"small" | "medium">;
|
|
9006
9260
|
default: string;
|
|
9007
9261
|
};
|
|
9262
|
+
modelValue: {
|
|
9263
|
+
type: import("vue").PropType<boolean>;
|
|
9264
|
+
required: true;
|
|
9265
|
+
};
|
|
9008
9266
|
isLoading: {
|
|
9009
9267
|
type: import("vue").PropType<boolean>;
|
|
9010
9268
|
default: boolean;
|
|
@@ -9017,10 +9275,6 @@ declare const _default: {
|
|
|
9017
9275
|
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">;
|
|
9018
9276
|
default: string;
|
|
9019
9277
|
};
|
|
9020
|
-
modelValue: {
|
|
9021
|
-
type: import("vue").PropType<boolean>;
|
|
9022
|
-
required: true;
|
|
9023
|
-
};
|
|
9024
9278
|
feedbackText: {
|
|
9025
9279
|
type: import("vue").PropType<string>;
|
|
9026
9280
|
default: string;
|
|
@@ -9074,6 +9328,10 @@ declare const _default: {
|
|
|
9074
9328
|
type: import("vue").PropType<"small" | "medium">;
|
|
9075
9329
|
default: string;
|
|
9076
9330
|
};
|
|
9331
|
+
modelValue: {
|
|
9332
|
+
type: import("vue").PropType<boolean>;
|
|
9333
|
+
required: true;
|
|
9334
|
+
};
|
|
9077
9335
|
isLoading: {
|
|
9078
9336
|
type: import("vue").PropType<boolean>;
|
|
9079
9337
|
default: boolean;
|
|
@@ -9086,10 +9344,6 @@ declare const _default: {
|
|
|
9086
9344
|
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">;
|
|
9087
9345
|
default: string;
|
|
9088
9346
|
};
|
|
9089
|
-
modelValue: {
|
|
9090
|
-
type: import("vue").PropType<boolean>;
|
|
9091
|
-
required: true;
|
|
9092
|
-
};
|
|
9093
9347
|
feedbackText: {
|
|
9094
9348
|
type: import("vue").PropType<string>;
|
|
9095
9349
|
default: string;
|
|
@@ -9164,6 +9418,10 @@ declare const _default: {
|
|
|
9164
9418
|
type: import("vue").PropType<"small" | "medium">;
|
|
9165
9419
|
default: string;
|
|
9166
9420
|
};
|
|
9421
|
+
modelValue: {
|
|
9422
|
+
type: import("vue").PropType<boolean>;
|
|
9423
|
+
required: true;
|
|
9424
|
+
};
|
|
9167
9425
|
isLoading: {
|
|
9168
9426
|
type: import("vue").PropType<boolean>;
|
|
9169
9427
|
default: boolean;
|
|
@@ -9176,10 +9434,6 @@ declare const _default: {
|
|
|
9176
9434
|
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">;
|
|
9177
9435
|
default: string;
|
|
9178
9436
|
};
|
|
9179
|
-
modelValue: {
|
|
9180
|
-
type: import("vue").PropType<boolean>;
|
|
9181
|
-
required: true;
|
|
9182
|
-
};
|
|
9183
9437
|
feedbackText: {
|
|
9184
9438
|
type: import("vue").PropType<string>;
|
|
9185
9439
|
default: string;
|
|
@@ -9223,6 +9477,10 @@ declare const _default: {
|
|
|
9223
9477
|
type: import("vue").PropType<"small" | "medium">;
|
|
9224
9478
|
default: string;
|
|
9225
9479
|
};
|
|
9480
|
+
modelValue: {
|
|
9481
|
+
type: import("vue").PropType<boolean>;
|
|
9482
|
+
required: true;
|
|
9483
|
+
};
|
|
9226
9484
|
isLoading: {
|
|
9227
9485
|
type: import("vue").PropType<boolean>;
|
|
9228
9486
|
default: boolean;
|
|
@@ -9235,10 +9493,6 @@ declare const _default: {
|
|
|
9235
9493
|
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">;
|
|
9236
9494
|
default: string;
|
|
9237
9495
|
};
|
|
9238
|
-
modelValue: {
|
|
9239
|
-
type: import("vue").PropType<boolean>;
|
|
9240
|
-
required: true;
|
|
9241
|
-
};
|
|
9242
9496
|
feedbackText: {
|
|
9243
9497
|
type: import("vue").PropType<string>;
|
|
9244
9498
|
default: string;
|
|
@@ -9944,8 +10198,8 @@ declare const _default: {
|
|
|
9944
10198
|
default: string;
|
|
9945
10199
|
};
|
|
9946
10200
|
}>> & {
|
|
9947
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
9948
10201
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10202
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
9949
10203
|
onCancel?: () => any;
|
|
9950
10204
|
onOpen?: () => any;
|
|
9951
10205
|
onSave?: () => any;
|
|
@@ -9961,7 +10215,7 @@ declare const _default: {
|
|
|
9961
10215
|
}>;
|
|
9962
10216
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
9963
10217
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
9964
|
-
$emit: ((event: "open") => void) & ((event: "
|
|
10218
|
+
$emit: ((event: "open") => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "cancel") => void) & ((event: "save") => void);
|
|
9965
10219
|
$el: any;
|
|
9966
10220
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
9967
10221
|
title: {
|
|
@@ -10045,8 +10299,8 @@ declare const _default: {
|
|
|
10045
10299
|
default: string;
|
|
10046
10300
|
};
|
|
10047
10301
|
}>> & {
|
|
10048
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10049
10302
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10303
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10050
10304
|
onCancel?: () => any;
|
|
10051
10305
|
onOpen?: () => any;
|
|
10052
10306
|
onSave?: () => any;
|
|
@@ -10178,8 +10432,8 @@ declare const _default: {
|
|
|
10178
10432
|
default: string;
|
|
10179
10433
|
};
|
|
10180
10434
|
}>> & {
|
|
10181
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10182
10435
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10436
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10183
10437
|
onCancel?: () => any;
|
|
10184
10438
|
onOpen?: () => any;
|
|
10185
10439
|
onSave?: () => any;
|
|
@@ -10269,8 +10523,8 @@ declare const _default: {
|
|
|
10269
10523
|
default: string;
|
|
10270
10524
|
};
|
|
10271
10525
|
}>> & {
|
|
10272
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10273
10526
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10527
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10274
10528
|
onCancel?: () => any;
|
|
10275
10529
|
onOpen?: () => any;
|
|
10276
10530
|
onSave?: () => any;
|
|
@@ -10413,8 +10667,8 @@ declare const _default: {
|
|
|
10413
10667
|
default: string;
|
|
10414
10668
|
};
|
|
10415
10669
|
}>> & {
|
|
10416
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10417
10670
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10671
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10418
10672
|
onCancel?: () => any;
|
|
10419
10673
|
onOpen?: () => any;
|
|
10420
10674
|
onSave?: () => any;
|
|
@@ -10430,7 +10684,7 @@ declare const _default: {
|
|
|
10430
10684
|
}>;
|
|
10431
10685
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
10432
10686
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
10433
|
-
$emit: ((event: "open") => void) & ((event: "
|
|
10687
|
+
$emit: ((event: "open") => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "cancel") => void) & ((event: "save") => void);
|
|
10434
10688
|
$el: any;
|
|
10435
10689
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
10436
10690
|
title: {
|
|
@@ -10514,8 +10768,8 @@ declare const _default: {
|
|
|
10514
10768
|
default: string;
|
|
10515
10769
|
};
|
|
10516
10770
|
}>> & {
|
|
10517
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10518
10771
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10772
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10519
10773
|
onCancel?: () => any;
|
|
10520
10774
|
onOpen?: () => any;
|
|
10521
10775
|
onSave?: () => any;
|
|
@@ -10647,8 +10901,8 @@ declare const _default: {
|
|
|
10647
10901
|
default: string;
|
|
10648
10902
|
};
|
|
10649
10903
|
}>> & {
|
|
10650
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10651
10904
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10905
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10652
10906
|
onCancel?: () => any;
|
|
10653
10907
|
onOpen?: () => any;
|
|
10654
10908
|
onSave?: () => any;
|
|
@@ -10738,8 +10992,8 @@ declare const _default: {
|
|
|
10738
10992
|
default: string;
|
|
10739
10993
|
};
|
|
10740
10994
|
}>> & {
|
|
10741
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10742
10995
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10996
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10743
10997
|
onCancel?: () => any;
|
|
10744
10998
|
onOpen?: () => any;
|
|
10745
10999
|
onSave?: () => any;
|
|
@@ -12179,10 +12433,10 @@ declare const _default: {
|
|
|
12179
12433
|
disabled: boolean;
|
|
12180
12434
|
size: "small" | "medium" | "large";
|
|
12181
12435
|
mandatory: boolean;
|
|
12436
|
+
modelValue: string | number;
|
|
12182
12437
|
hoverHelpText: string;
|
|
12183
12438
|
hoverHelpTextPlacement: "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";
|
|
12184
12439
|
maxLength: number;
|
|
12185
|
-
modelValue: string | number;
|
|
12186
12440
|
placeholder: string;
|
|
12187
12441
|
viewOnly: boolean;
|
|
12188
12442
|
labelDirection: "top" | "inside";
|
|
@@ -12226,6 +12480,10 @@ declare const _default: {
|
|
|
12226
12480
|
type: import("vue").PropType<boolean>;
|
|
12227
12481
|
default: boolean;
|
|
12228
12482
|
};
|
|
12483
|
+
modelValue: {
|
|
12484
|
+
type: import("vue").PropType<string | number>;
|
|
12485
|
+
default: string;
|
|
12486
|
+
};
|
|
12229
12487
|
hoverHelpText: {
|
|
12230
12488
|
type: import("vue").PropType<string>;
|
|
12231
12489
|
default: string;
|
|
@@ -12238,10 +12496,6 @@ declare const _default: {
|
|
|
12238
12496
|
type: import("vue").PropType<number>;
|
|
12239
12497
|
default: any;
|
|
12240
12498
|
};
|
|
12241
|
-
modelValue: {
|
|
12242
|
-
type: import("vue").PropType<string | number>;
|
|
12243
|
-
default: string;
|
|
12244
|
-
};
|
|
12245
12499
|
placeholder: {
|
|
12246
12500
|
type: import("vue").PropType<string>;
|
|
12247
12501
|
default: string;
|
|
@@ -12317,7 +12571,7 @@ declare const _default: {
|
|
|
12317
12571
|
}>> & {
|
|
12318
12572
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
12319
12573
|
onApply?: () => any;
|
|
12320
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "
|
|
12574
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "modelValue" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLengthCounterPosition" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
12321
12575
|
$attrs: {
|
|
12322
12576
|
[x: string]: unknown;
|
|
12323
12577
|
};
|
|
@@ -12356,6 +12610,10 @@ declare const _default: {
|
|
|
12356
12610
|
type: import("vue").PropType<boolean>;
|
|
12357
12611
|
default: boolean;
|
|
12358
12612
|
};
|
|
12613
|
+
modelValue: {
|
|
12614
|
+
type: import("vue").PropType<string | number>;
|
|
12615
|
+
default: string;
|
|
12616
|
+
};
|
|
12359
12617
|
hoverHelpText: {
|
|
12360
12618
|
type: import("vue").PropType<string>;
|
|
12361
12619
|
default: string;
|
|
@@ -12368,10 +12626,6 @@ declare const _default: {
|
|
|
12368
12626
|
type: import("vue").PropType<number>;
|
|
12369
12627
|
default: any;
|
|
12370
12628
|
};
|
|
12371
|
-
modelValue: {
|
|
12372
|
-
type: import("vue").PropType<string | number>;
|
|
12373
|
-
default: string;
|
|
12374
|
-
};
|
|
12375
12629
|
placeholder: {
|
|
12376
12630
|
type: import("vue").PropType<string>;
|
|
12377
12631
|
default: string;
|
|
@@ -12459,10 +12713,10 @@ declare const _default: {
|
|
|
12459
12713
|
disabled: boolean;
|
|
12460
12714
|
size: "small" | "medium" | "large";
|
|
12461
12715
|
mandatory: boolean;
|
|
12716
|
+
modelValue: string | number;
|
|
12462
12717
|
hoverHelpText: string;
|
|
12463
12718
|
hoverHelpTextPlacement: "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";
|
|
12464
12719
|
maxLength: number;
|
|
12465
|
-
modelValue: string | number;
|
|
12466
12720
|
placeholder: string;
|
|
12467
12721
|
viewOnly: boolean;
|
|
12468
12722
|
labelDirection: "top" | "inside";
|
|
@@ -12526,6 +12780,10 @@ declare const _default: {
|
|
|
12526
12780
|
type: import("vue").PropType<boolean>;
|
|
12527
12781
|
default: boolean;
|
|
12528
12782
|
};
|
|
12783
|
+
modelValue: {
|
|
12784
|
+
type: import("vue").PropType<string | number>;
|
|
12785
|
+
default: string;
|
|
12786
|
+
};
|
|
12529
12787
|
hoverHelpText: {
|
|
12530
12788
|
type: import("vue").PropType<string>;
|
|
12531
12789
|
default: string;
|
|
@@ -12538,10 +12796,6 @@ declare const _default: {
|
|
|
12538
12796
|
type: import("vue").PropType<number>;
|
|
12539
12797
|
default: any;
|
|
12540
12798
|
};
|
|
12541
|
-
modelValue: {
|
|
12542
|
-
type: import("vue").PropType<string | number>;
|
|
12543
|
-
default: string;
|
|
12544
|
-
};
|
|
12545
12799
|
placeholder: {
|
|
12546
12800
|
type: import("vue").PropType<string>;
|
|
12547
12801
|
default: string;
|
|
@@ -12648,6 +12902,10 @@ declare const _default: {
|
|
|
12648
12902
|
type: import("vue").PropType<boolean>;
|
|
12649
12903
|
default: boolean;
|
|
12650
12904
|
};
|
|
12905
|
+
modelValue: {
|
|
12906
|
+
type: import("vue").PropType<string | number>;
|
|
12907
|
+
default: string;
|
|
12908
|
+
};
|
|
12651
12909
|
hoverHelpText: {
|
|
12652
12910
|
type: import("vue").PropType<string>;
|
|
12653
12911
|
default: string;
|
|
@@ -12660,10 +12918,6 @@ declare const _default: {
|
|
|
12660
12918
|
type: import("vue").PropType<number>;
|
|
12661
12919
|
default: any;
|
|
12662
12920
|
};
|
|
12663
|
-
modelValue: {
|
|
12664
|
-
type: import("vue").PropType<string | number>;
|
|
12665
|
-
default: string;
|
|
12666
|
-
};
|
|
12667
12921
|
placeholder: {
|
|
12668
12922
|
type: import("vue").PropType<string>;
|
|
12669
12923
|
default: string;
|
|
@@ -12751,10 +13005,10 @@ declare const _default: {
|
|
|
12751
13005
|
disabled: boolean;
|
|
12752
13006
|
size: "small" | "medium" | "large";
|
|
12753
13007
|
mandatory: boolean;
|
|
13008
|
+
modelValue: string | number;
|
|
12754
13009
|
hoverHelpText: string;
|
|
12755
13010
|
hoverHelpTextPlacement: "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";
|
|
12756
13011
|
maxLength: number;
|
|
12757
|
-
modelValue: string | number;
|
|
12758
13012
|
placeholder: string;
|
|
12759
13013
|
viewOnly: boolean;
|
|
12760
13014
|
labelDirection: "top" | "inside";
|
|
@@ -12790,10 +13044,10 @@ declare const _default: {
|
|
|
12790
13044
|
disabled: boolean;
|
|
12791
13045
|
size: "small" | "medium" | "large";
|
|
12792
13046
|
mandatory: boolean;
|
|
13047
|
+
modelValue: string | number;
|
|
12793
13048
|
hoverHelpText: string;
|
|
12794
13049
|
hoverHelpTextPlacement: "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";
|
|
12795
13050
|
maxLength: number;
|
|
12796
|
-
modelValue: string | number;
|
|
12797
13051
|
placeholder: string;
|
|
12798
13052
|
viewOnly: boolean;
|
|
12799
13053
|
labelDirection: "top" | "inside";
|
|
@@ -12837,6 +13091,10 @@ declare const _default: {
|
|
|
12837
13091
|
type: import("vue").PropType<boolean>;
|
|
12838
13092
|
default: boolean;
|
|
12839
13093
|
};
|
|
13094
|
+
modelValue: {
|
|
13095
|
+
type: import("vue").PropType<string | number>;
|
|
13096
|
+
default: string;
|
|
13097
|
+
};
|
|
12840
13098
|
hoverHelpText: {
|
|
12841
13099
|
type: import("vue").PropType<string>;
|
|
12842
13100
|
default: string;
|
|
@@ -12849,10 +13107,6 @@ declare const _default: {
|
|
|
12849
13107
|
type: import("vue").PropType<number>;
|
|
12850
13108
|
default: any;
|
|
12851
13109
|
};
|
|
12852
|
-
modelValue: {
|
|
12853
|
-
type: import("vue").PropType<string | number>;
|
|
12854
|
-
default: string;
|
|
12855
|
-
};
|
|
12856
13110
|
placeholder: {
|
|
12857
13111
|
type: import("vue").PropType<string>;
|
|
12858
13112
|
default: string;
|
|
@@ -12928,7 +13182,7 @@ declare const _default: {
|
|
|
12928
13182
|
}>> & {
|
|
12929
13183
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
12930
13184
|
onApply?: () => any;
|
|
12931
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "
|
|
13185
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "modelValue" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLengthCounterPosition" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
12932
13186
|
$attrs: {
|
|
12933
13187
|
[x: string]: unknown;
|
|
12934
13188
|
};
|
|
@@ -12967,6 +13221,10 @@ declare const _default: {
|
|
|
12967
13221
|
type: import("vue").PropType<boolean>;
|
|
12968
13222
|
default: boolean;
|
|
12969
13223
|
};
|
|
13224
|
+
modelValue: {
|
|
13225
|
+
type: import("vue").PropType<string | number>;
|
|
13226
|
+
default: string;
|
|
13227
|
+
};
|
|
12970
13228
|
hoverHelpText: {
|
|
12971
13229
|
type: import("vue").PropType<string>;
|
|
12972
13230
|
default: string;
|
|
@@ -12979,10 +13237,6 @@ declare const _default: {
|
|
|
12979
13237
|
type: import("vue").PropType<number>;
|
|
12980
13238
|
default: any;
|
|
12981
13239
|
};
|
|
12982
|
-
modelValue: {
|
|
12983
|
-
type: import("vue").PropType<string | number>;
|
|
12984
|
-
default: string;
|
|
12985
|
-
};
|
|
12986
13240
|
placeholder: {
|
|
12987
13241
|
type: import("vue").PropType<string>;
|
|
12988
13242
|
default: string;
|
|
@@ -13070,10 +13324,10 @@ declare const _default: {
|
|
|
13070
13324
|
disabled: boolean;
|
|
13071
13325
|
size: "small" | "medium" | "large";
|
|
13072
13326
|
mandatory: boolean;
|
|
13327
|
+
modelValue: string | number;
|
|
13073
13328
|
hoverHelpText: string;
|
|
13074
13329
|
hoverHelpTextPlacement: "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";
|
|
13075
13330
|
maxLength: number;
|
|
13076
|
-
modelValue: string | number;
|
|
13077
13331
|
placeholder: string;
|
|
13078
13332
|
viewOnly: boolean;
|
|
13079
13333
|
labelDirection: "top" | "inside";
|
|
@@ -13137,6 +13391,10 @@ declare const _default: {
|
|
|
13137
13391
|
type: import("vue").PropType<boolean>;
|
|
13138
13392
|
default: boolean;
|
|
13139
13393
|
};
|
|
13394
|
+
modelValue: {
|
|
13395
|
+
type: import("vue").PropType<string | number>;
|
|
13396
|
+
default: string;
|
|
13397
|
+
};
|
|
13140
13398
|
hoverHelpText: {
|
|
13141
13399
|
type: import("vue").PropType<string>;
|
|
13142
13400
|
default: string;
|
|
@@ -13149,10 +13407,6 @@ declare const _default: {
|
|
|
13149
13407
|
type: import("vue").PropType<number>;
|
|
13150
13408
|
default: any;
|
|
13151
13409
|
};
|
|
13152
|
-
modelValue: {
|
|
13153
|
-
type: import("vue").PropType<string | number>;
|
|
13154
|
-
default: string;
|
|
13155
|
-
};
|
|
13156
13410
|
placeholder: {
|
|
13157
13411
|
type: import("vue").PropType<string>;
|
|
13158
13412
|
default: string;
|
|
@@ -13259,6 +13513,10 @@ declare const _default: {
|
|
|
13259
13513
|
type: import("vue").PropType<boolean>;
|
|
13260
13514
|
default: boolean;
|
|
13261
13515
|
};
|
|
13516
|
+
modelValue: {
|
|
13517
|
+
type: import("vue").PropType<string | number>;
|
|
13518
|
+
default: string;
|
|
13519
|
+
};
|
|
13262
13520
|
hoverHelpText: {
|
|
13263
13521
|
type: import("vue").PropType<string>;
|
|
13264
13522
|
default: string;
|
|
@@ -13271,10 +13529,6 @@ declare const _default: {
|
|
|
13271
13529
|
type: import("vue").PropType<number>;
|
|
13272
13530
|
default: any;
|
|
13273
13531
|
};
|
|
13274
|
-
modelValue: {
|
|
13275
|
-
type: import("vue").PropType<string | number>;
|
|
13276
|
-
default: string;
|
|
13277
|
-
};
|
|
13278
13532
|
placeholder: {
|
|
13279
13533
|
type: import("vue").PropType<string>;
|
|
13280
13534
|
default: string;
|
|
@@ -13362,10 +13616,10 @@ declare const _default: {
|
|
|
13362
13616
|
disabled: boolean;
|
|
13363
13617
|
size: "small" | "medium" | "large";
|
|
13364
13618
|
mandatory: boolean;
|
|
13619
|
+
modelValue: string | number;
|
|
13365
13620
|
hoverHelpText: string;
|
|
13366
13621
|
hoverHelpTextPlacement: "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";
|
|
13367
13622
|
maxLength: number;
|
|
13368
|
-
modelValue: string | number;
|
|
13369
13623
|
placeholder: string;
|
|
13370
13624
|
viewOnly: boolean;
|
|
13371
13625
|
labelDirection: "top" | "inside";
|
|
@@ -13401,9 +13655,9 @@ declare const _default: {
|
|
|
13401
13655
|
disabled: boolean;
|
|
13402
13656
|
size: "sm" | "lg";
|
|
13403
13657
|
mandatory: boolean;
|
|
13658
|
+
modelValue: string | number;
|
|
13404
13659
|
hoverHelpText: string;
|
|
13405
13660
|
hoverHelpTextPlacement: "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";
|
|
13406
|
-
modelValue: string | number;
|
|
13407
13661
|
placeholder: string;
|
|
13408
13662
|
viewOnly: boolean;
|
|
13409
13663
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -13438,6 +13692,10 @@ declare const _default: {
|
|
|
13438
13692
|
type: import("vue").PropType<boolean>;
|
|
13439
13693
|
default: boolean;
|
|
13440
13694
|
};
|
|
13695
|
+
modelValue: {
|
|
13696
|
+
type: import("vue").PropType<string | number>;
|
|
13697
|
+
default: string;
|
|
13698
|
+
};
|
|
13441
13699
|
hoverHelpText: {
|
|
13442
13700
|
type: import("vue").PropType<string>;
|
|
13443
13701
|
default: string;
|
|
@@ -13446,10 +13704,6 @@ declare const _default: {
|
|
|
13446
13704
|
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">;
|
|
13447
13705
|
default: string;
|
|
13448
13706
|
};
|
|
13449
|
-
modelValue: {
|
|
13450
|
-
type: import("vue").PropType<string | number>;
|
|
13451
|
-
default: string;
|
|
13452
|
-
};
|
|
13453
13707
|
placeholder: {
|
|
13454
13708
|
type: import("vue").PropType<string>;
|
|
13455
13709
|
default: string;
|
|
@@ -13488,7 +13742,7 @@ declare const _default: {
|
|
|
13488
13742
|
};
|
|
13489
13743
|
}>> & {
|
|
13490
13744
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
13491
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "
|
|
13745
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "modelValue" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "feedbackHelpText" | "feedbackErrorText">;
|
|
13492
13746
|
$attrs: {
|
|
13493
13747
|
[x: string]: unknown;
|
|
13494
13748
|
};
|
|
@@ -13527,6 +13781,10 @@ declare const _default: {
|
|
|
13527
13781
|
type: import("vue").PropType<boolean>;
|
|
13528
13782
|
default: boolean;
|
|
13529
13783
|
};
|
|
13784
|
+
modelValue: {
|
|
13785
|
+
type: import("vue").PropType<string | number>;
|
|
13786
|
+
default: string;
|
|
13787
|
+
};
|
|
13530
13788
|
hoverHelpText: {
|
|
13531
13789
|
type: import("vue").PropType<string>;
|
|
13532
13790
|
default: string;
|
|
@@ -13535,10 +13793,6 @@ declare const _default: {
|
|
|
13535
13793
|
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">;
|
|
13536
13794
|
default: string;
|
|
13537
13795
|
};
|
|
13538
|
-
modelValue: {
|
|
13539
|
-
type: import("vue").PropType<string | number>;
|
|
13540
|
-
default: string;
|
|
13541
|
-
};
|
|
13542
13796
|
placeholder: {
|
|
13543
13797
|
type: import("vue").PropType<string>;
|
|
13544
13798
|
default: string;
|
|
@@ -13586,9 +13840,9 @@ declare const _default: {
|
|
|
13586
13840
|
disabled: boolean;
|
|
13587
13841
|
size: "sm" | "lg";
|
|
13588
13842
|
mandatory: boolean;
|
|
13843
|
+
modelValue: string | number;
|
|
13589
13844
|
hoverHelpText: string;
|
|
13590
13845
|
hoverHelpTextPlacement: "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";
|
|
13591
|
-
modelValue: string | number;
|
|
13592
13846
|
placeholder: string;
|
|
13593
13847
|
viewOnly: boolean;
|
|
13594
13848
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -13643,6 +13897,10 @@ declare const _default: {
|
|
|
13643
13897
|
type: import("vue").PropType<boolean>;
|
|
13644
13898
|
default: boolean;
|
|
13645
13899
|
};
|
|
13900
|
+
modelValue: {
|
|
13901
|
+
type: import("vue").PropType<string | number>;
|
|
13902
|
+
default: string;
|
|
13903
|
+
};
|
|
13646
13904
|
hoverHelpText: {
|
|
13647
13905
|
type: import("vue").PropType<string>;
|
|
13648
13906
|
default: string;
|
|
@@ -13651,10 +13909,6 @@ declare const _default: {
|
|
|
13651
13909
|
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">;
|
|
13652
13910
|
default: string;
|
|
13653
13911
|
};
|
|
13654
|
-
modelValue: {
|
|
13655
|
-
type: import("vue").PropType<string | number>;
|
|
13656
|
-
default: string;
|
|
13657
|
-
};
|
|
13658
13912
|
placeholder: {
|
|
13659
13913
|
type: import("vue").PropType<string>;
|
|
13660
13914
|
default: string;
|
|
@@ -13722,16 +13976,16 @@ declare const _default: {
|
|
|
13722
13976
|
type: import("vue").PropType<boolean>;
|
|
13723
13977
|
default: boolean;
|
|
13724
13978
|
};
|
|
13725
|
-
|
|
13726
|
-
type: import("vue").PropType<string>;
|
|
13979
|
+
modelValue: {
|
|
13980
|
+
type: import("vue").PropType<string | number>;
|
|
13727
13981
|
default: string;
|
|
13728
13982
|
};
|
|
13729
|
-
|
|
13730
|
-
type: import("vue").PropType<
|
|
13983
|
+
hoverHelpText: {
|
|
13984
|
+
type: import("vue").PropType<string>;
|
|
13731
13985
|
default: string;
|
|
13732
13986
|
};
|
|
13733
|
-
|
|
13734
|
-
type: import("vue").PropType<
|
|
13987
|
+
hoverHelpTextPlacement: {
|
|
13988
|
+
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">;
|
|
13735
13989
|
default: string;
|
|
13736
13990
|
};
|
|
13737
13991
|
placeholder: {
|
|
@@ -13781,9 +14035,9 @@ declare const _default: {
|
|
|
13781
14035
|
disabled: boolean;
|
|
13782
14036
|
size: "sm" | "lg";
|
|
13783
14037
|
mandatory: boolean;
|
|
14038
|
+
modelValue: string | number;
|
|
13784
14039
|
hoverHelpText: string;
|
|
13785
14040
|
hoverHelpTextPlacement: "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";
|
|
13786
|
-
modelValue: string | number;
|
|
13787
14041
|
placeholder: string;
|
|
13788
14042
|
viewOnly: boolean;
|
|
13789
14043
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -13883,15 +14137,18 @@ declare const _default: {
|
|
|
13883
14137
|
mandatory: {
|
|
13884
14138
|
type: import("vue").PropType<boolean>;
|
|
13885
14139
|
};
|
|
14140
|
+
modelValue: {
|
|
14141
|
+
type: import("vue").PropType<string | number>;
|
|
14142
|
+
};
|
|
14143
|
+
"onUpdate:modelValue": {
|
|
14144
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14145
|
+
};
|
|
13886
14146
|
hoverHelpText: {
|
|
13887
14147
|
type: import("vue").PropType<string>;
|
|
13888
14148
|
};
|
|
13889
14149
|
hoverHelpTextPlacement: {
|
|
13890
14150
|
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">;
|
|
13891
14151
|
};
|
|
13892
|
-
modelValue: {
|
|
13893
|
-
type: import("vue").PropType<string | number>;
|
|
13894
|
-
};
|
|
13895
14152
|
placeholder: {
|
|
13896
14153
|
type: import("vue").PropType<string>;
|
|
13897
14154
|
};
|
|
@@ -13907,9 +14164,6 @@ declare const _default: {
|
|
|
13907
14164
|
onlyDigits: {
|
|
13908
14165
|
type: import("vue").PropType<boolean>;
|
|
13909
14166
|
};
|
|
13910
|
-
"onUpdate:modelValue": {
|
|
13911
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
13912
|
-
};
|
|
13913
14167
|
feedbackHelpText: {
|
|
13914
14168
|
type: import("vue").PropType<string>;
|
|
13915
14169
|
};
|
|
@@ -14002,15 +14256,18 @@ declare const _default: {
|
|
|
14002
14256
|
mandatory: {
|
|
14003
14257
|
type: import("vue").PropType<boolean>;
|
|
14004
14258
|
};
|
|
14259
|
+
modelValue: {
|
|
14260
|
+
type: import("vue").PropType<string | number>;
|
|
14261
|
+
};
|
|
14262
|
+
"onUpdate:modelValue": {
|
|
14263
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14264
|
+
};
|
|
14005
14265
|
hoverHelpText: {
|
|
14006
14266
|
type: import("vue").PropType<string>;
|
|
14007
14267
|
};
|
|
14008
14268
|
hoverHelpTextPlacement: {
|
|
14009
14269
|
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">;
|
|
14010
14270
|
};
|
|
14011
|
-
modelValue: {
|
|
14012
|
-
type: import("vue").PropType<string | number>;
|
|
14013
|
-
};
|
|
14014
14271
|
placeholder: {
|
|
14015
14272
|
type: import("vue").PropType<string>;
|
|
14016
14273
|
};
|
|
@@ -14026,9 +14283,6 @@ declare const _default: {
|
|
|
14026
14283
|
onlyDigits: {
|
|
14027
14284
|
type: import("vue").PropType<boolean>;
|
|
14028
14285
|
};
|
|
14029
|
-
"onUpdate:modelValue": {
|
|
14030
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14031
|
-
};
|
|
14032
14286
|
feedbackHelpText: {
|
|
14033
14287
|
type: import("vue").PropType<string>;
|
|
14034
14288
|
};
|
|
@@ -14122,15 +14376,18 @@ declare const _default: {
|
|
|
14122
14376
|
mandatory: {
|
|
14123
14377
|
type: import("vue").PropType<boolean>;
|
|
14124
14378
|
};
|
|
14379
|
+
modelValue: {
|
|
14380
|
+
type: import("vue").PropType<string | number>;
|
|
14381
|
+
};
|
|
14382
|
+
"onUpdate:modelValue": {
|
|
14383
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14384
|
+
};
|
|
14125
14385
|
hoverHelpText: {
|
|
14126
14386
|
type: import("vue").PropType<string>;
|
|
14127
14387
|
};
|
|
14128
14388
|
hoverHelpTextPlacement: {
|
|
14129
14389
|
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">;
|
|
14130
14390
|
};
|
|
14131
|
-
modelValue: {
|
|
14132
|
-
type: import("vue").PropType<string | number>;
|
|
14133
|
-
};
|
|
14134
14391
|
placeholder: {
|
|
14135
14392
|
type: import("vue").PropType<string>;
|
|
14136
14393
|
};
|
|
@@ -14149,9 +14406,6 @@ declare const _default: {
|
|
|
14149
14406
|
onlyDigits: {
|
|
14150
14407
|
type: import("vue").PropType<boolean>;
|
|
14151
14408
|
};
|
|
14152
|
-
"onUpdate:modelValue": {
|
|
14153
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14154
|
-
};
|
|
14155
14409
|
feedbackHelpText: {
|
|
14156
14410
|
type: import("vue").PropType<string>;
|
|
14157
14411
|
};
|
|
@@ -14244,15 +14498,18 @@ declare const _default: {
|
|
|
14244
14498
|
mandatory: {
|
|
14245
14499
|
type: import("vue").PropType<boolean>;
|
|
14246
14500
|
};
|
|
14501
|
+
modelValue: {
|
|
14502
|
+
type: import("vue").PropType<string | number>;
|
|
14503
|
+
};
|
|
14504
|
+
"onUpdate:modelValue": {
|
|
14505
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14506
|
+
};
|
|
14247
14507
|
hoverHelpText: {
|
|
14248
14508
|
type: import("vue").PropType<string>;
|
|
14249
14509
|
};
|
|
14250
14510
|
hoverHelpTextPlacement: {
|
|
14251
14511
|
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">;
|
|
14252
14512
|
};
|
|
14253
|
-
modelValue: {
|
|
14254
|
-
type: import("vue").PropType<string | number>;
|
|
14255
|
-
};
|
|
14256
14513
|
placeholder: {
|
|
14257
14514
|
type: import("vue").PropType<string>;
|
|
14258
14515
|
};
|
|
@@ -14271,9 +14528,6 @@ declare const _default: {
|
|
|
14271
14528
|
onlyDigits: {
|
|
14272
14529
|
type: import("vue").PropType<boolean>;
|
|
14273
14530
|
};
|
|
14274
|
-
"onUpdate:modelValue": {
|
|
14275
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14276
|
-
};
|
|
14277
14531
|
feedbackHelpText: {
|
|
14278
14532
|
type: import("vue").PropType<string>;
|
|
14279
14533
|
};
|
|
@@ -14367,15 +14621,18 @@ declare const _default: {
|
|
|
14367
14621
|
mandatory: {
|
|
14368
14622
|
type: import("vue").PropType<boolean>;
|
|
14369
14623
|
};
|
|
14624
|
+
modelValue: {
|
|
14625
|
+
type: import("vue").PropType<string | number>;
|
|
14626
|
+
};
|
|
14627
|
+
"onUpdate:modelValue": {
|
|
14628
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14629
|
+
};
|
|
14370
14630
|
hoverHelpText: {
|
|
14371
14631
|
type: import("vue").PropType<string>;
|
|
14372
14632
|
};
|
|
14373
14633
|
hoverHelpTextPlacement: {
|
|
14374
14634
|
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">;
|
|
14375
14635
|
};
|
|
14376
|
-
modelValue: {
|
|
14377
|
-
type: import("vue").PropType<string | number>;
|
|
14378
|
-
};
|
|
14379
14636
|
placeholder: {
|
|
14380
14637
|
type: import("vue").PropType<string>;
|
|
14381
14638
|
};
|
|
@@ -14391,9 +14648,6 @@ declare const _default: {
|
|
|
14391
14648
|
onlyDigits: {
|
|
14392
14649
|
type: import("vue").PropType<boolean>;
|
|
14393
14650
|
};
|
|
14394
|
-
"onUpdate:modelValue": {
|
|
14395
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14396
|
-
};
|
|
14397
14651
|
feedbackHelpText: {
|
|
14398
14652
|
type: import("vue").PropType<string>;
|
|
14399
14653
|
};
|
|
@@ -14486,15 +14740,18 @@ declare const _default: {
|
|
|
14486
14740
|
mandatory: {
|
|
14487
14741
|
type: import("vue").PropType<boolean>;
|
|
14488
14742
|
};
|
|
14743
|
+
modelValue: {
|
|
14744
|
+
type: import("vue").PropType<string | number>;
|
|
14745
|
+
};
|
|
14746
|
+
"onUpdate:modelValue": {
|
|
14747
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14748
|
+
};
|
|
14489
14749
|
hoverHelpText: {
|
|
14490
14750
|
type: import("vue").PropType<string>;
|
|
14491
14751
|
};
|
|
14492
14752
|
hoverHelpTextPlacement: {
|
|
14493
14753
|
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">;
|
|
14494
14754
|
};
|
|
14495
|
-
modelValue: {
|
|
14496
|
-
type: import("vue").PropType<string | number>;
|
|
14497
|
-
};
|
|
14498
14755
|
placeholder: {
|
|
14499
14756
|
type: import("vue").PropType<string>;
|
|
14500
14757
|
};
|
|
@@ -14510,9 +14767,6 @@ declare const _default: {
|
|
|
14510
14767
|
onlyDigits: {
|
|
14511
14768
|
type: import("vue").PropType<boolean>;
|
|
14512
14769
|
};
|
|
14513
|
-
"onUpdate:modelValue": {
|
|
14514
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14515
|
-
};
|
|
14516
14770
|
feedbackHelpText: {
|
|
14517
14771
|
type: import("vue").PropType<string>;
|
|
14518
14772
|
};
|
|
@@ -14533,9 +14787,9 @@ declare const _default: {
|
|
|
14533
14787
|
disabled: boolean;
|
|
14534
14788
|
size: "sm" | "lg";
|
|
14535
14789
|
mandatory: boolean;
|
|
14790
|
+
modelValue: string | number;
|
|
14536
14791
|
hoverHelpText: string;
|
|
14537
14792
|
hoverHelpTextPlacement: "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";
|
|
14538
|
-
modelValue: string | number;
|
|
14539
14793
|
placeholder: string;
|
|
14540
14794
|
viewOnly: boolean;
|
|
14541
14795
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -14570,6 +14824,10 @@ declare const _default: {
|
|
|
14570
14824
|
type: import("vue").PropType<boolean>;
|
|
14571
14825
|
default: boolean;
|
|
14572
14826
|
};
|
|
14827
|
+
modelValue: {
|
|
14828
|
+
type: import("vue").PropType<string | number>;
|
|
14829
|
+
default: string;
|
|
14830
|
+
};
|
|
14573
14831
|
hoverHelpText: {
|
|
14574
14832
|
type: import("vue").PropType<string>;
|
|
14575
14833
|
default: string;
|
|
@@ -14578,10 +14836,6 @@ declare const _default: {
|
|
|
14578
14836
|
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">;
|
|
14579
14837
|
default: string;
|
|
14580
14838
|
};
|
|
14581
|
-
modelValue: {
|
|
14582
|
-
type: import("vue").PropType<string | number>;
|
|
14583
|
-
default: string;
|
|
14584
|
-
};
|
|
14585
14839
|
placeholder: {
|
|
14586
14840
|
type: import("vue").PropType<string>;
|
|
14587
14841
|
default: string;
|
|
@@ -14620,7 +14874,7 @@ declare const _default: {
|
|
|
14620
14874
|
};
|
|
14621
14875
|
}>> & {
|
|
14622
14876
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
14623
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "
|
|
14877
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "modelValue" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "feedbackHelpText" | "feedbackErrorText">;
|
|
14624
14878
|
$attrs: {
|
|
14625
14879
|
[x: string]: unknown;
|
|
14626
14880
|
};
|
|
@@ -14659,6 +14913,10 @@ declare const _default: {
|
|
|
14659
14913
|
type: import("vue").PropType<boolean>;
|
|
14660
14914
|
default: boolean;
|
|
14661
14915
|
};
|
|
14916
|
+
modelValue: {
|
|
14917
|
+
type: import("vue").PropType<string | number>;
|
|
14918
|
+
default: string;
|
|
14919
|
+
};
|
|
14662
14920
|
hoverHelpText: {
|
|
14663
14921
|
type: import("vue").PropType<string>;
|
|
14664
14922
|
default: string;
|
|
@@ -14667,10 +14925,6 @@ declare const _default: {
|
|
|
14667
14925
|
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">;
|
|
14668
14926
|
default: string;
|
|
14669
14927
|
};
|
|
14670
|
-
modelValue: {
|
|
14671
|
-
type: import("vue").PropType<string | number>;
|
|
14672
|
-
default: string;
|
|
14673
|
-
};
|
|
14674
14928
|
placeholder: {
|
|
14675
14929
|
type: import("vue").PropType<string>;
|
|
14676
14930
|
default: string;
|
|
@@ -14718,9 +14972,9 @@ declare const _default: {
|
|
|
14718
14972
|
disabled: boolean;
|
|
14719
14973
|
size: "sm" | "lg";
|
|
14720
14974
|
mandatory: boolean;
|
|
14975
|
+
modelValue: string | number;
|
|
14721
14976
|
hoverHelpText: string;
|
|
14722
14977
|
hoverHelpTextPlacement: "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";
|
|
14723
|
-
modelValue: string | number;
|
|
14724
14978
|
placeholder: string;
|
|
14725
14979
|
viewOnly: boolean;
|
|
14726
14980
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -14775,6 +15029,10 @@ declare const _default: {
|
|
|
14775
15029
|
type: import("vue").PropType<boolean>;
|
|
14776
15030
|
default: boolean;
|
|
14777
15031
|
};
|
|
15032
|
+
modelValue: {
|
|
15033
|
+
type: import("vue").PropType<string | number>;
|
|
15034
|
+
default: string;
|
|
15035
|
+
};
|
|
14778
15036
|
hoverHelpText: {
|
|
14779
15037
|
type: import("vue").PropType<string>;
|
|
14780
15038
|
default: string;
|
|
@@ -14783,10 +15041,6 @@ declare const _default: {
|
|
|
14783
15041
|
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">;
|
|
14784
15042
|
default: string;
|
|
14785
15043
|
};
|
|
14786
|
-
modelValue: {
|
|
14787
|
-
type: import("vue").PropType<string | number>;
|
|
14788
|
-
default: string;
|
|
14789
|
-
};
|
|
14790
15044
|
placeholder: {
|
|
14791
15045
|
type: import("vue").PropType<string>;
|
|
14792
15046
|
default: string;
|
|
@@ -14854,6 +15108,10 @@ declare const _default: {
|
|
|
14854
15108
|
type: import("vue").PropType<boolean>;
|
|
14855
15109
|
default: boolean;
|
|
14856
15110
|
};
|
|
15111
|
+
modelValue: {
|
|
15112
|
+
type: import("vue").PropType<string | number>;
|
|
15113
|
+
default: string;
|
|
15114
|
+
};
|
|
14857
15115
|
hoverHelpText: {
|
|
14858
15116
|
type: import("vue").PropType<string>;
|
|
14859
15117
|
default: string;
|
|
@@ -14862,10 +15120,6 @@ declare const _default: {
|
|
|
14862
15120
|
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">;
|
|
14863
15121
|
default: string;
|
|
14864
15122
|
};
|
|
14865
|
-
modelValue: {
|
|
14866
|
-
type: import("vue").PropType<string | number>;
|
|
14867
|
-
default: string;
|
|
14868
|
-
};
|
|
14869
15123
|
placeholder: {
|
|
14870
15124
|
type: import("vue").PropType<string>;
|
|
14871
15125
|
default: string;
|
|
@@ -14913,9 +15167,9 @@ declare const _default: {
|
|
|
14913
15167
|
disabled: boolean;
|
|
14914
15168
|
size: "sm" | "lg";
|
|
14915
15169
|
mandatory: boolean;
|
|
15170
|
+
modelValue: string | number;
|
|
14916
15171
|
hoverHelpText: string;
|
|
14917
15172
|
hoverHelpTextPlacement: "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";
|
|
14918
|
-
modelValue: string | number;
|
|
14919
15173
|
placeholder: string;
|
|
14920
15174
|
viewOnly: boolean;
|
|
14921
15175
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -15014,15 +15268,18 @@ declare const _default: {
|
|
|
15014
15268
|
mandatory: {
|
|
15015
15269
|
type: import("vue").PropType<boolean>;
|
|
15016
15270
|
};
|
|
15271
|
+
modelValue: {
|
|
15272
|
+
type: import("vue").PropType<string | number>;
|
|
15273
|
+
};
|
|
15274
|
+
"onUpdate:modelValue": {
|
|
15275
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
15276
|
+
};
|
|
15017
15277
|
hoverHelpText: {
|
|
15018
15278
|
type: import("vue").PropType<string>;
|
|
15019
15279
|
};
|
|
15020
15280
|
hoverHelpTextPlacement: {
|
|
15021
15281
|
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">;
|
|
15022
15282
|
};
|
|
15023
|
-
modelValue: {
|
|
15024
|
-
type: import("vue").PropType<string | number>;
|
|
15025
|
-
};
|
|
15026
15283
|
placeholder: {
|
|
15027
15284
|
type: import("vue").PropType<string>;
|
|
15028
15285
|
};
|
|
@@ -15038,9 +15295,6 @@ declare const _default: {
|
|
|
15038
15295
|
onlyDigits: {
|
|
15039
15296
|
type: import("vue").PropType<boolean>;
|
|
15040
15297
|
};
|
|
15041
|
-
"onUpdate:modelValue": {
|
|
15042
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
15043
|
-
};
|
|
15044
15298
|
feedbackHelpText: {
|
|
15045
15299
|
type: import("vue").PropType<string>;
|
|
15046
15300
|
};
|
|
@@ -15133,15 +15387,18 @@ declare const _default: {
|
|
|
15133
15387
|
mandatory: {
|
|
15134
15388
|
type: import("vue").PropType<boolean>;
|
|
15135
15389
|
};
|
|
15390
|
+
modelValue: {
|
|
15391
|
+
type: import("vue").PropType<string | number>;
|
|
15392
|
+
};
|
|
15393
|
+
"onUpdate:modelValue": {
|
|
15394
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
15395
|
+
};
|
|
15136
15396
|
hoverHelpText: {
|
|
15137
15397
|
type: import("vue").PropType<string>;
|
|
15138
15398
|
};
|
|
15139
15399
|
hoverHelpTextPlacement: {
|
|
15140
15400
|
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">;
|
|
15141
15401
|
};
|
|
15142
|
-
modelValue: {
|
|
15143
|
-
type: import("vue").PropType<string | number>;
|
|
15144
|
-
};
|
|
15145
15402
|
placeholder: {
|
|
15146
15403
|
type: import("vue").PropType<string>;
|
|
15147
15404
|
};
|
|
@@ -15157,9 +15414,6 @@ declare const _default: {
|
|
|
15157
15414
|
onlyDigits: {
|
|
15158
15415
|
type: import("vue").PropType<boolean>;
|
|
15159
15416
|
};
|
|
15160
|
-
"onUpdate:modelValue": {
|
|
15161
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
15162
|
-
};
|
|
15163
15417
|
feedbackHelpText: {
|
|
15164
15418
|
type: import("vue").PropType<string>;
|
|
15165
15419
|
};
|
|
@@ -15508,9 +15762,10 @@ declare const _default: {
|
|
|
15508
15762
|
size: "small" | "medium" | "large";
|
|
15509
15763
|
flip: boolean;
|
|
15510
15764
|
mandatory: boolean;
|
|
15765
|
+
skidding: number;
|
|
15766
|
+
modelValue: any;
|
|
15511
15767
|
selected: any;
|
|
15512
15768
|
onClear: () => void;
|
|
15513
|
-
modelValue: any;
|
|
15514
15769
|
placeholder: string;
|
|
15515
15770
|
multi: boolean;
|
|
15516
15771
|
showSelectAll: boolean;
|
|
@@ -15519,7 +15774,6 @@ declare const _default: {
|
|
|
15519
15774
|
autoSize: boolean;
|
|
15520
15775
|
disableKeyboardEvents: boolean;
|
|
15521
15776
|
isOnTop: boolean;
|
|
15522
|
-
skidding: number;
|
|
15523
15777
|
triggerLabel: string;
|
|
15524
15778
|
triggerHelperText: string;
|
|
15525
15779
|
triggerFeedbackText: string;
|
|
@@ -15538,17 +15792,19 @@ declare const _default: {
|
|
|
15538
15792
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15539
15793
|
optionEndIconKey: string;
|
|
15540
15794
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15795
|
+
optionFlagKey: string;
|
|
15541
15796
|
valueToCopy: string;
|
|
15542
15797
|
disabledOptionKey: string;
|
|
15543
15798
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15544
15799
|
optionTwoLinesKey: string;
|
|
15545
15800
|
groupedOptions: boolean;
|
|
15801
|
+
comparingKey: string;
|
|
15802
|
+
withConditions: boolean;
|
|
15546
15803
|
fullWidth: boolean;
|
|
15547
15804
|
optionsListWidth: string;
|
|
15548
15805
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
15549
15806
|
disableVirtualScroll: boolean;
|
|
15550
15807
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
15551
|
-
withConditions: boolean;
|
|
15552
15808
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
15553
15809
|
theme: {
|
|
15554
15810
|
type: import("vue").PropType<string>;
|
|
@@ -15593,6 +15849,17 @@ declare const _default: {
|
|
|
15593
15849
|
loading: {
|
|
15594
15850
|
type: import("vue").PropType<boolean>;
|
|
15595
15851
|
};
|
|
15852
|
+
skidding: {
|
|
15853
|
+
type: import("vue").PropType<number>;
|
|
15854
|
+
default: number;
|
|
15855
|
+
};
|
|
15856
|
+
isOpen: {
|
|
15857
|
+
type: import("vue").PropType<boolean>;
|
|
15858
|
+
};
|
|
15859
|
+
modelValue: {
|
|
15860
|
+
type: import("vue").PropType<unknown>;
|
|
15861
|
+
default: any;
|
|
15862
|
+
};
|
|
15596
15863
|
selected: {
|
|
15597
15864
|
type: import("vue").PropType<unknown>;
|
|
15598
15865
|
default: any;
|
|
@@ -15605,10 +15872,6 @@ declare const _default: {
|
|
|
15605
15872
|
type: import("vue").PropType<() => void>;
|
|
15606
15873
|
default: () => true;
|
|
15607
15874
|
};
|
|
15608
|
-
modelValue: {
|
|
15609
|
-
type: import("vue").PropType<unknown>;
|
|
15610
|
-
default: any;
|
|
15611
|
-
};
|
|
15612
15875
|
placeholder: {
|
|
15613
15876
|
type: import("vue").PropType<string>;
|
|
15614
15877
|
default: string;
|
|
@@ -15617,9 +15880,6 @@ declare const _default: {
|
|
|
15617
15880
|
type: import("vue").PropType<boolean>;
|
|
15618
15881
|
default: boolean;
|
|
15619
15882
|
};
|
|
15620
|
-
isOpen: {
|
|
15621
|
-
type: import("vue").PropType<boolean>;
|
|
15622
|
-
};
|
|
15623
15883
|
showSelectAll: {
|
|
15624
15884
|
type: import("vue").PropType<boolean>;
|
|
15625
15885
|
default: boolean;
|
|
@@ -15644,10 +15904,6 @@ declare const _default: {
|
|
|
15644
15904
|
type: import("vue").PropType<boolean>;
|
|
15645
15905
|
default: boolean;
|
|
15646
15906
|
};
|
|
15647
|
-
skidding: {
|
|
15648
|
-
type: import("vue").PropType<number>;
|
|
15649
|
-
default: number;
|
|
15650
|
-
};
|
|
15651
15907
|
triggerLabel: {
|
|
15652
15908
|
type: import("vue").PropType<string>;
|
|
15653
15909
|
default: string;
|
|
@@ -15724,6 +15980,10 @@ declare const _default: {
|
|
|
15724
15980
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
15725
15981
|
default: any;
|
|
15726
15982
|
};
|
|
15983
|
+
optionFlagKey: {
|
|
15984
|
+
type: import("vue").PropType<string>;
|
|
15985
|
+
default: any;
|
|
15986
|
+
};
|
|
15727
15987
|
valueToCopy: {
|
|
15728
15988
|
type: import("vue").PropType<string>;
|
|
15729
15989
|
default: any;
|
|
@@ -15744,6 +16004,15 @@ declare const _default: {
|
|
|
15744
16004
|
type: import("vue").PropType<boolean>;
|
|
15745
16005
|
default: boolean;
|
|
15746
16006
|
};
|
|
16007
|
+
comparingKey: {
|
|
16008
|
+
type: import("vue").PropType<string>;
|
|
16009
|
+
default: any;
|
|
16010
|
+
};
|
|
16011
|
+
withConditions: {
|
|
16012
|
+
type: import("vue").PropType<boolean>;
|
|
16013
|
+
required: true;
|
|
16014
|
+
default: boolean;
|
|
16015
|
+
};
|
|
15747
16016
|
fullWidth: {
|
|
15748
16017
|
type: import("vue").PropType<boolean>;
|
|
15749
16018
|
default: boolean;
|
|
@@ -15764,11 +16033,6 @@ declare const _default: {
|
|
|
15764
16033
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
15765
16034
|
default: any;
|
|
15766
16035
|
};
|
|
15767
|
-
withConditions: {
|
|
15768
|
-
type: import("vue").PropType<boolean>;
|
|
15769
|
-
required: true;
|
|
15770
|
-
default: boolean;
|
|
15771
|
-
};
|
|
15772
16036
|
}>> & {
|
|
15773
16037
|
onCopyToClipboard?: () => any;
|
|
15774
16038
|
onClear?: () => any;
|
|
@@ -15779,7 +16043,7 @@ declare const _default: {
|
|
|
15779
16043
|
onOnsearch?: (value: string) => any;
|
|
15780
16044
|
onOpened?: () => any;
|
|
15781
16045
|
onClosed?: () => any;
|
|
15782
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "
|
|
16046
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "withConditions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
15783
16047
|
$attrs: {
|
|
15784
16048
|
[x: string]: unknown;
|
|
15785
16049
|
};
|
|
@@ -15837,6 +16101,17 @@ declare const _default: {
|
|
|
15837
16101
|
loading: {
|
|
15838
16102
|
type: import("vue").PropType<boolean>;
|
|
15839
16103
|
};
|
|
16104
|
+
skidding: {
|
|
16105
|
+
type: import("vue").PropType<number>;
|
|
16106
|
+
default: number;
|
|
16107
|
+
};
|
|
16108
|
+
isOpen: {
|
|
16109
|
+
type: import("vue").PropType<boolean>;
|
|
16110
|
+
};
|
|
16111
|
+
modelValue: {
|
|
16112
|
+
type: import("vue").PropType<unknown>;
|
|
16113
|
+
default: any;
|
|
16114
|
+
};
|
|
15840
16115
|
selected: {
|
|
15841
16116
|
type: import("vue").PropType<unknown>;
|
|
15842
16117
|
default: any;
|
|
@@ -15849,10 +16124,6 @@ declare const _default: {
|
|
|
15849
16124
|
type: import("vue").PropType<() => void>;
|
|
15850
16125
|
default: () => true;
|
|
15851
16126
|
};
|
|
15852
|
-
modelValue: {
|
|
15853
|
-
type: import("vue").PropType<unknown>;
|
|
15854
|
-
default: any;
|
|
15855
|
-
};
|
|
15856
16127
|
placeholder: {
|
|
15857
16128
|
type: import("vue").PropType<string>;
|
|
15858
16129
|
default: string;
|
|
@@ -15861,9 +16132,6 @@ declare const _default: {
|
|
|
15861
16132
|
type: import("vue").PropType<boolean>;
|
|
15862
16133
|
default: boolean;
|
|
15863
16134
|
};
|
|
15864
|
-
isOpen: {
|
|
15865
|
-
type: import("vue").PropType<boolean>;
|
|
15866
|
-
};
|
|
15867
16135
|
showSelectAll: {
|
|
15868
16136
|
type: import("vue").PropType<boolean>;
|
|
15869
16137
|
default: boolean;
|
|
@@ -15888,10 +16156,6 @@ declare const _default: {
|
|
|
15888
16156
|
type: import("vue").PropType<boolean>;
|
|
15889
16157
|
default: boolean;
|
|
15890
16158
|
};
|
|
15891
|
-
skidding: {
|
|
15892
|
-
type: import("vue").PropType<number>;
|
|
15893
|
-
default: number;
|
|
15894
|
-
};
|
|
15895
16159
|
triggerLabel: {
|
|
15896
16160
|
type: import("vue").PropType<string>;
|
|
15897
16161
|
default: string;
|
|
@@ -15968,6 +16232,10 @@ declare const _default: {
|
|
|
15968
16232
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
15969
16233
|
default: any;
|
|
15970
16234
|
};
|
|
16235
|
+
optionFlagKey: {
|
|
16236
|
+
type: import("vue").PropType<string>;
|
|
16237
|
+
default: any;
|
|
16238
|
+
};
|
|
15971
16239
|
valueToCopy: {
|
|
15972
16240
|
type: import("vue").PropType<string>;
|
|
15973
16241
|
default: any;
|
|
@@ -15988,6 +16256,15 @@ declare const _default: {
|
|
|
15988
16256
|
type: import("vue").PropType<boolean>;
|
|
15989
16257
|
default: boolean;
|
|
15990
16258
|
};
|
|
16259
|
+
comparingKey: {
|
|
16260
|
+
type: import("vue").PropType<string>;
|
|
16261
|
+
default: any;
|
|
16262
|
+
};
|
|
16263
|
+
withConditions: {
|
|
16264
|
+
type: import("vue").PropType<boolean>;
|
|
16265
|
+
required: true;
|
|
16266
|
+
default: boolean;
|
|
16267
|
+
};
|
|
15991
16268
|
fullWidth: {
|
|
15992
16269
|
type: import("vue").PropType<boolean>;
|
|
15993
16270
|
default: boolean;
|
|
@@ -16008,11 +16285,6 @@ declare const _default: {
|
|
|
16008
16285
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16009
16286
|
default: any;
|
|
16010
16287
|
};
|
|
16011
|
-
withConditions: {
|
|
16012
|
-
type: import("vue").PropType<boolean>;
|
|
16013
|
-
required: true;
|
|
16014
|
-
default: boolean;
|
|
16015
|
-
};
|
|
16016
16288
|
}>> & {
|
|
16017
16289
|
onCopyToClipboard?: () => any;
|
|
16018
16290
|
onClear?: () => any;
|
|
@@ -16047,9 +16319,10 @@ declare const _default: {
|
|
|
16047
16319
|
size: "small" | "medium" | "large";
|
|
16048
16320
|
flip: boolean;
|
|
16049
16321
|
mandatory: boolean;
|
|
16322
|
+
skidding: number;
|
|
16323
|
+
modelValue: any;
|
|
16050
16324
|
selected: any;
|
|
16051
16325
|
onClear: () => void;
|
|
16052
|
-
modelValue: any;
|
|
16053
16326
|
placeholder: string;
|
|
16054
16327
|
multi: boolean;
|
|
16055
16328
|
showSelectAll: boolean;
|
|
@@ -16058,7 +16331,6 @@ declare const _default: {
|
|
|
16058
16331
|
autoSize: boolean;
|
|
16059
16332
|
disableKeyboardEvents: boolean;
|
|
16060
16333
|
isOnTop: boolean;
|
|
16061
|
-
skidding: number;
|
|
16062
16334
|
triggerLabel: string;
|
|
16063
16335
|
triggerHelperText: string;
|
|
16064
16336
|
triggerFeedbackText: string;
|
|
@@ -16077,17 +16349,19 @@ declare const _default: {
|
|
|
16077
16349
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16078
16350
|
optionEndIconKey: string;
|
|
16079
16351
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16352
|
+
optionFlagKey: string;
|
|
16080
16353
|
valueToCopy: string;
|
|
16081
16354
|
disabledOptionKey: string;
|
|
16082
16355
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16083
16356
|
optionTwoLinesKey: string;
|
|
16084
16357
|
groupedOptions: boolean;
|
|
16358
|
+
comparingKey: string;
|
|
16359
|
+
withConditions: boolean;
|
|
16085
16360
|
fullWidth: boolean;
|
|
16086
16361
|
optionsListWidth: string;
|
|
16087
16362
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16088
16363
|
disableVirtualScroll: boolean;
|
|
16089
16364
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16090
|
-
withConditions: boolean;
|
|
16091
16365
|
}, {}, string> & {
|
|
16092
16366
|
beforeCreate?: (() => void) | (() => void)[];
|
|
16093
16367
|
created?: (() => void) | (() => void)[];
|
|
@@ -16152,6 +16426,17 @@ declare const _default: {
|
|
|
16152
16426
|
loading: {
|
|
16153
16427
|
type: import("vue").PropType<boolean>;
|
|
16154
16428
|
};
|
|
16429
|
+
skidding: {
|
|
16430
|
+
type: import("vue").PropType<number>;
|
|
16431
|
+
default: number;
|
|
16432
|
+
};
|
|
16433
|
+
isOpen: {
|
|
16434
|
+
type: import("vue").PropType<boolean>;
|
|
16435
|
+
};
|
|
16436
|
+
modelValue: {
|
|
16437
|
+
type: import("vue").PropType<unknown>;
|
|
16438
|
+
default: any;
|
|
16439
|
+
};
|
|
16155
16440
|
selected: {
|
|
16156
16441
|
type: import("vue").PropType<unknown>;
|
|
16157
16442
|
default: any;
|
|
@@ -16164,10 +16449,6 @@ declare const _default: {
|
|
|
16164
16449
|
type: import("vue").PropType<() => void>;
|
|
16165
16450
|
default: () => true;
|
|
16166
16451
|
};
|
|
16167
|
-
modelValue: {
|
|
16168
|
-
type: import("vue").PropType<unknown>;
|
|
16169
|
-
default: any;
|
|
16170
|
-
};
|
|
16171
16452
|
placeholder: {
|
|
16172
16453
|
type: import("vue").PropType<string>;
|
|
16173
16454
|
default: string;
|
|
@@ -16176,9 +16457,6 @@ declare const _default: {
|
|
|
16176
16457
|
type: import("vue").PropType<boolean>;
|
|
16177
16458
|
default: boolean;
|
|
16178
16459
|
};
|
|
16179
|
-
isOpen: {
|
|
16180
|
-
type: import("vue").PropType<boolean>;
|
|
16181
|
-
};
|
|
16182
16460
|
showSelectAll: {
|
|
16183
16461
|
type: import("vue").PropType<boolean>;
|
|
16184
16462
|
default: boolean;
|
|
@@ -16203,10 +16481,6 @@ declare const _default: {
|
|
|
16203
16481
|
type: import("vue").PropType<boolean>;
|
|
16204
16482
|
default: boolean;
|
|
16205
16483
|
};
|
|
16206
|
-
skidding: {
|
|
16207
|
-
type: import("vue").PropType<number>;
|
|
16208
|
-
default: number;
|
|
16209
|
-
};
|
|
16210
16484
|
triggerLabel: {
|
|
16211
16485
|
type: import("vue").PropType<string>;
|
|
16212
16486
|
default: string;
|
|
@@ -16283,6 +16557,10 @@ declare const _default: {
|
|
|
16283
16557
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16284
16558
|
default: any;
|
|
16285
16559
|
};
|
|
16560
|
+
optionFlagKey: {
|
|
16561
|
+
type: import("vue").PropType<string>;
|
|
16562
|
+
default: any;
|
|
16563
|
+
};
|
|
16286
16564
|
valueToCopy: {
|
|
16287
16565
|
type: import("vue").PropType<string>;
|
|
16288
16566
|
default: any;
|
|
@@ -16303,6 +16581,15 @@ declare const _default: {
|
|
|
16303
16581
|
type: import("vue").PropType<boolean>;
|
|
16304
16582
|
default: boolean;
|
|
16305
16583
|
};
|
|
16584
|
+
comparingKey: {
|
|
16585
|
+
type: import("vue").PropType<string>;
|
|
16586
|
+
default: any;
|
|
16587
|
+
};
|
|
16588
|
+
withConditions: {
|
|
16589
|
+
type: import("vue").PropType<boolean>;
|
|
16590
|
+
required: true;
|
|
16591
|
+
default: boolean;
|
|
16592
|
+
};
|
|
16306
16593
|
fullWidth: {
|
|
16307
16594
|
type: import("vue").PropType<boolean>;
|
|
16308
16595
|
default: boolean;
|
|
@@ -16323,11 +16610,6 @@ declare const _default: {
|
|
|
16323
16610
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16324
16611
|
default: any;
|
|
16325
16612
|
};
|
|
16326
|
-
withConditions: {
|
|
16327
|
-
type: import("vue").PropType<boolean>;
|
|
16328
|
-
required: true;
|
|
16329
|
-
default: boolean;
|
|
16330
|
-
};
|
|
16331
16613
|
}>> & {
|
|
16332
16614
|
onCopyToClipboard?: () => any;
|
|
16333
16615
|
onClear?: () => any;
|
|
@@ -16389,6 +16671,17 @@ declare const _default: {
|
|
|
16389
16671
|
loading: {
|
|
16390
16672
|
type: import("vue").PropType<boolean>;
|
|
16391
16673
|
};
|
|
16674
|
+
skidding: {
|
|
16675
|
+
type: import("vue").PropType<number>;
|
|
16676
|
+
default: number;
|
|
16677
|
+
};
|
|
16678
|
+
isOpen: {
|
|
16679
|
+
type: import("vue").PropType<boolean>;
|
|
16680
|
+
};
|
|
16681
|
+
modelValue: {
|
|
16682
|
+
type: import("vue").PropType<unknown>;
|
|
16683
|
+
default: any;
|
|
16684
|
+
};
|
|
16392
16685
|
selected: {
|
|
16393
16686
|
type: import("vue").PropType<unknown>;
|
|
16394
16687
|
default: any;
|
|
@@ -16401,10 +16694,6 @@ declare const _default: {
|
|
|
16401
16694
|
type: import("vue").PropType<() => void>;
|
|
16402
16695
|
default: () => true;
|
|
16403
16696
|
};
|
|
16404
|
-
modelValue: {
|
|
16405
|
-
type: import("vue").PropType<unknown>;
|
|
16406
|
-
default: any;
|
|
16407
|
-
};
|
|
16408
16697
|
placeholder: {
|
|
16409
16698
|
type: import("vue").PropType<string>;
|
|
16410
16699
|
default: string;
|
|
@@ -16413,9 +16702,6 @@ declare const _default: {
|
|
|
16413
16702
|
type: import("vue").PropType<boolean>;
|
|
16414
16703
|
default: boolean;
|
|
16415
16704
|
};
|
|
16416
|
-
isOpen: {
|
|
16417
|
-
type: import("vue").PropType<boolean>;
|
|
16418
|
-
};
|
|
16419
16705
|
showSelectAll: {
|
|
16420
16706
|
type: import("vue").PropType<boolean>;
|
|
16421
16707
|
default: boolean;
|
|
@@ -16440,10 +16726,6 @@ declare const _default: {
|
|
|
16440
16726
|
type: import("vue").PropType<boolean>;
|
|
16441
16727
|
default: boolean;
|
|
16442
16728
|
};
|
|
16443
|
-
skidding: {
|
|
16444
|
-
type: import("vue").PropType<number>;
|
|
16445
|
-
default: number;
|
|
16446
|
-
};
|
|
16447
16729
|
triggerLabel: {
|
|
16448
16730
|
type: import("vue").PropType<string>;
|
|
16449
16731
|
default: string;
|
|
@@ -16520,6 +16802,10 @@ declare const _default: {
|
|
|
16520
16802
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16521
16803
|
default: any;
|
|
16522
16804
|
};
|
|
16805
|
+
optionFlagKey: {
|
|
16806
|
+
type: import("vue").PropType<string>;
|
|
16807
|
+
default: any;
|
|
16808
|
+
};
|
|
16523
16809
|
valueToCopy: {
|
|
16524
16810
|
type: import("vue").PropType<string>;
|
|
16525
16811
|
default: any;
|
|
@@ -16540,6 +16826,15 @@ declare const _default: {
|
|
|
16540
16826
|
type: import("vue").PropType<boolean>;
|
|
16541
16827
|
default: boolean;
|
|
16542
16828
|
};
|
|
16829
|
+
comparingKey: {
|
|
16830
|
+
type: import("vue").PropType<string>;
|
|
16831
|
+
default: any;
|
|
16832
|
+
};
|
|
16833
|
+
withConditions: {
|
|
16834
|
+
type: import("vue").PropType<boolean>;
|
|
16835
|
+
required: true;
|
|
16836
|
+
default: boolean;
|
|
16837
|
+
};
|
|
16543
16838
|
fullWidth: {
|
|
16544
16839
|
type: import("vue").PropType<boolean>;
|
|
16545
16840
|
default: boolean;
|
|
@@ -16560,11 +16855,6 @@ declare const _default: {
|
|
|
16560
16855
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16561
16856
|
default: any;
|
|
16562
16857
|
};
|
|
16563
|
-
withConditions: {
|
|
16564
|
-
type: import("vue").PropType<boolean>;
|
|
16565
|
-
required: true;
|
|
16566
|
-
default: boolean;
|
|
16567
|
-
};
|
|
16568
16858
|
}>> & {
|
|
16569
16859
|
onCopyToClipboard?: () => any;
|
|
16570
16860
|
onClear?: () => any;
|
|
@@ -16599,9 +16889,10 @@ declare const _default: {
|
|
|
16599
16889
|
size: "small" | "medium" | "large";
|
|
16600
16890
|
flip: boolean;
|
|
16601
16891
|
mandatory: boolean;
|
|
16892
|
+
skidding: number;
|
|
16893
|
+
modelValue: any;
|
|
16602
16894
|
selected: any;
|
|
16603
16895
|
onClear: () => void;
|
|
16604
|
-
modelValue: any;
|
|
16605
16896
|
placeholder: string;
|
|
16606
16897
|
multi: boolean;
|
|
16607
16898
|
showSelectAll: boolean;
|
|
@@ -16610,7 +16901,6 @@ declare const _default: {
|
|
|
16610
16901
|
autoSize: boolean;
|
|
16611
16902
|
disableKeyboardEvents: boolean;
|
|
16612
16903
|
isOnTop: boolean;
|
|
16613
|
-
skidding: number;
|
|
16614
16904
|
triggerLabel: string;
|
|
16615
16905
|
triggerHelperText: string;
|
|
16616
16906
|
triggerFeedbackText: string;
|
|
@@ -16629,17 +16919,19 @@ declare const _default: {
|
|
|
16629
16919
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16630
16920
|
optionEndIconKey: string;
|
|
16631
16921
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16922
|
+
optionFlagKey: string;
|
|
16632
16923
|
valueToCopy: string;
|
|
16633
16924
|
disabledOptionKey: string;
|
|
16634
16925
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16635
16926
|
optionTwoLinesKey: string;
|
|
16636
16927
|
groupedOptions: boolean;
|
|
16928
|
+
comparingKey: string;
|
|
16929
|
+
withConditions: boolean;
|
|
16637
16930
|
fullWidth: boolean;
|
|
16638
16931
|
optionsListWidth: string;
|
|
16639
16932
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16640
16933
|
disableVirtualScroll: boolean;
|
|
16641
16934
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16642
|
-
withConditions: boolean;
|
|
16643
16935
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
16644
16936
|
$slots: {
|
|
16645
16937
|
label?(_: {}): any;
|
|
@@ -16668,11 +16960,13 @@ declare const _default: {
|
|
|
16668
16960
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16669
16961
|
optionAndIconKey: string;
|
|
16670
16962
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16963
|
+
optionFlagKey: string;
|
|
16671
16964
|
feedbackVariant: "success" | "warning" | "error";
|
|
16672
16965
|
valueToCopy: string;
|
|
16673
16966
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16674
16967
|
size: "small" | "medium" | "large";
|
|
16675
16968
|
showAllSelectedText: boolean;
|
|
16969
|
+
allSelected: boolean;
|
|
16676
16970
|
onKeydown: (event: any) => void;
|
|
16677
16971
|
onClick: () => void;
|
|
16678
16972
|
};
|
|
@@ -16716,6 +17010,8 @@ declare const _default: {
|
|
|
16716
17010
|
optionIconKey: string;
|
|
16717
17011
|
optionImageKey: string;
|
|
16718
17012
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17013
|
+
optionFlagKey: string;
|
|
17014
|
+
allSelected: boolean;
|
|
16719
17015
|
selectedOption: any;
|
|
16720
17016
|
showFeedbackIcon: boolean;
|
|
16721
17017
|
brandIconType: "android" | "ios";
|
|
@@ -16804,6 +17100,14 @@ declare const _default: {
|
|
|
16804
17100
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16805
17101
|
default: any;
|
|
16806
17102
|
};
|
|
17103
|
+
optionFlagKey: {
|
|
17104
|
+
type: import("vue").PropType<string>;
|
|
17105
|
+
default: any;
|
|
17106
|
+
};
|
|
17107
|
+
allSelected: {
|
|
17108
|
+
type: import("vue").PropType<boolean>;
|
|
17109
|
+
default: boolean;
|
|
17110
|
+
};
|
|
16807
17111
|
selectedOption: {
|
|
16808
17112
|
type: import("vue").PropType<unknown>;
|
|
16809
17113
|
default: any;
|
|
@@ -16826,7 +17130,7 @@ declare const _default: {
|
|
|
16826
17130
|
};
|
|
16827
17131
|
}>> & {
|
|
16828
17132
|
onClick?: () => any;
|
|
16829
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
|
|
17133
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
|
|
16830
17134
|
$attrs: {
|
|
16831
17135
|
[x: string]: unknown;
|
|
16832
17136
|
};
|
|
@@ -16923,6 +17227,14 @@ declare const _default: {
|
|
|
16923
17227
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16924
17228
|
default: any;
|
|
16925
17229
|
};
|
|
17230
|
+
optionFlagKey: {
|
|
17231
|
+
type: import("vue").PropType<string>;
|
|
17232
|
+
default: any;
|
|
17233
|
+
};
|
|
17234
|
+
allSelected: {
|
|
17235
|
+
type: import("vue").PropType<boolean>;
|
|
17236
|
+
default: boolean;
|
|
17237
|
+
};
|
|
16926
17238
|
selectedOption: {
|
|
16927
17239
|
type: import("vue").PropType<unknown>;
|
|
16928
17240
|
default: any;
|
|
@@ -16967,6 +17279,8 @@ declare const _default: {
|
|
|
16967
17279
|
optionIconKey: string;
|
|
16968
17280
|
optionImageKey: string;
|
|
16969
17281
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17282
|
+
optionFlagKey: string;
|
|
17283
|
+
allSelected: boolean;
|
|
16970
17284
|
selectedOption: any;
|
|
16971
17285
|
showFeedbackIcon: boolean;
|
|
16972
17286
|
brandIconType: "android" | "ios";
|
|
@@ -17075,6 +17389,14 @@ declare const _default: {
|
|
|
17075
17389
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17076
17390
|
default: any;
|
|
17077
17391
|
};
|
|
17392
|
+
optionFlagKey: {
|
|
17393
|
+
type: import("vue").PropType<string>;
|
|
17394
|
+
default: any;
|
|
17395
|
+
};
|
|
17396
|
+
allSelected: {
|
|
17397
|
+
type: import("vue").PropType<boolean>;
|
|
17398
|
+
default: boolean;
|
|
17399
|
+
};
|
|
17078
17400
|
selectedOption: {
|
|
17079
17401
|
type: import("vue").PropType<unknown>;
|
|
17080
17402
|
default: any;
|
|
@@ -17184,6 +17506,14 @@ declare const _default: {
|
|
|
17184
17506
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17185
17507
|
default: any;
|
|
17186
17508
|
};
|
|
17509
|
+
optionFlagKey: {
|
|
17510
|
+
type: import("vue").PropType<string>;
|
|
17511
|
+
default: any;
|
|
17512
|
+
};
|
|
17513
|
+
allSelected: {
|
|
17514
|
+
type: import("vue").PropType<boolean>;
|
|
17515
|
+
default: boolean;
|
|
17516
|
+
};
|
|
17187
17517
|
selectedOption: {
|
|
17188
17518
|
type: import("vue").PropType<unknown>;
|
|
17189
17519
|
default: any;
|
|
@@ -17228,6 +17558,8 @@ declare const _default: {
|
|
|
17228
17558
|
optionIconKey: string;
|
|
17229
17559
|
optionImageKey: string;
|
|
17230
17560
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17561
|
+
optionFlagKey: string;
|
|
17562
|
+
allSelected: boolean;
|
|
17231
17563
|
selectedOption: any;
|
|
17232
17564
|
showFeedbackIcon: boolean;
|
|
17233
17565
|
brandIconType: "android" | "ios";
|
|
@@ -17236,6 +17568,7 @@ declare const _default: {
|
|
|
17236
17568
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
17237
17569
|
$slots: {
|
|
17238
17570
|
image?(_: {}): any;
|
|
17571
|
+
flag?(_: {}): any;
|
|
17239
17572
|
"icon-start"?(_: {}): any;
|
|
17240
17573
|
"displayed-value"?(_: {}): any;
|
|
17241
17574
|
"end-icon"?(_: {}): any;
|
|
@@ -17289,6 +17622,10 @@ declare const _default: {
|
|
|
17289
17622
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
17290
17623
|
required: true;
|
|
17291
17624
|
};
|
|
17625
|
+
allSelected: {
|
|
17626
|
+
type: import("vue").PropType<boolean>;
|
|
17627
|
+
default: boolean;
|
|
17628
|
+
};
|
|
17292
17629
|
selectedOption: {
|
|
17293
17630
|
type: import("vue").PropType<unknown>;
|
|
17294
17631
|
required: true;
|
|
@@ -17335,6 +17672,10 @@ declare const _default: {
|
|
|
17335
17672
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
17336
17673
|
required: true;
|
|
17337
17674
|
};
|
|
17675
|
+
allSelected: {
|
|
17676
|
+
type: import("vue").PropType<boolean>;
|
|
17677
|
+
default: boolean;
|
|
17678
|
+
};
|
|
17338
17679
|
selectedOption: {
|
|
17339
17680
|
type: import("vue").PropType<unknown>;
|
|
17340
17681
|
required: true;
|
|
@@ -17352,175 +17693,322 @@ declare const _default: {
|
|
|
17352
17693
|
disabled: boolean;
|
|
17353
17694
|
open: boolean;
|
|
17354
17695
|
feedbackVariant: string;
|
|
17696
|
+
allSelected: boolean;
|
|
17355
17697
|
displayedValue: any;
|
|
17356
17698
|
}>;
|
|
17357
|
-
ButtonDropdownTrigger:
|
|
17358
|
-
|
|
17359
|
-
|
|
17360
|
-
|
|
17361
|
-
|
|
17362
|
-
|
|
17363
|
-
|
|
17364
|
-
|
|
17365
|
-
|
|
17366
|
-
|
|
17367
|
-
|
|
17368
|
-
|
|
17369
|
-
|
|
17370
|
-
|
|
17371
|
-
|
|
17372
|
-
|
|
17373
|
-
|
|
17374
|
-
|
|
17375
|
-
|
|
17376
|
-
|
|
17377
|
-
|
|
17378
|
-
|
|
17379
|
-
|
|
17380
|
-
|
|
17381
|
-
|
|
17382
|
-
|
|
17383
|
-
|
|
17384
|
-
|
|
17385
|
-
|
|
17386
|
-
|
|
17387
|
-
|
|
17388
|
-
|
|
17389
|
-
|
|
17390
|
-
|
|
17391
|
-
|
|
17392
|
-
|
|
17393
|
-
|
|
17394
|
-
|
|
17395
|
-
|
|
17396
|
-
|
|
17397
|
-
|
|
17398
|
-
|
|
17399
|
-
|
|
17400
|
-
|
|
17401
|
-
|
|
17402
|
-
|
|
17403
|
-
|
|
17404
|
-
|
|
17405
|
-
|
|
17406
|
-
|
|
17407
|
-
|
|
17408
|
-
|
|
17409
|
-
|
|
17410
|
-
|
|
17411
|
-
|
|
17412
|
-
|
|
17413
|
-
|
|
17414
|
-
|
|
17415
|
-
|
|
17416
|
-
|
|
17417
|
-
|
|
17418
|
-
|
|
17419
|
-
|
|
17420
|
-
|
|
17421
|
-
|
|
17422
|
-
|
|
17423
|
-
|
|
17424
|
-
|
|
17425
|
-
|
|
17426
|
-
|
|
17427
|
-
|
|
17428
|
-
|
|
17429
|
-
|
|
17430
|
-
|
|
17431
|
-
|
|
17432
|
-
|
|
17433
|
-
|
|
17434
|
-
|
|
17435
|
-
|
|
17436
|
-
|
|
17437
|
-
|
|
17438
|
-
|
|
17439
|
-
|
|
17440
|
-
|
|
17441
|
-
|
|
17442
|
-
|
|
17443
|
-
|
|
17444
|
-
|
|
17445
|
-
|
|
17446
|
-
|
|
17447
|
-
|
|
17448
|
-
|
|
17449
|
-
|
|
17450
|
-
|
|
17451
|
-
|
|
17452
|
-
|
|
17453
|
-
|
|
17454
|
-
|
|
17455
|
-
|
|
17456
|
-
|
|
17457
|
-
|
|
17458
|
-
|
|
17459
|
-
|
|
17460
|
-
|
|
17461
|
-
|
|
17462
|
-
|
|
17463
|
-
|
|
17464
|
-
|
|
17465
|
-
|
|
17466
|
-
|
|
17467
|
-
|
|
17468
|
-
|
|
17469
|
-
|
|
17470
|
-
|
|
17471
|
-
|
|
17472
|
-
|
|
17473
|
-
|
|
17474
|
-
|
|
17475
|
-
|
|
17476
|
-
|
|
17477
|
-
|
|
17478
|
-
|
|
17479
|
-
|
|
17480
|
-
|
|
17481
|
-
|
|
17482
|
-
|
|
17483
|
-
|
|
17484
|
-
|
|
17485
|
-
|
|
17486
|
-
|
|
17487
|
-
|
|
17488
|
-
|
|
17489
|
-
|
|
17490
|
-
|
|
17491
|
-
|
|
17492
|
-
|
|
17493
|
-
|
|
17494
|
-
|
|
17495
|
-
|
|
17496
|
-
|
|
17497
|
-
|
|
17498
|
-
|
|
17499
|
-
|
|
17500
|
-
|
|
17501
|
-
|
|
17502
|
-
|
|
17503
|
-
|
|
17504
|
-
|
|
17505
|
-
|
|
17506
|
-
|
|
17507
|
-
|
|
17508
|
-
|
|
17509
|
-
|
|
17510
|
-
|
|
17511
|
-
|
|
17512
|
-
|
|
17513
|
-
|
|
17514
|
-
|
|
17515
|
-
|
|
17516
|
-
|
|
17517
|
-
|
|
17518
|
-
|
|
17519
|
-
|
|
17520
|
-
|
|
17521
|
-
|
|
17522
|
-
|
|
17523
|
-
|
|
17699
|
+
ButtonDropdownTrigger: {
|
|
17700
|
+
new (...args: any[]): {
|
|
17701
|
+
$: import("vue").ComponentInternalInstance;
|
|
17702
|
+
$data: {};
|
|
17703
|
+
$props: Partial<{
|
|
17704
|
+
testId: string;
|
|
17705
|
+
variant: "text" | "outlined";
|
|
17706
|
+
disabled: boolean;
|
|
17707
|
+
size: "small" | "medium";
|
|
17708
|
+
open: boolean;
|
|
17709
|
+
startIconName: string;
|
|
17710
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17711
|
+
hideEndIcon: boolean;
|
|
17712
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
17713
|
+
label: {
|
|
17714
|
+
type: import("vue").PropType<string>;
|
|
17715
|
+
required: true;
|
|
17716
|
+
};
|
|
17717
|
+
testId: {
|
|
17718
|
+
type: import("vue").PropType<string>;
|
|
17719
|
+
default: string;
|
|
17720
|
+
};
|
|
17721
|
+
variant: {
|
|
17722
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17723
|
+
default: string;
|
|
17724
|
+
};
|
|
17725
|
+
disabled: {
|
|
17726
|
+
type: import("vue").PropType<boolean>;
|
|
17727
|
+
default: boolean;
|
|
17728
|
+
};
|
|
17729
|
+
size: {
|
|
17730
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17731
|
+
default: string;
|
|
17732
|
+
};
|
|
17733
|
+
open: {
|
|
17734
|
+
type: import("vue").PropType<boolean>;
|
|
17735
|
+
default: boolean;
|
|
17736
|
+
};
|
|
17737
|
+
startIconName: {
|
|
17738
|
+
type: import("vue").PropType<string>;
|
|
17739
|
+
default: any;
|
|
17740
|
+
};
|
|
17741
|
+
startIconType: {
|
|
17742
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17743
|
+
default: string;
|
|
17744
|
+
};
|
|
17745
|
+
hideEndIcon: {
|
|
17746
|
+
type: import("vue").PropType<boolean>;
|
|
17747
|
+
default: boolean;
|
|
17748
|
+
};
|
|
17749
|
+
}>> & {
|
|
17750
|
+
onClick?: () => any;
|
|
17751
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
17752
|
+
$attrs: {
|
|
17753
|
+
[x: string]: unknown;
|
|
17754
|
+
};
|
|
17755
|
+
$refs: {
|
|
17756
|
+
[x: string]: unknown;
|
|
17757
|
+
};
|
|
17758
|
+
$slots: Readonly<{
|
|
17759
|
+
[name: string]: import("vue").Slot;
|
|
17760
|
+
}>;
|
|
17761
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17762
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17763
|
+
$emit: (event: "click") => void;
|
|
17764
|
+
$el: any;
|
|
17765
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17766
|
+
label: {
|
|
17767
|
+
type: import("vue").PropType<string>;
|
|
17768
|
+
required: true;
|
|
17769
|
+
};
|
|
17770
|
+
testId: {
|
|
17771
|
+
type: import("vue").PropType<string>;
|
|
17772
|
+
default: string;
|
|
17773
|
+
};
|
|
17774
|
+
variant: {
|
|
17775
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17776
|
+
default: string;
|
|
17777
|
+
};
|
|
17778
|
+
disabled: {
|
|
17779
|
+
type: import("vue").PropType<boolean>;
|
|
17780
|
+
default: boolean;
|
|
17781
|
+
};
|
|
17782
|
+
size: {
|
|
17783
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17784
|
+
default: string;
|
|
17785
|
+
};
|
|
17786
|
+
open: {
|
|
17787
|
+
type: import("vue").PropType<boolean>;
|
|
17788
|
+
default: boolean;
|
|
17789
|
+
};
|
|
17790
|
+
startIconName: {
|
|
17791
|
+
type: import("vue").PropType<string>;
|
|
17792
|
+
default: any;
|
|
17793
|
+
};
|
|
17794
|
+
startIconType: {
|
|
17795
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17796
|
+
default: string;
|
|
17797
|
+
};
|
|
17798
|
+
hideEndIcon: {
|
|
17799
|
+
type: import("vue").PropType<boolean>;
|
|
17800
|
+
default: boolean;
|
|
17801
|
+
};
|
|
17802
|
+
}>> & {
|
|
17803
|
+
onClick?: () => any;
|
|
17804
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17805
|
+
click: () => void;
|
|
17806
|
+
}, string, {
|
|
17807
|
+
testId: string;
|
|
17808
|
+
variant: "text" | "outlined";
|
|
17809
|
+
disabled: boolean;
|
|
17810
|
+
size: "small" | "medium";
|
|
17811
|
+
open: boolean;
|
|
17812
|
+
startIconName: string;
|
|
17813
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17814
|
+
hideEndIcon: boolean;
|
|
17815
|
+
}, {}, string> & {
|
|
17816
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
17817
|
+
created?: (() => void) | (() => void)[];
|
|
17818
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
17819
|
+
mounted?: (() => void) | (() => void)[];
|
|
17820
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
17821
|
+
updated?: (() => void) | (() => void)[];
|
|
17822
|
+
activated?: (() => void) | (() => void)[];
|
|
17823
|
+
deactivated?: (() => void) | (() => void)[];
|
|
17824
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
17825
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
17826
|
+
destroyed?: (() => void) | (() => void)[];
|
|
17827
|
+
unmounted?: (() => void) | (() => void)[];
|
|
17828
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17829
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17830
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
17831
|
+
};
|
|
17832
|
+
$forceUpdate: () => void;
|
|
17833
|
+
$nextTick: typeof import("vue").nextTick;
|
|
17834
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
17835
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
17836
|
+
label: {
|
|
17837
|
+
type: import("vue").PropType<string>;
|
|
17838
|
+
required: true;
|
|
17839
|
+
};
|
|
17840
|
+
testId: {
|
|
17841
|
+
type: import("vue").PropType<string>;
|
|
17842
|
+
default: string;
|
|
17843
|
+
};
|
|
17844
|
+
variant: {
|
|
17845
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17846
|
+
default: string;
|
|
17847
|
+
};
|
|
17848
|
+
disabled: {
|
|
17849
|
+
type: import("vue").PropType<boolean>;
|
|
17850
|
+
default: boolean;
|
|
17851
|
+
};
|
|
17852
|
+
size: {
|
|
17853
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17854
|
+
default: string;
|
|
17855
|
+
};
|
|
17856
|
+
open: {
|
|
17857
|
+
type: import("vue").PropType<boolean>;
|
|
17858
|
+
default: boolean;
|
|
17859
|
+
};
|
|
17860
|
+
startIconName: {
|
|
17861
|
+
type: import("vue").PropType<string>;
|
|
17862
|
+
default: any;
|
|
17863
|
+
};
|
|
17864
|
+
startIconType: {
|
|
17865
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17866
|
+
default: string;
|
|
17867
|
+
};
|
|
17868
|
+
hideEndIcon: {
|
|
17869
|
+
type: import("vue").PropType<boolean>;
|
|
17870
|
+
default: boolean;
|
|
17871
|
+
};
|
|
17872
|
+
}>> & {
|
|
17873
|
+
onClick?: () => any;
|
|
17874
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
17875
|
+
__isFragment?: never;
|
|
17876
|
+
__isTeleport?: never;
|
|
17877
|
+
__isSuspense?: never;
|
|
17878
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17879
|
+
label: {
|
|
17880
|
+
type: import("vue").PropType<string>;
|
|
17881
|
+
required: true;
|
|
17882
|
+
};
|
|
17883
|
+
testId: {
|
|
17884
|
+
type: import("vue").PropType<string>;
|
|
17885
|
+
default: string;
|
|
17886
|
+
};
|
|
17887
|
+
variant: {
|
|
17888
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17889
|
+
default: string;
|
|
17890
|
+
};
|
|
17891
|
+
disabled: {
|
|
17892
|
+
type: import("vue").PropType<boolean>;
|
|
17893
|
+
default: boolean;
|
|
17894
|
+
};
|
|
17895
|
+
size: {
|
|
17896
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17897
|
+
default: string;
|
|
17898
|
+
};
|
|
17899
|
+
open: {
|
|
17900
|
+
type: import("vue").PropType<boolean>;
|
|
17901
|
+
default: boolean;
|
|
17902
|
+
};
|
|
17903
|
+
startIconName: {
|
|
17904
|
+
type: import("vue").PropType<string>;
|
|
17905
|
+
default: any;
|
|
17906
|
+
};
|
|
17907
|
+
startIconType: {
|
|
17908
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17909
|
+
default: string;
|
|
17910
|
+
};
|
|
17911
|
+
hideEndIcon: {
|
|
17912
|
+
type: import("vue").PropType<boolean>;
|
|
17913
|
+
default: boolean;
|
|
17914
|
+
};
|
|
17915
|
+
}>> & {
|
|
17916
|
+
onClick?: () => any;
|
|
17917
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17918
|
+
click: () => void;
|
|
17919
|
+
}, string, {
|
|
17920
|
+
testId: string;
|
|
17921
|
+
variant: "text" | "outlined";
|
|
17922
|
+
disabled: boolean;
|
|
17923
|
+
size: "small" | "medium";
|
|
17924
|
+
open: boolean;
|
|
17925
|
+
startIconName: string;
|
|
17926
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17927
|
+
hideEndIcon: boolean;
|
|
17928
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
17929
|
+
$slots: {
|
|
17930
|
+
default?(_: {}): any;
|
|
17931
|
+
};
|
|
17932
|
+
});
|
|
17933
|
+
ButtonFilterDropdownTrigger: import("vue").DefineComponent<{
|
|
17934
|
+
label: {
|
|
17935
|
+
type: import("vue").PropType<string>;
|
|
17936
|
+
required: true;
|
|
17937
|
+
};
|
|
17938
|
+
testId: {
|
|
17939
|
+
type: import("vue").PropType<string>;
|
|
17940
|
+
default: string;
|
|
17941
|
+
};
|
|
17942
|
+
variant: {
|
|
17943
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17944
|
+
default: string;
|
|
17945
|
+
};
|
|
17946
|
+
disabled: {
|
|
17947
|
+
type: import("vue").PropType<boolean>;
|
|
17948
|
+
default: boolean;
|
|
17949
|
+
};
|
|
17950
|
+
open: {
|
|
17951
|
+
type: import("vue").PropType<boolean>;
|
|
17952
|
+
default: boolean;
|
|
17953
|
+
};
|
|
17954
|
+
startIconName: {
|
|
17955
|
+
type: import("vue").PropType<string>;
|
|
17956
|
+
default: any;
|
|
17957
|
+
};
|
|
17958
|
+
startIconType: {
|
|
17959
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17960
|
+
default: string;
|
|
17961
|
+
};
|
|
17962
|
+
hideEndIcon: {
|
|
17963
|
+
type: import("vue").PropType<boolean>;
|
|
17964
|
+
default: boolean;
|
|
17965
|
+
};
|
|
17966
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17967
|
+
click: () => void;
|
|
17968
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17969
|
+
label: {
|
|
17970
|
+
type: import("vue").PropType<string>;
|
|
17971
|
+
required: true;
|
|
17972
|
+
};
|
|
17973
|
+
testId: {
|
|
17974
|
+
type: import("vue").PropType<string>;
|
|
17975
|
+
default: string;
|
|
17976
|
+
};
|
|
17977
|
+
variant: {
|
|
17978
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17979
|
+
default: string;
|
|
17980
|
+
};
|
|
17981
|
+
disabled: {
|
|
17982
|
+
type: import("vue").PropType<boolean>;
|
|
17983
|
+
default: boolean;
|
|
17984
|
+
};
|
|
17985
|
+
open: {
|
|
17986
|
+
type: import("vue").PropType<boolean>;
|
|
17987
|
+
default: boolean;
|
|
17988
|
+
};
|
|
17989
|
+
startIconName: {
|
|
17990
|
+
type: import("vue").PropType<string>;
|
|
17991
|
+
default: any;
|
|
17992
|
+
};
|
|
17993
|
+
startIconType: {
|
|
17994
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17995
|
+
default: string;
|
|
17996
|
+
};
|
|
17997
|
+
hideEndIcon: {
|
|
17998
|
+
type: import("vue").PropType<boolean>;
|
|
17999
|
+
default: boolean;
|
|
18000
|
+
};
|
|
18001
|
+
}>> & {
|
|
18002
|
+
onClick?: () => any;
|
|
18003
|
+
}, {
|
|
18004
|
+
testId: string;
|
|
18005
|
+
variant: "text" | "outlined";
|
|
18006
|
+
disabled: boolean;
|
|
18007
|
+
open: boolean;
|
|
18008
|
+
startIconName: string;
|
|
18009
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18010
|
+
hideEndIcon: boolean;
|
|
18011
|
+
}>;
|
|
17524
18012
|
AppDropdownTrigger: {
|
|
17525
18013
|
new (...args: any[]): {
|
|
17526
18014
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -18023,6 +18511,8 @@ declare const _default: {
|
|
|
18023
18511
|
optionIconKey: string;
|
|
18024
18512
|
optionImageKey: string;
|
|
18025
18513
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18514
|
+
optionFlagKey: string;
|
|
18515
|
+
allSelected: boolean;
|
|
18026
18516
|
selectedOption: any;
|
|
18027
18517
|
showFeedbackIcon: boolean;
|
|
18028
18518
|
brandIconType: "android" | "ios";
|
|
@@ -18111,6 +18601,14 @@ declare const _default: {
|
|
|
18111
18601
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18112
18602
|
default: any;
|
|
18113
18603
|
};
|
|
18604
|
+
optionFlagKey: {
|
|
18605
|
+
type: import("vue").PropType<string>;
|
|
18606
|
+
default: any;
|
|
18607
|
+
};
|
|
18608
|
+
allSelected: {
|
|
18609
|
+
type: import("vue").PropType<boolean>;
|
|
18610
|
+
default: boolean;
|
|
18611
|
+
};
|
|
18114
18612
|
selectedOption: {
|
|
18115
18613
|
type: import("vue").PropType<unknown>;
|
|
18116
18614
|
default: any;
|
|
@@ -18133,7 +18631,7 @@ declare const _default: {
|
|
|
18133
18631
|
};
|
|
18134
18632
|
}>> & {
|
|
18135
18633
|
onClick?: () => any;
|
|
18136
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
|
|
18634
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
|
|
18137
18635
|
$attrs: {
|
|
18138
18636
|
[x: string]: unknown;
|
|
18139
18637
|
};
|
|
@@ -18230,6 +18728,14 @@ declare const _default: {
|
|
|
18230
18728
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18231
18729
|
default: any;
|
|
18232
18730
|
};
|
|
18731
|
+
optionFlagKey: {
|
|
18732
|
+
type: import("vue").PropType<string>;
|
|
18733
|
+
default: any;
|
|
18734
|
+
};
|
|
18735
|
+
allSelected: {
|
|
18736
|
+
type: import("vue").PropType<boolean>;
|
|
18737
|
+
default: boolean;
|
|
18738
|
+
};
|
|
18233
18739
|
selectedOption: {
|
|
18234
18740
|
type: import("vue").PropType<unknown>;
|
|
18235
18741
|
default: any;
|
|
@@ -18274,6 +18780,8 @@ declare const _default: {
|
|
|
18274
18780
|
optionIconKey: string;
|
|
18275
18781
|
optionImageKey: string;
|
|
18276
18782
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18783
|
+
optionFlagKey: string;
|
|
18784
|
+
allSelected: boolean;
|
|
18277
18785
|
selectedOption: any;
|
|
18278
18786
|
showFeedbackIcon: boolean;
|
|
18279
18787
|
brandIconType: "android" | "ios";
|
|
@@ -18382,6 +18890,14 @@ declare const _default: {
|
|
|
18382
18890
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18383
18891
|
default: any;
|
|
18384
18892
|
};
|
|
18893
|
+
optionFlagKey: {
|
|
18894
|
+
type: import("vue").PropType<string>;
|
|
18895
|
+
default: any;
|
|
18896
|
+
};
|
|
18897
|
+
allSelected: {
|
|
18898
|
+
type: import("vue").PropType<boolean>;
|
|
18899
|
+
default: boolean;
|
|
18900
|
+
};
|
|
18385
18901
|
selectedOption: {
|
|
18386
18902
|
type: import("vue").PropType<unknown>;
|
|
18387
18903
|
default: any;
|
|
@@ -18491,6 +19007,14 @@ declare const _default: {
|
|
|
18491
19007
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18492
19008
|
default: any;
|
|
18493
19009
|
};
|
|
19010
|
+
optionFlagKey: {
|
|
19011
|
+
type: import("vue").PropType<string>;
|
|
19012
|
+
default: any;
|
|
19013
|
+
};
|
|
19014
|
+
allSelected: {
|
|
19015
|
+
type: import("vue").PropType<boolean>;
|
|
19016
|
+
default: boolean;
|
|
19017
|
+
};
|
|
18494
19018
|
selectedOption: {
|
|
18495
19019
|
type: import("vue").PropType<unknown>;
|
|
18496
19020
|
default: any;
|
|
@@ -18535,6 +19059,8 @@ declare const _default: {
|
|
|
18535
19059
|
optionIconKey: string;
|
|
18536
19060
|
optionImageKey: string;
|
|
18537
19061
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19062
|
+
optionFlagKey: string;
|
|
19063
|
+
allSelected: boolean;
|
|
18538
19064
|
selectedOption: any;
|
|
18539
19065
|
showFeedbackIcon: boolean;
|
|
18540
19066
|
brandIconType: "android" | "ios";
|
|
@@ -18543,6 +19069,7 @@ declare const _default: {
|
|
|
18543
19069
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
18544
19070
|
$slots: {
|
|
18545
19071
|
image?(_: {}): any;
|
|
19072
|
+
flag?(_: {}): any;
|
|
18546
19073
|
"icon-start"?(_: {}): any;
|
|
18547
19074
|
"displayed-value"?(_: {}): any;
|
|
18548
19075
|
"end-icon"?(_: {}): any;
|
|
@@ -19033,6 +19560,7 @@ declare const _default: {
|
|
|
19033
19560
|
disabled: boolean;
|
|
19034
19561
|
active: boolean;
|
|
19035
19562
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19563
|
+
optionFlagKey: string;
|
|
19036
19564
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19037
19565
|
optionTwoLinesKey: string;
|
|
19038
19566
|
isIndeterminate: boolean;
|
|
@@ -19065,6 +19593,10 @@ declare const _default: {
|
|
|
19065
19593
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19066
19594
|
default: string;
|
|
19067
19595
|
};
|
|
19596
|
+
optionFlagKey: {
|
|
19597
|
+
type: import("vue").PropType<string>;
|
|
19598
|
+
default: any;
|
|
19599
|
+
};
|
|
19068
19600
|
optionTwoLinesVariant: {
|
|
19069
19601
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19070
19602
|
default: any;
|
|
@@ -19130,7 +19662,7 @@ declare const _default: {
|
|
|
19130
19662
|
};
|
|
19131
19663
|
}>> & {
|
|
19132
19664
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
19133
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
19665
|
+
} & 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">;
|
|
19134
19666
|
$attrs: {
|
|
19135
19667
|
[x: string]: unknown;
|
|
19136
19668
|
};
|
|
@@ -19161,6 +19693,10 @@ declare const _default: {
|
|
|
19161
19693
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19162
19694
|
default: string;
|
|
19163
19695
|
};
|
|
19696
|
+
optionFlagKey: {
|
|
19697
|
+
type: import("vue").PropType<string>;
|
|
19698
|
+
default: any;
|
|
19699
|
+
};
|
|
19164
19700
|
optionTwoLinesVariant: {
|
|
19165
19701
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19166
19702
|
default: any;
|
|
@@ -19233,6 +19769,7 @@ declare const _default: {
|
|
|
19233
19769
|
disabled: boolean;
|
|
19234
19770
|
active: boolean;
|
|
19235
19771
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19772
|
+
optionFlagKey: string;
|
|
19236
19773
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19237
19774
|
optionTwoLinesKey: string;
|
|
19238
19775
|
isIndeterminate: boolean;
|
|
@@ -19285,6 +19822,10 @@ declare const _default: {
|
|
|
19285
19822
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19286
19823
|
default: string;
|
|
19287
19824
|
};
|
|
19825
|
+
optionFlagKey: {
|
|
19826
|
+
type: import("vue").PropType<string>;
|
|
19827
|
+
default: any;
|
|
19828
|
+
};
|
|
19288
19829
|
optionTwoLinesVariant: {
|
|
19289
19830
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19290
19831
|
default: any;
|
|
@@ -19371,6 +19912,10 @@ declare const _default: {
|
|
|
19371
19912
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19372
19913
|
default: string;
|
|
19373
19914
|
};
|
|
19915
|
+
optionFlagKey: {
|
|
19916
|
+
type: import("vue").PropType<string>;
|
|
19917
|
+
default: any;
|
|
19918
|
+
};
|
|
19374
19919
|
optionTwoLinesVariant: {
|
|
19375
19920
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19376
19921
|
default: any;
|
|
@@ -19443,6 +19988,7 @@ declare const _default: {
|
|
|
19443
19988
|
disabled: boolean;
|
|
19444
19989
|
active: boolean;
|
|
19445
19990
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19991
|
+
optionFlagKey: string;
|
|
19446
19992
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19447
19993
|
optionTwoLinesKey: string;
|
|
19448
19994
|
isIndeterminate: boolean;
|
|
@@ -19461,6 +20007,7 @@ declare const _default: {
|
|
|
19461
20007
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
19462
20008
|
$slots: {
|
|
19463
20009
|
image?(_: {}): any;
|
|
20010
|
+
flag?(_: {}): any;
|
|
19464
20011
|
"icon-start"?(_: {}): any;
|
|
19465
20012
|
default?(_: {}): any;
|
|
19466
20013
|
"icon-end"?(_: {}): any;
|
|
@@ -19512,6 +20059,10 @@ declare const _default: {
|
|
|
19512
20059
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
19513
20060
|
required: true;
|
|
19514
20061
|
};
|
|
20062
|
+
allSelected: {
|
|
20063
|
+
type: import("vue").PropType<boolean>;
|
|
20064
|
+
default: boolean;
|
|
20065
|
+
};
|
|
19515
20066
|
selectedOption: {
|
|
19516
20067
|
type: import("vue").PropType<unknown>;
|
|
19517
20068
|
required: true;
|
|
@@ -19558,6 +20109,10 @@ declare const _default: {
|
|
|
19558
20109
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
19559
20110
|
required: true;
|
|
19560
20111
|
};
|
|
20112
|
+
allSelected: {
|
|
20113
|
+
type: import("vue").PropType<boolean>;
|
|
20114
|
+
default: boolean;
|
|
20115
|
+
};
|
|
19561
20116
|
selectedOption: {
|
|
19562
20117
|
type: import("vue").PropType<unknown>;
|
|
19563
20118
|
required: true;
|
|
@@ -19575,6 +20130,7 @@ declare const _default: {
|
|
|
19575
20130
|
disabled: boolean;
|
|
19576
20131
|
open: boolean;
|
|
19577
20132
|
feedbackVariant: string;
|
|
20133
|
+
allSelected: boolean;
|
|
19578
20134
|
displayedValue: any;
|
|
19579
20135
|
}> | ({
|
|
19580
20136
|
new (...args: any[]): {
|
|
@@ -19591,9 +20147,10 @@ declare const _default: {
|
|
|
19591
20147
|
size: "small" | "medium" | "large";
|
|
19592
20148
|
flip: boolean;
|
|
19593
20149
|
mandatory: boolean;
|
|
20150
|
+
skidding: number;
|
|
20151
|
+
modelValue: any;
|
|
19594
20152
|
selected: any;
|
|
19595
20153
|
onClear: () => void;
|
|
19596
|
-
modelValue: any;
|
|
19597
20154
|
placeholder: string;
|
|
19598
20155
|
multi: boolean;
|
|
19599
20156
|
showSelectAll: boolean;
|
|
@@ -19602,7 +20159,6 @@ declare const _default: {
|
|
|
19602
20159
|
autoSize: boolean;
|
|
19603
20160
|
disableKeyboardEvents: boolean;
|
|
19604
20161
|
isOnTop: boolean;
|
|
19605
|
-
skidding: number;
|
|
19606
20162
|
triggerLabel: string;
|
|
19607
20163
|
triggerHelperText: string;
|
|
19608
20164
|
triggerFeedbackText: string;
|
|
@@ -19621,17 +20177,19 @@ declare const _default: {
|
|
|
19621
20177
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19622
20178
|
optionEndIconKey: string;
|
|
19623
20179
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20180
|
+
optionFlagKey: string;
|
|
19624
20181
|
valueToCopy: string;
|
|
19625
20182
|
disabledOptionKey: string;
|
|
19626
20183
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19627
20184
|
optionTwoLinesKey: string;
|
|
19628
20185
|
groupedOptions: boolean;
|
|
20186
|
+
comparingKey: string;
|
|
20187
|
+
withConditions: boolean;
|
|
19629
20188
|
fullWidth: boolean;
|
|
19630
20189
|
optionsListWidth: string;
|
|
19631
20190
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
19632
20191
|
disableVirtualScroll: boolean;
|
|
19633
20192
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
19634
|
-
withConditions: boolean;
|
|
19635
20193
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
19636
20194
|
theme: {
|
|
19637
20195
|
type: import("vue").PropType<string>;
|
|
@@ -19676,6 +20234,17 @@ declare const _default: {
|
|
|
19676
20234
|
loading: {
|
|
19677
20235
|
type: import("vue").PropType<boolean>;
|
|
19678
20236
|
};
|
|
20237
|
+
skidding: {
|
|
20238
|
+
type: import("vue").PropType<number>;
|
|
20239
|
+
default: number;
|
|
20240
|
+
};
|
|
20241
|
+
isOpen: {
|
|
20242
|
+
type: import("vue").PropType<boolean>;
|
|
20243
|
+
};
|
|
20244
|
+
modelValue: {
|
|
20245
|
+
type: import("vue").PropType<unknown>;
|
|
20246
|
+
default: any;
|
|
20247
|
+
};
|
|
19679
20248
|
selected: {
|
|
19680
20249
|
type: import("vue").PropType<unknown>;
|
|
19681
20250
|
default: any;
|
|
@@ -19688,10 +20257,6 @@ declare const _default: {
|
|
|
19688
20257
|
type: import("vue").PropType<() => void>;
|
|
19689
20258
|
default: () => true;
|
|
19690
20259
|
};
|
|
19691
|
-
modelValue: {
|
|
19692
|
-
type: import("vue").PropType<unknown>;
|
|
19693
|
-
default: any;
|
|
19694
|
-
};
|
|
19695
20260
|
placeholder: {
|
|
19696
20261
|
type: import("vue").PropType<string>;
|
|
19697
20262
|
default: string;
|
|
@@ -19700,9 +20265,6 @@ declare const _default: {
|
|
|
19700
20265
|
type: import("vue").PropType<boolean>;
|
|
19701
20266
|
default: boolean;
|
|
19702
20267
|
};
|
|
19703
|
-
isOpen: {
|
|
19704
|
-
type: import("vue").PropType<boolean>;
|
|
19705
|
-
};
|
|
19706
20268
|
showSelectAll: {
|
|
19707
20269
|
type: import("vue").PropType<boolean>;
|
|
19708
20270
|
default: boolean;
|
|
@@ -19727,10 +20289,6 @@ declare const _default: {
|
|
|
19727
20289
|
type: import("vue").PropType<boolean>;
|
|
19728
20290
|
default: boolean;
|
|
19729
20291
|
};
|
|
19730
|
-
skidding: {
|
|
19731
|
-
type: import("vue").PropType<number>;
|
|
19732
|
-
default: number;
|
|
19733
|
-
};
|
|
19734
20292
|
triggerLabel: {
|
|
19735
20293
|
type: import("vue").PropType<string>;
|
|
19736
20294
|
default: string;
|
|
@@ -19807,6 +20365,10 @@ declare const _default: {
|
|
|
19807
20365
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19808
20366
|
default: any;
|
|
19809
20367
|
};
|
|
20368
|
+
optionFlagKey: {
|
|
20369
|
+
type: import("vue").PropType<string>;
|
|
20370
|
+
default: any;
|
|
20371
|
+
};
|
|
19810
20372
|
valueToCopy: {
|
|
19811
20373
|
type: import("vue").PropType<string>;
|
|
19812
20374
|
default: any;
|
|
@@ -19827,6 +20389,15 @@ declare const _default: {
|
|
|
19827
20389
|
type: import("vue").PropType<boolean>;
|
|
19828
20390
|
default: boolean;
|
|
19829
20391
|
};
|
|
20392
|
+
comparingKey: {
|
|
20393
|
+
type: import("vue").PropType<string>;
|
|
20394
|
+
default: any;
|
|
20395
|
+
};
|
|
20396
|
+
withConditions: {
|
|
20397
|
+
type: import("vue").PropType<boolean>;
|
|
20398
|
+
required: true;
|
|
20399
|
+
default: boolean;
|
|
20400
|
+
};
|
|
19830
20401
|
fullWidth: {
|
|
19831
20402
|
type: import("vue").PropType<boolean>;
|
|
19832
20403
|
default: boolean;
|
|
@@ -19847,11 +20418,6 @@ declare const _default: {
|
|
|
19847
20418
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
19848
20419
|
default: any;
|
|
19849
20420
|
};
|
|
19850
|
-
withConditions: {
|
|
19851
|
-
type: import("vue").PropType<boolean>;
|
|
19852
|
-
required: true;
|
|
19853
|
-
default: boolean;
|
|
19854
|
-
};
|
|
19855
20421
|
}>> & {
|
|
19856
20422
|
onCopyToClipboard?: () => any;
|
|
19857
20423
|
onClear?: () => any;
|
|
@@ -19862,7 +20428,7 @@ declare const _default: {
|
|
|
19862
20428
|
onOnsearch?: (value: string) => any;
|
|
19863
20429
|
onOpened?: () => any;
|
|
19864
20430
|
onClosed?: () => any;
|
|
19865
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "
|
|
20431
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "withConditions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
19866
20432
|
$attrs: {
|
|
19867
20433
|
[x: string]: unknown;
|
|
19868
20434
|
};
|
|
@@ -19920,6 +20486,17 @@ declare const _default: {
|
|
|
19920
20486
|
loading: {
|
|
19921
20487
|
type: import("vue").PropType<boolean>;
|
|
19922
20488
|
};
|
|
20489
|
+
skidding: {
|
|
20490
|
+
type: import("vue").PropType<number>;
|
|
20491
|
+
default: number;
|
|
20492
|
+
};
|
|
20493
|
+
isOpen: {
|
|
20494
|
+
type: import("vue").PropType<boolean>;
|
|
20495
|
+
};
|
|
20496
|
+
modelValue: {
|
|
20497
|
+
type: import("vue").PropType<unknown>;
|
|
20498
|
+
default: any;
|
|
20499
|
+
};
|
|
19923
20500
|
selected: {
|
|
19924
20501
|
type: import("vue").PropType<unknown>;
|
|
19925
20502
|
default: any;
|
|
@@ -19932,10 +20509,6 @@ declare const _default: {
|
|
|
19932
20509
|
type: import("vue").PropType<() => void>;
|
|
19933
20510
|
default: () => true;
|
|
19934
20511
|
};
|
|
19935
|
-
modelValue: {
|
|
19936
|
-
type: import("vue").PropType<unknown>;
|
|
19937
|
-
default: any;
|
|
19938
|
-
};
|
|
19939
20512
|
placeholder: {
|
|
19940
20513
|
type: import("vue").PropType<string>;
|
|
19941
20514
|
default: string;
|
|
@@ -19944,9 +20517,6 @@ declare const _default: {
|
|
|
19944
20517
|
type: import("vue").PropType<boolean>;
|
|
19945
20518
|
default: boolean;
|
|
19946
20519
|
};
|
|
19947
|
-
isOpen: {
|
|
19948
|
-
type: import("vue").PropType<boolean>;
|
|
19949
|
-
};
|
|
19950
20520
|
showSelectAll: {
|
|
19951
20521
|
type: import("vue").PropType<boolean>;
|
|
19952
20522
|
default: boolean;
|
|
@@ -19971,10 +20541,6 @@ declare const _default: {
|
|
|
19971
20541
|
type: import("vue").PropType<boolean>;
|
|
19972
20542
|
default: boolean;
|
|
19973
20543
|
};
|
|
19974
|
-
skidding: {
|
|
19975
|
-
type: import("vue").PropType<number>;
|
|
19976
|
-
default: number;
|
|
19977
|
-
};
|
|
19978
20544
|
triggerLabel: {
|
|
19979
20545
|
type: import("vue").PropType<string>;
|
|
19980
20546
|
default: string;
|
|
@@ -20051,6 +20617,10 @@ declare const _default: {
|
|
|
20051
20617
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20052
20618
|
default: any;
|
|
20053
20619
|
};
|
|
20620
|
+
optionFlagKey: {
|
|
20621
|
+
type: import("vue").PropType<string>;
|
|
20622
|
+
default: any;
|
|
20623
|
+
};
|
|
20054
20624
|
valueToCopy: {
|
|
20055
20625
|
type: import("vue").PropType<string>;
|
|
20056
20626
|
default: any;
|
|
@@ -20071,6 +20641,15 @@ declare const _default: {
|
|
|
20071
20641
|
type: import("vue").PropType<boolean>;
|
|
20072
20642
|
default: boolean;
|
|
20073
20643
|
};
|
|
20644
|
+
comparingKey: {
|
|
20645
|
+
type: import("vue").PropType<string>;
|
|
20646
|
+
default: any;
|
|
20647
|
+
};
|
|
20648
|
+
withConditions: {
|
|
20649
|
+
type: import("vue").PropType<boolean>;
|
|
20650
|
+
required: true;
|
|
20651
|
+
default: boolean;
|
|
20652
|
+
};
|
|
20074
20653
|
fullWidth: {
|
|
20075
20654
|
type: import("vue").PropType<boolean>;
|
|
20076
20655
|
default: boolean;
|
|
@@ -20088,13 +20667,8 @@ declare const _default: {
|
|
|
20088
20667
|
default: boolean;
|
|
20089
20668
|
};
|
|
20090
20669
|
overrideOptionCountCalculation: {
|
|
20091
|
-
type: import("vue").PropType<(option: unknown) => number>;
|
|
20092
|
-
default: any;
|
|
20093
|
-
};
|
|
20094
|
-
withConditions: {
|
|
20095
|
-
type: import("vue").PropType<boolean>;
|
|
20096
|
-
required: true;
|
|
20097
|
-
default: boolean;
|
|
20670
|
+
type: import("vue").PropType<(option: unknown) => number>;
|
|
20671
|
+
default: any;
|
|
20098
20672
|
};
|
|
20099
20673
|
}>> & {
|
|
20100
20674
|
onCopyToClipboard?: () => any;
|
|
@@ -20130,9 +20704,10 @@ declare const _default: {
|
|
|
20130
20704
|
size: "small" | "medium" | "large";
|
|
20131
20705
|
flip: boolean;
|
|
20132
20706
|
mandatory: boolean;
|
|
20707
|
+
skidding: number;
|
|
20708
|
+
modelValue: any;
|
|
20133
20709
|
selected: any;
|
|
20134
20710
|
onClear: () => void;
|
|
20135
|
-
modelValue: any;
|
|
20136
20711
|
placeholder: string;
|
|
20137
20712
|
multi: boolean;
|
|
20138
20713
|
showSelectAll: boolean;
|
|
@@ -20141,7 +20716,6 @@ declare const _default: {
|
|
|
20141
20716
|
autoSize: boolean;
|
|
20142
20717
|
disableKeyboardEvents: boolean;
|
|
20143
20718
|
isOnTop: boolean;
|
|
20144
|
-
skidding: number;
|
|
20145
20719
|
triggerLabel: string;
|
|
20146
20720
|
triggerHelperText: string;
|
|
20147
20721
|
triggerFeedbackText: string;
|
|
@@ -20160,17 +20734,19 @@ declare const _default: {
|
|
|
20160
20734
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20161
20735
|
optionEndIconKey: string;
|
|
20162
20736
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20737
|
+
optionFlagKey: string;
|
|
20163
20738
|
valueToCopy: string;
|
|
20164
20739
|
disabledOptionKey: string;
|
|
20165
20740
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20166
20741
|
optionTwoLinesKey: string;
|
|
20167
20742
|
groupedOptions: boolean;
|
|
20743
|
+
comparingKey: string;
|
|
20744
|
+
withConditions: boolean;
|
|
20168
20745
|
fullWidth: boolean;
|
|
20169
20746
|
optionsListWidth: string;
|
|
20170
20747
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20171
20748
|
disableVirtualScroll: boolean;
|
|
20172
20749
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
20173
|
-
withConditions: boolean;
|
|
20174
20750
|
}, {}, string> & {
|
|
20175
20751
|
beforeCreate?: (() => void) | (() => void)[];
|
|
20176
20752
|
created?: (() => void) | (() => void)[];
|
|
@@ -20235,6 +20811,17 @@ declare const _default: {
|
|
|
20235
20811
|
loading: {
|
|
20236
20812
|
type: import("vue").PropType<boolean>;
|
|
20237
20813
|
};
|
|
20814
|
+
skidding: {
|
|
20815
|
+
type: import("vue").PropType<number>;
|
|
20816
|
+
default: number;
|
|
20817
|
+
};
|
|
20818
|
+
isOpen: {
|
|
20819
|
+
type: import("vue").PropType<boolean>;
|
|
20820
|
+
};
|
|
20821
|
+
modelValue: {
|
|
20822
|
+
type: import("vue").PropType<unknown>;
|
|
20823
|
+
default: any;
|
|
20824
|
+
};
|
|
20238
20825
|
selected: {
|
|
20239
20826
|
type: import("vue").PropType<unknown>;
|
|
20240
20827
|
default: any;
|
|
@@ -20247,10 +20834,6 @@ declare const _default: {
|
|
|
20247
20834
|
type: import("vue").PropType<() => void>;
|
|
20248
20835
|
default: () => true;
|
|
20249
20836
|
};
|
|
20250
|
-
modelValue: {
|
|
20251
|
-
type: import("vue").PropType<unknown>;
|
|
20252
|
-
default: any;
|
|
20253
|
-
};
|
|
20254
20837
|
placeholder: {
|
|
20255
20838
|
type: import("vue").PropType<string>;
|
|
20256
20839
|
default: string;
|
|
@@ -20259,9 +20842,6 @@ declare const _default: {
|
|
|
20259
20842
|
type: import("vue").PropType<boolean>;
|
|
20260
20843
|
default: boolean;
|
|
20261
20844
|
};
|
|
20262
|
-
isOpen: {
|
|
20263
|
-
type: import("vue").PropType<boolean>;
|
|
20264
|
-
};
|
|
20265
20845
|
showSelectAll: {
|
|
20266
20846
|
type: import("vue").PropType<boolean>;
|
|
20267
20847
|
default: boolean;
|
|
@@ -20286,10 +20866,6 @@ declare const _default: {
|
|
|
20286
20866
|
type: import("vue").PropType<boolean>;
|
|
20287
20867
|
default: boolean;
|
|
20288
20868
|
};
|
|
20289
|
-
skidding: {
|
|
20290
|
-
type: import("vue").PropType<number>;
|
|
20291
|
-
default: number;
|
|
20292
|
-
};
|
|
20293
20869
|
triggerLabel: {
|
|
20294
20870
|
type: import("vue").PropType<string>;
|
|
20295
20871
|
default: string;
|
|
@@ -20366,6 +20942,10 @@ declare const _default: {
|
|
|
20366
20942
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20367
20943
|
default: any;
|
|
20368
20944
|
};
|
|
20945
|
+
optionFlagKey: {
|
|
20946
|
+
type: import("vue").PropType<string>;
|
|
20947
|
+
default: any;
|
|
20948
|
+
};
|
|
20369
20949
|
valueToCopy: {
|
|
20370
20950
|
type: import("vue").PropType<string>;
|
|
20371
20951
|
default: any;
|
|
@@ -20386,6 +20966,15 @@ declare const _default: {
|
|
|
20386
20966
|
type: import("vue").PropType<boolean>;
|
|
20387
20967
|
default: boolean;
|
|
20388
20968
|
};
|
|
20969
|
+
comparingKey: {
|
|
20970
|
+
type: import("vue").PropType<string>;
|
|
20971
|
+
default: any;
|
|
20972
|
+
};
|
|
20973
|
+
withConditions: {
|
|
20974
|
+
type: import("vue").PropType<boolean>;
|
|
20975
|
+
required: true;
|
|
20976
|
+
default: boolean;
|
|
20977
|
+
};
|
|
20389
20978
|
fullWidth: {
|
|
20390
20979
|
type: import("vue").PropType<boolean>;
|
|
20391
20980
|
default: boolean;
|
|
@@ -20406,11 +20995,6 @@ declare const _default: {
|
|
|
20406
20995
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20407
20996
|
default: any;
|
|
20408
20997
|
};
|
|
20409
|
-
withConditions: {
|
|
20410
|
-
type: import("vue").PropType<boolean>;
|
|
20411
|
-
required: true;
|
|
20412
|
-
default: boolean;
|
|
20413
|
-
};
|
|
20414
20998
|
}>> & {
|
|
20415
20999
|
onCopyToClipboard?: () => any;
|
|
20416
21000
|
onClear?: () => any;
|
|
@@ -20472,6 +21056,17 @@ declare const _default: {
|
|
|
20472
21056
|
loading: {
|
|
20473
21057
|
type: import("vue").PropType<boolean>;
|
|
20474
21058
|
};
|
|
21059
|
+
skidding: {
|
|
21060
|
+
type: import("vue").PropType<number>;
|
|
21061
|
+
default: number;
|
|
21062
|
+
};
|
|
21063
|
+
isOpen: {
|
|
21064
|
+
type: import("vue").PropType<boolean>;
|
|
21065
|
+
};
|
|
21066
|
+
modelValue: {
|
|
21067
|
+
type: import("vue").PropType<unknown>;
|
|
21068
|
+
default: any;
|
|
21069
|
+
};
|
|
20475
21070
|
selected: {
|
|
20476
21071
|
type: import("vue").PropType<unknown>;
|
|
20477
21072
|
default: any;
|
|
@@ -20484,10 +21079,6 @@ declare const _default: {
|
|
|
20484
21079
|
type: import("vue").PropType<() => void>;
|
|
20485
21080
|
default: () => true;
|
|
20486
21081
|
};
|
|
20487
|
-
modelValue: {
|
|
20488
|
-
type: import("vue").PropType<unknown>;
|
|
20489
|
-
default: any;
|
|
20490
|
-
};
|
|
20491
21082
|
placeholder: {
|
|
20492
21083
|
type: import("vue").PropType<string>;
|
|
20493
21084
|
default: string;
|
|
@@ -20496,9 +21087,6 @@ declare const _default: {
|
|
|
20496
21087
|
type: import("vue").PropType<boolean>;
|
|
20497
21088
|
default: boolean;
|
|
20498
21089
|
};
|
|
20499
|
-
isOpen: {
|
|
20500
|
-
type: import("vue").PropType<boolean>;
|
|
20501
|
-
};
|
|
20502
21090
|
showSelectAll: {
|
|
20503
21091
|
type: import("vue").PropType<boolean>;
|
|
20504
21092
|
default: boolean;
|
|
@@ -20523,10 +21111,6 @@ declare const _default: {
|
|
|
20523
21111
|
type: import("vue").PropType<boolean>;
|
|
20524
21112
|
default: boolean;
|
|
20525
21113
|
};
|
|
20526
|
-
skidding: {
|
|
20527
|
-
type: import("vue").PropType<number>;
|
|
20528
|
-
default: number;
|
|
20529
|
-
};
|
|
20530
21114
|
triggerLabel: {
|
|
20531
21115
|
type: import("vue").PropType<string>;
|
|
20532
21116
|
default: string;
|
|
@@ -20603,6 +21187,10 @@ declare const _default: {
|
|
|
20603
21187
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20604
21188
|
default: any;
|
|
20605
21189
|
};
|
|
21190
|
+
optionFlagKey: {
|
|
21191
|
+
type: import("vue").PropType<string>;
|
|
21192
|
+
default: any;
|
|
21193
|
+
};
|
|
20606
21194
|
valueToCopy: {
|
|
20607
21195
|
type: import("vue").PropType<string>;
|
|
20608
21196
|
default: any;
|
|
@@ -20623,6 +21211,15 @@ declare const _default: {
|
|
|
20623
21211
|
type: import("vue").PropType<boolean>;
|
|
20624
21212
|
default: boolean;
|
|
20625
21213
|
};
|
|
21214
|
+
comparingKey: {
|
|
21215
|
+
type: import("vue").PropType<string>;
|
|
21216
|
+
default: any;
|
|
21217
|
+
};
|
|
21218
|
+
withConditions: {
|
|
21219
|
+
type: import("vue").PropType<boolean>;
|
|
21220
|
+
required: true;
|
|
21221
|
+
default: boolean;
|
|
21222
|
+
};
|
|
20626
21223
|
fullWidth: {
|
|
20627
21224
|
type: import("vue").PropType<boolean>;
|
|
20628
21225
|
default: boolean;
|
|
@@ -20643,11 +21240,6 @@ declare const _default: {
|
|
|
20643
21240
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20644
21241
|
default: any;
|
|
20645
21242
|
};
|
|
20646
|
-
withConditions: {
|
|
20647
|
-
type: import("vue").PropType<boolean>;
|
|
20648
|
-
required: true;
|
|
20649
|
-
default: boolean;
|
|
20650
|
-
};
|
|
20651
21243
|
}>> & {
|
|
20652
21244
|
onCopyToClipboard?: () => any;
|
|
20653
21245
|
onClear?: () => any;
|
|
@@ -20682,9 +21274,10 @@ declare const _default: {
|
|
|
20682
21274
|
size: "small" | "medium" | "large";
|
|
20683
21275
|
flip: boolean;
|
|
20684
21276
|
mandatory: boolean;
|
|
21277
|
+
skidding: number;
|
|
21278
|
+
modelValue: any;
|
|
20685
21279
|
selected: any;
|
|
20686
21280
|
onClear: () => void;
|
|
20687
|
-
modelValue: any;
|
|
20688
21281
|
placeholder: string;
|
|
20689
21282
|
multi: boolean;
|
|
20690
21283
|
showSelectAll: boolean;
|
|
@@ -20693,7 +21286,6 @@ declare const _default: {
|
|
|
20693
21286
|
autoSize: boolean;
|
|
20694
21287
|
disableKeyboardEvents: boolean;
|
|
20695
21288
|
isOnTop: boolean;
|
|
20696
|
-
skidding: number;
|
|
20697
21289
|
triggerLabel: string;
|
|
20698
21290
|
triggerHelperText: string;
|
|
20699
21291
|
triggerFeedbackText: string;
|
|
@@ -20712,17 +21304,19 @@ declare const _default: {
|
|
|
20712
21304
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20713
21305
|
optionEndIconKey: string;
|
|
20714
21306
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21307
|
+
optionFlagKey: string;
|
|
20715
21308
|
valueToCopy: string;
|
|
20716
21309
|
disabledOptionKey: string;
|
|
20717
21310
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20718
21311
|
optionTwoLinesKey: string;
|
|
20719
21312
|
groupedOptions: boolean;
|
|
21313
|
+
comparingKey: string;
|
|
21314
|
+
withConditions: boolean;
|
|
20720
21315
|
fullWidth: boolean;
|
|
20721
21316
|
optionsListWidth: string;
|
|
20722
21317
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20723
21318
|
disableVirtualScroll: boolean;
|
|
20724
21319
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
20725
|
-
withConditions: boolean;
|
|
20726
21320
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
20727
21321
|
$slots: {
|
|
20728
21322
|
label?(_: {}): any;
|
|
@@ -20751,11 +21345,13 @@ declare const _default: {
|
|
|
20751
21345
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20752
21346
|
optionAndIconKey: string;
|
|
20753
21347
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21348
|
+
optionFlagKey: string;
|
|
20754
21349
|
feedbackVariant: "success" | "warning" | "error";
|
|
20755
21350
|
valueToCopy: string;
|
|
20756
21351
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20757
21352
|
size: "small" | "medium" | "large";
|
|
20758
21353
|
showAllSelectedText: boolean;
|
|
21354
|
+
allSelected: boolean;
|
|
20759
21355
|
onKeydown: (event: any) => void;
|
|
20760
21356
|
onClick: () => void;
|
|
20761
21357
|
};
|
|
@@ -20884,6 +21480,9 @@ declare const _default: {
|
|
|
20884
21480
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20885
21481
|
default: string;
|
|
20886
21482
|
};
|
|
21483
|
+
isOpen: {
|
|
21484
|
+
type: import("vue").PropType<boolean>;
|
|
21485
|
+
};
|
|
20887
21486
|
selected: {
|
|
20888
21487
|
type: import("vue").PropType<unknown[]>;
|
|
20889
21488
|
default: any;
|
|
@@ -20896,9 +21495,6 @@ declare const _default: {
|
|
|
20896
21495
|
type: import("vue").PropType<string>;
|
|
20897
21496
|
default: string;
|
|
20898
21497
|
};
|
|
20899
|
-
isOpen: {
|
|
20900
|
-
type: import("vue").PropType<boolean>;
|
|
20901
|
-
};
|
|
20902
21498
|
inlineSearchPlaceholder: {
|
|
20903
21499
|
type: import("vue").PropType<string>;
|
|
20904
21500
|
default: string;
|
|
@@ -20977,6 +21573,9 @@ declare const _default: {
|
|
|
20977
21573
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20978
21574
|
default: string;
|
|
20979
21575
|
};
|
|
21576
|
+
isOpen: {
|
|
21577
|
+
type: import("vue").PropType<boolean>;
|
|
21578
|
+
};
|
|
20980
21579
|
selected: {
|
|
20981
21580
|
type: import("vue").PropType<unknown[]>;
|
|
20982
21581
|
default: any;
|
|
@@ -20989,9 +21588,6 @@ declare const _default: {
|
|
|
20989
21588
|
type: import("vue").PropType<string>;
|
|
20990
21589
|
default: string;
|
|
20991
21590
|
};
|
|
20992
|
-
isOpen: {
|
|
20993
|
-
type: import("vue").PropType<boolean>;
|
|
20994
|
-
};
|
|
20995
21591
|
inlineSearchPlaceholder: {
|
|
20996
21592
|
type: import("vue").PropType<string>;
|
|
20997
21593
|
default: string;
|
|
@@ -21094,6 +21690,9 @@ declare const _default: {
|
|
|
21094
21690
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21095
21691
|
default: string;
|
|
21096
21692
|
};
|
|
21693
|
+
isOpen: {
|
|
21694
|
+
type: import("vue").PropType<boolean>;
|
|
21695
|
+
};
|
|
21097
21696
|
selected: {
|
|
21098
21697
|
type: import("vue").PropType<unknown[]>;
|
|
21099
21698
|
default: any;
|
|
@@ -21106,9 +21705,6 @@ declare const _default: {
|
|
|
21106
21705
|
type: import("vue").PropType<string>;
|
|
21107
21706
|
default: string;
|
|
21108
21707
|
};
|
|
21109
|
-
isOpen: {
|
|
21110
|
-
type: import("vue").PropType<boolean>;
|
|
21111
|
-
};
|
|
21112
21708
|
inlineSearchPlaceholder: {
|
|
21113
21709
|
type: import("vue").PropType<string>;
|
|
21114
21710
|
default: string;
|
|
@@ -21177,6 +21773,9 @@ declare const _default: {
|
|
|
21177
21773
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21178
21774
|
default: string;
|
|
21179
21775
|
};
|
|
21776
|
+
isOpen: {
|
|
21777
|
+
type: import("vue").PropType<boolean>;
|
|
21778
|
+
};
|
|
21180
21779
|
selected: {
|
|
21181
21780
|
type: import("vue").PropType<unknown[]>;
|
|
21182
21781
|
default: any;
|
|
@@ -21189,9 +21788,6 @@ declare const _default: {
|
|
|
21189
21788
|
type: import("vue").PropType<string>;
|
|
21190
21789
|
default: string;
|
|
21191
21790
|
};
|
|
21192
|
-
isOpen: {
|
|
21193
|
-
type: import("vue").PropType<boolean>;
|
|
21194
|
-
};
|
|
21195
21791
|
inlineSearchPlaceholder: {
|
|
21196
21792
|
type: import("vue").PropType<string>;
|
|
21197
21793
|
default: string;
|
|
@@ -21275,6 +21871,7 @@ declare const _default: {
|
|
|
21275
21871
|
disabled: boolean;
|
|
21276
21872
|
active: boolean;
|
|
21277
21873
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21874
|
+
optionFlagKey: string;
|
|
21278
21875
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21279
21876
|
optionTwoLinesKey: string;
|
|
21280
21877
|
isIndeterminate: boolean;
|
|
@@ -21307,6 +21904,10 @@ declare const _default: {
|
|
|
21307
21904
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21308
21905
|
default: string;
|
|
21309
21906
|
};
|
|
21907
|
+
optionFlagKey: {
|
|
21908
|
+
type: import("vue").PropType<string>;
|
|
21909
|
+
default: any;
|
|
21910
|
+
};
|
|
21310
21911
|
optionTwoLinesVariant: {
|
|
21311
21912
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
21312
21913
|
default: any;
|
|
@@ -21372,7 +21973,7 @@ declare const _default: {
|
|
|
21372
21973
|
};
|
|
21373
21974
|
}>> & {
|
|
21374
21975
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
21375
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
21976
|
+
} & 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">;
|
|
21376
21977
|
$attrs: {
|
|
21377
21978
|
[x: string]: unknown;
|
|
21378
21979
|
};
|
|
@@ -21403,6 +22004,10 @@ declare const _default: {
|
|
|
21403
22004
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21404
22005
|
default: string;
|
|
21405
22006
|
};
|
|
22007
|
+
optionFlagKey: {
|
|
22008
|
+
type: import("vue").PropType<string>;
|
|
22009
|
+
default: any;
|
|
22010
|
+
};
|
|
21406
22011
|
optionTwoLinesVariant: {
|
|
21407
22012
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
21408
22013
|
default: any;
|
|
@@ -21475,6 +22080,7 @@ declare const _default: {
|
|
|
21475
22080
|
disabled: boolean;
|
|
21476
22081
|
active: boolean;
|
|
21477
22082
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22083
|
+
optionFlagKey: string;
|
|
21478
22084
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21479
22085
|
optionTwoLinesKey: string;
|
|
21480
22086
|
isIndeterminate: boolean;
|
|
@@ -21527,6 +22133,10 @@ declare const _default: {
|
|
|
21527
22133
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21528
22134
|
default: string;
|
|
21529
22135
|
};
|
|
22136
|
+
optionFlagKey: {
|
|
22137
|
+
type: import("vue").PropType<string>;
|
|
22138
|
+
default: any;
|
|
22139
|
+
};
|
|
21530
22140
|
optionTwoLinesVariant: {
|
|
21531
22141
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
21532
22142
|
default: any;
|
|
@@ -21613,6 +22223,10 @@ declare const _default: {
|
|
|
21613
22223
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21614
22224
|
default: string;
|
|
21615
22225
|
};
|
|
22226
|
+
optionFlagKey: {
|
|
22227
|
+
type: import("vue").PropType<string>;
|
|
22228
|
+
default: any;
|
|
22229
|
+
};
|
|
21616
22230
|
optionTwoLinesVariant: {
|
|
21617
22231
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
21618
22232
|
default: any;
|
|
@@ -21685,6 +22299,7 @@ declare const _default: {
|
|
|
21685
22299
|
disabled: boolean;
|
|
21686
22300
|
active: boolean;
|
|
21687
22301
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22302
|
+
optionFlagKey: string;
|
|
21688
22303
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21689
22304
|
optionTwoLinesKey: string;
|
|
21690
22305
|
isIndeterminate: boolean;
|
|
@@ -21703,6 +22318,7 @@ declare const _default: {
|
|
|
21703
22318
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21704
22319
|
$slots: {
|
|
21705
22320
|
image?(_: {}): any;
|
|
22321
|
+
flag?(_: {}): any;
|
|
21706
22322
|
"icon-start"?(_: {}): any;
|
|
21707
22323
|
default?(_: {}): any;
|
|
21708
22324
|
"icon-end"?(_: {}): any;
|
|
@@ -21740,6 +22356,9 @@ declare const _default: {
|
|
|
21740
22356
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21741
22357
|
default: string;
|
|
21742
22358
|
};
|
|
22359
|
+
isOpen: {
|
|
22360
|
+
type: import("vue").PropType<boolean>;
|
|
22361
|
+
};
|
|
21743
22362
|
selected: {
|
|
21744
22363
|
type: import("vue").PropType<unknown[]>;
|
|
21745
22364
|
default: any;
|
|
@@ -21752,9 +22371,6 @@ declare const _default: {
|
|
|
21752
22371
|
type: import("vue").PropType<string>;
|
|
21753
22372
|
default: string;
|
|
21754
22373
|
};
|
|
21755
|
-
isOpen: {
|
|
21756
|
-
type: import("vue").PropType<boolean>;
|
|
21757
|
-
};
|
|
21758
22374
|
inlineSearchPlaceholder: {
|
|
21759
22375
|
type: import("vue").PropType<string>;
|
|
21760
22376
|
default: string;
|
|
@@ -21833,6 +22449,9 @@ declare const _default: {
|
|
|
21833
22449
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21834
22450
|
default: string;
|
|
21835
22451
|
};
|
|
22452
|
+
isOpen: {
|
|
22453
|
+
type: import("vue").PropType<boolean>;
|
|
22454
|
+
};
|
|
21836
22455
|
selected: {
|
|
21837
22456
|
type: import("vue").PropType<unknown[]>;
|
|
21838
22457
|
default: any;
|
|
@@ -21845,9 +22464,6 @@ declare const _default: {
|
|
|
21845
22464
|
type: import("vue").PropType<string>;
|
|
21846
22465
|
default: string;
|
|
21847
22466
|
};
|
|
21848
|
-
isOpen: {
|
|
21849
|
-
type: import("vue").PropType<boolean>;
|
|
21850
|
-
};
|
|
21851
22467
|
inlineSearchPlaceholder: {
|
|
21852
22468
|
type: import("vue").PropType<string>;
|
|
21853
22469
|
default: string;
|
|
@@ -21950,6 +22566,9 @@ declare const _default: {
|
|
|
21950
22566
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21951
22567
|
default: string;
|
|
21952
22568
|
};
|
|
22569
|
+
isOpen: {
|
|
22570
|
+
type: import("vue").PropType<boolean>;
|
|
22571
|
+
};
|
|
21953
22572
|
selected: {
|
|
21954
22573
|
type: import("vue").PropType<unknown[]>;
|
|
21955
22574
|
default: any;
|
|
@@ -21962,9 +22581,6 @@ declare const _default: {
|
|
|
21962
22581
|
type: import("vue").PropType<string>;
|
|
21963
22582
|
default: string;
|
|
21964
22583
|
};
|
|
21965
|
-
isOpen: {
|
|
21966
|
-
type: import("vue").PropType<boolean>;
|
|
21967
|
-
};
|
|
21968
22584
|
inlineSearchPlaceholder: {
|
|
21969
22585
|
type: import("vue").PropType<string>;
|
|
21970
22586
|
default: string;
|
|
@@ -22033,6 +22649,9 @@ declare const _default: {
|
|
|
22033
22649
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
22034
22650
|
default: string;
|
|
22035
22651
|
};
|
|
22652
|
+
isOpen: {
|
|
22653
|
+
type: import("vue").PropType<boolean>;
|
|
22654
|
+
};
|
|
22036
22655
|
selected: {
|
|
22037
22656
|
type: import("vue").PropType<unknown[]>;
|
|
22038
22657
|
default: any;
|
|
@@ -22045,9 +22664,6 @@ declare const _default: {
|
|
|
22045
22664
|
type: import("vue").PropType<string>;
|
|
22046
22665
|
default: string;
|
|
22047
22666
|
};
|
|
22048
|
-
isOpen: {
|
|
22049
|
-
type: import("vue").PropType<boolean>;
|
|
22050
|
-
};
|
|
22051
22667
|
inlineSearchPlaceholder: {
|
|
22052
22668
|
type: import("vue").PropType<string>;
|
|
22053
22669
|
default: string;
|
|
@@ -22682,19 +23298,143 @@ declare const _default: {
|
|
|
22682
23298
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
22683
23299
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
22684
23300
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
22685
|
-
variant: {
|
|
22686
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
23301
|
+
variant: {
|
|
23302
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
23303
|
+
default: string;
|
|
23304
|
+
};
|
|
23305
|
+
color: {
|
|
23306
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
23307
|
+
default: string;
|
|
23308
|
+
};
|
|
23309
|
+
size: {
|
|
23310
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
23311
|
+
default: string;
|
|
23312
|
+
};
|
|
23313
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "color" | "size">;
|
|
23314
|
+
$attrs: {
|
|
23315
|
+
[x: string]: unknown;
|
|
23316
|
+
};
|
|
23317
|
+
$refs: {
|
|
23318
|
+
[x: string]: unknown;
|
|
23319
|
+
};
|
|
23320
|
+
$slots: Readonly<{
|
|
23321
|
+
[name: string]: import("vue").Slot;
|
|
23322
|
+
}>;
|
|
23323
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23324
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23325
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
23326
|
+
$el: any;
|
|
23327
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23328
|
+
variant: {
|
|
23329
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
23330
|
+
default: string;
|
|
23331
|
+
};
|
|
23332
|
+
color: {
|
|
23333
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
23334
|
+
default: string;
|
|
23335
|
+
};
|
|
23336
|
+
size: {
|
|
23337
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
23338
|
+
default: string;
|
|
23339
|
+
};
|
|
23340
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
23341
|
+
variant: "text" | "contained" | "outlined";
|
|
23342
|
+
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
23343
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
23344
|
+
}, {}, string> & {
|
|
23345
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
23346
|
+
created?: (() => void) | (() => void)[];
|
|
23347
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
23348
|
+
mounted?: (() => void) | (() => void)[];
|
|
23349
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
23350
|
+
updated?: (() => void) | (() => void)[];
|
|
23351
|
+
activated?: (() => void) | (() => void)[];
|
|
23352
|
+
deactivated?: (() => void) | (() => void)[];
|
|
23353
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
23354
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
23355
|
+
destroyed?: (() => void) | (() => void)[];
|
|
23356
|
+
unmounted?: (() => void) | (() => void)[];
|
|
23357
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23358
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23359
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
23360
|
+
};
|
|
23361
|
+
$forceUpdate: () => void;
|
|
23362
|
+
$nextTick: typeof import("vue").nextTick;
|
|
23363
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
23364
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
23365
|
+
variant: {
|
|
23366
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
23367
|
+
default: string;
|
|
23368
|
+
};
|
|
23369
|
+
color: {
|
|
23370
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
23371
|
+
default: string;
|
|
23372
|
+
};
|
|
23373
|
+
size: {
|
|
23374
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
23375
|
+
default: string;
|
|
23376
|
+
};
|
|
23377
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23378
|
+
__isFragment?: never;
|
|
23379
|
+
__isTeleport?: never;
|
|
23380
|
+
__isSuspense?: never;
|
|
23381
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23382
|
+
variant: {
|
|
23383
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
23384
|
+
default: string;
|
|
23385
|
+
};
|
|
23386
|
+
color: {
|
|
23387
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
23388
|
+
default: string;
|
|
23389
|
+
};
|
|
23390
|
+
size: {
|
|
23391
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
23392
|
+
default: string;
|
|
23393
|
+
};
|
|
23394
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
23395
|
+
variant: "text" | "contained" | "outlined";
|
|
23396
|
+
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
23397
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
23398
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
23399
|
+
$slots: {
|
|
23400
|
+
default?(_: {}): any;
|
|
23401
|
+
};
|
|
23402
|
+
});
|
|
23403
|
+
ToggleButtonGroupAB: {
|
|
23404
|
+
new (...args: any[]): {
|
|
23405
|
+
$: import("vue").ComponentInternalInstance;
|
|
23406
|
+
$data: {};
|
|
23407
|
+
$props: Partial<{
|
|
23408
|
+
testId: string;
|
|
23409
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23410
|
+
testId: {
|
|
23411
|
+
type: import("vue").PropType<string>;
|
|
22687
23412
|
default: string;
|
|
22688
23413
|
};
|
|
22689
|
-
|
|
22690
|
-
type: import("vue").PropType<"
|
|
22691
|
-
|
|
23414
|
+
modelValue: {
|
|
23415
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23416
|
+
required: true;
|
|
22692
23417
|
};
|
|
22693
|
-
|
|
22694
|
-
type: import("vue").PropType<
|
|
22695
|
-
|
|
23418
|
+
withPopover: {
|
|
23419
|
+
type: import("vue").PropType<boolean>;
|
|
23420
|
+
required: true;
|
|
22696
23421
|
};
|
|
22697
|
-
|
|
23422
|
+
popoverProps: {
|
|
23423
|
+
type: import("vue").PropType<{
|
|
23424
|
+
autoHide?: boolean;
|
|
23425
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23426
|
+
disabled?: boolean;
|
|
23427
|
+
placement?: import("floating-vue").Placement;
|
|
23428
|
+
distance?: number;
|
|
23429
|
+
skidding?: number;
|
|
23430
|
+
testId?: string;
|
|
23431
|
+
popperClass?: string;
|
|
23432
|
+
}>;
|
|
23433
|
+
required: true;
|
|
23434
|
+
};
|
|
23435
|
+
}>> & {
|
|
23436
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23437
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId">;
|
|
22698
23438
|
$attrs: {
|
|
22699
23439
|
[x: string]: unknown;
|
|
22700
23440
|
};
|
|
@@ -22706,25 +23446,40 @@ declare const _default: {
|
|
|
22706
23446
|
}>;
|
|
22707
23447
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
22708
23448
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
22709
|
-
$emit: (event:
|
|
23449
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
22710
23450
|
$el: any;
|
|
22711
23451
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
22712
|
-
|
|
22713
|
-
type: import("vue").PropType<
|
|
23452
|
+
testId: {
|
|
23453
|
+
type: import("vue").PropType<string>;
|
|
22714
23454
|
default: string;
|
|
22715
23455
|
};
|
|
22716
|
-
|
|
22717
|
-
type: import("vue").PropType<"
|
|
22718
|
-
|
|
23456
|
+
modelValue: {
|
|
23457
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23458
|
+
required: true;
|
|
22719
23459
|
};
|
|
22720
|
-
|
|
22721
|
-
type: import("vue").PropType<
|
|
22722
|
-
|
|
23460
|
+
withPopover: {
|
|
23461
|
+
type: import("vue").PropType<boolean>;
|
|
23462
|
+
required: true;
|
|
22723
23463
|
};
|
|
22724
|
-
|
|
22725
|
-
|
|
22726
|
-
|
|
22727
|
-
|
|
23464
|
+
popoverProps: {
|
|
23465
|
+
type: import("vue").PropType<{
|
|
23466
|
+
autoHide?: boolean;
|
|
23467
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23468
|
+
disabled?: boolean;
|
|
23469
|
+
placement?: import("floating-vue").Placement;
|
|
23470
|
+
distance?: number;
|
|
23471
|
+
skidding?: number;
|
|
23472
|
+
testId?: string;
|
|
23473
|
+
popperClass?: string;
|
|
23474
|
+
}>;
|
|
23475
|
+
required: true;
|
|
23476
|
+
};
|
|
23477
|
+
}>> & {
|
|
23478
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23479
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23480
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23481
|
+
}, string, {
|
|
23482
|
+
testId: string;
|
|
22728
23483
|
}, {}, string> & {
|
|
22729
23484
|
beforeCreate?: (() => void) | (() => void)[];
|
|
22730
23485
|
created?: (() => void) | (() => void)[];
|
|
@@ -22746,42 +23501,72 @@ declare const _default: {
|
|
|
22746
23501
|
$nextTick: typeof import("vue").nextTick;
|
|
22747
23502
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
22748
23503
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
22749
|
-
|
|
22750
|
-
type: import("vue").PropType<
|
|
23504
|
+
testId: {
|
|
23505
|
+
type: import("vue").PropType<string>;
|
|
22751
23506
|
default: string;
|
|
22752
23507
|
};
|
|
22753
|
-
|
|
22754
|
-
type: import("vue").PropType<"
|
|
22755
|
-
|
|
23508
|
+
modelValue: {
|
|
23509
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23510
|
+
required: true;
|
|
22756
23511
|
};
|
|
22757
|
-
|
|
22758
|
-
type: import("vue").PropType<
|
|
22759
|
-
|
|
23512
|
+
withPopover: {
|
|
23513
|
+
type: import("vue").PropType<boolean>;
|
|
23514
|
+
required: true;
|
|
22760
23515
|
};
|
|
22761
|
-
|
|
23516
|
+
popoverProps: {
|
|
23517
|
+
type: import("vue").PropType<{
|
|
23518
|
+
autoHide?: boolean;
|
|
23519
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23520
|
+
disabled?: boolean;
|
|
23521
|
+
placement?: import("floating-vue").Placement;
|
|
23522
|
+
distance?: number;
|
|
23523
|
+
skidding?: number;
|
|
23524
|
+
testId?: string;
|
|
23525
|
+
popperClass?: string;
|
|
23526
|
+
}>;
|
|
23527
|
+
required: true;
|
|
23528
|
+
};
|
|
23529
|
+
}>> & {
|
|
23530
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23531
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
22762
23532
|
__isFragment?: never;
|
|
22763
23533
|
__isTeleport?: never;
|
|
22764
23534
|
__isSuspense?: never;
|
|
22765
23535
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
22766
|
-
|
|
22767
|
-
type: import("vue").PropType<
|
|
23536
|
+
testId: {
|
|
23537
|
+
type: import("vue").PropType<string>;
|
|
22768
23538
|
default: string;
|
|
22769
23539
|
};
|
|
22770
|
-
|
|
22771
|
-
type: import("vue").PropType<"
|
|
22772
|
-
|
|
23540
|
+
modelValue: {
|
|
23541
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23542
|
+
required: true;
|
|
22773
23543
|
};
|
|
22774
|
-
|
|
22775
|
-
type: import("vue").PropType<
|
|
22776
|
-
|
|
23544
|
+
withPopover: {
|
|
23545
|
+
type: import("vue").PropType<boolean>;
|
|
23546
|
+
required: true;
|
|
22777
23547
|
};
|
|
22778
|
-
|
|
22779
|
-
|
|
22780
|
-
|
|
22781
|
-
|
|
23548
|
+
popoverProps: {
|
|
23549
|
+
type: import("vue").PropType<{
|
|
23550
|
+
autoHide?: boolean;
|
|
23551
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23552
|
+
disabled?: boolean;
|
|
23553
|
+
placement?: import("floating-vue").Placement;
|
|
23554
|
+
distance?: number;
|
|
23555
|
+
skidding?: number;
|
|
23556
|
+
testId?: string;
|
|
23557
|
+
popperClass?: string;
|
|
23558
|
+
}>;
|
|
23559
|
+
required: true;
|
|
23560
|
+
};
|
|
23561
|
+
}>> & {
|
|
23562
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23563
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23564
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23565
|
+
}, string, {
|
|
23566
|
+
testId: string;
|
|
22782
23567
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
22783
23568
|
$slots: {
|
|
22784
|
-
|
|
23569
|
+
"popover-content"?(_: {}): any;
|
|
22785
23570
|
};
|
|
22786
23571
|
});
|
|
22787
23572
|
ButtonTypes: () => (({
|
|
@@ -23080,6 +23865,174 @@ declare const _default: {
|
|
|
23080
23865
|
$slots: {
|
|
23081
23866
|
default?(_: {}): any;
|
|
23082
23867
|
};
|
|
23868
|
+
})) | ({
|
|
23869
|
+
new (...args: any[]): {
|
|
23870
|
+
$: import("vue").ComponentInternalInstance;
|
|
23871
|
+
$data: {};
|
|
23872
|
+
$props: Partial<{
|
|
23873
|
+
testId: string;
|
|
23874
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23875
|
+
testId: {
|
|
23876
|
+
type: import("vue").PropType<string>;
|
|
23877
|
+
default: string;
|
|
23878
|
+
};
|
|
23879
|
+
modelValue: {
|
|
23880
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23881
|
+
required: true;
|
|
23882
|
+
};
|
|
23883
|
+
withPopover: {
|
|
23884
|
+
type: import("vue").PropType<boolean>;
|
|
23885
|
+
required: true;
|
|
23886
|
+
};
|
|
23887
|
+
popoverProps: {
|
|
23888
|
+
type: import("vue").PropType<{
|
|
23889
|
+
autoHide?: boolean;
|
|
23890
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23891
|
+
disabled?: boolean;
|
|
23892
|
+
placement?: import("floating-vue").Placement;
|
|
23893
|
+
distance?: number;
|
|
23894
|
+
skidding?: number;
|
|
23895
|
+
testId?: string;
|
|
23896
|
+
popperClass?: string;
|
|
23897
|
+
}>;
|
|
23898
|
+
required: true;
|
|
23899
|
+
};
|
|
23900
|
+
}>> & {
|
|
23901
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23902
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId">;
|
|
23903
|
+
$attrs: {
|
|
23904
|
+
[x: string]: unknown;
|
|
23905
|
+
};
|
|
23906
|
+
$refs: {
|
|
23907
|
+
[x: string]: unknown;
|
|
23908
|
+
};
|
|
23909
|
+
$slots: Readonly<{
|
|
23910
|
+
[name: string]: import("vue").Slot;
|
|
23911
|
+
}>;
|
|
23912
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23913
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23914
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
23915
|
+
$el: any;
|
|
23916
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23917
|
+
testId: {
|
|
23918
|
+
type: import("vue").PropType<string>;
|
|
23919
|
+
default: string;
|
|
23920
|
+
};
|
|
23921
|
+
modelValue: {
|
|
23922
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23923
|
+
required: true;
|
|
23924
|
+
};
|
|
23925
|
+
withPopover: {
|
|
23926
|
+
type: import("vue").PropType<boolean>;
|
|
23927
|
+
required: true;
|
|
23928
|
+
};
|
|
23929
|
+
popoverProps: {
|
|
23930
|
+
type: import("vue").PropType<{
|
|
23931
|
+
autoHide?: boolean;
|
|
23932
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23933
|
+
disabled?: boolean;
|
|
23934
|
+
placement?: import("floating-vue").Placement;
|
|
23935
|
+
distance?: number;
|
|
23936
|
+
skidding?: number;
|
|
23937
|
+
testId?: string;
|
|
23938
|
+
popperClass?: string;
|
|
23939
|
+
}>;
|
|
23940
|
+
required: true;
|
|
23941
|
+
};
|
|
23942
|
+
}>> & {
|
|
23943
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23944
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23945
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23946
|
+
}, string, {
|
|
23947
|
+
testId: string;
|
|
23948
|
+
}, {}, string> & {
|
|
23949
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
23950
|
+
created?: (() => void) | (() => void)[];
|
|
23951
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
23952
|
+
mounted?: (() => void) | (() => void)[];
|
|
23953
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
23954
|
+
updated?: (() => void) | (() => void)[];
|
|
23955
|
+
activated?: (() => void) | (() => void)[];
|
|
23956
|
+
deactivated?: (() => void) | (() => void)[];
|
|
23957
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
23958
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
23959
|
+
destroyed?: (() => void) | (() => void)[];
|
|
23960
|
+
unmounted?: (() => void) | (() => void)[];
|
|
23961
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23962
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23963
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
23964
|
+
};
|
|
23965
|
+
$forceUpdate: () => void;
|
|
23966
|
+
$nextTick: typeof import("vue").nextTick;
|
|
23967
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
23968
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
23969
|
+
testId: {
|
|
23970
|
+
type: import("vue").PropType<string>;
|
|
23971
|
+
default: string;
|
|
23972
|
+
};
|
|
23973
|
+
modelValue: {
|
|
23974
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23975
|
+
required: true;
|
|
23976
|
+
};
|
|
23977
|
+
withPopover: {
|
|
23978
|
+
type: import("vue").PropType<boolean>;
|
|
23979
|
+
required: true;
|
|
23980
|
+
};
|
|
23981
|
+
popoverProps: {
|
|
23982
|
+
type: import("vue").PropType<{
|
|
23983
|
+
autoHide?: boolean;
|
|
23984
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23985
|
+
disabled?: boolean;
|
|
23986
|
+
placement?: import("floating-vue").Placement;
|
|
23987
|
+
distance?: number;
|
|
23988
|
+
skidding?: number;
|
|
23989
|
+
testId?: string;
|
|
23990
|
+
popperClass?: string;
|
|
23991
|
+
}>;
|
|
23992
|
+
required: true;
|
|
23993
|
+
};
|
|
23994
|
+
}>> & {
|
|
23995
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23996
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23997
|
+
__isFragment?: never;
|
|
23998
|
+
__isTeleport?: never;
|
|
23999
|
+
__isSuspense?: never;
|
|
24000
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
24001
|
+
testId: {
|
|
24002
|
+
type: import("vue").PropType<string>;
|
|
24003
|
+
default: string;
|
|
24004
|
+
};
|
|
24005
|
+
modelValue: {
|
|
24006
|
+
type: import("vue").PropType<"a" | "b">;
|
|
24007
|
+
required: true;
|
|
24008
|
+
};
|
|
24009
|
+
withPopover: {
|
|
24010
|
+
type: import("vue").PropType<boolean>;
|
|
24011
|
+
required: true;
|
|
24012
|
+
};
|
|
24013
|
+
popoverProps: {
|
|
24014
|
+
type: import("vue").PropType<{
|
|
24015
|
+
autoHide?: boolean;
|
|
24016
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
24017
|
+
disabled?: boolean;
|
|
24018
|
+
placement?: import("floating-vue").Placement;
|
|
24019
|
+
distance?: number;
|
|
24020
|
+
skidding?: number;
|
|
24021
|
+
testId?: string;
|
|
24022
|
+
popperClass?: string;
|
|
24023
|
+
}>;
|
|
24024
|
+
required: true;
|
|
24025
|
+
};
|
|
24026
|
+
}>> & {
|
|
24027
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24028
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24029
|
+
"update:modelValue": (...args: any[]) => void;
|
|
24030
|
+
}, string, {
|
|
24031
|
+
testId: string;
|
|
24032
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
24033
|
+
$slots: {
|
|
24034
|
+
"popover-content"?(_: {}): any;
|
|
24035
|
+
};
|
|
23083
24036
|
})))[];
|
|
23084
24037
|
ScrollButton: import("vue").DefineComponent<{
|
|
23085
24038
|
tooltipText: {
|
|
@@ -23130,14 +24083,14 @@ declare const _default: {
|
|
|
23130
24083
|
type: import("vue").PropType<string>;
|
|
23131
24084
|
default: string;
|
|
23132
24085
|
};
|
|
23133
|
-
options: {
|
|
23134
|
-
type: import("vue").PropType<unknown[]>;
|
|
23135
|
-
required: true;
|
|
23136
|
-
};
|
|
23137
24086
|
modelValue: {
|
|
23138
24087
|
type: import("vue").PropType<unknown>;
|
|
23139
24088
|
required: true;
|
|
23140
24089
|
};
|
|
24090
|
+
options: {
|
|
24091
|
+
type: import("vue").PropType<unknown[]>;
|
|
24092
|
+
required: true;
|
|
24093
|
+
};
|
|
23141
24094
|
iconKey: {
|
|
23142
24095
|
type: import("vue").PropType<string>;
|
|
23143
24096
|
default: string;
|
|
@@ -23149,14 +24102,14 @@ declare const _default: {
|
|
|
23149
24102
|
type: import("vue").PropType<string>;
|
|
23150
24103
|
default: string;
|
|
23151
24104
|
};
|
|
23152
|
-
options: {
|
|
23153
|
-
type: import("vue").PropType<unknown[]>;
|
|
23154
|
-
required: true;
|
|
23155
|
-
};
|
|
23156
24105
|
modelValue: {
|
|
23157
24106
|
type: import("vue").PropType<unknown>;
|
|
23158
24107
|
required: true;
|
|
23159
24108
|
};
|
|
24109
|
+
options: {
|
|
24110
|
+
type: import("vue").PropType<unknown[]>;
|
|
24111
|
+
required: true;
|
|
24112
|
+
};
|
|
23160
24113
|
iconKey: {
|
|
23161
24114
|
type: import("vue").PropType<string>;
|
|
23162
24115
|
default: string;
|
|
@@ -23172,14 +24125,14 @@ declare const _default: {
|
|
|
23172
24125
|
type: import("vue").PropType<string>;
|
|
23173
24126
|
default: string;
|
|
23174
24127
|
};
|
|
23175
|
-
options: {
|
|
23176
|
-
type: import("vue").PropType<unknown[]>;
|
|
23177
|
-
required: true;
|
|
23178
|
-
};
|
|
23179
24128
|
modelValue: {
|
|
23180
24129
|
type: import("vue").PropType<unknown>;
|
|
23181
24130
|
required: true;
|
|
23182
24131
|
};
|
|
24132
|
+
options: {
|
|
24133
|
+
type: import("vue").PropType<unknown[]>;
|
|
24134
|
+
required: true;
|
|
24135
|
+
};
|
|
23183
24136
|
iconKey: {
|
|
23184
24137
|
type: import("vue").PropType<string>;
|
|
23185
24138
|
default: string;
|
|
@@ -23191,14 +24144,14 @@ declare const _default: {
|
|
|
23191
24144
|
type: import("vue").PropType<string>;
|
|
23192
24145
|
default: string;
|
|
23193
24146
|
};
|
|
23194
|
-
options: {
|
|
23195
|
-
type: import("vue").PropType<unknown[]>;
|
|
23196
|
-
required: true;
|
|
23197
|
-
};
|
|
23198
24147
|
modelValue: {
|
|
23199
24148
|
type: import("vue").PropType<unknown>;
|
|
23200
24149
|
required: true;
|
|
23201
24150
|
};
|
|
24151
|
+
options: {
|
|
24152
|
+
type: import("vue").PropType<unknown[]>;
|
|
24153
|
+
required: true;
|
|
24154
|
+
};
|
|
23202
24155
|
iconKey: {
|
|
23203
24156
|
type: import("vue").PropType<string>;
|
|
23204
24157
|
default: string;
|