@ironsource/shared-ui 2.1.10-rc.3 → 2.1.10-rc.5
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/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_2d635802_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_aafd69f5_lang.css → RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css} +1 -1
- 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/DropdownV4.vue.d.ts +2 -2
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +6 -5
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +4 -3
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +1 -1
- package/components/dropdown/v4/index.d.ts +63 -63
- 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 +1 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
- package/components/radioButton/v4/index.d.ts +6 -6
- 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 +8 -3
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +58 -57
- package/components/table/v4/ExpandRowToggle.vue2.js +6 -5
- package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -3
- package/components/table/v4/MultipleDataGrid.vue.js +3 -3
- package/components/table/v4/MultipleDataGrid.vue2.js +44 -42
- package/components/table/v4/index.d.ts +46 -8
- 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/index.d.ts +1188 -605
- package/index.js +1 -1
- package/package.json +2 -2
- package/testids/index.d.ts +6 -0
- 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/DataGrid.vue_vue_type_style_index_0_scoped_9cab3826_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_899679d0_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_69c40021_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_f61be399_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_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;
|
|
@@ -2938,7 +2962,7 @@ declare const _default: {
|
|
|
2938
2962
|
}>;
|
|
2939
2963
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
2940
2964
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
2941
|
-
$emit: ((event: "
|
|
2965
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
2942
2966
|
$el: any;
|
|
2943
2967
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2944
2968
|
value: {
|
|
@@ -2970,8 +2994,8 @@ declare const _default: {
|
|
|
2970
2994
|
onChange?: (...args: any[]) => any;
|
|
2971
2995
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
2972
2996
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2973
|
-
change: (...args: any[]) => void;
|
|
2974
2997
|
"update:modelValue": (...args: any[]) => void;
|
|
2998
|
+
change: (...args: any[]) => void;
|
|
2975
2999
|
}, string, {
|
|
2976
3000
|
name: string;
|
|
2977
3001
|
label: string;
|
|
@@ -3061,8 +3085,8 @@ declare const _default: {
|
|
|
3061
3085
|
onChange?: (...args: any[]) => any;
|
|
3062
3086
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3063
3087
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3064
|
-
change: (...args: any[]) => void;
|
|
3065
3088
|
"update:modelValue": (...args: any[]) => void;
|
|
3089
|
+
change: (...args: any[]) => void;
|
|
3066
3090
|
}, string, {
|
|
3067
3091
|
name: string;
|
|
3068
3092
|
label: string;
|
|
@@ -3119,7 +3143,7 @@ declare const _default: {
|
|
|
3119
3143
|
}>;
|
|
3120
3144
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3121
3145
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3122
|
-
$emit: ((event: "
|
|
3146
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
3123
3147
|
$el: any;
|
|
3124
3148
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3125
3149
|
name: {
|
|
@@ -3146,8 +3170,8 @@ declare const _default: {
|
|
|
3146
3170
|
onChange?: (...args: any[]) => any;
|
|
3147
3171
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3148
3172
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3149
|
-
change: (...args: any[]) => void;
|
|
3150
3173
|
"update:modelValue": (...args: any[]) => void;
|
|
3174
|
+
change: (...args: any[]) => void;
|
|
3151
3175
|
}, string, {
|
|
3152
3176
|
name: string;
|
|
3153
3177
|
testId: string;
|
|
@@ -3226,8 +3250,8 @@ declare const _default: {
|
|
|
3226
3250
|
onChange?: (...args: any[]) => any;
|
|
3227
3251
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3228
3252
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3229
|
-
change: (...args: any[]) => void;
|
|
3230
3253
|
"update:modelValue": (...args: any[]) => void;
|
|
3254
|
+
change: (...args: any[]) => void;
|
|
3231
3255
|
}, string, {
|
|
3232
3256
|
name: string;
|
|
3233
3257
|
testId: string;
|
|
@@ -3289,7 +3313,7 @@ declare const _default: {
|
|
|
3289
3313
|
}>;
|
|
3290
3314
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3291
3315
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3292
|
-
$emit: ((event: "
|
|
3316
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
3293
3317
|
$el: any;
|
|
3294
3318
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3295
3319
|
value: {
|
|
@@ -3321,8 +3345,8 @@ declare const _default: {
|
|
|
3321
3345
|
onChange?: (...args: any[]) => any;
|
|
3322
3346
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3323
3347
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3324
|
-
change: (...args: any[]) => void;
|
|
3325
3348
|
"update:modelValue": (...args: any[]) => void;
|
|
3349
|
+
change: (...args: any[]) => void;
|
|
3326
3350
|
}, string, {
|
|
3327
3351
|
name: string;
|
|
3328
3352
|
label: string;
|
|
@@ -3412,8 +3436,8 @@ declare const _default: {
|
|
|
3412
3436
|
onChange?: (...args: any[]) => any;
|
|
3413
3437
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3414
3438
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3415
|
-
change: (...args: any[]) => void;
|
|
3416
3439
|
"update:modelValue": (...args: any[]) => void;
|
|
3440
|
+
change: (...args: any[]) => void;
|
|
3417
3441
|
}, string, {
|
|
3418
3442
|
name: string;
|
|
3419
3443
|
label: string;
|
|
@@ -3469,7 +3493,7 @@ declare const _default: {
|
|
|
3469
3493
|
}>;
|
|
3470
3494
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3471
3495
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3472
|
-
$emit: ((event: "
|
|
3496
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
3473
3497
|
$el: any;
|
|
3474
3498
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3475
3499
|
name: {
|
|
@@ -3496,8 +3520,8 @@ declare const _default: {
|
|
|
3496
3520
|
onChange?: (...args: any[]) => any;
|
|
3497
3521
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3498
3522
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3499
|
-
change: (...args: any[]) => void;
|
|
3500
3523
|
"update:modelValue": (...args: any[]) => void;
|
|
3524
|
+
change: (...args: any[]) => void;
|
|
3501
3525
|
}, string, {
|
|
3502
3526
|
name: string;
|
|
3503
3527
|
testId: string;
|
|
@@ -3576,8 +3600,8 @@ declare const _default: {
|
|
|
3576
3600
|
onChange?: (...args: any[]) => any;
|
|
3577
3601
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3578
3602
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3579
|
-
change: (...args: any[]) => void;
|
|
3580
3603
|
"update:modelValue": (...args: any[]) => void;
|
|
3604
|
+
change: (...args: any[]) => void;
|
|
3581
3605
|
}, string, {
|
|
3582
3606
|
name: string;
|
|
3583
3607
|
testId: string;
|
|
@@ -3613,6 +3637,10 @@ declare const _default: {
|
|
|
3613
3637
|
type: import("vue").PropType<boolean>;
|
|
3614
3638
|
default: boolean;
|
|
3615
3639
|
};
|
|
3640
|
+
modelValue: {
|
|
3641
|
+
type: import("vue").PropType<string>;
|
|
3642
|
+
default: string;
|
|
3643
|
+
};
|
|
3616
3644
|
hoverHelpText: {
|
|
3617
3645
|
type: import("vue").PropType<string>;
|
|
3618
3646
|
default: string;
|
|
@@ -3625,10 +3653,6 @@ declare const _default: {
|
|
|
3625
3653
|
type: import("vue").PropType<number>;
|
|
3626
3654
|
default: any;
|
|
3627
3655
|
};
|
|
3628
|
-
modelValue: {
|
|
3629
|
-
type: import("vue").PropType<string>;
|
|
3630
|
-
default: string;
|
|
3631
|
-
};
|
|
3632
3656
|
placeholder: {
|
|
3633
3657
|
type: import("vue").PropType<string>;
|
|
3634
3658
|
default: string;
|
|
@@ -3676,6 +3700,10 @@ declare const _default: {
|
|
|
3676
3700
|
type: import("vue").PropType<boolean>;
|
|
3677
3701
|
default: boolean;
|
|
3678
3702
|
};
|
|
3703
|
+
modelValue: {
|
|
3704
|
+
type: import("vue").PropType<string>;
|
|
3705
|
+
default: string;
|
|
3706
|
+
};
|
|
3679
3707
|
hoverHelpText: {
|
|
3680
3708
|
type: import("vue").PropType<string>;
|
|
3681
3709
|
default: string;
|
|
@@ -3688,10 +3716,6 @@ declare const _default: {
|
|
|
3688
3716
|
type: import("vue").PropType<number>;
|
|
3689
3717
|
default: any;
|
|
3690
3718
|
};
|
|
3691
|
-
modelValue: {
|
|
3692
|
-
type: import("vue").PropType<string>;
|
|
3693
|
-
default: string;
|
|
3694
|
-
};
|
|
3695
3719
|
placeholder: {
|
|
3696
3720
|
type: import("vue").PropType<string>;
|
|
3697
3721
|
default: string;
|
|
@@ -3721,10 +3745,10 @@ declare const _default: {
|
|
|
3721
3745
|
height: string;
|
|
3722
3746
|
resize: "both" | "none" | "horizontal" | "vertical";
|
|
3723
3747
|
mandatory: boolean;
|
|
3748
|
+
modelValue: string;
|
|
3724
3749
|
hoverHelpText: string;
|
|
3725
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";
|
|
3726
3751
|
maxLength: number;
|
|
3727
|
-
modelValue: string;
|
|
3728
3752
|
placeholder: string;
|
|
3729
3753
|
maxLengthCounterPosition: "inside" | "outside";
|
|
3730
3754
|
feedbackText: string;
|
|
@@ -3756,6 +3780,10 @@ declare const _default: {
|
|
|
3756
3780
|
type: import("vue").PropType<boolean>;
|
|
3757
3781
|
default: boolean;
|
|
3758
3782
|
};
|
|
3783
|
+
modelValue: {
|
|
3784
|
+
type: import("vue").PropType<string>;
|
|
3785
|
+
default: string;
|
|
3786
|
+
};
|
|
3759
3787
|
hoverHelpText: {
|
|
3760
3788
|
type: import("vue").PropType<string>;
|
|
3761
3789
|
default: string;
|
|
@@ -3768,10 +3796,6 @@ declare const _default: {
|
|
|
3768
3796
|
type: import("vue").PropType<number>;
|
|
3769
3797
|
default: any;
|
|
3770
3798
|
};
|
|
3771
|
-
modelValue: {
|
|
3772
|
-
type: import("vue").PropType<string>;
|
|
3773
|
-
default: string;
|
|
3774
|
-
};
|
|
3775
3799
|
placeholder: {
|
|
3776
3800
|
type: import("vue").PropType<string>;
|
|
3777
3801
|
default: string;
|
|
@@ -3819,6 +3843,10 @@ declare const _default: {
|
|
|
3819
3843
|
type: import("vue").PropType<boolean>;
|
|
3820
3844
|
default: boolean;
|
|
3821
3845
|
};
|
|
3846
|
+
modelValue: {
|
|
3847
|
+
type: import("vue").PropType<string>;
|
|
3848
|
+
default: string;
|
|
3849
|
+
};
|
|
3822
3850
|
hoverHelpText: {
|
|
3823
3851
|
type: import("vue").PropType<string>;
|
|
3824
3852
|
default: string;
|
|
@@ -3831,10 +3859,6 @@ declare const _default: {
|
|
|
3831
3859
|
type: import("vue").PropType<number>;
|
|
3832
3860
|
default: any;
|
|
3833
3861
|
};
|
|
3834
|
-
modelValue: {
|
|
3835
|
-
type: import("vue").PropType<string>;
|
|
3836
|
-
default: string;
|
|
3837
|
-
};
|
|
3838
3862
|
placeholder: {
|
|
3839
3863
|
type: import("vue").PropType<string>;
|
|
3840
3864
|
default: string;
|
|
@@ -3864,10 +3888,10 @@ declare const _default: {
|
|
|
3864
3888
|
height: string;
|
|
3865
3889
|
resize: "both" | "none" | "horizontal" | "vertical";
|
|
3866
3890
|
mandatory: boolean;
|
|
3891
|
+
modelValue: string;
|
|
3867
3892
|
hoverHelpText: string;
|
|
3868
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";
|
|
3869
3894
|
maxLength: number;
|
|
3870
|
-
modelValue: string;
|
|
3871
3895
|
placeholder: string;
|
|
3872
3896
|
maxLengthCounterPosition: "inside" | "outside";
|
|
3873
3897
|
feedbackText: string;
|
|
@@ -5499,7 +5523,8 @@ declare const _default: {
|
|
|
5499
5523
|
infiniteScrollThreshold: number;
|
|
5500
5524
|
rowHeight: number | ((index: number) => number);
|
|
5501
5525
|
defaultScrollPosition: number;
|
|
5502
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
5503
5528
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5504
5529
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5505
5530
|
zIndexBase: number;
|
|
@@ -5591,6 +5616,10 @@ declare const _default: {
|
|
|
5591
5616
|
default: any;
|
|
5592
5617
|
};
|
|
5593
5618
|
getRowId: {
|
|
5619
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
5620
|
+
default: (row: any, index: any) => any;
|
|
5621
|
+
};
|
|
5622
|
+
getRowKey: {
|
|
5594
5623
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5595
5624
|
default: (row: any, index: any) => any;
|
|
5596
5625
|
};
|
|
@@ -5625,7 +5654,7 @@ declare const _default: {
|
|
|
5625
5654
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5626
5655
|
onSelectRow?: (value: boolean) => any;
|
|
5627
5656
|
onClickRow?: (rowIndex: number) => any;
|
|
5628
|
-
} & 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">;
|
|
5629
5658
|
$attrs: {
|
|
5630
5659
|
[x: string]: unknown;
|
|
5631
5660
|
};
|
|
@@ -5725,6 +5754,10 @@ declare const _default: {
|
|
|
5725
5754
|
default: any;
|
|
5726
5755
|
};
|
|
5727
5756
|
getRowId: {
|
|
5757
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
5758
|
+
default: (row: any, index: any) => any;
|
|
5759
|
+
};
|
|
5760
|
+
getRowKey: {
|
|
5728
5761
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5729
5762
|
default: (row: any, index: any) => any;
|
|
5730
5763
|
};
|
|
@@ -5792,7 +5825,8 @@ declare const _default: {
|
|
|
5792
5825
|
infiniteScrollThreshold: number;
|
|
5793
5826
|
rowHeight: number | ((index: number) => number);
|
|
5794
5827
|
defaultScrollPosition: number;
|
|
5795
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
5796
5830
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5797
5831
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5798
5832
|
zIndexBase: number;
|
|
@@ -5904,6 +5938,10 @@ declare const _default: {
|
|
|
5904
5938
|
default: any;
|
|
5905
5939
|
};
|
|
5906
5940
|
getRowId: {
|
|
5941
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
5942
|
+
default: (row: any, index: any) => any;
|
|
5943
|
+
};
|
|
5944
|
+
getRowKey: {
|
|
5907
5945
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5908
5946
|
default: (row: any, index: any) => any;
|
|
5909
5947
|
};
|
|
@@ -6030,6 +6068,10 @@ declare const _default: {
|
|
|
6030
6068
|
default: any;
|
|
6031
6069
|
};
|
|
6032
6070
|
getRowId: {
|
|
6071
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6072
|
+
default: (row: any, index: any) => any;
|
|
6073
|
+
};
|
|
6074
|
+
getRowKey: {
|
|
6033
6075
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6034
6076
|
default: (row: any, index: any) => any;
|
|
6035
6077
|
};
|
|
@@ -6097,7 +6139,8 @@ declare const _default: {
|
|
|
6097
6139
|
infiniteScrollThreshold: number;
|
|
6098
6140
|
rowHeight: number | ((index: number) => number);
|
|
6099
6141
|
defaultScrollPosition: number;
|
|
6100
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
6101
6144
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6102
6145
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6103
6146
|
zIndexBase: number;
|
|
@@ -6249,7 +6292,8 @@ declare const _default: {
|
|
|
6249
6292
|
infiniteScrollThreshold: number;
|
|
6250
6293
|
rowHeight: number | ((index: number) => number);
|
|
6251
6294
|
defaultScrollPosition: number;
|
|
6252
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
6253
6297
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6254
6298
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6255
6299
|
zIndexBase: number;
|
|
@@ -6341,6 +6385,10 @@ declare const _default: {
|
|
|
6341
6385
|
default: any;
|
|
6342
6386
|
};
|
|
6343
6387
|
getRowId: {
|
|
6388
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6389
|
+
default: (row: any, index: any) => any;
|
|
6390
|
+
};
|
|
6391
|
+
getRowKey: {
|
|
6344
6392
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6345
6393
|
default: (row: any, index: any) => any;
|
|
6346
6394
|
};
|
|
@@ -6375,7 +6423,7 @@ declare const _default: {
|
|
|
6375
6423
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6376
6424
|
onSelectRow?: (value: boolean) => any;
|
|
6377
6425
|
onClickRow?: (rowIndex: number) => any;
|
|
6378
|
-
} & 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">;
|
|
6379
6427
|
$attrs: {
|
|
6380
6428
|
[x: string]: unknown;
|
|
6381
6429
|
};
|
|
@@ -6475,6 +6523,10 @@ declare const _default: {
|
|
|
6475
6523
|
default: any;
|
|
6476
6524
|
};
|
|
6477
6525
|
getRowId: {
|
|
6526
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6527
|
+
default: (row: any, index: any) => any;
|
|
6528
|
+
};
|
|
6529
|
+
getRowKey: {
|
|
6478
6530
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6479
6531
|
default: (row: any, index: any) => any;
|
|
6480
6532
|
};
|
|
@@ -6542,7 +6594,8 @@ declare const _default: {
|
|
|
6542
6594
|
infiniteScrollThreshold: number;
|
|
6543
6595
|
rowHeight: number | ((index: number) => number);
|
|
6544
6596
|
defaultScrollPosition: number;
|
|
6545
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
6546
6599
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6547
6600
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6548
6601
|
zIndexBase: number;
|
|
@@ -6654,6 +6707,10 @@ declare const _default: {
|
|
|
6654
6707
|
default: any;
|
|
6655
6708
|
};
|
|
6656
6709
|
getRowId: {
|
|
6710
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6711
|
+
default: (row: any, index: any) => any;
|
|
6712
|
+
};
|
|
6713
|
+
getRowKey: {
|
|
6657
6714
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6658
6715
|
default: (row: any, index: any) => any;
|
|
6659
6716
|
};
|
|
@@ -6780,6 +6837,10 @@ declare const _default: {
|
|
|
6780
6837
|
default: any;
|
|
6781
6838
|
};
|
|
6782
6839
|
getRowId: {
|
|
6840
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6841
|
+
default: (row: any, index: any) => any;
|
|
6842
|
+
};
|
|
6843
|
+
getRowKey: {
|
|
6783
6844
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6784
6845
|
default: (row: any, index: any) => any;
|
|
6785
6846
|
};
|
|
@@ -6847,7 +6908,8 @@ declare const _default: {
|
|
|
6847
6908
|
infiniteScrollThreshold: number;
|
|
6848
6909
|
rowHeight: number | ((index: number) => number);
|
|
6849
6910
|
defaultScrollPosition: number;
|
|
6850
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
6851
6913
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6852
6914
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6853
6915
|
zIndexBase: number;
|
|
@@ -6987,7 +7049,8 @@ declare const _default: {
|
|
|
6987
7049
|
emptyStateTitle: string;
|
|
6988
7050
|
isSticky: boolean;
|
|
6989
7051
|
emptyStateSubtitle: string;
|
|
6990
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
6991
7054
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6992
7055
|
zIndexBase: number;
|
|
6993
7056
|
rowCustomClassKey: string;
|
|
@@ -7040,6 +7103,10 @@ declare const _default: {
|
|
|
7040
7103
|
default: string;
|
|
7041
7104
|
};
|
|
7042
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: {
|
|
7043
7110
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7044
7111
|
default: (row: any, index: any) => any;
|
|
7045
7112
|
};
|
|
@@ -7093,7 +7160,7 @@ declare const _default: {
|
|
|
7093
7160
|
}) => any;
|
|
7094
7161
|
onOnClearSearch?: () => any;
|
|
7095
7162
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7096
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "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">;
|
|
7097
7164
|
$attrs: {
|
|
7098
7165
|
[x: string]: unknown;
|
|
7099
7166
|
};
|
|
@@ -7151,6 +7218,10 @@ declare const _default: {
|
|
|
7151
7218
|
default: string;
|
|
7152
7219
|
};
|
|
7153
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: {
|
|
7154
7225
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7155
7226
|
default: (row: any, index: any) => any;
|
|
7156
7227
|
};
|
|
@@ -7223,7 +7294,8 @@ declare const _default: {
|
|
|
7223
7294
|
emptyStateTitle: string;
|
|
7224
7295
|
isSticky: boolean;
|
|
7225
7296
|
emptyStateSubtitle: string;
|
|
7226
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
7227
7299
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7228
7300
|
zIndexBase: number;
|
|
7229
7301
|
rowCustomClassKey: string;
|
|
@@ -7296,6 +7368,10 @@ declare const _default: {
|
|
|
7296
7368
|
default: string;
|
|
7297
7369
|
};
|
|
7298
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: {
|
|
7299
7375
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7300
7376
|
default: (row: any, index: any) => any;
|
|
7301
7377
|
};
|
|
@@ -7395,6 +7471,10 @@ declare const _default: {
|
|
|
7395
7471
|
default: string;
|
|
7396
7472
|
};
|
|
7397
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: {
|
|
7398
7478
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7399
7479
|
default: (row: any, index: any) => any;
|
|
7400
7480
|
};
|
|
@@ -7467,7 +7547,8 @@ declare const _default: {
|
|
|
7467
7547
|
emptyStateTitle: string;
|
|
7468
7548
|
isSticky: boolean;
|
|
7469
7549
|
emptyStateSubtitle: string;
|
|
7470
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
7471
7552
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7472
7553
|
zIndexBase: number;
|
|
7473
7554
|
rowCustomClassKey: string;
|
|
@@ -7516,7 +7597,8 @@ declare const _default: {
|
|
|
7516
7597
|
emptyStateTitle: string;
|
|
7517
7598
|
isSticky: boolean;
|
|
7518
7599
|
emptyStateSubtitle: string;
|
|
7519
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
7520
7602
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7521
7603
|
zIndexBase: number;
|
|
7522
7604
|
rowCustomClassKey: string;
|
|
@@ -7569,6 +7651,10 @@ declare const _default: {
|
|
|
7569
7651
|
default: string;
|
|
7570
7652
|
};
|
|
7571
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: {
|
|
7572
7658
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7573
7659
|
default: (row: any, index: any) => any;
|
|
7574
7660
|
};
|
|
@@ -7622,7 +7708,7 @@ declare const _default: {
|
|
|
7622
7708
|
}) => any;
|
|
7623
7709
|
onOnClearSearch?: () => any;
|
|
7624
7710
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7625
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "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">;
|
|
7626
7712
|
$attrs: {
|
|
7627
7713
|
[x: string]: unknown;
|
|
7628
7714
|
};
|
|
@@ -7680,6 +7766,10 @@ declare const _default: {
|
|
|
7680
7766
|
default: string;
|
|
7681
7767
|
};
|
|
7682
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: {
|
|
7683
7773
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7684
7774
|
default: (row: any, index: any) => any;
|
|
7685
7775
|
};
|
|
@@ -7752,7 +7842,8 @@ declare const _default: {
|
|
|
7752
7842
|
emptyStateTitle: string;
|
|
7753
7843
|
isSticky: boolean;
|
|
7754
7844
|
emptyStateSubtitle: string;
|
|
7755
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
7756
7847
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7757
7848
|
zIndexBase: number;
|
|
7758
7849
|
rowCustomClassKey: string;
|
|
@@ -7825,6 +7916,10 @@ declare const _default: {
|
|
|
7825
7916
|
default: string;
|
|
7826
7917
|
};
|
|
7827
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: {
|
|
7828
7923
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7829
7924
|
default: (row: any, index: any) => any;
|
|
7830
7925
|
};
|
|
@@ -7924,6 +8019,10 @@ declare const _default: {
|
|
|
7924
8019
|
default: string;
|
|
7925
8020
|
};
|
|
7926
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: {
|
|
7927
8026
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7928
8027
|
default: (row: any, index: any) => any;
|
|
7929
8028
|
};
|
|
@@ -7996,7 +8095,8 @@ declare const _default: {
|
|
|
7996
8095
|
emptyStateTitle: string;
|
|
7997
8096
|
isSticky: boolean;
|
|
7998
8097
|
emptyStateSubtitle: string;
|
|
7999
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
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;
|
|
8000
8100
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
8001
8101
|
zIndexBase: number;
|
|
8002
8102
|
rowCustomClassKey: string;
|
|
@@ -8848,6 +8948,10 @@ declare const _default: {
|
|
|
8848
8948
|
type: import("vue").PropType<"small" | "medium">;
|
|
8849
8949
|
default: string;
|
|
8850
8950
|
};
|
|
8951
|
+
modelValue: {
|
|
8952
|
+
type: import("vue").PropType<boolean>;
|
|
8953
|
+
required: true;
|
|
8954
|
+
};
|
|
8851
8955
|
isLoading: {
|
|
8852
8956
|
type: import("vue").PropType<boolean>;
|
|
8853
8957
|
default: boolean;
|
|
@@ -8860,10 +8964,6 @@ declare const _default: {
|
|
|
8860
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">;
|
|
8861
8965
|
default: string;
|
|
8862
8966
|
};
|
|
8863
|
-
modelValue: {
|
|
8864
|
-
type: import("vue").PropType<boolean>;
|
|
8865
|
-
required: true;
|
|
8866
|
-
};
|
|
8867
8967
|
feedbackText: {
|
|
8868
8968
|
type: import("vue").PropType<string>;
|
|
8869
8969
|
default: string;
|
|
@@ -8917,6 +9017,10 @@ declare const _default: {
|
|
|
8917
9017
|
type: import("vue").PropType<"small" | "medium">;
|
|
8918
9018
|
default: string;
|
|
8919
9019
|
};
|
|
9020
|
+
modelValue: {
|
|
9021
|
+
type: import("vue").PropType<boolean>;
|
|
9022
|
+
required: true;
|
|
9023
|
+
};
|
|
8920
9024
|
isLoading: {
|
|
8921
9025
|
type: import("vue").PropType<boolean>;
|
|
8922
9026
|
default: boolean;
|
|
@@ -8929,10 +9033,6 @@ declare const _default: {
|
|
|
8929
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">;
|
|
8930
9034
|
default: string;
|
|
8931
9035
|
};
|
|
8932
|
-
modelValue: {
|
|
8933
|
-
type: import("vue").PropType<boolean>;
|
|
8934
|
-
required: true;
|
|
8935
|
-
};
|
|
8936
9036
|
feedbackText: {
|
|
8937
9037
|
type: import("vue").PropType<string>;
|
|
8938
9038
|
default: string;
|
|
@@ -9007,6 +9107,10 @@ declare const _default: {
|
|
|
9007
9107
|
type: import("vue").PropType<"small" | "medium">;
|
|
9008
9108
|
default: string;
|
|
9009
9109
|
};
|
|
9110
|
+
modelValue: {
|
|
9111
|
+
type: import("vue").PropType<boolean>;
|
|
9112
|
+
required: true;
|
|
9113
|
+
};
|
|
9010
9114
|
isLoading: {
|
|
9011
9115
|
type: import("vue").PropType<boolean>;
|
|
9012
9116
|
default: boolean;
|
|
@@ -9019,10 +9123,6 @@ declare const _default: {
|
|
|
9019
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">;
|
|
9020
9124
|
default: string;
|
|
9021
9125
|
};
|
|
9022
|
-
modelValue: {
|
|
9023
|
-
type: import("vue").PropType<boolean>;
|
|
9024
|
-
required: true;
|
|
9025
|
-
};
|
|
9026
9126
|
feedbackText: {
|
|
9027
9127
|
type: import("vue").PropType<string>;
|
|
9028
9128
|
default: string;
|
|
@@ -9066,6 +9166,10 @@ declare const _default: {
|
|
|
9066
9166
|
type: import("vue").PropType<"small" | "medium">;
|
|
9067
9167
|
default: string;
|
|
9068
9168
|
};
|
|
9169
|
+
modelValue: {
|
|
9170
|
+
type: import("vue").PropType<boolean>;
|
|
9171
|
+
required: true;
|
|
9172
|
+
};
|
|
9069
9173
|
isLoading: {
|
|
9070
9174
|
type: import("vue").PropType<boolean>;
|
|
9071
9175
|
default: boolean;
|
|
@@ -9078,10 +9182,6 @@ declare const _default: {
|
|
|
9078
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">;
|
|
9079
9183
|
default: string;
|
|
9080
9184
|
};
|
|
9081
|
-
modelValue: {
|
|
9082
|
-
type: import("vue").PropType<boolean>;
|
|
9083
|
-
required: true;
|
|
9084
|
-
};
|
|
9085
9185
|
feedbackText: {
|
|
9086
9186
|
type: import("vue").PropType<string>;
|
|
9087
9187
|
default: string;
|
|
@@ -9159,6 +9259,10 @@ declare const _default: {
|
|
|
9159
9259
|
type: import("vue").PropType<"small" | "medium">;
|
|
9160
9260
|
default: string;
|
|
9161
9261
|
};
|
|
9262
|
+
modelValue: {
|
|
9263
|
+
type: import("vue").PropType<boolean>;
|
|
9264
|
+
required: true;
|
|
9265
|
+
};
|
|
9162
9266
|
isLoading: {
|
|
9163
9267
|
type: import("vue").PropType<boolean>;
|
|
9164
9268
|
default: boolean;
|
|
@@ -9171,10 +9275,6 @@ declare const _default: {
|
|
|
9171
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">;
|
|
9172
9276
|
default: string;
|
|
9173
9277
|
};
|
|
9174
|
-
modelValue: {
|
|
9175
|
-
type: import("vue").PropType<boolean>;
|
|
9176
|
-
required: true;
|
|
9177
|
-
};
|
|
9178
9278
|
feedbackText: {
|
|
9179
9279
|
type: import("vue").PropType<string>;
|
|
9180
9280
|
default: string;
|
|
@@ -9228,6 +9328,10 @@ declare const _default: {
|
|
|
9228
9328
|
type: import("vue").PropType<"small" | "medium">;
|
|
9229
9329
|
default: string;
|
|
9230
9330
|
};
|
|
9331
|
+
modelValue: {
|
|
9332
|
+
type: import("vue").PropType<boolean>;
|
|
9333
|
+
required: true;
|
|
9334
|
+
};
|
|
9231
9335
|
isLoading: {
|
|
9232
9336
|
type: import("vue").PropType<boolean>;
|
|
9233
9337
|
default: boolean;
|
|
@@ -9240,10 +9344,6 @@ declare const _default: {
|
|
|
9240
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">;
|
|
9241
9345
|
default: string;
|
|
9242
9346
|
};
|
|
9243
|
-
modelValue: {
|
|
9244
|
-
type: import("vue").PropType<boolean>;
|
|
9245
|
-
required: true;
|
|
9246
|
-
};
|
|
9247
9347
|
feedbackText: {
|
|
9248
9348
|
type: import("vue").PropType<string>;
|
|
9249
9349
|
default: string;
|
|
@@ -9318,6 +9418,10 @@ declare const _default: {
|
|
|
9318
9418
|
type: import("vue").PropType<"small" | "medium">;
|
|
9319
9419
|
default: string;
|
|
9320
9420
|
};
|
|
9421
|
+
modelValue: {
|
|
9422
|
+
type: import("vue").PropType<boolean>;
|
|
9423
|
+
required: true;
|
|
9424
|
+
};
|
|
9321
9425
|
isLoading: {
|
|
9322
9426
|
type: import("vue").PropType<boolean>;
|
|
9323
9427
|
default: boolean;
|
|
@@ -9330,10 +9434,6 @@ declare const _default: {
|
|
|
9330
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">;
|
|
9331
9435
|
default: string;
|
|
9332
9436
|
};
|
|
9333
|
-
modelValue: {
|
|
9334
|
-
type: import("vue").PropType<boolean>;
|
|
9335
|
-
required: true;
|
|
9336
|
-
};
|
|
9337
9437
|
feedbackText: {
|
|
9338
9438
|
type: import("vue").PropType<string>;
|
|
9339
9439
|
default: string;
|
|
@@ -9377,6 +9477,10 @@ declare const _default: {
|
|
|
9377
9477
|
type: import("vue").PropType<"small" | "medium">;
|
|
9378
9478
|
default: string;
|
|
9379
9479
|
};
|
|
9480
|
+
modelValue: {
|
|
9481
|
+
type: import("vue").PropType<boolean>;
|
|
9482
|
+
required: true;
|
|
9483
|
+
};
|
|
9380
9484
|
isLoading: {
|
|
9381
9485
|
type: import("vue").PropType<boolean>;
|
|
9382
9486
|
default: boolean;
|
|
@@ -9389,10 +9493,6 @@ declare const _default: {
|
|
|
9389
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">;
|
|
9390
9494
|
default: string;
|
|
9391
9495
|
};
|
|
9392
|
-
modelValue: {
|
|
9393
|
-
type: import("vue").PropType<boolean>;
|
|
9394
|
-
required: true;
|
|
9395
|
-
};
|
|
9396
9496
|
feedbackText: {
|
|
9397
9497
|
type: import("vue").PropType<string>;
|
|
9398
9498
|
default: string;
|
|
@@ -10098,8 +10198,8 @@ declare const _default: {
|
|
|
10098
10198
|
default: string;
|
|
10099
10199
|
};
|
|
10100
10200
|
}>> & {
|
|
10101
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10102
10201
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10202
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10103
10203
|
onCancel?: () => any;
|
|
10104
10204
|
onOpen?: () => any;
|
|
10105
10205
|
onSave?: () => any;
|
|
@@ -10115,7 +10215,7 @@ declare const _default: {
|
|
|
10115
10215
|
}>;
|
|
10116
10216
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
10117
10217
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
10118
|
-
$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);
|
|
10119
10219
|
$el: any;
|
|
10120
10220
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
10121
10221
|
title: {
|
|
@@ -10199,8 +10299,8 @@ declare const _default: {
|
|
|
10199
10299
|
default: string;
|
|
10200
10300
|
};
|
|
10201
10301
|
}>> & {
|
|
10202
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10203
10302
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10303
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10204
10304
|
onCancel?: () => any;
|
|
10205
10305
|
onOpen?: () => any;
|
|
10206
10306
|
onSave?: () => any;
|
|
@@ -10332,8 +10432,8 @@ declare const _default: {
|
|
|
10332
10432
|
default: string;
|
|
10333
10433
|
};
|
|
10334
10434
|
}>> & {
|
|
10335
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10336
10435
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10436
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10337
10437
|
onCancel?: () => any;
|
|
10338
10438
|
onOpen?: () => any;
|
|
10339
10439
|
onSave?: () => any;
|
|
@@ -10423,8 +10523,8 @@ declare const _default: {
|
|
|
10423
10523
|
default: string;
|
|
10424
10524
|
};
|
|
10425
10525
|
}>> & {
|
|
10426
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10427
10526
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10527
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10428
10528
|
onCancel?: () => any;
|
|
10429
10529
|
onOpen?: () => any;
|
|
10430
10530
|
onSave?: () => any;
|
|
@@ -10567,8 +10667,8 @@ declare const _default: {
|
|
|
10567
10667
|
default: string;
|
|
10568
10668
|
};
|
|
10569
10669
|
}>> & {
|
|
10570
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10571
10670
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10671
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10572
10672
|
onCancel?: () => any;
|
|
10573
10673
|
onOpen?: () => any;
|
|
10574
10674
|
onSave?: () => any;
|
|
@@ -10584,7 +10684,7 @@ declare const _default: {
|
|
|
10584
10684
|
}>;
|
|
10585
10685
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
10586
10686
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
10587
|
-
$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);
|
|
10588
10688
|
$el: any;
|
|
10589
10689
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
10590
10690
|
title: {
|
|
@@ -10668,8 +10768,8 @@ declare const _default: {
|
|
|
10668
10768
|
default: string;
|
|
10669
10769
|
};
|
|
10670
10770
|
}>> & {
|
|
10671
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10672
10771
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10772
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10673
10773
|
onCancel?: () => any;
|
|
10674
10774
|
onOpen?: () => any;
|
|
10675
10775
|
onSave?: () => any;
|
|
@@ -10801,8 +10901,8 @@ declare const _default: {
|
|
|
10801
10901
|
default: string;
|
|
10802
10902
|
};
|
|
10803
10903
|
}>> & {
|
|
10804
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10805
10904
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10905
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10806
10906
|
onCancel?: () => any;
|
|
10807
10907
|
onOpen?: () => any;
|
|
10808
10908
|
onSave?: () => any;
|
|
@@ -10892,8 +10992,8 @@ declare const _default: {
|
|
|
10892
10992
|
default: string;
|
|
10893
10993
|
};
|
|
10894
10994
|
}>> & {
|
|
10895
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10896
10995
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10996
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10897
10997
|
onCancel?: () => any;
|
|
10898
10998
|
onOpen?: () => any;
|
|
10899
10999
|
onSave?: () => any;
|
|
@@ -12333,10 +12433,10 @@ declare const _default: {
|
|
|
12333
12433
|
disabled: boolean;
|
|
12334
12434
|
size: "small" | "medium" | "large";
|
|
12335
12435
|
mandatory: boolean;
|
|
12436
|
+
modelValue: string | number;
|
|
12336
12437
|
hoverHelpText: string;
|
|
12337
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";
|
|
12338
12439
|
maxLength: number;
|
|
12339
|
-
modelValue: string | number;
|
|
12340
12440
|
placeholder: string;
|
|
12341
12441
|
viewOnly: boolean;
|
|
12342
12442
|
labelDirection: "top" | "inside";
|
|
@@ -12380,6 +12480,10 @@ declare const _default: {
|
|
|
12380
12480
|
type: import("vue").PropType<boolean>;
|
|
12381
12481
|
default: boolean;
|
|
12382
12482
|
};
|
|
12483
|
+
modelValue: {
|
|
12484
|
+
type: import("vue").PropType<string | number>;
|
|
12485
|
+
default: string;
|
|
12486
|
+
};
|
|
12383
12487
|
hoverHelpText: {
|
|
12384
12488
|
type: import("vue").PropType<string>;
|
|
12385
12489
|
default: string;
|
|
@@ -12392,10 +12496,6 @@ declare const _default: {
|
|
|
12392
12496
|
type: import("vue").PropType<number>;
|
|
12393
12497
|
default: any;
|
|
12394
12498
|
};
|
|
12395
|
-
modelValue: {
|
|
12396
|
-
type: import("vue").PropType<string | number>;
|
|
12397
|
-
default: string;
|
|
12398
|
-
};
|
|
12399
12499
|
placeholder: {
|
|
12400
12500
|
type: import("vue").PropType<string>;
|
|
12401
12501
|
default: string;
|
|
@@ -12471,7 +12571,7 @@ declare const _default: {
|
|
|
12471
12571
|
}>> & {
|
|
12472
12572
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
12473
12573
|
onApply?: () => any;
|
|
12474
|
-
} & 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">;
|
|
12475
12575
|
$attrs: {
|
|
12476
12576
|
[x: string]: unknown;
|
|
12477
12577
|
};
|
|
@@ -12510,6 +12610,10 @@ declare const _default: {
|
|
|
12510
12610
|
type: import("vue").PropType<boolean>;
|
|
12511
12611
|
default: boolean;
|
|
12512
12612
|
};
|
|
12613
|
+
modelValue: {
|
|
12614
|
+
type: import("vue").PropType<string | number>;
|
|
12615
|
+
default: string;
|
|
12616
|
+
};
|
|
12513
12617
|
hoverHelpText: {
|
|
12514
12618
|
type: import("vue").PropType<string>;
|
|
12515
12619
|
default: string;
|
|
@@ -12522,10 +12626,6 @@ declare const _default: {
|
|
|
12522
12626
|
type: import("vue").PropType<number>;
|
|
12523
12627
|
default: any;
|
|
12524
12628
|
};
|
|
12525
|
-
modelValue: {
|
|
12526
|
-
type: import("vue").PropType<string | number>;
|
|
12527
|
-
default: string;
|
|
12528
|
-
};
|
|
12529
12629
|
placeholder: {
|
|
12530
12630
|
type: import("vue").PropType<string>;
|
|
12531
12631
|
default: string;
|
|
@@ -12613,10 +12713,10 @@ declare const _default: {
|
|
|
12613
12713
|
disabled: boolean;
|
|
12614
12714
|
size: "small" | "medium" | "large";
|
|
12615
12715
|
mandatory: boolean;
|
|
12716
|
+
modelValue: string | number;
|
|
12616
12717
|
hoverHelpText: string;
|
|
12617
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";
|
|
12618
12719
|
maxLength: number;
|
|
12619
|
-
modelValue: string | number;
|
|
12620
12720
|
placeholder: string;
|
|
12621
12721
|
viewOnly: boolean;
|
|
12622
12722
|
labelDirection: "top" | "inside";
|
|
@@ -12680,6 +12780,10 @@ declare const _default: {
|
|
|
12680
12780
|
type: import("vue").PropType<boolean>;
|
|
12681
12781
|
default: boolean;
|
|
12682
12782
|
};
|
|
12783
|
+
modelValue: {
|
|
12784
|
+
type: import("vue").PropType<string | number>;
|
|
12785
|
+
default: string;
|
|
12786
|
+
};
|
|
12683
12787
|
hoverHelpText: {
|
|
12684
12788
|
type: import("vue").PropType<string>;
|
|
12685
12789
|
default: string;
|
|
@@ -12692,10 +12796,6 @@ declare const _default: {
|
|
|
12692
12796
|
type: import("vue").PropType<number>;
|
|
12693
12797
|
default: any;
|
|
12694
12798
|
};
|
|
12695
|
-
modelValue: {
|
|
12696
|
-
type: import("vue").PropType<string | number>;
|
|
12697
|
-
default: string;
|
|
12698
|
-
};
|
|
12699
12799
|
placeholder: {
|
|
12700
12800
|
type: import("vue").PropType<string>;
|
|
12701
12801
|
default: string;
|
|
@@ -12802,6 +12902,10 @@ declare const _default: {
|
|
|
12802
12902
|
type: import("vue").PropType<boolean>;
|
|
12803
12903
|
default: boolean;
|
|
12804
12904
|
};
|
|
12905
|
+
modelValue: {
|
|
12906
|
+
type: import("vue").PropType<string | number>;
|
|
12907
|
+
default: string;
|
|
12908
|
+
};
|
|
12805
12909
|
hoverHelpText: {
|
|
12806
12910
|
type: import("vue").PropType<string>;
|
|
12807
12911
|
default: string;
|
|
@@ -12814,10 +12918,6 @@ declare const _default: {
|
|
|
12814
12918
|
type: import("vue").PropType<number>;
|
|
12815
12919
|
default: any;
|
|
12816
12920
|
};
|
|
12817
|
-
modelValue: {
|
|
12818
|
-
type: import("vue").PropType<string | number>;
|
|
12819
|
-
default: string;
|
|
12820
|
-
};
|
|
12821
12921
|
placeholder: {
|
|
12822
12922
|
type: import("vue").PropType<string>;
|
|
12823
12923
|
default: string;
|
|
@@ -12905,10 +13005,10 @@ declare const _default: {
|
|
|
12905
13005
|
disabled: boolean;
|
|
12906
13006
|
size: "small" | "medium" | "large";
|
|
12907
13007
|
mandatory: boolean;
|
|
13008
|
+
modelValue: string | number;
|
|
12908
13009
|
hoverHelpText: string;
|
|
12909
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";
|
|
12910
13011
|
maxLength: number;
|
|
12911
|
-
modelValue: string | number;
|
|
12912
13012
|
placeholder: string;
|
|
12913
13013
|
viewOnly: boolean;
|
|
12914
13014
|
labelDirection: "top" | "inside";
|
|
@@ -12944,10 +13044,10 @@ declare const _default: {
|
|
|
12944
13044
|
disabled: boolean;
|
|
12945
13045
|
size: "small" | "medium" | "large";
|
|
12946
13046
|
mandatory: boolean;
|
|
13047
|
+
modelValue: string | number;
|
|
12947
13048
|
hoverHelpText: string;
|
|
12948
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";
|
|
12949
13050
|
maxLength: number;
|
|
12950
|
-
modelValue: string | number;
|
|
12951
13051
|
placeholder: string;
|
|
12952
13052
|
viewOnly: boolean;
|
|
12953
13053
|
labelDirection: "top" | "inside";
|
|
@@ -12991,6 +13091,10 @@ declare const _default: {
|
|
|
12991
13091
|
type: import("vue").PropType<boolean>;
|
|
12992
13092
|
default: boolean;
|
|
12993
13093
|
};
|
|
13094
|
+
modelValue: {
|
|
13095
|
+
type: import("vue").PropType<string | number>;
|
|
13096
|
+
default: string;
|
|
13097
|
+
};
|
|
12994
13098
|
hoverHelpText: {
|
|
12995
13099
|
type: import("vue").PropType<string>;
|
|
12996
13100
|
default: string;
|
|
@@ -13003,10 +13107,6 @@ declare const _default: {
|
|
|
13003
13107
|
type: import("vue").PropType<number>;
|
|
13004
13108
|
default: any;
|
|
13005
13109
|
};
|
|
13006
|
-
modelValue: {
|
|
13007
|
-
type: import("vue").PropType<string | number>;
|
|
13008
|
-
default: string;
|
|
13009
|
-
};
|
|
13010
13110
|
placeholder: {
|
|
13011
13111
|
type: import("vue").PropType<string>;
|
|
13012
13112
|
default: string;
|
|
@@ -13082,7 +13182,7 @@ declare const _default: {
|
|
|
13082
13182
|
}>> & {
|
|
13083
13183
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
13084
13184
|
onApply?: () => any;
|
|
13085
|
-
} & 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">;
|
|
13086
13186
|
$attrs: {
|
|
13087
13187
|
[x: string]: unknown;
|
|
13088
13188
|
};
|
|
@@ -13121,6 +13221,10 @@ declare const _default: {
|
|
|
13121
13221
|
type: import("vue").PropType<boolean>;
|
|
13122
13222
|
default: boolean;
|
|
13123
13223
|
};
|
|
13224
|
+
modelValue: {
|
|
13225
|
+
type: import("vue").PropType<string | number>;
|
|
13226
|
+
default: string;
|
|
13227
|
+
};
|
|
13124
13228
|
hoverHelpText: {
|
|
13125
13229
|
type: import("vue").PropType<string>;
|
|
13126
13230
|
default: string;
|
|
@@ -13133,10 +13237,6 @@ declare const _default: {
|
|
|
13133
13237
|
type: import("vue").PropType<number>;
|
|
13134
13238
|
default: any;
|
|
13135
13239
|
};
|
|
13136
|
-
modelValue: {
|
|
13137
|
-
type: import("vue").PropType<string | number>;
|
|
13138
|
-
default: string;
|
|
13139
|
-
};
|
|
13140
13240
|
placeholder: {
|
|
13141
13241
|
type: import("vue").PropType<string>;
|
|
13142
13242
|
default: string;
|
|
@@ -13224,10 +13324,10 @@ declare const _default: {
|
|
|
13224
13324
|
disabled: boolean;
|
|
13225
13325
|
size: "small" | "medium" | "large";
|
|
13226
13326
|
mandatory: boolean;
|
|
13327
|
+
modelValue: string | number;
|
|
13227
13328
|
hoverHelpText: string;
|
|
13228
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";
|
|
13229
13330
|
maxLength: number;
|
|
13230
|
-
modelValue: string | number;
|
|
13231
13331
|
placeholder: string;
|
|
13232
13332
|
viewOnly: boolean;
|
|
13233
13333
|
labelDirection: "top" | "inside";
|
|
@@ -13291,6 +13391,10 @@ declare const _default: {
|
|
|
13291
13391
|
type: import("vue").PropType<boolean>;
|
|
13292
13392
|
default: boolean;
|
|
13293
13393
|
};
|
|
13394
|
+
modelValue: {
|
|
13395
|
+
type: import("vue").PropType<string | number>;
|
|
13396
|
+
default: string;
|
|
13397
|
+
};
|
|
13294
13398
|
hoverHelpText: {
|
|
13295
13399
|
type: import("vue").PropType<string>;
|
|
13296
13400
|
default: string;
|
|
@@ -13303,10 +13407,6 @@ declare const _default: {
|
|
|
13303
13407
|
type: import("vue").PropType<number>;
|
|
13304
13408
|
default: any;
|
|
13305
13409
|
};
|
|
13306
|
-
modelValue: {
|
|
13307
|
-
type: import("vue").PropType<string | number>;
|
|
13308
|
-
default: string;
|
|
13309
|
-
};
|
|
13310
13410
|
placeholder: {
|
|
13311
13411
|
type: import("vue").PropType<string>;
|
|
13312
13412
|
default: string;
|
|
@@ -13413,6 +13513,10 @@ declare const _default: {
|
|
|
13413
13513
|
type: import("vue").PropType<boolean>;
|
|
13414
13514
|
default: boolean;
|
|
13415
13515
|
};
|
|
13516
|
+
modelValue: {
|
|
13517
|
+
type: import("vue").PropType<string | number>;
|
|
13518
|
+
default: string;
|
|
13519
|
+
};
|
|
13416
13520
|
hoverHelpText: {
|
|
13417
13521
|
type: import("vue").PropType<string>;
|
|
13418
13522
|
default: string;
|
|
@@ -13425,10 +13529,6 @@ declare const _default: {
|
|
|
13425
13529
|
type: import("vue").PropType<number>;
|
|
13426
13530
|
default: any;
|
|
13427
13531
|
};
|
|
13428
|
-
modelValue: {
|
|
13429
|
-
type: import("vue").PropType<string | number>;
|
|
13430
|
-
default: string;
|
|
13431
|
-
};
|
|
13432
13532
|
placeholder: {
|
|
13433
13533
|
type: import("vue").PropType<string>;
|
|
13434
13534
|
default: string;
|
|
@@ -13516,10 +13616,10 @@ declare const _default: {
|
|
|
13516
13616
|
disabled: boolean;
|
|
13517
13617
|
size: "small" | "medium" | "large";
|
|
13518
13618
|
mandatory: boolean;
|
|
13619
|
+
modelValue: string | number;
|
|
13519
13620
|
hoverHelpText: string;
|
|
13520
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";
|
|
13521
13622
|
maxLength: number;
|
|
13522
|
-
modelValue: string | number;
|
|
13523
13623
|
placeholder: string;
|
|
13524
13624
|
viewOnly: boolean;
|
|
13525
13625
|
labelDirection: "top" | "inside";
|
|
@@ -13555,9 +13655,9 @@ declare const _default: {
|
|
|
13555
13655
|
disabled: boolean;
|
|
13556
13656
|
size: "sm" | "lg";
|
|
13557
13657
|
mandatory: boolean;
|
|
13658
|
+
modelValue: string | number;
|
|
13558
13659
|
hoverHelpText: string;
|
|
13559
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";
|
|
13560
|
-
modelValue: string | number;
|
|
13561
13661
|
placeholder: string;
|
|
13562
13662
|
viewOnly: boolean;
|
|
13563
13663
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -13592,6 +13692,10 @@ declare const _default: {
|
|
|
13592
13692
|
type: import("vue").PropType<boolean>;
|
|
13593
13693
|
default: boolean;
|
|
13594
13694
|
};
|
|
13695
|
+
modelValue: {
|
|
13696
|
+
type: import("vue").PropType<string | number>;
|
|
13697
|
+
default: string;
|
|
13698
|
+
};
|
|
13595
13699
|
hoverHelpText: {
|
|
13596
13700
|
type: import("vue").PropType<string>;
|
|
13597
13701
|
default: string;
|
|
@@ -13600,10 +13704,6 @@ declare const _default: {
|
|
|
13600
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">;
|
|
13601
13705
|
default: string;
|
|
13602
13706
|
};
|
|
13603
|
-
modelValue: {
|
|
13604
|
-
type: import("vue").PropType<string | number>;
|
|
13605
|
-
default: string;
|
|
13606
|
-
};
|
|
13607
13707
|
placeholder: {
|
|
13608
13708
|
type: import("vue").PropType<string>;
|
|
13609
13709
|
default: string;
|
|
@@ -13642,7 +13742,7 @@ declare const _default: {
|
|
|
13642
13742
|
};
|
|
13643
13743
|
}>> & {
|
|
13644
13744
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
13645
|
-
} & 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">;
|
|
13646
13746
|
$attrs: {
|
|
13647
13747
|
[x: string]: unknown;
|
|
13648
13748
|
};
|
|
@@ -13681,6 +13781,10 @@ declare const _default: {
|
|
|
13681
13781
|
type: import("vue").PropType<boolean>;
|
|
13682
13782
|
default: boolean;
|
|
13683
13783
|
};
|
|
13784
|
+
modelValue: {
|
|
13785
|
+
type: import("vue").PropType<string | number>;
|
|
13786
|
+
default: string;
|
|
13787
|
+
};
|
|
13684
13788
|
hoverHelpText: {
|
|
13685
13789
|
type: import("vue").PropType<string>;
|
|
13686
13790
|
default: string;
|
|
@@ -13689,10 +13793,6 @@ declare const _default: {
|
|
|
13689
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">;
|
|
13690
13794
|
default: string;
|
|
13691
13795
|
};
|
|
13692
|
-
modelValue: {
|
|
13693
|
-
type: import("vue").PropType<string | number>;
|
|
13694
|
-
default: string;
|
|
13695
|
-
};
|
|
13696
13796
|
placeholder: {
|
|
13697
13797
|
type: import("vue").PropType<string>;
|
|
13698
13798
|
default: string;
|
|
@@ -13740,9 +13840,9 @@ declare const _default: {
|
|
|
13740
13840
|
disabled: boolean;
|
|
13741
13841
|
size: "sm" | "lg";
|
|
13742
13842
|
mandatory: boolean;
|
|
13843
|
+
modelValue: string | number;
|
|
13743
13844
|
hoverHelpText: string;
|
|
13744
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";
|
|
13745
|
-
modelValue: string | number;
|
|
13746
13846
|
placeholder: string;
|
|
13747
13847
|
viewOnly: boolean;
|
|
13748
13848
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -13797,6 +13897,10 @@ declare const _default: {
|
|
|
13797
13897
|
type: import("vue").PropType<boolean>;
|
|
13798
13898
|
default: boolean;
|
|
13799
13899
|
};
|
|
13900
|
+
modelValue: {
|
|
13901
|
+
type: import("vue").PropType<string | number>;
|
|
13902
|
+
default: string;
|
|
13903
|
+
};
|
|
13800
13904
|
hoverHelpText: {
|
|
13801
13905
|
type: import("vue").PropType<string>;
|
|
13802
13906
|
default: string;
|
|
@@ -13805,10 +13909,6 @@ declare const _default: {
|
|
|
13805
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">;
|
|
13806
13910
|
default: string;
|
|
13807
13911
|
};
|
|
13808
|
-
modelValue: {
|
|
13809
|
-
type: import("vue").PropType<string | number>;
|
|
13810
|
-
default: string;
|
|
13811
|
-
};
|
|
13812
13912
|
placeholder: {
|
|
13813
13913
|
type: import("vue").PropType<string>;
|
|
13814
13914
|
default: string;
|
|
@@ -13876,6 +13976,10 @@ declare const _default: {
|
|
|
13876
13976
|
type: import("vue").PropType<boolean>;
|
|
13877
13977
|
default: boolean;
|
|
13878
13978
|
};
|
|
13979
|
+
modelValue: {
|
|
13980
|
+
type: import("vue").PropType<string | number>;
|
|
13981
|
+
default: string;
|
|
13982
|
+
};
|
|
13879
13983
|
hoverHelpText: {
|
|
13880
13984
|
type: import("vue").PropType<string>;
|
|
13881
13985
|
default: string;
|
|
@@ -13884,10 +13988,6 @@ declare const _default: {
|
|
|
13884
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">;
|
|
13885
13989
|
default: string;
|
|
13886
13990
|
};
|
|
13887
|
-
modelValue: {
|
|
13888
|
-
type: import("vue").PropType<string | number>;
|
|
13889
|
-
default: string;
|
|
13890
|
-
};
|
|
13891
13991
|
placeholder: {
|
|
13892
13992
|
type: import("vue").PropType<string>;
|
|
13893
13993
|
default: string;
|
|
@@ -13935,9 +14035,9 @@ declare const _default: {
|
|
|
13935
14035
|
disabled: boolean;
|
|
13936
14036
|
size: "sm" | "lg";
|
|
13937
14037
|
mandatory: boolean;
|
|
14038
|
+
modelValue: string | number;
|
|
13938
14039
|
hoverHelpText: string;
|
|
13939
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";
|
|
13940
|
-
modelValue: string | number;
|
|
13941
14041
|
placeholder: string;
|
|
13942
14042
|
viewOnly: boolean;
|
|
13943
14043
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -14037,15 +14137,18 @@ declare const _default: {
|
|
|
14037
14137
|
mandatory: {
|
|
14038
14138
|
type: import("vue").PropType<boolean>;
|
|
14039
14139
|
};
|
|
14140
|
+
modelValue: {
|
|
14141
|
+
type: import("vue").PropType<string | number>;
|
|
14142
|
+
};
|
|
14143
|
+
"onUpdate:modelValue": {
|
|
14144
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14145
|
+
};
|
|
14040
14146
|
hoverHelpText: {
|
|
14041
14147
|
type: import("vue").PropType<string>;
|
|
14042
14148
|
};
|
|
14043
14149
|
hoverHelpTextPlacement: {
|
|
14044
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">;
|
|
14045
14151
|
};
|
|
14046
|
-
modelValue: {
|
|
14047
|
-
type: import("vue").PropType<string | number>;
|
|
14048
|
-
};
|
|
14049
14152
|
placeholder: {
|
|
14050
14153
|
type: import("vue").PropType<string>;
|
|
14051
14154
|
};
|
|
@@ -14061,9 +14164,6 @@ declare const _default: {
|
|
|
14061
14164
|
onlyDigits: {
|
|
14062
14165
|
type: import("vue").PropType<boolean>;
|
|
14063
14166
|
};
|
|
14064
|
-
"onUpdate:modelValue": {
|
|
14065
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14066
|
-
};
|
|
14067
14167
|
feedbackHelpText: {
|
|
14068
14168
|
type: import("vue").PropType<string>;
|
|
14069
14169
|
};
|
|
@@ -14156,15 +14256,18 @@ declare const _default: {
|
|
|
14156
14256
|
mandatory: {
|
|
14157
14257
|
type: import("vue").PropType<boolean>;
|
|
14158
14258
|
};
|
|
14259
|
+
modelValue: {
|
|
14260
|
+
type: import("vue").PropType<string | number>;
|
|
14261
|
+
};
|
|
14262
|
+
"onUpdate:modelValue": {
|
|
14263
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14264
|
+
};
|
|
14159
14265
|
hoverHelpText: {
|
|
14160
14266
|
type: import("vue").PropType<string>;
|
|
14161
14267
|
};
|
|
14162
14268
|
hoverHelpTextPlacement: {
|
|
14163
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">;
|
|
14164
14270
|
};
|
|
14165
|
-
modelValue: {
|
|
14166
|
-
type: import("vue").PropType<string | number>;
|
|
14167
|
-
};
|
|
14168
14271
|
placeholder: {
|
|
14169
14272
|
type: import("vue").PropType<string>;
|
|
14170
14273
|
};
|
|
@@ -14180,9 +14283,6 @@ declare const _default: {
|
|
|
14180
14283
|
onlyDigits: {
|
|
14181
14284
|
type: import("vue").PropType<boolean>;
|
|
14182
14285
|
};
|
|
14183
|
-
"onUpdate:modelValue": {
|
|
14184
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14185
|
-
};
|
|
14186
14286
|
feedbackHelpText: {
|
|
14187
14287
|
type: import("vue").PropType<string>;
|
|
14188
14288
|
};
|
|
@@ -14276,15 +14376,18 @@ declare const _default: {
|
|
|
14276
14376
|
mandatory: {
|
|
14277
14377
|
type: import("vue").PropType<boolean>;
|
|
14278
14378
|
};
|
|
14379
|
+
modelValue: {
|
|
14380
|
+
type: import("vue").PropType<string | number>;
|
|
14381
|
+
};
|
|
14382
|
+
"onUpdate:modelValue": {
|
|
14383
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14384
|
+
};
|
|
14279
14385
|
hoverHelpText: {
|
|
14280
14386
|
type: import("vue").PropType<string>;
|
|
14281
14387
|
};
|
|
14282
14388
|
hoverHelpTextPlacement: {
|
|
14283
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">;
|
|
14284
14390
|
};
|
|
14285
|
-
modelValue: {
|
|
14286
|
-
type: import("vue").PropType<string | number>;
|
|
14287
|
-
};
|
|
14288
14391
|
placeholder: {
|
|
14289
14392
|
type: import("vue").PropType<string>;
|
|
14290
14393
|
};
|
|
@@ -14303,9 +14406,6 @@ declare const _default: {
|
|
|
14303
14406
|
onlyDigits: {
|
|
14304
14407
|
type: import("vue").PropType<boolean>;
|
|
14305
14408
|
};
|
|
14306
|
-
"onUpdate:modelValue": {
|
|
14307
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14308
|
-
};
|
|
14309
14409
|
feedbackHelpText: {
|
|
14310
14410
|
type: import("vue").PropType<string>;
|
|
14311
14411
|
};
|
|
@@ -14398,15 +14498,18 @@ declare const _default: {
|
|
|
14398
14498
|
mandatory: {
|
|
14399
14499
|
type: import("vue").PropType<boolean>;
|
|
14400
14500
|
};
|
|
14501
|
+
modelValue: {
|
|
14502
|
+
type: import("vue").PropType<string | number>;
|
|
14503
|
+
};
|
|
14504
|
+
"onUpdate:modelValue": {
|
|
14505
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14506
|
+
};
|
|
14401
14507
|
hoverHelpText: {
|
|
14402
14508
|
type: import("vue").PropType<string>;
|
|
14403
14509
|
};
|
|
14404
14510
|
hoverHelpTextPlacement: {
|
|
14405
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">;
|
|
14406
14512
|
};
|
|
14407
|
-
modelValue: {
|
|
14408
|
-
type: import("vue").PropType<string | number>;
|
|
14409
|
-
};
|
|
14410
14513
|
placeholder: {
|
|
14411
14514
|
type: import("vue").PropType<string>;
|
|
14412
14515
|
};
|
|
@@ -14425,9 +14528,6 @@ declare const _default: {
|
|
|
14425
14528
|
onlyDigits: {
|
|
14426
14529
|
type: import("vue").PropType<boolean>;
|
|
14427
14530
|
};
|
|
14428
|
-
"onUpdate:modelValue": {
|
|
14429
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14430
|
-
};
|
|
14431
14531
|
feedbackHelpText: {
|
|
14432
14532
|
type: import("vue").PropType<string>;
|
|
14433
14533
|
};
|
|
@@ -14521,15 +14621,18 @@ declare const _default: {
|
|
|
14521
14621
|
mandatory: {
|
|
14522
14622
|
type: import("vue").PropType<boolean>;
|
|
14523
14623
|
};
|
|
14624
|
+
modelValue: {
|
|
14625
|
+
type: import("vue").PropType<string | number>;
|
|
14626
|
+
};
|
|
14627
|
+
"onUpdate:modelValue": {
|
|
14628
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14629
|
+
};
|
|
14524
14630
|
hoverHelpText: {
|
|
14525
14631
|
type: import("vue").PropType<string>;
|
|
14526
14632
|
};
|
|
14527
14633
|
hoverHelpTextPlacement: {
|
|
14528
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">;
|
|
14529
14635
|
};
|
|
14530
|
-
modelValue: {
|
|
14531
|
-
type: import("vue").PropType<string | number>;
|
|
14532
|
-
};
|
|
14533
14636
|
placeholder: {
|
|
14534
14637
|
type: import("vue").PropType<string>;
|
|
14535
14638
|
};
|
|
@@ -14545,9 +14648,6 @@ declare const _default: {
|
|
|
14545
14648
|
onlyDigits: {
|
|
14546
14649
|
type: import("vue").PropType<boolean>;
|
|
14547
14650
|
};
|
|
14548
|
-
"onUpdate:modelValue": {
|
|
14549
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14550
|
-
};
|
|
14551
14651
|
feedbackHelpText: {
|
|
14552
14652
|
type: import("vue").PropType<string>;
|
|
14553
14653
|
};
|
|
@@ -14640,15 +14740,18 @@ declare const _default: {
|
|
|
14640
14740
|
mandatory: {
|
|
14641
14741
|
type: import("vue").PropType<boolean>;
|
|
14642
14742
|
};
|
|
14743
|
+
modelValue: {
|
|
14744
|
+
type: import("vue").PropType<string | number>;
|
|
14745
|
+
};
|
|
14746
|
+
"onUpdate:modelValue": {
|
|
14747
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14748
|
+
};
|
|
14643
14749
|
hoverHelpText: {
|
|
14644
14750
|
type: import("vue").PropType<string>;
|
|
14645
14751
|
};
|
|
14646
14752
|
hoverHelpTextPlacement: {
|
|
14647
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">;
|
|
14648
14754
|
};
|
|
14649
|
-
modelValue: {
|
|
14650
|
-
type: import("vue").PropType<string | number>;
|
|
14651
|
-
};
|
|
14652
14755
|
placeholder: {
|
|
14653
14756
|
type: import("vue").PropType<string>;
|
|
14654
14757
|
};
|
|
@@ -14664,9 +14767,6 @@ declare const _default: {
|
|
|
14664
14767
|
onlyDigits: {
|
|
14665
14768
|
type: import("vue").PropType<boolean>;
|
|
14666
14769
|
};
|
|
14667
|
-
"onUpdate:modelValue": {
|
|
14668
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14669
|
-
};
|
|
14670
14770
|
feedbackHelpText: {
|
|
14671
14771
|
type: import("vue").PropType<string>;
|
|
14672
14772
|
};
|
|
@@ -14687,9 +14787,9 @@ declare const _default: {
|
|
|
14687
14787
|
disabled: boolean;
|
|
14688
14788
|
size: "sm" | "lg";
|
|
14689
14789
|
mandatory: boolean;
|
|
14790
|
+
modelValue: string | number;
|
|
14690
14791
|
hoverHelpText: string;
|
|
14691
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";
|
|
14692
|
-
modelValue: string | number;
|
|
14693
14793
|
placeholder: string;
|
|
14694
14794
|
viewOnly: boolean;
|
|
14695
14795
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -14724,6 +14824,10 @@ declare const _default: {
|
|
|
14724
14824
|
type: import("vue").PropType<boolean>;
|
|
14725
14825
|
default: boolean;
|
|
14726
14826
|
};
|
|
14827
|
+
modelValue: {
|
|
14828
|
+
type: import("vue").PropType<string | number>;
|
|
14829
|
+
default: string;
|
|
14830
|
+
};
|
|
14727
14831
|
hoverHelpText: {
|
|
14728
14832
|
type: import("vue").PropType<string>;
|
|
14729
14833
|
default: string;
|
|
@@ -14732,10 +14836,6 @@ declare const _default: {
|
|
|
14732
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">;
|
|
14733
14837
|
default: string;
|
|
14734
14838
|
};
|
|
14735
|
-
modelValue: {
|
|
14736
|
-
type: import("vue").PropType<string | number>;
|
|
14737
|
-
default: string;
|
|
14738
|
-
};
|
|
14739
14839
|
placeholder: {
|
|
14740
14840
|
type: import("vue").PropType<string>;
|
|
14741
14841
|
default: string;
|
|
@@ -14774,7 +14874,7 @@ declare const _default: {
|
|
|
14774
14874
|
};
|
|
14775
14875
|
}>> & {
|
|
14776
14876
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
14777
|
-
} & 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">;
|
|
14778
14878
|
$attrs: {
|
|
14779
14879
|
[x: string]: unknown;
|
|
14780
14880
|
};
|
|
@@ -14813,6 +14913,10 @@ declare const _default: {
|
|
|
14813
14913
|
type: import("vue").PropType<boolean>;
|
|
14814
14914
|
default: boolean;
|
|
14815
14915
|
};
|
|
14916
|
+
modelValue: {
|
|
14917
|
+
type: import("vue").PropType<string | number>;
|
|
14918
|
+
default: string;
|
|
14919
|
+
};
|
|
14816
14920
|
hoverHelpText: {
|
|
14817
14921
|
type: import("vue").PropType<string>;
|
|
14818
14922
|
default: string;
|
|
@@ -14821,10 +14925,6 @@ declare const _default: {
|
|
|
14821
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">;
|
|
14822
14926
|
default: string;
|
|
14823
14927
|
};
|
|
14824
|
-
modelValue: {
|
|
14825
|
-
type: import("vue").PropType<string | number>;
|
|
14826
|
-
default: string;
|
|
14827
|
-
};
|
|
14828
14928
|
placeholder: {
|
|
14829
14929
|
type: import("vue").PropType<string>;
|
|
14830
14930
|
default: string;
|
|
@@ -14872,9 +14972,9 @@ declare const _default: {
|
|
|
14872
14972
|
disabled: boolean;
|
|
14873
14973
|
size: "sm" | "lg";
|
|
14874
14974
|
mandatory: boolean;
|
|
14975
|
+
modelValue: string | number;
|
|
14875
14976
|
hoverHelpText: string;
|
|
14876
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";
|
|
14877
|
-
modelValue: string | number;
|
|
14878
14978
|
placeholder: string;
|
|
14879
14979
|
viewOnly: boolean;
|
|
14880
14980
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -14929,6 +15029,10 @@ declare const _default: {
|
|
|
14929
15029
|
type: import("vue").PropType<boolean>;
|
|
14930
15030
|
default: boolean;
|
|
14931
15031
|
};
|
|
15032
|
+
modelValue: {
|
|
15033
|
+
type: import("vue").PropType<string | number>;
|
|
15034
|
+
default: string;
|
|
15035
|
+
};
|
|
14932
15036
|
hoverHelpText: {
|
|
14933
15037
|
type: import("vue").PropType<string>;
|
|
14934
15038
|
default: string;
|
|
@@ -14937,10 +15041,6 @@ declare const _default: {
|
|
|
14937
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">;
|
|
14938
15042
|
default: string;
|
|
14939
15043
|
};
|
|
14940
|
-
modelValue: {
|
|
14941
|
-
type: import("vue").PropType<string | number>;
|
|
14942
|
-
default: string;
|
|
14943
|
-
};
|
|
14944
15044
|
placeholder: {
|
|
14945
15045
|
type: import("vue").PropType<string>;
|
|
14946
15046
|
default: string;
|
|
@@ -15008,6 +15108,10 @@ declare const _default: {
|
|
|
15008
15108
|
type: import("vue").PropType<boolean>;
|
|
15009
15109
|
default: boolean;
|
|
15010
15110
|
};
|
|
15111
|
+
modelValue: {
|
|
15112
|
+
type: import("vue").PropType<string | number>;
|
|
15113
|
+
default: string;
|
|
15114
|
+
};
|
|
15011
15115
|
hoverHelpText: {
|
|
15012
15116
|
type: import("vue").PropType<string>;
|
|
15013
15117
|
default: string;
|
|
@@ -15016,10 +15120,6 @@ declare const _default: {
|
|
|
15016
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">;
|
|
15017
15121
|
default: string;
|
|
15018
15122
|
};
|
|
15019
|
-
modelValue: {
|
|
15020
|
-
type: import("vue").PropType<string | number>;
|
|
15021
|
-
default: string;
|
|
15022
|
-
};
|
|
15023
15123
|
placeholder: {
|
|
15024
15124
|
type: import("vue").PropType<string>;
|
|
15025
15125
|
default: string;
|
|
@@ -15067,9 +15167,9 @@ declare const _default: {
|
|
|
15067
15167
|
disabled: boolean;
|
|
15068
15168
|
size: "sm" | "lg";
|
|
15069
15169
|
mandatory: boolean;
|
|
15170
|
+
modelValue: string | number;
|
|
15070
15171
|
hoverHelpText: string;
|
|
15071
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";
|
|
15072
|
-
modelValue: string | number;
|
|
15073
15173
|
placeholder: string;
|
|
15074
15174
|
viewOnly: boolean;
|
|
15075
15175
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -15168,15 +15268,18 @@ declare const _default: {
|
|
|
15168
15268
|
mandatory: {
|
|
15169
15269
|
type: import("vue").PropType<boolean>;
|
|
15170
15270
|
};
|
|
15271
|
+
modelValue: {
|
|
15272
|
+
type: import("vue").PropType<string | number>;
|
|
15273
|
+
};
|
|
15274
|
+
"onUpdate:modelValue": {
|
|
15275
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
15276
|
+
};
|
|
15171
15277
|
hoverHelpText: {
|
|
15172
15278
|
type: import("vue").PropType<string>;
|
|
15173
15279
|
};
|
|
15174
15280
|
hoverHelpTextPlacement: {
|
|
15175
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">;
|
|
15176
15282
|
};
|
|
15177
|
-
modelValue: {
|
|
15178
|
-
type: import("vue").PropType<string | number>;
|
|
15179
|
-
};
|
|
15180
15283
|
placeholder: {
|
|
15181
15284
|
type: import("vue").PropType<string>;
|
|
15182
15285
|
};
|
|
@@ -15192,9 +15295,6 @@ declare const _default: {
|
|
|
15192
15295
|
onlyDigits: {
|
|
15193
15296
|
type: import("vue").PropType<boolean>;
|
|
15194
15297
|
};
|
|
15195
|
-
"onUpdate:modelValue": {
|
|
15196
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
15197
|
-
};
|
|
15198
15298
|
feedbackHelpText: {
|
|
15199
15299
|
type: import("vue").PropType<string>;
|
|
15200
15300
|
};
|
|
@@ -15287,15 +15387,18 @@ declare const _default: {
|
|
|
15287
15387
|
mandatory: {
|
|
15288
15388
|
type: import("vue").PropType<boolean>;
|
|
15289
15389
|
};
|
|
15390
|
+
modelValue: {
|
|
15391
|
+
type: import("vue").PropType<string | number>;
|
|
15392
|
+
};
|
|
15393
|
+
"onUpdate:modelValue": {
|
|
15394
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
15395
|
+
};
|
|
15290
15396
|
hoverHelpText: {
|
|
15291
15397
|
type: import("vue").PropType<string>;
|
|
15292
15398
|
};
|
|
15293
15399
|
hoverHelpTextPlacement: {
|
|
15294
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">;
|
|
15295
15401
|
};
|
|
15296
|
-
modelValue: {
|
|
15297
|
-
type: import("vue").PropType<string | number>;
|
|
15298
|
-
};
|
|
15299
15402
|
placeholder: {
|
|
15300
15403
|
type: import("vue").PropType<string>;
|
|
15301
15404
|
};
|
|
@@ -15311,9 +15414,6 @@ declare const _default: {
|
|
|
15311
15414
|
onlyDigits: {
|
|
15312
15415
|
type: import("vue").PropType<boolean>;
|
|
15313
15416
|
};
|
|
15314
|
-
"onUpdate:modelValue": {
|
|
15315
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
15316
|
-
};
|
|
15317
15417
|
feedbackHelpText: {
|
|
15318
15418
|
type: import("vue").PropType<string>;
|
|
15319
15419
|
};
|
|
@@ -15662,9 +15762,10 @@ declare const _default: {
|
|
|
15662
15762
|
size: "small" | "medium" | "large";
|
|
15663
15763
|
flip: boolean;
|
|
15664
15764
|
mandatory: boolean;
|
|
15765
|
+
skidding: number;
|
|
15766
|
+
modelValue: any;
|
|
15665
15767
|
selected: any;
|
|
15666
15768
|
onClear: () => void;
|
|
15667
|
-
modelValue: any;
|
|
15668
15769
|
placeholder: string;
|
|
15669
15770
|
multi: boolean;
|
|
15670
15771
|
showSelectAll: boolean;
|
|
@@ -15673,7 +15774,6 @@ declare const _default: {
|
|
|
15673
15774
|
autoSize: boolean;
|
|
15674
15775
|
disableKeyboardEvents: boolean;
|
|
15675
15776
|
isOnTop: boolean;
|
|
15676
|
-
skidding: number;
|
|
15677
15777
|
triggerLabel: string;
|
|
15678
15778
|
triggerHelperText: string;
|
|
15679
15779
|
triggerFeedbackText: string;
|
|
@@ -15748,6 +15848,17 @@ declare const _default: {
|
|
|
15748
15848
|
loading: {
|
|
15749
15849
|
type: import("vue").PropType<boolean>;
|
|
15750
15850
|
};
|
|
15851
|
+
skidding: {
|
|
15852
|
+
type: import("vue").PropType<number>;
|
|
15853
|
+
default: number;
|
|
15854
|
+
};
|
|
15855
|
+
isOpen: {
|
|
15856
|
+
type: import("vue").PropType<boolean>;
|
|
15857
|
+
};
|
|
15858
|
+
modelValue: {
|
|
15859
|
+
type: import("vue").PropType<unknown>;
|
|
15860
|
+
default: any;
|
|
15861
|
+
};
|
|
15751
15862
|
selected: {
|
|
15752
15863
|
type: import("vue").PropType<unknown>;
|
|
15753
15864
|
default: any;
|
|
@@ -15760,10 +15871,6 @@ declare const _default: {
|
|
|
15760
15871
|
type: import("vue").PropType<() => void>;
|
|
15761
15872
|
default: () => true;
|
|
15762
15873
|
};
|
|
15763
|
-
modelValue: {
|
|
15764
|
-
type: import("vue").PropType<unknown>;
|
|
15765
|
-
default: any;
|
|
15766
|
-
};
|
|
15767
15874
|
placeholder: {
|
|
15768
15875
|
type: import("vue").PropType<string>;
|
|
15769
15876
|
default: string;
|
|
@@ -15772,9 +15879,6 @@ declare const _default: {
|
|
|
15772
15879
|
type: import("vue").PropType<boolean>;
|
|
15773
15880
|
default: boolean;
|
|
15774
15881
|
};
|
|
15775
|
-
isOpen: {
|
|
15776
|
-
type: import("vue").PropType<boolean>;
|
|
15777
|
-
};
|
|
15778
15882
|
showSelectAll: {
|
|
15779
15883
|
type: import("vue").PropType<boolean>;
|
|
15780
15884
|
default: boolean;
|
|
@@ -15799,10 +15903,6 @@ declare const _default: {
|
|
|
15799
15903
|
type: import("vue").PropType<boolean>;
|
|
15800
15904
|
default: boolean;
|
|
15801
15905
|
};
|
|
15802
|
-
skidding: {
|
|
15803
|
-
type: import("vue").PropType<number>;
|
|
15804
|
-
default: number;
|
|
15805
|
-
};
|
|
15806
15906
|
triggerLabel: {
|
|
15807
15907
|
type: import("vue").PropType<string>;
|
|
15808
15908
|
default: string;
|
|
@@ -15937,7 +16037,7 @@ declare const _default: {
|
|
|
15937
16037
|
onOnsearch?: (value: string) => any;
|
|
15938
16038
|
onOpened?: () => any;
|
|
15939
16039
|
onClosed?: () => any;
|
|
15940
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "
|
|
16040
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
15941
16041
|
$attrs: {
|
|
15942
16042
|
[x: string]: unknown;
|
|
15943
16043
|
};
|
|
@@ -15995,6 +16095,17 @@ declare const _default: {
|
|
|
15995
16095
|
loading: {
|
|
15996
16096
|
type: import("vue").PropType<boolean>;
|
|
15997
16097
|
};
|
|
16098
|
+
skidding: {
|
|
16099
|
+
type: import("vue").PropType<number>;
|
|
16100
|
+
default: number;
|
|
16101
|
+
};
|
|
16102
|
+
isOpen: {
|
|
16103
|
+
type: import("vue").PropType<boolean>;
|
|
16104
|
+
};
|
|
16105
|
+
modelValue: {
|
|
16106
|
+
type: import("vue").PropType<unknown>;
|
|
16107
|
+
default: any;
|
|
16108
|
+
};
|
|
15998
16109
|
selected: {
|
|
15999
16110
|
type: import("vue").PropType<unknown>;
|
|
16000
16111
|
default: any;
|
|
@@ -16007,10 +16118,6 @@ declare const _default: {
|
|
|
16007
16118
|
type: import("vue").PropType<() => void>;
|
|
16008
16119
|
default: () => true;
|
|
16009
16120
|
};
|
|
16010
|
-
modelValue: {
|
|
16011
|
-
type: import("vue").PropType<unknown>;
|
|
16012
|
-
default: any;
|
|
16013
|
-
};
|
|
16014
16121
|
placeholder: {
|
|
16015
16122
|
type: import("vue").PropType<string>;
|
|
16016
16123
|
default: string;
|
|
@@ -16019,9 +16126,6 @@ declare const _default: {
|
|
|
16019
16126
|
type: import("vue").PropType<boolean>;
|
|
16020
16127
|
default: boolean;
|
|
16021
16128
|
};
|
|
16022
|
-
isOpen: {
|
|
16023
|
-
type: import("vue").PropType<boolean>;
|
|
16024
|
-
};
|
|
16025
16129
|
showSelectAll: {
|
|
16026
16130
|
type: import("vue").PropType<boolean>;
|
|
16027
16131
|
default: boolean;
|
|
@@ -16046,10 +16150,6 @@ declare const _default: {
|
|
|
16046
16150
|
type: import("vue").PropType<boolean>;
|
|
16047
16151
|
default: boolean;
|
|
16048
16152
|
};
|
|
16049
|
-
skidding: {
|
|
16050
|
-
type: import("vue").PropType<number>;
|
|
16051
|
-
default: number;
|
|
16052
|
-
};
|
|
16053
16153
|
triggerLabel: {
|
|
16054
16154
|
type: import("vue").PropType<string>;
|
|
16055
16155
|
default: string;
|
|
@@ -16208,9 +16308,10 @@ declare const _default: {
|
|
|
16208
16308
|
size: "small" | "medium" | "large";
|
|
16209
16309
|
flip: boolean;
|
|
16210
16310
|
mandatory: boolean;
|
|
16311
|
+
skidding: number;
|
|
16312
|
+
modelValue: any;
|
|
16211
16313
|
selected: any;
|
|
16212
16314
|
onClear: () => void;
|
|
16213
|
-
modelValue: any;
|
|
16214
16315
|
placeholder: string;
|
|
16215
16316
|
multi: boolean;
|
|
16216
16317
|
showSelectAll: boolean;
|
|
@@ -16219,7 +16320,6 @@ declare const _default: {
|
|
|
16219
16320
|
autoSize: boolean;
|
|
16220
16321
|
disableKeyboardEvents: boolean;
|
|
16221
16322
|
isOnTop: boolean;
|
|
16222
|
-
skidding: number;
|
|
16223
16323
|
triggerLabel: string;
|
|
16224
16324
|
triggerHelperText: string;
|
|
16225
16325
|
triggerFeedbackText: string;
|
|
@@ -16314,6 +16414,17 @@ declare const _default: {
|
|
|
16314
16414
|
loading: {
|
|
16315
16415
|
type: import("vue").PropType<boolean>;
|
|
16316
16416
|
};
|
|
16417
|
+
skidding: {
|
|
16418
|
+
type: import("vue").PropType<number>;
|
|
16419
|
+
default: number;
|
|
16420
|
+
};
|
|
16421
|
+
isOpen: {
|
|
16422
|
+
type: import("vue").PropType<boolean>;
|
|
16423
|
+
};
|
|
16424
|
+
modelValue: {
|
|
16425
|
+
type: import("vue").PropType<unknown>;
|
|
16426
|
+
default: any;
|
|
16427
|
+
};
|
|
16317
16428
|
selected: {
|
|
16318
16429
|
type: import("vue").PropType<unknown>;
|
|
16319
16430
|
default: any;
|
|
@@ -16326,10 +16437,6 @@ declare const _default: {
|
|
|
16326
16437
|
type: import("vue").PropType<() => void>;
|
|
16327
16438
|
default: () => true;
|
|
16328
16439
|
};
|
|
16329
|
-
modelValue: {
|
|
16330
|
-
type: import("vue").PropType<unknown>;
|
|
16331
|
-
default: any;
|
|
16332
|
-
};
|
|
16333
16440
|
placeholder: {
|
|
16334
16441
|
type: import("vue").PropType<string>;
|
|
16335
16442
|
default: string;
|
|
@@ -16338,9 +16445,6 @@ declare const _default: {
|
|
|
16338
16445
|
type: import("vue").PropType<boolean>;
|
|
16339
16446
|
default: boolean;
|
|
16340
16447
|
};
|
|
16341
|
-
isOpen: {
|
|
16342
|
-
type: import("vue").PropType<boolean>;
|
|
16343
|
-
};
|
|
16344
16448
|
showSelectAll: {
|
|
16345
16449
|
type: import("vue").PropType<boolean>;
|
|
16346
16450
|
default: boolean;
|
|
@@ -16365,10 +16469,6 @@ declare const _default: {
|
|
|
16365
16469
|
type: import("vue").PropType<boolean>;
|
|
16366
16470
|
default: boolean;
|
|
16367
16471
|
};
|
|
16368
|
-
skidding: {
|
|
16369
|
-
type: import("vue").PropType<number>;
|
|
16370
|
-
default: number;
|
|
16371
|
-
};
|
|
16372
16472
|
triggerLabel: {
|
|
16373
16473
|
type: import("vue").PropType<string>;
|
|
16374
16474
|
default: string;
|
|
@@ -16554,6 +16654,17 @@ declare const _default: {
|
|
|
16554
16654
|
loading: {
|
|
16555
16655
|
type: import("vue").PropType<boolean>;
|
|
16556
16656
|
};
|
|
16657
|
+
skidding: {
|
|
16658
|
+
type: import("vue").PropType<number>;
|
|
16659
|
+
default: number;
|
|
16660
|
+
};
|
|
16661
|
+
isOpen: {
|
|
16662
|
+
type: import("vue").PropType<boolean>;
|
|
16663
|
+
};
|
|
16664
|
+
modelValue: {
|
|
16665
|
+
type: import("vue").PropType<unknown>;
|
|
16666
|
+
default: any;
|
|
16667
|
+
};
|
|
16557
16668
|
selected: {
|
|
16558
16669
|
type: import("vue").PropType<unknown>;
|
|
16559
16670
|
default: any;
|
|
@@ -16566,10 +16677,6 @@ declare const _default: {
|
|
|
16566
16677
|
type: import("vue").PropType<() => void>;
|
|
16567
16678
|
default: () => true;
|
|
16568
16679
|
};
|
|
16569
|
-
modelValue: {
|
|
16570
|
-
type: import("vue").PropType<unknown>;
|
|
16571
|
-
default: any;
|
|
16572
|
-
};
|
|
16573
16680
|
placeholder: {
|
|
16574
16681
|
type: import("vue").PropType<string>;
|
|
16575
16682
|
default: string;
|
|
@@ -16578,9 +16685,6 @@ declare const _default: {
|
|
|
16578
16685
|
type: import("vue").PropType<boolean>;
|
|
16579
16686
|
default: boolean;
|
|
16580
16687
|
};
|
|
16581
|
-
isOpen: {
|
|
16582
|
-
type: import("vue").PropType<boolean>;
|
|
16583
|
-
};
|
|
16584
16688
|
showSelectAll: {
|
|
16585
16689
|
type: import("vue").PropType<boolean>;
|
|
16586
16690
|
default: boolean;
|
|
@@ -16605,10 +16709,6 @@ declare const _default: {
|
|
|
16605
16709
|
type: import("vue").PropType<boolean>;
|
|
16606
16710
|
default: boolean;
|
|
16607
16711
|
};
|
|
16608
|
-
skidding: {
|
|
16609
|
-
type: import("vue").PropType<number>;
|
|
16610
|
-
default: number;
|
|
16611
|
-
};
|
|
16612
16712
|
triggerLabel: {
|
|
16613
16713
|
type: import("vue").PropType<string>;
|
|
16614
16714
|
default: string;
|
|
@@ -16767,9 +16867,10 @@ declare const _default: {
|
|
|
16767
16867
|
size: "small" | "medium" | "large";
|
|
16768
16868
|
flip: boolean;
|
|
16769
16869
|
mandatory: boolean;
|
|
16870
|
+
skidding: number;
|
|
16871
|
+
modelValue: any;
|
|
16770
16872
|
selected: any;
|
|
16771
16873
|
onClear: () => void;
|
|
16772
|
-
modelValue: any;
|
|
16773
16874
|
placeholder: string;
|
|
16774
16875
|
multi: boolean;
|
|
16775
16876
|
showSelectAll: boolean;
|
|
@@ -16778,7 +16879,6 @@ declare const _default: {
|
|
|
16778
16879
|
autoSize: boolean;
|
|
16779
16880
|
disableKeyboardEvents: boolean;
|
|
16780
16881
|
isOnTop: boolean;
|
|
16781
|
-
skidding: number;
|
|
16782
16882
|
triggerLabel: string;
|
|
16783
16883
|
triggerHelperText: string;
|
|
16784
16884
|
triggerFeedbackText: string;
|
|
@@ -17572,161 +17672,307 @@ declare const _default: {
|
|
|
17572
17672
|
allSelected: boolean;
|
|
17573
17673
|
displayedValue: any;
|
|
17574
17674
|
}>;
|
|
17575
|
-
ButtonDropdownTrigger:
|
|
17576
|
-
|
|
17577
|
-
|
|
17578
|
-
|
|
17579
|
-
|
|
17580
|
-
|
|
17581
|
-
|
|
17582
|
-
|
|
17583
|
-
|
|
17584
|
-
|
|
17585
|
-
|
|
17586
|
-
|
|
17587
|
-
|
|
17588
|
-
|
|
17589
|
-
|
|
17590
|
-
|
|
17591
|
-
|
|
17592
|
-
|
|
17593
|
-
|
|
17594
|
-
|
|
17595
|
-
|
|
17596
|
-
|
|
17597
|
-
|
|
17598
|
-
|
|
17599
|
-
|
|
17600
|
-
|
|
17601
|
-
|
|
17602
|
-
|
|
17603
|
-
|
|
17604
|
-
|
|
17605
|
-
|
|
17606
|
-
|
|
17607
|
-
|
|
17608
|
-
|
|
17609
|
-
|
|
17610
|
-
|
|
17611
|
-
|
|
17612
|
-
|
|
17613
|
-
|
|
17614
|
-
|
|
17615
|
-
|
|
17616
|
-
|
|
17617
|
-
|
|
17618
|
-
|
|
17619
|
-
|
|
17620
|
-
|
|
17621
|
-
|
|
17622
|
-
|
|
17623
|
-
|
|
17624
|
-
|
|
17625
|
-
|
|
17626
|
-
|
|
17627
|
-
|
|
17628
|
-
|
|
17629
|
-
|
|
17630
|
-
|
|
17631
|
-
|
|
17632
|
-
|
|
17633
|
-
|
|
17634
|
-
|
|
17635
|
-
|
|
17636
|
-
|
|
17637
|
-
|
|
17638
|
-
|
|
17639
|
-
|
|
17640
|
-
|
|
17641
|
-
|
|
17642
|
-
|
|
17643
|
-
|
|
17644
|
-
|
|
17645
|
-
|
|
17646
|
-
|
|
17647
|
-
|
|
17648
|
-
|
|
17649
|
-
|
|
17650
|
-
|
|
17651
|
-
|
|
17652
|
-
|
|
17653
|
-
|
|
17654
|
-
|
|
17655
|
-
|
|
17656
|
-
|
|
17657
|
-
|
|
17658
|
-
|
|
17659
|
-
|
|
17660
|
-
|
|
17661
|
-
|
|
17662
|
-
|
|
17663
|
-
|
|
17664
|
-
|
|
17665
|
-
|
|
17666
|
-
|
|
17667
|
-
|
|
17668
|
-
|
|
17669
|
-
|
|
17670
|
-
|
|
17671
|
-
|
|
17672
|
-
|
|
17673
|
-
|
|
17674
|
-
|
|
17675
|
-
|
|
17676
|
-
|
|
17677
|
-
|
|
17678
|
-
|
|
17679
|
-
|
|
17680
|
-
|
|
17681
|
-
|
|
17682
|
-
|
|
17683
|
-
|
|
17684
|
-
|
|
17685
|
-
|
|
17686
|
-
|
|
17687
|
-
|
|
17688
|
-
|
|
17689
|
-
|
|
17690
|
-
|
|
17691
|
-
|
|
17692
|
-
|
|
17693
|
-
|
|
17694
|
-
|
|
17695
|
-
|
|
17696
|
-
|
|
17697
|
-
|
|
17698
|
-
|
|
17699
|
-
|
|
17700
|
-
|
|
17701
|
-
|
|
17702
|
-
|
|
17703
|
-
|
|
17704
|
-
|
|
17705
|
-
|
|
17706
|
-
|
|
17707
|
-
|
|
17708
|
-
|
|
17709
|
-
|
|
17710
|
-
|
|
17711
|
-
|
|
17712
|
-
|
|
17713
|
-
|
|
17714
|
-
|
|
17715
|
-
|
|
17716
|
-
|
|
17717
|
-
|
|
17718
|
-
|
|
17719
|
-
|
|
17720
|
-
|
|
17721
|
-
|
|
17722
|
-
|
|
17723
|
-
|
|
17724
|
-
|
|
17725
|
-
|
|
17726
|
-
|
|
17727
|
-
|
|
17728
|
-
|
|
17729
|
-
|
|
17675
|
+
ButtonDropdownTrigger: {
|
|
17676
|
+
new (...args: any[]): {
|
|
17677
|
+
$: import("vue").ComponentInternalInstance;
|
|
17678
|
+
$data: {};
|
|
17679
|
+
$props: Partial<{
|
|
17680
|
+
testId: string;
|
|
17681
|
+
variant: "text" | "outlined";
|
|
17682
|
+
disabled: boolean;
|
|
17683
|
+
size: "small" | "medium";
|
|
17684
|
+
open: boolean;
|
|
17685
|
+
startIconName: string;
|
|
17686
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17687
|
+
hideEndIcon: boolean;
|
|
17688
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
17689
|
+
label: {
|
|
17690
|
+
type: import("vue").PropType<string>;
|
|
17691
|
+
required: true;
|
|
17692
|
+
};
|
|
17693
|
+
testId: {
|
|
17694
|
+
type: import("vue").PropType<string>;
|
|
17695
|
+
default: string;
|
|
17696
|
+
};
|
|
17697
|
+
variant: {
|
|
17698
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17699
|
+
default: string;
|
|
17700
|
+
};
|
|
17701
|
+
disabled: {
|
|
17702
|
+
type: import("vue").PropType<boolean>;
|
|
17703
|
+
default: boolean;
|
|
17704
|
+
};
|
|
17705
|
+
size: {
|
|
17706
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17707
|
+
default: string;
|
|
17708
|
+
};
|
|
17709
|
+
open: {
|
|
17710
|
+
type: import("vue").PropType<boolean>;
|
|
17711
|
+
default: boolean;
|
|
17712
|
+
};
|
|
17713
|
+
startIconName: {
|
|
17714
|
+
type: import("vue").PropType<string>;
|
|
17715
|
+
default: any;
|
|
17716
|
+
};
|
|
17717
|
+
startIconType: {
|
|
17718
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17719
|
+
default: string;
|
|
17720
|
+
};
|
|
17721
|
+
hideEndIcon: {
|
|
17722
|
+
type: import("vue").PropType<boolean>;
|
|
17723
|
+
default: boolean;
|
|
17724
|
+
};
|
|
17725
|
+
}>> & {
|
|
17726
|
+
onClick?: () => any;
|
|
17727
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
17728
|
+
$attrs: {
|
|
17729
|
+
[x: string]: unknown;
|
|
17730
|
+
};
|
|
17731
|
+
$refs: {
|
|
17732
|
+
[x: string]: unknown;
|
|
17733
|
+
};
|
|
17734
|
+
$slots: Readonly<{
|
|
17735
|
+
[name: string]: import("vue").Slot;
|
|
17736
|
+
}>;
|
|
17737
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17738
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17739
|
+
$emit: (event: "click") => void;
|
|
17740
|
+
$el: any;
|
|
17741
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17742
|
+
label: {
|
|
17743
|
+
type: import("vue").PropType<string>;
|
|
17744
|
+
required: true;
|
|
17745
|
+
};
|
|
17746
|
+
testId: {
|
|
17747
|
+
type: import("vue").PropType<string>;
|
|
17748
|
+
default: string;
|
|
17749
|
+
};
|
|
17750
|
+
variant: {
|
|
17751
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17752
|
+
default: string;
|
|
17753
|
+
};
|
|
17754
|
+
disabled: {
|
|
17755
|
+
type: import("vue").PropType<boolean>;
|
|
17756
|
+
default: boolean;
|
|
17757
|
+
};
|
|
17758
|
+
size: {
|
|
17759
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17760
|
+
default: string;
|
|
17761
|
+
};
|
|
17762
|
+
open: {
|
|
17763
|
+
type: import("vue").PropType<boolean>;
|
|
17764
|
+
default: boolean;
|
|
17765
|
+
};
|
|
17766
|
+
startIconName: {
|
|
17767
|
+
type: import("vue").PropType<string>;
|
|
17768
|
+
default: any;
|
|
17769
|
+
};
|
|
17770
|
+
startIconType: {
|
|
17771
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17772
|
+
default: string;
|
|
17773
|
+
};
|
|
17774
|
+
hideEndIcon: {
|
|
17775
|
+
type: import("vue").PropType<boolean>;
|
|
17776
|
+
default: boolean;
|
|
17777
|
+
};
|
|
17778
|
+
}>> & {
|
|
17779
|
+
onClick?: () => any;
|
|
17780
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17781
|
+
click: () => void;
|
|
17782
|
+
}, string, {
|
|
17783
|
+
testId: string;
|
|
17784
|
+
variant: "text" | "outlined";
|
|
17785
|
+
disabled: boolean;
|
|
17786
|
+
size: "small" | "medium";
|
|
17787
|
+
open: boolean;
|
|
17788
|
+
startIconName: string;
|
|
17789
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17790
|
+
hideEndIcon: boolean;
|
|
17791
|
+
}, {}, string> & {
|
|
17792
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
17793
|
+
created?: (() => void) | (() => void)[];
|
|
17794
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
17795
|
+
mounted?: (() => void) | (() => void)[];
|
|
17796
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
17797
|
+
updated?: (() => void) | (() => void)[];
|
|
17798
|
+
activated?: (() => void) | (() => void)[];
|
|
17799
|
+
deactivated?: (() => void) | (() => void)[];
|
|
17800
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
17801
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
17802
|
+
destroyed?: (() => void) | (() => void)[];
|
|
17803
|
+
unmounted?: (() => void) | (() => void)[];
|
|
17804
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17805
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17806
|
+
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)[];
|
|
17807
|
+
};
|
|
17808
|
+
$forceUpdate: () => void;
|
|
17809
|
+
$nextTick: typeof import("vue").nextTick;
|
|
17810
|
+
$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;
|
|
17811
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
17812
|
+
label: {
|
|
17813
|
+
type: import("vue").PropType<string>;
|
|
17814
|
+
required: true;
|
|
17815
|
+
};
|
|
17816
|
+
testId: {
|
|
17817
|
+
type: import("vue").PropType<string>;
|
|
17818
|
+
default: string;
|
|
17819
|
+
};
|
|
17820
|
+
variant: {
|
|
17821
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17822
|
+
default: string;
|
|
17823
|
+
};
|
|
17824
|
+
disabled: {
|
|
17825
|
+
type: import("vue").PropType<boolean>;
|
|
17826
|
+
default: boolean;
|
|
17827
|
+
};
|
|
17828
|
+
size: {
|
|
17829
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17830
|
+
default: string;
|
|
17831
|
+
};
|
|
17832
|
+
open: {
|
|
17833
|
+
type: import("vue").PropType<boolean>;
|
|
17834
|
+
default: boolean;
|
|
17835
|
+
};
|
|
17836
|
+
startIconName: {
|
|
17837
|
+
type: import("vue").PropType<string>;
|
|
17838
|
+
default: any;
|
|
17839
|
+
};
|
|
17840
|
+
startIconType: {
|
|
17841
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17842
|
+
default: string;
|
|
17843
|
+
};
|
|
17844
|
+
hideEndIcon: {
|
|
17845
|
+
type: import("vue").PropType<boolean>;
|
|
17846
|
+
default: boolean;
|
|
17847
|
+
};
|
|
17848
|
+
}>> & {
|
|
17849
|
+
onClick?: () => any;
|
|
17850
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
17851
|
+
__isFragment?: never;
|
|
17852
|
+
__isTeleport?: never;
|
|
17853
|
+
__isSuspense?: never;
|
|
17854
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17855
|
+
label: {
|
|
17856
|
+
type: import("vue").PropType<string>;
|
|
17857
|
+
required: true;
|
|
17858
|
+
};
|
|
17859
|
+
testId: {
|
|
17860
|
+
type: import("vue").PropType<string>;
|
|
17861
|
+
default: string;
|
|
17862
|
+
};
|
|
17863
|
+
variant: {
|
|
17864
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17865
|
+
default: string;
|
|
17866
|
+
};
|
|
17867
|
+
disabled: {
|
|
17868
|
+
type: import("vue").PropType<boolean>;
|
|
17869
|
+
default: boolean;
|
|
17870
|
+
};
|
|
17871
|
+
size: {
|
|
17872
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17873
|
+
default: string;
|
|
17874
|
+
};
|
|
17875
|
+
open: {
|
|
17876
|
+
type: import("vue").PropType<boolean>;
|
|
17877
|
+
default: boolean;
|
|
17878
|
+
};
|
|
17879
|
+
startIconName: {
|
|
17880
|
+
type: import("vue").PropType<string>;
|
|
17881
|
+
default: any;
|
|
17882
|
+
};
|
|
17883
|
+
startIconType: {
|
|
17884
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17885
|
+
default: string;
|
|
17886
|
+
};
|
|
17887
|
+
hideEndIcon: {
|
|
17888
|
+
type: import("vue").PropType<boolean>;
|
|
17889
|
+
default: boolean;
|
|
17890
|
+
};
|
|
17891
|
+
}>> & {
|
|
17892
|
+
onClick?: () => any;
|
|
17893
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17894
|
+
click: () => void;
|
|
17895
|
+
}, string, {
|
|
17896
|
+
testId: string;
|
|
17897
|
+
variant: "text" | "outlined";
|
|
17898
|
+
disabled: boolean;
|
|
17899
|
+
size: "small" | "medium";
|
|
17900
|
+
open: boolean;
|
|
17901
|
+
startIconName: string;
|
|
17902
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17903
|
+
hideEndIcon: boolean;
|
|
17904
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
17905
|
+
$slots: {
|
|
17906
|
+
default?(_: {}): any;
|
|
17907
|
+
};
|
|
17908
|
+
});
|
|
17909
|
+
ButtonFilterDropdownTrigger: import("vue").DefineComponent<{
|
|
17910
|
+
label: {
|
|
17911
|
+
type: import("vue").PropType<string>;
|
|
17912
|
+
required: true;
|
|
17913
|
+
};
|
|
17914
|
+
testId: {
|
|
17915
|
+
type: import("vue").PropType<string>;
|
|
17916
|
+
default: string;
|
|
17917
|
+
};
|
|
17918
|
+
variant: {
|
|
17919
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17920
|
+
default: string;
|
|
17921
|
+
};
|
|
17922
|
+
disabled: {
|
|
17923
|
+
type: import("vue").PropType<boolean>;
|
|
17924
|
+
default: boolean;
|
|
17925
|
+
};
|
|
17926
|
+
open: {
|
|
17927
|
+
type: import("vue").PropType<boolean>;
|
|
17928
|
+
default: boolean;
|
|
17929
|
+
};
|
|
17930
|
+
startIconName: {
|
|
17931
|
+
type: import("vue").PropType<string>;
|
|
17932
|
+
default: any;
|
|
17933
|
+
};
|
|
17934
|
+
startIconType: {
|
|
17935
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17936
|
+
default: string;
|
|
17937
|
+
};
|
|
17938
|
+
hideEndIcon: {
|
|
17939
|
+
type: import("vue").PropType<boolean>;
|
|
17940
|
+
default: boolean;
|
|
17941
|
+
};
|
|
17942
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17943
|
+
click: () => void;
|
|
17944
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17945
|
+
label: {
|
|
17946
|
+
type: import("vue").PropType<string>;
|
|
17947
|
+
required: true;
|
|
17948
|
+
};
|
|
17949
|
+
testId: {
|
|
17950
|
+
type: import("vue").PropType<string>;
|
|
17951
|
+
default: string;
|
|
17952
|
+
};
|
|
17953
|
+
variant: {
|
|
17954
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17955
|
+
default: string;
|
|
17956
|
+
};
|
|
17957
|
+
disabled: {
|
|
17958
|
+
type: import("vue").PropType<boolean>;
|
|
17959
|
+
default: boolean;
|
|
17960
|
+
};
|
|
17961
|
+
open: {
|
|
17962
|
+
type: import("vue").PropType<boolean>;
|
|
17963
|
+
default: boolean;
|
|
17964
|
+
};
|
|
17965
|
+
startIconName: {
|
|
17966
|
+
type: import("vue").PropType<string>;
|
|
17967
|
+
default: any;
|
|
17968
|
+
};
|
|
17969
|
+
startIconType: {
|
|
17970
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17971
|
+
default: string;
|
|
17972
|
+
};
|
|
17973
|
+
hideEndIcon: {
|
|
17974
|
+
type: import("vue").PropType<boolean>;
|
|
17975
|
+
default: boolean;
|
|
17730
17976
|
};
|
|
17731
17977
|
}>> & {
|
|
17732
17978
|
onClick?: () => any;
|
|
@@ -19877,9 +20123,10 @@ declare const _default: {
|
|
|
19877
20123
|
size: "small" | "medium" | "large";
|
|
19878
20124
|
flip: boolean;
|
|
19879
20125
|
mandatory: boolean;
|
|
20126
|
+
skidding: number;
|
|
20127
|
+
modelValue: any;
|
|
19880
20128
|
selected: any;
|
|
19881
20129
|
onClear: () => void;
|
|
19882
|
-
modelValue: any;
|
|
19883
20130
|
placeholder: string;
|
|
19884
20131
|
multi: boolean;
|
|
19885
20132
|
showSelectAll: boolean;
|
|
@@ -19888,7 +20135,6 @@ declare const _default: {
|
|
|
19888
20135
|
autoSize: boolean;
|
|
19889
20136
|
disableKeyboardEvents: boolean;
|
|
19890
20137
|
isOnTop: boolean;
|
|
19891
|
-
skidding: number;
|
|
19892
20138
|
triggerLabel: string;
|
|
19893
20139
|
triggerHelperText: string;
|
|
19894
20140
|
triggerFeedbackText: string;
|
|
@@ -19963,6 +20209,17 @@ declare const _default: {
|
|
|
19963
20209
|
loading: {
|
|
19964
20210
|
type: import("vue").PropType<boolean>;
|
|
19965
20211
|
};
|
|
20212
|
+
skidding: {
|
|
20213
|
+
type: import("vue").PropType<number>;
|
|
20214
|
+
default: number;
|
|
20215
|
+
};
|
|
20216
|
+
isOpen: {
|
|
20217
|
+
type: import("vue").PropType<boolean>;
|
|
20218
|
+
};
|
|
20219
|
+
modelValue: {
|
|
20220
|
+
type: import("vue").PropType<unknown>;
|
|
20221
|
+
default: any;
|
|
20222
|
+
};
|
|
19966
20223
|
selected: {
|
|
19967
20224
|
type: import("vue").PropType<unknown>;
|
|
19968
20225
|
default: any;
|
|
@@ -19975,10 +20232,6 @@ declare const _default: {
|
|
|
19975
20232
|
type: import("vue").PropType<() => void>;
|
|
19976
20233
|
default: () => true;
|
|
19977
20234
|
};
|
|
19978
|
-
modelValue: {
|
|
19979
|
-
type: import("vue").PropType<unknown>;
|
|
19980
|
-
default: any;
|
|
19981
|
-
};
|
|
19982
20235
|
placeholder: {
|
|
19983
20236
|
type: import("vue").PropType<string>;
|
|
19984
20237
|
default: string;
|
|
@@ -19987,9 +20240,6 @@ declare const _default: {
|
|
|
19987
20240
|
type: import("vue").PropType<boolean>;
|
|
19988
20241
|
default: boolean;
|
|
19989
20242
|
};
|
|
19990
|
-
isOpen: {
|
|
19991
|
-
type: import("vue").PropType<boolean>;
|
|
19992
|
-
};
|
|
19993
20243
|
showSelectAll: {
|
|
19994
20244
|
type: import("vue").PropType<boolean>;
|
|
19995
20245
|
default: boolean;
|
|
@@ -20014,10 +20264,6 @@ declare const _default: {
|
|
|
20014
20264
|
type: import("vue").PropType<boolean>;
|
|
20015
20265
|
default: boolean;
|
|
20016
20266
|
};
|
|
20017
|
-
skidding: {
|
|
20018
|
-
type: import("vue").PropType<number>;
|
|
20019
|
-
default: number;
|
|
20020
|
-
};
|
|
20021
20267
|
triggerLabel: {
|
|
20022
20268
|
type: import("vue").PropType<string>;
|
|
20023
20269
|
default: string;
|
|
@@ -20152,7 +20398,7 @@ declare const _default: {
|
|
|
20152
20398
|
onOnsearch?: (value: string) => any;
|
|
20153
20399
|
onOpened?: () => any;
|
|
20154
20400
|
onClosed?: () => any;
|
|
20155
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "
|
|
20401
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionFlagKey" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
20156
20402
|
$attrs: {
|
|
20157
20403
|
[x: string]: unknown;
|
|
20158
20404
|
};
|
|
@@ -20210,6 +20456,17 @@ declare const _default: {
|
|
|
20210
20456
|
loading: {
|
|
20211
20457
|
type: import("vue").PropType<boolean>;
|
|
20212
20458
|
};
|
|
20459
|
+
skidding: {
|
|
20460
|
+
type: import("vue").PropType<number>;
|
|
20461
|
+
default: number;
|
|
20462
|
+
};
|
|
20463
|
+
isOpen: {
|
|
20464
|
+
type: import("vue").PropType<boolean>;
|
|
20465
|
+
};
|
|
20466
|
+
modelValue: {
|
|
20467
|
+
type: import("vue").PropType<unknown>;
|
|
20468
|
+
default: any;
|
|
20469
|
+
};
|
|
20213
20470
|
selected: {
|
|
20214
20471
|
type: import("vue").PropType<unknown>;
|
|
20215
20472
|
default: any;
|
|
@@ -20222,10 +20479,6 @@ declare const _default: {
|
|
|
20222
20479
|
type: import("vue").PropType<() => void>;
|
|
20223
20480
|
default: () => true;
|
|
20224
20481
|
};
|
|
20225
|
-
modelValue: {
|
|
20226
|
-
type: import("vue").PropType<unknown>;
|
|
20227
|
-
default: any;
|
|
20228
|
-
};
|
|
20229
20482
|
placeholder: {
|
|
20230
20483
|
type: import("vue").PropType<string>;
|
|
20231
20484
|
default: string;
|
|
@@ -20234,9 +20487,6 @@ declare const _default: {
|
|
|
20234
20487
|
type: import("vue").PropType<boolean>;
|
|
20235
20488
|
default: boolean;
|
|
20236
20489
|
};
|
|
20237
|
-
isOpen: {
|
|
20238
|
-
type: import("vue").PropType<boolean>;
|
|
20239
|
-
};
|
|
20240
20490
|
showSelectAll: {
|
|
20241
20491
|
type: import("vue").PropType<boolean>;
|
|
20242
20492
|
default: boolean;
|
|
@@ -20261,10 +20511,6 @@ declare const _default: {
|
|
|
20261
20511
|
type: import("vue").PropType<boolean>;
|
|
20262
20512
|
default: boolean;
|
|
20263
20513
|
};
|
|
20264
|
-
skidding: {
|
|
20265
|
-
type: import("vue").PropType<number>;
|
|
20266
|
-
default: number;
|
|
20267
|
-
};
|
|
20268
20514
|
triggerLabel: {
|
|
20269
20515
|
type: import("vue").PropType<string>;
|
|
20270
20516
|
default: string;
|
|
@@ -20423,9 +20669,10 @@ declare const _default: {
|
|
|
20423
20669
|
size: "small" | "medium" | "large";
|
|
20424
20670
|
flip: boolean;
|
|
20425
20671
|
mandatory: boolean;
|
|
20672
|
+
skidding: number;
|
|
20673
|
+
modelValue: any;
|
|
20426
20674
|
selected: any;
|
|
20427
20675
|
onClear: () => void;
|
|
20428
|
-
modelValue: any;
|
|
20429
20676
|
placeholder: string;
|
|
20430
20677
|
multi: boolean;
|
|
20431
20678
|
showSelectAll: boolean;
|
|
@@ -20434,7 +20681,6 @@ declare const _default: {
|
|
|
20434
20681
|
autoSize: boolean;
|
|
20435
20682
|
disableKeyboardEvents: boolean;
|
|
20436
20683
|
isOnTop: boolean;
|
|
20437
|
-
skidding: number;
|
|
20438
20684
|
triggerLabel: string;
|
|
20439
20685
|
triggerHelperText: string;
|
|
20440
20686
|
triggerFeedbackText: string;
|
|
@@ -20529,6 +20775,17 @@ declare const _default: {
|
|
|
20529
20775
|
loading: {
|
|
20530
20776
|
type: import("vue").PropType<boolean>;
|
|
20531
20777
|
};
|
|
20778
|
+
skidding: {
|
|
20779
|
+
type: import("vue").PropType<number>;
|
|
20780
|
+
default: number;
|
|
20781
|
+
};
|
|
20782
|
+
isOpen: {
|
|
20783
|
+
type: import("vue").PropType<boolean>;
|
|
20784
|
+
};
|
|
20785
|
+
modelValue: {
|
|
20786
|
+
type: import("vue").PropType<unknown>;
|
|
20787
|
+
default: any;
|
|
20788
|
+
};
|
|
20532
20789
|
selected: {
|
|
20533
20790
|
type: import("vue").PropType<unknown>;
|
|
20534
20791
|
default: any;
|
|
@@ -20541,10 +20798,6 @@ declare const _default: {
|
|
|
20541
20798
|
type: import("vue").PropType<() => void>;
|
|
20542
20799
|
default: () => true;
|
|
20543
20800
|
};
|
|
20544
|
-
modelValue: {
|
|
20545
|
-
type: import("vue").PropType<unknown>;
|
|
20546
|
-
default: any;
|
|
20547
|
-
};
|
|
20548
20801
|
placeholder: {
|
|
20549
20802
|
type: import("vue").PropType<string>;
|
|
20550
20803
|
default: string;
|
|
@@ -20553,9 +20806,6 @@ declare const _default: {
|
|
|
20553
20806
|
type: import("vue").PropType<boolean>;
|
|
20554
20807
|
default: boolean;
|
|
20555
20808
|
};
|
|
20556
|
-
isOpen: {
|
|
20557
|
-
type: import("vue").PropType<boolean>;
|
|
20558
|
-
};
|
|
20559
20809
|
showSelectAll: {
|
|
20560
20810
|
type: import("vue").PropType<boolean>;
|
|
20561
20811
|
default: boolean;
|
|
@@ -20580,10 +20830,6 @@ declare const _default: {
|
|
|
20580
20830
|
type: import("vue").PropType<boolean>;
|
|
20581
20831
|
default: boolean;
|
|
20582
20832
|
};
|
|
20583
|
-
skidding: {
|
|
20584
|
-
type: import("vue").PropType<number>;
|
|
20585
|
-
default: number;
|
|
20586
|
-
};
|
|
20587
20833
|
triggerLabel: {
|
|
20588
20834
|
type: import("vue").PropType<string>;
|
|
20589
20835
|
default: string;
|
|
@@ -20769,6 +21015,17 @@ declare const _default: {
|
|
|
20769
21015
|
loading: {
|
|
20770
21016
|
type: import("vue").PropType<boolean>;
|
|
20771
21017
|
};
|
|
21018
|
+
skidding: {
|
|
21019
|
+
type: import("vue").PropType<number>;
|
|
21020
|
+
default: number;
|
|
21021
|
+
};
|
|
21022
|
+
isOpen: {
|
|
21023
|
+
type: import("vue").PropType<boolean>;
|
|
21024
|
+
};
|
|
21025
|
+
modelValue: {
|
|
21026
|
+
type: import("vue").PropType<unknown>;
|
|
21027
|
+
default: any;
|
|
21028
|
+
};
|
|
20772
21029
|
selected: {
|
|
20773
21030
|
type: import("vue").PropType<unknown>;
|
|
20774
21031
|
default: any;
|
|
@@ -20781,10 +21038,6 @@ declare const _default: {
|
|
|
20781
21038
|
type: import("vue").PropType<() => void>;
|
|
20782
21039
|
default: () => true;
|
|
20783
21040
|
};
|
|
20784
|
-
modelValue: {
|
|
20785
|
-
type: import("vue").PropType<unknown>;
|
|
20786
|
-
default: any;
|
|
20787
|
-
};
|
|
20788
21041
|
placeholder: {
|
|
20789
21042
|
type: import("vue").PropType<string>;
|
|
20790
21043
|
default: string;
|
|
@@ -20793,9 +21046,6 @@ declare const _default: {
|
|
|
20793
21046
|
type: import("vue").PropType<boolean>;
|
|
20794
21047
|
default: boolean;
|
|
20795
21048
|
};
|
|
20796
|
-
isOpen: {
|
|
20797
|
-
type: import("vue").PropType<boolean>;
|
|
20798
|
-
};
|
|
20799
21049
|
showSelectAll: {
|
|
20800
21050
|
type: import("vue").PropType<boolean>;
|
|
20801
21051
|
default: boolean;
|
|
@@ -20820,10 +21070,6 @@ declare const _default: {
|
|
|
20820
21070
|
type: import("vue").PropType<boolean>;
|
|
20821
21071
|
default: boolean;
|
|
20822
21072
|
};
|
|
20823
|
-
skidding: {
|
|
20824
|
-
type: import("vue").PropType<number>;
|
|
20825
|
-
default: number;
|
|
20826
|
-
};
|
|
20827
21073
|
triggerLabel: {
|
|
20828
21074
|
type: import("vue").PropType<string>;
|
|
20829
21075
|
default: string;
|
|
@@ -20982,9 +21228,10 @@ declare const _default: {
|
|
|
20982
21228
|
size: "small" | "medium" | "large";
|
|
20983
21229
|
flip: boolean;
|
|
20984
21230
|
mandatory: boolean;
|
|
21231
|
+
skidding: number;
|
|
21232
|
+
modelValue: any;
|
|
20985
21233
|
selected: any;
|
|
20986
21234
|
onClear: () => void;
|
|
20987
|
-
modelValue: any;
|
|
20988
21235
|
placeholder: string;
|
|
20989
21236
|
multi: boolean;
|
|
20990
21237
|
showSelectAll: boolean;
|
|
@@ -20993,7 +21240,6 @@ declare const _default: {
|
|
|
20993
21240
|
autoSize: boolean;
|
|
20994
21241
|
disableKeyboardEvents: boolean;
|
|
20995
21242
|
isOnTop: boolean;
|
|
20996
|
-
skidding: number;
|
|
20997
21243
|
triggerLabel: string;
|
|
20998
21244
|
triggerHelperText: string;
|
|
20999
21245
|
triggerFeedbackText: string;
|
|
@@ -21186,6 +21432,9 @@ declare const _default: {
|
|
|
21186
21432
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21187
21433
|
default: string;
|
|
21188
21434
|
};
|
|
21435
|
+
isOpen: {
|
|
21436
|
+
type: import("vue").PropType<boolean>;
|
|
21437
|
+
};
|
|
21189
21438
|
selected: {
|
|
21190
21439
|
type: import("vue").PropType<unknown[]>;
|
|
21191
21440
|
default: any;
|
|
@@ -21198,9 +21447,6 @@ declare const _default: {
|
|
|
21198
21447
|
type: import("vue").PropType<string>;
|
|
21199
21448
|
default: string;
|
|
21200
21449
|
};
|
|
21201
|
-
isOpen: {
|
|
21202
|
-
type: import("vue").PropType<boolean>;
|
|
21203
|
-
};
|
|
21204
21450
|
inlineSearchPlaceholder: {
|
|
21205
21451
|
type: import("vue").PropType<string>;
|
|
21206
21452
|
default: string;
|
|
@@ -21279,6 +21525,9 @@ declare const _default: {
|
|
|
21279
21525
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21280
21526
|
default: string;
|
|
21281
21527
|
};
|
|
21528
|
+
isOpen: {
|
|
21529
|
+
type: import("vue").PropType<boolean>;
|
|
21530
|
+
};
|
|
21282
21531
|
selected: {
|
|
21283
21532
|
type: import("vue").PropType<unknown[]>;
|
|
21284
21533
|
default: any;
|
|
@@ -21291,9 +21540,6 @@ declare const _default: {
|
|
|
21291
21540
|
type: import("vue").PropType<string>;
|
|
21292
21541
|
default: string;
|
|
21293
21542
|
};
|
|
21294
|
-
isOpen: {
|
|
21295
|
-
type: import("vue").PropType<boolean>;
|
|
21296
|
-
};
|
|
21297
21543
|
inlineSearchPlaceholder: {
|
|
21298
21544
|
type: import("vue").PropType<string>;
|
|
21299
21545
|
default: string;
|
|
@@ -21396,6 +21642,9 @@ declare const _default: {
|
|
|
21396
21642
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21397
21643
|
default: string;
|
|
21398
21644
|
};
|
|
21645
|
+
isOpen: {
|
|
21646
|
+
type: import("vue").PropType<boolean>;
|
|
21647
|
+
};
|
|
21399
21648
|
selected: {
|
|
21400
21649
|
type: import("vue").PropType<unknown[]>;
|
|
21401
21650
|
default: any;
|
|
@@ -21408,9 +21657,6 @@ declare const _default: {
|
|
|
21408
21657
|
type: import("vue").PropType<string>;
|
|
21409
21658
|
default: string;
|
|
21410
21659
|
};
|
|
21411
|
-
isOpen: {
|
|
21412
|
-
type: import("vue").PropType<boolean>;
|
|
21413
|
-
};
|
|
21414
21660
|
inlineSearchPlaceholder: {
|
|
21415
21661
|
type: import("vue").PropType<string>;
|
|
21416
21662
|
default: string;
|
|
@@ -21479,6 +21725,9 @@ declare const _default: {
|
|
|
21479
21725
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21480
21726
|
default: string;
|
|
21481
21727
|
};
|
|
21728
|
+
isOpen: {
|
|
21729
|
+
type: import("vue").PropType<boolean>;
|
|
21730
|
+
};
|
|
21482
21731
|
selected: {
|
|
21483
21732
|
type: import("vue").PropType<unknown[]>;
|
|
21484
21733
|
default: any;
|
|
@@ -21491,9 +21740,6 @@ declare const _default: {
|
|
|
21491
21740
|
type: import("vue").PropType<string>;
|
|
21492
21741
|
default: string;
|
|
21493
21742
|
};
|
|
21494
|
-
isOpen: {
|
|
21495
|
-
type: import("vue").PropType<boolean>;
|
|
21496
|
-
};
|
|
21497
21743
|
inlineSearchPlaceholder: {
|
|
21498
21744
|
type: import("vue").PropType<string>;
|
|
21499
21745
|
default: string;
|
|
@@ -22062,6 +22308,9 @@ declare const _default: {
|
|
|
22062
22308
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
22063
22309
|
default: string;
|
|
22064
22310
|
};
|
|
22311
|
+
isOpen: {
|
|
22312
|
+
type: import("vue").PropType<boolean>;
|
|
22313
|
+
};
|
|
22065
22314
|
selected: {
|
|
22066
22315
|
type: import("vue").PropType<unknown[]>;
|
|
22067
22316
|
default: any;
|
|
@@ -22074,9 +22323,6 @@ declare const _default: {
|
|
|
22074
22323
|
type: import("vue").PropType<string>;
|
|
22075
22324
|
default: string;
|
|
22076
22325
|
};
|
|
22077
|
-
isOpen: {
|
|
22078
|
-
type: import("vue").PropType<boolean>;
|
|
22079
|
-
};
|
|
22080
22326
|
inlineSearchPlaceholder: {
|
|
22081
22327
|
type: import("vue").PropType<string>;
|
|
22082
22328
|
default: string;
|
|
@@ -22155,6 +22401,9 @@ declare const _default: {
|
|
|
22155
22401
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
22156
22402
|
default: string;
|
|
22157
22403
|
};
|
|
22404
|
+
isOpen: {
|
|
22405
|
+
type: import("vue").PropType<boolean>;
|
|
22406
|
+
};
|
|
22158
22407
|
selected: {
|
|
22159
22408
|
type: import("vue").PropType<unknown[]>;
|
|
22160
22409
|
default: any;
|
|
@@ -22167,9 +22416,6 @@ declare const _default: {
|
|
|
22167
22416
|
type: import("vue").PropType<string>;
|
|
22168
22417
|
default: string;
|
|
22169
22418
|
};
|
|
22170
|
-
isOpen: {
|
|
22171
|
-
type: import("vue").PropType<boolean>;
|
|
22172
|
-
};
|
|
22173
22419
|
inlineSearchPlaceholder: {
|
|
22174
22420
|
type: import("vue").PropType<string>;
|
|
22175
22421
|
default: string;
|
|
@@ -22272,6 +22518,9 @@ declare const _default: {
|
|
|
22272
22518
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
22273
22519
|
default: string;
|
|
22274
22520
|
};
|
|
22521
|
+
isOpen: {
|
|
22522
|
+
type: import("vue").PropType<boolean>;
|
|
22523
|
+
};
|
|
22275
22524
|
selected: {
|
|
22276
22525
|
type: import("vue").PropType<unknown[]>;
|
|
22277
22526
|
default: any;
|
|
@@ -22284,9 +22533,6 @@ declare const _default: {
|
|
|
22284
22533
|
type: import("vue").PropType<string>;
|
|
22285
22534
|
default: string;
|
|
22286
22535
|
};
|
|
22287
|
-
isOpen: {
|
|
22288
|
-
type: import("vue").PropType<boolean>;
|
|
22289
|
-
};
|
|
22290
22536
|
inlineSearchPlaceholder: {
|
|
22291
22537
|
type: import("vue").PropType<string>;
|
|
22292
22538
|
default: string;
|
|
@@ -22355,6 +22601,9 @@ declare const _default: {
|
|
|
22355
22601
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
22356
22602
|
default: string;
|
|
22357
22603
|
};
|
|
22604
|
+
isOpen: {
|
|
22605
|
+
type: import("vue").PropType<boolean>;
|
|
22606
|
+
};
|
|
22358
22607
|
selected: {
|
|
22359
22608
|
type: import("vue").PropType<unknown[]>;
|
|
22360
22609
|
default: any;
|
|
@@ -22367,9 +22616,6 @@ declare const _default: {
|
|
|
22367
22616
|
type: import("vue").PropType<string>;
|
|
22368
22617
|
default: string;
|
|
22369
22618
|
};
|
|
22370
|
-
isOpen: {
|
|
22371
|
-
type: import("vue").PropType<boolean>;
|
|
22372
|
-
};
|
|
22373
22619
|
inlineSearchPlaceholder: {
|
|
22374
22620
|
type: import("vue").PropType<string>;
|
|
22375
22621
|
default: string;
|
|
@@ -23004,19 +23250,143 @@ declare const _default: {
|
|
|
23004
23250
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
23005
23251
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
23006
23252
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23007
|
-
variant: {
|
|
23008
|
-
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
23253
|
+
variant: {
|
|
23254
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
23255
|
+
default: string;
|
|
23256
|
+
};
|
|
23257
|
+
color: {
|
|
23258
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
23259
|
+
default: string;
|
|
23260
|
+
};
|
|
23261
|
+
size: {
|
|
23262
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
23263
|
+
default: string;
|
|
23264
|
+
};
|
|
23265
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "color" | "size">;
|
|
23266
|
+
$attrs: {
|
|
23267
|
+
[x: string]: unknown;
|
|
23268
|
+
};
|
|
23269
|
+
$refs: {
|
|
23270
|
+
[x: string]: unknown;
|
|
23271
|
+
};
|
|
23272
|
+
$slots: Readonly<{
|
|
23273
|
+
[name: string]: import("vue").Slot;
|
|
23274
|
+
}>;
|
|
23275
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23276
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23277
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
23278
|
+
$el: any;
|
|
23279
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23280
|
+
variant: {
|
|
23281
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
23282
|
+
default: string;
|
|
23283
|
+
};
|
|
23284
|
+
color: {
|
|
23285
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
23286
|
+
default: string;
|
|
23287
|
+
};
|
|
23288
|
+
size: {
|
|
23289
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
23290
|
+
default: string;
|
|
23291
|
+
};
|
|
23292
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
23293
|
+
variant: "text" | "contained" | "outlined";
|
|
23294
|
+
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
23295
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
23296
|
+
}, {}, string> & {
|
|
23297
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
23298
|
+
created?: (() => void) | (() => void)[];
|
|
23299
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
23300
|
+
mounted?: (() => void) | (() => void)[];
|
|
23301
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
23302
|
+
updated?: (() => void) | (() => void)[];
|
|
23303
|
+
activated?: (() => void) | (() => void)[];
|
|
23304
|
+
deactivated?: (() => void) | (() => void)[];
|
|
23305
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
23306
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
23307
|
+
destroyed?: (() => void) | (() => void)[];
|
|
23308
|
+
unmounted?: (() => void) | (() => void)[];
|
|
23309
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23310
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23311
|
+
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)[];
|
|
23312
|
+
};
|
|
23313
|
+
$forceUpdate: () => void;
|
|
23314
|
+
$nextTick: typeof import("vue").nextTick;
|
|
23315
|
+
$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;
|
|
23316
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
23317
|
+
variant: {
|
|
23318
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
23319
|
+
default: string;
|
|
23320
|
+
};
|
|
23321
|
+
color: {
|
|
23322
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
23323
|
+
default: string;
|
|
23324
|
+
};
|
|
23325
|
+
size: {
|
|
23326
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
23327
|
+
default: string;
|
|
23328
|
+
};
|
|
23329
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23330
|
+
__isFragment?: never;
|
|
23331
|
+
__isTeleport?: never;
|
|
23332
|
+
__isSuspense?: never;
|
|
23333
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23334
|
+
variant: {
|
|
23335
|
+
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
23336
|
+
default: string;
|
|
23337
|
+
};
|
|
23338
|
+
color: {
|
|
23339
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
23340
|
+
default: string;
|
|
23341
|
+
};
|
|
23342
|
+
size: {
|
|
23343
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
23344
|
+
default: string;
|
|
23345
|
+
};
|
|
23346
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
23347
|
+
variant: "text" | "contained" | "outlined";
|
|
23348
|
+
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
23349
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
23350
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
23351
|
+
$slots: {
|
|
23352
|
+
default?(_: {}): any;
|
|
23353
|
+
};
|
|
23354
|
+
});
|
|
23355
|
+
ToggleButtonGroupAB: {
|
|
23356
|
+
new (...args: any[]): {
|
|
23357
|
+
$: import("vue").ComponentInternalInstance;
|
|
23358
|
+
$data: {};
|
|
23359
|
+
$props: Partial<{
|
|
23360
|
+
testId: string;
|
|
23361
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23362
|
+
testId: {
|
|
23363
|
+
type: import("vue").PropType<string>;
|
|
23009
23364
|
default: string;
|
|
23010
23365
|
};
|
|
23011
|
-
|
|
23012
|
-
type: import("vue").PropType<"
|
|
23013
|
-
|
|
23366
|
+
modelValue: {
|
|
23367
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23368
|
+
required: true;
|
|
23014
23369
|
};
|
|
23015
|
-
|
|
23016
|
-
type: import("vue").PropType<
|
|
23017
|
-
|
|
23370
|
+
withPopover: {
|
|
23371
|
+
type: import("vue").PropType<boolean>;
|
|
23372
|
+
required: true;
|
|
23018
23373
|
};
|
|
23019
|
-
|
|
23374
|
+
popoverProps: {
|
|
23375
|
+
type: import("vue").PropType<{
|
|
23376
|
+
autoHide?: boolean;
|
|
23377
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23378
|
+
disabled?: boolean;
|
|
23379
|
+
placement?: import("floating-vue").Placement;
|
|
23380
|
+
distance?: number;
|
|
23381
|
+
skidding?: number;
|
|
23382
|
+
testId?: string;
|
|
23383
|
+
popperClass?: string;
|
|
23384
|
+
}>;
|
|
23385
|
+
required: true;
|
|
23386
|
+
};
|
|
23387
|
+
}>> & {
|
|
23388
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23389
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId">;
|
|
23020
23390
|
$attrs: {
|
|
23021
23391
|
[x: string]: unknown;
|
|
23022
23392
|
};
|
|
@@ -23028,25 +23398,40 @@ declare const _default: {
|
|
|
23028
23398
|
}>;
|
|
23029
23399
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23030
23400
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23031
|
-
$emit: (event:
|
|
23401
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
23032
23402
|
$el: any;
|
|
23033
23403
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23034
|
-
|
|
23035
|
-
type: import("vue").PropType<
|
|
23404
|
+
testId: {
|
|
23405
|
+
type: import("vue").PropType<string>;
|
|
23036
23406
|
default: string;
|
|
23037
23407
|
};
|
|
23038
|
-
|
|
23039
|
-
type: import("vue").PropType<"
|
|
23040
|
-
|
|
23408
|
+
modelValue: {
|
|
23409
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23410
|
+
required: true;
|
|
23041
23411
|
};
|
|
23042
|
-
|
|
23043
|
-
type: import("vue").PropType<
|
|
23044
|
-
|
|
23412
|
+
withPopover: {
|
|
23413
|
+
type: import("vue").PropType<boolean>;
|
|
23414
|
+
required: true;
|
|
23045
23415
|
};
|
|
23046
|
-
|
|
23047
|
-
|
|
23048
|
-
|
|
23049
|
-
|
|
23416
|
+
popoverProps: {
|
|
23417
|
+
type: import("vue").PropType<{
|
|
23418
|
+
autoHide?: boolean;
|
|
23419
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23420
|
+
disabled?: boolean;
|
|
23421
|
+
placement?: import("floating-vue").Placement;
|
|
23422
|
+
distance?: number;
|
|
23423
|
+
skidding?: number;
|
|
23424
|
+
testId?: string;
|
|
23425
|
+
popperClass?: string;
|
|
23426
|
+
}>;
|
|
23427
|
+
required: true;
|
|
23428
|
+
};
|
|
23429
|
+
}>> & {
|
|
23430
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23431
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23432
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23433
|
+
}, string, {
|
|
23434
|
+
testId: string;
|
|
23050
23435
|
}, {}, string> & {
|
|
23051
23436
|
beforeCreate?: (() => void) | (() => void)[];
|
|
23052
23437
|
created?: (() => void) | (() => void)[];
|
|
@@ -23068,42 +23453,72 @@ declare const _default: {
|
|
|
23068
23453
|
$nextTick: typeof import("vue").nextTick;
|
|
23069
23454
|
$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;
|
|
23070
23455
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
23071
|
-
|
|
23072
|
-
type: import("vue").PropType<
|
|
23456
|
+
testId: {
|
|
23457
|
+
type: import("vue").PropType<string>;
|
|
23073
23458
|
default: string;
|
|
23074
23459
|
};
|
|
23075
|
-
|
|
23076
|
-
type: import("vue").PropType<"
|
|
23077
|
-
|
|
23460
|
+
modelValue: {
|
|
23461
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23462
|
+
required: true;
|
|
23078
23463
|
};
|
|
23079
|
-
|
|
23080
|
-
type: import("vue").PropType<
|
|
23081
|
-
|
|
23464
|
+
withPopover: {
|
|
23465
|
+
type: import("vue").PropType<boolean>;
|
|
23466
|
+
required: true;
|
|
23082
23467
|
};
|
|
23083
|
-
|
|
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
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23084
23484
|
__isFragment?: never;
|
|
23085
23485
|
__isTeleport?: never;
|
|
23086
23486
|
__isSuspense?: never;
|
|
23087
23487
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23088
|
-
|
|
23089
|
-
type: import("vue").PropType<
|
|
23488
|
+
testId: {
|
|
23489
|
+
type: import("vue").PropType<string>;
|
|
23090
23490
|
default: string;
|
|
23091
23491
|
};
|
|
23092
|
-
|
|
23093
|
-
type: import("vue").PropType<"
|
|
23094
|
-
|
|
23492
|
+
modelValue: {
|
|
23493
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23494
|
+
required: true;
|
|
23095
23495
|
};
|
|
23096
|
-
|
|
23097
|
-
type: import("vue").PropType<
|
|
23098
|
-
|
|
23496
|
+
withPopover: {
|
|
23497
|
+
type: import("vue").PropType<boolean>;
|
|
23498
|
+
required: true;
|
|
23099
23499
|
};
|
|
23100
|
-
|
|
23101
|
-
|
|
23102
|
-
|
|
23103
|
-
|
|
23500
|
+
popoverProps: {
|
|
23501
|
+
type: import("vue").PropType<{
|
|
23502
|
+
autoHide?: boolean;
|
|
23503
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23504
|
+
disabled?: boolean;
|
|
23505
|
+
placement?: import("floating-vue").Placement;
|
|
23506
|
+
distance?: number;
|
|
23507
|
+
skidding?: number;
|
|
23508
|
+
testId?: string;
|
|
23509
|
+
popperClass?: string;
|
|
23510
|
+
}>;
|
|
23511
|
+
required: true;
|
|
23512
|
+
};
|
|
23513
|
+
}>> & {
|
|
23514
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23515
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23516
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23517
|
+
}, string, {
|
|
23518
|
+
testId: string;
|
|
23104
23519
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
23105
23520
|
$slots: {
|
|
23106
|
-
|
|
23521
|
+
"popover-content"?(_: {}): any;
|
|
23107
23522
|
};
|
|
23108
23523
|
});
|
|
23109
23524
|
ButtonTypes: () => (({
|
|
@@ -23402,6 +23817,174 @@ declare const _default: {
|
|
|
23402
23817
|
$slots: {
|
|
23403
23818
|
default?(_: {}): any;
|
|
23404
23819
|
};
|
|
23820
|
+
})) | ({
|
|
23821
|
+
new (...args: any[]): {
|
|
23822
|
+
$: import("vue").ComponentInternalInstance;
|
|
23823
|
+
$data: {};
|
|
23824
|
+
$props: Partial<{
|
|
23825
|
+
testId: string;
|
|
23826
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23827
|
+
testId: {
|
|
23828
|
+
type: import("vue").PropType<string>;
|
|
23829
|
+
default: string;
|
|
23830
|
+
};
|
|
23831
|
+
modelValue: {
|
|
23832
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23833
|
+
required: true;
|
|
23834
|
+
};
|
|
23835
|
+
withPopover: {
|
|
23836
|
+
type: import("vue").PropType<boolean>;
|
|
23837
|
+
required: true;
|
|
23838
|
+
};
|
|
23839
|
+
popoverProps: {
|
|
23840
|
+
type: import("vue").PropType<{
|
|
23841
|
+
autoHide?: boolean;
|
|
23842
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23843
|
+
disabled?: boolean;
|
|
23844
|
+
placement?: import("floating-vue").Placement;
|
|
23845
|
+
distance?: number;
|
|
23846
|
+
skidding?: number;
|
|
23847
|
+
testId?: string;
|
|
23848
|
+
popperClass?: string;
|
|
23849
|
+
}>;
|
|
23850
|
+
required: true;
|
|
23851
|
+
};
|
|
23852
|
+
}>> & {
|
|
23853
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23854
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId">;
|
|
23855
|
+
$attrs: {
|
|
23856
|
+
[x: string]: unknown;
|
|
23857
|
+
};
|
|
23858
|
+
$refs: {
|
|
23859
|
+
[x: string]: unknown;
|
|
23860
|
+
};
|
|
23861
|
+
$slots: Readonly<{
|
|
23862
|
+
[name: string]: import("vue").Slot;
|
|
23863
|
+
}>;
|
|
23864
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23865
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23866
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
23867
|
+
$el: any;
|
|
23868
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23869
|
+
testId: {
|
|
23870
|
+
type: import("vue").PropType<string>;
|
|
23871
|
+
default: string;
|
|
23872
|
+
};
|
|
23873
|
+
modelValue: {
|
|
23874
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23875
|
+
required: true;
|
|
23876
|
+
};
|
|
23877
|
+
withPopover: {
|
|
23878
|
+
type: import("vue").PropType<boolean>;
|
|
23879
|
+
required: true;
|
|
23880
|
+
};
|
|
23881
|
+
popoverProps: {
|
|
23882
|
+
type: import("vue").PropType<{
|
|
23883
|
+
autoHide?: boolean;
|
|
23884
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23885
|
+
disabled?: boolean;
|
|
23886
|
+
placement?: import("floating-vue").Placement;
|
|
23887
|
+
distance?: number;
|
|
23888
|
+
skidding?: number;
|
|
23889
|
+
testId?: string;
|
|
23890
|
+
popperClass?: string;
|
|
23891
|
+
}>;
|
|
23892
|
+
required: true;
|
|
23893
|
+
};
|
|
23894
|
+
}>> & {
|
|
23895
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23896
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23897
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23898
|
+
}, string, {
|
|
23899
|
+
testId: string;
|
|
23900
|
+
}, {}, string> & {
|
|
23901
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
23902
|
+
created?: (() => void) | (() => void)[];
|
|
23903
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
23904
|
+
mounted?: (() => void) | (() => void)[];
|
|
23905
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
23906
|
+
updated?: (() => void) | (() => void)[];
|
|
23907
|
+
activated?: (() => void) | (() => void)[];
|
|
23908
|
+
deactivated?: (() => void) | (() => void)[];
|
|
23909
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
23910
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
23911
|
+
destroyed?: (() => void) | (() => void)[];
|
|
23912
|
+
unmounted?: (() => void) | (() => void)[];
|
|
23913
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23914
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23915
|
+
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)[];
|
|
23916
|
+
};
|
|
23917
|
+
$forceUpdate: () => void;
|
|
23918
|
+
$nextTick: typeof import("vue").nextTick;
|
|
23919
|
+
$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;
|
|
23920
|
+
} & 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
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23949
|
+
__isFragment?: never;
|
|
23950
|
+
__isTeleport?: never;
|
|
23951
|
+
__isSuspense?: never;
|
|
23952
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23953
|
+
testId: {
|
|
23954
|
+
type: import("vue").PropType<string>;
|
|
23955
|
+
default: string;
|
|
23956
|
+
};
|
|
23957
|
+
modelValue: {
|
|
23958
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23959
|
+
required: true;
|
|
23960
|
+
};
|
|
23961
|
+
withPopover: {
|
|
23962
|
+
type: import("vue").PropType<boolean>;
|
|
23963
|
+
required: true;
|
|
23964
|
+
};
|
|
23965
|
+
popoverProps: {
|
|
23966
|
+
type: import("vue").PropType<{
|
|
23967
|
+
autoHide?: boolean;
|
|
23968
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23969
|
+
disabled?: boolean;
|
|
23970
|
+
placement?: import("floating-vue").Placement;
|
|
23971
|
+
distance?: number;
|
|
23972
|
+
skidding?: number;
|
|
23973
|
+
testId?: string;
|
|
23974
|
+
popperClass?: string;
|
|
23975
|
+
}>;
|
|
23976
|
+
required: true;
|
|
23977
|
+
};
|
|
23978
|
+
}>> & {
|
|
23979
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23980
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23981
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23982
|
+
}, string, {
|
|
23983
|
+
testId: string;
|
|
23984
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
23985
|
+
$slots: {
|
|
23986
|
+
"popover-content"?(_: {}): any;
|
|
23987
|
+
};
|
|
23405
23988
|
})))[];
|
|
23406
23989
|
ScrollButton: import("vue").DefineComponent<{
|
|
23407
23990
|
tooltipText: {
|
|
@@ -23452,14 +24035,14 @@ declare const _default: {
|
|
|
23452
24035
|
type: import("vue").PropType<string>;
|
|
23453
24036
|
default: string;
|
|
23454
24037
|
};
|
|
23455
|
-
options: {
|
|
23456
|
-
type: import("vue").PropType<unknown[]>;
|
|
23457
|
-
required: true;
|
|
23458
|
-
};
|
|
23459
24038
|
modelValue: {
|
|
23460
24039
|
type: import("vue").PropType<unknown>;
|
|
23461
24040
|
required: true;
|
|
23462
24041
|
};
|
|
24042
|
+
options: {
|
|
24043
|
+
type: import("vue").PropType<unknown[]>;
|
|
24044
|
+
required: true;
|
|
24045
|
+
};
|
|
23463
24046
|
iconKey: {
|
|
23464
24047
|
type: import("vue").PropType<string>;
|
|
23465
24048
|
default: string;
|
|
@@ -23471,14 +24054,14 @@ declare const _default: {
|
|
|
23471
24054
|
type: import("vue").PropType<string>;
|
|
23472
24055
|
default: string;
|
|
23473
24056
|
};
|
|
23474
|
-
options: {
|
|
23475
|
-
type: import("vue").PropType<unknown[]>;
|
|
23476
|
-
required: true;
|
|
23477
|
-
};
|
|
23478
24057
|
modelValue: {
|
|
23479
24058
|
type: import("vue").PropType<unknown>;
|
|
23480
24059
|
required: true;
|
|
23481
24060
|
};
|
|
24061
|
+
options: {
|
|
24062
|
+
type: import("vue").PropType<unknown[]>;
|
|
24063
|
+
required: true;
|
|
24064
|
+
};
|
|
23482
24065
|
iconKey: {
|
|
23483
24066
|
type: import("vue").PropType<string>;
|
|
23484
24067
|
default: string;
|
|
@@ -23494,14 +24077,14 @@ declare const _default: {
|
|
|
23494
24077
|
type: import("vue").PropType<string>;
|
|
23495
24078
|
default: string;
|
|
23496
24079
|
};
|
|
23497
|
-
options: {
|
|
23498
|
-
type: import("vue").PropType<unknown[]>;
|
|
23499
|
-
required: true;
|
|
23500
|
-
};
|
|
23501
24080
|
modelValue: {
|
|
23502
24081
|
type: import("vue").PropType<unknown>;
|
|
23503
24082
|
required: true;
|
|
23504
24083
|
};
|
|
24084
|
+
options: {
|
|
24085
|
+
type: import("vue").PropType<unknown[]>;
|
|
24086
|
+
required: true;
|
|
24087
|
+
};
|
|
23505
24088
|
iconKey: {
|
|
23506
24089
|
type: import("vue").PropType<string>;
|
|
23507
24090
|
default: string;
|
|
@@ -23513,14 +24096,14 @@ declare const _default: {
|
|
|
23513
24096
|
type: import("vue").PropType<string>;
|
|
23514
24097
|
default: string;
|
|
23515
24098
|
};
|
|
23516
|
-
options: {
|
|
23517
|
-
type: import("vue").PropType<unknown[]>;
|
|
23518
|
-
required: true;
|
|
23519
|
-
};
|
|
23520
24099
|
modelValue: {
|
|
23521
24100
|
type: import("vue").PropType<unknown>;
|
|
23522
24101
|
required: true;
|
|
23523
24102
|
};
|
|
24103
|
+
options: {
|
|
24104
|
+
type: import("vue").PropType<unknown[]>;
|
|
24105
|
+
required: true;
|
|
24106
|
+
};
|
|
23524
24107
|
iconKey: {
|
|
23525
24108
|
type: import("vue").PropType<string>;
|
|
23526
24109
|
default: string;
|