@ironsource/shared-ui 2.1.8 → 2.1.9-test.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_360883b1_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_058de532_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +1 -0
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_992962bc_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/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +4 -4
- package/components/chart/Chart.vue2.js +51 -49
- package/components/chart/ChartHeader.vue.d.ts +5 -0
- package/components/chart/ChartHeader.vue.js +2 -2
- package/components/chart/ChartHeader.vue2.js +35 -22
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +35 -28
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +33 -26
- package/components/chart/index.d.ts +20 -1
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +9 -8
- package/components/dateRange/v4/DateRangeV4.vue2.js +21 -20
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +5 -5
- package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
- package/components/dialog/v4/DialogV4.vue2.js +6 -5
- package/components/dialog/v4/index.d.ts +5 -5
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +51 -51
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +17 -11
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +17 -9
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +23 -22
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +11 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +59 -45
- package/components/dropdown/v4/DropdownV4.vue.d.ts +8 -2
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +121 -109
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +4 -3
- package/components/dropdown/v4/OptionV4.vue.d.ts +6 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +83 -70
- package/components/dropdown/v4/index.d.ts +157 -65
- package/components/emptyState/v4/EmptyStateV4.vue2.js +13 -12
- package/components/forms/FormCard.vue2.js +13 -12
- package/components/includeExclude/index.d.ts +56 -56
- package/components/input/v3/Input.vue.d.ts +1 -1
- package/components/input/v3/index.d.ts +32 -32
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/index.d.ts +20 -20
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/MultiBar.vue2.js +3 -2
- package/components/multibar/index.d.ts +9 -9
- package/components/popover/v3/Popover.vue.d.ts +1 -1
- package/components/popover/v3/index.d.ts +20 -20
- package/components/popover/v4/PopoverV4.vue.d.ts +7 -3
- package/components/popover/v4/PopoverV4.vue.js +3 -3
- package/components/popover/v4/PopoverV4.vue2.js +23 -20
- package/components/popover/v4/index.d.ts +36 -24
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
- package/components/radioButton/v3/index.d.ts +6 -6
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +6 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
- package/components/radioButton/v4/RadioButtonV4.vue2.js +59 -46
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
- package/components/radioButton/v4/index.d.ts +26 -7
- package/components/snackbar/v4/SnackbarV4.vue2.js +7 -6
- package/components/sortableList/SortableItem.vue.d.ts +1 -1
- package/components/switch/v3/index.d.ts +16 -16
- package/components/switch/v4/SwitchV4.vue2.js +6 -5
- package/components/switch/v4/index.d.ts +8 -8
- package/components/table/v4/DataGrid.vue.d.ts +5 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +45 -44
- package/components/table/v4/ExpandRowToggle.vue2.js +6 -5
- package/components/table/v4/MultipleDataGrid.vue.d.ts +23 -2
- package/components/table/v4/MultipleDataGrid.vue.js +5 -5
- package/components/table/v4/MultipleDataGrid.vue2.js +82 -73
- package/components/table/v4/index.d.ts +98 -2
- package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
- package/components/textArea/v4/index.d.ts +9 -9
- package/components/toggle/v3/index.d.ts +8 -8
- package/components/toggle/v4/index.d.ts +16 -16
- package/components/typography/v4/Typography.vue.js +2 -2
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/consts/configs.d.ts +1 -0
- package/consts/configs.js +4 -0
- package/index.d.ts +1392 -471
- package/index.js +1 -1
- package/mocks/options.d.ts +4 -0
- package/package.json +2 -2
- package/testids/index.d.ts +8 -1
- package/testids/index.js +14 -13
- package/utils/testIds.d.ts +1 -1
- package/utils/testIds.js +6 -6
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_df85e0af_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_2e3de9c5_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_efc608f9_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_d27e1304_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_fd7a490e_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_62a620ee_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_cfedf78b_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_77509f61_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_cb3a12c6_lang.css +0 -1
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_b00956b7_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -30,8 +30,8 @@ declare const _default: {
|
|
|
30
30
|
distance: number;
|
|
31
31
|
popperClass: string;
|
|
32
32
|
autoHide: boolean;
|
|
33
|
-
skidding: number;
|
|
34
33
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
34
|
+
skidding: number;
|
|
35
35
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
testId: {
|
|
37
37
|
type: import("vue").PropType<string>;
|
|
@@ -57,15 +57,17 @@ declare const _default: {
|
|
|
57
57
|
type: import("vue").PropType<boolean>;
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
|
-
skidding: {
|
|
61
|
-
type: import("vue").PropType<number>;
|
|
62
|
-
default: number;
|
|
63
|
-
};
|
|
64
60
|
trigger: {
|
|
65
61
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
66
62
|
default: string;
|
|
67
63
|
};
|
|
68
|
-
|
|
64
|
+
skidding: {
|
|
65
|
+
type: import("vue").PropType<number>;
|
|
66
|
+
default: number;
|
|
67
|
+
};
|
|
68
|
+
}>> & {
|
|
69
|
+
onIsOpen?: (value: boolean) => any;
|
|
70
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "popperClass" | "autoHide" | "trigger" | "skidding">;
|
|
69
71
|
$attrs: {
|
|
70
72
|
[x: string]: unknown;
|
|
71
73
|
};
|
|
@@ -77,7 +79,7 @@ declare const _default: {
|
|
|
77
79
|
}>;
|
|
78
80
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
79
81
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
80
|
-
$emit: (event:
|
|
82
|
+
$emit: (event: "isOpen", value: boolean) => void;
|
|
81
83
|
$el: any;
|
|
82
84
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
83
85
|
testId: {
|
|
@@ -104,23 +106,27 @@ declare const _default: {
|
|
|
104
106
|
type: import("vue").PropType<boolean>;
|
|
105
107
|
default: boolean;
|
|
106
108
|
};
|
|
107
|
-
skidding: {
|
|
108
|
-
type: import("vue").PropType<number>;
|
|
109
|
-
default: number;
|
|
110
|
-
};
|
|
111
109
|
trigger: {
|
|
112
110
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
113
111
|
default: string;
|
|
114
112
|
};
|
|
115
|
-
|
|
113
|
+
skidding: {
|
|
114
|
+
type: import("vue").PropType<number>;
|
|
115
|
+
default: number;
|
|
116
|
+
};
|
|
117
|
+
}>> & {
|
|
118
|
+
onIsOpen?: (value: boolean) => any;
|
|
119
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
120
|
+
isOpen: (value: boolean) => void;
|
|
121
|
+
}, string, {
|
|
116
122
|
testId: string;
|
|
117
123
|
placement: import("floating-vue").Placement;
|
|
118
124
|
disabled: boolean;
|
|
119
125
|
distance: number;
|
|
120
126
|
popperClass: string;
|
|
121
127
|
autoHide: boolean;
|
|
122
|
-
skidding: number;
|
|
123
128
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
129
|
+
skidding: number;
|
|
124
130
|
}, {}, string> & {
|
|
125
131
|
beforeCreate?: (() => void) | (() => void)[];
|
|
126
132
|
created?: (() => void) | (() => void)[];
|
|
@@ -166,15 +172,17 @@ declare const _default: {
|
|
|
166
172
|
type: import("vue").PropType<boolean>;
|
|
167
173
|
default: boolean;
|
|
168
174
|
};
|
|
169
|
-
skidding: {
|
|
170
|
-
type: import("vue").PropType<number>;
|
|
171
|
-
default: number;
|
|
172
|
-
};
|
|
173
175
|
trigger: {
|
|
174
176
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
175
177
|
default: string;
|
|
176
178
|
};
|
|
177
|
-
|
|
179
|
+
skidding: {
|
|
180
|
+
type: import("vue").PropType<number>;
|
|
181
|
+
default: number;
|
|
182
|
+
};
|
|
183
|
+
}>> & {
|
|
184
|
+
onIsOpen?: (value: boolean) => any;
|
|
185
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
178
186
|
__isFragment?: never;
|
|
179
187
|
__isTeleport?: never;
|
|
180
188
|
__isSuspense?: never;
|
|
@@ -203,23 +211,27 @@ declare const _default: {
|
|
|
203
211
|
type: import("vue").PropType<boolean>;
|
|
204
212
|
default: boolean;
|
|
205
213
|
};
|
|
206
|
-
skidding: {
|
|
207
|
-
type: import("vue").PropType<number>;
|
|
208
|
-
default: number;
|
|
209
|
-
};
|
|
210
214
|
trigger: {
|
|
211
215
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
212
216
|
default: string;
|
|
213
217
|
};
|
|
214
|
-
|
|
218
|
+
skidding: {
|
|
219
|
+
type: import("vue").PropType<number>;
|
|
220
|
+
default: number;
|
|
221
|
+
};
|
|
222
|
+
}>> & {
|
|
223
|
+
onIsOpen?: (value: boolean) => any;
|
|
224
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
225
|
+
isOpen: (value: boolean) => void;
|
|
226
|
+
}, string, {
|
|
215
227
|
testId: string;
|
|
216
228
|
placement: import("floating-vue").Placement;
|
|
217
229
|
disabled: boolean;
|
|
218
230
|
distance: number;
|
|
219
231
|
popperClass: string;
|
|
220
232
|
autoHide: boolean;
|
|
221
|
-
skidding: number;
|
|
222
233
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
234
|
+
skidding: number;
|
|
223
235
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
224
236
|
$slots: {
|
|
225
237
|
trigger?(_: {}): any;
|
|
@@ -237,8 +249,8 @@ declare const _default: {
|
|
|
237
249
|
distance: number;
|
|
238
250
|
popperClass: string;
|
|
239
251
|
autoHide: boolean;
|
|
240
|
-
skidding: number;
|
|
241
252
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
253
|
+
skidding: number;
|
|
242
254
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
243
255
|
testId: {
|
|
244
256
|
type: import("vue").PropType<string>;
|
|
@@ -264,15 +276,17 @@ declare const _default: {
|
|
|
264
276
|
type: import("vue").PropType<boolean>;
|
|
265
277
|
default: boolean;
|
|
266
278
|
};
|
|
267
|
-
skidding: {
|
|
268
|
-
type: import("vue").PropType<number>;
|
|
269
|
-
default: number;
|
|
270
|
-
};
|
|
271
279
|
trigger: {
|
|
272
280
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
273
281
|
default: string;
|
|
274
282
|
};
|
|
275
|
-
|
|
283
|
+
skidding: {
|
|
284
|
+
type: import("vue").PropType<number>;
|
|
285
|
+
default: number;
|
|
286
|
+
};
|
|
287
|
+
}>> & {
|
|
288
|
+
onIsOpen?: (value: boolean) => any;
|
|
289
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "popperClass" | "autoHide" | "trigger" | "skidding">;
|
|
276
290
|
$attrs: {
|
|
277
291
|
[x: string]: unknown;
|
|
278
292
|
};
|
|
@@ -284,7 +298,7 @@ declare const _default: {
|
|
|
284
298
|
}>;
|
|
285
299
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
286
300
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
287
|
-
$emit: (event:
|
|
301
|
+
$emit: (event: "isOpen", value: boolean) => void;
|
|
288
302
|
$el: any;
|
|
289
303
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
290
304
|
testId: {
|
|
@@ -311,23 +325,27 @@ declare const _default: {
|
|
|
311
325
|
type: import("vue").PropType<boolean>;
|
|
312
326
|
default: boolean;
|
|
313
327
|
};
|
|
314
|
-
skidding: {
|
|
315
|
-
type: import("vue").PropType<number>;
|
|
316
|
-
default: number;
|
|
317
|
-
};
|
|
318
328
|
trigger: {
|
|
319
329
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
320
330
|
default: string;
|
|
321
331
|
};
|
|
322
|
-
|
|
332
|
+
skidding: {
|
|
333
|
+
type: import("vue").PropType<number>;
|
|
334
|
+
default: number;
|
|
335
|
+
};
|
|
336
|
+
}>> & {
|
|
337
|
+
onIsOpen?: (value: boolean) => any;
|
|
338
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
339
|
+
isOpen: (value: boolean) => void;
|
|
340
|
+
}, string, {
|
|
323
341
|
testId: string;
|
|
324
342
|
placement: import("floating-vue").Placement;
|
|
325
343
|
disabled: boolean;
|
|
326
344
|
distance: number;
|
|
327
345
|
popperClass: string;
|
|
328
346
|
autoHide: boolean;
|
|
329
|
-
skidding: number;
|
|
330
347
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
348
|
+
skidding: number;
|
|
331
349
|
}, {}, string> & {
|
|
332
350
|
beforeCreate?: (() => void) | (() => void)[];
|
|
333
351
|
created?: (() => void) | (() => void)[];
|
|
@@ -373,15 +391,17 @@ declare const _default: {
|
|
|
373
391
|
type: import("vue").PropType<boolean>;
|
|
374
392
|
default: boolean;
|
|
375
393
|
};
|
|
376
|
-
skidding: {
|
|
377
|
-
type: import("vue").PropType<number>;
|
|
378
|
-
default: number;
|
|
379
|
-
};
|
|
380
394
|
trigger: {
|
|
381
395
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
382
396
|
default: string;
|
|
383
397
|
};
|
|
384
|
-
|
|
398
|
+
skidding: {
|
|
399
|
+
type: import("vue").PropType<number>;
|
|
400
|
+
default: number;
|
|
401
|
+
};
|
|
402
|
+
}>> & {
|
|
403
|
+
onIsOpen?: (value: boolean) => any;
|
|
404
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
385
405
|
__isFragment?: never;
|
|
386
406
|
__isTeleport?: never;
|
|
387
407
|
__isSuspense?: never;
|
|
@@ -410,23 +430,27 @@ declare const _default: {
|
|
|
410
430
|
type: import("vue").PropType<boolean>;
|
|
411
431
|
default: boolean;
|
|
412
432
|
};
|
|
413
|
-
skidding: {
|
|
414
|
-
type: import("vue").PropType<number>;
|
|
415
|
-
default: number;
|
|
416
|
-
};
|
|
417
433
|
trigger: {
|
|
418
434
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
419
435
|
default: string;
|
|
420
436
|
};
|
|
421
|
-
|
|
437
|
+
skidding: {
|
|
438
|
+
type: import("vue").PropType<number>;
|
|
439
|
+
default: number;
|
|
440
|
+
};
|
|
441
|
+
}>> & {
|
|
442
|
+
onIsOpen?: (value: boolean) => any;
|
|
443
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
444
|
+
isOpen: (value: boolean) => void;
|
|
445
|
+
}, string, {
|
|
422
446
|
testId: string;
|
|
423
447
|
placement: import("floating-vue").Placement;
|
|
424
448
|
disabled: boolean;
|
|
425
449
|
distance: number;
|
|
426
450
|
popperClass: string;
|
|
427
451
|
autoHide: boolean;
|
|
428
|
-
skidding: number;
|
|
429
452
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
453
|
+
skidding: number;
|
|
430
454
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
431
455
|
$slots: {
|
|
432
456
|
trigger?(_: {}): any;
|
|
@@ -2896,6 +2920,7 @@ declare const _default: {
|
|
|
2896
2920
|
label: string;
|
|
2897
2921
|
testId: string;
|
|
2898
2922
|
modelValue: string;
|
|
2923
|
+
labelDescription: string;
|
|
2899
2924
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2900
2925
|
value: {
|
|
2901
2926
|
type: import("vue").PropType<unknown>;
|
|
@@ -2918,10 +2943,14 @@ declare const _default: {
|
|
|
2918
2943
|
type: import("vue").PropType<string>;
|
|
2919
2944
|
default: any;
|
|
2920
2945
|
};
|
|
2946
|
+
labelDescription: {
|
|
2947
|
+
type: import("vue").PropType<string>;
|
|
2948
|
+
default: string;
|
|
2949
|
+
};
|
|
2921
2950
|
}>> & {
|
|
2922
2951
|
onChange?: (...args: any[]) => any;
|
|
2923
2952
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
2924
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue">;
|
|
2953
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue" | "labelDescription">;
|
|
2925
2954
|
$attrs: {
|
|
2926
2955
|
[x: string]: unknown;
|
|
2927
2956
|
};
|
|
@@ -2933,7 +2962,7 @@ declare const _default: {
|
|
|
2933
2962
|
}>;
|
|
2934
2963
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
2935
2964
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
2936
|
-
$emit: ((event: "
|
|
2965
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
2937
2966
|
$el: any;
|
|
2938
2967
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2939
2968
|
value: {
|
|
@@ -2957,17 +2986,22 @@ declare const _default: {
|
|
|
2957
2986
|
type: import("vue").PropType<string>;
|
|
2958
2987
|
default: any;
|
|
2959
2988
|
};
|
|
2989
|
+
labelDescription: {
|
|
2990
|
+
type: import("vue").PropType<string>;
|
|
2991
|
+
default: string;
|
|
2992
|
+
};
|
|
2960
2993
|
}>> & {
|
|
2961
2994
|
onChange?: (...args: any[]) => any;
|
|
2962
2995
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
2963
2996
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2964
|
-
change: (...args: any[]) => void;
|
|
2965
2997
|
"update:modelValue": (...args: any[]) => void;
|
|
2998
|
+
change: (...args: any[]) => void;
|
|
2966
2999
|
}, string, {
|
|
2967
3000
|
name: string;
|
|
2968
3001
|
label: string;
|
|
2969
3002
|
testId: string;
|
|
2970
3003
|
modelValue: string;
|
|
3004
|
+
labelDescription: string;
|
|
2971
3005
|
}, {}, string> & {
|
|
2972
3006
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2973
3007
|
created?: (() => void) | (() => void)[];
|
|
@@ -3010,6 +3044,10 @@ declare const _default: {
|
|
|
3010
3044
|
type: import("vue").PropType<string>;
|
|
3011
3045
|
default: any;
|
|
3012
3046
|
};
|
|
3047
|
+
labelDescription: {
|
|
3048
|
+
type: import("vue").PropType<string>;
|
|
3049
|
+
default: string;
|
|
3050
|
+
};
|
|
3013
3051
|
}>> & {
|
|
3014
3052
|
onChange?: (...args: any[]) => any;
|
|
3015
3053
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -3039,17 +3077,22 @@ declare const _default: {
|
|
|
3039
3077
|
type: import("vue").PropType<string>;
|
|
3040
3078
|
default: any;
|
|
3041
3079
|
};
|
|
3080
|
+
labelDescription: {
|
|
3081
|
+
type: import("vue").PropType<string>;
|
|
3082
|
+
default: string;
|
|
3083
|
+
};
|
|
3042
3084
|
}>> & {
|
|
3043
3085
|
onChange?: (...args: any[]) => any;
|
|
3044
3086
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3045
3087
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3046
|
-
change: (...args: any[]) => void;
|
|
3047
3088
|
"update:modelValue": (...args: any[]) => void;
|
|
3089
|
+
change: (...args: any[]) => void;
|
|
3048
3090
|
}, string, {
|
|
3049
3091
|
name: string;
|
|
3050
3092
|
label: string;
|
|
3051
3093
|
testId: string;
|
|
3052
3094
|
modelValue: string;
|
|
3095
|
+
labelDescription: string;
|
|
3053
3096
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3054
3097
|
$slots: {
|
|
3055
3098
|
default?(_: {}): any;
|
|
@@ -3100,7 +3143,7 @@ declare const _default: {
|
|
|
3100
3143
|
}>;
|
|
3101
3144
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3102
3145
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3103
|
-
$emit: ((event: "
|
|
3146
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
3104
3147
|
$el: any;
|
|
3105
3148
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3106
3149
|
name: {
|
|
@@ -3127,8 +3170,8 @@ declare const _default: {
|
|
|
3127
3170
|
onChange?: (...args: any[]) => any;
|
|
3128
3171
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3129
3172
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3130
|
-
change: (...args: any[]) => void;
|
|
3131
3173
|
"update:modelValue": (...args: any[]) => void;
|
|
3174
|
+
change: (...args: any[]) => void;
|
|
3132
3175
|
}, string, {
|
|
3133
3176
|
name: string;
|
|
3134
3177
|
testId: string;
|
|
@@ -3207,8 +3250,8 @@ declare const _default: {
|
|
|
3207
3250
|
onChange?: (...args: any[]) => any;
|
|
3208
3251
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3209
3252
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3210
|
-
change: (...args: any[]) => void;
|
|
3211
3253
|
"update:modelValue": (...args: any[]) => void;
|
|
3254
|
+
change: (...args: any[]) => void;
|
|
3212
3255
|
}, string, {
|
|
3213
3256
|
name: string;
|
|
3214
3257
|
testId: string;
|
|
@@ -3228,6 +3271,7 @@ declare const _default: {
|
|
|
3228
3271
|
label: string;
|
|
3229
3272
|
testId: string;
|
|
3230
3273
|
modelValue: string;
|
|
3274
|
+
labelDescription: string;
|
|
3231
3275
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
3232
3276
|
value: {
|
|
3233
3277
|
type: import("vue").PropType<unknown>;
|
|
@@ -3250,10 +3294,14 @@ declare const _default: {
|
|
|
3250
3294
|
type: import("vue").PropType<string>;
|
|
3251
3295
|
default: any;
|
|
3252
3296
|
};
|
|
3297
|
+
labelDescription: {
|
|
3298
|
+
type: import("vue").PropType<string>;
|
|
3299
|
+
default: string;
|
|
3300
|
+
};
|
|
3253
3301
|
}>> & {
|
|
3254
3302
|
onChange?: (...args: any[]) => any;
|
|
3255
3303
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3256
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue">;
|
|
3304
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue" | "labelDescription">;
|
|
3257
3305
|
$attrs: {
|
|
3258
3306
|
[x: string]: unknown;
|
|
3259
3307
|
};
|
|
@@ -3265,7 +3313,7 @@ declare const _default: {
|
|
|
3265
3313
|
}>;
|
|
3266
3314
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3267
3315
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3268
|
-
$emit: ((event: "
|
|
3316
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
3269
3317
|
$el: any;
|
|
3270
3318
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3271
3319
|
value: {
|
|
@@ -3289,17 +3337,22 @@ declare const _default: {
|
|
|
3289
3337
|
type: import("vue").PropType<string>;
|
|
3290
3338
|
default: any;
|
|
3291
3339
|
};
|
|
3340
|
+
labelDescription: {
|
|
3341
|
+
type: import("vue").PropType<string>;
|
|
3342
|
+
default: string;
|
|
3343
|
+
};
|
|
3292
3344
|
}>> & {
|
|
3293
3345
|
onChange?: (...args: any[]) => any;
|
|
3294
3346
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3295
3347
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3296
|
-
change: (...args: any[]) => void;
|
|
3297
3348
|
"update:modelValue": (...args: any[]) => void;
|
|
3349
|
+
change: (...args: any[]) => void;
|
|
3298
3350
|
}, string, {
|
|
3299
3351
|
name: string;
|
|
3300
3352
|
label: string;
|
|
3301
3353
|
testId: string;
|
|
3302
3354
|
modelValue: string;
|
|
3355
|
+
labelDescription: string;
|
|
3303
3356
|
}, {}, string> & {
|
|
3304
3357
|
beforeCreate?: (() => void) | (() => void)[];
|
|
3305
3358
|
created?: (() => void) | (() => void)[];
|
|
@@ -3342,6 +3395,10 @@ declare const _default: {
|
|
|
3342
3395
|
type: import("vue").PropType<string>;
|
|
3343
3396
|
default: any;
|
|
3344
3397
|
};
|
|
3398
|
+
labelDescription: {
|
|
3399
|
+
type: import("vue").PropType<string>;
|
|
3400
|
+
default: string;
|
|
3401
|
+
};
|
|
3345
3402
|
}>> & {
|
|
3346
3403
|
onChange?: (...args: any[]) => any;
|
|
3347
3404
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -3371,17 +3428,22 @@ declare const _default: {
|
|
|
3371
3428
|
type: import("vue").PropType<string>;
|
|
3372
3429
|
default: any;
|
|
3373
3430
|
};
|
|
3431
|
+
labelDescription: {
|
|
3432
|
+
type: import("vue").PropType<string>;
|
|
3433
|
+
default: string;
|
|
3434
|
+
};
|
|
3374
3435
|
}>> & {
|
|
3375
3436
|
onChange?: (...args: any[]) => any;
|
|
3376
3437
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3377
3438
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3378
|
-
change: (...args: any[]) => void;
|
|
3379
3439
|
"update:modelValue": (...args: any[]) => void;
|
|
3440
|
+
change: (...args: any[]) => void;
|
|
3380
3441
|
}, string, {
|
|
3381
3442
|
name: string;
|
|
3382
3443
|
label: string;
|
|
3383
3444
|
testId: string;
|
|
3384
3445
|
modelValue: string;
|
|
3446
|
+
labelDescription: string;
|
|
3385
3447
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3386
3448
|
$slots: {
|
|
3387
3449
|
default?(_: {}): any;
|
|
@@ -3431,7 +3493,7 @@ declare const _default: {
|
|
|
3431
3493
|
}>;
|
|
3432
3494
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3433
3495
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3434
|
-
$emit: ((event: "
|
|
3496
|
+
$emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
|
|
3435
3497
|
$el: any;
|
|
3436
3498
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3437
3499
|
name: {
|
|
@@ -3458,8 +3520,8 @@ declare const _default: {
|
|
|
3458
3520
|
onChange?: (...args: any[]) => any;
|
|
3459
3521
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3460
3522
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3461
|
-
change: (...args: any[]) => void;
|
|
3462
3523
|
"update:modelValue": (...args: any[]) => void;
|
|
3524
|
+
change: (...args: any[]) => void;
|
|
3463
3525
|
}, string, {
|
|
3464
3526
|
name: string;
|
|
3465
3527
|
testId: string;
|
|
@@ -3538,8 +3600,8 @@ declare const _default: {
|
|
|
3538
3600
|
onChange?: (...args: any[]) => any;
|
|
3539
3601
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3540
3602
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3541
|
-
change: (...args: any[]) => void;
|
|
3542
3603
|
"update:modelValue": (...args: any[]) => void;
|
|
3604
|
+
change: (...args: any[]) => void;
|
|
3543
3605
|
}, string, {
|
|
3544
3606
|
name: string;
|
|
3545
3607
|
testId: string;
|
|
@@ -3575,6 +3637,10 @@ declare const _default: {
|
|
|
3575
3637
|
type: import("vue").PropType<boolean>;
|
|
3576
3638
|
default: boolean;
|
|
3577
3639
|
};
|
|
3640
|
+
modelValue: {
|
|
3641
|
+
type: import("vue").PropType<string>;
|
|
3642
|
+
default: string;
|
|
3643
|
+
};
|
|
3578
3644
|
hoverHelpText: {
|
|
3579
3645
|
type: import("vue").PropType<string>;
|
|
3580
3646
|
default: string;
|
|
@@ -3587,10 +3653,6 @@ declare const _default: {
|
|
|
3587
3653
|
type: import("vue").PropType<number>;
|
|
3588
3654
|
default: any;
|
|
3589
3655
|
};
|
|
3590
|
-
modelValue: {
|
|
3591
|
-
type: import("vue").PropType<string>;
|
|
3592
|
-
default: string;
|
|
3593
|
-
};
|
|
3594
3656
|
placeholder: {
|
|
3595
3657
|
type: import("vue").PropType<string>;
|
|
3596
3658
|
default: string;
|
|
@@ -3638,6 +3700,10 @@ declare const _default: {
|
|
|
3638
3700
|
type: import("vue").PropType<boolean>;
|
|
3639
3701
|
default: boolean;
|
|
3640
3702
|
};
|
|
3703
|
+
modelValue: {
|
|
3704
|
+
type: import("vue").PropType<string>;
|
|
3705
|
+
default: string;
|
|
3706
|
+
};
|
|
3641
3707
|
hoverHelpText: {
|
|
3642
3708
|
type: import("vue").PropType<string>;
|
|
3643
3709
|
default: string;
|
|
@@ -3650,10 +3716,6 @@ declare const _default: {
|
|
|
3650
3716
|
type: import("vue").PropType<number>;
|
|
3651
3717
|
default: any;
|
|
3652
3718
|
};
|
|
3653
|
-
modelValue: {
|
|
3654
|
-
type: import("vue").PropType<string>;
|
|
3655
|
-
default: string;
|
|
3656
|
-
};
|
|
3657
3719
|
placeholder: {
|
|
3658
3720
|
type: import("vue").PropType<string>;
|
|
3659
3721
|
default: string;
|
|
@@ -3683,10 +3745,10 @@ declare const _default: {
|
|
|
3683
3745
|
height: string;
|
|
3684
3746
|
resize: "both" | "none" | "horizontal" | "vertical";
|
|
3685
3747
|
mandatory: boolean;
|
|
3748
|
+
modelValue: string;
|
|
3686
3749
|
hoverHelpText: string;
|
|
3687
3750
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
3688
3751
|
maxLength: number;
|
|
3689
|
-
modelValue: string;
|
|
3690
3752
|
placeholder: string;
|
|
3691
3753
|
maxLengthCounterPosition: "inside" | "outside";
|
|
3692
3754
|
feedbackText: string;
|
|
@@ -3718,6 +3780,10 @@ declare const _default: {
|
|
|
3718
3780
|
type: import("vue").PropType<boolean>;
|
|
3719
3781
|
default: boolean;
|
|
3720
3782
|
};
|
|
3783
|
+
modelValue: {
|
|
3784
|
+
type: import("vue").PropType<string>;
|
|
3785
|
+
default: string;
|
|
3786
|
+
};
|
|
3721
3787
|
hoverHelpText: {
|
|
3722
3788
|
type: import("vue").PropType<string>;
|
|
3723
3789
|
default: string;
|
|
@@ -3730,10 +3796,6 @@ declare const _default: {
|
|
|
3730
3796
|
type: import("vue").PropType<number>;
|
|
3731
3797
|
default: any;
|
|
3732
3798
|
};
|
|
3733
|
-
modelValue: {
|
|
3734
|
-
type: import("vue").PropType<string>;
|
|
3735
|
-
default: string;
|
|
3736
|
-
};
|
|
3737
3799
|
placeholder: {
|
|
3738
3800
|
type: import("vue").PropType<string>;
|
|
3739
3801
|
default: string;
|
|
@@ -3781,6 +3843,10 @@ declare const _default: {
|
|
|
3781
3843
|
type: import("vue").PropType<boolean>;
|
|
3782
3844
|
default: boolean;
|
|
3783
3845
|
};
|
|
3846
|
+
modelValue: {
|
|
3847
|
+
type: import("vue").PropType<string>;
|
|
3848
|
+
default: string;
|
|
3849
|
+
};
|
|
3784
3850
|
hoverHelpText: {
|
|
3785
3851
|
type: import("vue").PropType<string>;
|
|
3786
3852
|
default: string;
|
|
@@ -3793,10 +3859,6 @@ declare const _default: {
|
|
|
3793
3859
|
type: import("vue").PropType<number>;
|
|
3794
3860
|
default: any;
|
|
3795
3861
|
};
|
|
3796
|
-
modelValue: {
|
|
3797
|
-
type: import("vue").PropType<string>;
|
|
3798
|
-
default: string;
|
|
3799
|
-
};
|
|
3800
3862
|
placeholder: {
|
|
3801
3863
|
type: import("vue").PropType<string>;
|
|
3802
3864
|
default: string;
|
|
@@ -3826,10 +3888,10 @@ declare const _default: {
|
|
|
3826
3888
|
height: string;
|
|
3827
3889
|
resize: "both" | "none" | "horizontal" | "vertical";
|
|
3828
3890
|
mandatory: boolean;
|
|
3891
|
+
modelValue: string;
|
|
3829
3892
|
hoverHelpText: string;
|
|
3830
3893
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
3831
3894
|
maxLength: number;
|
|
3832
|
-
modelValue: string;
|
|
3833
3895
|
placeholder: string;
|
|
3834
3896
|
maxLengthCounterPosition: "inside" | "outside";
|
|
3835
3897
|
feedbackText: string;
|
|
@@ -5462,6 +5524,7 @@ declare const _default: {
|
|
|
5462
5524
|
rowHeight: number | ((index: number) => number);
|
|
5463
5525
|
defaultScrollPosition: number;
|
|
5464
5526
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5527
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5465
5528
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5466
5529
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5467
5530
|
zIndexBase: number;
|
|
@@ -5556,6 +5619,10 @@ declare const _default: {
|
|
|
5556
5619
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
5557
5620
|
default: (row: any, index: any) => any;
|
|
5558
5621
|
};
|
|
5622
|
+
getRowKey: {
|
|
5623
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5624
|
+
default: (row: any, index: any) => any;
|
|
5625
|
+
};
|
|
5559
5626
|
selectedMatcher: {
|
|
5560
5627
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5561
5628
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -5587,7 +5654,7 @@ declare const _default: {
|
|
|
5587
5654
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5588
5655
|
onSelectRow?: (value: boolean) => any;
|
|
5589
5656
|
onClickRow?: (rowIndex: number) => any;
|
|
5590
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
5657
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
5591
5658
|
$attrs: {
|
|
5592
5659
|
[x: string]: unknown;
|
|
5593
5660
|
};
|
|
@@ -5690,6 +5757,10 @@ declare const _default: {
|
|
|
5690
5757
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
5691
5758
|
default: (row: any, index: any) => any;
|
|
5692
5759
|
};
|
|
5760
|
+
getRowKey: {
|
|
5761
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5762
|
+
default: (row: any, index: any) => any;
|
|
5763
|
+
};
|
|
5693
5764
|
selectedMatcher: {
|
|
5694
5765
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5695
5766
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -5755,6 +5826,7 @@ declare const _default: {
|
|
|
5755
5826
|
rowHeight: number | ((index: number) => number);
|
|
5756
5827
|
defaultScrollPosition: number;
|
|
5757
5828
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5829
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5758
5830
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5759
5831
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5760
5832
|
zIndexBase: number;
|
|
@@ -5869,6 +5941,10 @@ declare const _default: {
|
|
|
5869
5941
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
5870
5942
|
default: (row: any, index: any) => any;
|
|
5871
5943
|
};
|
|
5944
|
+
getRowKey: {
|
|
5945
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5946
|
+
default: (row: any, index: any) => any;
|
|
5947
|
+
};
|
|
5872
5948
|
selectedMatcher: {
|
|
5873
5949
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5874
5950
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -5995,6 +6071,10 @@ declare const _default: {
|
|
|
5995
6071
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
5996
6072
|
default: (row: any, index: any) => any;
|
|
5997
6073
|
};
|
|
6074
|
+
getRowKey: {
|
|
6075
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6076
|
+
default: (row: any, index: any) => any;
|
|
6077
|
+
};
|
|
5998
6078
|
selectedMatcher: {
|
|
5999
6079
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6000
6080
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6060,6 +6140,7 @@ declare const _default: {
|
|
|
6060
6140
|
rowHeight: number | ((index: number) => number);
|
|
6061
6141
|
defaultScrollPosition: number;
|
|
6062
6142
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6143
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6063
6144
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6064
6145
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6065
6146
|
zIndexBase: number;
|
|
@@ -6212,6 +6293,7 @@ declare const _default: {
|
|
|
6212
6293
|
rowHeight: number | ((index: number) => number);
|
|
6213
6294
|
defaultScrollPosition: number;
|
|
6214
6295
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6296
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6215
6297
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6216
6298
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6217
6299
|
zIndexBase: number;
|
|
@@ -6306,6 +6388,10 @@ declare const _default: {
|
|
|
6306
6388
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6307
6389
|
default: (row: any, index: any) => any;
|
|
6308
6390
|
};
|
|
6391
|
+
getRowKey: {
|
|
6392
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6393
|
+
default: (row: any, index: any) => any;
|
|
6394
|
+
};
|
|
6309
6395
|
selectedMatcher: {
|
|
6310
6396
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6311
6397
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6337,7 +6423,7 @@ declare const _default: {
|
|
|
6337
6423
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6338
6424
|
onSelectRow?: (value: boolean) => any;
|
|
6339
6425
|
onClickRow?: (rowIndex: number) => any;
|
|
6340
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
6426
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
6341
6427
|
$attrs: {
|
|
6342
6428
|
[x: string]: unknown;
|
|
6343
6429
|
};
|
|
@@ -6440,6 +6526,10 @@ declare const _default: {
|
|
|
6440
6526
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6441
6527
|
default: (row: any, index: any) => any;
|
|
6442
6528
|
};
|
|
6529
|
+
getRowKey: {
|
|
6530
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6531
|
+
default: (row: any, index: any) => any;
|
|
6532
|
+
};
|
|
6443
6533
|
selectedMatcher: {
|
|
6444
6534
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6445
6535
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6505,6 +6595,7 @@ declare const _default: {
|
|
|
6505
6595
|
rowHeight: number | ((index: number) => number);
|
|
6506
6596
|
defaultScrollPosition: number;
|
|
6507
6597
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6598
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6508
6599
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6509
6600
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6510
6601
|
zIndexBase: number;
|
|
@@ -6619,6 +6710,10 @@ declare const _default: {
|
|
|
6619
6710
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6620
6711
|
default: (row: any, index: any) => any;
|
|
6621
6712
|
};
|
|
6713
|
+
getRowKey: {
|
|
6714
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6715
|
+
default: (row: any, index: any) => any;
|
|
6716
|
+
};
|
|
6622
6717
|
selectedMatcher: {
|
|
6623
6718
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6624
6719
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6745,6 +6840,10 @@ declare const _default: {
|
|
|
6745
6840
|
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
6746
6841
|
default: (row: any, index: any) => any;
|
|
6747
6842
|
};
|
|
6843
|
+
getRowKey: {
|
|
6844
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6845
|
+
default: (row: any, index: any) => any;
|
|
6846
|
+
};
|
|
6748
6847
|
selectedMatcher: {
|
|
6749
6848
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6750
6849
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6810,6 +6909,7 @@ declare const _default: {
|
|
|
6810
6909
|
rowHeight: number | ((index: number) => number);
|
|
6811
6910
|
defaultScrollPosition: number;
|
|
6812
6911
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6912
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6813
6913
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6814
6914
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6815
6915
|
zIndexBase: number;
|
|
@@ -6949,8 +7049,12 @@ declare const _default: {
|
|
|
6949
7049
|
emptyStateTitle: string;
|
|
6950
7050
|
isSticky: boolean;
|
|
6951
7051
|
emptyStateSubtitle: string;
|
|
7052
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7053
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6952
7054
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6953
7055
|
zIndexBase: number;
|
|
7056
|
+
rowCustomClassKey: string;
|
|
7057
|
+
rowDataKey: string;
|
|
6954
7058
|
totalCount: number;
|
|
6955
7059
|
displayingText: string;
|
|
6956
7060
|
outOfText: string;
|
|
@@ -6998,6 +7102,14 @@ declare const _default: {
|
|
|
6998
7102
|
type: import("vue").PropType<string>;
|
|
6999
7103
|
default: string;
|
|
7000
7104
|
};
|
|
7105
|
+
getRowId: {
|
|
7106
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7107
|
+
default: (row: any, index: any) => any;
|
|
7108
|
+
};
|
|
7109
|
+
getRowKey: {
|
|
7110
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7111
|
+
default: (row: any, index: any) => any;
|
|
7112
|
+
};
|
|
7001
7113
|
emptyStateVariant: {
|
|
7002
7114
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7003
7115
|
default: any;
|
|
@@ -7006,6 +7118,14 @@ declare const _default: {
|
|
|
7006
7118
|
type: import("vue").PropType<number>;
|
|
7007
7119
|
default: number;
|
|
7008
7120
|
};
|
|
7121
|
+
rowCustomClassKey: {
|
|
7122
|
+
type: import("vue").PropType<string>;
|
|
7123
|
+
default: string;
|
|
7124
|
+
};
|
|
7125
|
+
rowDataKey: {
|
|
7126
|
+
type: import("vue").PropType<string>;
|
|
7127
|
+
default: string;
|
|
7128
|
+
};
|
|
7009
7129
|
totalCount: {
|
|
7010
7130
|
type: import("vue").PropType<number>;
|
|
7011
7131
|
default: number;
|
|
@@ -7040,7 +7160,7 @@ declare const _default: {
|
|
|
7040
7160
|
}) => any;
|
|
7041
7161
|
onOnClearSearch?: () => any;
|
|
7042
7162
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7043
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7163
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7044
7164
|
$attrs: {
|
|
7045
7165
|
[x: string]: unknown;
|
|
7046
7166
|
};
|
|
@@ -7097,6 +7217,14 @@ declare const _default: {
|
|
|
7097
7217
|
type: import("vue").PropType<string>;
|
|
7098
7218
|
default: string;
|
|
7099
7219
|
};
|
|
7220
|
+
getRowId: {
|
|
7221
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7222
|
+
default: (row: any, index: any) => any;
|
|
7223
|
+
};
|
|
7224
|
+
getRowKey: {
|
|
7225
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7226
|
+
default: (row: any, index: any) => any;
|
|
7227
|
+
};
|
|
7100
7228
|
emptyStateVariant: {
|
|
7101
7229
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7102
7230
|
default: any;
|
|
@@ -7105,6 +7233,14 @@ declare const _default: {
|
|
|
7105
7233
|
type: import("vue").PropType<number>;
|
|
7106
7234
|
default: number;
|
|
7107
7235
|
};
|
|
7236
|
+
rowCustomClassKey: {
|
|
7237
|
+
type: import("vue").PropType<string>;
|
|
7238
|
+
default: string;
|
|
7239
|
+
};
|
|
7240
|
+
rowDataKey: {
|
|
7241
|
+
type: import("vue").PropType<string>;
|
|
7242
|
+
default: string;
|
|
7243
|
+
};
|
|
7108
7244
|
totalCount: {
|
|
7109
7245
|
type: import("vue").PropType<number>;
|
|
7110
7246
|
default: number;
|
|
@@ -7158,8 +7294,12 @@ declare const _default: {
|
|
|
7158
7294
|
emptyStateTitle: string;
|
|
7159
7295
|
isSticky: boolean;
|
|
7160
7296
|
emptyStateSubtitle: string;
|
|
7297
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7298
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7161
7299
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7162
7300
|
zIndexBase: number;
|
|
7301
|
+
rowCustomClassKey: string;
|
|
7302
|
+
rowDataKey: string;
|
|
7163
7303
|
totalCount: number;
|
|
7164
7304
|
displayingText: string;
|
|
7165
7305
|
outOfText: string;
|
|
@@ -7227,6 +7367,14 @@ declare const _default: {
|
|
|
7227
7367
|
type: import("vue").PropType<string>;
|
|
7228
7368
|
default: string;
|
|
7229
7369
|
};
|
|
7370
|
+
getRowId: {
|
|
7371
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7372
|
+
default: (row: any, index: any) => any;
|
|
7373
|
+
};
|
|
7374
|
+
getRowKey: {
|
|
7375
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7376
|
+
default: (row: any, index: any) => any;
|
|
7377
|
+
};
|
|
7230
7378
|
emptyStateVariant: {
|
|
7231
7379
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7232
7380
|
default: any;
|
|
@@ -7235,6 +7383,14 @@ declare const _default: {
|
|
|
7235
7383
|
type: import("vue").PropType<number>;
|
|
7236
7384
|
default: number;
|
|
7237
7385
|
};
|
|
7386
|
+
rowCustomClassKey: {
|
|
7387
|
+
type: import("vue").PropType<string>;
|
|
7388
|
+
default: string;
|
|
7389
|
+
};
|
|
7390
|
+
rowDataKey: {
|
|
7391
|
+
type: import("vue").PropType<string>;
|
|
7392
|
+
default: string;
|
|
7393
|
+
};
|
|
7238
7394
|
totalCount: {
|
|
7239
7395
|
type: import("vue").PropType<number>;
|
|
7240
7396
|
default: number;
|
|
@@ -7314,6 +7470,14 @@ declare const _default: {
|
|
|
7314
7470
|
type: import("vue").PropType<string>;
|
|
7315
7471
|
default: string;
|
|
7316
7472
|
};
|
|
7473
|
+
getRowId: {
|
|
7474
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7475
|
+
default: (row: any, index: any) => any;
|
|
7476
|
+
};
|
|
7477
|
+
getRowKey: {
|
|
7478
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7479
|
+
default: (row: any, index: any) => any;
|
|
7480
|
+
};
|
|
7317
7481
|
emptyStateVariant: {
|
|
7318
7482
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7319
7483
|
default: any;
|
|
@@ -7322,6 +7486,14 @@ declare const _default: {
|
|
|
7322
7486
|
type: import("vue").PropType<number>;
|
|
7323
7487
|
default: number;
|
|
7324
7488
|
};
|
|
7489
|
+
rowCustomClassKey: {
|
|
7490
|
+
type: import("vue").PropType<string>;
|
|
7491
|
+
default: string;
|
|
7492
|
+
};
|
|
7493
|
+
rowDataKey: {
|
|
7494
|
+
type: import("vue").PropType<string>;
|
|
7495
|
+
default: string;
|
|
7496
|
+
};
|
|
7325
7497
|
totalCount: {
|
|
7326
7498
|
type: import("vue").PropType<number>;
|
|
7327
7499
|
default: number;
|
|
@@ -7375,8 +7547,12 @@ declare const _default: {
|
|
|
7375
7547
|
emptyStateTitle: string;
|
|
7376
7548
|
isSticky: boolean;
|
|
7377
7549
|
emptyStateSubtitle: string;
|
|
7550
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7551
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7378
7552
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7379
7553
|
zIndexBase: number;
|
|
7554
|
+
rowCustomClassKey: string;
|
|
7555
|
+
rowDataKey: string;
|
|
7380
7556
|
totalCount: number;
|
|
7381
7557
|
displayingText: string;
|
|
7382
7558
|
outOfText: string;
|
|
@@ -7401,6 +7577,7 @@ declare const _default: {
|
|
|
7401
7577
|
"floating-row"?(_: {
|
|
7402
7578
|
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
7403
7579
|
rowIndex: number;
|
|
7580
|
+
tableIndex: number;
|
|
7404
7581
|
}): any;
|
|
7405
7582
|
"empty-state"?(_: {}): any;
|
|
7406
7583
|
};
|
|
@@ -7420,8 +7597,12 @@ declare const _default: {
|
|
|
7420
7597
|
emptyStateTitle: string;
|
|
7421
7598
|
isSticky: boolean;
|
|
7422
7599
|
emptyStateSubtitle: string;
|
|
7600
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7601
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7423
7602
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7424
7603
|
zIndexBase: number;
|
|
7604
|
+
rowCustomClassKey: string;
|
|
7605
|
+
rowDataKey: string;
|
|
7425
7606
|
totalCount: number;
|
|
7426
7607
|
displayingText: string;
|
|
7427
7608
|
outOfText: string;
|
|
@@ -7469,6 +7650,14 @@ declare const _default: {
|
|
|
7469
7650
|
type: import("vue").PropType<string>;
|
|
7470
7651
|
default: string;
|
|
7471
7652
|
};
|
|
7653
|
+
getRowId: {
|
|
7654
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7655
|
+
default: (row: any, index: any) => any;
|
|
7656
|
+
};
|
|
7657
|
+
getRowKey: {
|
|
7658
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7659
|
+
default: (row: any, index: any) => any;
|
|
7660
|
+
};
|
|
7472
7661
|
emptyStateVariant: {
|
|
7473
7662
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7474
7663
|
default: any;
|
|
@@ -7477,6 +7666,14 @@ declare const _default: {
|
|
|
7477
7666
|
type: import("vue").PropType<number>;
|
|
7478
7667
|
default: number;
|
|
7479
7668
|
};
|
|
7669
|
+
rowCustomClassKey: {
|
|
7670
|
+
type: import("vue").PropType<string>;
|
|
7671
|
+
default: string;
|
|
7672
|
+
};
|
|
7673
|
+
rowDataKey: {
|
|
7674
|
+
type: import("vue").PropType<string>;
|
|
7675
|
+
default: string;
|
|
7676
|
+
};
|
|
7480
7677
|
totalCount: {
|
|
7481
7678
|
type: import("vue").PropType<number>;
|
|
7482
7679
|
default: number;
|
|
@@ -7511,7 +7708,7 @@ declare const _default: {
|
|
|
7511
7708
|
}) => any;
|
|
7512
7709
|
onOnClearSearch?: () => any;
|
|
7513
7710
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7514
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7711
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7515
7712
|
$attrs: {
|
|
7516
7713
|
[x: string]: unknown;
|
|
7517
7714
|
};
|
|
@@ -7568,6 +7765,14 @@ declare const _default: {
|
|
|
7568
7765
|
type: import("vue").PropType<string>;
|
|
7569
7766
|
default: string;
|
|
7570
7767
|
};
|
|
7768
|
+
getRowId: {
|
|
7769
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7770
|
+
default: (row: any, index: any) => any;
|
|
7771
|
+
};
|
|
7772
|
+
getRowKey: {
|
|
7773
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7774
|
+
default: (row: any, index: any) => any;
|
|
7775
|
+
};
|
|
7571
7776
|
emptyStateVariant: {
|
|
7572
7777
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7573
7778
|
default: any;
|
|
@@ -7576,6 +7781,14 @@ declare const _default: {
|
|
|
7576
7781
|
type: import("vue").PropType<number>;
|
|
7577
7782
|
default: number;
|
|
7578
7783
|
};
|
|
7784
|
+
rowCustomClassKey: {
|
|
7785
|
+
type: import("vue").PropType<string>;
|
|
7786
|
+
default: string;
|
|
7787
|
+
};
|
|
7788
|
+
rowDataKey: {
|
|
7789
|
+
type: import("vue").PropType<string>;
|
|
7790
|
+
default: string;
|
|
7791
|
+
};
|
|
7579
7792
|
totalCount: {
|
|
7580
7793
|
type: import("vue").PropType<number>;
|
|
7581
7794
|
default: number;
|
|
@@ -7629,8 +7842,12 @@ declare const _default: {
|
|
|
7629
7842
|
emptyStateTitle: string;
|
|
7630
7843
|
isSticky: boolean;
|
|
7631
7844
|
emptyStateSubtitle: string;
|
|
7845
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7846
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7632
7847
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7633
7848
|
zIndexBase: number;
|
|
7849
|
+
rowCustomClassKey: string;
|
|
7850
|
+
rowDataKey: string;
|
|
7634
7851
|
totalCount: number;
|
|
7635
7852
|
displayingText: string;
|
|
7636
7853
|
outOfText: string;
|
|
@@ -7698,6 +7915,14 @@ declare const _default: {
|
|
|
7698
7915
|
type: import("vue").PropType<string>;
|
|
7699
7916
|
default: string;
|
|
7700
7917
|
};
|
|
7918
|
+
getRowId: {
|
|
7919
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
7920
|
+
default: (row: any, index: any) => any;
|
|
7921
|
+
};
|
|
7922
|
+
getRowKey: {
|
|
7923
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7924
|
+
default: (row: any, index: any) => any;
|
|
7925
|
+
};
|
|
7701
7926
|
emptyStateVariant: {
|
|
7702
7927
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7703
7928
|
default: any;
|
|
@@ -7706,6 +7931,14 @@ declare const _default: {
|
|
|
7706
7931
|
type: import("vue").PropType<number>;
|
|
7707
7932
|
default: number;
|
|
7708
7933
|
};
|
|
7934
|
+
rowCustomClassKey: {
|
|
7935
|
+
type: import("vue").PropType<string>;
|
|
7936
|
+
default: string;
|
|
7937
|
+
};
|
|
7938
|
+
rowDataKey: {
|
|
7939
|
+
type: import("vue").PropType<string>;
|
|
7940
|
+
default: string;
|
|
7941
|
+
};
|
|
7709
7942
|
totalCount: {
|
|
7710
7943
|
type: import("vue").PropType<number>;
|
|
7711
7944
|
default: number;
|
|
@@ -7785,6 +8018,14 @@ declare const _default: {
|
|
|
7785
8018
|
type: import("vue").PropType<string>;
|
|
7786
8019
|
default: string;
|
|
7787
8020
|
};
|
|
8021
|
+
getRowId: {
|
|
8022
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => unknown>;
|
|
8023
|
+
default: (row: any, index: any) => any;
|
|
8024
|
+
};
|
|
8025
|
+
getRowKey: {
|
|
8026
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
8027
|
+
default: (row: any, index: any) => any;
|
|
8028
|
+
};
|
|
7788
8029
|
emptyStateVariant: {
|
|
7789
8030
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7790
8031
|
default: any;
|
|
@@ -7793,6 +8034,14 @@ declare const _default: {
|
|
|
7793
8034
|
type: import("vue").PropType<number>;
|
|
7794
8035
|
default: number;
|
|
7795
8036
|
};
|
|
8037
|
+
rowCustomClassKey: {
|
|
8038
|
+
type: import("vue").PropType<string>;
|
|
8039
|
+
default: string;
|
|
8040
|
+
};
|
|
8041
|
+
rowDataKey: {
|
|
8042
|
+
type: import("vue").PropType<string>;
|
|
8043
|
+
default: string;
|
|
8044
|
+
};
|
|
7796
8045
|
totalCount: {
|
|
7797
8046
|
type: import("vue").PropType<number>;
|
|
7798
8047
|
default: number;
|
|
@@ -7846,8 +8095,12 @@ declare const _default: {
|
|
|
7846
8095
|
emptyStateTitle: string;
|
|
7847
8096
|
isSticky: boolean;
|
|
7848
8097
|
emptyStateSubtitle: string;
|
|
8098
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
8099
|
+
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7849
8100
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7850
8101
|
zIndexBase: number;
|
|
8102
|
+
rowCustomClassKey: string;
|
|
8103
|
+
rowDataKey: string;
|
|
7851
8104
|
totalCount: number;
|
|
7852
8105
|
displayingText: string;
|
|
7853
8106
|
outOfText: string;
|
|
@@ -7872,6 +8125,7 @@ declare const _default: {
|
|
|
7872
8125
|
"floating-row"?(_: {
|
|
7873
8126
|
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
7874
8127
|
rowIndex: number;
|
|
8128
|
+
tableIndex: number;
|
|
7875
8129
|
}): any;
|
|
7876
8130
|
"empty-state"?(_: {}): any;
|
|
7877
8131
|
};
|
|
@@ -8694,6 +8948,10 @@ declare const _default: {
|
|
|
8694
8948
|
type: import("vue").PropType<"small" | "medium">;
|
|
8695
8949
|
default: string;
|
|
8696
8950
|
};
|
|
8951
|
+
modelValue: {
|
|
8952
|
+
type: import("vue").PropType<boolean>;
|
|
8953
|
+
required: true;
|
|
8954
|
+
};
|
|
8697
8955
|
isLoading: {
|
|
8698
8956
|
type: import("vue").PropType<boolean>;
|
|
8699
8957
|
default: boolean;
|
|
@@ -8706,10 +8964,6 @@ declare const _default: {
|
|
|
8706
8964
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
8707
8965
|
default: string;
|
|
8708
8966
|
};
|
|
8709
|
-
modelValue: {
|
|
8710
|
-
type: import("vue").PropType<boolean>;
|
|
8711
|
-
required: true;
|
|
8712
|
-
};
|
|
8713
8967
|
feedbackText: {
|
|
8714
8968
|
type: import("vue").PropType<string>;
|
|
8715
8969
|
default: string;
|
|
@@ -8763,6 +9017,10 @@ declare const _default: {
|
|
|
8763
9017
|
type: import("vue").PropType<"small" | "medium">;
|
|
8764
9018
|
default: string;
|
|
8765
9019
|
};
|
|
9020
|
+
modelValue: {
|
|
9021
|
+
type: import("vue").PropType<boolean>;
|
|
9022
|
+
required: true;
|
|
9023
|
+
};
|
|
8766
9024
|
isLoading: {
|
|
8767
9025
|
type: import("vue").PropType<boolean>;
|
|
8768
9026
|
default: boolean;
|
|
@@ -8775,10 +9033,6 @@ declare const _default: {
|
|
|
8775
9033
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
8776
9034
|
default: string;
|
|
8777
9035
|
};
|
|
8778
|
-
modelValue: {
|
|
8779
|
-
type: import("vue").PropType<boolean>;
|
|
8780
|
-
required: true;
|
|
8781
|
-
};
|
|
8782
9036
|
feedbackText: {
|
|
8783
9037
|
type: import("vue").PropType<string>;
|
|
8784
9038
|
default: string;
|
|
@@ -8853,6 +9107,10 @@ declare const _default: {
|
|
|
8853
9107
|
type: import("vue").PropType<"small" | "medium">;
|
|
8854
9108
|
default: string;
|
|
8855
9109
|
};
|
|
9110
|
+
modelValue: {
|
|
9111
|
+
type: import("vue").PropType<boolean>;
|
|
9112
|
+
required: true;
|
|
9113
|
+
};
|
|
8856
9114
|
isLoading: {
|
|
8857
9115
|
type: import("vue").PropType<boolean>;
|
|
8858
9116
|
default: boolean;
|
|
@@ -8865,10 +9123,6 @@ declare const _default: {
|
|
|
8865
9123
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
8866
9124
|
default: string;
|
|
8867
9125
|
};
|
|
8868
|
-
modelValue: {
|
|
8869
|
-
type: import("vue").PropType<boolean>;
|
|
8870
|
-
required: true;
|
|
8871
|
-
};
|
|
8872
9126
|
feedbackText: {
|
|
8873
9127
|
type: import("vue").PropType<string>;
|
|
8874
9128
|
default: string;
|
|
@@ -8912,6 +9166,10 @@ declare const _default: {
|
|
|
8912
9166
|
type: import("vue").PropType<"small" | "medium">;
|
|
8913
9167
|
default: string;
|
|
8914
9168
|
};
|
|
9169
|
+
modelValue: {
|
|
9170
|
+
type: import("vue").PropType<boolean>;
|
|
9171
|
+
required: true;
|
|
9172
|
+
};
|
|
8915
9173
|
isLoading: {
|
|
8916
9174
|
type: import("vue").PropType<boolean>;
|
|
8917
9175
|
default: boolean;
|
|
@@ -8924,10 +9182,6 @@ declare const _default: {
|
|
|
8924
9182
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
8925
9183
|
default: string;
|
|
8926
9184
|
};
|
|
8927
|
-
modelValue: {
|
|
8928
|
-
type: import("vue").PropType<boolean>;
|
|
8929
|
-
required: true;
|
|
8930
|
-
};
|
|
8931
9185
|
feedbackText: {
|
|
8932
9186
|
type: import("vue").PropType<string>;
|
|
8933
9187
|
default: string;
|
|
@@ -9005,6 +9259,10 @@ declare const _default: {
|
|
|
9005
9259
|
type: import("vue").PropType<"small" | "medium">;
|
|
9006
9260
|
default: string;
|
|
9007
9261
|
};
|
|
9262
|
+
modelValue: {
|
|
9263
|
+
type: import("vue").PropType<boolean>;
|
|
9264
|
+
required: true;
|
|
9265
|
+
};
|
|
9008
9266
|
isLoading: {
|
|
9009
9267
|
type: import("vue").PropType<boolean>;
|
|
9010
9268
|
default: boolean;
|
|
@@ -9017,10 +9275,6 @@ declare const _default: {
|
|
|
9017
9275
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
9018
9276
|
default: string;
|
|
9019
9277
|
};
|
|
9020
|
-
modelValue: {
|
|
9021
|
-
type: import("vue").PropType<boolean>;
|
|
9022
|
-
required: true;
|
|
9023
|
-
};
|
|
9024
9278
|
feedbackText: {
|
|
9025
9279
|
type: import("vue").PropType<string>;
|
|
9026
9280
|
default: string;
|
|
@@ -9074,6 +9328,10 @@ declare const _default: {
|
|
|
9074
9328
|
type: import("vue").PropType<"small" | "medium">;
|
|
9075
9329
|
default: string;
|
|
9076
9330
|
};
|
|
9331
|
+
modelValue: {
|
|
9332
|
+
type: import("vue").PropType<boolean>;
|
|
9333
|
+
required: true;
|
|
9334
|
+
};
|
|
9077
9335
|
isLoading: {
|
|
9078
9336
|
type: import("vue").PropType<boolean>;
|
|
9079
9337
|
default: boolean;
|
|
@@ -9086,10 +9344,6 @@ declare const _default: {
|
|
|
9086
9344
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
9087
9345
|
default: string;
|
|
9088
9346
|
};
|
|
9089
|
-
modelValue: {
|
|
9090
|
-
type: import("vue").PropType<boolean>;
|
|
9091
|
-
required: true;
|
|
9092
|
-
};
|
|
9093
9347
|
feedbackText: {
|
|
9094
9348
|
type: import("vue").PropType<string>;
|
|
9095
9349
|
default: string;
|
|
@@ -9164,6 +9418,10 @@ declare const _default: {
|
|
|
9164
9418
|
type: import("vue").PropType<"small" | "medium">;
|
|
9165
9419
|
default: string;
|
|
9166
9420
|
};
|
|
9421
|
+
modelValue: {
|
|
9422
|
+
type: import("vue").PropType<boolean>;
|
|
9423
|
+
required: true;
|
|
9424
|
+
};
|
|
9167
9425
|
isLoading: {
|
|
9168
9426
|
type: import("vue").PropType<boolean>;
|
|
9169
9427
|
default: boolean;
|
|
@@ -9176,10 +9434,6 @@ declare const _default: {
|
|
|
9176
9434
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
9177
9435
|
default: string;
|
|
9178
9436
|
};
|
|
9179
|
-
modelValue: {
|
|
9180
|
-
type: import("vue").PropType<boolean>;
|
|
9181
|
-
required: true;
|
|
9182
|
-
};
|
|
9183
9437
|
feedbackText: {
|
|
9184
9438
|
type: import("vue").PropType<string>;
|
|
9185
9439
|
default: string;
|
|
@@ -9223,6 +9477,10 @@ declare const _default: {
|
|
|
9223
9477
|
type: import("vue").PropType<"small" | "medium">;
|
|
9224
9478
|
default: string;
|
|
9225
9479
|
};
|
|
9480
|
+
modelValue: {
|
|
9481
|
+
type: import("vue").PropType<boolean>;
|
|
9482
|
+
required: true;
|
|
9483
|
+
};
|
|
9226
9484
|
isLoading: {
|
|
9227
9485
|
type: import("vue").PropType<boolean>;
|
|
9228
9486
|
default: boolean;
|
|
@@ -9235,10 +9493,6 @@ declare const _default: {
|
|
|
9235
9493
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
9236
9494
|
default: string;
|
|
9237
9495
|
};
|
|
9238
|
-
modelValue: {
|
|
9239
|
-
type: import("vue").PropType<boolean>;
|
|
9240
|
-
required: true;
|
|
9241
|
-
};
|
|
9242
9496
|
feedbackText: {
|
|
9243
9497
|
type: import("vue").PropType<string>;
|
|
9244
9498
|
default: string;
|
|
@@ -9944,8 +10198,8 @@ declare const _default: {
|
|
|
9944
10198
|
default: string;
|
|
9945
10199
|
};
|
|
9946
10200
|
}>> & {
|
|
9947
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
9948
10201
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10202
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
9949
10203
|
onCancel?: () => any;
|
|
9950
10204
|
onOpen?: () => any;
|
|
9951
10205
|
onSave?: () => any;
|
|
@@ -9961,7 +10215,7 @@ declare const _default: {
|
|
|
9961
10215
|
}>;
|
|
9962
10216
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
9963
10217
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
9964
|
-
$emit: ((event: "open") => void) & ((event: "
|
|
10218
|
+
$emit: ((event: "open") => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "cancel") => void) & ((event: "save") => void);
|
|
9965
10219
|
$el: any;
|
|
9966
10220
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
9967
10221
|
title: {
|
|
@@ -10045,8 +10299,8 @@ declare const _default: {
|
|
|
10045
10299
|
default: string;
|
|
10046
10300
|
};
|
|
10047
10301
|
}>> & {
|
|
10048
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10049
10302
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10303
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10050
10304
|
onCancel?: () => any;
|
|
10051
10305
|
onOpen?: () => any;
|
|
10052
10306
|
onSave?: () => any;
|
|
@@ -10178,8 +10432,8 @@ declare const _default: {
|
|
|
10178
10432
|
default: string;
|
|
10179
10433
|
};
|
|
10180
10434
|
}>> & {
|
|
10181
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10182
10435
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10436
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10183
10437
|
onCancel?: () => any;
|
|
10184
10438
|
onOpen?: () => any;
|
|
10185
10439
|
onSave?: () => any;
|
|
@@ -10269,8 +10523,8 @@ declare const _default: {
|
|
|
10269
10523
|
default: string;
|
|
10270
10524
|
};
|
|
10271
10525
|
}>> & {
|
|
10272
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10273
10526
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10527
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10274
10528
|
onCancel?: () => any;
|
|
10275
10529
|
onOpen?: () => any;
|
|
10276
10530
|
onSave?: () => any;
|
|
@@ -10413,8 +10667,8 @@ declare const _default: {
|
|
|
10413
10667
|
default: string;
|
|
10414
10668
|
};
|
|
10415
10669
|
}>> & {
|
|
10416
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10417
10670
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10671
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10418
10672
|
onCancel?: () => any;
|
|
10419
10673
|
onOpen?: () => any;
|
|
10420
10674
|
onSave?: () => any;
|
|
@@ -10430,7 +10684,7 @@ declare const _default: {
|
|
|
10430
10684
|
}>;
|
|
10431
10685
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
10432
10686
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
10433
|
-
$emit: ((event: "open") => void) & ((event: "
|
|
10687
|
+
$emit: ((event: "open") => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "close", reason: dialogV3.Reason) => void) & ((event: "cancel") => void) & ((event: "save") => void);
|
|
10434
10688
|
$el: any;
|
|
10435
10689
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
10436
10690
|
title: {
|
|
@@ -10514,8 +10768,8 @@ declare const _default: {
|
|
|
10514
10768
|
default: string;
|
|
10515
10769
|
};
|
|
10516
10770
|
}>> & {
|
|
10517
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10518
10771
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10772
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10519
10773
|
onCancel?: () => any;
|
|
10520
10774
|
onOpen?: () => any;
|
|
10521
10775
|
onSave?: () => any;
|
|
@@ -10647,8 +10901,8 @@ declare const _default: {
|
|
|
10647
10901
|
default: string;
|
|
10648
10902
|
};
|
|
10649
10903
|
}>> & {
|
|
10650
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10651
10904
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10905
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10652
10906
|
onCancel?: () => any;
|
|
10653
10907
|
onOpen?: () => any;
|
|
10654
10908
|
onSave?: () => any;
|
|
@@ -10738,8 +10992,8 @@ declare const _default: {
|
|
|
10738
10992
|
default: string;
|
|
10739
10993
|
};
|
|
10740
10994
|
}>> & {
|
|
10741
|
-
onClose?: (reason: dialogV3.Reason) => any;
|
|
10742
10995
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10996
|
+
onClose?: (reason: dialogV3.Reason) => any;
|
|
10743
10997
|
onCancel?: () => any;
|
|
10744
10998
|
onOpen?: () => any;
|
|
10745
10999
|
onSave?: () => any;
|
|
@@ -12179,10 +12433,10 @@ declare const _default: {
|
|
|
12179
12433
|
disabled: boolean;
|
|
12180
12434
|
size: "small" | "medium" | "large";
|
|
12181
12435
|
mandatory: boolean;
|
|
12436
|
+
modelValue: string | number;
|
|
12182
12437
|
hoverHelpText: string;
|
|
12183
12438
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
12184
12439
|
maxLength: number;
|
|
12185
|
-
modelValue: string | number;
|
|
12186
12440
|
placeholder: string;
|
|
12187
12441
|
viewOnly: boolean;
|
|
12188
12442
|
labelDirection: "top" | "inside";
|
|
@@ -12226,6 +12480,10 @@ declare const _default: {
|
|
|
12226
12480
|
type: import("vue").PropType<boolean>;
|
|
12227
12481
|
default: boolean;
|
|
12228
12482
|
};
|
|
12483
|
+
modelValue: {
|
|
12484
|
+
type: import("vue").PropType<string | number>;
|
|
12485
|
+
default: string;
|
|
12486
|
+
};
|
|
12229
12487
|
hoverHelpText: {
|
|
12230
12488
|
type: import("vue").PropType<string>;
|
|
12231
12489
|
default: string;
|
|
@@ -12238,10 +12496,6 @@ declare const _default: {
|
|
|
12238
12496
|
type: import("vue").PropType<number>;
|
|
12239
12497
|
default: any;
|
|
12240
12498
|
};
|
|
12241
|
-
modelValue: {
|
|
12242
|
-
type: import("vue").PropType<string | number>;
|
|
12243
|
-
default: string;
|
|
12244
|
-
};
|
|
12245
12499
|
placeholder: {
|
|
12246
12500
|
type: import("vue").PropType<string>;
|
|
12247
12501
|
default: string;
|
|
@@ -12317,7 +12571,7 @@ declare const _default: {
|
|
|
12317
12571
|
}>> & {
|
|
12318
12572
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
12319
12573
|
onApply?: () => any;
|
|
12320
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "
|
|
12574
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "modelValue" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLengthCounterPosition" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
12321
12575
|
$attrs: {
|
|
12322
12576
|
[x: string]: unknown;
|
|
12323
12577
|
};
|
|
@@ -12356,6 +12610,10 @@ declare const _default: {
|
|
|
12356
12610
|
type: import("vue").PropType<boolean>;
|
|
12357
12611
|
default: boolean;
|
|
12358
12612
|
};
|
|
12613
|
+
modelValue: {
|
|
12614
|
+
type: import("vue").PropType<string | number>;
|
|
12615
|
+
default: string;
|
|
12616
|
+
};
|
|
12359
12617
|
hoverHelpText: {
|
|
12360
12618
|
type: import("vue").PropType<string>;
|
|
12361
12619
|
default: string;
|
|
@@ -12368,10 +12626,6 @@ declare const _default: {
|
|
|
12368
12626
|
type: import("vue").PropType<number>;
|
|
12369
12627
|
default: any;
|
|
12370
12628
|
};
|
|
12371
|
-
modelValue: {
|
|
12372
|
-
type: import("vue").PropType<string | number>;
|
|
12373
|
-
default: string;
|
|
12374
|
-
};
|
|
12375
12629
|
placeholder: {
|
|
12376
12630
|
type: import("vue").PropType<string>;
|
|
12377
12631
|
default: string;
|
|
@@ -12459,10 +12713,10 @@ declare const _default: {
|
|
|
12459
12713
|
disabled: boolean;
|
|
12460
12714
|
size: "small" | "medium" | "large";
|
|
12461
12715
|
mandatory: boolean;
|
|
12716
|
+
modelValue: string | number;
|
|
12462
12717
|
hoverHelpText: string;
|
|
12463
12718
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
12464
12719
|
maxLength: number;
|
|
12465
|
-
modelValue: string | number;
|
|
12466
12720
|
placeholder: string;
|
|
12467
12721
|
viewOnly: boolean;
|
|
12468
12722
|
labelDirection: "top" | "inside";
|
|
@@ -12526,6 +12780,10 @@ declare const _default: {
|
|
|
12526
12780
|
type: import("vue").PropType<boolean>;
|
|
12527
12781
|
default: boolean;
|
|
12528
12782
|
};
|
|
12783
|
+
modelValue: {
|
|
12784
|
+
type: import("vue").PropType<string | number>;
|
|
12785
|
+
default: string;
|
|
12786
|
+
};
|
|
12529
12787
|
hoverHelpText: {
|
|
12530
12788
|
type: import("vue").PropType<string>;
|
|
12531
12789
|
default: string;
|
|
@@ -12538,10 +12796,6 @@ declare const _default: {
|
|
|
12538
12796
|
type: import("vue").PropType<number>;
|
|
12539
12797
|
default: any;
|
|
12540
12798
|
};
|
|
12541
|
-
modelValue: {
|
|
12542
|
-
type: import("vue").PropType<string | number>;
|
|
12543
|
-
default: string;
|
|
12544
|
-
};
|
|
12545
12799
|
placeholder: {
|
|
12546
12800
|
type: import("vue").PropType<string>;
|
|
12547
12801
|
default: string;
|
|
@@ -12648,6 +12902,10 @@ declare const _default: {
|
|
|
12648
12902
|
type: import("vue").PropType<boolean>;
|
|
12649
12903
|
default: boolean;
|
|
12650
12904
|
};
|
|
12905
|
+
modelValue: {
|
|
12906
|
+
type: import("vue").PropType<string | number>;
|
|
12907
|
+
default: string;
|
|
12908
|
+
};
|
|
12651
12909
|
hoverHelpText: {
|
|
12652
12910
|
type: import("vue").PropType<string>;
|
|
12653
12911
|
default: string;
|
|
@@ -12660,10 +12918,6 @@ declare const _default: {
|
|
|
12660
12918
|
type: import("vue").PropType<number>;
|
|
12661
12919
|
default: any;
|
|
12662
12920
|
};
|
|
12663
|
-
modelValue: {
|
|
12664
|
-
type: import("vue").PropType<string | number>;
|
|
12665
|
-
default: string;
|
|
12666
|
-
};
|
|
12667
12921
|
placeholder: {
|
|
12668
12922
|
type: import("vue").PropType<string>;
|
|
12669
12923
|
default: string;
|
|
@@ -12751,10 +13005,10 @@ declare const _default: {
|
|
|
12751
13005
|
disabled: boolean;
|
|
12752
13006
|
size: "small" | "medium" | "large";
|
|
12753
13007
|
mandatory: boolean;
|
|
13008
|
+
modelValue: string | number;
|
|
12754
13009
|
hoverHelpText: string;
|
|
12755
13010
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
12756
13011
|
maxLength: number;
|
|
12757
|
-
modelValue: string | number;
|
|
12758
13012
|
placeholder: string;
|
|
12759
13013
|
viewOnly: boolean;
|
|
12760
13014
|
labelDirection: "top" | "inside";
|
|
@@ -12790,10 +13044,10 @@ declare const _default: {
|
|
|
12790
13044
|
disabled: boolean;
|
|
12791
13045
|
size: "small" | "medium" | "large";
|
|
12792
13046
|
mandatory: boolean;
|
|
13047
|
+
modelValue: string | number;
|
|
12793
13048
|
hoverHelpText: string;
|
|
12794
13049
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
12795
13050
|
maxLength: number;
|
|
12796
|
-
modelValue: string | number;
|
|
12797
13051
|
placeholder: string;
|
|
12798
13052
|
viewOnly: boolean;
|
|
12799
13053
|
labelDirection: "top" | "inside";
|
|
@@ -12837,6 +13091,10 @@ declare const _default: {
|
|
|
12837
13091
|
type: import("vue").PropType<boolean>;
|
|
12838
13092
|
default: boolean;
|
|
12839
13093
|
};
|
|
13094
|
+
modelValue: {
|
|
13095
|
+
type: import("vue").PropType<string | number>;
|
|
13096
|
+
default: string;
|
|
13097
|
+
};
|
|
12840
13098
|
hoverHelpText: {
|
|
12841
13099
|
type: import("vue").PropType<string>;
|
|
12842
13100
|
default: string;
|
|
@@ -12849,10 +13107,6 @@ declare const _default: {
|
|
|
12849
13107
|
type: import("vue").PropType<number>;
|
|
12850
13108
|
default: any;
|
|
12851
13109
|
};
|
|
12852
|
-
modelValue: {
|
|
12853
|
-
type: import("vue").PropType<string | number>;
|
|
12854
|
-
default: string;
|
|
12855
|
-
};
|
|
12856
13110
|
placeholder: {
|
|
12857
13111
|
type: import("vue").PropType<string>;
|
|
12858
13112
|
default: string;
|
|
@@ -12928,7 +13182,7 @@ declare const _default: {
|
|
|
12928
13182
|
}>> & {
|
|
12929
13183
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
12930
13184
|
onApply?: () => any;
|
|
12931
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "
|
|
13185
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "modelValue" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLengthCounterPosition" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
12932
13186
|
$attrs: {
|
|
12933
13187
|
[x: string]: unknown;
|
|
12934
13188
|
};
|
|
@@ -12967,6 +13221,10 @@ declare const _default: {
|
|
|
12967
13221
|
type: import("vue").PropType<boolean>;
|
|
12968
13222
|
default: boolean;
|
|
12969
13223
|
};
|
|
13224
|
+
modelValue: {
|
|
13225
|
+
type: import("vue").PropType<string | number>;
|
|
13226
|
+
default: string;
|
|
13227
|
+
};
|
|
12970
13228
|
hoverHelpText: {
|
|
12971
13229
|
type: import("vue").PropType<string>;
|
|
12972
13230
|
default: string;
|
|
@@ -12979,10 +13237,6 @@ declare const _default: {
|
|
|
12979
13237
|
type: import("vue").PropType<number>;
|
|
12980
13238
|
default: any;
|
|
12981
13239
|
};
|
|
12982
|
-
modelValue: {
|
|
12983
|
-
type: import("vue").PropType<string | number>;
|
|
12984
|
-
default: string;
|
|
12985
|
-
};
|
|
12986
13240
|
placeholder: {
|
|
12987
13241
|
type: import("vue").PropType<string>;
|
|
12988
13242
|
default: string;
|
|
@@ -13070,10 +13324,10 @@ declare const _default: {
|
|
|
13070
13324
|
disabled: boolean;
|
|
13071
13325
|
size: "small" | "medium" | "large";
|
|
13072
13326
|
mandatory: boolean;
|
|
13327
|
+
modelValue: string | number;
|
|
13073
13328
|
hoverHelpText: string;
|
|
13074
13329
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
13075
13330
|
maxLength: number;
|
|
13076
|
-
modelValue: string | number;
|
|
13077
13331
|
placeholder: string;
|
|
13078
13332
|
viewOnly: boolean;
|
|
13079
13333
|
labelDirection: "top" | "inside";
|
|
@@ -13137,6 +13391,10 @@ declare const _default: {
|
|
|
13137
13391
|
type: import("vue").PropType<boolean>;
|
|
13138
13392
|
default: boolean;
|
|
13139
13393
|
};
|
|
13394
|
+
modelValue: {
|
|
13395
|
+
type: import("vue").PropType<string | number>;
|
|
13396
|
+
default: string;
|
|
13397
|
+
};
|
|
13140
13398
|
hoverHelpText: {
|
|
13141
13399
|
type: import("vue").PropType<string>;
|
|
13142
13400
|
default: string;
|
|
@@ -13149,10 +13407,6 @@ declare const _default: {
|
|
|
13149
13407
|
type: import("vue").PropType<number>;
|
|
13150
13408
|
default: any;
|
|
13151
13409
|
};
|
|
13152
|
-
modelValue: {
|
|
13153
|
-
type: import("vue").PropType<string | number>;
|
|
13154
|
-
default: string;
|
|
13155
|
-
};
|
|
13156
13410
|
placeholder: {
|
|
13157
13411
|
type: import("vue").PropType<string>;
|
|
13158
13412
|
default: string;
|
|
@@ -13259,6 +13513,10 @@ declare const _default: {
|
|
|
13259
13513
|
type: import("vue").PropType<boolean>;
|
|
13260
13514
|
default: boolean;
|
|
13261
13515
|
};
|
|
13516
|
+
modelValue: {
|
|
13517
|
+
type: import("vue").PropType<string | number>;
|
|
13518
|
+
default: string;
|
|
13519
|
+
};
|
|
13262
13520
|
hoverHelpText: {
|
|
13263
13521
|
type: import("vue").PropType<string>;
|
|
13264
13522
|
default: string;
|
|
@@ -13271,10 +13529,6 @@ declare const _default: {
|
|
|
13271
13529
|
type: import("vue").PropType<number>;
|
|
13272
13530
|
default: any;
|
|
13273
13531
|
};
|
|
13274
|
-
modelValue: {
|
|
13275
|
-
type: import("vue").PropType<string | number>;
|
|
13276
|
-
default: string;
|
|
13277
|
-
};
|
|
13278
13532
|
placeholder: {
|
|
13279
13533
|
type: import("vue").PropType<string>;
|
|
13280
13534
|
default: string;
|
|
@@ -13362,10 +13616,10 @@ declare const _default: {
|
|
|
13362
13616
|
disabled: boolean;
|
|
13363
13617
|
size: "small" | "medium" | "large";
|
|
13364
13618
|
mandatory: boolean;
|
|
13619
|
+
modelValue: string | number;
|
|
13365
13620
|
hoverHelpText: string;
|
|
13366
13621
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
13367
13622
|
maxLength: number;
|
|
13368
|
-
modelValue: string | number;
|
|
13369
13623
|
placeholder: string;
|
|
13370
13624
|
viewOnly: boolean;
|
|
13371
13625
|
labelDirection: "top" | "inside";
|
|
@@ -13401,9 +13655,9 @@ declare const _default: {
|
|
|
13401
13655
|
disabled: boolean;
|
|
13402
13656
|
size: "sm" | "lg";
|
|
13403
13657
|
mandatory: boolean;
|
|
13658
|
+
modelValue: string | number;
|
|
13404
13659
|
hoverHelpText: string;
|
|
13405
13660
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
13406
|
-
modelValue: string | number;
|
|
13407
13661
|
placeholder: string;
|
|
13408
13662
|
viewOnly: boolean;
|
|
13409
13663
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -13438,6 +13692,10 @@ declare const _default: {
|
|
|
13438
13692
|
type: import("vue").PropType<boolean>;
|
|
13439
13693
|
default: boolean;
|
|
13440
13694
|
};
|
|
13695
|
+
modelValue: {
|
|
13696
|
+
type: import("vue").PropType<string | number>;
|
|
13697
|
+
default: string;
|
|
13698
|
+
};
|
|
13441
13699
|
hoverHelpText: {
|
|
13442
13700
|
type: import("vue").PropType<string>;
|
|
13443
13701
|
default: string;
|
|
@@ -13446,10 +13704,6 @@ declare const _default: {
|
|
|
13446
13704
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
13447
13705
|
default: string;
|
|
13448
13706
|
};
|
|
13449
|
-
modelValue: {
|
|
13450
|
-
type: import("vue").PropType<string | number>;
|
|
13451
|
-
default: string;
|
|
13452
|
-
};
|
|
13453
13707
|
placeholder: {
|
|
13454
13708
|
type: import("vue").PropType<string>;
|
|
13455
13709
|
default: string;
|
|
@@ -13488,7 +13742,7 @@ declare const _default: {
|
|
|
13488
13742
|
};
|
|
13489
13743
|
}>> & {
|
|
13490
13744
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
13491
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "
|
|
13745
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "modelValue" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "feedbackHelpText" | "feedbackErrorText">;
|
|
13492
13746
|
$attrs: {
|
|
13493
13747
|
[x: string]: unknown;
|
|
13494
13748
|
};
|
|
@@ -13527,6 +13781,10 @@ declare const _default: {
|
|
|
13527
13781
|
type: import("vue").PropType<boolean>;
|
|
13528
13782
|
default: boolean;
|
|
13529
13783
|
};
|
|
13784
|
+
modelValue: {
|
|
13785
|
+
type: import("vue").PropType<string | number>;
|
|
13786
|
+
default: string;
|
|
13787
|
+
};
|
|
13530
13788
|
hoverHelpText: {
|
|
13531
13789
|
type: import("vue").PropType<string>;
|
|
13532
13790
|
default: string;
|
|
@@ -13535,10 +13793,6 @@ declare const _default: {
|
|
|
13535
13793
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
13536
13794
|
default: string;
|
|
13537
13795
|
};
|
|
13538
|
-
modelValue: {
|
|
13539
|
-
type: import("vue").PropType<string | number>;
|
|
13540
|
-
default: string;
|
|
13541
|
-
};
|
|
13542
13796
|
placeholder: {
|
|
13543
13797
|
type: import("vue").PropType<string>;
|
|
13544
13798
|
default: string;
|
|
@@ -13586,9 +13840,9 @@ declare const _default: {
|
|
|
13586
13840
|
disabled: boolean;
|
|
13587
13841
|
size: "sm" | "lg";
|
|
13588
13842
|
mandatory: boolean;
|
|
13843
|
+
modelValue: string | number;
|
|
13589
13844
|
hoverHelpText: string;
|
|
13590
13845
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
13591
|
-
modelValue: string | number;
|
|
13592
13846
|
placeholder: string;
|
|
13593
13847
|
viewOnly: boolean;
|
|
13594
13848
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -13643,6 +13897,10 @@ declare const _default: {
|
|
|
13643
13897
|
type: import("vue").PropType<boolean>;
|
|
13644
13898
|
default: boolean;
|
|
13645
13899
|
};
|
|
13900
|
+
modelValue: {
|
|
13901
|
+
type: import("vue").PropType<string | number>;
|
|
13902
|
+
default: string;
|
|
13903
|
+
};
|
|
13646
13904
|
hoverHelpText: {
|
|
13647
13905
|
type: import("vue").PropType<string>;
|
|
13648
13906
|
default: string;
|
|
@@ -13651,10 +13909,6 @@ declare const _default: {
|
|
|
13651
13909
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
13652
13910
|
default: string;
|
|
13653
13911
|
};
|
|
13654
|
-
modelValue: {
|
|
13655
|
-
type: import("vue").PropType<string | number>;
|
|
13656
|
-
default: string;
|
|
13657
|
-
};
|
|
13658
13912
|
placeholder: {
|
|
13659
13913
|
type: import("vue").PropType<string>;
|
|
13660
13914
|
default: string;
|
|
@@ -13722,16 +13976,16 @@ declare const _default: {
|
|
|
13722
13976
|
type: import("vue").PropType<boolean>;
|
|
13723
13977
|
default: boolean;
|
|
13724
13978
|
};
|
|
13725
|
-
|
|
13726
|
-
type: import("vue").PropType<string>;
|
|
13979
|
+
modelValue: {
|
|
13980
|
+
type: import("vue").PropType<string | number>;
|
|
13727
13981
|
default: string;
|
|
13728
13982
|
};
|
|
13729
|
-
|
|
13730
|
-
type: import("vue").PropType<
|
|
13983
|
+
hoverHelpText: {
|
|
13984
|
+
type: import("vue").PropType<string>;
|
|
13731
13985
|
default: string;
|
|
13732
13986
|
};
|
|
13733
|
-
|
|
13734
|
-
type: import("vue").PropType<
|
|
13987
|
+
hoverHelpTextPlacement: {
|
|
13988
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
13735
13989
|
default: string;
|
|
13736
13990
|
};
|
|
13737
13991
|
placeholder: {
|
|
@@ -13781,9 +14035,9 @@ declare const _default: {
|
|
|
13781
14035
|
disabled: boolean;
|
|
13782
14036
|
size: "sm" | "lg";
|
|
13783
14037
|
mandatory: boolean;
|
|
14038
|
+
modelValue: string | number;
|
|
13784
14039
|
hoverHelpText: string;
|
|
13785
14040
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
13786
|
-
modelValue: string | number;
|
|
13787
14041
|
placeholder: string;
|
|
13788
14042
|
viewOnly: boolean;
|
|
13789
14043
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -13883,15 +14137,18 @@ declare const _default: {
|
|
|
13883
14137
|
mandatory: {
|
|
13884
14138
|
type: import("vue").PropType<boolean>;
|
|
13885
14139
|
};
|
|
14140
|
+
modelValue: {
|
|
14141
|
+
type: import("vue").PropType<string | number>;
|
|
14142
|
+
};
|
|
14143
|
+
"onUpdate:modelValue": {
|
|
14144
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14145
|
+
};
|
|
13886
14146
|
hoverHelpText: {
|
|
13887
14147
|
type: import("vue").PropType<string>;
|
|
13888
14148
|
};
|
|
13889
14149
|
hoverHelpTextPlacement: {
|
|
13890
14150
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
13891
14151
|
};
|
|
13892
|
-
modelValue: {
|
|
13893
|
-
type: import("vue").PropType<string | number>;
|
|
13894
|
-
};
|
|
13895
14152
|
placeholder: {
|
|
13896
14153
|
type: import("vue").PropType<string>;
|
|
13897
14154
|
};
|
|
@@ -13907,9 +14164,6 @@ declare const _default: {
|
|
|
13907
14164
|
onlyDigits: {
|
|
13908
14165
|
type: import("vue").PropType<boolean>;
|
|
13909
14166
|
};
|
|
13910
|
-
"onUpdate:modelValue": {
|
|
13911
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
13912
|
-
};
|
|
13913
14167
|
feedbackHelpText: {
|
|
13914
14168
|
type: import("vue").PropType<string>;
|
|
13915
14169
|
};
|
|
@@ -14002,15 +14256,18 @@ declare const _default: {
|
|
|
14002
14256
|
mandatory: {
|
|
14003
14257
|
type: import("vue").PropType<boolean>;
|
|
14004
14258
|
};
|
|
14259
|
+
modelValue: {
|
|
14260
|
+
type: import("vue").PropType<string | number>;
|
|
14261
|
+
};
|
|
14262
|
+
"onUpdate:modelValue": {
|
|
14263
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14264
|
+
};
|
|
14005
14265
|
hoverHelpText: {
|
|
14006
14266
|
type: import("vue").PropType<string>;
|
|
14007
14267
|
};
|
|
14008
14268
|
hoverHelpTextPlacement: {
|
|
14009
14269
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
14010
14270
|
};
|
|
14011
|
-
modelValue: {
|
|
14012
|
-
type: import("vue").PropType<string | number>;
|
|
14013
|
-
};
|
|
14014
14271
|
placeholder: {
|
|
14015
14272
|
type: import("vue").PropType<string>;
|
|
14016
14273
|
};
|
|
@@ -14026,9 +14283,6 @@ declare const _default: {
|
|
|
14026
14283
|
onlyDigits: {
|
|
14027
14284
|
type: import("vue").PropType<boolean>;
|
|
14028
14285
|
};
|
|
14029
|
-
"onUpdate:modelValue": {
|
|
14030
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14031
|
-
};
|
|
14032
14286
|
feedbackHelpText: {
|
|
14033
14287
|
type: import("vue").PropType<string>;
|
|
14034
14288
|
};
|
|
@@ -14122,15 +14376,18 @@ declare const _default: {
|
|
|
14122
14376
|
mandatory: {
|
|
14123
14377
|
type: import("vue").PropType<boolean>;
|
|
14124
14378
|
};
|
|
14379
|
+
modelValue: {
|
|
14380
|
+
type: import("vue").PropType<string | number>;
|
|
14381
|
+
};
|
|
14382
|
+
"onUpdate:modelValue": {
|
|
14383
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14384
|
+
};
|
|
14125
14385
|
hoverHelpText: {
|
|
14126
14386
|
type: import("vue").PropType<string>;
|
|
14127
14387
|
};
|
|
14128
14388
|
hoverHelpTextPlacement: {
|
|
14129
14389
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
14130
14390
|
};
|
|
14131
|
-
modelValue: {
|
|
14132
|
-
type: import("vue").PropType<string | number>;
|
|
14133
|
-
};
|
|
14134
14391
|
placeholder: {
|
|
14135
14392
|
type: import("vue").PropType<string>;
|
|
14136
14393
|
};
|
|
@@ -14149,9 +14406,6 @@ declare const _default: {
|
|
|
14149
14406
|
onlyDigits: {
|
|
14150
14407
|
type: import("vue").PropType<boolean>;
|
|
14151
14408
|
};
|
|
14152
|
-
"onUpdate:modelValue": {
|
|
14153
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14154
|
-
};
|
|
14155
14409
|
feedbackHelpText: {
|
|
14156
14410
|
type: import("vue").PropType<string>;
|
|
14157
14411
|
};
|
|
@@ -14244,15 +14498,18 @@ declare const _default: {
|
|
|
14244
14498
|
mandatory: {
|
|
14245
14499
|
type: import("vue").PropType<boolean>;
|
|
14246
14500
|
};
|
|
14501
|
+
modelValue: {
|
|
14502
|
+
type: import("vue").PropType<string | number>;
|
|
14503
|
+
};
|
|
14504
|
+
"onUpdate:modelValue": {
|
|
14505
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14506
|
+
};
|
|
14247
14507
|
hoverHelpText: {
|
|
14248
14508
|
type: import("vue").PropType<string>;
|
|
14249
14509
|
};
|
|
14250
14510
|
hoverHelpTextPlacement: {
|
|
14251
14511
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
14252
14512
|
};
|
|
14253
|
-
modelValue: {
|
|
14254
|
-
type: import("vue").PropType<string | number>;
|
|
14255
|
-
};
|
|
14256
14513
|
placeholder: {
|
|
14257
14514
|
type: import("vue").PropType<string>;
|
|
14258
14515
|
};
|
|
@@ -14271,9 +14528,6 @@ declare const _default: {
|
|
|
14271
14528
|
onlyDigits: {
|
|
14272
14529
|
type: import("vue").PropType<boolean>;
|
|
14273
14530
|
};
|
|
14274
|
-
"onUpdate:modelValue": {
|
|
14275
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14276
|
-
};
|
|
14277
14531
|
feedbackHelpText: {
|
|
14278
14532
|
type: import("vue").PropType<string>;
|
|
14279
14533
|
};
|
|
@@ -14367,15 +14621,18 @@ declare const _default: {
|
|
|
14367
14621
|
mandatory: {
|
|
14368
14622
|
type: import("vue").PropType<boolean>;
|
|
14369
14623
|
};
|
|
14624
|
+
modelValue: {
|
|
14625
|
+
type: import("vue").PropType<string | number>;
|
|
14626
|
+
};
|
|
14627
|
+
"onUpdate:modelValue": {
|
|
14628
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14629
|
+
};
|
|
14370
14630
|
hoverHelpText: {
|
|
14371
14631
|
type: import("vue").PropType<string>;
|
|
14372
14632
|
};
|
|
14373
14633
|
hoverHelpTextPlacement: {
|
|
14374
14634
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
14375
14635
|
};
|
|
14376
|
-
modelValue: {
|
|
14377
|
-
type: import("vue").PropType<string | number>;
|
|
14378
|
-
};
|
|
14379
14636
|
placeholder: {
|
|
14380
14637
|
type: import("vue").PropType<string>;
|
|
14381
14638
|
};
|
|
@@ -14391,9 +14648,6 @@ declare const _default: {
|
|
|
14391
14648
|
onlyDigits: {
|
|
14392
14649
|
type: import("vue").PropType<boolean>;
|
|
14393
14650
|
};
|
|
14394
|
-
"onUpdate:modelValue": {
|
|
14395
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14396
|
-
};
|
|
14397
14651
|
feedbackHelpText: {
|
|
14398
14652
|
type: import("vue").PropType<string>;
|
|
14399
14653
|
};
|
|
@@ -14486,15 +14740,18 @@ declare const _default: {
|
|
|
14486
14740
|
mandatory: {
|
|
14487
14741
|
type: import("vue").PropType<boolean>;
|
|
14488
14742
|
};
|
|
14743
|
+
modelValue: {
|
|
14744
|
+
type: import("vue").PropType<string | number>;
|
|
14745
|
+
};
|
|
14746
|
+
"onUpdate:modelValue": {
|
|
14747
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
14748
|
+
};
|
|
14489
14749
|
hoverHelpText: {
|
|
14490
14750
|
type: import("vue").PropType<string>;
|
|
14491
14751
|
};
|
|
14492
14752
|
hoverHelpTextPlacement: {
|
|
14493
14753
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
14494
14754
|
};
|
|
14495
|
-
modelValue: {
|
|
14496
|
-
type: import("vue").PropType<string | number>;
|
|
14497
|
-
};
|
|
14498
14755
|
placeholder: {
|
|
14499
14756
|
type: import("vue").PropType<string>;
|
|
14500
14757
|
};
|
|
@@ -14510,9 +14767,6 @@ declare const _default: {
|
|
|
14510
14767
|
onlyDigits: {
|
|
14511
14768
|
type: import("vue").PropType<boolean>;
|
|
14512
14769
|
};
|
|
14513
|
-
"onUpdate:modelValue": {
|
|
14514
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
14515
|
-
};
|
|
14516
14770
|
feedbackHelpText: {
|
|
14517
14771
|
type: import("vue").PropType<string>;
|
|
14518
14772
|
};
|
|
@@ -14533,9 +14787,9 @@ declare const _default: {
|
|
|
14533
14787
|
disabled: boolean;
|
|
14534
14788
|
size: "sm" | "lg";
|
|
14535
14789
|
mandatory: boolean;
|
|
14790
|
+
modelValue: string | number;
|
|
14536
14791
|
hoverHelpText: string;
|
|
14537
14792
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
14538
|
-
modelValue: string | number;
|
|
14539
14793
|
placeholder: string;
|
|
14540
14794
|
viewOnly: boolean;
|
|
14541
14795
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -14570,6 +14824,10 @@ declare const _default: {
|
|
|
14570
14824
|
type: import("vue").PropType<boolean>;
|
|
14571
14825
|
default: boolean;
|
|
14572
14826
|
};
|
|
14827
|
+
modelValue: {
|
|
14828
|
+
type: import("vue").PropType<string | number>;
|
|
14829
|
+
default: string;
|
|
14830
|
+
};
|
|
14573
14831
|
hoverHelpText: {
|
|
14574
14832
|
type: import("vue").PropType<string>;
|
|
14575
14833
|
default: string;
|
|
@@ -14578,10 +14836,6 @@ declare const _default: {
|
|
|
14578
14836
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
14579
14837
|
default: string;
|
|
14580
14838
|
};
|
|
14581
|
-
modelValue: {
|
|
14582
|
-
type: import("vue").PropType<string | number>;
|
|
14583
|
-
default: string;
|
|
14584
|
-
};
|
|
14585
14839
|
placeholder: {
|
|
14586
14840
|
type: import("vue").PropType<string>;
|
|
14587
14841
|
default: string;
|
|
@@ -14620,7 +14874,7 @@ declare const _default: {
|
|
|
14620
14874
|
};
|
|
14621
14875
|
}>> & {
|
|
14622
14876
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
14623
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "
|
|
14877
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "testId" | "disabled" | "size" | "mandatory" | "modelValue" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "feedbackHelpText" | "feedbackErrorText">;
|
|
14624
14878
|
$attrs: {
|
|
14625
14879
|
[x: string]: unknown;
|
|
14626
14880
|
};
|
|
@@ -14659,6 +14913,10 @@ declare const _default: {
|
|
|
14659
14913
|
type: import("vue").PropType<boolean>;
|
|
14660
14914
|
default: boolean;
|
|
14661
14915
|
};
|
|
14916
|
+
modelValue: {
|
|
14917
|
+
type: import("vue").PropType<string | number>;
|
|
14918
|
+
default: string;
|
|
14919
|
+
};
|
|
14662
14920
|
hoverHelpText: {
|
|
14663
14921
|
type: import("vue").PropType<string>;
|
|
14664
14922
|
default: string;
|
|
@@ -14667,10 +14925,6 @@ declare const _default: {
|
|
|
14667
14925
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
14668
14926
|
default: string;
|
|
14669
14927
|
};
|
|
14670
|
-
modelValue: {
|
|
14671
|
-
type: import("vue").PropType<string | number>;
|
|
14672
|
-
default: string;
|
|
14673
|
-
};
|
|
14674
14928
|
placeholder: {
|
|
14675
14929
|
type: import("vue").PropType<string>;
|
|
14676
14930
|
default: string;
|
|
@@ -14718,9 +14972,9 @@ declare const _default: {
|
|
|
14718
14972
|
disabled: boolean;
|
|
14719
14973
|
size: "sm" | "lg";
|
|
14720
14974
|
mandatory: boolean;
|
|
14975
|
+
modelValue: string | number;
|
|
14721
14976
|
hoverHelpText: string;
|
|
14722
14977
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
14723
|
-
modelValue: string | number;
|
|
14724
14978
|
placeholder: string;
|
|
14725
14979
|
viewOnly: boolean;
|
|
14726
14980
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -14775,6 +15029,10 @@ declare const _default: {
|
|
|
14775
15029
|
type: import("vue").PropType<boolean>;
|
|
14776
15030
|
default: boolean;
|
|
14777
15031
|
};
|
|
15032
|
+
modelValue: {
|
|
15033
|
+
type: import("vue").PropType<string | number>;
|
|
15034
|
+
default: string;
|
|
15035
|
+
};
|
|
14778
15036
|
hoverHelpText: {
|
|
14779
15037
|
type: import("vue").PropType<string>;
|
|
14780
15038
|
default: string;
|
|
@@ -14783,10 +15041,6 @@ declare const _default: {
|
|
|
14783
15041
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
14784
15042
|
default: string;
|
|
14785
15043
|
};
|
|
14786
|
-
modelValue: {
|
|
14787
|
-
type: import("vue").PropType<string | number>;
|
|
14788
|
-
default: string;
|
|
14789
|
-
};
|
|
14790
15044
|
placeholder: {
|
|
14791
15045
|
type: import("vue").PropType<string>;
|
|
14792
15046
|
default: string;
|
|
@@ -14854,6 +15108,10 @@ declare const _default: {
|
|
|
14854
15108
|
type: import("vue").PropType<boolean>;
|
|
14855
15109
|
default: boolean;
|
|
14856
15110
|
};
|
|
15111
|
+
modelValue: {
|
|
15112
|
+
type: import("vue").PropType<string | number>;
|
|
15113
|
+
default: string;
|
|
15114
|
+
};
|
|
14857
15115
|
hoverHelpText: {
|
|
14858
15116
|
type: import("vue").PropType<string>;
|
|
14859
15117
|
default: string;
|
|
@@ -14862,10 +15120,6 @@ declare const _default: {
|
|
|
14862
15120
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
14863
15121
|
default: string;
|
|
14864
15122
|
};
|
|
14865
|
-
modelValue: {
|
|
14866
|
-
type: import("vue").PropType<string | number>;
|
|
14867
|
-
default: string;
|
|
14868
|
-
};
|
|
14869
15123
|
placeholder: {
|
|
14870
15124
|
type: import("vue").PropType<string>;
|
|
14871
15125
|
default: string;
|
|
@@ -14913,9 +15167,9 @@ declare const _default: {
|
|
|
14913
15167
|
disabled: boolean;
|
|
14914
15168
|
size: "sm" | "lg";
|
|
14915
15169
|
mandatory: boolean;
|
|
15170
|
+
modelValue: string | number;
|
|
14916
15171
|
hoverHelpText: string;
|
|
14917
15172
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
14918
|
-
modelValue: string | number;
|
|
14919
15173
|
placeholder: string;
|
|
14920
15174
|
viewOnly: boolean;
|
|
14921
15175
|
labelDirection: "top" | "left" | "inside";
|
|
@@ -15014,15 +15268,18 @@ declare const _default: {
|
|
|
15014
15268
|
mandatory: {
|
|
15015
15269
|
type: import("vue").PropType<boolean>;
|
|
15016
15270
|
};
|
|
15271
|
+
modelValue: {
|
|
15272
|
+
type: import("vue").PropType<string | number>;
|
|
15273
|
+
};
|
|
15274
|
+
"onUpdate:modelValue": {
|
|
15275
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
15276
|
+
};
|
|
15017
15277
|
hoverHelpText: {
|
|
15018
15278
|
type: import("vue").PropType<string>;
|
|
15019
15279
|
};
|
|
15020
15280
|
hoverHelpTextPlacement: {
|
|
15021
15281
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
15022
15282
|
};
|
|
15023
|
-
modelValue: {
|
|
15024
|
-
type: import("vue").PropType<string | number>;
|
|
15025
|
-
};
|
|
15026
15283
|
placeholder: {
|
|
15027
15284
|
type: import("vue").PropType<string>;
|
|
15028
15285
|
};
|
|
@@ -15038,9 +15295,6 @@ declare const _default: {
|
|
|
15038
15295
|
onlyDigits: {
|
|
15039
15296
|
type: import("vue").PropType<boolean>;
|
|
15040
15297
|
};
|
|
15041
|
-
"onUpdate:modelValue": {
|
|
15042
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
15043
|
-
};
|
|
15044
15298
|
feedbackHelpText: {
|
|
15045
15299
|
type: import("vue").PropType<string>;
|
|
15046
15300
|
};
|
|
@@ -15133,15 +15387,18 @@ declare const _default: {
|
|
|
15133
15387
|
mandatory: {
|
|
15134
15388
|
type: import("vue").PropType<boolean>;
|
|
15135
15389
|
};
|
|
15390
|
+
modelValue: {
|
|
15391
|
+
type: import("vue").PropType<string | number>;
|
|
15392
|
+
};
|
|
15393
|
+
"onUpdate:modelValue": {
|
|
15394
|
+
type: import("vue").PropType<(value: string | number) => any>;
|
|
15395
|
+
};
|
|
15136
15396
|
hoverHelpText: {
|
|
15137
15397
|
type: import("vue").PropType<string>;
|
|
15138
15398
|
};
|
|
15139
15399
|
hoverHelpTextPlacement: {
|
|
15140
15400
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
15141
15401
|
};
|
|
15142
|
-
modelValue: {
|
|
15143
|
-
type: import("vue").PropType<string | number>;
|
|
15144
|
-
};
|
|
15145
15402
|
placeholder: {
|
|
15146
15403
|
type: import("vue").PropType<string>;
|
|
15147
15404
|
};
|
|
@@ -15157,9 +15414,6 @@ declare const _default: {
|
|
|
15157
15414
|
onlyDigits: {
|
|
15158
15415
|
type: import("vue").PropType<boolean>;
|
|
15159
15416
|
};
|
|
15160
|
-
"onUpdate:modelValue": {
|
|
15161
|
-
type: import("vue").PropType<(value: string | number) => any>;
|
|
15162
|
-
};
|
|
15163
15417
|
feedbackHelpText: {
|
|
15164
15418
|
type: import("vue").PropType<string>;
|
|
15165
15419
|
};
|
|
@@ -15508,9 +15762,10 @@ declare const _default: {
|
|
|
15508
15762
|
size: "small" | "medium" | "large";
|
|
15509
15763
|
flip: boolean;
|
|
15510
15764
|
mandatory: boolean;
|
|
15765
|
+
skidding: number;
|
|
15766
|
+
modelValue: any;
|
|
15511
15767
|
selected: any;
|
|
15512
15768
|
onClear: () => void;
|
|
15513
|
-
modelValue: any;
|
|
15514
15769
|
placeholder: string;
|
|
15515
15770
|
multi: boolean;
|
|
15516
15771
|
showSelectAll: boolean;
|
|
@@ -15519,7 +15774,6 @@ declare const _default: {
|
|
|
15519
15774
|
autoSize: boolean;
|
|
15520
15775
|
disableKeyboardEvents: boolean;
|
|
15521
15776
|
isOnTop: boolean;
|
|
15522
|
-
skidding: number;
|
|
15523
15777
|
triggerLabel: string;
|
|
15524
15778
|
triggerHelperText: string;
|
|
15525
15779
|
triggerFeedbackText: string;
|
|
@@ -15548,6 +15802,7 @@ declare const _default: {
|
|
|
15548
15802
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
15549
15803
|
disableVirtualScroll: boolean;
|
|
15550
15804
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
15805
|
+
withConditions: boolean;
|
|
15551
15806
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
15552
15807
|
theme: {
|
|
15553
15808
|
type: import("vue").PropType<string>;
|
|
@@ -15592,6 +15847,17 @@ declare const _default: {
|
|
|
15592
15847
|
loading: {
|
|
15593
15848
|
type: import("vue").PropType<boolean>;
|
|
15594
15849
|
};
|
|
15850
|
+
skidding: {
|
|
15851
|
+
type: import("vue").PropType<number>;
|
|
15852
|
+
default: number;
|
|
15853
|
+
};
|
|
15854
|
+
isOpen: {
|
|
15855
|
+
type: import("vue").PropType<boolean>;
|
|
15856
|
+
};
|
|
15857
|
+
modelValue: {
|
|
15858
|
+
type: import("vue").PropType<unknown>;
|
|
15859
|
+
default: any;
|
|
15860
|
+
};
|
|
15595
15861
|
selected: {
|
|
15596
15862
|
type: import("vue").PropType<unknown>;
|
|
15597
15863
|
default: any;
|
|
@@ -15604,10 +15870,6 @@ declare const _default: {
|
|
|
15604
15870
|
type: import("vue").PropType<() => void>;
|
|
15605
15871
|
default: () => true;
|
|
15606
15872
|
};
|
|
15607
|
-
modelValue: {
|
|
15608
|
-
type: import("vue").PropType<unknown>;
|
|
15609
|
-
default: any;
|
|
15610
|
-
};
|
|
15611
15873
|
placeholder: {
|
|
15612
15874
|
type: import("vue").PropType<string>;
|
|
15613
15875
|
default: string;
|
|
@@ -15616,9 +15878,6 @@ declare const _default: {
|
|
|
15616
15878
|
type: import("vue").PropType<boolean>;
|
|
15617
15879
|
default: boolean;
|
|
15618
15880
|
};
|
|
15619
|
-
isOpen: {
|
|
15620
|
-
type: import("vue").PropType<boolean>;
|
|
15621
|
-
};
|
|
15622
15881
|
showSelectAll: {
|
|
15623
15882
|
type: import("vue").PropType<boolean>;
|
|
15624
15883
|
default: boolean;
|
|
@@ -15643,10 +15902,6 @@ declare const _default: {
|
|
|
15643
15902
|
type: import("vue").PropType<boolean>;
|
|
15644
15903
|
default: boolean;
|
|
15645
15904
|
};
|
|
15646
|
-
skidding: {
|
|
15647
|
-
type: import("vue").PropType<number>;
|
|
15648
|
-
default: number;
|
|
15649
|
-
};
|
|
15650
15905
|
triggerLabel: {
|
|
15651
15906
|
type: import("vue").PropType<string>;
|
|
15652
15907
|
default: string;
|
|
@@ -15763,6 +16018,11 @@ declare const _default: {
|
|
|
15763
16018
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
15764
16019
|
default: any;
|
|
15765
16020
|
};
|
|
16021
|
+
withConditions: {
|
|
16022
|
+
type: import("vue").PropType<boolean>;
|
|
16023
|
+
required: true;
|
|
16024
|
+
default: boolean;
|
|
16025
|
+
};
|
|
15766
16026
|
}>> & {
|
|
15767
16027
|
onCopyToClipboard?: () => any;
|
|
15768
16028
|
onClear?: () => any;
|
|
@@ -15773,7 +16033,7 @@ declare const _default: {
|
|
|
15773
16033
|
onOnsearch?: (value: string) => any;
|
|
15774
16034
|
onOpened?: () => any;
|
|
15775
16035
|
onClosed?: () => any;
|
|
15776
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "
|
|
16036
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
15777
16037
|
$attrs: {
|
|
15778
16038
|
[x: string]: unknown;
|
|
15779
16039
|
};
|
|
@@ -15831,6 +16091,17 @@ declare const _default: {
|
|
|
15831
16091
|
loading: {
|
|
15832
16092
|
type: import("vue").PropType<boolean>;
|
|
15833
16093
|
};
|
|
16094
|
+
skidding: {
|
|
16095
|
+
type: import("vue").PropType<number>;
|
|
16096
|
+
default: number;
|
|
16097
|
+
};
|
|
16098
|
+
isOpen: {
|
|
16099
|
+
type: import("vue").PropType<boolean>;
|
|
16100
|
+
};
|
|
16101
|
+
modelValue: {
|
|
16102
|
+
type: import("vue").PropType<unknown>;
|
|
16103
|
+
default: any;
|
|
16104
|
+
};
|
|
15834
16105
|
selected: {
|
|
15835
16106
|
type: import("vue").PropType<unknown>;
|
|
15836
16107
|
default: any;
|
|
@@ -15843,10 +16114,6 @@ declare const _default: {
|
|
|
15843
16114
|
type: import("vue").PropType<() => void>;
|
|
15844
16115
|
default: () => true;
|
|
15845
16116
|
};
|
|
15846
|
-
modelValue: {
|
|
15847
|
-
type: import("vue").PropType<unknown>;
|
|
15848
|
-
default: any;
|
|
15849
|
-
};
|
|
15850
16117
|
placeholder: {
|
|
15851
16118
|
type: import("vue").PropType<string>;
|
|
15852
16119
|
default: string;
|
|
@@ -15855,9 +16122,6 @@ declare const _default: {
|
|
|
15855
16122
|
type: import("vue").PropType<boolean>;
|
|
15856
16123
|
default: boolean;
|
|
15857
16124
|
};
|
|
15858
|
-
isOpen: {
|
|
15859
|
-
type: import("vue").PropType<boolean>;
|
|
15860
|
-
};
|
|
15861
16125
|
showSelectAll: {
|
|
15862
16126
|
type: import("vue").PropType<boolean>;
|
|
15863
16127
|
default: boolean;
|
|
@@ -15882,10 +16146,6 @@ declare const _default: {
|
|
|
15882
16146
|
type: import("vue").PropType<boolean>;
|
|
15883
16147
|
default: boolean;
|
|
15884
16148
|
};
|
|
15885
|
-
skidding: {
|
|
15886
|
-
type: import("vue").PropType<number>;
|
|
15887
|
-
default: number;
|
|
15888
|
-
};
|
|
15889
16149
|
triggerLabel: {
|
|
15890
16150
|
type: import("vue").PropType<string>;
|
|
15891
16151
|
default: string;
|
|
@@ -16002,6 +16262,11 @@ declare const _default: {
|
|
|
16002
16262
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16003
16263
|
default: any;
|
|
16004
16264
|
};
|
|
16265
|
+
withConditions: {
|
|
16266
|
+
type: import("vue").PropType<boolean>;
|
|
16267
|
+
required: true;
|
|
16268
|
+
default: boolean;
|
|
16269
|
+
};
|
|
16005
16270
|
}>> & {
|
|
16006
16271
|
onCopyToClipboard?: () => any;
|
|
16007
16272
|
onClear?: () => any;
|
|
@@ -16036,9 +16301,10 @@ declare const _default: {
|
|
|
16036
16301
|
size: "small" | "medium" | "large";
|
|
16037
16302
|
flip: boolean;
|
|
16038
16303
|
mandatory: boolean;
|
|
16304
|
+
skidding: number;
|
|
16305
|
+
modelValue: any;
|
|
16039
16306
|
selected: any;
|
|
16040
16307
|
onClear: () => void;
|
|
16041
|
-
modelValue: any;
|
|
16042
16308
|
placeholder: string;
|
|
16043
16309
|
multi: boolean;
|
|
16044
16310
|
showSelectAll: boolean;
|
|
@@ -16047,7 +16313,6 @@ declare const _default: {
|
|
|
16047
16313
|
autoSize: boolean;
|
|
16048
16314
|
disableKeyboardEvents: boolean;
|
|
16049
16315
|
isOnTop: boolean;
|
|
16050
|
-
skidding: number;
|
|
16051
16316
|
triggerLabel: string;
|
|
16052
16317
|
triggerHelperText: string;
|
|
16053
16318
|
triggerFeedbackText: string;
|
|
@@ -16076,6 +16341,7 @@ declare const _default: {
|
|
|
16076
16341
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16077
16342
|
disableVirtualScroll: boolean;
|
|
16078
16343
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16344
|
+
withConditions: boolean;
|
|
16079
16345
|
}, {}, string> & {
|
|
16080
16346
|
beforeCreate?: (() => void) | (() => void)[];
|
|
16081
16347
|
created?: (() => void) | (() => void)[];
|
|
@@ -16140,6 +16406,17 @@ declare const _default: {
|
|
|
16140
16406
|
loading: {
|
|
16141
16407
|
type: import("vue").PropType<boolean>;
|
|
16142
16408
|
};
|
|
16409
|
+
skidding: {
|
|
16410
|
+
type: import("vue").PropType<number>;
|
|
16411
|
+
default: number;
|
|
16412
|
+
};
|
|
16413
|
+
isOpen: {
|
|
16414
|
+
type: import("vue").PropType<boolean>;
|
|
16415
|
+
};
|
|
16416
|
+
modelValue: {
|
|
16417
|
+
type: import("vue").PropType<unknown>;
|
|
16418
|
+
default: any;
|
|
16419
|
+
};
|
|
16143
16420
|
selected: {
|
|
16144
16421
|
type: import("vue").PropType<unknown>;
|
|
16145
16422
|
default: any;
|
|
@@ -16152,10 +16429,6 @@ declare const _default: {
|
|
|
16152
16429
|
type: import("vue").PropType<() => void>;
|
|
16153
16430
|
default: () => true;
|
|
16154
16431
|
};
|
|
16155
|
-
modelValue: {
|
|
16156
|
-
type: import("vue").PropType<unknown>;
|
|
16157
|
-
default: any;
|
|
16158
|
-
};
|
|
16159
16432
|
placeholder: {
|
|
16160
16433
|
type: import("vue").PropType<string>;
|
|
16161
16434
|
default: string;
|
|
@@ -16164,9 +16437,6 @@ declare const _default: {
|
|
|
16164
16437
|
type: import("vue").PropType<boolean>;
|
|
16165
16438
|
default: boolean;
|
|
16166
16439
|
};
|
|
16167
|
-
isOpen: {
|
|
16168
|
-
type: import("vue").PropType<boolean>;
|
|
16169
|
-
};
|
|
16170
16440
|
showSelectAll: {
|
|
16171
16441
|
type: import("vue").PropType<boolean>;
|
|
16172
16442
|
default: boolean;
|
|
@@ -16191,10 +16461,6 @@ declare const _default: {
|
|
|
16191
16461
|
type: import("vue").PropType<boolean>;
|
|
16192
16462
|
default: boolean;
|
|
16193
16463
|
};
|
|
16194
|
-
skidding: {
|
|
16195
|
-
type: import("vue").PropType<number>;
|
|
16196
|
-
default: number;
|
|
16197
|
-
};
|
|
16198
16464
|
triggerLabel: {
|
|
16199
16465
|
type: import("vue").PropType<string>;
|
|
16200
16466
|
default: string;
|
|
@@ -16311,6 +16577,11 @@ declare const _default: {
|
|
|
16311
16577
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16312
16578
|
default: any;
|
|
16313
16579
|
};
|
|
16580
|
+
withConditions: {
|
|
16581
|
+
type: import("vue").PropType<boolean>;
|
|
16582
|
+
required: true;
|
|
16583
|
+
default: boolean;
|
|
16584
|
+
};
|
|
16314
16585
|
}>> & {
|
|
16315
16586
|
onCopyToClipboard?: () => any;
|
|
16316
16587
|
onClear?: () => any;
|
|
@@ -16372,6 +16643,17 @@ declare const _default: {
|
|
|
16372
16643
|
loading: {
|
|
16373
16644
|
type: import("vue").PropType<boolean>;
|
|
16374
16645
|
};
|
|
16646
|
+
skidding: {
|
|
16647
|
+
type: import("vue").PropType<number>;
|
|
16648
|
+
default: number;
|
|
16649
|
+
};
|
|
16650
|
+
isOpen: {
|
|
16651
|
+
type: import("vue").PropType<boolean>;
|
|
16652
|
+
};
|
|
16653
|
+
modelValue: {
|
|
16654
|
+
type: import("vue").PropType<unknown>;
|
|
16655
|
+
default: any;
|
|
16656
|
+
};
|
|
16375
16657
|
selected: {
|
|
16376
16658
|
type: import("vue").PropType<unknown>;
|
|
16377
16659
|
default: any;
|
|
@@ -16384,10 +16666,6 @@ declare const _default: {
|
|
|
16384
16666
|
type: import("vue").PropType<() => void>;
|
|
16385
16667
|
default: () => true;
|
|
16386
16668
|
};
|
|
16387
|
-
modelValue: {
|
|
16388
|
-
type: import("vue").PropType<unknown>;
|
|
16389
|
-
default: any;
|
|
16390
|
-
};
|
|
16391
16669
|
placeholder: {
|
|
16392
16670
|
type: import("vue").PropType<string>;
|
|
16393
16671
|
default: string;
|
|
@@ -16396,9 +16674,6 @@ declare const _default: {
|
|
|
16396
16674
|
type: import("vue").PropType<boolean>;
|
|
16397
16675
|
default: boolean;
|
|
16398
16676
|
};
|
|
16399
|
-
isOpen: {
|
|
16400
|
-
type: import("vue").PropType<boolean>;
|
|
16401
|
-
};
|
|
16402
16677
|
showSelectAll: {
|
|
16403
16678
|
type: import("vue").PropType<boolean>;
|
|
16404
16679
|
default: boolean;
|
|
@@ -16423,10 +16698,6 @@ declare const _default: {
|
|
|
16423
16698
|
type: import("vue").PropType<boolean>;
|
|
16424
16699
|
default: boolean;
|
|
16425
16700
|
};
|
|
16426
|
-
skidding: {
|
|
16427
|
-
type: import("vue").PropType<number>;
|
|
16428
|
-
default: number;
|
|
16429
|
-
};
|
|
16430
16701
|
triggerLabel: {
|
|
16431
16702
|
type: import("vue").PropType<string>;
|
|
16432
16703
|
default: string;
|
|
@@ -16543,8 +16814,13 @@ declare const _default: {
|
|
|
16543
16814
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16544
16815
|
default: any;
|
|
16545
16816
|
};
|
|
16546
|
-
|
|
16547
|
-
|
|
16817
|
+
withConditions: {
|
|
16818
|
+
type: import("vue").PropType<boolean>;
|
|
16819
|
+
required: true;
|
|
16820
|
+
default: boolean;
|
|
16821
|
+
};
|
|
16822
|
+
}>> & {
|
|
16823
|
+
onCopyToClipboard?: () => any;
|
|
16548
16824
|
onClear?: () => any;
|
|
16549
16825
|
onApply?: (value: unknown) => any;
|
|
16550
16826
|
onSelectAll?: () => any;
|
|
@@ -16577,9 +16853,10 @@ declare const _default: {
|
|
|
16577
16853
|
size: "small" | "medium" | "large";
|
|
16578
16854
|
flip: boolean;
|
|
16579
16855
|
mandatory: boolean;
|
|
16856
|
+
skidding: number;
|
|
16857
|
+
modelValue: any;
|
|
16580
16858
|
selected: any;
|
|
16581
16859
|
onClear: () => void;
|
|
16582
|
-
modelValue: any;
|
|
16583
16860
|
placeholder: string;
|
|
16584
16861
|
multi: boolean;
|
|
16585
16862
|
showSelectAll: boolean;
|
|
@@ -16588,7 +16865,6 @@ declare const _default: {
|
|
|
16588
16865
|
autoSize: boolean;
|
|
16589
16866
|
disableKeyboardEvents: boolean;
|
|
16590
16867
|
isOnTop: boolean;
|
|
16591
|
-
skidding: number;
|
|
16592
16868
|
triggerLabel: string;
|
|
16593
16869
|
triggerHelperText: string;
|
|
16594
16870
|
triggerFeedbackText: string;
|
|
@@ -16617,6 +16893,7 @@ declare const _default: {
|
|
|
16617
16893
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16618
16894
|
disableVirtualScroll: boolean;
|
|
16619
16895
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16896
|
+
withConditions: boolean;
|
|
16620
16897
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
16621
16898
|
$slots: {
|
|
16622
16899
|
label?(_: {}): any;
|
|
@@ -16654,6 +16931,7 @@ declare const _default: {
|
|
|
16654
16931
|
onClick: () => void;
|
|
16655
16932
|
};
|
|
16656
16933
|
}): any;
|
|
16934
|
+
"dropdown-conditions"?(_: {}): any;
|
|
16657
16935
|
"inline-search"?(_: {}): any;
|
|
16658
16936
|
"input-list"?(_: {
|
|
16659
16937
|
open: true;
|
|
@@ -16692,10 +16970,12 @@ declare const _default: {
|
|
|
16692
16970
|
optionIconKey: string;
|
|
16693
16971
|
optionImageKey: string;
|
|
16694
16972
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16973
|
+
allSelected: boolean;
|
|
16695
16974
|
selectedOption: any;
|
|
16696
16975
|
showFeedbackIcon: boolean;
|
|
16697
16976
|
brandIconType: "android" | "ios";
|
|
16698
16977
|
showAllSelectedText: boolean;
|
|
16978
|
+
optionFlagKey: string;
|
|
16699
16979
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16700
16980
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
16701
16981
|
label: {
|
|
@@ -16780,6 +17060,10 @@ declare const _default: {
|
|
|
16780
17060
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16781
17061
|
default: any;
|
|
16782
17062
|
};
|
|
17063
|
+
allSelected: {
|
|
17064
|
+
type: import("vue").PropType<boolean>;
|
|
17065
|
+
default: boolean;
|
|
17066
|
+
};
|
|
16783
17067
|
selectedOption: {
|
|
16784
17068
|
type: import("vue").PropType<unknown>;
|
|
16785
17069
|
default: any;
|
|
@@ -16796,13 +17080,17 @@ declare const _default: {
|
|
|
16796
17080
|
type: import("vue").PropType<boolean>;
|
|
16797
17081
|
default: boolean;
|
|
16798
17082
|
};
|
|
17083
|
+
optionFlagKey: {
|
|
17084
|
+
type: import("vue").PropType<string>;
|
|
17085
|
+
default: any;
|
|
17086
|
+
};
|
|
16799
17087
|
statusDotType: {
|
|
16800
17088
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
16801
17089
|
default: any;
|
|
16802
17090
|
};
|
|
16803
17091
|
}>> & {
|
|
16804
17092
|
onClick?: () => any;
|
|
16805
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
|
|
17093
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "optionFlagKey" | "statusDotType">;
|
|
16806
17094
|
$attrs: {
|
|
16807
17095
|
[x: string]: unknown;
|
|
16808
17096
|
};
|
|
@@ -16899,6 +17187,10 @@ declare const _default: {
|
|
|
16899
17187
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16900
17188
|
default: any;
|
|
16901
17189
|
};
|
|
17190
|
+
allSelected: {
|
|
17191
|
+
type: import("vue").PropType<boolean>;
|
|
17192
|
+
default: boolean;
|
|
17193
|
+
};
|
|
16902
17194
|
selectedOption: {
|
|
16903
17195
|
type: import("vue").PropType<unknown>;
|
|
16904
17196
|
default: any;
|
|
@@ -16915,6 +17207,10 @@ declare const _default: {
|
|
|
16915
17207
|
type: import("vue").PropType<boolean>;
|
|
16916
17208
|
default: boolean;
|
|
16917
17209
|
};
|
|
17210
|
+
optionFlagKey: {
|
|
17211
|
+
type: import("vue").PropType<string>;
|
|
17212
|
+
default: any;
|
|
17213
|
+
};
|
|
16918
17214
|
statusDotType: {
|
|
16919
17215
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
16920
17216
|
default: any;
|
|
@@ -16943,10 +17239,12 @@ declare const _default: {
|
|
|
16943
17239
|
optionIconKey: string;
|
|
16944
17240
|
optionImageKey: string;
|
|
16945
17241
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17242
|
+
allSelected: boolean;
|
|
16946
17243
|
selectedOption: any;
|
|
16947
17244
|
showFeedbackIcon: boolean;
|
|
16948
17245
|
brandIconType: "android" | "ios";
|
|
16949
17246
|
showAllSelectedText: boolean;
|
|
17247
|
+
optionFlagKey: string;
|
|
16950
17248
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16951
17249
|
}, {}, string> & {
|
|
16952
17250
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -17051,6 +17349,10 @@ declare const _default: {
|
|
|
17051
17349
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17052
17350
|
default: any;
|
|
17053
17351
|
};
|
|
17352
|
+
allSelected: {
|
|
17353
|
+
type: import("vue").PropType<boolean>;
|
|
17354
|
+
default: boolean;
|
|
17355
|
+
};
|
|
17054
17356
|
selectedOption: {
|
|
17055
17357
|
type: import("vue").PropType<unknown>;
|
|
17056
17358
|
default: any;
|
|
@@ -17067,6 +17369,10 @@ declare const _default: {
|
|
|
17067
17369
|
type: import("vue").PropType<boolean>;
|
|
17068
17370
|
default: boolean;
|
|
17069
17371
|
};
|
|
17372
|
+
optionFlagKey: {
|
|
17373
|
+
type: import("vue").PropType<string>;
|
|
17374
|
+
default: any;
|
|
17375
|
+
};
|
|
17070
17376
|
statusDotType: {
|
|
17071
17377
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
17072
17378
|
default: any;
|
|
@@ -17160,6 +17466,10 @@ declare const _default: {
|
|
|
17160
17466
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17161
17467
|
default: any;
|
|
17162
17468
|
};
|
|
17469
|
+
allSelected: {
|
|
17470
|
+
type: import("vue").PropType<boolean>;
|
|
17471
|
+
default: boolean;
|
|
17472
|
+
};
|
|
17163
17473
|
selectedOption: {
|
|
17164
17474
|
type: import("vue").PropType<unknown>;
|
|
17165
17475
|
default: any;
|
|
@@ -17176,6 +17486,10 @@ declare const _default: {
|
|
|
17176
17486
|
type: import("vue").PropType<boolean>;
|
|
17177
17487
|
default: boolean;
|
|
17178
17488
|
};
|
|
17489
|
+
optionFlagKey: {
|
|
17490
|
+
type: import("vue").PropType<string>;
|
|
17491
|
+
default: any;
|
|
17492
|
+
};
|
|
17179
17493
|
statusDotType: {
|
|
17180
17494
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
17181
17495
|
default: any;
|
|
@@ -17204,14 +17518,17 @@ declare const _default: {
|
|
|
17204
17518
|
optionIconKey: string;
|
|
17205
17519
|
optionImageKey: string;
|
|
17206
17520
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17521
|
+
allSelected: boolean;
|
|
17207
17522
|
selectedOption: any;
|
|
17208
17523
|
showFeedbackIcon: boolean;
|
|
17209
17524
|
brandIconType: "android" | "ios";
|
|
17210
17525
|
showAllSelectedText: boolean;
|
|
17526
|
+
optionFlagKey: string;
|
|
17211
17527
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
17212
17528
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
17213
17529
|
$slots: {
|
|
17214
17530
|
image?(_: {}): any;
|
|
17531
|
+
flag?(_: {}): any;
|
|
17215
17532
|
"icon-start"?(_: {}): any;
|
|
17216
17533
|
"displayed-value"?(_: {}): any;
|
|
17217
17534
|
"end-icon"?(_: {}): any;
|
|
@@ -17265,6 +17582,10 @@ declare const _default: {
|
|
|
17265
17582
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
17266
17583
|
required: true;
|
|
17267
17584
|
};
|
|
17585
|
+
allSelected: {
|
|
17586
|
+
type: import("vue").PropType<boolean>;
|
|
17587
|
+
default: boolean;
|
|
17588
|
+
};
|
|
17268
17589
|
selectedOption: {
|
|
17269
17590
|
type: import("vue").PropType<unknown>;
|
|
17270
17591
|
required: true;
|
|
@@ -17311,6 +17632,10 @@ declare const _default: {
|
|
|
17311
17632
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
17312
17633
|
required: true;
|
|
17313
17634
|
};
|
|
17635
|
+
allSelected: {
|
|
17636
|
+
type: import("vue").PropType<boolean>;
|
|
17637
|
+
default: boolean;
|
|
17638
|
+
};
|
|
17314
17639
|
selectedOption: {
|
|
17315
17640
|
type: import("vue").PropType<unknown>;
|
|
17316
17641
|
required: true;
|
|
@@ -17328,9 +17653,189 @@ declare const _default: {
|
|
|
17328
17653
|
disabled: boolean;
|
|
17329
17654
|
open: boolean;
|
|
17330
17655
|
feedbackVariant: string;
|
|
17656
|
+
allSelected: boolean;
|
|
17331
17657
|
displayedValue: any;
|
|
17332
17658
|
}>;
|
|
17333
|
-
ButtonDropdownTrigger:
|
|
17659
|
+
ButtonDropdownTrigger: {
|
|
17660
|
+
new (...args: any[]): {
|
|
17661
|
+
$: import("vue").ComponentInternalInstance;
|
|
17662
|
+
$data: {};
|
|
17663
|
+
$props: Partial<{
|
|
17664
|
+
testId: string;
|
|
17665
|
+
variant: "text" | "outlined";
|
|
17666
|
+
disabled: boolean;
|
|
17667
|
+
size: "small" | "medium";
|
|
17668
|
+
open: boolean;
|
|
17669
|
+
startIconName: string;
|
|
17670
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17671
|
+
hideEndIcon: boolean;
|
|
17672
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
17673
|
+
label: {
|
|
17674
|
+
type: import("vue").PropType<string>;
|
|
17675
|
+
required: true;
|
|
17676
|
+
};
|
|
17677
|
+
testId: {
|
|
17678
|
+
type: import("vue").PropType<string>;
|
|
17679
|
+
default: string;
|
|
17680
|
+
};
|
|
17681
|
+
variant: {
|
|
17682
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17683
|
+
default: string;
|
|
17684
|
+
};
|
|
17685
|
+
disabled: {
|
|
17686
|
+
type: import("vue").PropType<boolean>;
|
|
17687
|
+
default: boolean;
|
|
17688
|
+
};
|
|
17689
|
+
size: {
|
|
17690
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17691
|
+
default: string;
|
|
17692
|
+
};
|
|
17693
|
+
open: {
|
|
17694
|
+
type: import("vue").PropType<boolean>;
|
|
17695
|
+
default: boolean;
|
|
17696
|
+
};
|
|
17697
|
+
startIconName: {
|
|
17698
|
+
type: import("vue").PropType<string>;
|
|
17699
|
+
default: any;
|
|
17700
|
+
};
|
|
17701
|
+
startIconType: {
|
|
17702
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17703
|
+
default: string;
|
|
17704
|
+
};
|
|
17705
|
+
hideEndIcon: {
|
|
17706
|
+
type: import("vue").PropType<boolean>;
|
|
17707
|
+
default: boolean;
|
|
17708
|
+
};
|
|
17709
|
+
}>> & {
|
|
17710
|
+
onClick?: () => any;
|
|
17711
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
17712
|
+
$attrs: {
|
|
17713
|
+
[x: string]: unknown;
|
|
17714
|
+
};
|
|
17715
|
+
$refs: {
|
|
17716
|
+
[x: string]: unknown;
|
|
17717
|
+
};
|
|
17718
|
+
$slots: Readonly<{
|
|
17719
|
+
[name: string]: import("vue").Slot;
|
|
17720
|
+
}>;
|
|
17721
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17722
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
17723
|
+
$emit: (event: "click") => void;
|
|
17724
|
+
$el: any;
|
|
17725
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17726
|
+
label: {
|
|
17727
|
+
type: import("vue").PropType<string>;
|
|
17728
|
+
required: true;
|
|
17729
|
+
};
|
|
17730
|
+
testId: {
|
|
17731
|
+
type: import("vue").PropType<string>;
|
|
17732
|
+
default: string;
|
|
17733
|
+
};
|
|
17734
|
+
variant: {
|
|
17735
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17736
|
+
default: string;
|
|
17737
|
+
};
|
|
17738
|
+
disabled: {
|
|
17739
|
+
type: import("vue").PropType<boolean>;
|
|
17740
|
+
default: boolean;
|
|
17741
|
+
};
|
|
17742
|
+
size: {
|
|
17743
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17744
|
+
default: string;
|
|
17745
|
+
};
|
|
17746
|
+
open: {
|
|
17747
|
+
type: import("vue").PropType<boolean>;
|
|
17748
|
+
default: boolean;
|
|
17749
|
+
};
|
|
17750
|
+
startIconName: {
|
|
17751
|
+
type: import("vue").PropType<string>;
|
|
17752
|
+
default: any;
|
|
17753
|
+
};
|
|
17754
|
+
startIconType: {
|
|
17755
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17756
|
+
default: string;
|
|
17757
|
+
};
|
|
17758
|
+
hideEndIcon: {
|
|
17759
|
+
type: import("vue").PropType<boolean>;
|
|
17760
|
+
default: boolean;
|
|
17761
|
+
};
|
|
17762
|
+
}>> & {
|
|
17763
|
+
onClick?: () => any;
|
|
17764
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17765
|
+
click: () => void;
|
|
17766
|
+
}, string, {
|
|
17767
|
+
testId: string;
|
|
17768
|
+
variant: "text" | "outlined";
|
|
17769
|
+
disabled: boolean;
|
|
17770
|
+
size: "small" | "medium";
|
|
17771
|
+
open: boolean;
|
|
17772
|
+
startIconName: string;
|
|
17773
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17774
|
+
hideEndIcon: boolean;
|
|
17775
|
+
}, {}, string> & {
|
|
17776
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
17777
|
+
created?: (() => void) | (() => void)[];
|
|
17778
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
17779
|
+
mounted?: (() => void) | (() => void)[];
|
|
17780
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
17781
|
+
updated?: (() => void) | (() => void)[];
|
|
17782
|
+
activated?: (() => void) | (() => void)[];
|
|
17783
|
+
deactivated?: (() => void) | (() => void)[];
|
|
17784
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
17785
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
17786
|
+
destroyed?: (() => void) | (() => void)[];
|
|
17787
|
+
unmounted?: (() => void) | (() => void)[];
|
|
17788
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17789
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
17790
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
17791
|
+
};
|
|
17792
|
+
$forceUpdate: () => void;
|
|
17793
|
+
$nextTick: typeof import("vue").nextTick;
|
|
17794
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
17795
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
17796
|
+
label: {
|
|
17797
|
+
type: import("vue").PropType<string>;
|
|
17798
|
+
required: true;
|
|
17799
|
+
};
|
|
17800
|
+
testId: {
|
|
17801
|
+
type: import("vue").PropType<string>;
|
|
17802
|
+
default: string;
|
|
17803
|
+
};
|
|
17804
|
+
variant: {
|
|
17805
|
+
type: import("vue").PropType<"text" | "outlined">;
|
|
17806
|
+
default: string;
|
|
17807
|
+
};
|
|
17808
|
+
disabled: {
|
|
17809
|
+
type: import("vue").PropType<boolean>;
|
|
17810
|
+
default: boolean;
|
|
17811
|
+
};
|
|
17812
|
+
size: {
|
|
17813
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
17814
|
+
default: string;
|
|
17815
|
+
};
|
|
17816
|
+
open: {
|
|
17817
|
+
type: import("vue").PropType<boolean>;
|
|
17818
|
+
default: boolean;
|
|
17819
|
+
};
|
|
17820
|
+
startIconName: {
|
|
17821
|
+
type: import("vue").PropType<string>;
|
|
17822
|
+
default: any;
|
|
17823
|
+
};
|
|
17824
|
+
startIconType: {
|
|
17825
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17826
|
+
default: string;
|
|
17827
|
+
};
|
|
17828
|
+
hideEndIcon: {
|
|
17829
|
+
type: import("vue").PropType<boolean>;
|
|
17830
|
+
default: boolean;
|
|
17831
|
+
};
|
|
17832
|
+
}>> & {
|
|
17833
|
+
onClick?: () => any;
|
|
17834
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
17835
|
+
__isFragment?: never;
|
|
17836
|
+
__isTeleport?: never;
|
|
17837
|
+
__isSuspense?: never;
|
|
17838
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17334
17839
|
label: {
|
|
17335
17840
|
type: import("vue").PropType<string>;
|
|
17336
17841
|
required: true;
|
|
@@ -17367,9 +17872,25 @@ declare const _default: {
|
|
|
17367
17872
|
type: import("vue").PropType<boolean>;
|
|
17368
17873
|
default: boolean;
|
|
17369
17874
|
};
|
|
17875
|
+
}>> & {
|
|
17876
|
+
onClick?: () => any;
|
|
17370
17877
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17371
17878
|
click: () => void;
|
|
17372
|
-
}, string,
|
|
17879
|
+
}, string, {
|
|
17880
|
+
testId: string;
|
|
17881
|
+
variant: "text" | "outlined";
|
|
17882
|
+
disabled: boolean;
|
|
17883
|
+
size: "small" | "medium";
|
|
17884
|
+
open: boolean;
|
|
17885
|
+
startIconName: string;
|
|
17886
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17887
|
+
hideEndIcon: boolean;
|
|
17888
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
17889
|
+
$slots: {
|
|
17890
|
+
default?(_: {}): any;
|
|
17891
|
+
};
|
|
17892
|
+
});
|
|
17893
|
+
ButtonFilterDropdownTrigger: import("vue").DefineComponent<{
|
|
17373
17894
|
label: {
|
|
17374
17895
|
type: import("vue").PropType<string>;
|
|
17375
17896
|
required: true;
|
|
@@ -17386,10 +17907,6 @@ declare const _default: {
|
|
|
17386
17907
|
type: import("vue").PropType<boolean>;
|
|
17387
17908
|
default: boolean;
|
|
17388
17909
|
};
|
|
17389
|
-
size: {
|
|
17390
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
17391
|
-
default: string;
|
|
17392
|
-
};
|
|
17393
17910
|
open: {
|
|
17394
17911
|
type: import("vue").PropType<boolean>;
|
|
17395
17912
|
default: boolean;
|
|
@@ -17406,54 +17923,9 @@ declare const _default: {
|
|
|
17406
17923
|
type: import("vue").PropType<boolean>;
|
|
17407
17924
|
default: boolean;
|
|
17408
17925
|
};
|
|
17409
|
-
}
|
|
17410
|
-
|
|
17411
|
-
}, {
|
|
17412
|
-
testId: string;
|
|
17413
|
-
variant: "text" | "outlined";
|
|
17414
|
-
disabled: boolean;
|
|
17415
|
-
size: "small" | "medium";
|
|
17416
|
-
open: boolean;
|
|
17417
|
-
startIconName: string;
|
|
17418
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17419
|
-
hideEndIcon: boolean;
|
|
17420
|
-
}>;
|
|
17421
|
-
ButtonFilterDropdownTrigger: import("vue").DefineComponent<{
|
|
17422
|
-
label: {
|
|
17423
|
-
type: import("vue").PropType<string>;
|
|
17424
|
-
required: true;
|
|
17425
|
-
};
|
|
17426
|
-
testId: {
|
|
17427
|
-
type: import("vue").PropType<string>;
|
|
17428
|
-
default: string;
|
|
17429
|
-
};
|
|
17430
|
-
variant: {
|
|
17431
|
-
type: import("vue").PropType<"text" | "outlined">;
|
|
17432
|
-
default: string;
|
|
17433
|
-
};
|
|
17434
|
-
disabled: {
|
|
17435
|
-
type: import("vue").PropType<boolean>;
|
|
17436
|
-
default: boolean;
|
|
17437
|
-
};
|
|
17438
|
-
open: {
|
|
17439
|
-
type: import("vue").PropType<boolean>;
|
|
17440
|
-
default: boolean;
|
|
17441
|
-
};
|
|
17442
|
-
startIconName: {
|
|
17443
|
-
type: import("vue").PropType<string>;
|
|
17444
|
-
default: any;
|
|
17445
|
-
};
|
|
17446
|
-
startIconType: {
|
|
17447
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17448
|
-
default: string;
|
|
17449
|
-
};
|
|
17450
|
-
hideEndIcon: {
|
|
17451
|
-
type: import("vue").PropType<boolean>;
|
|
17452
|
-
default: boolean;
|
|
17453
|
-
};
|
|
17454
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17455
|
-
click: () => void;
|
|
17456
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17926
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17927
|
+
click: () => void;
|
|
17928
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17457
17929
|
label: {
|
|
17458
17930
|
type: import("vue").PropType<string>;
|
|
17459
17931
|
required: true;
|
|
@@ -17999,10 +18471,12 @@ declare const _default: {
|
|
|
17999
18471
|
optionIconKey: string;
|
|
18000
18472
|
optionImageKey: string;
|
|
18001
18473
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18474
|
+
allSelected: boolean;
|
|
18002
18475
|
selectedOption: any;
|
|
18003
18476
|
showFeedbackIcon: boolean;
|
|
18004
18477
|
brandIconType: "android" | "ios";
|
|
18005
18478
|
showAllSelectedText: boolean;
|
|
18479
|
+
optionFlagKey: string;
|
|
18006
18480
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
18007
18481
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
18008
18482
|
label: {
|
|
@@ -18087,6 +18561,10 @@ declare const _default: {
|
|
|
18087
18561
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18088
18562
|
default: any;
|
|
18089
18563
|
};
|
|
18564
|
+
allSelected: {
|
|
18565
|
+
type: import("vue").PropType<boolean>;
|
|
18566
|
+
default: boolean;
|
|
18567
|
+
};
|
|
18090
18568
|
selectedOption: {
|
|
18091
18569
|
type: import("vue").PropType<unknown>;
|
|
18092
18570
|
default: any;
|
|
@@ -18103,13 +18581,17 @@ declare const _default: {
|
|
|
18103
18581
|
type: import("vue").PropType<boolean>;
|
|
18104
18582
|
default: boolean;
|
|
18105
18583
|
};
|
|
18584
|
+
optionFlagKey: {
|
|
18585
|
+
type: import("vue").PropType<string>;
|
|
18586
|
+
default: any;
|
|
18587
|
+
};
|
|
18106
18588
|
statusDotType: {
|
|
18107
18589
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18108
18590
|
default: any;
|
|
18109
18591
|
};
|
|
18110
18592
|
}>> & {
|
|
18111
18593
|
onClick?: () => any;
|
|
18112
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
|
|
18594
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "optionFlagKey" | "statusDotType">;
|
|
18113
18595
|
$attrs: {
|
|
18114
18596
|
[x: string]: unknown;
|
|
18115
18597
|
};
|
|
@@ -18206,6 +18688,10 @@ declare const _default: {
|
|
|
18206
18688
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18207
18689
|
default: any;
|
|
18208
18690
|
};
|
|
18691
|
+
allSelected: {
|
|
18692
|
+
type: import("vue").PropType<boolean>;
|
|
18693
|
+
default: boolean;
|
|
18694
|
+
};
|
|
18209
18695
|
selectedOption: {
|
|
18210
18696
|
type: import("vue").PropType<unknown>;
|
|
18211
18697
|
default: any;
|
|
@@ -18222,6 +18708,10 @@ declare const _default: {
|
|
|
18222
18708
|
type: import("vue").PropType<boolean>;
|
|
18223
18709
|
default: boolean;
|
|
18224
18710
|
};
|
|
18711
|
+
optionFlagKey: {
|
|
18712
|
+
type: import("vue").PropType<string>;
|
|
18713
|
+
default: any;
|
|
18714
|
+
};
|
|
18225
18715
|
statusDotType: {
|
|
18226
18716
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18227
18717
|
default: any;
|
|
@@ -18250,10 +18740,12 @@ declare const _default: {
|
|
|
18250
18740
|
optionIconKey: string;
|
|
18251
18741
|
optionImageKey: string;
|
|
18252
18742
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18743
|
+
allSelected: boolean;
|
|
18253
18744
|
selectedOption: any;
|
|
18254
18745
|
showFeedbackIcon: boolean;
|
|
18255
18746
|
brandIconType: "android" | "ios";
|
|
18256
18747
|
showAllSelectedText: boolean;
|
|
18748
|
+
optionFlagKey: string;
|
|
18257
18749
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
18258
18750
|
}, {}, string> & {
|
|
18259
18751
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -18358,6 +18850,10 @@ declare const _default: {
|
|
|
18358
18850
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18359
18851
|
default: any;
|
|
18360
18852
|
};
|
|
18853
|
+
allSelected: {
|
|
18854
|
+
type: import("vue").PropType<boolean>;
|
|
18855
|
+
default: boolean;
|
|
18856
|
+
};
|
|
18361
18857
|
selectedOption: {
|
|
18362
18858
|
type: import("vue").PropType<unknown>;
|
|
18363
18859
|
default: any;
|
|
@@ -18374,6 +18870,10 @@ declare const _default: {
|
|
|
18374
18870
|
type: import("vue").PropType<boolean>;
|
|
18375
18871
|
default: boolean;
|
|
18376
18872
|
};
|
|
18873
|
+
optionFlagKey: {
|
|
18874
|
+
type: import("vue").PropType<string>;
|
|
18875
|
+
default: any;
|
|
18876
|
+
};
|
|
18377
18877
|
statusDotType: {
|
|
18378
18878
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18379
18879
|
default: any;
|
|
@@ -18467,6 +18967,10 @@ declare const _default: {
|
|
|
18467
18967
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18468
18968
|
default: any;
|
|
18469
18969
|
};
|
|
18970
|
+
allSelected: {
|
|
18971
|
+
type: import("vue").PropType<boolean>;
|
|
18972
|
+
default: boolean;
|
|
18973
|
+
};
|
|
18470
18974
|
selectedOption: {
|
|
18471
18975
|
type: import("vue").PropType<unknown>;
|
|
18472
18976
|
default: any;
|
|
@@ -18483,6 +18987,10 @@ declare const _default: {
|
|
|
18483
18987
|
type: import("vue").PropType<boolean>;
|
|
18484
18988
|
default: boolean;
|
|
18485
18989
|
};
|
|
18990
|
+
optionFlagKey: {
|
|
18991
|
+
type: import("vue").PropType<string>;
|
|
18992
|
+
default: any;
|
|
18993
|
+
};
|
|
18486
18994
|
statusDotType: {
|
|
18487
18995
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
18488
18996
|
default: any;
|
|
@@ -18511,14 +19019,17 @@ declare const _default: {
|
|
|
18511
19019
|
optionIconKey: string;
|
|
18512
19020
|
optionImageKey: string;
|
|
18513
19021
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19022
|
+
allSelected: boolean;
|
|
18514
19023
|
selectedOption: any;
|
|
18515
19024
|
showFeedbackIcon: boolean;
|
|
18516
19025
|
brandIconType: "android" | "ios";
|
|
18517
19026
|
showAllSelectedText: boolean;
|
|
19027
|
+
optionFlagKey: string;
|
|
18518
19028
|
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
18519
19029
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
18520
19030
|
$slots: {
|
|
18521
19031
|
image?(_: {}): any;
|
|
19032
|
+
flag?(_: {}): any;
|
|
18522
19033
|
"icon-start"?(_: {}): any;
|
|
18523
19034
|
"displayed-value"?(_: {}): any;
|
|
18524
19035
|
"end-icon"?(_: {}): any;
|
|
@@ -19012,6 +19523,7 @@ declare const _default: {
|
|
|
19012
19523
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19013
19524
|
optionTwoLinesKey: string;
|
|
19014
19525
|
isIndeterminate: boolean;
|
|
19526
|
+
optionFlagKey: string;
|
|
19015
19527
|
subtitle: string;
|
|
19016
19528
|
selectAllOption: boolean;
|
|
19017
19529
|
nameKey: string;
|
|
@@ -19053,6 +19565,10 @@ declare const _default: {
|
|
|
19053
19565
|
type: import("vue").PropType<boolean>;
|
|
19054
19566
|
default: boolean;
|
|
19055
19567
|
};
|
|
19568
|
+
optionFlagKey: {
|
|
19569
|
+
type: import("vue").PropType<string>;
|
|
19570
|
+
default: any;
|
|
19571
|
+
};
|
|
19056
19572
|
subtitle: {
|
|
19057
19573
|
type: import("vue").PropType<string>;
|
|
19058
19574
|
default: string;
|
|
@@ -19106,7 +19622,7 @@ declare const _default: {
|
|
|
19106
19622
|
};
|
|
19107
19623
|
}>> & {
|
|
19108
19624
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
19109
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
19625
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "optionFlagKey" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
19110
19626
|
$attrs: {
|
|
19111
19627
|
[x: string]: unknown;
|
|
19112
19628
|
};
|
|
@@ -19149,6 +19665,10 @@ declare const _default: {
|
|
|
19149
19665
|
type: import("vue").PropType<boolean>;
|
|
19150
19666
|
default: boolean;
|
|
19151
19667
|
};
|
|
19668
|
+
optionFlagKey: {
|
|
19669
|
+
type: import("vue").PropType<string>;
|
|
19670
|
+
default: any;
|
|
19671
|
+
};
|
|
19152
19672
|
subtitle: {
|
|
19153
19673
|
type: import("vue").PropType<string>;
|
|
19154
19674
|
default: string;
|
|
@@ -19212,6 +19732,7 @@ declare const _default: {
|
|
|
19212
19732
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19213
19733
|
optionTwoLinesKey: string;
|
|
19214
19734
|
isIndeterminate: boolean;
|
|
19735
|
+
optionFlagKey: string;
|
|
19215
19736
|
subtitle: string;
|
|
19216
19737
|
selectAllOption: boolean;
|
|
19217
19738
|
nameKey: string;
|
|
@@ -19273,6 +19794,10 @@ declare const _default: {
|
|
|
19273
19794
|
type: import("vue").PropType<boolean>;
|
|
19274
19795
|
default: boolean;
|
|
19275
19796
|
};
|
|
19797
|
+
optionFlagKey: {
|
|
19798
|
+
type: import("vue").PropType<string>;
|
|
19799
|
+
default: any;
|
|
19800
|
+
};
|
|
19276
19801
|
subtitle: {
|
|
19277
19802
|
type: import("vue").PropType<string>;
|
|
19278
19803
|
default: string;
|
|
@@ -19359,6 +19884,10 @@ declare const _default: {
|
|
|
19359
19884
|
type: import("vue").PropType<boolean>;
|
|
19360
19885
|
default: boolean;
|
|
19361
19886
|
};
|
|
19887
|
+
optionFlagKey: {
|
|
19888
|
+
type: import("vue").PropType<string>;
|
|
19889
|
+
default: any;
|
|
19890
|
+
};
|
|
19362
19891
|
subtitle: {
|
|
19363
19892
|
type: import("vue").PropType<string>;
|
|
19364
19893
|
default: string;
|
|
@@ -19422,6 +19951,7 @@ declare const _default: {
|
|
|
19422
19951
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19423
19952
|
optionTwoLinesKey: string;
|
|
19424
19953
|
isIndeterminate: boolean;
|
|
19954
|
+
optionFlagKey: string;
|
|
19425
19955
|
subtitle: string;
|
|
19426
19956
|
selectAllOption: boolean;
|
|
19427
19957
|
nameKey: string;
|
|
@@ -19437,6 +19967,7 @@ declare const _default: {
|
|
|
19437
19967
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
19438
19968
|
$slots: {
|
|
19439
19969
|
image?(_: {}): any;
|
|
19970
|
+
flag?(_: {}): any;
|
|
19440
19971
|
"icon-start"?(_: {}): any;
|
|
19441
19972
|
default?(_: {}): any;
|
|
19442
19973
|
"icon-end"?(_: {}): any;
|
|
@@ -19488,6 +20019,10 @@ declare const _default: {
|
|
|
19488
20019
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
19489
20020
|
required: true;
|
|
19490
20021
|
};
|
|
20022
|
+
allSelected: {
|
|
20023
|
+
type: import("vue").PropType<boolean>;
|
|
20024
|
+
default: boolean;
|
|
20025
|
+
};
|
|
19491
20026
|
selectedOption: {
|
|
19492
20027
|
type: import("vue").PropType<unknown>;
|
|
19493
20028
|
required: true;
|
|
@@ -19534,6 +20069,10 @@ declare const _default: {
|
|
|
19534
20069
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
19535
20070
|
required: true;
|
|
19536
20071
|
};
|
|
20072
|
+
allSelected: {
|
|
20073
|
+
type: import("vue").PropType<boolean>;
|
|
20074
|
+
default: boolean;
|
|
20075
|
+
};
|
|
19537
20076
|
selectedOption: {
|
|
19538
20077
|
type: import("vue").PropType<unknown>;
|
|
19539
20078
|
required: true;
|
|
@@ -19551,6 +20090,7 @@ declare const _default: {
|
|
|
19551
20090
|
disabled: boolean;
|
|
19552
20091
|
open: boolean;
|
|
19553
20092
|
feedbackVariant: string;
|
|
20093
|
+
allSelected: boolean;
|
|
19554
20094
|
displayedValue: any;
|
|
19555
20095
|
}> | ({
|
|
19556
20096
|
new (...args: any[]): {
|
|
@@ -19567,9 +20107,10 @@ declare const _default: {
|
|
|
19567
20107
|
size: "small" | "medium" | "large";
|
|
19568
20108
|
flip: boolean;
|
|
19569
20109
|
mandatory: boolean;
|
|
20110
|
+
skidding: number;
|
|
20111
|
+
modelValue: any;
|
|
19570
20112
|
selected: any;
|
|
19571
20113
|
onClear: () => void;
|
|
19572
|
-
modelValue: any;
|
|
19573
20114
|
placeholder: string;
|
|
19574
20115
|
multi: boolean;
|
|
19575
20116
|
showSelectAll: boolean;
|
|
@@ -19578,7 +20119,6 @@ declare const _default: {
|
|
|
19578
20119
|
autoSize: boolean;
|
|
19579
20120
|
disableKeyboardEvents: boolean;
|
|
19580
20121
|
isOnTop: boolean;
|
|
19581
|
-
skidding: number;
|
|
19582
20122
|
triggerLabel: string;
|
|
19583
20123
|
triggerHelperText: string;
|
|
19584
20124
|
triggerFeedbackText: string;
|
|
@@ -19607,6 +20147,7 @@ declare const _default: {
|
|
|
19607
20147
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
19608
20148
|
disableVirtualScroll: boolean;
|
|
19609
20149
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
20150
|
+
withConditions: boolean;
|
|
19610
20151
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
19611
20152
|
theme: {
|
|
19612
20153
|
type: import("vue").PropType<string>;
|
|
@@ -19651,6 +20192,17 @@ declare const _default: {
|
|
|
19651
20192
|
loading: {
|
|
19652
20193
|
type: import("vue").PropType<boolean>;
|
|
19653
20194
|
};
|
|
20195
|
+
skidding: {
|
|
20196
|
+
type: import("vue").PropType<number>;
|
|
20197
|
+
default: number;
|
|
20198
|
+
};
|
|
20199
|
+
isOpen: {
|
|
20200
|
+
type: import("vue").PropType<boolean>;
|
|
20201
|
+
};
|
|
20202
|
+
modelValue: {
|
|
20203
|
+
type: import("vue").PropType<unknown>;
|
|
20204
|
+
default: any;
|
|
20205
|
+
};
|
|
19654
20206
|
selected: {
|
|
19655
20207
|
type: import("vue").PropType<unknown>;
|
|
19656
20208
|
default: any;
|
|
@@ -19663,10 +20215,6 @@ declare const _default: {
|
|
|
19663
20215
|
type: import("vue").PropType<() => void>;
|
|
19664
20216
|
default: () => true;
|
|
19665
20217
|
};
|
|
19666
|
-
modelValue: {
|
|
19667
|
-
type: import("vue").PropType<unknown>;
|
|
19668
|
-
default: any;
|
|
19669
|
-
};
|
|
19670
20218
|
placeholder: {
|
|
19671
20219
|
type: import("vue").PropType<string>;
|
|
19672
20220
|
default: string;
|
|
@@ -19675,9 +20223,6 @@ declare const _default: {
|
|
|
19675
20223
|
type: import("vue").PropType<boolean>;
|
|
19676
20224
|
default: boolean;
|
|
19677
20225
|
};
|
|
19678
|
-
isOpen: {
|
|
19679
|
-
type: import("vue").PropType<boolean>;
|
|
19680
|
-
};
|
|
19681
20226
|
showSelectAll: {
|
|
19682
20227
|
type: import("vue").PropType<boolean>;
|
|
19683
20228
|
default: boolean;
|
|
@@ -19702,10 +20247,6 @@ declare const _default: {
|
|
|
19702
20247
|
type: import("vue").PropType<boolean>;
|
|
19703
20248
|
default: boolean;
|
|
19704
20249
|
};
|
|
19705
|
-
skidding: {
|
|
19706
|
-
type: import("vue").PropType<number>;
|
|
19707
|
-
default: number;
|
|
19708
|
-
};
|
|
19709
20250
|
triggerLabel: {
|
|
19710
20251
|
type: import("vue").PropType<string>;
|
|
19711
20252
|
default: string;
|
|
@@ -19822,6 +20363,11 @@ declare const _default: {
|
|
|
19822
20363
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
19823
20364
|
default: any;
|
|
19824
20365
|
};
|
|
20366
|
+
withConditions: {
|
|
20367
|
+
type: import("vue").PropType<boolean>;
|
|
20368
|
+
required: true;
|
|
20369
|
+
default: boolean;
|
|
20370
|
+
};
|
|
19825
20371
|
}>> & {
|
|
19826
20372
|
onCopyToClipboard?: () => any;
|
|
19827
20373
|
onClear?: () => any;
|
|
@@ -19832,7 +20378,7 @@ declare const _default: {
|
|
|
19832
20378
|
onOnsearch?: (value: string) => any;
|
|
19833
20379
|
onOpened?: () => any;
|
|
19834
20380
|
onClosed?: () => any;
|
|
19835
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "
|
|
20381
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "onClear" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
19836
20382
|
$attrs: {
|
|
19837
20383
|
[x: string]: unknown;
|
|
19838
20384
|
};
|
|
@@ -19890,6 +20436,17 @@ declare const _default: {
|
|
|
19890
20436
|
loading: {
|
|
19891
20437
|
type: import("vue").PropType<boolean>;
|
|
19892
20438
|
};
|
|
20439
|
+
skidding: {
|
|
20440
|
+
type: import("vue").PropType<number>;
|
|
20441
|
+
default: number;
|
|
20442
|
+
};
|
|
20443
|
+
isOpen: {
|
|
20444
|
+
type: import("vue").PropType<boolean>;
|
|
20445
|
+
};
|
|
20446
|
+
modelValue: {
|
|
20447
|
+
type: import("vue").PropType<unknown>;
|
|
20448
|
+
default: any;
|
|
20449
|
+
};
|
|
19893
20450
|
selected: {
|
|
19894
20451
|
type: import("vue").PropType<unknown>;
|
|
19895
20452
|
default: any;
|
|
@@ -19902,10 +20459,6 @@ declare const _default: {
|
|
|
19902
20459
|
type: import("vue").PropType<() => void>;
|
|
19903
20460
|
default: () => true;
|
|
19904
20461
|
};
|
|
19905
|
-
modelValue: {
|
|
19906
|
-
type: import("vue").PropType<unknown>;
|
|
19907
|
-
default: any;
|
|
19908
|
-
};
|
|
19909
20462
|
placeholder: {
|
|
19910
20463
|
type: import("vue").PropType<string>;
|
|
19911
20464
|
default: string;
|
|
@@ -19914,9 +20467,6 @@ declare const _default: {
|
|
|
19914
20467
|
type: import("vue").PropType<boolean>;
|
|
19915
20468
|
default: boolean;
|
|
19916
20469
|
};
|
|
19917
|
-
isOpen: {
|
|
19918
|
-
type: import("vue").PropType<boolean>;
|
|
19919
|
-
};
|
|
19920
20470
|
showSelectAll: {
|
|
19921
20471
|
type: import("vue").PropType<boolean>;
|
|
19922
20472
|
default: boolean;
|
|
@@ -19941,10 +20491,6 @@ declare const _default: {
|
|
|
19941
20491
|
type: import("vue").PropType<boolean>;
|
|
19942
20492
|
default: boolean;
|
|
19943
20493
|
};
|
|
19944
|
-
skidding: {
|
|
19945
|
-
type: import("vue").PropType<number>;
|
|
19946
|
-
default: number;
|
|
19947
|
-
};
|
|
19948
20494
|
triggerLabel: {
|
|
19949
20495
|
type: import("vue").PropType<string>;
|
|
19950
20496
|
default: string;
|
|
@@ -20061,6 +20607,11 @@ declare const _default: {
|
|
|
20061
20607
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20062
20608
|
default: any;
|
|
20063
20609
|
};
|
|
20610
|
+
withConditions: {
|
|
20611
|
+
type: import("vue").PropType<boolean>;
|
|
20612
|
+
required: true;
|
|
20613
|
+
default: boolean;
|
|
20614
|
+
};
|
|
20064
20615
|
}>> & {
|
|
20065
20616
|
onCopyToClipboard?: () => any;
|
|
20066
20617
|
onClear?: () => any;
|
|
@@ -20095,9 +20646,10 @@ declare const _default: {
|
|
|
20095
20646
|
size: "small" | "medium" | "large";
|
|
20096
20647
|
flip: boolean;
|
|
20097
20648
|
mandatory: boolean;
|
|
20649
|
+
skidding: number;
|
|
20650
|
+
modelValue: any;
|
|
20098
20651
|
selected: any;
|
|
20099
20652
|
onClear: () => void;
|
|
20100
|
-
modelValue: any;
|
|
20101
20653
|
placeholder: string;
|
|
20102
20654
|
multi: boolean;
|
|
20103
20655
|
showSelectAll: boolean;
|
|
@@ -20106,7 +20658,6 @@ declare const _default: {
|
|
|
20106
20658
|
autoSize: boolean;
|
|
20107
20659
|
disableKeyboardEvents: boolean;
|
|
20108
20660
|
isOnTop: boolean;
|
|
20109
|
-
skidding: number;
|
|
20110
20661
|
triggerLabel: string;
|
|
20111
20662
|
triggerHelperText: string;
|
|
20112
20663
|
triggerFeedbackText: string;
|
|
@@ -20135,6 +20686,7 @@ declare const _default: {
|
|
|
20135
20686
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20136
20687
|
disableVirtualScroll: boolean;
|
|
20137
20688
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
20689
|
+
withConditions: boolean;
|
|
20138
20690
|
}, {}, string> & {
|
|
20139
20691
|
beforeCreate?: (() => void) | (() => void)[];
|
|
20140
20692
|
created?: (() => void) | (() => void)[];
|
|
@@ -20199,6 +20751,17 @@ declare const _default: {
|
|
|
20199
20751
|
loading: {
|
|
20200
20752
|
type: import("vue").PropType<boolean>;
|
|
20201
20753
|
};
|
|
20754
|
+
skidding: {
|
|
20755
|
+
type: import("vue").PropType<number>;
|
|
20756
|
+
default: number;
|
|
20757
|
+
};
|
|
20758
|
+
isOpen: {
|
|
20759
|
+
type: import("vue").PropType<boolean>;
|
|
20760
|
+
};
|
|
20761
|
+
modelValue: {
|
|
20762
|
+
type: import("vue").PropType<unknown>;
|
|
20763
|
+
default: any;
|
|
20764
|
+
};
|
|
20202
20765
|
selected: {
|
|
20203
20766
|
type: import("vue").PropType<unknown>;
|
|
20204
20767
|
default: any;
|
|
@@ -20211,10 +20774,6 @@ declare const _default: {
|
|
|
20211
20774
|
type: import("vue").PropType<() => void>;
|
|
20212
20775
|
default: () => true;
|
|
20213
20776
|
};
|
|
20214
|
-
modelValue: {
|
|
20215
|
-
type: import("vue").PropType<unknown>;
|
|
20216
|
-
default: any;
|
|
20217
|
-
};
|
|
20218
20777
|
placeholder: {
|
|
20219
20778
|
type: import("vue").PropType<string>;
|
|
20220
20779
|
default: string;
|
|
@@ -20223,9 +20782,6 @@ declare const _default: {
|
|
|
20223
20782
|
type: import("vue").PropType<boolean>;
|
|
20224
20783
|
default: boolean;
|
|
20225
20784
|
};
|
|
20226
|
-
isOpen: {
|
|
20227
|
-
type: import("vue").PropType<boolean>;
|
|
20228
|
-
};
|
|
20229
20785
|
showSelectAll: {
|
|
20230
20786
|
type: import("vue").PropType<boolean>;
|
|
20231
20787
|
default: boolean;
|
|
@@ -20250,10 +20806,6 @@ declare const _default: {
|
|
|
20250
20806
|
type: import("vue").PropType<boolean>;
|
|
20251
20807
|
default: boolean;
|
|
20252
20808
|
};
|
|
20253
|
-
skidding: {
|
|
20254
|
-
type: import("vue").PropType<number>;
|
|
20255
|
-
default: number;
|
|
20256
|
-
};
|
|
20257
20809
|
triggerLabel: {
|
|
20258
20810
|
type: import("vue").PropType<string>;
|
|
20259
20811
|
default: string;
|
|
@@ -20370,6 +20922,11 @@ declare const _default: {
|
|
|
20370
20922
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20371
20923
|
default: any;
|
|
20372
20924
|
};
|
|
20925
|
+
withConditions: {
|
|
20926
|
+
type: import("vue").PropType<boolean>;
|
|
20927
|
+
required: true;
|
|
20928
|
+
default: boolean;
|
|
20929
|
+
};
|
|
20373
20930
|
}>> & {
|
|
20374
20931
|
onCopyToClipboard?: () => any;
|
|
20375
20932
|
onClear?: () => any;
|
|
@@ -20431,6 +20988,17 @@ declare const _default: {
|
|
|
20431
20988
|
loading: {
|
|
20432
20989
|
type: import("vue").PropType<boolean>;
|
|
20433
20990
|
};
|
|
20991
|
+
skidding: {
|
|
20992
|
+
type: import("vue").PropType<number>;
|
|
20993
|
+
default: number;
|
|
20994
|
+
};
|
|
20995
|
+
isOpen: {
|
|
20996
|
+
type: import("vue").PropType<boolean>;
|
|
20997
|
+
};
|
|
20998
|
+
modelValue: {
|
|
20999
|
+
type: import("vue").PropType<unknown>;
|
|
21000
|
+
default: any;
|
|
21001
|
+
};
|
|
20434
21002
|
selected: {
|
|
20435
21003
|
type: import("vue").PropType<unknown>;
|
|
20436
21004
|
default: any;
|
|
@@ -20443,10 +21011,6 @@ declare const _default: {
|
|
|
20443
21011
|
type: import("vue").PropType<() => void>;
|
|
20444
21012
|
default: () => true;
|
|
20445
21013
|
};
|
|
20446
|
-
modelValue: {
|
|
20447
|
-
type: import("vue").PropType<unknown>;
|
|
20448
|
-
default: any;
|
|
20449
|
-
};
|
|
20450
21014
|
placeholder: {
|
|
20451
21015
|
type: import("vue").PropType<string>;
|
|
20452
21016
|
default: string;
|
|
@@ -20455,9 +21019,6 @@ declare const _default: {
|
|
|
20455
21019
|
type: import("vue").PropType<boolean>;
|
|
20456
21020
|
default: boolean;
|
|
20457
21021
|
};
|
|
20458
|
-
isOpen: {
|
|
20459
|
-
type: import("vue").PropType<boolean>;
|
|
20460
|
-
};
|
|
20461
21022
|
showSelectAll: {
|
|
20462
21023
|
type: import("vue").PropType<boolean>;
|
|
20463
21024
|
default: boolean;
|
|
@@ -20482,10 +21043,6 @@ declare const _default: {
|
|
|
20482
21043
|
type: import("vue").PropType<boolean>;
|
|
20483
21044
|
default: boolean;
|
|
20484
21045
|
};
|
|
20485
|
-
skidding: {
|
|
20486
|
-
type: import("vue").PropType<number>;
|
|
20487
|
-
default: number;
|
|
20488
|
-
};
|
|
20489
21046
|
triggerLabel: {
|
|
20490
21047
|
type: import("vue").PropType<string>;
|
|
20491
21048
|
default: string;
|
|
@@ -20602,6 +21159,11 @@ declare const _default: {
|
|
|
20602
21159
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20603
21160
|
default: any;
|
|
20604
21161
|
};
|
|
21162
|
+
withConditions: {
|
|
21163
|
+
type: import("vue").PropType<boolean>;
|
|
21164
|
+
required: true;
|
|
21165
|
+
default: boolean;
|
|
21166
|
+
};
|
|
20605
21167
|
}>> & {
|
|
20606
21168
|
onCopyToClipboard?: () => any;
|
|
20607
21169
|
onClear?: () => any;
|
|
@@ -20636,9 +21198,10 @@ declare const _default: {
|
|
|
20636
21198
|
size: "small" | "medium" | "large";
|
|
20637
21199
|
flip: boolean;
|
|
20638
21200
|
mandatory: boolean;
|
|
21201
|
+
skidding: number;
|
|
21202
|
+
modelValue: any;
|
|
20639
21203
|
selected: any;
|
|
20640
21204
|
onClear: () => void;
|
|
20641
|
-
modelValue: any;
|
|
20642
21205
|
placeholder: string;
|
|
20643
21206
|
multi: boolean;
|
|
20644
21207
|
showSelectAll: boolean;
|
|
@@ -20647,7 +21210,6 @@ declare const _default: {
|
|
|
20647
21210
|
autoSize: boolean;
|
|
20648
21211
|
disableKeyboardEvents: boolean;
|
|
20649
21212
|
isOnTop: boolean;
|
|
20650
|
-
skidding: number;
|
|
20651
21213
|
triggerLabel: string;
|
|
20652
21214
|
triggerHelperText: string;
|
|
20653
21215
|
triggerFeedbackText: string;
|
|
@@ -20676,6 +21238,7 @@ declare const _default: {
|
|
|
20676
21238
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20677
21239
|
disableVirtualScroll: boolean;
|
|
20678
21240
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
21241
|
+
withConditions: boolean;
|
|
20679
21242
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
20680
21243
|
$slots: {
|
|
20681
21244
|
label?(_: {}): any;
|
|
@@ -20713,6 +21276,7 @@ declare const _default: {
|
|
|
20713
21276
|
onClick: () => void;
|
|
20714
21277
|
};
|
|
20715
21278
|
}): any;
|
|
21279
|
+
"dropdown-conditions"?(_: {}): any;
|
|
20716
21280
|
"inline-search"?(_: {}): any;
|
|
20717
21281
|
"input-list"?(_: {
|
|
20718
21282
|
open: true;
|
|
@@ -20836,6 +21400,9 @@ declare const _default: {
|
|
|
20836
21400
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20837
21401
|
default: string;
|
|
20838
21402
|
};
|
|
21403
|
+
isOpen: {
|
|
21404
|
+
type: import("vue").PropType<boolean>;
|
|
21405
|
+
};
|
|
20839
21406
|
selected: {
|
|
20840
21407
|
type: import("vue").PropType<unknown[]>;
|
|
20841
21408
|
default: any;
|
|
@@ -20848,9 +21415,6 @@ declare const _default: {
|
|
|
20848
21415
|
type: import("vue").PropType<string>;
|
|
20849
21416
|
default: string;
|
|
20850
21417
|
};
|
|
20851
|
-
isOpen: {
|
|
20852
|
-
type: import("vue").PropType<boolean>;
|
|
20853
|
-
};
|
|
20854
21418
|
inlineSearchPlaceholder: {
|
|
20855
21419
|
type: import("vue").PropType<string>;
|
|
20856
21420
|
default: string;
|
|
@@ -20929,6 +21493,9 @@ declare const _default: {
|
|
|
20929
21493
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20930
21494
|
default: string;
|
|
20931
21495
|
};
|
|
21496
|
+
isOpen: {
|
|
21497
|
+
type: import("vue").PropType<boolean>;
|
|
21498
|
+
};
|
|
20932
21499
|
selected: {
|
|
20933
21500
|
type: import("vue").PropType<unknown[]>;
|
|
20934
21501
|
default: any;
|
|
@@ -20941,9 +21508,6 @@ declare const _default: {
|
|
|
20941
21508
|
type: import("vue").PropType<string>;
|
|
20942
21509
|
default: string;
|
|
20943
21510
|
};
|
|
20944
|
-
isOpen: {
|
|
20945
|
-
type: import("vue").PropType<boolean>;
|
|
20946
|
-
};
|
|
20947
21511
|
inlineSearchPlaceholder: {
|
|
20948
21512
|
type: import("vue").PropType<string>;
|
|
20949
21513
|
default: string;
|
|
@@ -21046,6 +21610,9 @@ declare const _default: {
|
|
|
21046
21610
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21047
21611
|
default: string;
|
|
21048
21612
|
};
|
|
21613
|
+
isOpen: {
|
|
21614
|
+
type: import("vue").PropType<boolean>;
|
|
21615
|
+
};
|
|
21049
21616
|
selected: {
|
|
21050
21617
|
type: import("vue").PropType<unknown[]>;
|
|
21051
21618
|
default: any;
|
|
@@ -21058,9 +21625,6 @@ declare const _default: {
|
|
|
21058
21625
|
type: import("vue").PropType<string>;
|
|
21059
21626
|
default: string;
|
|
21060
21627
|
};
|
|
21061
|
-
isOpen: {
|
|
21062
|
-
type: import("vue").PropType<boolean>;
|
|
21063
|
-
};
|
|
21064
21628
|
inlineSearchPlaceholder: {
|
|
21065
21629
|
type: import("vue").PropType<string>;
|
|
21066
21630
|
default: string;
|
|
@@ -21129,6 +21693,9 @@ declare const _default: {
|
|
|
21129
21693
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21130
21694
|
default: string;
|
|
21131
21695
|
};
|
|
21696
|
+
isOpen: {
|
|
21697
|
+
type: import("vue").PropType<boolean>;
|
|
21698
|
+
};
|
|
21132
21699
|
selected: {
|
|
21133
21700
|
type: import("vue").PropType<unknown[]>;
|
|
21134
21701
|
default: any;
|
|
@@ -21141,9 +21708,6 @@ declare const _default: {
|
|
|
21141
21708
|
type: import("vue").PropType<string>;
|
|
21142
21709
|
default: string;
|
|
21143
21710
|
};
|
|
21144
|
-
isOpen: {
|
|
21145
|
-
type: import("vue").PropType<boolean>;
|
|
21146
|
-
};
|
|
21147
21711
|
inlineSearchPlaceholder: {
|
|
21148
21712
|
type: import("vue").PropType<string>;
|
|
21149
21713
|
default: string;
|
|
@@ -21230,6 +21794,7 @@ declare const _default: {
|
|
|
21230
21794
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21231
21795
|
optionTwoLinesKey: string;
|
|
21232
21796
|
isIndeterminate: boolean;
|
|
21797
|
+
optionFlagKey: string;
|
|
21233
21798
|
subtitle: string;
|
|
21234
21799
|
selectAllOption: boolean;
|
|
21235
21800
|
nameKey: string;
|
|
@@ -21271,6 +21836,10 @@ declare const _default: {
|
|
|
21271
21836
|
type: import("vue").PropType<boolean>;
|
|
21272
21837
|
default: boolean;
|
|
21273
21838
|
};
|
|
21839
|
+
optionFlagKey: {
|
|
21840
|
+
type: import("vue").PropType<string>;
|
|
21841
|
+
default: any;
|
|
21842
|
+
};
|
|
21274
21843
|
subtitle: {
|
|
21275
21844
|
type: import("vue").PropType<string>;
|
|
21276
21845
|
default: string;
|
|
@@ -21324,7 +21893,7 @@ declare const _default: {
|
|
|
21324
21893
|
};
|
|
21325
21894
|
}>> & {
|
|
21326
21895
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
21327
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
21896
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "optionFlagKey" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
21328
21897
|
$attrs: {
|
|
21329
21898
|
[x: string]: unknown;
|
|
21330
21899
|
};
|
|
@@ -21367,6 +21936,10 @@ declare const _default: {
|
|
|
21367
21936
|
type: import("vue").PropType<boolean>;
|
|
21368
21937
|
default: boolean;
|
|
21369
21938
|
};
|
|
21939
|
+
optionFlagKey: {
|
|
21940
|
+
type: import("vue").PropType<string>;
|
|
21941
|
+
default: any;
|
|
21942
|
+
};
|
|
21370
21943
|
subtitle: {
|
|
21371
21944
|
type: import("vue").PropType<string>;
|
|
21372
21945
|
default: string;
|
|
@@ -21430,6 +22003,7 @@ declare const _default: {
|
|
|
21430
22003
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21431
22004
|
optionTwoLinesKey: string;
|
|
21432
22005
|
isIndeterminate: boolean;
|
|
22006
|
+
optionFlagKey: string;
|
|
21433
22007
|
subtitle: string;
|
|
21434
22008
|
selectAllOption: boolean;
|
|
21435
22009
|
nameKey: string;
|
|
@@ -21491,6 +22065,10 @@ declare const _default: {
|
|
|
21491
22065
|
type: import("vue").PropType<boolean>;
|
|
21492
22066
|
default: boolean;
|
|
21493
22067
|
};
|
|
22068
|
+
optionFlagKey: {
|
|
22069
|
+
type: import("vue").PropType<string>;
|
|
22070
|
+
default: any;
|
|
22071
|
+
};
|
|
21494
22072
|
subtitle: {
|
|
21495
22073
|
type: import("vue").PropType<string>;
|
|
21496
22074
|
default: string;
|
|
@@ -21577,6 +22155,10 @@ declare const _default: {
|
|
|
21577
22155
|
type: import("vue").PropType<boolean>;
|
|
21578
22156
|
default: boolean;
|
|
21579
22157
|
};
|
|
22158
|
+
optionFlagKey: {
|
|
22159
|
+
type: import("vue").PropType<string>;
|
|
22160
|
+
default: any;
|
|
22161
|
+
};
|
|
21580
22162
|
subtitle: {
|
|
21581
22163
|
type: import("vue").PropType<string>;
|
|
21582
22164
|
default: string;
|
|
@@ -21640,6 +22222,7 @@ declare const _default: {
|
|
|
21640
22222
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21641
22223
|
optionTwoLinesKey: string;
|
|
21642
22224
|
isIndeterminate: boolean;
|
|
22225
|
+
optionFlagKey: string;
|
|
21643
22226
|
subtitle: string;
|
|
21644
22227
|
selectAllOption: boolean;
|
|
21645
22228
|
nameKey: string;
|
|
@@ -21655,6 +22238,7 @@ declare const _default: {
|
|
|
21655
22238
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21656
22239
|
$slots: {
|
|
21657
22240
|
image?(_: {}): any;
|
|
22241
|
+
flag?(_: {}): any;
|
|
21658
22242
|
"icon-start"?(_: {}): any;
|
|
21659
22243
|
default?(_: {}): any;
|
|
21660
22244
|
"icon-end"?(_: {}): any;
|
|
@@ -21692,6 +22276,9 @@ declare const _default: {
|
|
|
21692
22276
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21693
22277
|
default: string;
|
|
21694
22278
|
};
|
|
22279
|
+
isOpen: {
|
|
22280
|
+
type: import("vue").PropType<boolean>;
|
|
22281
|
+
};
|
|
21695
22282
|
selected: {
|
|
21696
22283
|
type: import("vue").PropType<unknown[]>;
|
|
21697
22284
|
default: any;
|
|
@@ -21704,9 +22291,6 @@ declare const _default: {
|
|
|
21704
22291
|
type: import("vue").PropType<string>;
|
|
21705
22292
|
default: string;
|
|
21706
22293
|
};
|
|
21707
|
-
isOpen: {
|
|
21708
|
-
type: import("vue").PropType<boolean>;
|
|
21709
|
-
};
|
|
21710
22294
|
inlineSearchPlaceholder: {
|
|
21711
22295
|
type: import("vue").PropType<string>;
|
|
21712
22296
|
default: string;
|
|
@@ -21785,6 +22369,9 @@ declare const _default: {
|
|
|
21785
22369
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21786
22370
|
default: string;
|
|
21787
22371
|
};
|
|
22372
|
+
isOpen: {
|
|
22373
|
+
type: import("vue").PropType<boolean>;
|
|
22374
|
+
};
|
|
21788
22375
|
selected: {
|
|
21789
22376
|
type: import("vue").PropType<unknown[]>;
|
|
21790
22377
|
default: any;
|
|
@@ -21797,9 +22384,6 @@ declare const _default: {
|
|
|
21797
22384
|
type: import("vue").PropType<string>;
|
|
21798
22385
|
default: string;
|
|
21799
22386
|
};
|
|
21800
|
-
isOpen: {
|
|
21801
|
-
type: import("vue").PropType<boolean>;
|
|
21802
|
-
};
|
|
21803
22387
|
inlineSearchPlaceholder: {
|
|
21804
22388
|
type: import("vue").PropType<string>;
|
|
21805
22389
|
default: string;
|
|
@@ -21902,6 +22486,9 @@ declare const _default: {
|
|
|
21902
22486
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21903
22487
|
default: string;
|
|
21904
22488
|
};
|
|
22489
|
+
isOpen: {
|
|
22490
|
+
type: import("vue").PropType<boolean>;
|
|
22491
|
+
};
|
|
21905
22492
|
selected: {
|
|
21906
22493
|
type: import("vue").PropType<unknown[]>;
|
|
21907
22494
|
default: any;
|
|
@@ -21914,9 +22501,6 @@ declare const _default: {
|
|
|
21914
22501
|
type: import("vue").PropType<string>;
|
|
21915
22502
|
default: string;
|
|
21916
22503
|
};
|
|
21917
|
-
isOpen: {
|
|
21918
|
-
type: import("vue").PropType<boolean>;
|
|
21919
|
-
};
|
|
21920
22504
|
inlineSearchPlaceholder: {
|
|
21921
22505
|
type: import("vue").PropType<string>;
|
|
21922
22506
|
default: string;
|
|
@@ -21985,6 +22569,9 @@ declare const _default: {
|
|
|
21985
22569
|
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21986
22570
|
default: string;
|
|
21987
22571
|
};
|
|
22572
|
+
isOpen: {
|
|
22573
|
+
type: import("vue").PropType<boolean>;
|
|
22574
|
+
};
|
|
21988
22575
|
selected: {
|
|
21989
22576
|
type: import("vue").PropType<unknown[]>;
|
|
21990
22577
|
default: any;
|
|
@@ -21997,9 +22584,6 @@ declare const _default: {
|
|
|
21997
22584
|
type: import("vue").PropType<string>;
|
|
21998
22585
|
default: string;
|
|
21999
22586
|
};
|
|
22000
|
-
isOpen: {
|
|
22001
|
-
type: import("vue").PropType<boolean>;
|
|
22002
|
-
};
|
|
22003
22587
|
inlineSearchPlaceholder: {
|
|
22004
22588
|
type: import("vue").PropType<string>;
|
|
22005
22589
|
default: string;
|
|
@@ -22736,29 +23320,198 @@ declare const _default: {
|
|
|
22736
23320
|
default?(_: {}): any;
|
|
22737
23321
|
};
|
|
22738
23322
|
});
|
|
22739
|
-
|
|
23323
|
+
ToggleButtonGroupAB: {
|
|
22740
23324
|
new (...args: any[]): {
|
|
22741
23325
|
$: import("vue").ComponentInternalInstance;
|
|
22742
23326
|
$data: {};
|
|
22743
23327
|
$props: Partial<{
|
|
22744
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22745
23328
|
testId: string;
|
|
22746
|
-
variant: "default" | "outlined";
|
|
22747
|
-
disabled: boolean;
|
|
22748
|
-
color: "default" | "primary" | "error";
|
|
22749
|
-
size: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
|
|
22750
|
-
iconName: string;
|
|
22751
23329
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
22752
|
-
type: {
|
|
22753
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22754
|
-
default: string;
|
|
22755
|
-
};
|
|
22756
23330
|
testId: {
|
|
22757
23331
|
type: import("vue").PropType<string>;
|
|
22758
23332
|
default: string;
|
|
22759
23333
|
};
|
|
22760
|
-
|
|
22761
|
-
type: import("vue").PropType<"
|
|
23334
|
+
modelValue: {
|
|
23335
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23336
|
+
required: true;
|
|
23337
|
+
};
|
|
23338
|
+
withPopover: {
|
|
23339
|
+
type: import("vue").PropType<boolean>;
|
|
23340
|
+
required: true;
|
|
23341
|
+
};
|
|
23342
|
+
popoverProps: {
|
|
23343
|
+
type: import("vue").PropType<{
|
|
23344
|
+
autoHide?: boolean;
|
|
23345
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23346
|
+
disabled?: boolean;
|
|
23347
|
+
placement?: import("floating-vue").Placement;
|
|
23348
|
+
distance?: number;
|
|
23349
|
+
skidding?: number;
|
|
23350
|
+
testId?: string;
|
|
23351
|
+
popperClass?: string;
|
|
23352
|
+
}>;
|
|
23353
|
+
required: true;
|
|
23354
|
+
};
|
|
23355
|
+
}>> & {
|
|
23356
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23357
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId">;
|
|
23358
|
+
$attrs: {
|
|
23359
|
+
[x: string]: unknown;
|
|
23360
|
+
};
|
|
23361
|
+
$refs: {
|
|
23362
|
+
[x: string]: unknown;
|
|
23363
|
+
};
|
|
23364
|
+
$slots: Readonly<{
|
|
23365
|
+
[name: string]: import("vue").Slot;
|
|
23366
|
+
}>;
|
|
23367
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23368
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23369
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
23370
|
+
$el: any;
|
|
23371
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23372
|
+
testId: {
|
|
23373
|
+
type: import("vue").PropType<string>;
|
|
23374
|
+
default: string;
|
|
23375
|
+
};
|
|
23376
|
+
modelValue: {
|
|
23377
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23378
|
+
required: true;
|
|
23379
|
+
};
|
|
23380
|
+
withPopover: {
|
|
23381
|
+
type: import("vue").PropType<boolean>;
|
|
23382
|
+
required: true;
|
|
23383
|
+
};
|
|
23384
|
+
popoverProps: {
|
|
23385
|
+
type: import("vue").PropType<{
|
|
23386
|
+
autoHide?: boolean;
|
|
23387
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23388
|
+
disabled?: boolean;
|
|
23389
|
+
placement?: import("floating-vue").Placement;
|
|
23390
|
+
distance?: number;
|
|
23391
|
+
skidding?: number;
|
|
23392
|
+
testId?: string;
|
|
23393
|
+
popperClass?: string;
|
|
23394
|
+
}>;
|
|
23395
|
+
required: true;
|
|
23396
|
+
};
|
|
23397
|
+
}>> & {
|
|
23398
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23399
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23400
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23401
|
+
}, string, {
|
|
23402
|
+
testId: string;
|
|
23403
|
+
}, {}, string> & {
|
|
23404
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
23405
|
+
created?: (() => void) | (() => void)[];
|
|
23406
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
23407
|
+
mounted?: (() => void) | (() => void)[];
|
|
23408
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
23409
|
+
updated?: (() => void) | (() => void)[];
|
|
23410
|
+
activated?: (() => void) | (() => void)[];
|
|
23411
|
+
deactivated?: (() => void) | (() => void)[];
|
|
23412
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
23413
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
23414
|
+
destroyed?: (() => void) | (() => void)[];
|
|
23415
|
+
unmounted?: (() => void) | (() => void)[];
|
|
23416
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23417
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23418
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
23419
|
+
};
|
|
23420
|
+
$forceUpdate: () => void;
|
|
23421
|
+
$nextTick: typeof import("vue").nextTick;
|
|
23422
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
23423
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
23424
|
+
testId: {
|
|
23425
|
+
type: import("vue").PropType<string>;
|
|
23426
|
+
default: string;
|
|
23427
|
+
};
|
|
23428
|
+
modelValue: {
|
|
23429
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23430
|
+
required: true;
|
|
23431
|
+
};
|
|
23432
|
+
withPopover: {
|
|
23433
|
+
type: import("vue").PropType<boolean>;
|
|
23434
|
+
required: true;
|
|
23435
|
+
};
|
|
23436
|
+
popoverProps: {
|
|
23437
|
+
type: import("vue").PropType<{
|
|
23438
|
+
autoHide?: boolean;
|
|
23439
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23440
|
+
disabled?: boolean;
|
|
23441
|
+
placement?: import("floating-vue").Placement;
|
|
23442
|
+
distance?: number;
|
|
23443
|
+
skidding?: number;
|
|
23444
|
+
testId?: string;
|
|
23445
|
+
popperClass?: string;
|
|
23446
|
+
}>;
|
|
23447
|
+
required: true;
|
|
23448
|
+
};
|
|
23449
|
+
}>> & {
|
|
23450
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23451
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23452
|
+
__isFragment?: never;
|
|
23453
|
+
__isTeleport?: never;
|
|
23454
|
+
__isSuspense?: never;
|
|
23455
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23456
|
+
testId: {
|
|
23457
|
+
type: import("vue").PropType<string>;
|
|
23458
|
+
default: string;
|
|
23459
|
+
};
|
|
23460
|
+
modelValue: {
|
|
23461
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23462
|
+
required: true;
|
|
23463
|
+
};
|
|
23464
|
+
withPopover: {
|
|
23465
|
+
type: import("vue").PropType<boolean>;
|
|
23466
|
+
required: true;
|
|
23467
|
+
};
|
|
23468
|
+
popoverProps: {
|
|
23469
|
+
type: import("vue").PropType<{
|
|
23470
|
+
autoHide?: boolean;
|
|
23471
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23472
|
+
disabled?: boolean;
|
|
23473
|
+
placement?: import("floating-vue").Placement;
|
|
23474
|
+
distance?: number;
|
|
23475
|
+
skidding?: number;
|
|
23476
|
+
testId?: string;
|
|
23477
|
+
popperClass?: string;
|
|
23478
|
+
}>;
|
|
23479
|
+
required: true;
|
|
23480
|
+
};
|
|
23481
|
+
}>> & {
|
|
23482
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23483
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23484
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23485
|
+
}, string, {
|
|
23486
|
+
testId: string;
|
|
23487
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
23488
|
+
$slots: {
|
|
23489
|
+
"popover-content"?(_: {}): any;
|
|
23490
|
+
};
|
|
23491
|
+
});
|
|
23492
|
+
ButtonTypes: () => (({
|
|
23493
|
+
new (...args: any[]): {
|
|
23494
|
+
$: import("vue").ComponentInternalInstance;
|
|
23495
|
+
$data: {};
|
|
23496
|
+
$props: Partial<{
|
|
23497
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
23498
|
+
testId: string;
|
|
23499
|
+
variant: "default" | "outlined";
|
|
23500
|
+
disabled: boolean;
|
|
23501
|
+
color: "default" | "primary" | "error";
|
|
23502
|
+
size: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
|
|
23503
|
+
iconName: string;
|
|
23504
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23505
|
+
type: {
|
|
23506
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
23507
|
+
default: string;
|
|
23508
|
+
};
|
|
23509
|
+
testId: {
|
|
23510
|
+
type: import("vue").PropType<string>;
|
|
23511
|
+
default: string;
|
|
23512
|
+
};
|
|
23513
|
+
variant: {
|
|
23514
|
+
type: import("vue").PropType<"default" | "outlined">;
|
|
22762
23515
|
default: string;
|
|
22763
23516
|
};
|
|
22764
23517
|
disabled: {
|
|
@@ -23032,6 +23785,174 @@ declare const _default: {
|
|
|
23032
23785
|
$slots: {
|
|
23033
23786
|
default?(_: {}): any;
|
|
23034
23787
|
};
|
|
23788
|
+
})) | ({
|
|
23789
|
+
new (...args: any[]): {
|
|
23790
|
+
$: import("vue").ComponentInternalInstance;
|
|
23791
|
+
$data: {};
|
|
23792
|
+
$props: Partial<{
|
|
23793
|
+
testId: string;
|
|
23794
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23795
|
+
testId: {
|
|
23796
|
+
type: import("vue").PropType<string>;
|
|
23797
|
+
default: string;
|
|
23798
|
+
};
|
|
23799
|
+
modelValue: {
|
|
23800
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23801
|
+
required: true;
|
|
23802
|
+
};
|
|
23803
|
+
withPopover: {
|
|
23804
|
+
type: import("vue").PropType<boolean>;
|
|
23805
|
+
required: true;
|
|
23806
|
+
};
|
|
23807
|
+
popoverProps: {
|
|
23808
|
+
type: import("vue").PropType<{
|
|
23809
|
+
autoHide?: boolean;
|
|
23810
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23811
|
+
disabled?: boolean;
|
|
23812
|
+
placement?: import("floating-vue").Placement;
|
|
23813
|
+
distance?: number;
|
|
23814
|
+
skidding?: number;
|
|
23815
|
+
testId?: string;
|
|
23816
|
+
popperClass?: string;
|
|
23817
|
+
}>;
|
|
23818
|
+
required: true;
|
|
23819
|
+
};
|
|
23820
|
+
}>> & {
|
|
23821
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23822
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId">;
|
|
23823
|
+
$attrs: {
|
|
23824
|
+
[x: string]: unknown;
|
|
23825
|
+
};
|
|
23826
|
+
$refs: {
|
|
23827
|
+
[x: string]: unknown;
|
|
23828
|
+
};
|
|
23829
|
+
$slots: Readonly<{
|
|
23830
|
+
[name: string]: import("vue").Slot;
|
|
23831
|
+
}>;
|
|
23832
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23833
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
23834
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
23835
|
+
$el: any;
|
|
23836
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23837
|
+
testId: {
|
|
23838
|
+
type: import("vue").PropType<string>;
|
|
23839
|
+
default: string;
|
|
23840
|
+
};
|
|
23841
|
+
modelValue: {
|
|
23842
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23843
|
+
required: true;
|
|
23844
|
+
};
|
|
23845
|
+
withPopover: {
|
|
23846
|
+
type: import("vue").PropType<boolean>;
|
|
23847
|
+
required: true;
|
|
23848
|
+
};
|
|
23849
|
+
popoverProps: {
|
|
23850
|
+
type: import("vue").PropType<{
|
|
23851
|
+
autoHide?: boolean;
|
|
23852
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23853
|
+
disabled?: boolean;
|
|
23854
|
+
placement?: import("floating-vue").Placement;
|
|
23855
|
+
distance?: number;
|
|
23856
|
+
skidding?: number;
|
|
23857
|
+
testId?: string;
|
|
23858
|
+
popperClass?: string;
|
|
23859
|
+
}>;
|
|
23860
|
+
required: true;
|
|
23861
|
+
};
|
|
23862
|
+
}>> & {
|
|
23863
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23864
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23865
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23866
|
+
}, string, {
|
|
23867
|
+
testId: string;
|
|
23868
|
+
}, {}, string> & {
|
|
23869
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
23870
|
+
created?: (() => void) | (() => void)[];
|
|
23871
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
23872
|
+
mounted?: (() => void) | (() => void)[];
|
|
23873
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
23874
|
+
updated?: (() => void) | (() => void)[];
|
|
23875
|
+
activated?: (() => void) | (() => void)[];
|
|
23876
|
+
deactivated?: (() => void) | (() => void)[];
|
|
23877
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
23878
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
23879
|
+
destroyed?: (() => void) | (() => void)[];
|
|
23880
|
+
unmounted?: (() => void) | (() => void)[];
|
|
23881
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23882
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
23883
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
23884
|
+
};
|
|
23885
|
+
$forceUpdate: () => void;
|
|
23886
|
+
$nextTick: typeof import("vue").nextTick;
|
|
23887
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
23888
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
23889
|
+
testId: {
|
|
23890
|
+
type: import("vue").PropType<string>;
|
|
23891
|
+
default: string;
|
|
23892
|
+
};
|
|
23893
|
+
modelValue: {
|
|
23894
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23895
|
+
required: true;
|
|
23896
|
+
};
|
|
23897
|
+
withPopover: {
|
|
23898
|
+
type: import("vue").PropType<boolean>;
|
|
23899
|
+
required: true;
|
|
23900
|
+
};
|
|
23901
|
+
popoverProps: {
|
|
23902
|
+
type: import("vue").PropType<{
|
|
23903
|
+
autoHide?: boolean;
|
|
23904
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23905
|
+
disabled?: boolean;
|
|
23906
|
+
placement?: import("floating-vue").Placement;
|
|
23907
|
+
distance?: number;
|
|
23908
|
+
skidding?: number;
|
|
23909
|
+
testId?: string;
|
|
23910
|
+
popperClass?: string;
|
|
23911
|
+
}>;
|
|
23912
|
+
required: true;
|
|
23913
|
+
};
|
|
23914
|
+
}>> & {
|
|
23915
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23916
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23917
|
+
__isFragment?: never;
|
|
23918
|
+
__isTeleport?: never;
|
|
23919
|
+
__isSuspense?: never;
|
|
23920
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
23921
|
+
testId: {
|
|
23922
|
+
type: import("vue").PropType<string>;
|
|
23923
|
+
default: string;
|
|
23924
|
+
};
|
|
23925
|
+
modelValue: {
|
|
23926
|
+
type: import("vue").PropType<"a" | "b">;
|
|
23927
|
+
required: true;
|
|
23928
|
+
};
|
|
23929
|
+
withPopover: {
|
|
23930
|
+
type: import("vue").PropType<boolean>;
|
|
23931
|
+
required: true;
|
|
23932
|
+
};
|
|
23933
|
+
popoverProps: {
|
|
23934
|
+
type: import("vue").PropType<{
|
|
23935
|
+
autoHide?: boolean;
|
|
23936
|
+
trigger?: "hover" | "click" | "focus" | "touch" | "managed";
|
|
23937
|
+
disabled?: boolean;
|
|
23938
|
+
placement?: import("floating-vue").Placement;
|
|
23939
|
+
distance?: number;
|
|
23940
|
+
skidding?: number;
|
|
23941
|
+
testId?: string;
|
|
23942
|
+
popperClass?: string;
|
|
23943
|
+
}>;
|
|
23944
|
+
required: true;
|
|
23945
|
+
};
|
|
23946
|
+
}>> & {
|
|
23947
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23948
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23949
|
+
"update:modelValue": (...args: any[]) => void;
|
|
23950
|
+
}, string, {
|
|
23951
|
+
testId: string;
|
|
23952
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
23953
|
+
$slots: {
|
|
23954
|
+
"popover-content"?(_: {}): any;
|
|
23955
|
+
};
|
|
23035
23956
|
})))[];
|
|
23036
23957
|
ScrollButton: import("vue").DefineComponent<{
|
|
23037
23958
|
tooltipText: {
|
|
@@ -23082,14 +24003,14 @@ declare const _default: {
|
|
|
23082
24003
|
type: import("vue").PropType<string>;
|
|
23083
24004
|
default: string;
|
|
23084
24005
|
};
|
|
23085
|
-
options: {
|
|
23086
|
-
type: import("vue").PropType<unknown[]>;
|
|
23087
|
-
required: true;
|
|
23088
|
-
};
|
|
23089
24006
|
modelValue: {
|
|
23090
24007
|
type: import("vue").PropType<unknown>;
|
|
23091
24008
|
required: true;
|
|
23092
24009
|
};
|
|
24010
|
+
options: {
|
|
24011
|
+
type: import("vue").PropType<unknown[]>;
|
|
24012
|
+
required: true;
|
|
24013
|
+
};
|
|
23093
24014
|
iconKey: {
|
|
23094
24015
|
type: import("vue").PropType<string>;
|
|
23095
24016
|
default: string;
|
|
@@ -23101,14 +24022,14 @@ declare const _default: {
|
|
|
23101
24022
|
type: import("vue").PropType<string>;
|
|
23102
24023
|
default: string;
|
|
23103
24024
|
};
|
|
23104
|
-
options: {
|
|
23105
|
-
type: import("vue").PropType<unknown[]>;
|
|
23106
|
-
required: true;
|
|
23107
|
-
};
|
|
23108
24025
|
modelValue: {
|
|
23109
24026
|
type: import("vue").PropType<unknown>;
|
|
23110
24027
|
required: true;
|
|
23111
24028
|
};
|
|
24029
|
+
options: {
|
|
24030
|
+
type: import("vue").PropType<unknown[]>;
|
|
24031
|
+
required: true;
|
|
24032
|
+
};
|
|
23112
24033
|
iconKey: {
|
|
23113
24034
|
type: import("vue").PropType<string>;
|
|
23114
24035
|
default: string;
|
|
@@ -23124,14 +24045,14 @@ declare const _default: {
|
|
|
23124
24045
|
type: import("vue").PropType<string>;
|
|
23125
24046
|
default: string;
|
|
23126
24047
|
};
|
|
23127
|
-
options: {
|
|
23128
|
-
type: import("vue").PropType<unknown[]>;
|
|
23129
|
-
required: true;
|
|
23130
|
-
};
|
|
23131
24048
|
modelValue: {
|
|
23132
24049
|
type: import("vue").PropType<unknown>;
|
|
23133
24050
|
required: true;
|
|
23134
24051
|
};
|
|
24052
|
+
options: {
|
|
24053
|
+
type: import("vue").PropType<unknown[]>;
|
|
24054
|
+
required: true;
|
|
24055
|
+
};
|
|
23135
24056
|
iconKey: {
|
|
23136
24057
|
type: import("vue").PropType<string>;
|
|
23137
24058
|
default: string;
|
|
@@ -23143,14 +24064,14 @@ declare const _default: {
|
|
|
23143
24064
|
type: import("vue").PropType<string>;
|
|
23144
24065
|
default: string;
|
|
23145
24066
|
};
|
|
23146
|
-
options: {
|
|
23147
|
-
type: import("vue").PropType<unknown[]>;
|
|
23148
|
-
required: true;
|
|
23149
|
-
};
|
|
23150
24067
|
modelValue: {
|
|
23151
24068
|
type: import("vue").PropType<unknown>;
|
|
23152
24069
|
required: true;
|
|
23153
24070
|
};
|
|
24071
|
+
options: {
|
|
24072
|
+
type: import("vue").PropType<unknown[]>;
|
|
24073
|
+
required: true;
|
|
24074
|
+
};
|
|
23154
24075
|
iconKey: {
|
|
23155
24076
|
type: import("vue").PropType<string>;
|
|
23156
24077
|
default: string;
|