@ironsource/shared-ui 2.1.9-test.0 → 2.1.9-test.1
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_360883b1_lang.css +1 -0
- 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/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 +2 -2
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +6 -5
- 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 +133 -65
- 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 +1320 -447
- 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;
|
|
@@ -15593,6 +15847,17 @@ declare const _default: {
|
|
|
15593
15847
|
loading: {
|
|
15594
15848
|
type: import("vue").PropType<boolean>;
|
|
15595
15849
|
};
|
|
15850
|
+
skidding: {
|
|
15851
|
+
type: import("vue").PropType<number>;
|
|
15852
|
+
default: number;
|
|
15853
|
+
};
|
|
15854
|
+
isOpen: {
|
|
15855
|
+
type: import("vue").PropType<boolean>;
|
|
15856
|
+
};
|
|
15857
|
+
modelValue: {
|
|
15858
|
+
type: import("vue").PropType<unknown>;
|
|
15859
|
+
default: any;
|
|
15860
|
+
};
|
|
15596
15861
|
selected: {
|
|
15597
15862
|
type: import("vue").PropType<unknown>;
|
|
15598
15863
|
default: any;
|
|
@@ -15605,10 +15870,6 @@ declare const _default: {
|
|
|
15605
15870
|
type: import("vue").PropType<() => void>;
|
|
15606
15871
|
default: () => true;
|
|
15607
15872
|
};
|
|
15608
|
-
modelValue: {
|
|
15609
|
-
type: import("vue").PropType<unknown>;
|
|
15610
|
-
default: any;
|
|
15611
|
-
};
|
|
15612
15873
|
placeholder: {
|
|
15613
15874
|
type: import("vue").PropType<string>;
|
|
15614
15875
|
default: string;
|
|
@@ -15617,9 +15878,6 @@ declare const _default: {
|
|
|
15617
15878
|
type: import("vue").PropType<boolean>;
|
|
15618
15879
|
default: boolean;
|
|
15619
15880
|
};
|
|
15620
|
-
isOpen: {
|
|
15621
|
-
type: import("vue").PropType<boolean>;
|
|
15622
|
-
};
|
|
15623
15881
|
showSelectAll: {
|
|
15624
15882
|
type: import("vue").PropType<boolean>;
|
|
15625
15883
|
default: boolean;
|
|
@@ -15644,10 +15902,6 @@ declare const _default: {
|
|
|
15644
15902
|
type: import("vue").PropType<boolean>;
|
|
15645
15903
|
default: boolean;
|
|
15646
15904
|
};
|
|
15647
|
-
skidding: {
|
|
15648
|
-
type: import("vue").PropType<number>;
|
|
15649
|
-
default: number;
|
|
15650
|
-
};
|
|
15651
15905
|
triggerLabel: {
|
|
15652
15906
|
type: import("vue").PropType<string>;
|
|
15653
15907
|
default: string;
|
|
@@ -15779,7 +16033,7 @@ declare const _default: {
|
|
|
15779
16033
|
onOnsearch?: (value: string) => any;
|
|
15780
16034
|
onOpened?: () => any;
|
|
15781
16035
|
onClosed?: () => any;
|
|
15782
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "
|
|
16036
|
+
} & 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" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
15783
16037
|
$attrs: {
|
|
15784
16038
|
[x: string]: unknown;
|
|
15785
16039
|
};
|
|
@@ -15837,6 +16091,17 @@ declare const _default: {
|
|
|
15837
16091
|
loading: {
|
|
15838
16092
|
type: import("vue").PropType<boolean>;
|
|
15839
16093
|
};
|
|
16094
|
+
skidding: {
|
|
16095
|
+
type: import("vue").PropType<number>;
|
|
16096
|
+
default: number;
|
|
16097
|
+
};
|
|
16098
|
+
isOpen: {
|
|
16099
|
+
type: import("vue").PropType<boolean>;
|
|
16100
|
+
};
|
|
16101
|
+
modelValue: {
|
|
16102
|
+
type: import("vue").PropType<unknown>;
|
|
16103
|
+
default: any;
|
|
16104
|
+
};
|
|
15840
16105
|
selected: {
|
|
15841
16106
|
type: import("vue").PropType<unknown>;
|
|
15842
16107
|
default: any;
|
|
@@ -15849,10 +16114,6 @@ declare const _default: {
|
|
|
15849
16114
|
type: import("vue").PropType<() => void>;
|
|
15850
16115
|
default: () => true;
|
|
15851
16116
|
};
|
|
15852
|
-
modelValue: {
|
|
15853
|
-
type: import("vue").PropType<unknown>;
|
|
15854
|
-
default: any;
|
|
15855
|
-
};
|
|
15856
16117
|
placeholder: {
|
|
15857
16118
|
type: import("vue").PropType<string>;
|
|
15858
16119
|
default: string;
|
|
@@ -15861,9 +16122,6 @@ declare const _default: {
|
|
|
15861
16122
|
type: import("vue").PropType<boolean>;
|
|
15862
16123
|
default: boolean;
|
|
15863
16124
|
};
|
|
15864
|
-
isOpen: {
|
|
15865
|
-
type: import("vue").PropType<boolean>;
|
|
15866
|
-
};
|
|
15867
16125
|
showSelectAll: {
|
|
15868
16126
|
type: import("vue").PropType<boolean>;
|
|
15869
16127
|
default: boolean;
|
|
@@ -15888,10 +16146,6 @@ declare const _default: {
|
|
|
15888
16146
|
type: import("vue").PropType<boolean>;
|
|
15889
16147
|
default: boolean;
|
|
15890
16148
|
};
|
|
15891
|
-
skidding: {
|
|
15892
|
-
type: import("vue").PropType<number>;
|
|
15893
|
-
default: number;
|
|
15894
|
-
};
|
|
15895
16149
|
triggerLabel: {
|
|
15896
16150
|
type: import("vue").PropType<string>;
|
|
15897
16151
|
default: string;
|
|
@@ -16047,9 +16301,10 @@ declare const _default: {
|
|
|
16047
16301
|
size: "small" | "medium" | "large";
|
|
16048
16302
|
flip: boolean;
|
|
16049
16303
|
mandatory: boolean;
|
|
16304
|
+
skidding: number;
|
|
16305
|
+
modelValue: any;
|
|
16050
16306
|
selected: any;
|
|
16051
16307
|
onClear: () => void;
|
|
16052
|
-
modelValue: any;
|
|
16053
16308
|
placeholder: string;
|
|
16054
16309
|
multi: boolean;
|
|
16055
16310
|
showSelectAll: boolean;
|
|
@@ -16058,7 +16313,6 @@ declare const _default: {
|
|
|
16058
16313
|
autoSize: boolean;
|
|
16059
16314
|
disableKeyboardEvents: boolean;
|
|
16060
16315
|
isOnTop: boolean;
|
|
16061
|
-
skidding: number;
|
|
16062
16316
|
triggerLabel: string;
|
|
16063
16317
|
triggerHelperText: string;
|
|
16064
16318
|
triggerFeedbackText: string;
|
|
@@ -16152,6 +16406,17 @@ declare const _default: {
|
|
|
16152
16406
|
loading: {
|
|
16153
16407
|
type: import("vue").PropType<boolean>;
|
|
16154
16408
|
};
|
|
16409
|
+
skidding: {
|
|
16410
|
+
type: import("vue").PropType<number>;
|
|
16411
|
+
default: number;
|
|
16412
|
+
};
|
|
16413
|
+
isOpen: {
|
|
16414
|
+
type: import("vue").PropType<boolean>;
|
|
16415
|
+
};
|
|
16416
|
+
modelValue: {
|
|
16417
|
+
type: import("vue").PropType<unknown>;
|
|
16418
|
+
default: any;
|
|
16419
|
+
};
|
|
16155
16420
|
selected: {
|
|
16156
16421
|
type: import("vue").PropType<unknown>;
|
|
16157
16422
|
default: any;
|
|
@@ -16164,10 +16429,6 @@ declare const _default: {
|
|
|
16164
16429
|
type: import("vue").PropType<() => void>;
|
|
16165
16430
|
default: () => true;
|
|
16166
16431
|
};
|
|
16167
|
-
modelValue: {
|
|
16168
|
-
type: import("vue").PropType<unknown>;
|
|
16169
|
-
default: any;
|
|
16170
|
-
};
|
|
16171
16432
|
placeholder: {
|
|
16172
16433
|
type: import("vue").PropType<string>;
|
|
16173
16434
|
default: string;
|
|
@@ -16176,9 +16437,6 @@ declare const _default: {
|
|
|
16176
16437
|
type: import("vue").PropType<boolean>;
|
|
16177
16438
|
default: boolean;
|
|
16178
16439
|
};
|
|
16179
|
-
isOpen: {
|
|
16180
|
-
type: import("vue").PropType<boolean>;
|
|
16181
|
-
};
|
|
16182
16440
|
showSelectAll: {
|
|
16183
16441
|
type: import("vue").PropType<boolean>;
|
|
16184
16442
|
default: boolean;
|
|
@@ -16203,10 +16461,6 @@ declare const _default: {
|
|
|
16203
16461
|
type: import("vue").PropType<boolean>;
|
|
16204
16462
|
default: boolean;
|
|
16205
16463
|
};
|
|
16206
|
-
skidding: {
|
|
16207
|
-
type: import("vue").PropType<number>;
|
|
16208
|
-
default: number;
|
|
16209
|
-
};
|
|
16210
16464
|
triggerLabel: {
|
|
16211
16465
|
type: import("vue").PropType<string>;
|
|
16212
16466
|
default: string;
|
|
@@ -16389,6 +16643,17 @@ declare const _default: {
|
|
|
16389
16643
|
loading: {
|
|
16390
16644
|
type: import("vue").PropType<boolean>;
|
|
16391
16645
|
};
|
|
16646
|
+
skidding: {
|
|
16647
|
+
type: import("vue").PropType<number>;
|
|
16648
|
+
default: number;
|
|
16649
|
+
};
|
|
16650
|
+
isOpen: {
|
|
16651
|
+
type: import("vue").PropType<boolean>;
|
|
16652
|
+
};
|
|
16653
|
+
modelValue: {
|
|
16654
|
+
type: import("vue").PropType<unknown>;
|
|
16655
|
+
default: any;
|
|
16656
|
+
};
|
|
16392
16657
|
selected: {
|
|
16393
16658
|
type: import("vue").PropType<unknown>;
|
|
16394
16659
|
default: any;
|
|
@@ -16401,10 +16666,6 @@ declare const _default: {
|
|
|
16401
16666
|
type: import("vue").PropType<() => void>;
|
|
16402
16667
|
default: () => true;
|
|
16403
16668
|
};
|
|
16404
|
-
modelValue: {
|
|
16405
|
-
type: import("vue").PropType<unknown>;
|
|
16406
|
-
default: any;
|
|
16407
|
-
};
|
|
16408
16669
|
placeholder: {
|
|
16409
16670
|
type: import("vue").PropType<string>;
|
|
16410
16671
|
default: string;
|
|
@@ -16413,9 +16674,6 @@ declare const _default: {
|
|
|
16413
16674
|
type: import("vue").PropType<boolean>;
|
|
16414
16675
|
default: boolean;
|
|
16415
16676
|
};
|
|
16416
|
-
isOpen: {
|
|
16417
|
-
type: import("vue").PropType<boolean>;
|
|
16418
|
-
};
|
|
16419
16677
|
showSelectAll: {
|
|
16420
16678
|
type: import("vue").PropType<boolean>;
|
|
16421
16679
|
default: boolean;
|
|
@@ -16440,10 +16698,6 @@ declare const _default: {
|
|
|
16440
16698
|
type: import("vue").PropType<boolean>;
|
|
16441
16699
|
default: boolean;
|
|
16442
16700
|
};
|
|
16443
|
-
skidding: {
|
|
16444
|
-
type: import("vue").PropType<number>;
|
|
16445
|
-
default: number;
|
|
16446
|
-
};
|
|
16447
16701
|
triggerLabel: {
|
|
16448
16702
|
type: import("vue").PropType<string>;
|
|
16449
16703
|
default: string;
|
|
@@ -16599,9 +16853,10 @@ declare const _default: {
|
|
|
16599
16853
|
size: "small" | "medium" | "large";
|
|
16600
16854
|
flip: boolean;
|
|
16601
16855
|
mandatory: boolean;
|
|
16856
|
+
skidding: number;
|
|
16857
|
+
modelValue: any;
|
|
16602
16858
|
selected: any;
|
|
16603
16859
|
onClear: () => void;
|
|
16604
|
-
modelValue: any;
|
|
16605
16860
|
placeholder: string;
|
|
16606
16861
|
multi: boolean;
|
|
16607
16862
|
showSelectAll: boolean;
|
|
@@ -16610,7 +16865,6 @@ declare const _default: {
|
|
|
16610
16865
|
autoSize: boolean;
|
|
16611
16866
|
disableKeyboardEvents: boolean;
|
|
16612
16867
|
isOnTop: boolean;
|
|
16613
|
-
skidding: number;
|
|
16614
16868
|
triggerLabel: string;
|
|
16615
16869
|
triggerHelperText: string;
|
|
16616
16870
|
triggerFeedbackText: string;
|
|
@@ -16716,10 +16970,12 @@ declare const _default: {
|
|
|
16716
16970
|
optionIconKey: string;
|
|
16717
16971
|
optionImageKey: string;
|
|
16718
16972
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16973
|
+
allSelected: boolean;
|
|
16719
16974
|
selectedOption: any;
|
|
16720
16975
|
showFeedbackIcon: boolean;
|
|
16721
16976
|
brandIconType: "android" | "ios";
|
|
16722
16977
|
showAllSelectedText: boolean;
|
|
16978
|
+
optionFlagKey: string;
|
|
16723
16979
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16724
16980
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
16725
16981
|
label: {
|
|
@@ -16804,6 +17060,10 @@ declare const _default: {
|
|
|
16804
17060
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16805
17061
|
default: any;
|
|
16806
17062
|
};
|
|
17063
|
+
allSelected: {
|
|
17064
|
+
type: import("vue").PropType<boolean>;
|
|
17065
|
+
default: boolean;
|
|
17066
|
+
};
|
|
16807
17067
|
selectedOption: {
|
|
16808
17068
|
type: import("vue").PropType<unknown>;
|
|
16809
17069
|
default: any;
|
|
@@ -16820,13 +17080,17 @@ declare const _default: {
|
|
|
16820
17080
|
type: import("vue").PropType<boolean>;
|
|
16821
17081
|
default: boolean;
|
|
16822
17082
|
};
|
|
17083
|
+
optionFlagKey: {
|
|
17084
|
+
type: import("vue").PropType<string>;
|
|
17085
|
+
default: any;
|
|
17086
|
+
};
|
|
16823
17087
|
statusDotType: {
|
|
16824
17088
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
16825
17089
|
default: any;
|
|
16826
17090
|
};
|
|
16827
17091
|
}>> & {
|
|
16828
17092
|
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">;
|
|
17093
|
+
} & 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" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "optionFlagKey" | "statusDotType">;
|
|
16830
17094
|
$attrs: {
|
|
16831
17095
|
[x: string]: unknown;
|
|
16832
17096
|
};
|
|
@@ -16923,6 +17187,10 @@ declare const _default: {
|
|
|
16923
17187
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16924
17188
|
default: any;
|
|
16925
17189
|
};
|
|
17190
|
+
allSelected: {
|
|
17191
|
+
type: import("vue").PropType<boolean>;
|
|
17192
|
+
default: boolean;
|
|
17193
|
+
};
|
|
16926
17194
|
selectedOption: {
|
|
16927
17195
|
type: import("vue").PropType<unknown>;
|
|
16928
17196
|
default: any;
|
|
@@ -16939,7 +17207,11 @@ declare const _default: {
|
|
|
16939
17207
|
type: import("vue").PropType<boolean>;
|
|
16940
17208
|
default: boolean;
|
|
16941
17209
|
};
|
|
16942
|
-
|
|
17210
|
+
optionFlagKey: {
|
|
17211
|
+
type: import("vue").PropType<string>;
|
|
17212
|
+
default: any;
|
|
17213
|
+
};
|
|
17214
|
+
statusDotType: {
|
|
16943
17215
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
16944
17216
|
default: any;
|
|
16945
17217
|
};
|
|
@@ -16967,10 +17239,12 @@ declare const _default: {
|
|
|
16967
17239
|
optionIconKey: string;
|
|
16968
17240
|
optionImageKey: string;
|
|
16969
17241
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17242
|
+
allSelected: boolean;
|
|
16970
17243
|
selectedOption: any;
|
|
16971
17244
|
showFeedbackIcon: boolean;
|
|
16972
17245
|
brandIconType: "android" | "ios";
|
|
16973
17246
|
showAllSelectedText: boolean;
|
|
17247
|
+
optionFlagKey: string;
|
|
16974
17248
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16975
17249
|
}, {}, string> & {
|
|
16976
17250
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -17075,6 +17349,10 @@ declare const _default: {
|
|
|
17075
17349
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17076
17350
|
default: any;
|
|
17077
17351
|
};
|
|
17352
|
+
allSelected: {
|
|
17353
|
+
type: import("vue").PropType<boolean>;
|
|
17354
|
+
default: boolean;
|
|
17355
|
+
};
|
|
17078
17356
|
selectedOption: {
|
|
17079
17357
|
type: import("vue").PropType<unknown>;
|
|
17080
17358
|
default: any;
|
|
@@ -17091,6 +17369,10 @@ declare const _default: {
|
|
|
17091
17369
|
type: import("vue").PropType<boolean>;
|
|
17092
17370
|
default: boolean;
|
|
17093
17371
|
};
|
|
17372
|
+
optionFlagKey: {
|
|
17373
|
+
type: import("vue").PropType<string>;
|
|
17374
|
+
default: any;
|
|
17375
|
+
};
|
|
17094
17376
|
statusDotType: {
|
|
17095
17377
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
17096
17378
|
default: any;
|
|
@@ -17184,6 +17466,10 @@ declare const _default: {
|
|
|
17184
17466
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17185
17467
|
default: any;
|
|
17186
17468
|
};
|
|
17469
|
+
allSelected: {
|
|
17470
|
+
type: import("vue").PropType<boolean>;
|
|
17471
|
+
default: boolean;
|
|
17472
|
+
};
|
|
17187
17473
|
selectedOption: {
|
|
17188
17474
|
type: import("vue").PropType<unknown>;
|
|
17189
17475
|
default: any;
|
|
@@ -17200,6 +17486,10 @@ declare const _default: {
|
|
|
17200
17486
|
type: import("vue").PropType<boolean>;
|
|
17201
17487
|
default: boolean;
|
|
17202
17488
|
};
|
|
17489
|
+
optionFlagKey: {
|
|
17490
|
+
type: import("vue").PropType<string>;
|
|
17491
|
+
default: any;
|
|
17492
|
+
};
|
|
17203
17493
|
statusDotType: {
|
|
17204
17494
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
17205
17495
|
default: any;
|
|
@@ -17228,14 +17518,17 @@ declare const _default: {
|
|
|
17228
17518
|
optionIconKey: string;
|
|
17229
17519
|
optionImageKey: string;
|
|
17230
17520
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17521
|
+
allSelected: boolean;
|
|
17231
17522
|
selectedOption: any;
|
|
17232
17523
|
showFeedbackIcon: boolean;
|
|
17233
17524
|
brandIconType: "android" | "ios";
|
|
17234
17525
|
showAllSelectedText: boolean;
|
|
17526
|
+
optionFlagKey: string;
|
|
17235
17527
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
17236
17528
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
17237
17529
|
$slots: {
|
|
17238
17530
|
image?(_: {}): any;
|
|
17531
|
+
flag?(_: {}): any;
|
|
17239
17532
|
"icon-start"?(_: {}): any;
|
|
17240
17533
|
"displayed-value"?(_: {}): any;
|
|
17241
17534
|
"end-icon"?(_: {}): any;
|
|
@@ -17289,6 +17582,10 @@ declare const _default: {
|
|
|
17289
17582
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
17290
17583
|
required: true;
|
|
17291
17584
|
};
|
|
17585
|
+
allSelected: {
|
|
17586
|
+
type: import("vue").PropType<boolean>;
|
|
17587
|
+
default: boolean;
|
|
17588
|
+
};
|
|
17292
17589
|
selectedOption: {
|
|
17293
17590
|
type: import("vue").PropType<unknown>;
|
|
17294
17591
|
required: true;
|
|
@@ -17335,6 +17632,10 @@ declare const _default: {
|
|
|
17335
17632
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
17336
17633
|
required: true;
|
|
17337
17634
|
};
|
|
17635
|
+
allSelected: {
|
|
17636
|
+
type: import("vue").PropType<boolean>;
|
|
17637
|
+
default: boolean;
|
|
17638
|
+
};
|
|
17338
17639
|
selectedOption: {
|
|
17339
17640
|
type: import("vue").PropType<unknown>;
|
|
17340
17641
|
required: true;
|
|
@@ -17352,48 +17653,189 @@ declare const _default: {
|
|
|
17352
17653
|
disabled: boolean;
|
|
17353
17654
|
open: boolean;
|
|
17354
17655
|
feedbackVariant: string;
|
|
17656
|
+
allSelected: boolean;
|
|
17355
17657
|
displayedValue: any;
|
|
17356
17658
|
}>;
|
|
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
|
-
|
|
17659
|
+
ButtonDropdownTrigger: {
|
|
17660
|
+
new (...args: any[]): {
|
|
17661
|
+
$: import("vue").ComponentInternalInstance;
|
|
17662
|
+
$data: {};
|
|
17663
|
+
$props: Partial<{
|
|
17664
|
+
testId: string;
|
|
17665
|
+
variant: "text" | "outlined";
|
|
17666
|
+
disabled: boolean;
|
|
17667
|
+
size: "small" | "medium";
|
|
17668
|
+
open: boolean;
|
|
17669
|
+
startIconName: string;
|
|
17670
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17671
|
+
hideEndIcon: boolean;
|
|
17672
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
17673
|
+
label: {
|
|
17674
|
+
type: import("vue").PropType<string>;
|
|
17675
|
+
required: true;
|
|
17676
|
+
};
|
|
17677
|
+
testId: {
|
|
17678
|
+
type: import("vue").PropType<string>;
|
|
17679
|
+
default: string;
|
|
17680
|
+
};
|
|
17681
|
+
variant: {
|
|
17682
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17683
|
+
default: string;
|
|
17684
|
+
};
|
|
17685
|
+
disabled: {
|
|
17686
|
+
type: import("vue").PropType<boolean>;
|
|
17687
|
+
default: boolean;
|
|
17688
|
+
};
|
|
17689
|
+
size: {
|
|
17690
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17691
|
+
default: string;
|
|
17692
|
+
};
|
|
17693
|
+
open: {
|
|
17694
|
+
type: import("vue").PropType<boolean>;
|
|
17695
|
+
default: boolean;
|
|
17696
|
+
};
|
|
17697
|
+
startIconName: {
|
|
17698
|
+
type: import("vue").PropType<string>;
|
|
17699
|
+
default: any;
|
|
17700
|
+
};
|
|
17701
|
+
startIconType: {
|
|
17702
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17703
|
+
default: string;
|
|
17704
|
+
};
|
|
17705
|
+
hideEndIcon: {
|
|
17706
|
+
type: import("vue").PropType<boolean>;
|
|
17707
|
+
default: boolean;
|
|
17708
|
+
};
|
|
17709
|
+
}>> & {
|
|
17710
|
+
onClick?: () => any;
|
|
17711
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
17712
|
+
$attrs: {
|
|
17713
|
+
[x: string]: unknown;
|
|
17714
|
+
};
|
|
17715
|
+
$refs: {
|
|
17716
|
+
[x: string]: unknown;
|
|
17717
|
+
};
|
|
17718
|
+
$slots: Readonly<{
|
|
17719
|
+
[name: string]: import("vue").Slot;
|
|
17720
|
+
}>;
|
|
17721
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17722
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17723
|
+
$emit: (event: "click") => void;
|
|
17724
|
+
$el: any;
|
|
17725
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17726
|
+
label: {
|
|
17727
|
+
type: import("vue").PropType<string>;
|
|
17728
|
+
required: true;
|
|
17729
|
+
};
|
|
17730
|
+
testId: {
|
|
17731
|
+
type: import("vue").PropType<string>;
|
|
17732
|
+
default: string;
|
|
17733
|
+
};
|
|
17734
|
+
variant: {
|
|
17735
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17736
|
+
default: string;
|
|
17737
|
+
};
|
|
17738
|
+
disabled: {
|
|
17739
|
+
type: import("vue").PropType<boolean>;
|
|
17740
|
+
default: boolean;
|
|
17741
|
+
};
|
|
17742
|
+
size: {
|
|
17743
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17744
|
+
default: string;
|
|
17745
|
+
};
|
|
17746
|
+
open: {
|
|
17747
|
+
type: import("vue").PropType<boolean>;
|
|
17748
|
+
default: boolean;
|
|
17749
|
+
};
|
|
17750
|
+
startIconName: {
|
|
17751
|
+
type: import("vue").PropType<string>;
|
|
17752
|
+
default: any;
|
|
17753
|
+
};
|
|
17754
|
+
startIconType: {
|
|
17755
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17756
|
+
default: string;
|
|
17757
|
+
};
|
|
17758
|
+
hideEndIcon: {
|
|
17759
|
+
type: import("vue").PropType<boolean>;
|
|
17760
|
+
default: boolean;
|
|
17761
|
+
};
|
|
17762
|
+
}>> & {
|
|
17763
|
+
onClick?: () => any;
|
|
17764
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17765
|
+
click: () => void;
|
|
17766
|
+
}, string, {
|
|
17767
|
+
testId: string;
|
|
17768
|
+
variant: "text" | "outlined";
|
|
17769
|
+
disabled: boolean;
|
|
17770
|
+
size: "small" | "medium";
|
|
17771
|
+
open: boolean;
|
|
17772
|
+
startIconName: string;
|
|
17773
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17774
|
+
hideEndIcon: boolean;
|
|
17775
|
+
}, {}, string> & {
|
|
17776
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
17777
|
+
created?: (() => void) | (() => void)[];
|
|
17778
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
17779
|
+
mounted?: (() => void) | (() => void)[];
|
|
17780
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
17781
|
+
updated?: (() => void) | (() => void)[];
|
|
17782
|
+
activated?: (() => void) | (() => void)[];
|
|
17783
|
+
deactivated?: (() => void) | (() => void)[];
|
|
17784
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
17785
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
17786
|
+
destroyed?: (() => void) | (() => void)[];
|
|
17787
|
+
unmounted?: (() => void) | (() => void)[];
|
|
17788
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17789
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17790
|
+
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)[];
|
|
17791
|
+
};
|
|
17792
|
+
$forceUpdate: () => void;
|
|
17793
|
+
$nextTick: typeof import("vue").nextTick;
|
|
17794
|
+
$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;
|
|
17795
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
17796
|
+
label: {
|
|
17797
|
+
type: import("vue").PropType<string>;
|
|
17798
|
+
required: true;
|
|
17799
|
+
};
|
|
17800
|
+
testId: {
|
|
17801
|
+
type: import("vue").PropType<string>;
|
|
17802
|
+
default: string;
|
|
17803
|
+
};
|
|
17804
|
+
variant: {
|
|
17805
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17806
|
+
default: string;
|
|
17807
|
+
};
|
|
17808
|
+
disabled: {
|
|
17809
|
+
type: import("vue").PropType<boolean>;
|
|
17810
|
+
default: boolean;
|
|
17811
|
+
};
|
|
17812
|
+
size: {
|
|
17813
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17814
|
+
default: string;
|
|
17815
|
+
};
|
|
17816
|
+
open: {
|
|
17817
|
+
type: import("vue").PropType<boolean>;
|
|
17818
|
+
default: boolean;
|
|
17819
|
+
};
|
|
17820
|
+
startIconName: {
|
|
17821
|
+
type: import("vue").PropType<string>;
|
|
17822
|
+
default: any;
|
|
17823
|
+
};
|
|
17824
|
+
startIconType: {
|
|
17825
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17826
|
+
default: string;
|
|
17827
|
+
};
|
|
17828
|
+
hideEndIcon: {
|
|
17829
|
+
type: import("vue").PropType<boolean>;
|
|
17830
|
+
default: boolean;
|
|
17831
|
+
};
|
|
17832
|
+
}>> & {
|
|
17833
|
+
onClick?: () => any;
|
|
17834
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
17835
|
+
__isFragment?: never;
|
|
17836
|
+
__isTeleport?: never;
|
|
17837
|
+
__isSuspense?: never;
|
|
17838
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17397
17839
|
label: {
|
|
17398
17840
|
type: import("vue").PropType<string>;
|
|
17399
17841
|
required: true;
|
|
@@ -17432,7 +17874,9 @@ declare const _default: {
|
|
|
17432
17874
|
};
|
|
17433
17875
|
}>> & {
|
|
17434
17876
|
onClick?: () => any;
|
|
17435
|
-
}, {
|
|
17877
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17878
|
+
click: () => void;
|
|
17879
|
+
}, string, {
|
|
17436
17880
|
testId: string;
|
|
17437
17881
|
variant: "text" | "outlined";
|
|
17438
17882
|
disabled: boolean;
|
|
@@ -17441,7 +17885,11 @@ declare const _default: {
|
|
|
17441
17885
|
startIconName: string;
|
|
17442
17886
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17443
17887
|
hideEndIcon: boolean;
|
|
17444
|
-
}
|
|
17888
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
17889
|
+
$slots: {
|
|
17890
|
+
default?(_: {}): any;
|
|
17891
|
+
};
|
|
17892
|
+
});
|
|
17445
17893
|
ButtonFilterDropdownTrigger: import("vue").DefineComponent<{
|
|
17446
17894
|
label: {
|
|
17447
17895
|
type: import("vue").PropType<string>;
|
|
@@ -18023,10 +18471,12 @@ declare const _default: {
|
|
|
18023
18471
|
optionIconKey: string;
|
|
18024
18472
|
optionImageKey: string;
|
|
18025
18473
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18474
|
+
allSelected: boolean;
|
|
18026
18475
|
selectedOption: any;
|
|
18027
18476
|
showFeedbackIcon: boolean;
|
|
18028
18477
|
brandIconType: "android" | "ios";
|
|
18029
18478
|
showAllSelectedText: boolean;
|
|
18479
|
+
optionFlagKey: string;
|
|
18030
18480
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
18031
18481
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
18032
18482
|
label: {
|
|
@@ -18111,6 +18561,10 @@ declare const _default: {
|
|
|
18111
18561
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18112
18562
|
default: any;
|
|
18113
18563
|
};
|
|
18564
|
+
allSelected: {
|
|
18565
|
+
type: import("vue").PropType<boolean>;
|
|
18566
|
+
default: boolean;
|
|
18567
|
+
};
|
|
18114
18568
|
selectedOption: {
|
|
18115
18569
|
type: import("vue").PropType<unknown>;
|
|
18116
18570
|
default: any;
|
|
@@ -18127,13 +18581,17 @@ declare const _default: {
|
|
|
18127
18581
|
type: import("vue").PropType<boolean>;
|
|
18128
18582
|
default: boolean;
|
|
18129
18583
|
};
|
|
18584
|
+
optionFlagKey: {
|
|
18585
|
+
type: import("vue").PropType<string>;
|
|
18586
|
+
default: any;
|
|
18587
|
+
};
|
|
18130
18588
|
statusDotType: {
|
|
18131
18589
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18132
18590
|
default: any;
|
|
18133
18591
|
};
|
|
18134
18592
|
}>> & {
|
|
18135
18593
|
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">;
|
|
18594
|
+
} & 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" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "optionFlagKey" | "statusDotType">;
|
|
18137
18595
|
$attrs: {
|
|
18138
18596
|
[x: string]: unknown;
|
|
18139
18597
|
};
|
|
@@ -18230,6 +18688,10 @@ declare const _default: {
|
|
|
18230
18688
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18231
18689
|
default: any;
|
|
18232
18690
|
};
|
|
18691
|
+
allSelected: {
|
|
18692
|
+
type: import("vue").PropType<boolean>;
|
|
18693
|
+
default: boolean;
|
|
18694
|
+
};
|
|
18233
18695
|
selectedOption: {
|
|
18234
18696
|
type: import("vue").PropType<unknown>;
|
|
18235
18697
|
default: any;
|
|
@@ -18246,6 +18708,10 @@ declare const _default: {
|
|
|
18246
18708
|
type: import("vue").PropType<boolean>;
|
|
18247
18709
|
default: boolean;
|
|
18248
18710
|
};
|
|
18711
|
+
optionFlagKey: {
|
|
18712
|
+
type: import("vue").PropType<string>;
|
|
18713
|
+
default: any;
|
|
18714
|
+
};
|
|
18249
18715
|
statusDotType: {
|
|
18250
18716
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18251
18717
|
default: any;
|
|
@@ -18274,10 +18740,12 @@ declare const _default: {
|
|
|
18274
18740
|
optionIconKey: string;
|
|
18275
18741
|
optionImageKey: string;
|
|
18276
18742
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18743
|
+
allSelected: boolean;
|
|
18277
18744
|
selectedOption: any;
|
|
18278
18745
|
showFeedbackIcon: boolean;
|
|
18279
18746
|
brandIconType: "android" | "ios";
|
|
18280
18747
|
showAllSelectedText: boolean;
|
|
18748
|
+
optionFlagKey: string;
|
|
18281
18749
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
18282
18750
|
}, {}, string> & {
|
|
18283
18751
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -18382,6 +18850,10 @@ declare const _default: {
|
|
|
18382
18850
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18383
18851
|
default: any;
|
|
18384
18852
|
};
|
|
18853
|
+
allSelected: {
|
|
18854
|
+
type: import("vue").PropType<boolean>;
|
|
18855
|
+
default: boolean;
|
|
18856
|
+
};
|
|
18385
18857
|
selectedOption: {
|
|
18386
18858
|
type: import("vue").PropType<unknown>;
|
|
18387
18859
|
default: any;
|
|
@@ -18398,8 +18870,12 @@ declare const _default: {
|
|
|
18398
18870
|
type: import("vue").PropType<boolean>;
|
|
18399
18871
|
default: boolean;
|
|
18400
18872
|
};
|
|
18401
|
-
|
|
18402
|
-
type: import("vue").PropType<
|
|
18873
|
+
optionFlagKey: {
|
|
18874
|
+
type: import("vue").PropType<string>;
|
|
18875
|
+
default: any;
|
|
18876
|
+
};
|
|
18877
|
+
statusDotType: {
|
|
18878
|
+
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18403
18879
|
default: any;
|
|
18404
18880
|
};
|
|
18405
18881
|
}>> & {
|
|
@@ -18491,6 +18967,10 @@ declare const _default: {
|
|
|
18491
18967
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18492
18968
|
default: any;
|
|
18493
18969
|
};
|
|
18970
|
+
allSelected: {
|
|
18971
|
+
type: import("vue").PropType<boolean>;
|
|
18972
|
+
default: boolean;
|
|
18973
|
+
};
|
|
18494
18974
|
selectedOption: {
|
|
18495
18975
|
type: import("vue").PropType<unknown>;
|
|
18496
18976
|
default: any;
|
|
@@ -18507,6 +18987,10 @@ declare const _default: {
|
|
|
18507
18987
|
type: import("vue").PropType<boolean>;
|
|
18508
18988
|
default: boolean;
|
|
18509
18989
|
};
|
|
18990
|
+
optionFlagKey: {
|
|
18991
|
+
type: import("vue").PropType<string>;
|
|
18992
|
+
default: any;
|
|
18993
|
+
};
|
|
18510
18994
|
statusDotType: {
|
|
18511
18995
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18512
18996
|
default: any;
|
|
@@ -18535,14 +19019,17 @@ declare const _default: {
|
|
|
18535
19019
|
optionIconKey: string;
|
|
18536
19020
|
optionImageKey: string;
|
|
18537
19021
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19022
|
+
allSelected: boolean;
|
|
18538
19023
|
selectedOption: any;
|
|
18539
19024
|
showFeedbackIcon: boolean;
|
|
18540
19025
|
brandIconType: "android" | "ios";
|
|
18541
19026
|
showAllSelectedText: boolean;
|
|
19027
|
+
optionFlagKey: string;
|
|
18542
19028
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
18543
19029
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
18544
19030
|
$slots: {
|
|
18545
19031
|
image?(_: {}): any;
|
|
19032
|
+
flag?(_: {}): any;
|
|
18546
19033
|
"icon-start"?(_: {}): any;
|
|
18547
19034
|
"displayed-value"?(_: {}): any;
|
|
18548
19035
|
"end-icon"?(_: {}): any;
|
|
@@ -19036,6 +19523,7 @@ declare const _default: {
|
|
|
19036
19523
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19037
19524
|
optionTwoLinesKey: string;
|
|
19038
19525
|
isIndeterminate: boolean;
|
|
19526
|
+
optionFlagKey: string;
|
|
19039
19527
|
subtitle: string;
|
|
19040
19528
|
selectAllOption: boolean;
|
|
19041
19529
|
nameKey: string;
|
|
@@ -19077,6 +19565,10 @@ declare const _default: {
|
|
|
19077
19565
|
type: import("vue").PropType<boolean>;
|
|
19078
19566
|
default: boolean;
|
|
19079
19567
|
};
|
|
19568
|
+
optionFlagKey: {
|
|
19569
|
+
type: import("vue").PropType<string>;
|
|
19570
|
+
default: any;
|
|
19571
|
+
};
|
|
19080
19572
|
subtitle: {
|
|
19081
19573
|
type: import("vue").PropType<string>;
|
|
19082
19574
|
default: string;
|
|
@@ -19130,7 +19622,7 @@ declare const _default: {
|
|
|
19130
19622
|
};
|
|
19131
19623
|
}>> & {
|
|
19132
19624
|
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">;
|
|
19625
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "optionFlagKey" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
19134
19626
|
$attrs: {
|
|
19135
19627
|
[x: string]: unknown;
|
|
19136
19628
|
};
|
|
@@ -19173,6 +19665,10 @@ declare const _default: {
|
|
|
19173
19665
|
type: import("vue").PropType<boolean>;
|
|
19174
19666
|
default: boolean;
|
|
19175
19667
|
};
|
|
19668
|
+
optionFlagKey: {
|
|
19669
|
+
type: import("vue").PropType<string>;
|
|
19670
|
+
default: any;
|
|
19671
|
+
};
|
|
19176
19672
|
subtitle: {
|
|
19177
19673
|
type: import("vue").PropType<string>;
|
|
19178
19674
|
default: string;
|
|
@@ -19236,6 +19732,7 @@ declare const _default: {
|
|
|
19236
19732
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19237
19733
|
optionTwoLinesKey: string;
|
|
19238
19734
|
isIndeterminate: boolean;
|
|
19735
|
+
optionFlagKey: string;
|
|
19239
19736
|
subtitle: string;
|
|
19240
19737
|
selectAllOption: boolean;
|
|
19241
19738
|
nameKey: string;
|
|
@@ -19297,6 +19794,10 @@ declare const _default: {
|
|
|
19297
19794
|
type: import("vue").PropType<boolean>;
|
|
19298
19795
|
default: boolean;
|
|
19299
19796
|
};
|
|
19797
|
+
optionFlagKey: {
|
|
19798
|
+
type: import("vue").PropType<string>;
|
|
19799
|
+
default: any;
|
|
19800
|
+
};
|
|
19300
19801
|
subtitle: {
|
|
19301
19802
|
type: import("vue").PropType<string>;
|
|
19302
19803
|
default: string;
|
|
@@ -19383,6 +19884,10 @@ declare const _default: {
|
|
|
19383
19884
|
type: import("vue").PropType<boolean>;
|
|
19384
19885
|
default: boolean;
|
|
19385
19886
|
};
|
|
19887
|
+
optionFlagKey: {
|
|
19888
|
+
type: import("vue").PropType<string>;
|
|
19889
|
+
default: any;
|
|
19890
|
+
};
|
|
19386
19891
|
subtitle: {
|
|
19387
19892
|
type: import("vue").PropType<string>;
|
|
19388
19893
|
default: string;
|
|
@@ -19446,6 +19951,7 @@ declare const _default: {
|
|
|
19446
19951
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19447
19952
|
optionTwoLinesKey: string;
|
|
19448
19953
|
isIndeterminate: boolean;
|
|
19954
|
+
optionFlagKey: string;
|
|
19449
19955
|
subtitle: string;
|
|
19450
19956
|
selectAllOption: boolean;
|
|
19451
19957
|
nameKey: string;
|
|
@@ -19461,6 +19967,7 @@ declare const _default: {
|
|
|
19461
19967
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
19462
19968
|
$slots: {
|
|
19463
19969
|
image?(_: {}): any;
|
|
19970
|
+
flag?(_: {}): any;
|
|
19464
19971
|
"icon-start"?(_: {}): any;
|
|
19465
19972
|
default?(_: {}): any;
|
|
19466
19973
|
"icon-end"?(_: {}): any;
|
|
@@ -19512,6 +20019,10 @@ declare const _default: {
|
|
|
19512
20019
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
19513
20020
|
required: true;
|
|
19514
20021
|
};
|
|
20022
|
+
allSelected: {
|
|
20023
|
+
type: import("vue").PropType<boolean>;
|
|
20024
|
+
default: boolean;
|
|
20025
|
+
};
|
|
19515
20026
|
selectedOption: {
|
|
19516
20027
|
type: import("vue").PropType<unknown>;
|
|
19517
20028
|
required: true;
|
|
@@ -19558,6 +20069,10 @@ declare const _default: {
|
|
|
19558
20069
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
19559
20070
|
required: true;
|
|
19560
20071
|
};
|
|
20072
|
+
allSelected: {
|
|
20073
|
+
type: import("vue").PropType<boolean>;
|
|
20074
|
+
default: boolean;
|
|
20075
|
+
};
|
|
19561
20076
|
selectedOption: {
|
|
19562
20077
|
type: import("vue").PropType<unknown>;
|
|
19563
20078
|
required: true;
|
|
@@ -19575,6 +20090,7 @@ declare const _default: {
|
|
|
19575
20090
|
disabled: boolean;
|
|
19576
20091
|
open: boolean;
|
|
19577
20092
|
feedbackVariant: string;
|
|
20093
|
+
allSelected: boolean;
|
|
19578
20094
|
displayedValue: any;
|
|
19579
20095
|
}> | ({
|
|
19580
20096
|
new (...args: any[]): {
|
|
@@ -19591,9 +20107,10 @@ declare const _default: {
|
|
|
19591
20107
|
size: "small" | "medium" | "large";
|
|
19592
20108
|
flip: boolean;
|
|
19593
20109
|
mandatory: boolean;
|
|
20110
|
+
skidding: number;
|
|
20111
|
+
modelValue: any;
|
|
19594
20112
|
selected: any;
|
|
19595
20113
|
onClear: () => void;
|
|
19596
|
-
modelValue: any;
|
|
19597
20114
|
placeholder: string;
|
|
19598
20115
|
multi: boolean;
|
|
19599
20116
|
showSelectAll: boolean;
|
|
@@ -19602,7 +20119,6 @@ declare const _default: {
|
|
|
19602
20119
|
autoSize: boolean;
|
|
19603
20120
|
disableKeyboardEvents: boolean;
|
|
19604
20121
|
isOnTop: boolean;
|
|
19605
|
-
skidding: number;
|
|
19606
20122
|
triggerLabel: string;
|
|
19607
20123
|
triggerHelperText: string;
|
|
19608
20124
|
triggerFeedbackText: string;
|
|
@@ -19676,6 +20192,17 @@ declare const _default: {
|
|
|
19676
20192
|
loading: {
|
|
19677
20193
|
type: import("vue").PropType<boolean>;
|
|
19678
20194
|
};
|
|
20195
|
+
skidding: {
|
|
20196
|
+
type: import("vue").PropType<number>;
|
|
20197
|
+
default: number;
|
|
20198
|
+
};
|
|
20199
|
+
isOpen: {
|
|
20200
|
+
type: import("vue").PropType<boolean>;
|
|
20201
|
+
};
|
|
20202
|
+
modelValue: {
|
|
20203
|
+
type: import("vue").PropType<unknown>;
|
|
20204
|
+
default: any;
|
|
20205
|
+
};
|
|
19679
20206
|
selected: {
|
|
19680
20207
|
type: import("vue").PropType<unknown>;
|
|
19681
20208
|
default: any;
|
|
@@ -19688,10 +20215,6 @@ declare const _default: {
|
|
|
19688
20215
|
type: import("vue").PropType<() => void>;
|
|
19689
20216
|
default: () => true;
|
|
19690
20217
|
};
|
|
19691
|
-
modelValue: {
|
|
19692
|
-
type: import("vue").PropType<unknown>;
|
|
19693
|
-
default: any;
|
|
19694
|
-
};
|
|
19695
20218
|
placeholder: {
|
|
19696
20219
|
type: import("vue").PropType<string>;
|
|
19697
20220
|
default: string;
|
|
@@ -19700,9 +20223,6 @@ declare const _default: {
|
|
|
19700
20223
|
type: import("vue").PropType<boolean>;
|
|
19701
20224
|
default: boolean;
|
|
19702
20225
|
};
|
|
19703
|
-
isOpen: {
|
|
19704
|
-
type: import("vue").PropType<boolean>;
|
|
19705
|
-
};
|
|
19706
20226
|
showSelectAll: {
|
|
19707
20227
|
type: import("vue").PropType<boolean>;
|
|
19708
20228
|
default: boolean;
|
|
@@ -19727,10 +20247,6 @@ declare const _default: {
|
|
|
19727
20247
|
type: import("vue").PropType<boolean>;
|
|
19728
20248
|
default: boolean;
|
|
19729
20249
|
};
|
|
19730
|
-
skidding: {
|
|
19731
|
-
type: import("vue").PropType<number>;
|
|
19732
|
-
default: number;
|
|
19733
|
-
};
|
|
19734
20250
|
triggerLabel: {
|
|
19735
20251
|
type: import("vue").PropType<string>;
|
|
19736
20252
|
default: string;
|
|
@@ -19862,7 +20378,7 @@ declare const _default: {
|
|
|
19862
20378
|
onOnsearch?: (value: string) => any;
|
|
19863
20379
|
onOpened?: () => any;
|
|
19864
20380
|
onClosed?: () => any;
|
|
19865
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "
|
|
20381
|
+
} & 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" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
19866
20382
|
$attrs: {
|
|
19867
20383
|
[x: string]: unknown;
|
|
19868
20384
|
};
|
|
@@ -19920,6 +20436,17 @@ declare const _default: {
|
|
|
19920
20436
|
loading: {
|
|
19921
20437
|
type: import("vue").PropType<boolean>;
|
|
19922
20438
|
};
|
|
20439
|
+
skidding: {
|
|
20440
|
+
type: import("vue").PropType<number>;
|
|
20441
|
+
default: number;
|
|
20442
|
+
};
|
|
20443
|
+
isOpen: {
|
|
20444
|
+
type: import("vue").PropType<boolean>;
|
|
20445
|
+
};
|
|
20446
|
+
modelValue: {
|
|
20447
|
+
type: import("vue").PropType<unknown>;
|
|
20448
|
+
default: any;
|
|
20449
|
+
};
|
|
19923
20450
|
selected: {
|
|
19924
20451
|
type: import("vue").PropType<unknown>;
|
|
19925
20452
|
default: any;
|
|
@@ -19932,10 +20459,6 @@ declare const _default: {
|
|
|
19932
20459
|
type: import("vue").PropType<() => void>;
|
|
19933
20460
|
default: () => true;
|
|
19934
20461
|
};
|
|
19935
|
-
modelValue: {
|
|
19936
|
-
type: import("vue").PropType<unknown>;
|
|
19937
|
-
default: any;
|
|
19938
|
-
};
|
|
19939
20462
|
placeholder: {
|
|
19940
20463
|
type: import("vue").PropType<string>;
|
|
19941
20464
|
default: string;
|
|
@@ -19944,9 +20467,6 @@ declare const _default: {
|
|
|
19944
20467
|
type: import("vue").PropType<boolean>;
|
|
19945
20468
|
default: boolean;
|
|
19946
20469
|
};
|
|
19947
|
-
isOpen: {
|
|
19948
|
-
type: import("vue").PropType<boolean>;
|
|
19949
|
-
};
|
|
19950
20470
|
showSelectAll: {
|
|
19951
20471
|
type: import("vue").PropType<boolean>;
|
|
19952
20472
|
default: boolean;
|
|
@@ -19971,10 +20491,6 @@ declare const _default: {
|
|
|
19971
20491
|
type: import("vue").PropType<boolean>;
|
|
19972
20492
|
default: boolean;
|
|
19973
20493
|
};
|
|
19974
|
-
skidding: {
|
|
19975
|
-
type: import("vue").PropType<number>;
|
|
19976
|
-
default: number;
|
|
19977
|
-
};
|
|
19978
20494
|
triggerLabel: {
|
|
19979
20495
|
type: import("vue").PropType<string>;
|
|
19980
20496
|
default: string;
|
|
@@ -20130,9 +20646,10 @@ declare const _default: {
|
|
|
20130
20646
|
size: "small" | "medium" | "large";
|
|
20131
20647
|
flip: boolean;
|
|
20132
20648
|
mandatory: boolean;
|
|
20649
|
+
skidding: number;
|
|
20650
|
+
modelValue: any;
|
|
20133
20651
|
selected: any;
|
|
20134
20652
|
onClear: () => void;
|
|
20135
|
-
modelValue: any;
|
|
20136
20653
|
placeholder: string;
|
|
20137
20654
|
multi: boolean;
|
|
20138
20655
|
showSelectAll: boolean;
|
|
@@ -20141,7 +20658,6 @@ declare const _default: {
|
|
|
20141
20658
|
autoSize: boolean;
|
|
20142
20659
|
disableKeyboardEvents: boolean;
|
|
20143
20660
|
isOnTop: boolean;
|
|
20144
|
-
skidding: number;
|
|
20145
20661
|
triggerLabel: string;
|
|
20146
20662
|
triggerHelperText: string;
|
|
20147
20663
|
triggerFeedbackText: string;
|
|
@@ -20235,6 +20751,17 @@ declare const _default: {
|
|
|
20235
20751
|
loading: {
|
|
20236
20752
|
type: import("vue").PropType<boolean>;
|
|
20237
20753
|
};
|
|
20754
|
+
skidding: {
|
|
20755
|
+
type: import("vue").PropType<number>;
|
|
20756
|
+
default: number;
|
|
20757
|
+
};
|
|
20758
|
+
isOpen: {
|
|
20759
|
+
type: import("vue").PropType<boolean>;
|
|
20760
|
+
};
|
|
20761
|
+
modelValue: {
|
|
20762
|
+
type: import("vue").PropType<unknown>;
|
|
20763
|
+
default: any;
|
|
20764
|
+
};
|
|
20238
20765
|
selected: {
|
|
20239
20766
|
type: import("vue").PropType<unknown>;
|
|
20240
20767
|
default: any;
|
|
@@ -20247,10 +20774,6 @@ declare const _default: {
|
|
|
20247
20774
|
type: import("vue").PropType<() => void>;
|
|
20248
20775
|
default: () => true;
|
|
20249
20776
|
};
|
|
20250
|
-
modelValue: {
|
|
20251
|
-
type: import("vue").PropType<unknown>;
|
|
20252
|
-
default: any;
|
|
20253
|
-
};
|
|
20254
20777
|
placeholder: {
|
|
20255
20778
|
type: import("vue").PropType<string>;
|
|
20256
20779
|
default: string;
|
|
@@ -20259,9 +20782,6 @@ declare const _default: {
|
|
|
20259
20782
|
type: import("vue").PropType<boolean>;
|
|
20260
20783
|
default: boolean;
|
|
20261
20784
|
};
|
|
20262
|
-
isOpen: {
|
|
20263
|
-
type: import("vue").PropType<boolean>;
|
|
20264
|
-
};
|
|
20265
20785
|
showSelectAll: {
|
|
20266
20786
|
type: import("vue").PropType<boolean>;
|
|
20267
20787
|
default: boolean;
|
|
@@ -20286,10 +20806,6 @@ declare const _default: {
|
|
|
20286
20806
|
type: import("vue").PropType<boolean>;
|
|
20287
20807
|
default: boolean;
|
|
20288
20808
|
};
|
|
20289
|
-
skidding: {
|
|
20290
|
-
type: import("vue").PropType<number>;
|
|
20291
|
-
default: number;
|
|
20292
|
-
};
|
|
20293
20809
|
triggerLabel: {
|
|
20294
20810
|
type: import("vue").PropType<string>;
|
|
20295
20811
|
default: string;
|
|
@@ -20472,6 +20988,17 @@ declare const _default: {
|
|
|
20472
20988
|
loading: {
|
|
20473
20989
|
type: import("vue").PropType<boolean>;
|
|
20474
20990
|
};
|
|
20991
|
+
skidding: {
|
|
20992
|
+
type: import("vue").PropType<number>;
|
|
20993
|
+
default: number;
|
|
20994
|
+
};
|
|
20995
|
+
isOpen: {
|
|
20996
|
+
type: import("vue").PropType<boolean>;
|
|
20997
|
+
};
|
|
20998
|
+
modelValue: {
|
|
20999
|
+
type: import("vue").PropType<unknown>;
|
|
21000
|
+
default: any;
|
|
21001
|
+
};
|
|
20475
21002
|
selected: {
|
|
20476
21003
|
type: import("vue").PropType<unknown>;
|
|
20477
21004
|
default: any;
|
|
@@ -20484,10 +21011,6 @@ declare const _default: {
|
|
|
20484
21011
|
type: import("vue").PropType<() => void>;
|
|
20485
21012
|
default: () => true;
|
|
20486
21013
|
};
|
|
20487
|
-
modelValue: {
|
|
20488
|
-
type: import("vue").PropType<unknown>;
|
|
20489
|
-
default: any;
|
|
20490
|
-
};
|
|
20491
21014
|
placeholder: {
|
|
20492
21015
|
type: import("vue").PropType<string>;
|
|
20493
21016
|
default: string;
|
|
@@ -20496,9 +21019,6 @@ declare const _default: {
|
|
|
20496
21019
|
type: import("vue").PropType<boolean>;
|
|
20497
21020
|
default: boolean;
|
|
20498
21021
|
};
|
|
20499
|
-
isOpen: {
|
|
20500
|
-
type: import("vue").PropType<boolean>;
|
|
20501
|
-
};
|
|
20502
21022
|
showSelectAll: {
|
|
20503
21023
|
type: import("vue").PropType<boolean>;
|
|
20504
21024
|
default: boolean;
|
|
@@ -20523,10 +21043,6 @@ declare const _default: {
|
|
|
20523
21043
|
type: import("vue").PropType<boolean>;
|
|
20524
21044
|
default: boolean;
|
|
20525
21045
|
};
|
|
20526
|
-
skidding: {
|
|
20527
|
-
type: import("vue").PropType<number>;
|
|
20528
|
-
default: number;
|
|
20529
|
-
};
|
|
20530
21046
|
triggerLabel: {
|
|
20531
21047
|
type: import("vue").PropType<string>;
|
|
20532
21048
|
default: string;
|
|
@@ -20682,9 +21198,10 @@ declare const _default: {
|
|
|
20682
21198
|
size: "small" | "medium" | "large";
|
|
20683
21199
|
flip: boolean;
|
|
20684
21200
|
mandatory: boolean;
|
|
21201
|
+
skidding: number;
|
|
21202
|
+
modelValue: any;
|
|
20685
21203
|
selected: any;
|
|
20686
21204
|
onClear: () => void;
|
|
20687
|
-
modelValue: any;
|
|
20688
21205
|
placeholder: string;
|
|
20689
21206
|
multi: boolean;
|
|
20690
21207
|
showSelectAll: boolean;
|
|
@@ -20693,7 +21210,6 @@ declare const _default: {
|
|
|
20693
21210
|
autoSize: boolean;
|
|
20694
21211
|
disableKeyboardEvents: boolean;
|
|
20695
21212
|
isOnTop: boolean;
|
|
20696
|
-
skidding: number;
|
|
20697
21213
|
triggerLabel: string;
|
|
20698
21214
|
triggerHelperText: string;
|
|
20699
21215
|
triggerFeedbackText: string;
|
|
@@ -20884,6 +21400,9 @@ declare const _default: {
|
|
|
20884
21400
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20885
21401
|
default: string;
|
|
20886
21402
|
};
|
|
21403
|
+
isOpen: {
|
|
21404
|
+
type: import("vue").PropType<boolean>;
|
|
21405
|
+
};
|
|
20887
21406
|
selected: {
|
|
20888
21407
|
type: import("vue").PropType<unknown[]>;
|
|
20889
21408
|
default: any;
|
|
@@ -20896,9 +21415,6 @@ declare const _default: {
|
|
|
20896
21415
|
type: import("vue").PropType<string>;
|
|
20897
21416
|
default: string;
|
|
20898
21417
|
};
|
|
20899
|
-
isOpen: {
|
|
20900
|
-
type: import("vue").PropType<boolean>;
|
|
20901
|
-
};
|
|
20902
21418
|
inlineSearchPlaceholder: {
|
|
20903
21419
|
type: import("vue").PropType<string>;
|
|
20904
21420
|
default: string;
|
|
@@ -20977,6 +21493,9 @@ declare const _default: {
|
|
|
20977
21493
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20978
21494
|
default: string;
|
|
20979
21495
|
};
|
|
21496
|
+
isOpen: {
|
|
21497
|
+
type: import("vue").PropType<boolean>;
|
|
21498
|
+
};
|
|
20980
21499
|
selected: {
|
|
20981
21500
|
type: import("vue").PropType<unknown[]>;
|
|
20982
21501
|
default: any;
|
|
@@ -20989,9 +21508,6 @@ declare const _default: {
|
|
|
20989
21508
|
type: import("vue").PropType<string>;
|
|
20990
21509
|
default: string;
|
|
20991
21510
|
};
|
|
20992
|
-
isOpen: {
|
|
20993
|
-
type: import("vue").PropType<boolean>;
|
|
20994
|
-
};
|
|
20995
21511
|
inlineSearchPlaceholder: {
|
|
20996
21512
|
type: import("vue").PropType<string>;
|
|
20997
21513
|
default: string;
|
|
@@ -21094,6 +21610,9 @@ declare const _default: {
|
|
|
21094
21610
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21095
21611
|
default: string;
|
|
21096
21612
|
};
|
|
21613
|
+
isOpen: {
|
|
21614
|
+
type: import("vue").PropType<boolean>;
|
|
21615
|
+
};
|
|
21097
21616
|
selected: {
|
|
21098
21617
|
type: import("vue").PropType<unknown[]>;
|
|
21099
21618
|
default: any;
|
|
@@ -21106,9 +21625,6 @@ declare const _default: {
|
|
|
21106
21625
|
type: import("vue").PropType<string>;
|
|
21107
21626
|
default: string;
|
|
21108
21627
|
};
|
|
21109
|
-
isOpen: {
|
|
21110
|
-
type: import("vue").PropType<boolean>;
|
|
21111
|
-
};
|
|
21112
21628
|
inlineSearchPlaceholder: {
|
|
21113
21629
|
type: import("vue").PropType<string>;
|
|
21114
21630
|
default: string;
|
|
@@ -21177,6 +21693,9 @@ declare const _default: {
|
|
|
21177
21693
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21178
21694
|
default: string;
|
|
21179
21695
|
};
|
|
21696
|
+
isOpen: {
|
|
21697
|
+
type: import("vue").PropType<boolean>;
|
|
21698
|
+
};
|
|
21180
21699
|
selected: {
|
|
21181
21700
|
type: import("vue").PropType<unknown[]>;
|
|
21182
21701
|
default: any;
|
|
@@ -21189,9 +21708,6 @@ declare const _default: {
|
|
|
21189
21708
|
type: import("vue").PropType<string>;
|
|
21190
21709
|
default: string;
|
|
21191
21710
|
};
|
|
21192
|
-
isOpen: {
|
|
21193
|
-
type: import("vue").PropType<boolean>;
|
|
21194
|
-
};
|
|
21195
21711
|
inlineSearchPlaceholder: {
|
|
21196
21712
|
type: import("vue").PropType<string>;
|
|
21197
21713
|
default: string;
|
|
@@ -21278,6 +21794,7 @@ declare const _default: {
|
|
|
21278
21794
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21279
21795
|
optionTwoLinesKey: string;
|
|
21280
21796
|
isIndeterminate: boolean;
|
|
21797
|
+
optionFlagKey: string;
|
|
21281
21798
|
subtitle: string;
|
|
21282
21799
|
selectAllOption: boolean;
|
|
21283
21800
|
nameKey: string;
|
|
@@ -21319,6 +21836,10 @@ declare const _default: {
|
|
|
21319
21836
|
type: import("vue").PropType<boolean>;
|
|
21320
21837
|
default: boolean;
|
|
21321
21838
|
};
|
|
21839
|
+
optionFlagKey: {
|
|
21840
|
+
type: import("vue").PropType<string>;
|
|
21841
|
+
default: any;
|
|
21842
|
+
};
|
|
21322
21843
|
subtitle: {
|
|
21323
21844
|
type: import("vue").PropType<string>;
|
|
21324
21845
|
default: string;
|
|
@@ -21372,7 +21893,7 @@ declare const _default: {
|
|
|
21372
21893
|
};
|
|
21373
21894
|
}>> & {
|
|
21374
21895
|
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">;
|
|
21896
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "optionFlagKey" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
21376
21897
|
$attrs: {
|
|
21377
21898
|
[x: string]: unknown;
|
|
21378
21899
|
};
|
|
@@ -21415,6 +21936,10 @@ declare const _default: {
|
|
|
21415
21936
|
type: import("vue").PropType<boolean>;
|
|
21416
21937
|
default: boolean;
|
|
21417
21938
|
};
|
|
21939
|
+
optionFlagKey: {
|
|
21940
|
+
type: import("vue").PropType<string>;
|
|
21941
|
+
default: any;
|
|
21942
|
+
};
|
|
21418
21943
|
subtitle: {
|
|
21419
21944
|
type: import("vue").PropType<string>;
|
|
21420
21945
|
default: string;
|
|
@@ -21478,6 +22003,7 @@ declare const _default: {
|
|
|
21478
22003
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21479
22004
|
optionTwoLinesKey: string;
|
|
21480
22005
|
isIndeterminate: boolean;
|
|
22006
|
+
optionFlagKey: string;
|
|
21481
22007
|
subtitle: string;
|
|
21482
22008
|
selectAllOption: boolean;
|
|
21483
22009
|
nameKey: string;
|
|
@@ -21539,6 +22065,10 @@ declare const _default: {
|
|
|
21539
22065
|
type: import("vue").PropType<boolean>;
|
|
21540
22066
|
default: boolean;
|
|
21541
22067
|
};
|
|
22068
|
+
optionFlagKey: {
|
|
22069
|
+
type: import("vue").PropType<string>;
|
|
22070
|
+
default: any;
|
|
22071
|
+
};
|
|
21542
22072
|
subtitle: {
|
|
21543
22073
|
type: import("vue").PropType<string>;
|
|
21544
22074
|
default: string;
|
|
@@ -21625,6 +22155,10 @@ declare const _default: {
|
|
|
21625
22155
|
type: import("vue").PropType<boolean>;
|
|
21626
22156
|
default: boolean;
|
|
21627
22157
|
};
|
|
22158
|
+
optionFlagKey: {
|
|
22159
|
+
type: import("vue").PropType<string>;
|
|
22160
|
+
default: any;
|
|
22161
|
+
};
|
|
21628
22162
|
subtitle: {
|
|
21629
22163
|
type: import("vue").PropType<string>;
|
|
21630
22164
|
default: string;
|
|
@@ -21688,6 +22222,7 @@ declare const _default: {
|
|
|
21688
22222
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21689
22223
|
optionTwoLinesKey: string;
|
|
21690
22224
|
isIndeterminate: boolean;
|
|
22225
|
+
optionFlagKey: string;
|
|
21691
22226
|
subtitle: string;
|
|
21692
22227
|
selectAllOption: boolean;
|
|
21693
22228
|
nameKey: string;
|
|
@@ -21703,6 +22238,7 @@ declare const _default: {
|
|
|
21703
22238
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21704
22239
|
$slots: {
|
|
21705
22240
|
image?(_: {}): any;
|
|
22241
|
+
flag?(_: {}): any;
|
|
21706
22242
|
"icon-start"?(_: {}): any;
|
|
21707
22243
|
default?(_: {}): any;
|
|
21708
22244
|
"icon-end"?(_: {}): any;
|
|
@@ -21740,6 +22276,9 @@ declare const _default: {
|
|
|
21740
22276
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21741
22277
|
default: string;
|
|
21742
22278
|
};
|
|
22279
|
+
isOpen: {
|
|
22280
|
+
type: import("vue").PropType<boolean>;
|
|
22281
|
+
};
|
|
21743
22282
|
selected: {
|
|
21744
22283
|
type: import("vue").PropType<unknown[]>;
|
|
21745
22284
|
default: any;
|
|
@@ -21752,9 +22291,6 @@ declare const _default: {
|
|
|
21752
22291
|
type: import("vue").PropType<string>;
|
|
21753
22292
|
default: string;
|
|
21754
22293
|
};
|
|
21755
|
-
isOpen: {
|
|
21756
|
-
type: import("vue").PropType<boolean>;
|
|
21757
|
-
};
|
|
21758
22294
|
inlineSearchPlaceholder: {
|
|
21759
22295
|
type: import("vue").PropType<string>;
|
|
21760
22296
|
default: string;
|
|
@@ -21833,6 +22369,9 @@ declare const _default: {
|
|
|
21833
22369
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21834
22370
|
default: string;
|
|
21835
22371
|
};
|
|
22372
|
+
isOpen: {
|
|
22373
|
+
type: import("vue").PropType<boolean>;
|
|
22374
|
+
};
|
|
21836
22375
|
selected: {
|
|
21837
22376
|
type: import("vue").PropType<unknown[]>;
|
|
21838
22377
|
default: any;
|
|
@@ -21845,9 +22384,6 @@ declare const _default: {
|
|
|
21845
22384
|
type: import("vue").PropType<string>;
|
|
21846
22385
|
default: string;
|
|
21847
22386
|
};
|
|
21848
|
-
isOpen: {
|
|
21849
|
-
type: import("vue").PropType<boolean>;
|
|
21850
|
-
};
|
|
21851
22387
|
inlineSearchPlaceholder: {
|
|
21852
22388
|
type: import("vue").PropType<string>;
|
|
21853
22389
|
default: string;
|
|
@@ -21950,6 +22486,9 @@ declare const _default: {
|
|
|
21950
22486
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21951
22487
|
default: string;
|
|
21952
22488
|
};
|
|
22489
|
+
isOpen: {
|
|
22490
|
+
type: import("vue").PropType<boolean>;
|
|
22491
|
+
};
|
|
21953
22492
|
selected: {
|
|
21954
22493
|
type: import("vue").PropType<unknown[]>;
|
|
21955
22494
|
default: any;
|
|
@@ -21962,9 +22501,6 @@ declare const _default: {
|
|
|
21962
22501
|
type: import("vue").PropType<string>;
|
|
21963
22502
|
default: string;
|
|
21964
22503
|
};
|
|
21965
|
-
isOpen: {
|
|
21966
|
-
type: import("vue").PropType<boolean>;
|
|
21967
|
-
};
|
|
21968
22504
|
inlineSearchPlaceholder: {
|
|
21969
22505
|
type: import("vue").PropType<string>;
|
|
21970
22506
|
default: string;
|
|
@@ -22033,6 +22569,9 @@ declare const _default: {
|
|
|
22033
22569
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
22034
22570
|
default: string;
|
|
22035
22571
|
};
|
|
22572
|
+
isOpen: {
|
|
22573
|
+
type: import("vue").PropType<boolean>;
|
|
22574
|
+
};
|
|
22036
22575
|
selected: {
|
|
22037
22576
|
type: import("vue").PropType<unknown[]>;
|
|
22038
22577
|
default: any;
|
|
@@ -22045,9 +22584,6 @@ declare const _default: {
|
|
|
22045
22584
|
type: import("vue").PropType<string>;
|
|
22046
22585
|
default: string;
|
|
22047
22586
|
};
|
|
22048
|
-
isOpen: {
|
|
22049
|
-
type: import("vue").PropType<boolean>;
|
|
22050
|
-
};
|
|
22051
22587
|
inlineSearchPlaceholder: {
|
|
22052
22588
|
type: import("vue").PropType<string>;
|
|
22053
22589
|
default: string;
|
|
@@ -22784,6 +23320,175 @@ declare const _default: {
|
|
|
22784
23320
|
default?(_: {}): any;
|
|
22785
23321
|
};
|
|
22786
23322
|
});
|
|
23323
|
+
ToggleButtonGroupAB: {
|
|
23324
|
+
new (...args: any[]): {
|
|
23325
|
+
$: import("vue").ComponentInternalInstance;
|
|
23326
|
+
$data: {};
|
|
23327
|
+
$props: Partial<{
|
|
23328
|
+
testId: string;
|
|
23329
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23330
|
+
testId: {
|
|
23331
|
+
type: import("vue").PropType<string>;
|
|
23332
|
+
default: string;
|
|
23333
|
+
};
|
|
23334
|
+
modelValue: {
|
|
23335
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23336
|
+
required: true;
|
|
23337
|
+
};
|
|
23338
|
+
withPopover: {
|
|
23339
|
+
type: import("vue").PropType<boolean>;
|
|
23340
|
+
required: true;
|
|
23341
|
+
};
|
|
23342
|
+
popoverProps: {
|
|
23343
|
+
type: import("vue").PropType<{
|
|
23344
|
+
autoHide?: boolean;
|
|
23345
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23346
|
+
disabled?: boolean;
|
|
23347
|
+
placement?: import("floating-vue").Placement;
|
|
23348
|
+
distance?: number;
|
|
23349
|
+
skidding?: number;
|
|
23350
|
+
testId?: string;
|
|
23351
|
+
popperClass?: string;
|
|
23352
|
+
}>;
|
|
23353
|
+
required: true;
|
|
23354
|
+
};
|
|
23355
|
+
}>> & {
|
|
23356
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23357
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId">;
|
|
23358
|
+
$attrs: {
|
|
23359
|
+
[x: string]: unknown;
|
|
23360
|
+
};
|
|
23361
|
+
$refs: {
|
|
23362
|
+
[x: string]: unknown;
|
|
23363
|
+
};
|
|
23364
|
+
$slots: Readonly<{
|
|
23365
|
+
[name: string]: import("vue").Slot;
|
|
23366
|
+
}>;
|
|
23367
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23368
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23369
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
23370
|
+
$el: any;
|
|
23371
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23372
|
+
testId: {
|
|
23373
|
+
type: import("vue").PropType<string>;
|
|
23374
|
+
default: string;
|
|
23375
|
+
};
|
|
23376
|
+
modelValue: {
|
|
23377
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23378
|
+
required: true;
|
|
23379
|
+
};
|
|
23380
|
+
withPopover: {
|
|
23381
|
+
type: import("vue").PropType<boolean>;
|
|
23382
|
+
required: true;
|
|
23383
|
+
};
|
|
23384
|
+
popoverProps: {
|
|
23385
|
+
type: import("vue").PropType<{
|
|
23386
|
+
autoHide?: boolean;
|
|
23387
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23388
|
+
disabled?: boolean;
|
|
23389
|
+
placement?: import("floating-vue").Placement;
|
|
23390
|
+
distance?: number;
|
|
23391
|
+
skidding?: number;
|
|
23392
|
+
testId?: string;
|
|
23393
|
+
popperClass?: string;
|
|
23394
|
+
}>;
|
|
23395
|
+
required: true;
|
|
23396
|
+
};
|
|
23397
|
+
}>> & {
|
|
23398
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23399
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23400
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23401
|
+
}, string, {
|
|
23402
|
+
testId: string;
|
|
23403
|
+
}, {}, string> & {
|
|
23404
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
23405
|
+
created?: (() => void) | (() => void)[];
|
|
23406
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
23407
|
+
mounted?: (() => void) | (() => void)[];
|
|
23408
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
23409
|
+
updated?: (() => void) | (() => void)[];
|
|
23410
|
+
activated?: (() => void) | (() => void)[];
|
|
23411
|
+
deactivated?: (() => void) | (() => void)[];
|
|
23412
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
23413
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
23414
|
+
destroyed?: (() => void) | (() => void)[];
|
|
23415
|
+
unmounted?: (() => void) | (() => void)[];
|
|
23416
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23417
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23418
|
+
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)[];
|
|
23419
|
+
};
|
|
23420
|
+
$forceUpdate: () => void;
|
|
23421
|
+
$nextTick: typeof import("vue").nextTick;
|
|
23422
|
+
$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;
|
|
23423
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
23424
|
+
testId: {
|
|
23425
|
+
type: import("vue").PropType<string>;
|
|
23426
|
+
default: string;
|
|
23427
|
+
};
|
|
23428
|
+
modelValue: {
|
|
23429
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23430
|
+
required: true;
|
|
23431
|
+
};
|
|
23432
|
+
withPopover: {
|
|
23433
|
+
type: import("vue").PropType<boolean>;
|
|
23434
|
+
required: true;
|
|
23435
|
+
};
|
|
23436
|
+
popoverProps: {
|
|
23437
|
+
type: import("vue").PropType<{
|
|
23438
|
+
autoHide?: boolean;
|
|
23439
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23440
|
+
disabled?: boolean;
|
|
23441
|
+
placement?: import("floating-vue").Placement;
|
|
23442
|
+
distance?: number;
|
|
23443
|
+
skidding?: number;
|
|
23444
|
+
testId?: string;
|
|
23445
|
+
popperClass?: string;
|
|
23446
|
+
}>;
|
|
23447
|
+
required: true;
|
|
23448
|
+
};
|
|
23449
|
+
}>> & {
|
|
23450
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23451
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23452
|
+
__isFragment?: never;
|
|
23453
|
+
__isTeleport?: never;
|
|
23454
|
+
__isSuspense?: never;
|
|
23455
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23456
|
+
testId: {
|
|
23457
|
+
type: import("vue").PropType<string>;
|
|
23458
|
+
default: string;
|
|
23459
|
+
};
|
|
23460
|
+
modelValue: {
|
|
23461
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23462
|
+
required: true;
|
|
23463
|
+
};
|
|
23464
|
+
withPopover: {
|
|
23465
|
+
type: import("vue").PropType<boolean>;
|
|
23466
|
+
required: true;
|
|
23467
|
+
};
|
|
23468
|
+
popoverProps: {
|
|
23469
|
+
type: import("vue").PropType<{
|
|
23470
|
+
autoHide?: boolean;
|
|
23471
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23472
|
+
disabled?: boolean;
|
|
23473
|
+
placement?: import("floating-vue").Placement;
|
|
23474
|
+
distance?: number;
|
|
23475
|
+
skidding?: number;
|
|
23476
|
+
testId?: string;
|
|
23477
|
+
popperClass?: string;
|
|
23478
|
+
}>;
|
|
23479
|
+
required: true;
|
|
23480
|
+
};
|
|
23481
|
+
}>> & {
|
|
23482
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23483
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23484
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23485
|
+
}, string, {
|
|
23486
|
+
testId: string;
|
|
23487
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
23488
|
+
$slots: {
|
|
23489
|
+
"popover-content"?(_: {}): any;
|
|
23490
|
+
};
|
|
23491
|
+
});
|
|
22787
23492
|
ButtonTypes: () => (({
|
|
22788
23493
|
new (...args: any[]): {
|
|
22789
23494
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -23080,6 +23785,174 @@ declare const _default: {
|
|
|
23080
23785
|
$slots: {
|
|
23081
23786
|
default?(_: {}): any;
|
|
23082
23787
|
};
|
|
23788
|
+
})) | ({
|
|
23789
|
+
new (...args: any[]): {
|
|
23790
|
+
$: import("vue").ComponentInternalInstance;
|
|
23791
|
+
$data: {};
|
|
23792
|
+
$props: Partial<{
|
|
23793
|
+
testId: string;
|
|
23794
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23795
|
+
testId: {
|
|
23796
|
+
type: import("vue").PropType<string>;
|
|
23797
|
+
default: string;
|
|
23798
|
+
};
|
|
23799
|
+
modelValue: {
|
|
23800
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23801
|
+
required: true;
|
|
23802
|
+
};
|
|
23803
|
+
withPopover: {
|
|
23804
|
+
type: import("vue").PropType<boolean>;
|
|
23805
|
+
required: true;
|
|
23806
|
+
};
|
|
23807
|
+
popoverProps: {
|
|
23808
|
+
type: import("vue").PropType<{
|
|
23809
|
+
autoHide?: boolean;
|
|
23810
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23811
|
+
disabled?: boolean;
|
|
23812
|
+
placement?: import("floating-vue").Placement;
|
|
23813
|
+
distance?: number;
|
|
23814
|
+
skidding?: number;
|
|
23815
|
+
testId?: string;
|
|
23816
|
+
popperClass?: string;
|
|
23817
|
+
}>;
|
|
23818
|
+
required: true;
|
|
23819
|
+
};
|
|
23820
|
+
}>> & {
|
|
23821
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23822
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId">;
|
|
23823
|
+
$attrs: {
|
|
23824
|
+
[x: string]: unknown;
|
|
23825
|
+
};
|
|
23826
|
+
$refs: {
|
|
23827
|
+
[x: string]: unknown;
|
|
23828
|
+
};
|
|
23829
|
+
$slots: Readonly<{
|
|
23830
|
+
[name: string]: import("vue").Slot;
|
|
23831
|
+
}>;
|
|
23832
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23833
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23834
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
23835
|
+
$el: any;
|
|
23836
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23837
|
+
testId: {
|
|
23838
|
+
type: import("vue").PropType<string>;
|
|
23839
|
+
default: string;
|
|
23840
|
+
};
|
|
23841
|
+
modelValue: {
|
|
23842
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23843
|
+
required: true;
|
|
23844
|
+
};
|
|
23845
|
+
withPopover: {
|
|
23846
|
+
type: import("vue").PropType<boolean>;
|
|
23847
|
+
required: true;
|
|
23848
|
+
};
|
|
23849
|
+
popoverProps: {
|
|
23850
|
+
type: import("vue").PropType<{
|
|
23851
|
+
autoHide?: boolean;
|
|
23852
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23853
|
+
disabled?: boolean;
|
|
23854
|
+
placement?: import("floating-vue").Placement;
|
|
23855
|
+
distance?: number;
|
|
23856
|
+
skidding?: number;
|
|
23857
|
+
testId?: string;
|
|
23858
|
+
popperClass?: string;
|
|
23859
|
+
}>;
|
|
23860
|
+
required: true;
|
|
23861
|
+
};
|
|
23862
|
+
}>> & {
|
|
23863
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23864
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23865
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23866
|
+
}, string, {
|
|
23867
|
+
testId: string;
|
|
23868
|
+
}, {}, string> & {
|
|
23869
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
23870
|
+
created?: (() => void) | (() => void)[];
|
|
23871
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
23872
|
+
mounted?: (() => void) | (() => void)[];
|
|
23873
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
23874
|
+
updated?: (() => void) | (() => void)[];
|
|
23875
|
+
activated?: (() => void) | (() => void)[];
|
|
23876
|
+
deactivated?: (() => void) | (() => void)[];
|
|
23877
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
23878
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
23879
|
+
destroyed?: (() => void) | (() => void)[];
|
|
23880
|
+
unmounted?: (() => void) | (() => void)[];
|
|
23881
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23882
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23883
|
+
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)[];
|
|
23884
|
+
};
|
|
23885
|
+
$forceUpdate: () => void;
|
|
23886
|
+
$nextTick: typeof import("vue").nextTick;
|
|
23887
|
+
$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;
|
|
23888
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
23889
|
+
testId: {
|
|
23890
|
+
type: import("vue").PropType<string>;
|
|
23891
|
+
default: string;
|
|
23892
|
+
};
|
|
23893
|
+
modelValue: {
|
|
23894
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23895
|
+
required: true;
|
|
23896
|
+
};
|
|
23897
|
+
withPopover: {
|
|
23898
|
+
type: import("vue").PropType<boolean>;
|
|
23899
|
+
required: true;
|
|
23900
|
+
};
|
|
23901
|
+
popoverProps: {
|
|
23902
|
+
type: import("vue").PropType<{
|
|
23903
|
+
autoHide?: boolean;
|
|
23904
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23905
|
+
disabled?: boolean;
|
|
23906
|
+
placement?: import("floating-vue").Placement;
|
|
23907
|
+
distance?: number;
|
|
23908
|
+
skidding?: number;
|
|
23909
|
+
testId?: string;
|
|
23910
|
+
popperClass?: string;
|
|
23911
|
+
}>;
|
|
23912
|
+
required: true;
|
|
23913
|
+
};
|
|
23914
|
+
}>> & {
|
|
23915
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23916
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23917
|
+
__isFragment?: never;
|
|
23918
|
+
__isTeleport?: never;
|
|
23919
|
+
__isSuspense?: never;
|
|
23920
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23921
|
+
testId: {
|
|
23922
|
+
type: import("vue").PropType<string>;
|
|
23923
|
+
default: string;
|
|
23924
|
+
};
|
|
23925
|
+
modelValue: {
|
|
23926
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23927
|
+
required: true;
|
|
23928
|
+
};
|
|
23929
|
+
withPopover: {
|
|
23930
|
+
type: import("vue").PropType<boolean>;
|
|
23931
|
+
required: true;
|
|
23932
|
+
};
|
|
23933
|
+
popoverProps: {
|
|
23934
|
+
type: import("vue").PropType<{
|
|
23935
|
+
autoHide?: boolean;
|
|
23936
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23937
|
+
disabled?: boolean;
|
|
23938
|
+
placement?: import("floating-vue").Placement;
|
|
23939
|
+
distance?: number;
|
|
23940
|
+
skidding?: number;
|
|
23941
|
+
testId?: string;
|
|
23942
|
+
popperClass?: string;
|
|
23943
|
+
}>;
|
|
23944
|
+
required: true;
|
|
23945
|
+
};
|
|
23946
|
+
}>> & {
|
|
23947
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23948
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23949
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23950
|
+
}, string, {
|
|
23951
|
+
testId: string;
|
|
23952
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
23953
|
+
$slots: {
|
|
23954
|
+
"popover-content"?(_: {}): any;
|
|
23955
|
+
};
|
|
23083
23956
|
})))[];
|
|
23084
23957
|
ScrollButton: import("vue").DefineComponent<{
|
|
23085
23958
|
tooltipText: {
|
|
@@ -23130,14 +24003,14 @@ declare const _default: {
|
|
|
23130
24003
|
type: import("vue").PropType<string>;
|
|
23131
24004
|
default: string;
|
|
23132
24005
|
};
|
|
23133
|
-
options: {
|
|
23134
|
-
type: import("vue").PropType<unknown[]>;
|
|
23135
|
-
required: true;
|
|
23136
|
-
};
|
|
23137
24006
|
modelValue: {
|
|
23138
24007
|
type: import("vue").PropType<unknown>;
|
|
23139
24008
|
required: true;
|
|
23140
24009
|
};
|
|
24010
|
+
options: {
|
|
24011
|
+
type: import("vue").PropType<unknown[]>;
|
|
24012
|
+
required: true;
|
|
24013
|
+
};
|
|
23141
24014
|
iconKey: {
|
|
23142
24015
|
type: import("vue").PropType<string>;
|
|
23143
24016
|
default: string;
|
|
@@ -23149,14 +24022,14 @@ declare const _default: {
|
|
|
23149
24022
|
type: import("vue").PropType<string>;
|
|
23150
24023
|
default: string;
|
|
23151
24024
|
};
|
|
23152
|
-
options: {
|
|
23153
|
-
type: import("vue").PropType<unknown[]>;
|
|
23154
|
-
required: true;
|
|
23155
|
-
};
|
|
23156
24025
|
modelValue: {
|
|
23157
24026
|
type: import("vue").PropType<unknown>;
|
|
23158
24027
|
required: true;
|
|
23159
24028
|
};
|
|
24029
|
+
options: {
|
|
24030
|
+
type: import("vue").PropType<unknown[]>;
|
|
24031
|
+
required: true;
|
|
24032
|
+
};
|
|
23160
24033
|
iconKey: {
|
|
23161
24034
|
type: import("vue").PropType<string>;
|
|
23162
24035
|
default: string;
|
|
@@ -23172,14 +24045,14 @@ declare const _default: {
|
|
|
23172
24045
|
type: import("vue").PropType<string>;
|
|
23173
24046
|
default: string;
|
|
23174
24047
|
};
|
|
23175
|
-
options: {
|
|
23176
|
-
type: import("vue").PropType<unknown[]>;
|
|
23177
|
-
required: true;
|
|
23178
|
-
};
|
|
23179
24048
|
modelValue: {
|
|
23180
24049
|
type: import("vue").PropType<unknown>;
|
|
23181
24050
|
required: true;
|
|
23182
24051
|
};
|
|
24052
|
+
options: {
|
|
24053
|
+
type: import("vue").PropType<unknown[]>;
|
|
24054
|
+
required: true;
|
|
24055
|
+
};
|
|
23183
24056
|
iconKey: {
|
|
23184
24057
|
type: import("vue").PropType<string>;
|
|
23185
24058
|
default: string;
|
|
@@ -23191,14 +24064,14 @@ declare const _default: {
|
|
|
23191
24064
|
type: import("vue").PropType<string>;
|
|
23192
24065
|
default: string;
|
|
23193
24066
|
};
|
|
23194
|
-
options: {
|
|
23195
|
-
type: import("vue").PropType<unknown[]>;
|
|
23196
|
-
required: true;
|
|
23197
|
-
};
|
|
23198
24067
|
modelValue: {
|
|
23199
24068
|
type: import("vue").PropType<unknown>;
|
|
23200
24069
|
required: true;
|
|
23201
24070
|
};
|
|
24071
|
+
options: {
|
|
24072
|
+
type: import("vue").PropType<unknown[]>;
|
|
24073
|
+
required: true;
|
|
24074
|
+
};
|
|
23202
24075
|
iconKey: {
|
|
23203
24076
|
type: import("vue").PropType<string>;
|
|
23204
24077
|
default: string;
|