@ironsource/shared-ui 2.1.11-rc.4 → 2.1.11-rc.40
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_604dfc6f_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_b8213498_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_6744325c_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_039dd922_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2aee12ad_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_2406226b_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_c65df8d7_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_6466948d_lang.css +1 -0
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_111b200a_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +1 -0
- package/README.md +4 -15
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue2.js +3 -2
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
- package/components/button/v4/index.d.ts +9 -3
- package/components/chart/Chart.vue.d.ts +11 -3
- package/components/chart/Chart.vue.js +5 -5
- package/components/chart/Chart.vue2.js +115 -101
- package/components/chart/ChartHeader.vue.d.ts +13 -6
- package/components/chart/ChartHeader.vue.js +2 -2
- package/components/chart/ChartHeader.vue2.js +32 -29
- package/components/chart/ChartLegend.vue.d.ts +5 -0
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +99 -49
- package/components/chart/ChartTooltip.vue.d.ts +4 -5
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +64 -43
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +34 -26
- package/components/chart/index.d.ts +36 -16
- package/components/chart/mockData.d.ts +15 -2
- package/components/chart/types.d.ts +15 -1
- package/components/chart/utils/utils.js +5 -5
- package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
- package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
- package/components/dialog/v4/DialogV4.vue.d.ts +10 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +64 -60
- package/components/dialog/v4/index.d.ts +39 -1
- package/components/dropdown/common/Dropdown.common.js +194 -185
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +39 -39
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +10 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +73 -47
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +90 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +185 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +31 -6
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +224 -198
- package/components/dropdown/v4/OptionV4.vue.d.ts +10 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +135 -98
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -1
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +161 -116
- package/components/dropdown/v4/index.d.ts +402 -87
- package/components/dropdown/v4/index.js +6 -3
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +3 -3
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +8 -9
- package/components/icon/v4/consts.d.ts +1 -1
- package/components/icon/v4/consts.js +1 -1
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +24 -22
- package/components/inlineCopy/index.d.ts +9 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +12 -12
- package/components/multibar/MultiBarMenu.vue2.js +3 -2
- package/components/popover/v4/PopoverV4.vue.d.ts +14 -2
- package/components/popover/v4/PopoverV4.vue.js +4 -3
- package/components/popover/v4/PopoverV4.vue2.js +40 -24
- package/components/popover/v4/index.d.ts +55 -11
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
- package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
- package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
- package/components/sortableList/SortableList.vue.d.ts +1 -1
- package/components/sortableList/index.d.ts +4 -4
- package/components/table/common/Table.common.js +69 -71
- package/components/table/common/Table.types.d.ts +1 -1
- package/components/table/v3/Table.vue.d.ts +1 -1
- package/components/table/v3/index.d.ts +5 -5
- package/components/table/v4/DataGrid.vue.d.ts +6 -1
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +124 -117
- package/components/table/v4/DataGridMenu.vue2.js +3 -2
- package/components/table/v4/index.d.ts +26 -7
- package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
- package/components/tooltip/v4/index.d.ts +39 -1
- package/design-foundation.stories/icons/iconsData.d.ts +1 -1
- package/index.d.ts +1234 -240
- package/mocks/options.d.ts +48 -2
- package/mocks/words.d.ts +1 -1
- package/package.json +2 -1
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +0 -1
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_991a7aad_lang.css +0 -1
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_39061862_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
- package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_6ac5f602_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -28,8 +28,10 @@ declare const _default: {
|
|
|
28
28
|
placement: import("floating-vue").Placement;
|
|
29
29
|
disabled: boolean;
|
|
30
30
|
distance: number;
|
|
31
|
-
|
|
31
|
+
container: string;
|
|
32
32
|
autoHide: boolean;
|
|
33
|
+
popperClass: string;
|
|
34
|
+
isOpen: boolean;
|
|
33
35
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
34
36
|
skidding: number;
|
|
35
37
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -49,7 +51,7 @@ declare const _default: {
|
|
|
49
51
|
type: import("vue").PropType<number>;
|
|
50
52
|
default: number;
|
|
51
53
|
};
|
|
52
|
-
|
|
54
|
+
container: {
|
|
53
55
|
type: import("vue").PropType<string>;
|
|
54
56
|
default: string;
|
|
55
57
|
};
|
|
@@ -57,6 +59,14 @@ declare const _default: {
|
|
|
57
59
|
type: import("vue").PropType<boolean>;
|
|
58
60
|
default: boolean;
|
|
59
61
|
};
|
|
62
|
+
popperClass: {
|
|
63
|
+
type: import("vue").PropType<string>;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
isOpen: {
|
|
67
|
+
type: import("vue").PropType<boolean>;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
60
70
|
trigger: {
|
|
61
71
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
62
72
|
default: string;
|
|
@@ -67,7 +77,7 @@ declare const _default: {
|
|
|
67
77
|
};
|
|
68
78
|
}>> & {
|
|
69
79
|
onIsOpen?: (value: boolean) => any;
|
|
70
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "
|
|
80
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
71
81
|
$attrs: {
|
|
72
82
|
[x: string]: unknown;
|
|
73
83
|
};
|
|
@@ -98,7 +108,7 @@ declare const _default: {
|
|
|
98
108
|
type: import("vue").PropType<number>;
|
|
99
109
|
default: number;
|
|
100
110
|
};
|
|
101
|
-
|
|
111
|
+
container: {
|
|
102
112
|
type: import("vue").PropType<string>;
|
|
103
113
|
default: string;
|
|
104
114
|
};
|
|
@@ -106,6 +116,14 @@ declare const _default: {
|
|
|
106
116
|
type: import("vue").PropType<boolean>;
|
|
107
117
|
default: boolean;
|
|
108
118
|
};
|
|
119
|
+
popperClass: {
|
|
120
|
+
type: import("vue").PropType<string>;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
isOpen: {
|
|
124
|
+
type: import("vue").PropType<boolean>;
|
|
125
|
+
default: boolean;
|
|
126
|
+
};
|
|
109
127
|
trigger: {
|
|
110
128
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
111
129
|
default: string;
|
|
@@ -116,15 +134,19 @@ declare const _default: {
|
|
|
116
134
|
};
|
|
117
135
|
}>> & {
|
|
118
136
|
onIsOpen?: (value: boolean) => any;
|
|
119
|
-
}, {
|
|
137
|
+
}, {
|
|
138
|
+
toggle: (value?: boolean) => boolean;
|
|
139
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
120
140
|
isOpen: (value: boolean) => void;
|
|
121
141
|
}, string, {
|
|
122
142
|
testId: string;
|
|
123
143
|
placement: import("floating-vue").Placement;
|
|
124
144
|
disabled: boolean;
|
|
125
145
|
distance: number;
|
|
126
|
-
|
|
146
|
+
container: string;
|
|
127
147
|
autoHide: boolean;
|
|
148
|
+
popperClass: string;
|
|
149
|
+
isOpen: boolean;
|
|
128
150
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
129
151
|
skidding: number;
|
|
130
152
|
}, {}, string> & {
|
|
@@ -164,7 +186,7 @@ declare const _default: {
|
|
|
164
186
|
type: import("vue").PropType<number>;
|
|
165
187
|
default: number;
|
|
166
188
|
};
|
|
167
|
-
|
|
189
|
+
container: {
|
|
168
190
|
type: import("vue").PropType<string>;
|
|
169
191
|
default: string;
|
|
170
192
|
};
|
|
@@ -172,6 +194,14 @@ declare const _default: {
|
|
|
172
194
|
type: import("vue").PropType<boolean>;
|
|
173
195
|
default: boolean;
|
|
174
196
|
};
|
|
197
|
+
popperClass: {
|
|
198
|
+
type: import("vue").PropType<string>;
|
|
199
|
+
default: string;
|
|
200
|
+
};
|
|
201
|
+
isOpen: {
|
|
202
|
+
type: import("vue").PropType<boolean>;
|
|
203
|
+
default: boolean;
|
|
204
|
+
};
|
|
175
205
|
trigger: {
|
|
176
206
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
177
207
|
default: string;
|
|
@@ -182,7 +212,9 @@ declare const _default: {
|
|
|
182
212
|
};
|
|
183
213
|
}>> & {
|
|
184
214
|
onIsOpen?: (value: boolean) => any;
|
|
185
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
215
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
216
|
+
toggle: (value?: boolean) => boolean;
|
|
217
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
186
218
|
__isFragment?: never;
|
|
187
219
|
__isTeleport?: never;
|
|
188
220
|
__isSuspense?: never;
|
|
@@ -203,7 +235,7 @@ declare const _default: {
|
|
|
203
235
|
type: import("vue").PropType<number>;
|
|
204
236
|
default: number;
|
|
205
237
|
};
|
|
206
|
-
|
|
238
|
+
container: {
|
|
207
239
|
type: import("vue").PropType<string>;
|
|
208
240
|
default: string;
|
|
209
241
|
};
|
|
@@ -211,6 +243,14 @@ declare const _default: {
|
|
|
211
243
|
type: import("vue").PropType<boolean>;
|
|
212
244
|
default: boolean;
|
|
213
245
|
};
|
|
246
|
+
popperClass: {
|
|
247
|
+
type: import("vue").PropType<string>;
|
|
248
|
+
default: string;
|
|
249
|
+
};
|
|
250
|
+
isOpen: {
|
|
251
|
+
type: import("vue").PropType<boolean>;
|
|
252
|
+
default: boolean;
|
|
253
|
+
};
|
|
214
254
|
trigger: {
|
|
215
255
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
216
256
|
default: string;
|
|
@@ -221,15 +261,19 @@ declare const _default: {
|
|
|
221
261
|
};
|
|
222
262
|
}>> & {
|
|
223
263
|
onIsOpen?: (value: boolean) => any;
|
|
224
|
-
}, {
|
|
264
|
+
}, {
|
|
265
|
+
toggle: (value?: boolean) => boolean;
|
|
266
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
225
267
|
isOpen: (value: boolean) => void;
|
|
226
268
|
}, string, {
|
|
227
269
|
testId: string;
|
|
228
270
|
placement: import("floating-vue").Placement;
|
|
229
271
|
disabled: boolean;
|
|
230
272
|
distance: number;
|
|
231
|
-
|
|
273
|
+
container: string;
|
|
232
274
|
autoHide: boolean;
|
|
275
|
+
popperClass: string;
|
|
276
|
+
isOpen: boolean;
|
|
233
277
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
234
278
|
skidding: number;
|
|
235
279
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -247,8 +291,10 @@ declare const _default: {
|
|
|
247
291
|
placement: import("floating-vue").Placement;
|
|
248
292
|
disabled: boolean;
|
|
249
293
|
distance: number;
|
|
250
|
-
|
|
294
|
+
container: string;
|
|
251
295
|
autoHide: boolean;
|
|
296
|
+
popperClass: string;
|
|
297
|
+
isOpen: boolean;
|
|
252
298
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
253
299
|
skidding: number;
|
|
254
300
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -268,7 +314,7 @@ declare const _default: {
|
|
|
268
314
|
type: import("vue").PropType<number>;
|
|
269
315
|
default: number;
|
|
270
316
|
};
|
|
271
|
-
|
|
317
|
+
container: {
|
|
272
318
|
type: import("vue").PropType<string>;
|
|
273
319
|
default: string;
|
|
274
320
|
};
|
|
@@ -276,6 +322,14 @@ declare const _default: {
|
|
|
276
322
|
type: import("vue").PropType<boolean>;
|
|
277
323
|
default: boolean;
|
|
278
324
|
};
|
|
325
|
+
popperClass: {
|
|
326
|
+
type: import("vue").PropType<string>;
|
|
327
|
+
default: string;
|
|
328
|
+
};
|
|
329
|
+
isOpen: {
|
|
330
|
+
type: import("vue").PropType<boolean>;
|
|
331
|
+
default: boolean;
|
|
332
|
+
};
|
|
279
333
|
trigger: {
|
|
280
334
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
281
335
|
default: string;
|
|
@@ -286,7 +340,7 @@ declare const _default: {
|
|
|
286
340
|
};
|
|
287
341
|
}>> & {
|
|
288
342
|
onIsOpen?: (value: boolean) => any;
|
|
289
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "
|
|
343
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
290
344
|
$attrs: {
|
|
291
345
|
[x: string]: unknown;
|
|
292
346
|
};
|
|
@@ -317,7 +371,7 @@ declare const _default: {
|
|
|
317
371
|
type: import("vue").PropType<number>;
|
|
318
372
|
default: number;
|
|
319
373
|
};
|
|
320
|
-
|
|
374
|
+
container: {
|
|
321
375
|
type: import("vue").PropType<string>;
|
|
322
376
|
default: string;
|
|
323
377
|
};
|
|
@@ -325,6 +379,14 @@ declare const _default: {
|
|
|
325
379
|
type: import("vue").PropType<boolean>;
|
|
326
380
|
default: boolean;
|
|
327
381
|
};
|
|
382
|
+
popperClass: {
|
|
383
|
+
type: import("vue").PropType<string>;
|
|
384
|
+
default: string;
|
|
385
|
+
};
|
|
386
|
+
isOpen: {
|
|
387
|
+
type: import("vue").PropType<boolean>;
|
|
388
|
+
default: boolean;
|
|
389
|
+
};
|
|
328
390
|
trigger: {
|
|
329
391
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
330
392
|
default: string;
|
|
@@ -335,15 +397,19 @@ declare const _default: {
|
|
|
335
397
|
};
|
|
336
398
|
}>> & {
|
|
337
399
|
onIsOpen?: (value: boolean) => any;
|
|
338
|
-
}, {
|
|
400
|
+
}, {
|
|
401
|
+
toggle: (value?: boolean) => boolean;
|
|
402
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
339
403
|
isOpen: (value: boolean) => void;
|
|
340
404
|
}, string, {
|
|
341
405
|
testId: string;
|
|
342
406
|
placement: import("floating-vue").Placement;
|
|
343
407
|
disabled: boolean;
|
|
344
408
|
distance: number;
|
|
345
|
-
|
|
409
|
+
container: string;
|
|
346
410
|
autoHide: boolean;
|
|
411
|
+
popperClass: string;
|
|
412
|
+
isOpen: boolean;
|
|
347
413
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
348
414
|
skidding: number;
|
|
349
415
|
}, {}, string> & {
|
|
@@ -383,7 +449,7 @@ declare const _default: {
|
|
|
383
449
|
type: import("vue").PropType<number>;
|
|
384
450
|
default: number;
|
|
385
451
|
};
|
|
386
|
-
|
|
452
|
+
container: {
|
|
387
453
|
type: import("vue").PropType<string>;
|
|
388
454
|
default: string;
|
|
389
455
|
};
|
|
@@ -391,6 +457,14 @@ declare const _default: {
|
|
|
391
457
|
type: import("vue").PropType<boolean>;
|
|
392
458
|
default: boolean;
|
|
393
459
|
};
|
|
460
|
+
popperClass: {
|
|
461
|
+
type: import("vue").PropType<string>;
|
|
462
|
+
default: string;
|
|
463
|
+
};
|
|
464
|
+
isOpen: {
|
|
465
|
+
type: import("vue").PropType<boolean>;
|
|
466
|
+
default: boolean;
|
|
467
|
+
};
|
|
394
468
|
trigger: {
|
|
395
469
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
396
470
|
default: string;
|
|
@@ -401,7 +475,9 @@ declare const _default: {
|
|
|
401
475
|
};
|
|
402
476
|
}>> & {
|
|
403
477
|
onIsOpen?: (value: boolean) => any;
|
|
404
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
478
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
479
|
+
toggle: (value?: boolean) => boolean;
|
|
480
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
405
481
|
__isFragment?: never;
|
|
406
482
|
__isTeleport?: never;
|
|
407
483
|
__isSuspense?: never;
|
|
@@ -422,7 +498,7 @@ declare const _default: {
|
|
|
422
498
|
type: import("vue").PropType<number>;
|
|
423
499
|
default: number;
|
|
424
500
|
};
|
|
425
|
-
|
|
501
|
+
container: {
|
|
426
502
|
type: import("vue").PropType<string>;
|
|
427
503
|
default: string;
|
|
428
504
|
};
|
|
@@ -430,6 +506,14 @@ declare const _default: {
|
|
|
430
506
|
type: import("vue").PropType<boolean>;
|
|
431
507
|
default: boolean;
|
|
432
508
|
};
|
|
509
|
+
popperClass: {
|
|
510
|
+
type: import("vue").PropType<string>;
|
|
511
|
+
default: string;
|
|
512
|
+
};
|
|
513
|
+
isOpen: {
|
|
514
|
+
type: import("vue").PropType<boolean>;
|
|
515
|
+
default: boolean;
|
|
516
|
+
};
|
|
433
517
|
trigger: {
|
|
434
518
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
435
519
|
default: string;
|
|
@@ -440,15 +524,19 @@ declare const _default: {
|
|
|
440
524
|
};
|
|
441
525
|
}>> & {
|
|
442
526
|
onIsOpen?: (value: boolean) => any;
|
|
443
|
-
}, {
|
|
527
|
+
}, {
|
|
528
|
+
toggle: (value?: boolean) => boolean;
|
|
529
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
444
530
|
isOpen: (value: boolean) => void;
|
|
445
531
|
}, string, {
|
|
446
532
|
testId: string;
|
|
447
533
|
placement: import("floating-vue").Placement;
|
|
448
534
|
disabled: boolean;
|
|
449
535
|
distance: number;
|
|
450
|
-
|
|
536
|
+
container: string;
|
|
451
537
|
autoHide: boolean;
|
|
538
|
+
popperClass: string;
|
|
539
|
+
isOpen: boolean;
|
|
452
540
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
453
541
|
skidding: number;
|
|
454
542
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -1707,6 +1795,7 @@ declare const _default: {
|
|
|
1707
1795
|
default: string;
|
|
1708
1796
|
};
|
|
1709
1797
|
}>> & {
|
|
1798
|
+
onClearSearch?: () => any;
|
|
1710
1799
|
onSortableItemDragged?: (event: {
|
|
1711
1800
|
id: string;
|
|
1712
1801
|
newIndex: number;
|
|
@@ -1716,7 +1805,6 @@ declare const _default: {
|
|
|
1716
1805
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1717
1806
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1718
1807
|
"onUpdate:search"?: (query: string) => any;
|
|
1719
|
-
onClearSearch?: () => any;
|
|
1720
1808
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
1721
1809
|
$attrs: {
|
|
1722
1810
|
[x: string]: unknown;
|
|
@@ -1790,6 +1878,7 @@ declare const _default: {
|
|
|
1790
1878
|
default: string;
|
|
1791
1879
|
};
|
|
1792
1880
|
}>> & {
|
|
1881
|
+
onClearSearch?: () => any;
|
|
1793
1882
|
onSortableItemDragged?: (event: {
|
|
1794
1883
|
id: string;
|
|
1795
1884
|
newIndex: number;
|
|
@@ -1799,7 +1888,6 @@ declare const _default: {
|
|
|
1799
1888
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1800
1889
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1801
1890
|
"onUpdate:search"?: (query: string) => any;
|
|
1802
|
-
onClearSearch?: () => any;
|
|
1803
1891
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1804
1892
|
sortableItemDragged: (event: {
|
|
1805
1893
|
id: string;
|
|
@@ -1901,6 +1989,7 @@ declare const _default: {
|
|
|
1901
1989
|
default: string;
|
|
1902
1990
|
};
|
|
1903
1991
|
}>> & {
|
|
1992
|
+
onClearSearch?: () => any;
|
|
1904
1993
|
onSortableItemDragged?: (event: {
|
|
1905
1994
|
id: string;
|
|
1906
1995
|
newIndex: number;
|
|
@@ -1910,7 +1999,6 @@ declare const _default: {
|
|
|
1910
1999
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1911
2000
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1912
2001
|
"onUpdate:search"?: (query: string) => any;
|
|
1913
|
-
onClearSearch?: () => any;
|
|
1914
2002
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
1915
2003
|
__isFragment?: never;
|
|
1916
2004
|
__isTeleport?: never;
|
|
@@ -1971,6 +2059,7 @@ declare const _default: {
|
|
|
1971
2059
|
default: string;
|
|
1972
2060
|
};
|
|
1973
2061
|
}>> & {
|
|
2062
|
+
onClearSearch?: () => any;
|
|
1974
2063
|
onSortableItemDragged?: (event: {
|
|
1975
2064
|
id: string;
|
|
1976
2065
|
newIndex: number;
|
|
@@ -1980,7 +2069,6 @@ declare const _default: {
|
|
|
1980
2069
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1981
2070
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1982
2071
|
"onUpdate:search"?: (query: string) => any;
|
|
1983
|
-
onClearSearch?: () => any;
|
|
1984
2072
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1985
2073
|
sortableItemDragged: (event: {
|
|
1986
2074
|
id: string;
|
|
@@ -2089,6 +2177,7 @@ declare const _default: {
|
|
|
2089
2177
|
default: string;
|
|
2090
2178
|
};
|
|
2091
2179
|
}>> & {
|
|
2180
|
+
onClearSearch?: () => any;
|
|
2092
2181
|
onSortableItemDragged?: (event: {
|
|
2093
2182
|
id: string;
|
|
2094
2183
|
newIndex: number;
|
|
@@ -2098,7 +2187,6 @@ declare const _default: {
|
|
|
2098
2187
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2099
2188
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2100
2189
|
"onUpdate:search"?: (query: string) => any;
|
|
2101
|
-
onClearSearch?: () => any;
|
|
2102
2190
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
2103
2191
|
$attrs: {
|
|
2104
2192
|
[x: string]: unknown;
|
|
@@ -2172,6 +2260,7 @@ declare const _default: {
|
|
|
2172
2260
|
default: string;
|
|
2173
2261
|
};
|
|
2174
2262
|
}>> & {
|
|
2263
|
+
onClearSearch?: () => any;
|
|
2175
2264
|
onSortableItemDragged?: (event: {
|
|
2176
2265
|
id: string;
|
|
2177
2266
|
newIndex: number;
|
|
@@ -2181,7 +2270,6 @@ declare const _default: {
|
|
|
2181
2270
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2182
2271
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2183
2272
|
"onUpdate:search"?: (query: string) => any;
|
|
2184
|
-
onClearSearch?: () => any;
|
|
2185
2273
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2186
2274
|
sortableItemDragged: (event: {
|
|
2187
2275
|
id: string;
|
|
@@ -2283,6 +2371,7 @@ declare const _default: {
|
|
|
2283
2371
|
default: string;
|
|
2284
2372
|
};
|
|
2285
2373
|
}>> & {
|
|
2374
|
+
onClearSearch?: () => any;
|
|
2286
2375
|
onSortableItemDragged?: (event: {
|
|
2287
2376
|
id: string;
|
|
2288
2377
|
newIndex: number;
|
|
@@ -2292,7 +2381,6 @@ declare const _default: {
|
|
|
2292
2381
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2293
2382
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2294
2383
|
"onUpdate:search"?: (query: string) => any;
|
|
2295
|
-
onClearSearch?: () => any;
|
|
2296
2384
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
2297
2385
|
__isFragment?: never;
|
|
2298
2386
|
__isTeleport?: never;
|
|
@@ -2353,6 +2441,7 @@ declare const _default: {
|
|
|
2353
2441
|
default: string;
|
|
2354
2442
|
};
|
|
2355
2443
|
}>> & {
|
|
2444
|
+
onClearSearch?: () => any;
|
|
2356
2445
|
onSortableItemDragged?: (event: {
|
|
2357
2446
|
id: string;
|
|
2358
2447
|
newIndex: number;
|
|
@@ -2362,7 +2451,6 @@ declare const _default: {
|
|
|
2362
2451
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2363
2452
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2364
2453
|
"onUpdate:search"?: (query: string) => any;
|
|
2365
|
-
onClearSearch?: () => any;
|
|
2366
2454
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2367
2455
|
sortableItemDragged: (event: {
|
|
2368
2456
|
id: string;
|
|
@@ -2464,6 +2552,10 @@ declare const _default: {
|
|
|
2464
2552
|
type: import("vue").PropType<string>;
|
|
2465
2553
|
default: string;
|
|
2466
2554
|
};
|
|
2555
|
+
valueToCopy: {
|
|
2556
|
+
type: import("vue").PropType<string>;
|
|
2557
|
+
default: string;
|
|
2558
|
+
};
|
|
2467
2559
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2468
2560
|
copy: () => void;
|
|
2469
2561
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2503,6 +2595,10 @@ declare const _default: {
|
|
|
2503
2595
|
type: import("vue").PropType<string>;
|
|
2504
2596
|
default: string;
|
|
2505
2597
|
};
|
|
2598
|
+
valueToCopy: {
|
|
2599
|
+
type: import("vue").PropType<string>;
|
|
2600
|
+
default: string;
|
|
2601
|
+
};
|
|
2506
2602
|
}>> & {
|
|
2507
2603
|
onCopy?: () => any;
|
|
2508
2604
|
}, {
|
|
@@ -2514,6 +2610,7 @@ declare const _default: {
|
|
|
2514
2610
|
hideTextValue: boolean;
|
|
2515
2611
|
iconSize: string;
|
|
2516
2612
|
tooltipHeader: string;
|
|
2613
|
+
valueToCopy: string;
|
|
2517
2614
|
}>;
|
|
2518
2615
|
InlineCopyTypes: () => import("vue").DefineComponent<{
|
|
2519
2616
|
text: {
|
|
@@ -2552,6 +2649,10 @@ declare const _default: {
|
|
|
2552
2649
|
type: import("vue").PropType<string>;
|
|
2553
2650
|
default: string;
|
|
2554
2651
|
};
|
|
2652
|
+
valueToCopy: {
|
|
2653
|
+
type: import("vue").PropType<string>;
|
|
2654
|
+
default: string;
|
|
2655
|
+
};
|
|
2555
2656
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2556
2657
|
copy: () => void;
|
|
2557
2658
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2591,6 +2692,10 @@ declare const _default: {
|
|
|
2591
2692
|
type: import("vue").PropType<string>;
|
|
2592
2693
|
default: string;
|
|
2593
2694
|
};
|
|
2695
|
+
valueToCopy: {
|
|
2696
|
+
type: import("vue").PropType<string>;
|
|
2697
|
+
default: string;
|
|
2698
|
+
};
|
|
2594
2699
|
}>> & {
|
|
2595
2700
|
onCopy?: () => any;
|
|
2596
2701
|
}, {
|
|
@@ -2602,6 +2707,7 @@ declare const _default: {
|
|
|
2602
2707
|
hideTextValue: boolean;
|
|
2603
2708
|
iconSize: string;
|
|
2604
2709
|
tooltipHeader: string;
|
|
2710
|
+
valueToCopy: string;
|
|
2605
2711
|
}>[];
|
|
2606
2712
|
AppHeader: import("vue").DefineComponent<{
|
|
2607
2713
|
name: {
|
|
@@ -5526,6 +5632,7 @@ declare const _default: {
|
|
|
5526
5632
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5527
5633
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5528
5634
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5635
|
+
isSelectionSticky: boolean;
|
|
5529
5636
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5530
5637
|
zIndexBase: number;
|
|
5531
5638
|
rowCustomClassKey: string;
|
|
@@ -5627,6 +5734,10 @@ declare const _default: {
|
|
|
5627
5734
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5628
5735
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
5629
5736
|
};
|
|
5737
|
+
isSelectionSticky: {
|
|
5738
|
+
type: import("vue").PropType<boolean>;
|
|
5739
|
+
default: boolean;
|
|
5740
|
+
};
|
|
5630
5741
|
emptyStateVariant: {
|
|
5631
5742
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5632
5743
|
default: any;
|
|
@@ -5645,16 +5756,16 @@ declare const _default: {
|
|
|
5645
5756
|
};
|
|
5646
5757
|
}>> & {
|
|
5647
5758
|
onSelectAll?: (value: boolean) => any;
|
|
5759
|
+
onLoadMore?: () => any;
|
|
5648
5760
|
"onUpdate:search"?: (query: string) => any;
|
|
5649
5761
|
onOnScroll?: (event: Event) => any;
|
|
5650
5762
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
5651
5763
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
5652
|
-
onLoadMore?: () => any;
|
|
5653
5764
|
onOnClearSearch?: () => any;
|
|
5654
5765
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5655
5766
|
onSelectRow?: (value: boolean) => any;
|
|
5656
5767
|
onClickRow?: (rowIndex: number) => any;
|
|
5657
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
5768
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "isSelectionSticky" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
5658
5769
|
$attrs: {
|
|
5659
5770
|
[x: string]: unknown;
|
|
5660
5771
|
};
|
|
@@ -5666,7 +5777,7 @@ declare const _default: {
|
|
|
5666
5777
|
}>;
|
|
5667
5778
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5668
5779
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5669
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "
|
|
5780
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
|
|
5670
5781
|
$el: any;
|
|
5671
5782
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5672
5783
|
sort: {
|
|
@@ -5765,6 +5876,10 @@ declare const _default: {
|
|
|
5765
5876
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5766
5877
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
5767
5878
|
};
|
|
5879
|
+
isSelectionSticky: {
|
|
5880
|
+
type: import("vue").PropType<boolean>;
|
|
5881
|
+
default: boolean;
|
|
5882
|
+
};
|
|
5768
5883
|
emptyStateVariant: {
|
|
5769
5884
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5770
5885
|
default: any;
|
|
@@ -5783,11 +5898,11 @@ declare const _default: {
|
|
|
5783
5898
|
};
|
|
5784
5899
|
}>> & {
|
|
5785
5900
|
onSelectAll?: (value: boolean) => any;
|
|
5901
|
+
onLoadMore?: () => any;
|
|
5786
5902
|
"onUpdate:search"?: (query: string) => any;
|
|
5787
5903
|
onOnScroll?: (event: Event) => any;
|
|
5788
5904
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
5789
5905
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
5790
|
-
onLoadMore?: () => any;
|
|
5791
5906
|
onOnClearSearch?: () => any;
|
|
5792
5907
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5793
5908
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -5828,6 +5943,7 @@ declare const _default: {
|
|
|
5828
5943
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5829
5944
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5830
5945
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5946
|
+
isSelectionSticky: boolean;
|
|
5831
5947
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5832
5948
|
zIndexBase: number;
|
|
5833
5949
|
rowCustomClassKey: string;
|
|
@@ -5949,6 +6065,10 @@ declare const _default: {
|
|
|
5949
6065
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5950
6066
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
5951
6067
|
};
|
|
6068
|
+
isSelectionSticky: {
|
|
6069
|
+
type: import("vue").PropType<boolean>;
|
|
6070
|
+
default: boolean;
|
|
6071
|
+
};
|
|
5952
6072
|
emptyStateVariant: {
|
|
5953
6073
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5954
6074
|
default: any;
|
|
@@ -5967,11 +6087,11 @@ declare const _default: {
|
|
|
5967
6087
|
};
|
|
5968
6088
|
}>> & {
|
|
5969
6089
|
onSelectAll?: (value: boolean) => any;
|
|
6090
|
+
onLoadMore?: () => any;
|
|
5970
6091
|
"onUpdate:search"?: (query: string) => any;
|
|
5971
6092
|
onOnScroll?: (event: Event) => any;
|
|
5972
6093
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
5973
6094
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
5974
|
-
onLoadMore?: () => any;
|
|
5975
6095
|
onOnClearSearch?: () => any;
|
|
5976
6096
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5977
6097
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6079,6 +6199,10 @@ declare const _default: {
|
|
|
6079
6199
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6080
6200
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6081
6201
|
};
|
|
6202
|
+
isSelectionSticky: {
|
|
6203
|
+
type: import("vue").PropType<boolean>;
|
|
6204
|
+
default: boolean;
|
|
6205
|
+
};
|
|
6082
6206
|
emptyStateVariant: {
|
|
6083
6207
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6084
6208
|
default: any;
|
|
@@ -6097,11 +6221,11 @@ declare const _default: {
|
|
|
6097
6221
|
};
|
|
6098
6222
|
}>> & {
|
|
6099
6223
|
onSelectAll?: (value: boolean) => any;
|
|
6224
|
+
onLoadMore?: () => any;
|
|
6100
6225
|
"onUpdate:search"?: (query: string) => any;
|
|
6101
6226
|
onOnScroll?: (event: Event) => any;
|
|
6102
6227
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6103
6228
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6104
|
-
onLoadMore?: () => any;
|
|
6105
6229
|
onOnClearSearch?: () => any;
|
|
6106
6230
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6107
6231
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6142,6 +6266,7 @@ declare const _default: {
|
|
|
6142
6266
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6143
6267
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6144
6268
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6269
|
+
isSelectionSticky: boolean;
|
|
6145
6270
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6146
6271
|
zIndexBase: number;
|
|
6147
6272
|
rowCustomClassKey: string;
|
|
@@ -6295,6 +6420,7 @@ declare const _default: {
|
|
|
6295
6420
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6296
6421
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6297
6422
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6423
|
+
isSelectionSticky: boolean;
|
|
6298
6424
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6299
6425
|
zIndexBase: number;
|
|
6300
6426
|
rowCustomClassKey: string;
|
|
@@ -6396,6 +6522,10 @@ declare const _default: {
|
|
|
6396
6522
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6397
6523
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6398
6524
|
};
|
|
6525
|
+
isSelectionSticky: {
|
|
6526
|
+
type: import("vue").PropType<boolean>;
|
|
6527
|
+
default: boolean;
|
|
6528
|
+
};
|
|
6399
6529
|
emptyStateVariant: {
|
|
6400
6530
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6401
6531
|
default: any;
|
|
@@ -6414,16 +6544,16 @@ declare const _default: {
|
|
|
6414
6544
|
};
|
|
6415
6545
|
}>> & {
|
|
6416
6546
|
onSelectAll?: (value: boolean) => any;
|
|
6547
|
+
onLoadMore?: () => any;
|
|
6417
6548
|
"onUpdate:search"?: (query: string) => any;
|
|
6418
6549
|
onOnScroll?: (event: Event) => any;
|
|
6419
6550
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6420
6551
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6421
|
-
onLoadMore?: () => any;
|
|
6422
6552
|
onOnClearSearch?: () => any;
|
|
6423
6553
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6424
6554
|
onSelectRow?: (value: boolean) => any;
|
|
6425
6555
|
onClickRow?: (rowIndex: number) => any;
|
|
6426
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
6556
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "isSelectionSticky" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
6427
6557
|
$attrs: {
|
|
6428
6558
|
[x: string]: unknown;
|
|
6429
6559
|
};
|
|
@@ -6435,7 +6565,7 @@ declare const _default: {
|
|
|
6435
6565
|
}>;
|
|
6436
6566
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6437
6567
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6438
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "
|
|
6568
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
|
|
6439
6569
|
$el: any;
|
|
6440
6570
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6441
6571
|
sort: {
|
|
@@ -6534,6 +6664,10 @@ declare const _default: {
|
|
|
6534
6664
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6535
6665
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6536
6666
|
};
|
|
6667
|
+
isSelectionSticky: {
|
|
6668
|
+
type: import("vue").PropType<boolean>;
|
|
6669
|
+
default: boolean;
|
|
6670
|
+
};
|
|
6537
6671
|
emptyStateVariant: {
|
|
6538
6672
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6539
6673
|
default: any;
|
|
@@ -6552,11 +6686,11 @@ declare const _default: {
|
|
|
6552
6686
|
};
|
|
6553
6687
|
}>> & {
|
|
6554
6688
|
onSelectAll?: (value: boolean) => any;
|
|
6689
|
+
onLoadMore?: () => any;
|
|
6555
6690
|
"onUpdate:search"?: (query: string) => any;
|
|
6556
6691
|
onOnScroll?: (event: Event) => any;
|
|
6557
6692
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6558
6693
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6559
|
-
onLoadMore?: () => any;
|
|
6560
6694
|
onOnClearSearch?: () => any;
|
|
6561
6695
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6562
6696
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6597,6 +6731,7 @@ declare const _default: {
|
|
|
6597
6731
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6598
6732
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6599
6733
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6734
|
+
isSelectionSticky: boolean;
|
|
6600
6735
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6601
6736
|
zIndexBase: number;
|
|
6602
6737
|
rowCustomClassKey: string;
|
|
@@ -6718,6 +6853,10 @@ declare const _default: {
|
|
|
6718
6853
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6719
6854
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6720
6855
|
};
|
|
6856
|
+
isSelectionSticky: {
|
|
6857
|
+
type: import("vue").PropType<boolean>;
|
|
6858
|
+
default: boolean;
|
|
6859
|
+
};
|
|
6721
6860
|
emptyStateVariant: {
|
|
6722
6861
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6723
6862
|
default: any;
|
|
@@ -6736,11 +6875,11 @@ declare const _default: {
|
|
|
6736
6875
|
};
|
|
6737
6876
|
}>> & {
|
|
6738
6877
|
onSelectAll?: (value: boolean) => any;
|
|
6878
|
+
onLoadMore?: () => any;
|
|
6739
6879
|
"onUpdate:search"?: (query: string) => any;
|
|
6740
6880
|
onOnScroll?: (event: Event) => any;
|
|
6741
6881
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6742
6882
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6743
|
-
onLoadMore?: () => any;
|
|
6744
6883
|
onOnClearSearch?: () => any;
|
|
6745
6884
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6746
6885
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6848,6 +6987,10 @@ declare const _default: {
|
|
|
6848
6987
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6849
6988
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6850
6989
|
};
|
|
6990
|
+
isSelectionSticky: {
|
|
6991
|
+
type: import("vue").PropType<boolean>;
|
|
6992
|
+
default: boolean;
|
|
6993
|
+
};
|
|
6851
6994
|
emptyStateVariant: {
|
|
6852
6995
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6853
6996
|
default: any;
|
|
@@ -6866,11 +7009,11 @@ declare const _default: {
|
|
|
6866
7009
|
};
|
|
6867
7010
|
}>> & {
|
|
6868
7011
|
onSelectAll?: (value: boolean) => any;
|
|
7012
|
+
onLoadMore?: () => any;
|
|
6869
7013
|
"onUpdate:search"?: (query: string) => any;
|
|
6870
7014
|
onOnScroll?: (event: Event) => any;
|
|
6871
7015
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6872
7016
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6873
|
-
onLoadMore?: () => any;
|
|
6874
7017
|
onOnClearSearch?: () => any;
|
|
6875
7018
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6876
7019
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6911,6 +7054,7 @@ declare const _default: {
|
|
|
6911
7054
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6912
7055
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6913
7056
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
7057
|
+
isSelectionSticky: boolean;
|
|
6914
7058
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6915
7059
|
zIndexBase: number;
|
|
6916
7060
|
rowCustomClassKey: string;
|
|
@@ -7172,7 +7316,7 @@ declare const _default: {
|
|
|
7172
7316
|
}>;
|
|
7173
7317
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7174
7318
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7175
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "
|
|
7319
|
+
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
|
|
7176
7320
|
tableIndex: number;
|
|
7177
7321
|
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
7178
7322
|
$el: any;
|
|
@@ -7720,7 +7864,7 @@ declare const _default: {
|
|
|
7720
7864
|
}>;
|
|
7721
7865
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7722
7866
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7723
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "
|
|
7867
|
+
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
|
|
7724
7868
|
tableIndex: number;
|
|
7725
7869
|
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
7726
7870
|
$el: any;
|
|
@@ -8213,10 +8357,10 @@ declare const _default: {
|
|
|
8213
8357
|
default: any;
|
|
8214
8358
|
};
|
|
8215
8359
|
}>> & {
|
|
8360
|
+
onLoadMore?: () => any;
|
|
8216
8361
|
onOnScroll?: (event: Event) => any;
|
|
8217
8362
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8218
8363
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8219
|
-
onLoadMore?: () => any;
|
|
8220
8364
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
8221
8365
|
$attrs: {
|
|
8222
8366
|
[x: string]: unknown;
|
|
@@ -8229,7 +8373,7 @@ declare const _default: {
|
|
|
8229
8373
|
}>;
|
|
8230
8374
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8231
8375
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8232
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void)
|
|
8376
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "loadMore") => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void);
|
|
8233
8377
|
$el: any;
|
|
8234
8378
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8235
8379
|
sort: {
|
|
@@ -8297,10 +8441,10 @@ declare const _default: {
|
|
|
8297
8441
|
default: any;
|
|
8298
8442
|
};
|
|
8299
8443
|
}>> & {
|
|
8444
|
+
onLoadMore?: () => any;
|
|
8300
8445
|
onOnScroll?: (event: Event) => any;
|
|
8301
8446
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8302
8447
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8303
|
-
onLoadMore?: () => any;
|
|
8304
8448
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8305
8449
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8306
8450
|
onScroll: (event: Event) => void;
|
|
@@ -8405,10 +8549,10 @@ declare const _default: {
|
|
|
8405
8549
|
default: any;
|
|
8406
8550
|
};
|
|
8407
8551
|
}>> & {
|
|
8552
|
+
onLoadMore?: () => any;
|
|
8408
8553
|
onOnScroll?: (event: Event) => any;
|
|
8409
8554
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8410
8555
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8411
|
-
onLoadMore?: () => any;
|
|
8412
8556
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
8413
8557
|
__isFragment?: never;
|
|
8414
8558
|
__isTeleport?: never;
|
|
@@ -8479,10 +8623,10 @@ declare const _default: {
|
|
|
8479
8623
|
default: any;
|
|
8480
8624
|
};
|
|
8481
8625
|
}>> & {
|
|
8626
|
+
onLoadMore?: () => any;
|
|
8482
8627
|
onOnScroll?: (event: Event) => any;
|
|
8483
8628
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8484
8629
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8485
|
-
onLoadMore?: () => any;
|
|
8486
8630
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8487
8631
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8488
8632
|
onScroll: (event: Event) => void;
|
|
@@ -8606,10 +8750,10 @@ declare const _default: {
|
|
|
8606
8750
|
default: any;
|
|
8607
8751
|
};
|
|
8608
8752
|
}>> & {
|
|
8753
|
+
onLoadMore?: () => any;
|
|
8609
8754
|
onOnScroll?: (event: Event) => any;
|
|
8610
8755
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8611
8756
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8612
|
-
onLoadMore?: () => any;
|
|
8613
8757
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
8614
8758
|
$attrs: {
|
|
8615
8759
|
[x: string]: unknown;
|
|
@@ -8622,7 +8766,7 @@ declare const _default: {
|
|
|
8622
8766
|
}>;
|
|
8623
8767
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8624
8768
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8625
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void)
|
|
8769
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "loadMore") => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void);
|
|
8626
8770
|
$el: any;
|
|
8627
8771
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8628
8772
|
sort: {
|
|
@@ -8690,10 +8834,10 @@ declare const _default: {
|
|
|
8690
8834
|
default: any;
|
|
8691
8835
|
};
|
|
8692
8836
|
}>> & {
|
|
8837
|
+
onLoadMore?: () => any;
|
|
8693
8838
|
onOnScroll?: (event: Event) => any;
|
|
8694
8839
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8695
8840
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8696
|
-
onLoadMore?: () => any;
|
|
8697
8841
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8698
8842
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8699
8843
|
onScroll: (event: Event) => void;
|
|
@@ -8798,10 +8942,10 @@ declare const _default: {
|
|
|
8798
8942
|
default: any;
|
|
8799
8943
|
};
|
|
8800
8944
|
}>> & {
|
|
8945
|
+
onLoadMore?: () => any;
|
|
8801
8946
|
onOnScroll?: (event: Event) => any;
|
|
8802
8947
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8803
8948
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8804
|
-
onLoadMore?: () => any;
|
|
8805
8949
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
8806
8950
|
__isFragment?: never;
|
|
8807
8951
|
__isTeleport?: never;
|
|
@@ -8872,10 +9016,10 @@ declare const _default: {
|
|
|
8872
9016
|
default: any;
|
|
8873
9017
|
};
|
|
8874
9018
|
}>> & {
|
|
9019
|
+
onLoadMore?: () => any;
|
|
8875
9020
|
onOnScroll?: (event: Event) => any;
|
|
8876
9021
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8877
9022
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8878
|
-
onLoadMore?: () => any;
|
|
8879
9023
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8880
9024
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8881
9025
|
onScroll: (event: Event) => void;
|
|
@@ -9552,6 +9696,8 @@ declare const _default: {
|
|
|
9552
9696
|
disabled: boolean;
|
|
9553
9697
|
distance: string | number;
|
|
9554
9698
|
container: string;
|
|
9699
|
+
shown: boolean;
|
|
9700
|
+
autoHide: boolean;
|
|
9555
9701
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9556
9702
|
header: {
|
|
9557
9703
|
type: import("vue").PropType<string>;
|
|
@@ -9597,9 +9743,17 @@ declare const _default: {
|
|
|
9597
9743
|
type: import("vue").PropType<string>;
|
|
9598
9744
|
default: string;
|
|
9599
9745
|
};
|
|
9746
|
+
shown: {
|
|
9747
|
+
type: import("vue").PropType<boolean>;
|
|
9748
|
+
default: any;
|
|
9749
|
+
};
|
|
9750
|
+
autoHide: {
|
|
9751
|
+
type: import("vue").PropType<boolean>;
|
|
9752
|
+
default: boolean;
|
|
9753
|
+
};
|
|
9600
9754
|
}>> & {
|
|
9601
9755
|
onShow?: () => any;
|
|
9602
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
|
|
9756
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
|
|
9603
9757
|
$attrs: {
|
|
9604
9758
|
[x: string]: unknown;
|
|
9605
9759
|
};
|
|
@@ -9658,6 +9812,14 @@ declare const _default: {
|
|
|
9658
9812
|
type: import("vue").PropType<string>;
|
|
9659
9813
|
default: string;
|
|
9660
9814
|
};
|
|
9815
|
+
shown: {
|
|
9816
|
+
type: import("vue").PropType<boolean>;
|
|
9817
|
+
default: any;
|
|
9818
|
+
};
|
|
9819
|
+
autoHide: {
|
|
9820
|
+
type: import("vue").PropType<boolean>;
|
|
9821
|
+
default: boolean;
|
|
9822
|
+
};
|
|
9661
9823
|
}>> & {
|
|
9662
9824
|
onShow?: () => any;
|
|
9663
9825
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9674,6 +9836,8 @@ declare const _default: {
|
|
|
9674
9836
|
disabled: boolean;
|
|
9675
9837
|
distance: string | number;
|
|
9676
9838
|
container: string;
|
|
9839
|
+
shown: boolean;
|
|
9840
|
+
autoHide: boolean;
|
|
9677
9841
|
}, {}, string> & {
|
|
9678
9842
|
beforeCreate?: (() => void) | (() => void)[];
|
|
9679
9843
|
created?: (() => void) | (() => void)[];
|
|
@@ -9739,6 +9903,14 @@ declare const _default: {
|
|
|
9739
9903
|
type: import("vue").PropType<string>;
|
|
9740
9904
|
default: string;
|
|
9741
9905
|
};
|
|
9906
|
+
shown: {
|
|
9907
|
+
type: import("vue").PropType<boolean>;
|
|
9908
|
+
default: any;
|
|
9909
|
+
};
|
|
9910
|
+
autoHide: {
|
|
9911
|
+
type: import("vue").PropType<boolean>;
|
|
9912
|
+
default: boolean;
|
|
9913
|
+
};
|
|
9742
9914
|
}>> & {
|
|
9743
9915
|
onShow?: () => any;
|
|
9744
9916
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -9790,6 +9962,14 @@ declare const _default: {
|
|
|
9790
9962
|
type: import("vue").PropType<string>;
|
|
9791
9963
|
default: string;
|
|
9792
9964
|
};
|
|
9965
|
+
shown: {
|
|
9966
|
+
type: import("vue").PropType<boolean>;
|
|
9967
|
+
default: any;
|
|
9968
|
+
};
|
|
9969
|
+
autoHide: {
|
|
9970
|
+
type: import("vue").PropType<boolean>;
|
|
9971
|
+
default: boolean;
|
|
9972
|
+
};
|
|
9793
9973
|
}>> & {
|
|
9794
9974
|
onShow?: () => any;
|
|
9795
9975
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9806,6 +9986,8 @@ declare const _default: {
|
|
|
9806
9986
|
disabled: boolean;
|
|
9807
9987
|
distance: string | number;
|
|
9808
9988
|
container: string;
|
|
9989
|
+
shown: boolean;
|
|
9990
|
+
autoHide: boolean;
|
|
9809
9991
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
9810
9992
|
$slots: {
|
|
9811
9993
|
default?(_: {}): any;
|
|
@@ -9830,6 +10012,8 @@ declare const _default: {
|
|
|
9830
10012
|
disabled: boolean;
|
|
9831
10013
|
distance: string | number;
|
|
9832
10014
|
container: string;
|
|
10015
|
+
shown: boolean;
|
|
10016
|
+
autoHide: boolean;
|
|
9833
10017
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9834
10018
|
header: {
|
|
9835
10019
|
type: import("vue").PropType<string>;
|
|
@@ -9875,9 +10059,17 @@ declare const _default: {
|
|
|
9875
10059
|
type: import("vue").PropType<string>;
|
|
9876
10060
|
default: string;
|
|
9877
10061
|
};
|
|
10062
|
+
shown: {
|
|
10063
|
+
type: import("vue").PropType<boolean>;
|
|
10064
|
+
default: any;
|
|
10065
|
+
};
|
|
10066
|
+
autoHide: {
|
|
10067
|
+
type: import("vue").PropType<boolean>;
|
|
10068
|
+
default: boolean;
|
|
10069
|
+
};
|
|
9878
10070
|
}>> & {
|
|
9879
10071
|
onShow?: () => any;
|
|
9880
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
|
|
10072
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
|
|
9881
10073
|
$attrs: {
|
|
9882
10074
|
[x: string]: unknown;
|
|
9883
10075
|
};
|
|
@@ -9936,6 +10128,14 @@ declare const _default: {
|
|
|
9936
10128
|
type: import("vue").PropType<string>;
|
|
9937
10129
|
default: string;
|
|
9938
10130
|
};
|
|
10131
|
+
shown: {
|
|
10132
|
+
type: import("vue").PropType<boolean>;
|
|
10133
|
+
default: any;
|
|
10134
|
+
};
|
|
10135
|
+
autoHide: {
|
|
10136
|
+
type: import("vue").PropType<boolean>;
|
|
10137
|
+
default: boolean;
|
|
10138
|
+
};
|
|
9939
10139
|
}>> & {
|
|
9940
10140
|
onShow?: () => any;
|
|
9941
10141
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9952,6 +10152,8 @@ declare const _default: {
|
|
|
9952
10152
|
disabled: boolean;
|
|
9953
10153
|
distance: string | number;
|
|
9954
10154
|
container: string;
|
|
10155
|
+
shown: boolean;
|
|
10156
|
+
autoHide: boolean;
|
|
9955
10157
|
}, {}, string> & {
|
|
9956
10158
|
beforeCreate?: (() => void) | (() => void)[];
|
|
9957
10159
|
created?: (() => void) | (() => void)[];
|
|
@@ -10017,6 +10219,14 @@ declare const _default: {
|
|
|
10017
10219
|
type: import("vue").PropType<string>;
|
|
10018
10220
|
default: string;
|
|
10019
10221
|
};
|
|
10222
|
+
shown: {
|
|
10223
|
+
type: import("vue").PropType<boolean>;
|
|
10224
|
+
default: any;
|
|
10225
|
+
};
|
|
10226
|
+
autoHide: {
|
|
10227
|
+
type: import("vue").PropType<boolean>;
|
|
10228
|
+
default: boolean;
|
|
10229
|
+
};
|
|
10020
10230
|
}>> & {
|
|
10021
10231
|
onShow?: () => any;
|
|
10022
10232
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -10068,6 +10278,14 @@ declare const _default: {
|
|
|
10068
10278
|
type: import("vue").PropType<string>;
|
|
10069
10279
|
default: string;
|
|
10070
10280
|
};
|
|
10281
|
+
shown: {
|
|
10282
|
+
type: import("vue").PropType<boolean>;
|
|
10283
|
+
default: any;
|
|
10284
|
+
};
|
|
10285
|
+
autoHide: {
|
|
10286
|
+
type: import("vue").PropType<boolean>;
|
|
10287
|
+
default: boolean;
|
|
10288
|
+
};
|
|
10071
10289
|
}>> & {
|
|
10072
10290
|
onShow?: () => any;
|
|
10073
10291
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -10084,6 +10302,8 @@ declare const _default: {
|
|
|
10084
10302
|
disabled: boolean;
|
|
10085
10303
|
distance: string | number;
|
|
10086
10304
|
container: string;
|
|
10305
|
+
shown: boolean;
|
|
10306
|
+
autoHide: boolean;
|
|
10087
10307
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10088
10308
|
$slots: {
|
|
10089
10309
|
default?(_: {}): any;
|
|
@@ -10110,6 +10330,8 @@ declare const _default: {
|
|
|
10110
10330
|
closeOnClickOutside: boolean;
|
|
10111
10331
|
beforeClose: (show: () => void) => void;
|
|
10112
10332
|
showCloseButton: boolean;
|
|
10333
|
+
showCancelButton: boolean;
|
|
10334
|
+
showSaveButton: boolean;
|
|
10113
10335
|
showFooter: boolean;
|
|
10114
10336
|
saveButtonLabel: string;
|
|
10115
10337
|
saveButtonLoading: boolean;
|
|
@@ -10173,6 +10395,14 @@ declare const _default: {
|
|
|
10173
10395
|
type: import("vue").PropType<boolean>;
|
|
10174
10396
|
default: boolean;
|
|
10175
10397
|
};
|
|
10398
|
+
showCancelButton: {
|
|
10399
|
+
type: import("vue").PropType<boolean>;
|
|
10400
|
+
default: boolean;
|
|
10401
|
+
};
|
|
10402
|
+
showSaveButton: {
|
|
10403
|
+
type: import("vue").PropType<boolean>;
|
|
10404
|
+
default: boolean;
|
|
10405
|
+
};
|
|
10176
10406
|
showFooter: {
|
|
10177
10407
|
type: import("vue").PropType<boolean>;
|
|
10178
10408
|
default: boolean;
|
|
@@ -10203,7 +10433,7 @@ declare const _default: {
|
|
|
10203
10433
|
onCancel?: () => any;
|
|
10204
10434
|
onOpen?: () => any;
|
|
10205
10435
|
onSave?: () => any;
|
|
10206
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
|
|
10436
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showCancelButton" | "showSaveButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
|
|
10207
10437
|
$attrs: {
|
|
10208
10438
|
[x: string]: unknown;
|
|
10209
10439
|
};
|
|
@@ -10274,6 +10504,14 @@ declare const _default: {
|
|
|
10274
10504
|
type: import("vue").PropType<boolean>;
|
|
10275
10505
|
default: boolean;
|
|
10276
10506
|
};
|
|
10507
|
+
showCancelButton: {
|
|
10508
|
+
type: import("vue").PropType<boolean>;
|
|
10509
|
+
default: boolean;
|
|
10510
|
+
};
|
|
10511
|
+
showSaveButton: {
|
|
10512
|
+
type: import("vue").PropType<boolean>;
|
|
10513
|
+
default: boolean;
|
|
10514
|
+
};
|
|
10277
10515
|
showFooter: {
|
|
10278
10516
|
type: import("vue").PropType<boolean>;
|
|
10279
10517
|
default: boolean;
|
|
@@ -10324,6 +10562,8 @@ declare const _default: {
|
|
|
10324
10562
|
closeOnClickOutside: boolean;
|
|
10325
10563
|
beforeClose: (show: () => void) => void;
|
|
10326
10564
|
showCloseButton: boolean;
|
|
10565
|
+
showCancelButton: boolean;
|
|
10566
|
+
showSaveButton: boolean;
|
|
10327
10567
|
showFooter: boolean;
|
|
10328
10568
|
saveButtonLabel: string;
|
|
10329
10569
|
saveButtonLoading: boolean;
|
|
@@ -10407,6 +10647,14 @@ declare const _default: {
|
|
|
10407
10647
|
type: import("vue").PropType<boolean>;
|
|
10408
10648
|
default: boolean;
|
|
10409
10649
|
};
|
|
10650
|
+
showCancelButton: {
|
|
10651
|
+
type: import("vue").PropType<boolean>;
|
|
10652
|
+
default: boolean;
|
|
10653
|
+
};
|
|
10654
|
+
showSaveButton: {
|
|
10655
|
+
type: import("vue").PropType<boolean>;
|
|
10656
|
+
default: boolean;
|
|
10657
|
+
};
|
|
10410
10658
|
showFooter: {
|
|
10411
10659
|
type: import("vue").PropType<boolean>;
|
|
10412
10660
|
default: boolean;
|
|
@@ -10498,6 +10746,14 @@ declare const _default: {
|
|
|
10498
10746
|
type: import("vue").PropType<boolean>;
|
|
10499
10747
|
default: boolean;
|
|
10500
10748
|
};
|
|
10749
|
+
showCancelButton: {
|
|
10750
|
+
type: import("vue").PropType<boolean>;
|
|
10751
|
+
default: boolean;
|
|
10752
|
+
};
|
|
10753
|
+
showSaveButton: {
|
|
10754
|
+
type: import("vue").PropType<boolean>;
|
|
10755
|
+
default: boolean;
|
|
10756
|
+
};
|
|
10501
10757
|
showFooter: {
|
|
10502
10758
|
type: import("vue").PropType<boolean>;
|
|
10503
10759
|
default: boolean;
|
|
@@ -10548,6 +10804,8 @@ declare const _default: {
|
|
|
10548
10804
|
closeOnClickOutside: boolean;
|
|
10549
10805
|
beforeClose: (show: () => void) => void;
|
|
10550
10806
|
showCloseButton: boolean;
|
|
10807
|
+
showCancelButton: boolean;
|
|
10808
|
+
showSaveButton: boolean;
|
|
10551
10809
|
showFooter: boolean;
|
|
10552
10810
|
saveButtonLabel: string;
|
|
10553
10811
|
saveButtonLoading: boolean;
|
|
@@ -10579,6 +10837,8 @@ declare const _default: {
|
|
|
10579
10837
|
closeOnClickOutside: boolean;
|
|
10580
10838
|
beforeClose: (show: () => void) => void;
|
|
10581
10839
|
showCloseButton: boolean;
|
|
10840
|
+
showCancelButton: boolean;
|
|
10841
|
+
showSaveButton: boolean;
|
|
10582
10842
|
showFooter: boolean;
|
|
10583
10843
|
saveButtonLabel: string;
|
|
10584
10844
|
saveButtonLoading: boolean;
|
|
@@ -10642,6 +10902,14 @@ declare const _default: {
|
|
|
10642
10902
|
type: import("vue").PropType<boolean>;
|
|
10643
10903
|
default: boolean;
|
|
10644
10904
|
};
|
|
10905
|
+
showCancelButton: {
|
|
10906
|
+
type: import("vue").PropType<boolean>;
|
|
10907
|
+
default: boolean;
|
|
10908
|
+
};
|
|
10909
|
+
showSaveButton: {
|
|
10910
|
+
type: import("vue").PropType<boolean>;
|
|
10911
|
+
default: boolean;
|
|
10912
|
+
};
|
|
10645
10913
|
showFooter: {
|
|
10646
10914
|
type: import("vue").PropType<boolean>;
|
|
10647
10915
|
default: boolean;
|
|
@@ -10672,7 +10940,7 @@ declare const _default: {
|
|
|
10672
10940
|
onCancel?: () => any;
|
|
10673
10941
|
onOpen?: () => any;
|
|
10674
10942
|
onSave?: () => any;
|
|
10675
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
|
|
10943
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showCancelButton" | "showSaveButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
|
|
10676
10944
|
$attrs: {
|
|
10677
10945
|
[x: string]: unknown;
|
|
10678
10946
|
};
|
|
@@ -10743,6 +11011,14 @@ declare const _default: {
|
|
|
10743
11011
|
type: import("vue").PropType<boolean>;
|
|
10744
11012
|
default: boolean;
|
|
10745
11013
|
};
|
|
11014
|
+
showCancelButton: {
|
|
11015
|
+
type: import("vue").PropType<boolean>;
|
|
11016
|
+
default: boolean;
|
|
11017
|
+
};
|
|
11018
|
+
showSaveButton: {
|
|
11019
|
+
type: import("vue").PropType<boolean>;
|
|
11020
|
+
default: boolean;
|
|
11021
|
+
};
|
|
10746
11022
|
showFooter: {
|
|
10747
11023
|
type: import("vue").PropType<boolean>;
|
|
10748
11024
|
default: boolean;
|
|
@@ -10793,6 +11069,8 @@ declare const _default: {
|
|
|
10793
11069
|
closeOnClickOutside: boolean;
|
|
10794
11070
|
beforeClose: (show: () => void) => void;
|
|
10795
11071
|
showCloseButton: boolean;
|
|
11072
|
+
showCancelButton: boolean;
|
|
11073
|
+
showSaveButton: boolean;
|
|
10796
11074
|
showFooter: boolean;
|
|
10797
11075
|
saveButtonLabel: string;
|
|
10798
11076
|
saveButtonLoading: boolean;
|
|
@@ -10876,6 +11154,14 @@ declare const _default: {
|
|
|
10876
11154
|
type: import("vue").PropType<boolean>;
|
|
10877
11155
|
default: boolean;
|
|
10878
11156
|
};
|
|
11157
|
+
showCancelButton: {
|
|
11158
|
+
type: import("vue").PropType<boolean>;
|
|
11159
|
+
default: boolean;
|
|
11160
|
+
};
|
|
11161
|
+
showSaveButton: {
|
|
11162
|
+
type: import("vue").PropType<boolean>;
|
|
11163
|
+
default: boolean;
|
|
11164
|
+
};
|
|
10879
11165
|
showFooter: {
|
|
10880
11166
|
type: import("vue").PropType<boolean>;
|
|
10881
11167
|
default: boolean;
|
|
@@ -10967,6 +11253,14 @@ declare const _default: {
|
|
|
10967
11253
|
type: import("vue").PropType<boolean>;
|
|
10968
11254
|
default: boolean;
|
|
10969
11255
|
};
|
|
11256
|
+
showCancelButton: {
|
|
11257
|
+
type: import("vue").PropType<boolean>;
|
|
11258
|
+
default: boolean;
|
|
11259
|
+
};
|
|
11260
|
+
showSaveButton: {
|
|
11261
|
+
type: import("vue").PropType<boolean>;
|
|
11262
|
+
default: boolean;
|
|
11263
|
+
};
|
|
10970
11264
|
showFooter: {
|
|
10971
11265
|
type: import("vue").PropType<boolean>;
|
|
10972
11266
|
default: boolean;
|
|
@@ -11017,6 +11311,8 @@ declare const _default: {
|
|
|
11017
11311
|
closeOnClickOutside: boolean;
|
|
11018
11312
|
beforeClose: (show: () => void) => void;
|
|
11019
11313
|
showCloseButton: boolean;
|
|
11314
|
+
showCancelButton: boolean;
|
|
11315
|
+
showSaveButton: boolean;
|
|
11020
11316
|
showFooter: boolean;
|
|
11021
11317
|
saveButtonLabel: string;
|
|
11022
11318
|
saveButtonLoading: boolean;
|
|
@@ -15765,9 +16061,10 @@ declare const _default: {
|
|
|
15765
16061
|
skidding: number;
|
|
15766
16062
|
modelValue: any;
|
|
15767
16063
|
selected: any;
|
|
15768
|
-
|
|
16064
|
+
valueToCopy: string;
|
|
15769
16065
|
placeholder: string;
|
|
15770
16066
|
multi: boolean;
|
|
16067
|
+
infiniteLoading: boolean;
|
|
15771
16068
|
showSelectAll: boolean;
|
|
15772
16069
|
defaultOpen: boolean;
|
|
15773
16070
|
keepOpen: boolean;
|
|
@@ -15786,14 +16083,15 @@ declare const _default: {
|
|
|
15786
16083
|
onSearch: (option: any, term: string) => boolean;
|
|
15787
16084
|
noResultsText: string;
|
|
15788
16085
|
searchAutoFocus: boolean;
|
|
16086
|
+
onClearSearch: () => void;
|
|
15789
16087
|
optionNameKey: string;
|
|
15790
16088
|
optionIconKey: string;
|
|
15791
16089
|
optionImageKey: string;
|
|
15792
16090
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15793
16091
|
optionEndIconKey: string;
|
|
15794
16092
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16093
|
+
optionsEndTextIconKey: string;
|
|
15795
16094
|
optionFlagKey: string;
|
|
15796
|
-
valueToCopy: string;
|
|
15797
16095
|
disabledOptionKey: string;
|
|
15798
16096
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15799
16097
|
optionTwoLinesKey: string;
|
|
@@ -15805,6 +16103,7 @@ declare const _default: {
|
|
|
15805
16103
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
15806
16104
|
disableVirtualScroll: boolean;
|
|
15807
16105
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16106
|
+
withConditions: boolean;
|
|
15808
16107
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
15809
16108
|
theme: {
|
|
15810
16109
|
type: import("vue").PropType<string>;
|
|
@@ -15849,13 +16148,13 @@ declare const _default: {
|
|
|
15849
16148
|
loading: {
|
|
15850
16149
|
type: import("vue").PropType<boolean>;
|
|
15851
16150
|
};
|
|
16151
|
+
isOpen: {
|
|
16152
|
+
type: import("vue").PropType<boolean>;
|
|
16153
|
+
};
|
|
15852
16154
|
skidding: {
|
|
15853
16155
|
type: import("vue").PropType<number>;
|
|
15854
16156
|
default: number;
|
|
15855
16157
|
};
|
|
15856
|
-
isOpen: {
|
|
15857
|
-
type: import("vue").PropType<boolean>;
|
|
15858
|
-
};
|
|
15859
16158
|
modelValue: {
|
|
15860
16159
|
type: import("vue").PropType<unknown>;
|
|
15861
16160
|
default: any;
|
|
@@ -15864,14 +16163,14 @@ declare const _default: {
|
|
|
15864
16163
|
type: import("vue").PropType<unknown>;
|
|
15865
16164
|
default: any;
|
|
15866
16165
|
};
|
|
16166
|
+
valueToCopy: {
|
|
16167
|
+
type: import("vue").PropType<string>;
|
|
16168
|
+
default: any;
|
|
16169
|
+
};
|
|
15867
16170
|
options: {
|
|
15868
16171
|
type: import("vue").PropType<unknown[]>;
|
|
15869
16172
|
required: true;
|
|
15870
16173
|
};
|
|
15871
|
-
onClear: {
|
|
15872
|
-
type: import("vue").PropType<() => void>;
|
|
15873
|
-
default: () => true;
|
|
15874
|
-
};
|
|
15875
16174
|
placeholder: {
|
|
15876
16175
|
type: import("vue").PropType<string>;
|
|
15877
16176
|
default: string;
|
|
@@ -15880,6 +16179,13 @@ declare const _default: {
|
|
|
15880
16179
|
type: import("vue").PropType<boolean>;
|
|
15881
16180
|
default: boolean;
|
|
15882
16181
|
};
|
|
16182
|
+
loadMoreLoading: {
|
|
16183
|
+
type: import("vue").PropType<boolean>;
|
|
16184
|
+
};
|
|
16185
|
+
infiniteLoading: {
|
|
16186
|
+
type: import("vue").PropType<boolean>;
|
|
16187
|
+
default: boolean;
|
|
16188
|
+
};
|
|
15883
16189
|
showSelectAll: {
|
|
15884
16190
|
type: import("vue").PropType<boolean>;
|
|
15885
16191
|
default: boolean;
|
|
@@ -15952,6 +16258,10 @@ declare const _default: {
|
|
|
15952
16258
|
type: import("vue").PropType<boolean>;
|
|
15953
16259
|
default: boolean;
|
|
15954
16260
|
};
|
|
16261
|
+
onClearSearch: {
|
|
16262
|
+
type: import("vue").PropType<() => void>;
|
|
16263
|
+
default: () => true;
|
|
16264
|
+
};
|
|
15955
16265
|
displayValue: {
|
|
15956
16266
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
15957
16267
|
required: true;
|
|
@@ -15980,11 +16290,11 @@ declare const _default: {
|
|
|
15980
16290
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
15981
16291
|
default: any;
|
|
15982
16292
|
};
|
|
15983
|
-
|
|
16293
|
+
optionsEndTextIconKey: {
|
|
15984
16294
|
type: import("vue").PropType<string>;
|
|
15985
16295
|
default: any;
|
|
15986
16296
|
};
|
|
15987
|
-
|
|
16297
|
+
optionFlagKey: {
|
|
15988
16298
|
type: import("vue").PropType<string>;
|
|
15989
16299
|
default: any;
|
|
15990
16300
|
};
|
|
@@ -16032,17 +16342,23 @@ declare const _default: {
|
|
|
16032
16342
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16033
16343
|
default: any;
|
|
16034
16344
|
};
|
|
16345
|
+
withConditions: {
|
|
16346
|
+
type: import("vue").PropType<boolean>;
|
|
16347
|
+
default: boolean;
|
|
16348
|
+
};
|
|
16035
16349
|
}>> & {
|
|
16036
16350
|
onCopyToClipboard?: () => any;
|
|
16037
16351
|
onClear?: () => any;
|
|
16038
16352
|
onApply?: (value: unknown) => any;
|
|
16039
16353
|
onSelectAll?: () => any;
|
|
16040
16354
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16355
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16041
16356
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16042
16357
|
onOnsearch?: (value: string) => any;
|
|
16358
|
+
onLoadMore?: () => any;
|
|
16043
16359
|
onOpened?: () => any;
|
|
16044
16360
|
onClosed?: () => any;
|
|
16045
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "
|
|
16361
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
16046
16362
|
$attrs: {
|
|
16047
16363
|
[x: string]: unknown;
|
|
16048
16364
|
};
|
|
@@ -16054,7 +16370,7 @@ declare const _default: {
|
|
|
16054
16370
|
}>;
|
|
16055
16371
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
16056
16372
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
16057
|
-
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
16373
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
16058
16374
|
$el: any;
|
|
16059
16375
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
16060
16376
|
theme: {
|
|
@@ -16100,13 +16416,13 @@ declare const _default: {
|
|
|
16100
16416
|
loading: {
|
|
16101
16417
|
type: import("vue").PropType<boolean>;
|
|
16102
16418
|
};
|
|
16419
|
+
isOpen: {
|
|
16420
|
+
type: import("vue").PropType<boolean>;
|
|
16421
|
+
};
|
|
16103
16422
|
skidding: {
|
|
16104
16423
|
type: import("vue").PropType<number>;
|
|
16105
16424
|
default: number;
|
|
16106
16425
|
};
|
|
16107
|
-
isOpen: {
|
|
16108
|
-
type: import("vue").PropType<boolean>;
|
|
16109
|
-
};
|
|
16110
16426
|
modelValue: {
|
|
16111
16427
|
type: import("vue").PropType<unknown>;
|
|
16112
16428
|
default: any;
|
|
@@ -16115,14 +16431,14 @@ declare const _default: {
|
|
|
16115
16431
|
type: import("vue").PropType<unknown>;
|
|
16116
16432
|
default: any;
|
|
16117
16433
|
};
|
|
16434
|
+
valueToCopy: {
|
|
16435
|
+
type: import("vue").PropType<string>;
|
|
16436
|
+
default: any;
|
|
16437
|
+
};
|
|
16118
16438
|
options: {
|
|
16119
16439
|
type: import("vue").PropType<unknown[]>;
|
|
16120
16440
|
required: true;
|
|
16121
16441
|
};
|
|
16122
|
-
onClear: {
|
|
16123
|
-
type: import("vue").PropType<() => void>;
|
|
16124
|
-
default: () => true;
|
|
16125
|
-
};
|
|
16126
16442
|
placeholder: {
|
|
16127
16443
|
type: import("vue").PropType<string>;
|
|
16128
16444
|
default: string;
|
|
@@ -16131,6 +16447,13 @@ declare const _default: {
|
|
|
16131
16447
|
type: import("vue").PropType<boolean>;
|
|
16132
16448
|
default: boolean;
|
|
16133
16449
|
};
|
|
16450
|
+
loadMoreLoading: {
|
|
16451
|
+
type: import("vue").PropType<boolean>;
|
|
16452
|
+
};
|
|
16453
|
+
infiniteLoading: {
|
|
16454
|
+
type: import("vue").PropType<boolean>;
|
|
16455
|
+
default: boolean;
|
|
16456
|
+
};
|
|
16134
16457
|
showSelectAll: {
|
|
16135
16458
|
type: import("vue").PropType<boolean>;
|
|
16136
16459
|
default: boolean;
|
|
@@ -16203,6 +16526,10 @@ declare const _default: {
|
|
|
16203
16526
|
type: import("vue").PropType<boolean>;
|
|
16204
16527
|
default: boolean;
|
|
16205
16528
|
};
|
|
16529
|
+
onClearSearch: {
|
|
16530
|
+
type: import("vue").PropType<() => void>;
|
|
16531
|
+
default: () => true;
|
|
16532
|
+
};
|
|
16206
16533
|
displayValue: {
|
|
16207
16534
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16208
16535
|
required: true;
|
|
@@ -16231,11 +16558,11 @@ declare const _default: {
|
|
|
16231
16558
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16232
16559
|
default: any;
|
|
16233
16560
|
};
|
|
16234
|
-
|
|
16561
|
+
optionsEndTextIconKey: {
|
|
16235
16562
|
type: import("vue").PropType<string>;
|
|
16236
16563
|
default: any;
|
|
16237
16564
|
};
|
|
16238
|
-
|
|
16565
|
+
optionFlagKey: {
|
|
16239
16566
|
type: import("vue").PropType<string>;
|
|
16240
16567
|
default: any;
|
|
16241
16568
|
};
|
|
@@ -16283,14 +16610,20 @@ declare const _default: {
|
|
|
16283
16610
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16284
16611
|
default: any;
|
|
16285
16612
|
};
|
|
16613
|
+
withConditions: {
|
|
16614
|
+
type: import("vue").PropType<boolean>;
|
|
16615
|
+
default: boolean;
|
|
16616
|
+
};
|
|
16286
16617
|
}>> & {
|
|
16287
16618
|
onCopyToClipboard?: () => any;
|
|
16288
16619
|
onClear?: () => any;
|
|
16289
16620
|
onApply?: (value: unknown) => any;
|
|
16290
16621
|
onSelectAll?: () => any;
|
|
16291
16622
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16623
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16292
16624
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16293
16625
|
onOnsearch?: (value: string) => any;
|
|
16626
|
+
onLoadMore?: () => any;
|
|
16294
16627
|
onOpened?: () => any;
|
|
16295
16628
|
onClosed?: () => any;
|
|
16296
16629
|
}, {
|
|
@@ -16306,6 +16639,8 @@ declare const _default: {
|
|
|
16306
16639
|
clear: () => void;
|
|
16307
16640
|
copyToClipboard: () => void;
|
|
16308
16641
|
onsearch: (value: string) => void;
|
|
16642
|
+
loadMore: () => void;
|
|
16643
|
+
allSelectedChanged: (value: boolean) => void;
|
|
16309
16644
|
}, string, {
|
|
16310
16645
|
theme: string;
|
|
16311
16646
|
testId: string;
|
|
@@ -16320,9 +16655,10 @@ declare const _default: {
|
|
|
16320
16655
|
skidding: number;
|
|
16321
16656
|
modelValue: any;
|
|
16322
16657
|
selected: any;
|
|
16323
|
-
|
|
16658
|
+
valueToCopy: string;
|
|
16324
16659
|
placeholder: string;
|
|
16325
16660
|
multi: boolean;
|
|
16661
|
+
infiniteLoading: boolean;
|
|
16326
16662
|
showSelectAll: boolean;
|
|
16327
16663
|
defaultOpen: boolean;
|
|
16328
16664
|
keepOpen: boolean;
|
|
@@ -16341,14 +16677,15 @@ declare const _default: {
|
|
|
16341
16677
|
onSearch: (option: any, term: string) => boolean;
|
|
16342
16678
|
noResultsText: string;
|
|
16343
16679
|
searchAutoFocus: boolean;
|
|
16680
|
+
onClearSearch: () => void;
|
|
16344
16681
|
optionNameKey: string;
|
|
16345
16682
|
optionIconKey: string;
|
|
16346
16683
|
optionImageKey: string;
|
|
16347
16684
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16348
16685
|
optionEndIconKey: string;
|
|
16349
16686
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16687
|
+
optionsEndTextIconKey: string;
|
|
16350
16688
|
optionFlagKey: string;
|
|
16351
|
-
valueToCopy: string;
|
|
16352
16689
|
disabledOptionKey: string;
|
|
16353
16690
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16354
16691
|
optionTwoLinesKey: string;
|
|
@@ -16360,6 +16697,7 @@ declare const _default: {
|
|
|
16360
16697
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16361
16698
|
disableVirtualScroll: boolean;
|
|
16362
16699
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16700
|
+
withConditions: boolean;
|
|
16363
16701
|
}, {}, string> & {
|
|
16364
16702
|
beforeCreate?: (() => void) | (() => void)[];
|
|
16365
16703
|
created?: (() => void) | (() => void)[];
|
|
@@ -16424,13 +16762,13 @@ declare const _default: {
|
|
|
16424
16762
|
loading: {
|
|
16425
16763
|
type: import("vue").PropType<boolean>;
|
|
16426
16764
|
};
|
|
16765
|
+
isOpen: {
|
|
16766
|
+
type: import("vue").PropType<boolean>;
|
|
16767
|
+
};
|
|
16427
16768
|
skidding: {
|
|
16428
16769
|
type: import("vue").PropType<number>;
|
|
16429
16770
|
default: number;
|
|
16430
16771
|
};
|
|
16431
|
-
isOpen: {
|
|
16432
|
-
type: import("vue").PropType<boolean>;
|
|
16433
|
-
};
|
|
16434
16772
|
modelValue: {
|
|
16435
16773
|
type: import("vue").PropType<unknown>;
|
|
16436
16774
|
default: any;
|
|
@@ -16439,14 +16777,14 @@ declare const _default: {
|
|
|
16439
16777
|
type: import("vue").PropType<unknown>;
|
|
16440
16778
|
default: any;
|
|
16441
16779
|
};
|
|
16780
|
+
valueToCopy: {
|
|
16781
|
+
type: import("vue").PropType<string>;
|
|
16782
|
+
default: any;
|
|
16783
|
+
};
|
|
16442
16784
|
options: {
|
|
16443
16785
|
type: import("vue").PropType<unknown[]>;
|
|
16444
16786
|
required: true;
|
|
16445
16787
|
};
|
|
16446
|
-
onClear: {
|
|
16447
|
-
type: import("vue").PropType<() => void>;
|
|
16448
|
-
default: () => true;
|
|
16449
|
-
};
|
|
16450
16788
|
placeholder: {
|
|
16451
16789
|
type: import("vue").PropType<string>;
|
|
16452
16790
|
default: string;
|
|
@@ -16455,6 +16793,13 @@ declare const _default: {
|
|
|
16455
16793
|
type: import("vue").PropType<boolean>;
|
|
16456
16794
|
default: boolean;
|
|
16457
16795
|
};
|
|
16796
|
+
loadMoreLoading: {
|
|
16797
|
+
type: import("vue").PropType<boolean>;
|
|
16798
|
+
};
|
|
16799
|
+
infiniteLoading: {
|
|
16800
|
+
type: import("vue").PropType<boolean>;
|
|
16801
|
+
default: boolean;
|
|
16802
|
+
};
|
|
16458
16803
|
showSelectAll: {
|
|
16459
16804
|
type: import("vue").PropType<boolean>;
|
|
16460
16805
|
default: boolean;
|
|
@@ -16527,6 +16872,10 @@ declare const _default: {
|
|
|
16527
16872
|
type: import("vue").PropType<boolean>;
|
|
16528
16873
|
default: boolean;
|
|
16529
16874
|
};
|
|
16875
|
+
onClearSearch: {
|
|
16876
|
+
type: import("vue").PropType<() => void>;
|
|
16877
|
+
default: () => true;
|
|
16878
|
+
};
|
|
16530
16879
|
displayValue: {
|
|
16531
16880
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16532
16881
|
required: true;
|
|
@@ -16555,11 +16904,11 @@ declare const _default: {
|
|
|
16555
16904
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16556
16905
|
default: any;
|
|
16557
16906
|
};
|
|
16558
|
-
|
|
16907
|
+
optionsEndTextIconKey: {
|
|
16559
16908
|
type: import("vue").PropType<string>;
|
|
16560
16909
|
default: any;
|
|
16561
16910
|
};
|
|
16562
|
-
|
|
16911
|
+
optionFlagKey: {
|
|
16563
16912
|
type: import("vue").PropType<string>;
|
|
16564
16913
|
default: any;
|
|
16565
16914
|
};
|
|
@@ -16607,14 +16956,20 @@ declare const _default: {
|
|
|
16607
16956
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16608
16957
|
default: any;
|
|
16609
16958
|
};
|
|
16959
|
+
withConditions: {
|
|
16960
|
+
type: import("vue").PropType<boolean>;
|
|
16961
|
+
default: boolean;
|
|
16962
|
+
};
|
|
16610
16963
|
}>> & {
|
|
16611
16964
|
onCopyToClipboard?: () => any;
|
|
16612
16965
|
onClear?: () => any;
|
|
16613
16966
|
onApply?: (value: unknown) => any;
|
|
16614
16967
|
onSelectAll?: () => any;
|
|
16615
16968
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16969
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16616
16970
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16617
16971
|
onOnsearch?: (value: string) => any;
|
|
16972
|
+
onLoadMore?: () => any;
|
|
16618
16973
|
onOpened?: () => any;
|
|
16619
16974
|
onClosed?: () => any;
|
|
16620
16975
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -16668,13 +17023,13 @@ declare const _default: {
|
|
|
16668
17023
|
loading: {
|
|
16669
17024
|
type: import("vue").PropType<boolean>;
|
|
16670
17025
|
};
|
|
17026
|
+
isOpen: {
|
|
17027
|
+
type: import("vue").PropType<boolean>;
|
|
17028
|
+
};
|
|
16671
17029
|
skidding: {
|
|
16672
17030
|
type: import("vue").PropType<number>;
|
|
16673
17031
|
default: number;
|
|
16674
17032
|
};
|
|
16675
|
-
isOpen: {
|
|
16676
|
-
type: import("vue").PropType<boolean>;
|
|
16677
|
-
};
|
|
16678
17033
|
modelValue: {
|
|
16679
17034
|
type: import("vue").PropType<unknown>;
|
|
16680
17035
|
default: any;
|
|
@@ -16683,14 +17038,14 @@ declare const _default: {
|
|
|
16683
17038
|
type: import("vue").PropType<unknown>;
|
|
16684
17039
|
default: any;
|
|
16685
17040
|
};
|
|
17041
|
+
valueToCopy: {
|
|
17042
|
+
type: import("vue").PropType<string>;
|
|
17043
|
+
default: any;
|
|
17044
|
+
};
|
|
16686
17045
|
options: {
|
|
16687
17046
|
type: import("vue").PropType<unknown[]>;
|
|
16688
17047
|
required: true;
|
|
16689
17048
|
};
|
|
16690
|
-
onClear: {
|
|
16691
|
-
type: import("vue").PropType<() => void>;
|
|
16692
|
-
default: () => true;
|
|
16693
|
-
};
|
|
16694
17049
|
placeholder: {
|
|
16695
17050
|
type: import("vue").PropType<string>;
|
|
16696
17051
|
default: string;
|
|
@@ -16699,6 +17054,13 @@ declare const _default: {
|
|
|
16699
17054
|
type: import("vue").PropType<boolean>;
|
|
16700
17055
|
default: boolean;
|
|
16701
17056
|
};
|
|
17057
|
+
loadMoreLoading: {
|
|
17058
|
+
type: import("vue").PropType<boolean>;
|
|
17059
|
+
};
|
|
17060
|
+
infiniteLoading: {
|
|
17061
|
+
type: import("vue").PropType<boolean>;
|
|
17062
|
+
default: boolean;
|
|
17063
|
+
};
|
|
16702
17064
|
showSelectAll: {
|
|
16703
17065
|
type: import("vue").PropType<boolean>;
|
|
16704
17066
|
default: boolean;
|
|
@@ -16771,6 +17133,10 @@ declare const _default: {
|
|
|
16771
17133
|
type: import("vue").PropType<boolean>;
|
|
16772
17134
|
default: boolean;
|
|
16773
17135
|
};
|
|
17136
|
+
onClearSearch: {
|
|
17137
|
+
type: import("vue").PropType<() => void>;
|
|
17138
|
+
default: () => true;
|
|
17139
|
+
};
|
|
16774
17140
|
displayValue: {
|
|
16775
17141
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16776
17142
|
required: true;
|
|
@@ -16799,11 +17165,11 @@ declare const _default: {
|
|
|
16799
17165
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16800
17166
|
default: any;
|
|
16801
17167
|
};
|
|
16802
|
-
|
|
17168
|
+
optionsEndTextIconKey: {
|
|
16803
17169
|
type: import("vue").PropType<string>;
|
|
16804
17170
|
default: any;
|
|
16805
17171
|
};
|
|
16806
|
-
|
|
17172
|
+
optionFlagKey: {
|
|
16807
17173
|
type: import("vue").PropType<string>;
|
|
16808
17174
|
default: any;
|
|
16809
17175
|
};
|
|
@@ -16851,14 +17217,20 @@ declare const _default: {
|
|
|
16851
17217
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16852
17218
|
default: any;
|
|
16853
17219
|
};
|
|
17220
|
+
withConditions: {
|
|
17221
|
+
type: import("vue").PropType<boolean>;
|
|
17222
|
+
default: boolean;
|
|
17223
|
+
};
|
|
16854
17224
|
}>> & {
|
|
16855
17225
|
onCopyToClipboard?: () => any;
|
|
16856
17226
|
onClear?: () => any;
|
|
16857
17227
|
onApply?: (value: unknown) => any;
|
|
16858
17228
|
onSelectAll?: () => any;
|
|
16859
17229
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
17230
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16860
17231
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16861
17232
|
onOnsearch?: (value: string) => any;
|
|
17233
|
+
onLoadMore?: () => any;
|
|
16862
17234
|
onOpened?: () => any;
|
|
16863
17235
|
onClosed?: () => any;
|
|
16864
17236
|
}, {
|
|
@@ -16874,6 +17246,8 @@ declare const _default: {
|
|
|
16874
17246
|
clear: () => void;
|
|
16875
17247
|
copyToClipboard: () => void;
|
|
16876
17248
|
onsearch: (value: string) => void;
|
|
17249
|
+
loadMore: () => void;
|
|
17250
|
+
allSelectedChanged: (value: boolean) => void;
|
|
16877
17251
|
}, string, {
|
|
16878
17252
|
theme: string;
|
|
16879
17253
|
testId: string;
|
|
@@ -16888,9 +17262,10 @@ declare const _default: {
|
|
|
16888
17262
|
skidding: number;
|
|
16889
17263
|
modelValue: any;
|
|
16890
17264
|
selected: any;
|
|
16891
|
-
|
|
17265
|
+
valueToCopy: string;
|
|
16892
17266
|
placeholder: string;
|
|
16893
17267
|
multi: boolean;
|
|
17268
|
+
infiniteLoading: boolean;
|
|
16894
17269
|
showSelectAll: boolean;
|
|
16895
17270
|
defaultOpen: boolean;
|
|
16896
17271
|
keepOpen: boolean;
|
|
@@ -16909,14 +17284,15 @@ declare const _default: {
|
|
|
16909
17284
|
onSearch: (option: any, term: string) => boolean;
|
|
16910
17285
|
noResultsText: string;
|
|
16911
17286
|
searchAutoFocus: boolean;
|
|
17287
|
+
onClearSearch: () => void;
|
|
16912
17288
|
optionNameKey: string;
|
|
16913
17289
|
optionIconKey: string;
|
|
16914
17290
|
optionImageKey: string;
|
|
16915
17291
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16916
17292
|
optionEndIconKey: string;
|
|
16917
17293
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17294
|
+
optionsEndTextIconKey: string;
|
|
16918
17295
|
optionFlagKey: string;
|
|
16919
|
-
valueToCopy: string;
|
|
16920
17296
|
disabledOptionKey: string;
|
|
16921
17297
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16922
17298
|
optionTwoLinesKey: string;
|
|
@@ -16928,6 +17304,7 @@ declare const _default: {
|
|
|
16928
17304
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16929
17305
|
disableVirtualScroll: boolean;
|
|
16930
17306
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
17307
|
+
withConditions: boolean;
|
|
16931
17308
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
16932
17309
|
$slots: {
|
|
16933
17310
|
label?(_: {}): any;
|
|
@@ -16956,6 +17333,7 @@ declare const _default: {
|
|
|
16956
17333
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16957
17334
|
optionAndIconKey: string;
|
|
16958
17335
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17336
|
+
optionsEndTextIconKey: string;
|
|
16959
17337
|
optionFlagKey: string;
|
|
16960
17338
|
feedbackVariant: "success" | "warning" | "error";
|
|
16961
17339
|
valueToCopy: string;
|
|
@@ -16967,10 +17345,13 @@ declare const _default: {
|
|
|
16967
17345
|
onClick: () => void;
|
|
16968
17346
|
};
|
|
16969
17347
|
}): any;
|
|
17348
|
+
"dropdown-conditions"?(_: {}): any;
|
|
16970
17349
|
"inline-search"?(_: {}): any;
|
|
16971
17350
|
"input-list"?(_: {
|
|
16972
17351
|
open: true;
|
|
16973
17352
|
}): any;
|
|
17353
|
+
"custom-list-area"?(_: {}): any;
|
|
17354
|
+
"select-all"?(_: {}): any;
|
|
16974
17355
|
"group-option"?(_: {}): any;
|
|
16975
17356
|
default?(_: {
|
|
16976
17357
|
option: unknown;
|
|
@@ -17630,6 +18011,14 @@ declare const _default: {
|
|
|
17630
18011
|
required: true;
|
|
17631
18012
|
default: string;
|
|
17632
18013
|
};
|
|
18014
|
+
cancelAllSelectedDisplay: {
|
|
18015
|
+
type: import("vue").PropType<boolean>;
|
|
18016
|
+
default: boolean;
|
|
18017
|
+
};
|
|
18018
|
+
displayValueInQuotes: {
|
|
18019
|
+
type: import("vue").PropType<boolean>;
|
|
18020
|
+
default: boolean;
|
|
18021
|
+
};
|
|
17633
18022
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17634
18023
|
clear: () => void;
|
|
17635
18024
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -17680,6 +18069,14 @@ declare const _default: {
|
|
|
17680
18069
|
required: true;
|
|
17681
18070
|
default: string;
|
|
17682
18071
|
};
|
|
18072
|
+
cancelAllSelectedDisplay: {
|
|
18073
|
+
type: import("vue").PropType<boolean>;
|
|
18074
|
+
default: boolean;
|
|
18075
|
+
};
|
|
18076
|
+
displayValueInQuotes: {
|
|
18077
|
+
type: import("vue").PropType<boolean>;
|
|
18078
|
+
default: boolean;
|
|
18079
|
+
};
|
|
17683
18080
|
}>> & {
|
|
17684
18081
|
onClear?: () => any;
|
|
17685
18082
|
}, {
|
|
@@ -17690,6 +18087,8 @@ declare const _default: {
|
|
|
17690
18087
|
feedbackVariant: string;
|
|
17691
18088
|
allSelected: boolean;
|
|
17692
18089
|
displayedValue: any;
|
|
18090
|
+
cancelAllSelectedDisplay: boolean;
|
|
18091
|
+
displayValueInQuotes: boolean;
|
|
17693
18092
|
}>;
|
|
17694
18093
|
ButtonDropdownTrigger: {
|
|
17695
18094
|
new (...args: any[]): {
|
|
@@ -17698,8 +18097,11 @@ declare const _default: {
|
|
|
17698
18097
|
$props: Partial<{
|
|
17699
18098
|
testId: string;
|
|
17700
18099
|
variant: "text" | "outlined";
|
|
18100
|
+
withTooltip: boolean;
|
|
18101
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
17701
18102
|
disabled: boolean;
|
|
17702
18103
|
size: "small" | "medium";
|
|
18104
|
+
maxWidth: number;
|
|
17703
18105
|
open: boolean;
|
|
17704
18106
|
startIconName: string;
|
|
17705
18107
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -17717,6 +18119,14 @@ declare const _default: {
|
|
|
17717
18119
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17718
18120
|
default: string;
|
|
17719
18121
|
};
|
|
18122
|
+
withTooltip: {
|
|
18123
|
+
type: import("vue").PropType<boolean>;
|
|
18124
|
+
default: boolean;
|
|
18125
|
+
};
|
|
18126
|
+
tooltipPlacement: {
|
|
18127
|
+
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">;
|
|
18128
|
+
default: string;
|
|
18129
|
+
};
|
|
17720
18130
|
disabled: {
|
|
17721
18131
|
type: import("vue").PropType<boolean>;
|
|
17722
18132
|
default: boolean;
|
|
@@ -17725,6 +18135,10 @@ declare const _default: {
|
|
|
17725
18135
|
type: import("vue").PropType<"small" | "medium">;
|
|
17726
18136
|
default: string;
|
|
17727
18137
|
};
|
|
18138
|
+
maxWidth: {
|
|
18139
|
+
type: import("vue").PropType<number>;
|
|
18140
|
+
default: number;
|
|
18141
|
+
};
|
|
17728
18142
|
open: {
|
|
17729
18143
|
type: import("vue").PropType<boolean>;
|
|
17730
18144
|
default: boolean;
|
|
@@ -17743,7 +18157,7 @@ declare const _default: {
|
|
|
17743
18157
|
};
|
|
17744
18158
|
}>> & {
|
|
17745
18159
|
onClick?: () => any;
|
|
17746
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
18160
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipPlacement" | "disabled" | "size" | "maxWidth" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
17747
18161
|
$attrs: {
|
|
17748
18162
|
[x: string]: unknown;
|
|
17749
18163
|
};
|
|
@@ -17770,6 +18184,14 @@ declare const _default: {
|
|
|
17770
18184
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17771
18185
|
default: string;
|
|
17772
18186
|
};
|
|
18187
|
+
withTooltip: {
|
|
18188
|
+
type: import("vue").PropType<boolean>;
|
|
18189
|
+
default: boolean;
|
|
18190
|
+
};
|
|
18191
|
+
tooltipPlacement: {
|
|
18192
|
+
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">;
|
|
18193
|
+
default: string;
|
|
18194
|
+
};
|
|
17773
18195
|
disabled: {
|
|
17774
18196
|
type: import("vue").PropType<boolean>;
|
|
17775
18197
|
default: boolean;
|
|
@@ -17778,6 +18200,10 @@ declare const _default: {
|
|
|
17778
18200
|
type: import("vue").PropType<"small" | "medium">;
|
|
17779
18201
|
default: string;
|
|
17780
18202
|
};
|
|
18203
|
+
maxWidth: {
|
|
18204
|
+
type: import("vue").PropType<number>;
|
|
18205
|
+
default: number;
|
|
18206
|
+
};
|
|
17781
18207
|
open: {
|
|
17782
18208
|
type: import("vue").PropType<boolean>;
|
|
17783
18209
|
default: boolean;
|
|
@@ -17801,8 +18227,11 @@ declare const _default: {
|
|
|
17801
18227
|
}, string, {
|
|
17802
18228
|
testId: string;
|
|
17803
18229
|
variant: "text" | "outlined";
|
|
18230
|
+
withTooltip: boolean;
|
|
18231
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
17804
18232
|
disabled: boolean;
|
|
17805
18233
|
size: "small" | "medium";
|
|
18234
|
+
maxWidth: number;
|
|
17806
18235
|
open: boolean;
|
|
17807
18236
|
startIconName: string;
|
|
17808
18237
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -17840,6 +18269,14 @@ declare const _default: {
|
|
|
17840
18269
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17841
18270
|
default: string;
|
|
17842
18271
|
};
|
|
18272
|
+
withTooltip: {
|
|
18273
|
+
type: import("vue").PropType<boolean>;
|
|
18274
|
+
default: boolean;
|
|
18275
|
+
};
|
|
18276
|
+
tooltipPlacement: {
|
|
18277
|
+
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">;
|
|
18278
|
+
default: string;
|
|
18279
|
+
};
|
|
17843
18280
|
disabled: {
|
|
17844
18281
|
type: import("vue").PropType<boolean>;
|
|
17845
18282
|
default: boolean;
|
|
@@ -17848,6 +18285,10 @@ declare const _default: {
|
|
|
17848
18285
|
type: import("vue").PropType<"small" | "medium">;
|
|
17849
18286
|
default: string;
|
|
17850
18287
|
};
|
|
18288
|
+
maxWidth: {
|
|
18289
|
+
type: import("vue").PropType<number>;
|
|
18290
|
+
default: number;
|
|
18291
|
+
};
|
|
17851
18292
|
open: {
|
|
17852
18293
|
type: import("vue").PropType<boolean>;
|
|
17853
18294
|
default: boolean;
|
|
@@ -17883,6 +18324,14 @@ declare const _default: {
|
|
|
17883
18324
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17884
18325
|
default: string;
|
|
17885
18326
|
};
|
|
18327
|
+
withTooltip: {
|
|
18328
|
+
type: import("vue").PropType<boolean>;
|
|
18329
|
+
default: boolean;
|
|
18330
|
+
};
|
|
18331
|
+
tooltipPlacement: {
|
|
18332
|
+
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">;
|
|
18333
|
+
default: string;
|
|
18334
|
+
};
|
|
17886
18335
|
disabled: {
|
|
17887
18336
|
type: import("vue").PropType<boolean>;
|
|
17888
18337
|
default: boolean;
|
|
@@ -17891,6 +18340,10 @@ declare const _default: {
|
|
|
17891
18340
|
type: import("vue").PropType<"small" | "medium">;
|
|
17892
18341
|
default: string;
|
|
17893
18342
|
};
|
|
18343
|
+
maxWidth: {
|
|
18344
|
+
type: import("vue").PropType<number>;
|
|
18345
|
+
default: number;
|
|
18346
|
+
};
|
|
17894
18347
|
open: {
|
|
17895
18348
|
type: import("vue").PropType<boolean>;
|
|
17896
18349
|
default: boolean;
|
|
@@ -17914,8 +18367,11 @@ declare const _default: {
|
|
|
17914
18367
|
}, string, {
|
|
17915
18368
|
testId: string;
|
|
17916
18369
|
variant: "text" | "outlined";
|
|
18370
|
+
withTooltip: boolean;
|
|
18371
|
+
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
17917
18372
|
disabled: boolean;
|
|
17918
18373
|
size: "small" | "medium";
|
|
18374
|
+
maxWidth: number;
|
|
17919
18375
|
open: boolean;
|
|
17920
18376
|
startIconName: string;
|
|
17921
18377
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -18016,6 +18472,7 @@ declare const _default: {
|
|
|
18016
18472
|
open: boolean;
|
|
18017
18473
|
mandatory: boolean;
|
|
18018
18474
|
loading: boolean;
|
|
18475
|
+
valueToCopy: string;
|
|
18019
18476
|
options: unknown[];
|
|
18020
18477
|
singleAppSelection: boolean;
|
|
18021
18478
|
placeholder: string;
|
|
@@ -18026,7 +18483,6 @@ declare const _default: {
|
|
|
18026
18483
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18027
18484
|
optionEndIconKey: string;
|
|
18028
18485
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18029
|
-
valueToCopy: string;
|
|
18030
18486
|
selectedOption: any;
|
|
18031
18487
|
brandIconType: "android" | "ios";
|
|
18032
18488
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -18060,6 +18516,10 @@ declare const _default: {
|
|
|
18060
18516
|
type: import("vue").PropType<boolean>;
|
|
18061
18517
|
default: boolean;
|
|
18062
18518
|
};
|
|
18519
|
+
valueToCopy: {
|
|
18520
|
+
type: import("vue").PropType<string>;
|
|
18521
|
+
default: any;
|
|
18522
|
+
};
|
|
18063
18523
|
options: {
|
|
18064
18524
|
type: import("vue").PropType<unknown[]>;
|
|
18065
18525
|
default: any;
|
|
@@ -18104,10 +18564,6 @@ declare const _default: {
|
|
|
18104
18564
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18105
18565
|
default: any;
|
|
18106
18566
|
};
|
|
18107
|
-
valueToCopy: {
|
|
18108
|
-
type: import("vue").PropType<string>;
|
|
18109
|
-
default: any;
|
|
18110
|
-
};
|
|
18111
18567
|
selectedOption: {
|
|
18112
18568
|
type: import("vue").PropType<unknown>;
|
|
18113
18569
|
default: any;
|
|
@@ -18119,7 +18575,7 @@ declare const _default: {
|
|
|
18119
18575
|
}>> & {
|
|
18120
18576
|
onClick?: () => any;
|
|
18121
18577
|
onCopyToClipboard?: () => any;
|
|
18122
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
18578
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
|
|
18123
18579
|
$attrs: {
|
|
18124
18580
|
[x: string]: unknown;
|
|
18125
18581
|
};
|
|
@@ -18164,7 +18620,11 @@ declare const _default: {
|
|
|
18164
18620
|
type: import("vue").PropType<boolean>;
|
|
18165
18621
|
default: boolean;
|
|
18166
18622
|
};
|
|
18167
|
-
|
|
18623
|
+
valueToCopy: {
|
|
18624
|
+
type: import("vue").PropType<string>;
|
|
18625
|
+
default: any;
|
|
18626
|
+
};
|
|
18627
|
+
options: {
|
|
18168
18628
|
type: import("vue").PropType<unknown[]>;
|
|
18169
18629
|
default: any;
|
|
18170
18630
|
};
|
|
@@ -18208,10 +18668,6 @@ declare const _default: {
|
|
|
18208
18668
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18209
18669
|
default: any;
|
|
18210
18670
|
};
|
|
18211
|
-
valueToCopy: {
|
|
18212
|
-
type: import("vue").PropType<string>;
|
|
18213
|
-
default: any;
|
|
18214
|
-
};
|
|
18215
18671
|
selectedOption: {
|
|
18216
18672
|
type: import("vue").PropType<unknown>;
|
|
18217
18673
|
default: any;
|
|
@@ -18234,6 +18690,7 @@ declare const _default: {
|
|
|
18234
18690
|
open: boolean;
|
|
18235
18691
|
mandatory: boolean;
|
|
18236
18692
|
loading: boolean;
|
|
18693
|
+
valueToCopy: string;
|
|
18237
18694
|
options: unknown[];
|
|
18238
18695
|
singleAppSelection: boolean;
|
|
18239
18696
|
placeholder: string;
|
|
@@ -18244,7 +18701,6 @@ declare const _default: {
|
|
|
18244
18701
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18245
18702
|
optionEndIconKey: string;
|
|
18246
18703
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18247
|
-
valueToCopy: string;
|
|
18248
18704
|
selectedOption: any;
|
|
18249
18705
|
brandIconType: "android" | "ios";
|
|
18250
18706
|
}, {}, string> & {
|
|
@@ -18298,6 +18754,10 @@ declare const _default: {
|
|
|
18298
18754
|
type: import("vue").PropType<boolean>;
|
|
18299
18755
|
default: boolean;
|
|
18300
18756
|
};
|
|
18757
|
+
valueToCopy: {
|
|
18758
|
+
type: import("vue").PropType<string>;
|
|
18759
|
+
default: any;
|
|
18760
|
+
};
|
|
18301
18761
|
options: {
|
|
18302
18762
|
type: import("vue").PropType<unknown[]>;
|
|
18303
18763
|
default: any;
|
|
@@ -18342,10 +18802,6 @@ declare const _default: {
|
|
|
18342
18802
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18343
18803
|
default: any;
|
|
18344
18804
|
};
|
|
18345
|
-
valueToCopy: {
|
|
18346
|
-
type: import("vue").PropType<string>;
|
|
18347
|
-
default: any;
|
|
18348
|
-
};
|
|
18349
18805
|
selectedOption: {
|
|
18350
18806
|
type: import("vue").PropType<unknown>;
|
|
18351
18807
|
default: any;
|
|
@@ -18392,6 +18848,10 @@ declare const _default: {
|
|
|
18392
18848
|
type: import("vue").PropType<boolean>;
|
|
18393
18849
|
default: boolean;
|
|
18394
18850
|
};
|
|
18851
|
+
valueToCopy: {
|
|
18852
|
+
type: import("vue").PropType<string>;
|
|
18853
|
+
default: any;
|
|
18854
|
+
};
|
|
18395
18855
|
options: {
|
|
18396
18856
|
type: import("vue").PropType<unknown[]>;
|
|
18397
18857
|
default: any;
|
|
@@ -18436,10 +18896,6 @@ declare const _default: {
|
|
|
18436
18896
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18437
18897
|
default: any;
|
|
18438
18898
|
};
|
|
18439
|
-
valueToCopy: {
|
|
18440
|
-
type: import("vue").PropType<string>;
|
|
18441
|
-
default: any;
|
|
18442
|
-
};
|
|
18443
18899
|
selectedOption: {
|
|
18444
18900
|
type: import("vue").PropType<unknown>;
|
|
18445
18901
|
default: any;
|
|
@@ -18462,6 +18918,7 @@ declare const _default: {
|
|
|
18462
18918
|
open: boolean;
|
|
18463
18919
|
mandatory: boolean;
|
|
18464
18920
|
loading: boolean;
|
|
18921
|
+
valueToCopy: string;
|
|
18465
18922
|
options: unknown[];
|
|
18466
18923
|
singleAppSelection: boolean;
|
|
18467
18924
|
placeholder: string;
|
|
@@ -18472,7 +18929,6 @@ declare const _default: {
|
|
|
18472
18929
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18473
18930
|
optionEndIconKey: string;
|
|
18474
18931
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18475
|
-
valueToCopy: string;
|
|
18476
18932
|
selectedOption: any;
|
|
18477
18933
|
brandIconType: "android" | "ios";
|
|
18478
18934
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -19081,6 +19537,7 @@ declare const _default: {
|
|
|
19081
19537
|
open: boolean;
|
|
19082
19538
|
mandatory: boolean;
|
|
19083
19539
|
loading: boolean;
|
|
19540
|
+
valueToCopy: string;
|
|
19084
19541
|
options: unknown[];
|
|
19085
19542
|
singleAppSelection: boolean;
|
|
19086
19543
|
placeholder: string;
|
|
@@ -19091,7 +19548,6 @@ declare const _default: {
|
|
|
19091
19548
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19092
19549
|
optionEndIconKey: string;
|
|
19093
19550
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19094
|
-
valueToCopy: string;
|
|
19095
19551
|
selectedOption: any;
|
|
19096
19552
|
brandIconType: "android" | "ios";
|
|
19097
19553
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -19125,6 +19581,10 @@ declare const _default: {
|
|
|
19125
19581
|
type: import("vue").PropType<boolean>;
|
|
19126
19582
|
default: boolean;
|
|
19127
19583
|
};
|
|
19584
|
+
valueToCopy: {
|
|
19585
|
+
type: import("vue").PropType<string>;
|
|
19586
|
+
default: any;
|
|
19587
|
+
};
|
|
19128
19588
|
options: {
|
|
19129
19589
|
type: import("vue").PropType<unknown[]>;
|
|
19130
19590
|
default: any;
|
|
@@ -19169,10 +19629,6 @@ declare const _default: {
|
|
|
19169
19629
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19170
19630
|
default: any;
|
|
19171
19631
|
};
|
|
19172
|
-
valueToCopy: {
|
|
19173
|
-
type: import("vue").PropType<string>;
|
|
19174
|
-
default: any;
|
|
19175
|
-
};
|
|
19176
19632
|
selectedOption: {
|
|
19177
19633
|
type: import("vue").PropType<unknown>;
|
|
19178
19634
|
default: any;
|
|
@@ -19184,7 +19640,7 @@ declare const _default: {
|
|
|
19184
19640
|
}>> & {
|
|
19185
19641
|
onClick?: () => any;
|
|
19186
19642
|
onCopyToClipboard?: () => any;
|
|
19187
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
19643
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
|
|
19188
19644
|
$attrs: {
|
|
19189
19645
|
[x: string]: unknown;
|
|
19190
19646
|
};
|
|
@@ -19229,6 +19685,10 @@ declare const _default: {
|
|
|
19229
19685
|
type: import("vue").PropType<boolean>;
|
|
19230
19686
|
default: boolean;
|
|
19231
19687
|
};
|
|
19688
|
+
valueToCopy: {
|
|
19689
|
+
type: import("vue").PropType<string>;
|
|
19690
|
+
default: any;
|
|
19691
|
+
};
|
|
19232
19692
|
options: {
|
|
19233
19693
|
type: import("vue").PropType<unknown[]>;
|
|
19234
19694
|
default: any;
|
|
@@ -19273,10 +19733,6 @@ declare const _default: {
|
|
|
19273
19733
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19274
19734
|
default: any;
|
|
19275
19735
|
};
|
|
19276
|
-
valueToCopy: {
|
|
19277
|
-
type: import("vue").PropType<string>;
|
|
19278
|
-
default: any;
|
|
19279
|
-
};
|
|
19280
19736
|
selectedOption: {
|
|
19281
19737
|
type: import("vue").PropType<unknown>;
|
|
19282
19738
|
default: any;
|
|
@@ -19299,6 +19755,7 @@ declare const _default: {
|
|
|
19299
19755
|
open: boolean;
|
|
19300
19756
|
mandatory: boolean;
|
|
19301
19757
|
loading: boolean;
|
|
19758
|
+
valueToCopy: string;
|
|
19302
19759
|
options: unknown[];
|
|
19303
19760
|
singleAppSelection: boolean;
|
|
19304
19761
|
placeholder: string;
|
|
@@ -19309,7 +19766,6 @@ declare const _default: {
|
|
|
19309
19766
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19310
19767
|
optionEndIconKey: string;
|
|
19311
19768
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19312
|
-
valueToCopy: string;
|
|
19313
19769
|
selectedOption: any;
|
|
19314
19770
|
brandIconType: "android" | "ios";
|
|
19315
19771
|
}, {}, string> & {
|
|
@@ -19363,6 +19819,10 @@ declare const _default: {
|
|
|
19363
19819
|
type: import("vue").PropType<boolean>;
|
|
19364
19820
|
default: boolean;
|
|
19365
19821
|
};
|
|
19822
|
+
valueToCopy: {
|
|
19823
|
+
type: import("vue").PropType<string>;
|
|
19824
|
+
default: any;
|
|
19825
|
+
};
|
|
19366
19826
|
options: {
|
|
19367
19827
|
type: import("vue").PropType<unknown[]>;
|
|
19368
19828
|
default: any;
|
|
@@ -19407,10 +19867,6 @@ declare const _default: {
|
|
|
19407
19867
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19408
19868
|
default: any;
|
|
19409
19869
|
};
|
|
19410
|
-
valueToCopy: {
|
|
19411
|
-
type: import("vue").PropType<string>;
|
|
19412
|
-
default: any;
|
|
19413
|
-
};
|
|
19414
19870
|
selectedOption: {
|
|
19415
19871
|
type: import("vue").PropType<unknown>;
|
|
19416
19872
|
default: any;
|
|
@@ -19457,6 +19913,10 @@ declare const _default: {
|
|
|
19457
19913
|
type: import("vue").PropType<boolean>;
|
|
19458
19914
|
default: boolean;
|
|
19459
19915
|
};
|
|
19916
|
+
valueToCopy: {
|
|
19917
|
+
type: import("vue").PropType<string>;
|
|
19918
|
+
default: any;
|
|
19919
|
+
};
|
|
19460
19920
|
options: {
|
|
19461
19921
|
type: import("vue").PropType<unknown[]>;
|
|
19462
19922
|
default: any;
|
|
@@ -19501,10 +19961,6 @@ declare const _default: {
|
|
|
19501
19961
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19502
19962
|
default: any;
|
|
19503
19963
|
};
|
|
19504
|
-
valueToCopy: {
|
|
19505
|
-
type: import("vue").PropType<string>;
|
|
19506
|
-
default: any;
|
|
19507
|
-
};
|
|
19508
19964
|
selectedOption: {
|
|
19509
19965
|
type: import("vue").PropType<unknown>;
|
|
19510
19966
|
default: any;
|
|
@@ -19527,6 +19983,7 @@ declare const _default: {
|
|
|
19527
19983
|
open: boolean;
|
|
19528
19984
|
mandatory: boolean;
|
|
19529
19985
|
loading: boolean;
|
|
19986
|
+
valueToCopy: string;
|
|
19530
19987
|
options: unknown[];
|
|
19531
19988
|
singleAppSelection: boolean;
|
|
19532
19989
|
placeholder: string;
|
|
@@ -19537,7 +19994,6 @@ declare const _default: {
|
|
|
19537
19994
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19538
19995
|
optionEndIconKey: string;
|
|
19539
19996
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19540
|
-
valueToCopy: string;
|
|
19541
19997
|
selectedOption: any;
|
|
19542
19998
|
brandIconType: "android" | "ios";
|
|
19543
19999
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -19566,11 +20022,13 @@ declare const _default: {
|
|
|
19566
20022
|
iconKey: string;
|
|
19567
20023
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19568
20024
|
endIconKey: string;
|
|
20025
|
+
endTextIconKey: string;
|
|
19569
20026
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
19570
20027
|
treeMainOption: boolean;
|
|
19571
20028
|
treeMainOptionExpanded: boolean;
|
|
19572
20029
|
stopOptionClickEventPropagation: boolean;
|
|
19573
20030
|
treeChildShown: boolean;
|
|
20031
|
+
isMulti: boolean;
|
|
19574
20032
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
19575
20033
|
option: {
|
|
19576
20034
|
type: import("vue").PropType<unknown>;
|
|
@@ -19632,6 +20090,10 @@ declare const _default: {
|
|
|
19632
20090
|
type: import("vue").PropType<string>;
|
|
19633
20091
|
default: any;
|
|
19634
20092
|
};
|
|
20093
|
+
endTextIconKey: {
|
|
20094
|
+
type: import("vue").PropType<string>;
|
|
20095
|
+
default: any;
|
|
20096
|
+
};
|
|
19635
20097
|
toolTipPlacement: {
|
|
19636
20098
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19637
20099
|
default: string;
|
|
@@ -19652,12 +20114,16 @@ declare const _default: {
|
|
|
19652
20114
|
type: import("vue").PropType<boolean>;
|
|
19653
20115
|
default: boolean;
|
|
19654
20116
|
};
|
|
20117
|
+
isMulti: {
|
|
20118
|
+
type: import("vue").PropType<boolean>;
|
|
20119
|
+
default: boolean;
|
|
20120
|
+
};
|
|
19655
20121
|
selectedProp: {
|
|
19656
20122
|
type: import("vue").PropType<boolean>;
|
|
19657
20123
|
};
|
|
19658
20124
|
}>> & {
|
|
19659
20125
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
19660
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
20126
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
|
|
19661
20127
|
$attrs: {
|
|
19662
20128
|
[x: string]: unknown;
|
|
19663
20129
|
};
|
|
@@ -19732,6 +20198,10 @@ declare const _default: {
|
|
|
19732
20198
|
type: import("vue").PropType<string>;
|
|
19733
20199
|
default: any;
|
|
19734
20200
|
};
|
|
20201
|
+
endTextIconKey: {
|
|
20202
|
+
type: import("vue").PropType<string>;
|
|
20203
|
+
default: any;
|
|
20204
|
+
};
|
|
19735
20205
|
toolTipPlacement: {
|
|
19736
20206
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19737
20207
|
default: string;
|
|
@@ -19752,6 +20222,10 @@ declare const _default: {
|
|
|
19752
20222
|
type: import("vue").PropType<boolean>;
|
|
19753
20223
|
default: boolean;
|
|
19754
20224
|
};
|
|
20225
|
+
isMulti: {
|
|
20226
|
+
type: import("vue").PropType<boolean>;
|
|
20227
|
+
default: boolean;
|
|
20228
|
+
};
|
|
19755
20229
|
selectedProp: {
|
|
19756
20230
|
type: import("vue").PropType<boolean>;
|
|
19757
20231
|
};
|
|
@@ -19775,11 +20249,13 @@ declare const _default: {
|
|
|
19775
20249
|
iconKey: string;
|
|
19776
20250
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19777
20251
|
endIconKey: string;
|
|
20252
|
+
endTextIconKey: string;
|
|
19778
20253
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
19779
20254
|
treeMainOption: boolean;
|
|
19780
20255
|
treeMainOptionExpanded: boolean;
|
|
19781
20256
|
stopOptionClickEventPropagation: boolean;
|
|
19782
20257
|
treeChildShown: boolean;
|
|
20258
|
+
isMulti: boolean;
|
|
19783
20259
|
}, {}, string> & {
|
|
19784
20260
|
beforeCreate?: (() => void) | (() => void)[];
|
|
19785
20261
|
created?: (() => void) | (() => void)[];
|
|
@@ -19861,6 +20337,10 @@ declare const _default: {
|
|
|
19861
20337
|
type: import("vue").PropType<string>;
|
|
19862
20338
|
default: any;
|
|
19863
20339
|
};
|
|
20340
|
+
endTextIconKey: {
|
|
20341
|
+
type: import("vue").PropType<string>;
|
|
20342
|
+
default: any;
|
|
20343
|
+
};
|
|
19864
20344
|
toolTipPlacement: {
|
|
19865
20345
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19866
20346
|
default: string;
|
|
@@ -19881,6 +20361,10 @@ declare const _default: {
|
|
|
19881
20361
|
type: import("vue").PropType<boolean>;
|
|
19882
20362
|
default: boolean;
|
|
19883
20363
|
};
|
|
20364
|
+
isMulti: {
|
|
20365
|
+
type: import("vue").PropType<boolean>;
|
|
20366
|
+
default: boolean;
|
|
20367
|
+
};
|
|
19884
20368
|
selectedProp: {
|
|
19885
20369
|
type: import("vue").PropType<boolean>;
|
|
19886
20370
|
};
|
|
@@ -19951,6 +20435,10 @@ declare const _default: {
|
|
|
19951
20435
|
type: import("vue").PropType<string>;
|
|
19952
20436
|
default: any;
|
|
19953
20437
|
};
|
|
20438
|
+
endTextIconKey: {
|
|
20439
|
+
type: import("vue").PropType<string>;
|
|
20440
|
+
default: any;
|
|
20441
|
+
};
|
|
19954
20442
|
toolTipPlacement: {
|
|
19955
20443
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
19956
20444
|
default: string;
|
|
@@ -19971,6 +20459,10 @@ declare const _default: {
|
|
|
19971
20459
|
type: import("vue").PropType<boolean>;
|
|
19972
20460
|
default: boolean;
|
|
19973
20461
|
};
|
|
20462
|
+
isMulti: {
|
|
20463
|
+
type: import("vue").PropType<boolean>;
|
|
20464
|
+
default: boolean;
|
|
20465
|
+
};
|
|
19974
20466
|
selectedProp: {
|
|
19975
20467
|
type: import("vue").PropType<boolean>;
|
|
19976
20468
|
};
|
|
@@ -19994,11 +20486,13 @@ declare const _default: {
|
|
|
19994
20486
|
iconKey: string;
|
|
19995
20487
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19996
20488
|
endIconKey: string;
|
|
20489
|
+
endTextIconKey: string;
|
|
19997
20490
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
19998
20491
|
treeMainOption: boolean;
|
|
19999
20492
|
treeMainOptionExpanded: boolean;
|
|
20000
20493
|
stopOptionClickEventPropagation: boolean;
|
|
20001
20494
|
treeChildShown: boolean;
|
|
20495
|
+
isMulti: boolean;
|
|
20002
20496
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
20003
20497
|
$slots: {
|
|
20004
20498
|
image?(_: {}): any;
|
|
@@ -20067,6 +20561,14 @@ declare const _default: {
|
|
|
20067
20561
|
required: true;
|
|
20068
20562
|
default: string;
|
|
20069
20563
|
};
|
|
20564
|
+
cancelAllSelectedDisplay: {
|
|
20565
|
+
type: import("vue").PropType<boolean>;
|
|
20566
|
+
default: boolean;
|
|
20567
|
+
};
|
|
20568
|
+
displayValueInQuotes: {
|
|
20569
|
+
type: import("vue").PropType<boolean>;
|
|
20570
|
+
default: boolean;
|
|
20571
|
+
};
|
|
20070
20572
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20071
20573
|
clear: () => void;
|
|
20072
20574
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -20117,6 +20619,14 @@ declare const _default: {
|
|
|
20117
20619
|
required: true;
|
|
20118
20620
|
default: string;
|
|
20119
20621
|
};
|
|
20622
|
+
cancelAllSelectedDisplay: {
|
|
20623
|
+
type: import("vue").PropType<boolean>;
|
|
20624
|
+
default: boolean;
|
|
20625
|
+
};
|
|
20626
|
+
displayValueInQuotes: {
|
|
20627
|
+
type: import("vue").PropType<boolean>;
|
|
20628
|
+
default: boolean;
|
|
20629
|
+
};
|
|
20120
20630
|
}>> & {
|
|
20121
20631
|
onClear?: () => any;
|
|
20122
20632
|
}, {
|
|
@@ -20127,6 +20637,8 @@ declare const _default: {
|
|
|
20127
20637
|
feedbackVariant: string;
|
|
20128
20638
|
allSelected: boolean;
|
|
20129
20639
|
displayedValue: any;
|
|
20640
|
+
cancelAllSelectedDisplay: boolean;
|
|
20641
|
+
displayValueInQuotes: boolean;
|
|
20130
20642
|
}> | ({
|
|
20131
20643
|
new (...args: any[]): {
|
|
20132
20644
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -20145,9 +20657,10 @@ declare const _default: {
|
|
|
20145
20657
|
skidding: number;
|
|
20146
20658
|
modelValue: any;
|
|
20147
20659
|
selected: any;
|
|
20148
|
-
|
|
20660
|
+
valueToCopy: string;
|
|
20149
20661
|
placeholder: string;
|
|
20150
20662
|
multi: boolean;
|
|
20663
|
+
infiniteLoading: boolean;
|
|
20151
20664
|
showSelectAll: boolean;
|
|
20152
20665
|
defaultOpen: boolean;
|
|
20153
20666
|
keepOpen: boolean;
|
|
@@ -20166,14 +20679,15 @@ declare const _default: {
|
|
|
20166
20679
|
onSearch: (option: any, term: string) => boolean;
|
|
20167
20680
|
noResultsText: string;
|
|
20168
20681
|
searchAutoFocus: boolean;
|
|
20682
|
+
onClearSearch: () => void;
|
|
20169
20683
|
optionNameKey: string;
|
|
20170
20684
|
optionIconKey: string;
|
|
20171
20685
|
optionImageKey: string;
|
|
20172
20686
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20173
20687
|
optionEndIconKey: string;
|
|
20174
20688
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20689
|
+
optionsEndTextIconKey: string;
|
|
20175
20690
|
optionFlagKey: string;
|
|
20176
|
-
valueToCopy: string;
|
|
20177
20691
|
disabledOptionKey: string;
|
|
20178
20692
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20179
20693
|
optionTwoLinesKey: string;
|
|
@@ -20185,6 +20699,7 @@ declare const _default: {
|
|
|
20185
20699
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20186
20700
|
disableVirtualScroll: boolean;
|
|
20187
20701
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
20702
|
+
withConditions: boolean;
|
|
20188
20703
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
20189
20704
|
theme: {
|
|
20190
20705
|
type: import("vue").PropType<string>;
|
|
@@ -20229,13 +20744,13 @@ declare const _default: {
|
|
|
20229
20744
|
loading: {
|
|
20230
20745
|
type: import("vue").PropType<boolean>;
|
|
20231
20746
|
};
|
|
20747
|
+
isOpen: {
|
|
20748
|
+
type: import("vue").PropType<boolean>;
|
|
20749
|
+
};
|
|
20232
20750
|
skidding: {
|
|
20233
20751
|
type: import("vue").PropType<number>;
|
|
20234
20752
|
default: number;
|
|
20235
20753
|
};
|
|
20236
|
-
isOpen: {
|
|
20237
|
-
type: import("vue").PropType<boolean>;
|
|
20238
|
-
};
|
|
20239
20754
|
modelValue: {
|
|
20240
20755
|
type: import("vue").PropType<unknown>;
|
|
20241
20756
|
default: any;
|
|
@@ -20244,14 +20759,14 @@ declare const _default: {
|
|
|
20244
20759
|
type: import("vue").PropType<unknown>;
|
|
20245
20760
|
default: any;
|
|
20246
20761
|
};
|
|
20762
|
+
valueToCopy: {
|
|
20763
|
+
type: import("vue").PropType<string>;
|
|
20764
|
+
default: any;
|
|
20765
|
+
};
|
|
20247
20766
|
options: {
|
|
20248
20767
|
type: import("vue").PropType<unknown[]>;
|
|
20249
20768
|
required: true;
|
|
20250
20769
|
};
|
|
20251
|
-
onClear: {
|
|
20252
|
-
type: import("vue").PropType<() => void>;
|
|
20253
|
-
default: () => true;
|
|
20254
|
-
};
|
|
20255
20770
|
placeholder: {
|
|
20256
20771
|
type: import("vue").PropType<string>;
|
|
20257
20772
|
default: string;
|
|
@@ -20260,6 +20775,13 @@ declare const _default: {
|
|
|
20260
20775
|
type: import("vue").PropType<boolean>;
|
|
20261
20776
|
default: boolean;
|
|
20262
20777
|
};
|
|
20778
|
+
loadMoreLoading: {
|
|
20779
|
+
type: import("vue").PropType<boolean>;
|
|
20780
|
+
};
|
|
20781
|
+
infiniteLoading: {
|
|
20782
|
+
type: import("vue").PropType<boolean>;
|
|
20783
|
+
default: boolean;
|
|
20784
|
+
};
|
|
20263
20785
|
showSelectAll: {
|
|
20264
20786
|
type: import("vue").PropType<boolean>;
|
|
20265
20787
|
default: boolean;
|
|
@@ -20332,6 +20854,10 @@ declare const _default: {
|
|
|
20332
20854
|
type: import("vue").PropType<boolean>;
|
|
20333
20855
|
default: boolean;
|
|
20334
20856
|
};
|
|
20857
|
+
onClearSearch: {
|
|
20858
|
+
type: import("vue").PropType<() => void>;
|
|
20859
|
+
default: () => true;
|
|
20860
|
+
};
|
|
20335
20861
|
displayValue: {
|
|
20336
20862
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20337
20863
|
required: true;
|
|
@@ -20360,11 +20886,11 @@ declare const _default: {
|
|
|
20360
20886
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20361
20887
|
default: any;
|
|
20362
20888
|
};
|
|
20363
|
-
|
|
20889
|
+
optionsEndTextIconKey: {
|
|
20364
20890
|
type: import("vue").PropType<string>;
|
|
20365
20891
|
default: any;
|
|
20366
20892
|
};
|
|
20367
|
-
|
|
20893
|
+
optionFlagKey: {
|
|
20368
20894
|
type: import("vue").PropType<string>;
|
|
20369
20895
|
default: any;
|
|
20370
20896
|
};
|
|
@@ -20412,17 +20938,23 @@ declare const _default: {
|
|
|
20412
20938
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20413
20939
|
default: any;
|
|
20414
20940
|
};
|
|
20941
|
+
withConditions: {
|
|
20942
|
+
type: import("vue").PropType<boolean>;
|
|
20943
|
+
default: boolean;
|
|
20944
|
+
};
|
|
20415
20945
|
}>> & {
|
|
20416
20946
|
onCopyToClipboard?: () => any;
|
|
20417
20947
|
onClear?: () => any;
|
|
20418
20948
|
onApply?: (value: unknown) => any;
|
|
20419
20949
|
onSelectAll?: () => any;
|
|
20420
20950
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
20951
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
20421
20952
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20422
20953
|
onOnsearch?: (value: string) => any;
|
|
20954
|
+
onLoadMore?: () => any;
|
|
20423
20955
|
onOpened?: () => any;
|
|
20424
20956
|
onClosed?: () => any;
|
|
20425
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "
|
|
20957
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
20426
20958
|
$attrs: {
|
|
20427
20959
|
[x: string]: unknown;
|
|
20428
20960
|
};
|
|
@@ -20434,7 +20966,7 @@ declare const _default: {
|
|
|
20434
20966
|
}>;
|
|
20435
20967
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20436
20968
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20437
|
-
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
20969
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
20438
20970
|
$el: any;
|
|
20439
20971
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
20440
20972
|
theme: {
|
|
@@ -20480,13 +21012,13 @@ declare const _default: {
|
|
|
20480
21012
|
loading: {
|
|
20481
21013
|
type: import("vue").PropType<boolean>;
|
|
20482
21014
|
};
|
|
21015
|
+
isOpen: {
|
|
21016
|
+
type: import("vue").PropType<boolean>;
|
|
21017
|
+
};
|
|
20483
21018
|
skidding: {
|
|
20484
21019
|
type: import("vue").PropType<number>;
|
|
20485
21020
|
default: number;
|
|
20486
21021
|
};
|
|
20487
|
-
isOpen: {
|
|
20488
|
-
type: import("vue").PropType<boolean>;
|
|
20489
|
-
};
|
|
20490
21022
|
modelValue: {
|
|
20491
21023
|
type: import("vue").PropType<unknown>;
|
|
20492
21024
|
default: any;
|
|
@@ -20495,14 +21027,14 @@ declare const _default: {
|
|
|
20495
21027
|
type: import("vue").PropType<unknown>;
|
|
20496
21028
|
default: any;
|
|
20497
21029
|
};
|
|
21030
|
+
valueToCopy: {
|
|
21031
|
+
type: import("vue").PropType<string>;
|
|
21032
|
+
default: any;
|
|
21033
|
+
};
|
|
20498
21034
|
options: {
|
|
20499
21035
|
type: import("vue").PropType<unknown[]>;
|
|
20500
21036
|
required: true;
|
|
20501
21037
|
};
|
|
20502
|
-
onClear: {
|
|
20503
|
-
type: import("vue").PropType<() => void>;
|
|
20504
|
-
default: () => true;
|
|
20505
|
-
};
|
|
20506
21038
|
placeholder: {
|
|
20507
21039
|
type: import("vue").PropType<string>;
|
|
20508
21040
|
default: string;
|
|
@@ -20511,6 +21043,13 @@ declare const _default: {
|
|
|
20511
21043
|
type: import("vue").PropType<boolean>;
|
|
20512
21044
|
default: boolean;
|
|
20513
21045
|
};
|
|
21046
|
+
loadMoreLoading: {
|
|
21047
|
+
type: import("vue").PropType<boolean>;
|
|
21048
|
+
};
|
|
21049
|
+
infiniteLoading: {
|
|
21050
|
+
type: import("vue").PropType<boolean>;
|
|
21051
|
+
default: boolean;
|
|
21052
|
+
};
|
|
20514
21053
|
showSelectAll: {
|
|
20515
21054
|
type: import("vue").PropType<boolean>;
|
|
20516
21055
|
default: boolean;
|
|
@@ -20583,6 +21122,10 @@ declare const _default: {
|
|
|
20583
21122
|
type: import("vue").PropType<boolean>;
|
|
20584
21123
|
default: boolean;
|
|
20585
21124
|
};
|
|
21125
|
+
onClearSearch: {
|
|
21126
|
+
type: import("vue").PropType<() => void>;
|
|
21127
|
+
default: () => true;
|
|
21128
|
+
};
|
|
20586
21129
|
displayValue: {
|
|
20587
21130
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20588
21131
|
required: true;
|
|
@@ -20611,11 +21154,11 @@ declare const _default: {
|
|
|
20611
21154
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20612
21155
|
default: any;
|
|
20613
21156
|
};
|
|
20614
|
-
|
|
21157
|
+
optionsEndTextIconKey: {
|
|
20615
21158
|
type: import("vue").PropType<string>;
|
|
20616
21159
|
default: any;
|
|
20617
21160
|
};
|
|
20618
|
-
|
|
21161
|
+
optionFlagKey: {
|
|
20619
21162
|
type: import("vue").PropType<string>;
|
|
20620
21163
|
default: any;
|
|
20621
21164
|
};
|
|
@@ -20663,14 +21206,20 @@ declare const _default: {
|
|
|
20663
21206
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20664
21207
|
default: any;
|
|
20665
21208
|
};
|
|
21209
|
+
withConditions: {
|
|
21210
|
+
type: import("vue").PropType<boolean>;
|
|
21211
|
+
default: boolean;
|
|
21212
|
+
};
|
|
20666
21213
|
}>> & {
|
|
20667
21214
|
onCopyToClipboard?: () => any;
|
|
20668
21215
|
onClear?: () => any;
|
|
20669
21216
|
onApply?: (value: unknown) => any;
|
|
20670
21217
|
onSelectAll?: () => any;
|
|
20671
21218
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21219
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
20672
21220
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20673
21221
|
onOnsearch?: (value: string) => any;
|
|
21222
|
+
onLoadMore?: () => any;
|
|
20674
21223
|
onOpened?: () => any;
|
|
20675
21224
|
onClosed?: () => any;
|
|
20676
21225
|
}, {
|
|
@@ -20686,6 +21235,8 @@ declare const _default: {
|
|
|
20686
21235
|
clear: () => void;
|
|
20687
21236
|
copyToClipboard: () => void;
|
|
20688
21237
|
onsearch: (value: string) => void;
|
|
21238
|
+
loadMore: () => void;
|
|
21239
|
+
allSelectedChanged: (value: boolean) => void;
|
|
20689
21240
|
}, string, {
|
|
20690
21241
|
theme: string;
|
|
20691
21242
|
testId: string;
|
|
@@ -20700,9 +21251,10 @@ declare const _default: {
|
|
|
20700
21251
|
skidding: number;
|
|
20701
21252
|
modelValue: any;
|
|
20702
21253
|
selected: any;
|
|
20703
|
-
|
|
21254
|
+
valueToCopy: string;
|
|
20704
21255
|
placeholder: string;
|
|
20705
21256
|
multi: boolean;
|
|
21257
|
+
infiniteLoading: boolean;
|
|
20706
21258
|
showSelectAll: boolean;
|
|
20707
21259
|
defaultOpen: boolean;
|
|
20708
21260
|
keepOpen: boolean;
|
|
@@ -20721,14 +21273,15 @@ declare const _default: {
|
|
|
20721
21273
|
onSearch: (option: any, term: string) => boolean;
|
|
20722
21274
|
noResultsText: string;
|
|
20723
21275
|
searchAutoFocus: boolean;
|
|
21276
|
+
onClearSearch: () => void;
|
|
20724
21277
|
optionNameKey: string;
|
|
20725
21278
|
optionIconKey: string;
|
|
20726
21279
|
optionImageKey: string;
|
|
20727
21280
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20728
21281
|
optionEndIconKey: string;
|
|
20729
21282
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21283
|
+
optionsEndTextIconKey: string;
|
|
20730
21284
|
optionFlagKey: string;
|
|
20731
|
-
valueToCopy: string;
|
|
20732
21285
|
disabledOptionKey: string;
|
|
20733
21286
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20734
21287
|
optionTwoLinesKey: string;
|
|
@@ -20740,6 +21293,7 @@ declare const _default: {
|
|
|
20740
21293
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20741
21294
|
disableVirtualScroll: boolean;
|
|
20742
21295
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
21296
|
+
withConditions: boolean;
|
|
20743
21297
|
}, {}, string> & {
|
|
20744
21298
|
beforeCreate?: (() => void) | (() => void)[];
|
|
20745
21299
|
created?: (() => void) | (() => void)[];
|
|
@@ -20804,13 +21358,13 @@ declare const _default: {
|
|
|
20804
21358
|
loading: {
|
|
20805
21359
|
type: import("vue").PropType<boolean>;
|
|
20806
21360
|
};
|
|
21361
|
+
isOpen: {
|
|
21362
|
+
type: import("vue").PropType<boolean>;
|
|
21363
|
+
};
|
|
20807
21364
|
skidding: {
|
|
20808
21365
|
type: import("vue").PropType<number>;
|
|
20809
21366
|
default: number;
|
|
20810
21367
|
};
|
|
20811
|
-
isOpen: {
|
|
20812
|
-
type: import("vue").PropType<boolean>;
|
|
20813
|
-
};
|
|
20814
21368
|
modelValue: {
|
|
20815
21369
|
type: import("vue").PropType<unknown>;
|
|
20816
21370
|
default: any;
|
|
@@ -20819,14 +21373,14 @@ declare const _default: {
|
|
|
20819
21373
|
type: import("vue").PropType<unknown>;
|
|
20820
21374
|
default: any;
|
|
20821
21375
|
};
|
|
21376
|
+
valueToCopy: {
|
|
21377
|
+
type: import("vue").PropType<string>;
|
|
21378
|
+
default: any;
|
|
21379
|
+
};
|
|
20822
21380
|
options: {
|
|
20823
21381
|
type: import("vue").PropType<unknown[]>;
|
|
20824
21382
|
required: true;
|
|
20825
21383
|
};
|
|
20826
|
-
onClear: {
|
|
20827
|
-
type: import("vue").PropType<() => void>;
|
|
20828
|
-
default: () => true;
|
|
20829
|
-
};
|
|
20830
21384
|
placeholder: {
|
|
20831
21385
|
type: import("vue").PropType<string>;
|
|
20832
21386
|
default: string;
|
|
@@ -20835,6 +21389,13 @@ declare const _default: {
|
|
|
20835
21389
|
type: import("vue").PropType<boolean>;
|
|
20836
21390
|
default: boolean;
|
|
20837
21391
|
};
|
|
21392
|
+
loadMoreLoading: {
|
|
21393
|
+
type: import("vue").PropType<boolean>;
|
|
21394
|
+
};
|
|
21395
|
+
infiniteLoading: {
|
|
21396
|
+
type: import("vue").PropType<boolean>;
|
|
21397
|
+
default: boolean;
|
|
21398
|
+
};
|
|
20838
21399
|
showSelectAll: {
|
|
20839
21400
|
type: import("vue").PropType<boolean>;
|
|
20840
21401
|
default: boolean;
|
|
@@ -20907,6 +21468,10 @@ declare const _default: {
|
|
|
20907
21468
|
type: import("vue").PropType<boolean>;
|
|
20908
21469
|
default: boolean;
|
|
20909
21470
|
};
|
|
21471
|
+
onClearSearch: {
|
|
21472
|
+
type: import("vue").PropType<() => void>;
|
|
21473
|
+
default: () => true;
|
|
21474
|
+
};
|
|
20910
21475
|
displayValue: {
|
|
20911
21476
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20912
21477
|
required: true;
|
|
@@ -20935,11 +21500,11 @@ declare const _default: {
|
|
|
20935
21500
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20936
21501
|
default: any;
|
|
20937
21502
|
};
|
|
20938
|
-
|
|
21503
|
+
optionsEndTextIconKey: {
|
|
20939
21504
|
type: import("vue").PropType<string>;
|
|
20940
21505
|
default: any;
|
|
20941
21506
|
};
|
|
20942
|
-
|
|
21507
|
+
optionFlagKey: {
|
|
20943
21508
|
type: import("vue").PropType<string>;
|
|
20944
21509
|
default: any;
|
|
20945
21510
|
};
|
|
@@ -20987,14 +21552,20 @@ declare const _default: {
|
|
|
20987
21552
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20988
21553
|
default: any;
|
|
20989
21554
|
};
|
|
21555
|
+
withConditions: {
|
|
21556
|
+
type: import("vue").PropType<boolean>;
|
|
21557
|
+
default: boolean;
|
|
21558
|
+
};
|
|
20990
21559
|
}>> & {
|
|
20991
21560
|
onCopyToClipboard?: () => any;
|
|
20992
21561
|
onClear?: () => any;
|
|
20993
21562
|
onApply?: (value: unknown) => any;
|
|
20994
21563
|
onSelectAll?: () => any;
|
|
20995
21564
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21565
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
20996
21566
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20997
21567
|
onOnsearch?: (value: string) => any;
|
|
21568
|
+
onLoadMore?: () => any;
|
|
20998
21569
|
onOpened?: () => any;
|
|
20999
21570
|
onClosed?: () => any;
|
|
21000
21571
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -21048,13 +21619,13 @@ declare const _default: {
|
|
|
21048
21619
|
loading: {
|
|
21049
21620
|
type: import("vue").PropType<boolean>;
|
|
21050
21621
|
};
|
|
21622
|
+
isOpen: {
|
|
21623
|
+
type: import("vue").PropType<boolean>;
|
|
21624
|
+
};
|
|
21051
21625
|
skidding: {
|
|
21052
21626
|
type: import("vue").PropType<number>;
|
|
21053
21627
|
default: number;
|
|
21054
21628
|
};
|
|
21055
|
-
isOpen: {
|
|
21056
|
-
type: import("vue").PropType<boolean>;
|
|
21057
|
-
};
|
|
21058
21629
|
modelValue: {
|
|
21059
21630
|
type: import("vue").PropType<unknown>;
|
|
21060
21631
|
default: any;
|
|
@@ -21063,14 +21634,14 @@ declare const _default: {
|
|
|
21063
21634
|
type: import("vue").PropType<unknown>;
|
|
21064
21635
|
default: any;
|
|
21065
21636
|
};
|
|
21637
|
+
valueToCopy: {
|
|
21638
|
+
type: import("vue").PropType<string>;
|
|
21639
|
+
default: any;
|
|
21640
|
+
};
|
|
21066
21641
|
options: {
|
|
21067
21642
|
type: import("vue").PropType<unknown[]>;
|
|
21068
21643
|
required: true;
|
|
21069
21644
|
};
|
|
21070
|
-
onClear: {
|
|
21071
|
-
type: import("vue").PropType<() => void>;
|
|
21072
|
-
default: () => true;
|
|
21073
|
-
};
|
|
21074
21645
|
placeholder: {
|
|
21075
21646
|
type: import("vue").PropType<string>;
|
|
21076
21647
|
default: string;
|
|
@@ -21079,6 +21650,13 @@ declare const _default: {
|
|
|
21079
21650
|
type: import("vue").PropType<boolean>;
|
|
21080
21651
|
default: boolean;
|
|
21081
21652
|
};
|
|
21653
|
+
loadMoreLoading: {
|
|
21654
|
+
type: import("vue").PropType<boolean>;
|
|
21655
|
+
};
|
|
21656
|
+
infiniteLoading: {
|
|
21657
|
+
type: import("vue").PropType<boolean>;
|
|
21658
|
+
default: boolean;
|
|
21659
|
+
};
|
|
21082
21660
|
showSelectAll: {
|
|
21083
21661
|
type: import("vue").PropType<boolean>;
|
|
21084
21662
|
default: boolean;
|
|
@@ -21151,6 +21729,10 @@ declare const _default: {
|
|
|
21151
21729
|
type: import("vue").PropType<boolean>;
|
|
21152
21730
|
default: boolean;
|
|
21153
21731
|
};
|
|
21732
|
+
onClearSearch: {
|
|
21733
|
+
type: import("vue").PropType<() => void>;
|
|
21734
|
+
default: () => true;
|
|
21735
|
+
};
|
|
21154
21736
|
displayValue: {
|
|
21155
21737
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
21156
21738
|
required: true;
|
|
@@ -21179,11 +21761,11 @@ declare const _default: {
|
|
|
21179
21761
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21180
21762
|
default: any;
|
|
21181
21763
|
};
|
|
21182
|
-
|
|
21764
|
+
optionsEndTextIconKey: {
|
|
21183
21765
|
type: import("vue").PropType<string>;
|
|
21184
21766
|
default: any;
|
|
21185
21767
|
};
|
|
21186
|
-
|
|
21768
|
+
optionFlagKey: {
|
|
21187
21769
|
type: import("vue").PropType<string>;
|
|
21188
21770
|
default: any;
|
|
21189
21771
|
};
|
|
@@ -21231,14 +21813,20 @@ declare const _default: {
|
|
|
21231
21813
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
21232
21814
|
default: any;
|
|
21233
21815
|
};
|
|
21816
|
+
withConditions: {
|
|
21817
|
+
type: import("vue").PropType<boolean>;
|
|
21818
|
+
default: boolean;
|
|
21819
|
+
};
|
|
21234
21820
|
}>> & {
|
|
21235
21821
|
onCopyToClipboard?: () => any;
|
|
21236
21822
|
onClear?: () => any;
|
|
21237
21823
|
onApply?: (value: unknown) => any;
|
|
21238
21824
|
onSelectAll?: () => any;
|
|
21239
21825
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21826
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
21240
21827
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21241
21828
|
onOnsearch?: (value: string) => any;
|
|
21829
|
+
onLoadMore?: () => any;
|
|
21242
21830
|
onOpened?: () => any;
|
|
21243
21831
|
onClosed?: () => any;
|
|
21244
21832
|
}, {
|
|
@@ -21254,6 +21842,8 @@ declare const _default: {
|
|
|
21254
21842
|
clear: () => void;
|
|
21255
21843
|
copyToClipboard: () => void;
|
|
21256
21844
|
onsearch: (value: string) => void;
|
|
21845
|
+
loadMore: () => void;
|
|
21846
|
+
allSelectedChanged: (value: boolean) => void;
|
|
21257
21847
|
}, string, {
|
|
21258
21848
|
theme: string;
|
|
21259
21849
|
testId: string;
|
|
@@ -21268,9 +21858,10 @@ declare const _default: {
|
|
|
21268
21858
|
skidding: number;
|
|
21269
21859
|
modelValue: any;
|
|
21270
21860
|
selected: any;
|
|
21271
|
-
|
|
21861
|
+
valueToCopy: string;
|
|
21272
21862
|
placeholder: string;
|
|
21273
21863
|
multi: boolean;
|
|
21864
|
+
infiniteLoading: boolean;
|
|
21274
21865
|
showSelectAll: boolean;
|
|
21275
21866
|
defaultOpen: boolean;
|
|
21276
21867
|
keepOpen: boolean;
|
|
@@ -21289,14 +21880,15 @@ declare const _default: {
|
|
|
21289
21880
|
onSearch: (option: any, term: string) => boolean;
|
|
21290
21881
|
noResultsText: string;
|
|
21291
21882
|
searchAutoFocus: boolean;
|
|
21883
|
+
onClearSearch: () => void;
|
|
21292
21884
|
optionNameKey: string;
|
|
21293
21885
|
optionIconKey: string;
|
|
21294
21886
|
optionImageKey: string;
|
|
21295
21887
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21296
21888
|
optionEndIconKey: string;
|
|
21297
21889
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21890
|
+
optionsEndTextIconKey: string;
|
|
21298
21891
|
optionFlagKey: string;
|
|
21299
|
-
valueToCopy: string;
|
|
21300
21892
|
disabledOptionKey: string;
|
|
21301
21893
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21302
21894
|
optionTwoLinesKey: string;
|
|
@@ -21308,6 +21900,7 @@ declare const _default: {
|
|
|
21308
21900
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
21309
21901
|
disableVirtualScroll: boolean;
|
|
21310
21902
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
21903
|
+
withConditions: boolean;
|
|
21311
21904
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21312
21905
|
$slots: {
|
|
21313
21906
|
label?(_: {}): any;
|
|
@@ -21336,6 +21929,7 @@ declare const _default: {
|
|
|
21336
21929
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21337
21930
|
optionAndIconKey: string;
|
|
21338
21931
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21932
|
+
optionsEndTextIconKey: string;
|
|
21339
21933
|
optionFlagKey: string;
|
|
21340
21934
|
feedbackVariant: "success" | "warning" | "error";
|
|
21341
21935
|
valueToCopy: string;
|
|
@@ -21347,10 +21941,13 @@ declare const _default: {
|
|
|
21347
21941
|
onClick: () => void;
|
|
21348
21942
|
};
|
|
21349
21943
|
}): any;
|
|
21944
|
+
"dropdown-conditions"?(_: {}): any;
|
|
21350
21945
|
"inline-search"?(_: {}): any;
|
|
21351
21946
|
"input-list"?(_: {
|
|
21352
21947
|
open: true;
|
|
21353
21948
|
}): any;
|
|
21949
|
+
"custom-list-area"?(_: {}): any;
|
|
21950
|
+
"select-all"?(_: {}): any;
|
|
21354
21951
|
"group-option"?(_: {}): any;
|
|
21355
21952
|
default?(_: {
|
|
21356
21953
|
option: unknown;
|
|
@@ -21447,6 +22044,7 @@ declare const _default: {
|
|
|
21447
22044
|
disabled: boolean;
|
|
21448
22045
|
size: "small" | "medium" | "large";
|
|
21449
22046
|
selected: unknown[];
|
|
22047
|
+
valueToCopy: string;
|
|
21450
22048
|
placeholder: string;
|
|
21451
22049
|
inlineSearchPlaceholder: string;
|
|
21452
22050
|
optionNameKey: string;
|
|
@@ -21455,8 +22053,8 @@ declare const _default: {
|
|
|
21455
22053
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21456
22054
|
optionEndIconKey: string;
|
|
21457
22055
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21458
|
-
valueToCopy: string;
|
|
21459
22056
|
disabledOptionKey: string;
|
|
22057
|
+
optionEndTextIconKey: string;
|
|
21460
22058
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
21461
22059
|
testId: {
|
|
21462
22060
|
type: import("vue").PropType<string>;
|
|
@@ -21477,6 +22075,10 @@ declare const _default: {
|
|
|
21477
22075
|
type: import("vue").PropType<unknown[]>;
|
|
21478
22076
|
default: any;
|
|
21479
22077
|
};
|
|
22078
|
+
valueToCopy: {
|
|
22079
|
+
type: import("vue").PropType<string>;
|
|
22080
|
+
default: any;
|
|
22081
|
+
};
|
|
21480
22082
|
options: {
|
|
21481
22083
|
type: import("vue").PropType<unknown[]>;
|
|
21482
22084
|
required: true;
|
|
@@ -21517,14 +22119,14 @@ declare const _default: {
|
|
|
21517
22119
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21518
22120
|
default: any;
|
|
21519
22121
|
};
|
|
21520
|
-
valueToCopy: {
|
|
21521
|
-
type: import("vue").PropType<string>;
|
|
21522
|
-
default: any;
|
|
21523
|
-
};
|
|
21524
22122
|
disabledOptionKey: {
|
|
21525
22123
|
type: import("vue").PropType<string>;
|
|
21526
22124
|
default: string;
|
|
21527
22125
|
};
|
|
22126
|
+
optionEndTextIconKey: {
|
|
22127
|
+
type: import("vue").PropType<string>;
|
|
22128
|
+
default: any;
|
|
22129
|
+
};
|
|
21528
22130
|
optionChildrenKey: {
|
|
21529
22131
|
type: import("vue").PropType<string>;
|
|
21530
22132
|
required: true;
|
|
@@ -21540,7 +22142,7 @@ declare const _default: {
|
|
|
21540
22142
|
}>> & {
|
|
21541
22143
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21542
22144
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21543
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
22145
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
21544
22146
|
$attrs: {
|
|
21545
22147
|
[x: string]: unknown;
|
|
21546
22148
|
};
|
|
@@ -21574,6 +22176,10 @@ declare const _default: {
|
|
|
21574
22176
|
type: import("vue").PropType<unknown[]>;
|
|
21575
22177
|
default: any;
|
|
21576
22178
|
};
|
|
22179
|
+
valueToCopy: {
|
|
22180
|
+
type: import("vue").PropType<string>;
|
|
22181
|
+
default: any;
|
|
22182
|
+
};
|
|
21577
22183
|
options: {
|
|
21578
22184
|
type: import("vue").PropType<unknown[]>;
|
|
21579
22185
|
required: true;
|
|
@@ -21614,14 +22220,14 @@ declare const _default: {
|
|
|
21614
22220
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21615
22221
|
default: any;
|
|
21616
22222
|
};
|
|
21617
|
-
valueToCopy: {
|
|
21618
|
-
type: import("vue").PropType<string>;
|
|
21619
|
-
default: any;
|
|
21620
|
-
};
|
|
21621
22223
|
disabledOptionKey: {
|
|
21622
22224
|
type: import("vue").PropType<string>;
|
|
21623
22225
|
default: string;
|
|
21624
22226
|
};
|
|
22227
|
+
optionEndTextIconKey: {
|
|
22228
|
+
type: import("vue").PropType<string>;
|
|
22229
|
+
default: any;
|
|
22230
|
+
};
|
|
21625
22231
|
optionChildrenKey: {
|
|
21626
22232
|
type: import("vue").PropType<string>;
|
|
21627
22233
|
required: true;
|
|
@@ -21645,6 +22251,7 @@ declare const _default: {
|
|
|
21645
22251
|
disabled: boolean;
|
|
21646
22252
|
size: "small" | "medium" | "large";
|
|
21647
22253
|
selected: unknown[];
|
|
22254
|
+
valueToCopy: string;
|
|
21648
22255
|
placeholder: string;
|
|
21649
22256
|
inlineSearchPlaceholder: string;
|
|
21650
22257
|
optionNameKey: string;
|
|
@@ -21653,8 +22260,8 @@ declare const _default: {
|
|
|
21653
22260
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21654
22261
|
optionEndIconKey: string;
|
|
21655
22262
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21656
|
-
valueToCopy: string;
|
|
21657
22263
|
disabledOptionKey: string;
|
|
22264
|
+
optionEndTextIconKey: string;
|
|
21658
22265
|
}, {}, string> & {
|
|
21659
22266
|
beforeCreate?: (() => void) | (() => void)[];
|
|
21660
22267
|
created?: (() => void) | (() => void)[];
|
|
@@ -21695,9 +22302,13 @@ declare const _default: {
|
|
|
21695
22302
|
type: import("vue").PropType<unknown[]>;
|
|
21696
22303
|
default: any;
|
|
21697
22304
|
};
|
|
21698
|
-
|
|
21699
|
-
type: import("vue").PropType<
|
|
21700
|
-
|
|
22305
|
+
valueToCopy: {
|
|
22306
|
+
type: import("vue").PropType<string>;
|
|
22307
|
+
default: any;
|
|
22308
|
+
};
|
|
22309
|
+
options: {
|
|
22310
|
+
type: import("vue").PropType<unknown[]>;
|
|
22311
|
+
required: true;
|
|
21701
22312
|
};
|
|
21702
22313
|
placeholder: {
|
|
21703
22314
|
type: import("vue").PropType<string>;
|
|
@@ -21735,14 +22346,14 @@ declare const _default: {
|
|
|
21735
22346
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21736
22347
|
default: any;
|
|
21737
22348
|
};
|
|
21738
|
-
valueToCopy: {
|
|
21739
|
-
type: import("vue").PropType<string>;
|
|
21740
|
-
default: any;
|
|
21741
|
-
};
|
|
21742
22349
|
disabledOptionKey: {
|
|
21743
22350
|
type: import("vue").PropType<string>;
|
|
21744
22351
|
default: string;
|
|
21745
22352
|
};
|
|
22353
|
+
optionEndTextIconKey: {
|
|
22354
|
+
type: import("vue").PropType<string>;
|
|
22355
|
+
default: any;
|
|
22356
|
+
};
|
|
21746
22357
|
optionChildrenKey: {
|
|
21747
22358
|
type: import("vue").PropType<string>;
|
|
21748
22359
|
required: true;
|
|
@@ -21782,6 +22393,10 @@ declare const _default: {
|
|
|
21782
22393
|
type: import("vue").PropType<unknown[]>;
|
|
21783
22394
|
default: any;
|
|
21784
22395
|
};
|
|
22396
|
+
valueToCopy: {
|
|
22397
|
+
type: import("vue").PropType<string>;
|
|
22398
|
+
default: any;
|
|
22399
|
+
};
|
|
21785
22400
|
options: {
|
|
21786
22401
|
type: import("vue").PropType<unknown[]>;
|
|
21787
22402
|
required: true;
|
|
@@ -21822,14 +22437,14 @@ declare const _default: {
|
|
|
21822
22437
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21823
22438
|
default: any;
|
|
21824
22439
|
};
|
|
21825
|
-
valueToCopy: {
|
|
21826
|
-
type: import("vue").PropType<string>;
|
|
21827
|
-
default: any;
|
|
21828
|
-
};
|
|
21829
22440
|
disabledOptionKey: {
|
|
21830
22441
|
type: import("vue").PropType<string>;
|
|
21831
22442
|
default: string;
|
|
21832
22443
|
};
|
|
22444
|
+
optionEndTextIconKey: {
|
|
22445
|
+
type: import("vue").PropType<string>;
|
|
22446
|
+
default: any;
|
|
22447
|
+
};
|
|
21833
22448
|
optionChildrenKey: {
|
|
21834
22449
|
type: import("vue").PropType<string>;
|
|
21835
22450
|
required: true;
|
|
@@ -21853,6 +22468,7 @@ declare const _default: {
|
|
|
21853
22468
|
disabled: boolean;
|
|
21854
22469
|
size: "small" | "medium" | "large";
|
|
21855
22470
|
selected: unknown[];
|
|
22471
|
+
valueToCopy: string;
|
|
21856
22472
|
placeholder: string;
|
|
21857
22473
|
inlineSearchPlaceholder: string;
|
|
21858
22474
|
optionNameKey: string;
|
|
@@ -21861,13 +22477,167 @@ declare const _default: {
|
|
|
21861
22477
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21862
22478
|
optionEndIconKey: string;
|
|
21863
22479
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21864
|
-
valueToCopy: string;
|
|
21865
22480
|
disabledOptionKey: string;
|
|
22481
|
+
optionEndTextIconKey: string;
|
|
21866
22482
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21867
22483
|
$slots: {
|
|
21868
22484
|
"trigger-end-icon"?(_: {}): any;
|
|
21869
22485
|
};
|
|
21870
|
-
})))
|
|
22486
|
+
})) | import("vue").DefineComponent<{
|
|
22487
|
+
label: {
|
|
22488
|
+
type: import("vue").PropType<string>;
|
|
22489
|
+
required: true;
|
|
22490
|
+
default: string;
|
|
22491
|
+
};
|
|
22492
|
+
testId: {
|
|
22493
|
+
type: import("vue").PropType<string>;
|
|
22494
|
+
default: string;
|
|
22495
|
+
};
|
|
22496
|
+
isOpen: {
|
|
22497
|
+
type: import("vue").PropType<boolean>;
|
|
22498
|
+
default: boolean;
|
|
22499
|
+
};
|
|
22500
|
+
infiniteLoading: {
|
|
22501
|
+
type: import("vue").PropType<boolean>;
|
|
22502
|
+
default: boolean;
|
|
22503
|
+
};
|
|
22504
|
+
optionNameKey: {
|
|
22505
|
+
type: import("vue").PropType<string>;
|
|
22506
|
+
required: true;
|
|
22507
|
+
default: string;
|
|
22508
|
+
};
|
|
22509
|
+
comparingKey: {
|
|
22510
|
+
type: import("vue").PropType<string>;
|
|
22511
|
+
required: true;
|
|
22512
|
+
default: string;
|
|
22513
|
+
};
|
|
22514
|
+
conditionalOptions: {
|
|
22515
|
+
type: import("vue").PropType<{
|
|
22516
|
+
label: string;
|
|
22517
|
+
value: string;
|
|
22518
|
+
multi: boolean;
|
|
22519
|
+
}[]>;
|
|
22520
|
+
required: true;
|
|
22521
|
+
};
|
|
22522
|
+
selectedCondition: {
|
|
22523
|
+
type: import("vue").PropType<{
|
|
22524
|
+
label: string;
|
|
22525
|
+
value: string;
|
|
22526
|
+
multi: boolean;
|
|
22527
|
+
}>;
|
|
22528
|
+
required: true;
|
|
22529
|
+
};
|
|
22530
|
+
appliedSelections: {
|
|
22531
|
+
type: import("vue").PropType<unknown>;
|
|
22532
|
+
required: true;
|
|
22533
|
+
};
|
|
22534
|
+
fetchFnCallback: {
|
|
22535
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
22536
|
+
required: true;
|
|
22537
|
+
};
|
|
22538
|
+
minCharsToStart: {
|
|
22539
|
+
type: import("vue").PropType<number>;
|
|
22540
|
+
default: number;
|
|
22541
|
+
};
|
|
22542
|
+
searchQuery: {
|
|
22543
|
+
type: import("vue").PropType<string>;
|
|
22544
|
+
default: string;
|
|
22545
|
+
};
|
|
22546
|
+
loadMoreFn: {
|
|
22547
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
22548
|
+
default: any;
|
|
22549
|
+
};
|
|
22550
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22551
|
+
"update:selectedCondition": (value: {
|
|
22552
|
+
label: string;
|
|
22553
|
+
value: string;
|
|
22554
|
+
multi: boolean;
|
|
22555
|
+
}) => void;
|
|
22556
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
22557
|
+
clear: () => void;
|
|
22558
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22559
|
+
label: {
|
|
22560
|
+
type: import("vue").PropType<string>;
|
|
22561
|
+
required: true;
|
|
22562
|
+
default: string;
|
|
22563
|
+
};
|
|
22564
|
+
testId: {
|
|
22565
|
+
type: import("vue").PropType<string>;
|
|
22566
|
+
default: string;
|
|
22567
|
+
};
|
|
22568
|
+
isOpen: {
|
|
22569
|
+
type: import("vue").PropType<boolean>;
|
|
22570
|
+
default: boolean;
|
|
22571
|
+
};
|
|
22572
|
+
infiniteLoading: {
|
|
22573
|
+
type: import("vue").PropType<boolean>;
|
|
22574
|
+
default: boolean;
|
|
22575
|
+
};
|
|
22576
|
+
optionNameKey: {
|
|
22577
|
+
type: import("vue").PropType<string>;
|
|
22578
|
+
required: true;
|
|
22579
|
+
default: string;
|
|
22580
|
+
};
|
|
22581
|
+
comparingKey: {
|
|
22582
|
+
type: import("vue").PropType<string>;
|
|
22583
|
+
required: true;
|
|
22584
|
+
default: string;
|
|
22585
|
+
};
|
|
22586
|
+
conditionalOptions: {
|
|
22587
|
+
type: import("vue").PropType<{
|
|
22588
|
+
label: string;
|
|
22589
|
+
value: string;
|
|
22590
|
+
multi: boolean;
|
|
22591
|
+
}[]>;
|
|
22592
|
+
required: true;
|
|
22593
|
+
};
|
|
22594
|
+
selectedCondition: {
|
|
22595
|
+
type: import("vue").PropType<{
|
|
22596
|
+
label: string;
|
|
22597
|
+
value: string;
|
|
22598
|
+
multi: boolean;
|
|
22599
|
+
}>;
|
|
22600
|
+
required: true;
|
|
22601
|
+
};
|
|
22602
|
+
appliedSelections: {
|
|
22603
|
+
type: import("vue").PropType<unknown>;
|
|
22604
|
+
required: true;
|
|
22605
|
+
};
|
|
22606
|
+
fetchFnCallback: {
|
|
22607
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
22608
|
+
required: true;
|
|
22609
|
+
};
|
|
22610
|
+
minCharsToStart: {
|
|
22611
|
+
type: import("vue").PropType<number>;
|
|
22612
|
+
default: number;
|
|
22613
|
+
};
|
|
22614
|
+
searchQuery: {
|
|
22615
|
+
type: import("vue").PropType<string>;
|
|
22616
|
+
default: string;
|
|
22617
|
+
};
|
|
22618
|
+
loadMoreFn: {
|
|
22619
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
22620
|
+
default: any;
|
|
22621
|
+
};
|
|
22622
|
+
}>> & {
|
|
22623
|
+
onClear?: () => any;
|
|
22624
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
22625
|
+
label: string;
|
|
22626
|
+
value: string;
|
|
22627
|
+
multi: boolean;
|
|
22628
|
+
}) => any;
|
|
22629
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
22630
|
+
}, {
|
|
22631
|
+
label: string;
|
|
22632
|
+
testId: string;
|
|
22633
|
+
isOpen: boolean;
|
|
22634
|
+
infiniteLoading: boolean;
|
|
22635
|
+
optionNameKey: string;
|
|
22636
|
+
comparingKey: string;
|
|
22637
|
+
minCharsToStart: number;
|
|
22638
|
+
searchQuery: string;
|
|
22639
|
+
loadMoreFn: () => Promise<void>;
|
|
22640
|
+
}>)[];
|
|
21871
22641
|
Option: {
|
|
21872
22642
|
new (...args: any[]): {
|
|
21873
22643
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -21888,11 +22658,13 @@ declare const _default: {
|
|
|
21888
22658
|
iconKey: string;
|
|
21889
22659
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21890
22660
|
endIconKey: string;
|
|
22661
|
+
endTextIconKey: string;
|
|
21891
22662
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
21892
22663
|
treeMainOption: boolean;
|
|
21893
22664
|
treeMainOptionExpanded: boolean;
|
|
21894
22665
|
stopOptionClickEventPropagation: boolean;
|
|
21895
22666
|
treeChildShown: boolean;
|
|
22667
|
+
isMulti: boolean;
|
|
21896
22668
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
21897
22669
|
option: {
|
|
21898
22670
|
type: import("vue").PropType<unknown>;
|
|
@@ -21954,6 +22726,10 @@ declare const _default: {
|
|
|
21954
22726
|
type: import("vue").PropType<string>;
|
|
21955
22727
|
default: any;
|
|
21956
22728
|
};
|
|
22729
|
+
endTextIconKey: {
|
|
22730
|
+
type: import("vue").PropType<string>;
|
|
22731
|
+
default: any;
|
|
22732
|
+
};
|
|
21957
22733
|
toolTipPlacement: {
|
|
21958
22734
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
21959
22735
|
default: string;
|
|
@@ -21974,12 +22750,16 @@ declare const _default: {
|
|
|
21974
22750
|
type: import("vue").PropType<boolean>;
|
|
21975
22751
|
default: boolean;
|
|
21976
22752
|
};
|
|
22753
|
+
isMulti: {
|
|
22754
|
+
type: import("vue").PropType<boolean>;
|
|
22755
|
+
default: boolean;
|
|
22756
|
+
};
|
|
21977
22757
|
selectedProp: {
|
|
21978
22758
|
type: import("vue").PropType<boolean>;
|
|
21979
22759
|
};
|
|
21980
22760
|
}>> & {
|
|
21981
22761
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
21982
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
22762
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
|
|
21983
22763
|
$attrs: {
|
|
21984
22764
|
[x: string]: unknown;
|
|
21985
22765
|
};
|
|
@@ -22054,6 +22834,10 @@ declare const _default: {
|
|
|
22054
22834
|
type: import("vue").PropType<string>;
|
|
22055
22835
|
default: any;
|
|
22056
22836
|
};
|
|
22837
|
+
endTextIconKey: {
|
|
22838
|
+
type: import("vue").PropType<string>;
|
|
22839
|
+
default: any;
|
|
22840
|
+
};
|
|
22057
22841
|
toolTipPlacement: {
|
|
22058
22842
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
22059
22843
|
default: string;
|
|
@@ -22074,6 +22858,10 @@ declare const _default: {
|
|
|
22074
22858
|
type: import("vue").PropType<boolean>;
|
|
22075
22859
|
default: boolean;
|
|
22076
22860
|
};
|
|
22861
|
+
isMulti: {
|
|
22862
|
+
type: import("vue").PropType<boolean>;
|
|
22863
|
+
default: boolean;
|
|
22864
|
+
};
|
|
22077
22865
|
selectedProp: {
|
|
22078
22866
|
type: import("vue").PropType<boolean>;
|
|
22079
22867
|
};
|
|
@@ -22097,11 +22885,13 @@ declare const _default: {
|
|
|
22097
22885
|
iconKey: string;
|
|
22098
22886
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22099
22887
|
endIconKey: string;
|
|
22888
|
+
endTextIconKey: string;
|
|
22100
22889
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
22101
22890
|
treeMainOption: boolean;
|
|
22102
22891
|
treeMainOptionExpanded: boolean;
|
|
22103
22892
|
stopOptionClickEventPropagation: boolean;
|
|
22104
22893
|
treeChildShown: boolean;
|
|
22894
|
+
isMulti: boolean;
|
|
22105
22895
|
}, {}, string> & {
|
|
22106
22896
|
beforeCreate?: (() => void) | (() => void)[];
|
|
22107
22897
|
created?: (() => void) | (() => void)[];
|
|
@@ -22183,6 +22973,10 @@ declare const _default: {
|
|
|
22183
22973
|
type: import("vue").PropType<string>;
|
|
22184
22974
|
default: any;
|
|
22185
22975
|
};
|
|
22976
|
+
endTextIconKey: {
|
|
22977
|
+
type: import("vue").PropType<string>;
|
|
22978
|
+
default: any;
|
|
22979
|
+
};
|
|
22186
22980
|
toolTipPlacement: {
|
|
22187
22981
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
22188
22982
|
default: string;
|
|
@@ -22203,6 +22997,10 @@ declare const _default: {
|
|
|
22203
22997
|
type: import("vue").PropType<boolean>;
|
|
22204
22998
|
default: boolean;
|
|
22205
22999
|
};
|
|
23000
|
+
isMulti: {
|
|
23001
|
+
type: import("vue").PropType<boolean>;
|
|
23002
|
+
default: boolean;
|
|
23003
|
+
};
|
|
22206
23004
|
selectedProp: {
|
|
22207
23005
|
type: import("vue").PropType<boolean>;
|
|
22208
23006
|
};
|
|
@@ -22273,6 +23071,10 @@ declare const _default: {
|
|
|
22273
23071
|
type: import("vue").PropType<string>;
|
|
22274
23072
|
default: any;
|
|
22275
23073
|
};
|
|
23074
|
+
endTextIconKey: {
|
|
23075
|
+
type: import("vue").PropType<string>;
|
|
23076
|
+
default: any;
|
|
23077
|
+
};
|
|
22276
23078
|
toolTipPlacement: {
|
|
22277
23079
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
22278
23080
|
default: string;
|
|
@@ -22293,6 +23095,10 @@ declare const _default: {
|
|
|
22293
23095
|
type: import("vue").PropType<boolean>;
|
|
22294
23096
|
default: boolean;
|
|
22295
23097
|
};
|
|
23098
|
+
isMulti: {
|
|
23099
|
+
type: import("vue").PropType<boolean>;
|
|
23100
|
+
default: boolean;
|
|
23101
|
+
};
|
|
22296
23102
|
selectedProp: {
|
|
22297
23103
|
type: import("vue").PropType<boolean>;
|
|
22298
23104
|
};
|
|
@@ -22316,11 +23122,13 @@ declare const _default: {
|
|
|
22316
23122
|
iconKey: string;
|
|
22317
23123
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22318
23124
|
endIconKey: string;
|
|
23125
|
+
endTextIconKey: string;
|
|
22319
23126
|
toolTipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
22320
23127
|
treeMainOption: boolean;
|
|
22321
23128
|
treeMainOptionExpanded: boolean;
|
|
22322
23129
|
stopOptionClickEventPropagation: boolean;
|
|
22323
23130
|
treeChildShown: boolean;
|
|
23131
|
+
isMulti: boolean;
|
|
22324
23132
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
22325
23133
|
$slots: {
|
|
22326
23134
|
image?(_: {}): any;
|
|
@@ -22339,6 +23147,7 @@ declare const _default: {
|
|
|
22339
23147
|
disabled: boolean;
|
|
22340
23148
|
size: "small" | "medium" | "large";
|
|
22341
23149
|
selected: unknown[];
|
|
23150
|
+
valueToCopy: string;
|
|
22342
23151
|
placeholder: string;
|
|
22343
23152
|
inlineSearchPlaceholder: string;
|
|
22344
23153
|
optionNameKey: string;
|
|
@@ -22347,8 +23156,8 @@ declare const _default: {
|
|
|
22347
23156
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22348
23157
|
optionEndIconKey: string;
|
|
22349
23158
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22350
|
-
valueToCopy: string;
|
|
22351
23159
|
disabledOptionKey: string;
|
|
23160
|
+
optionEndTextIconKey: string;
|
|
22352
23161
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
22353
23162
|
testId: {
|
|
22354
23163
|
type: import("vue").PropType<string>;
|
|
@@ -22369,6 +23178,10 @@ declare const _default: {
|
|
|
22369
23178
|
type: import("vue").PropType<unknown[]>;
|
|
22370
23179
|
default: any;
|
|
22371
23180
|
};
|
|
23181
|
+
valueToCopy: {
|
|
23182
|
+
type: import("vue").PropType<string>;
|
|
23183
|
+
default: any;
|
|
23184
|
+
};
|
|
22372
23185
|
options: {
|
|
22373
23186
|
type: import("vue").PropType<unknown[]>;
|
|
22374
23187
|
required: true;
|
|
@@ -22409,14 +23222,14 @@ declare const _default: {
|
|
|
22409
23222
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22410
23223
|
default: any;
|
|
22411
23224
|
};
|
|
22412
|
-
valueToCopy: {
|
|
22413
|
-
type: import("vue").PropType<string>;
|
|
22414
|
-
default: any;
|
|
22415
|
-
};
|
|
22416
23225
|
disabledOptionKey: {
|
|
22417
23226
|
type: import("vue").PropType<string>;
|
|
22418
23227
|
default: string;
|
|
22419
23228
|
};
|
|
23229
|
+
optionEndTextIconKey: {
|
|
23230
|
+
type: import("vue").PropType<string>;
|
|
23231
|
+
default: any;
|
|
23232
|
+
};
|
|
22420
23233
|
optionChildrenKey: {
|
|
22421
23234
|
type: import("vue").PropType<string>;
|
|
22422
23235
|
required: true;
|
|
@@ -22432,7 +23245,7 @@ declare const _default: {
|
|
|
22432
23245
|
}>> & {
|
|
22433
23246
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
22434
23247
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
22435
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
23248
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
22436
23249
|
$attrs: {
|
|
22437
23250
|
[x: string]: unknown;
|
|
22438
23251
|
};
|
|
@@ -22466,6 +23279,10 @@ declare const _default: {
|
|
|
22466
23279
|
type: import("vue").PropType<unknown[]>;
|
|
22467
23280
|
default: any;
|
|
22468
23281
|
};
|
|
23282
|
+
valueToCopy: {
|
|
23283
|
+
type: import("vue").PropType<string>;
|
|
23284
|
+
default: any;
|
|
23285
|
+
};
|
|
22469
23286
|
options: {
|
|
22470
23287
|
type: import("vue").PropType<unknown[]>;
|
|
22471
23288
|
required: true;
|
|
@@ -22506,14 +23323,14 @@ declare const _default: {
|
|
|
22506
23323
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22507
23324
|
default: any;
|
|
22508
23325
|
};
|
|
22509
|
-
valueToCopy: {
|
|
22510
|
-
type: import("vue").PropType<string>;
|
|
22511
|
-
default: any;
|
|
22512
|
-
};
|
|
22513
23326
|
disabledOptionKey: {
|
|
22514
23327
|
type: import("vue").PropType<string>;
|
|
22515
23328
|
default: string;
|
|
22516
23329
|
};
|
|
23330
|
+
optionEndTextIconKey: {
|
|
23331
|
+
type: import("vue").PropType<string>;
|
|
23332
|
+
default: any;
|
|
23333
|
+
};
|
|
22517
23334
|
optionChildrenKey: {
|
|
22518
23335
|
type: import("vue").PropType<string>;
|
|
22519
23336
|
required: true;
|
|
@@ -22537,6 +23354,7 @@ declare const _default: {
|
|
|
22537
23354
|
disabled: boolean;
|
|
22538
23355
|
size: "small" | "medium" | "large";
|
|
22539
23356
|
selected: unknown[];
|
|
23357
|
+
valueToCopy: string;
|
|
22540
23358
|
placeholder: string;
|
|
22541
23359
|
inlineSearchPlaceholder: string;
|
|
22542
23360
|
optionNameKey: string;
|
|
@@ -22545,8 +23363,8 @@ declare const _default: {
|
|
|
22545
23363
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22546
23364
|
optionEndIconKey: string;
|
|
22547
23365
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22548
|
-
valueToCopy: string;
|
|
22549
23366
|
disabledOptionKey: string;
|
|
23367
|
+
optionEndTextIconKey: string;
|
|
22550
23368
|
}, {}, string> & {
|
|
22551
23369
|
beforeCreate?: (() => void) | (() => void)[];
|
|
22552
23370
|
created?: (() => void) | (() => void)[];
|
|
@@ -22587,6 +23405,10 @@ declare const _default: {
|
|
|
22587
23405
|
type: import("vue").PropType<unknown[]>;
|
|
22588
23406
|
default: any;
|
|
22589
23407
|
};
|
|
23408
|
+
valueToCopy: {
|
|
23409
|
+
type: import("vue").PropType<string>;
|
|
23410
|
+
default: any;
|
|
23411
|
+
};
|
|
22590
23412
|
options: {
|
|
22591
23413
|
type: import("vue").PropType<unknown[]>;
|
|
22592
23414
|
required: true;
|
|
@@ -22627,14 +23449,14 @@ declare const _default: {
|
|
|
22627
23449
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22628
23450
|
default: any;
|
|
22629
23451
|
};
|
|
22630
|
-
valueToCopy: {
|
|
22631
|
-
type: import("vue").PropType<string>;
|
|
22632
|
-
default: any;
|
|
22633
|
-
};
|
|
22634
23452
|
disabledOptionKey: {
|
|
22635
23453
|
type: import("vue").PropType<string>;
|
|
22636
23454
|
default: string;
|
|
22637
23455
|
};
|
|
23456
|
+
optionEndTextIconKey: {
|
|
23457
|
+
type: import("vue").PropType<string>;
|
|
23458
|
+
default: any;
|
|
23459
|
+
};
|
|
22638
23460
|
optionChildrenKey: {
|
|
22639
23461
|
type: import("vue").PropType<string>;
|
|
22640
23462
|
required: true;
|
|
@@ -22674,6 +23496,10 @@ declare const _default: {
|
|
|
22674
23496
|
type: import("vue").PropType<unknown[]>;
|
|
22675
23497
|
default: any;
|
|
22676
23498
|
};
|
|
23499
|
+
valueToCopy: {
|
|
23500
|
+
type: import("vue").PropType<string>;
|
|
23501
|
+
default: any;
|
|
23502
|
+
};
|
|
22677
23503
|
options: {
|
|
22678
23504
|
type: import("vue").PropType<unknown[]>;
|
|
22679
23505
|
required: true;
|
|
@@ -22714,14 +23540,14 @@ declare const _default: {
|
|
|
22714
23540
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22715
23541
|
default: any;
|
|
22716
23542
|
};
|
|
22717
|
-
valueToCopy: {
|
|
22718
|
-
type: import("vue").PropType<string>;
|
|
22719
|
-
default: any;
|
|
22720
|
-
};
|
|
22721
23543
|
disabledOptionKey: {
|
|
22722
23544
|
type: import("vue").PropType<string>;
|
|
22723
23545
|
default: string;
|
|
22724
23546
|
};
|
|
23547
|
+
optionEndTextIconKey: {
|
|
23548
|
+
type: import("vue").PropType<string>;
|
|
23549
|
+
default: any;
|
|
23550
|
+
};
|
|
22725
23551
|
optionChildrenKey: {
|
|
22726
23552
|
type: import("vue").PropType<string>;
|
|
22727
23553
|
required: true;
|
|
@@ -22745,6 +23571,7 @@ declare const _default: {
|
|
|
22745
23571
|
disabled: boolean;
|
|
22746
23572
|
size: "small" | "medium" | "large";
|
|
22747
23573
|
selected: unknown[];
|
|
23574
|
+
valueToCopy: string;
|
|
22748
23575
|
placeholder: string;
|
|
22749
23576
|
inlineSearchPlaceholder: string;
|
|
22750
23577
|
optionNameKey: string;
|
|
@@ -22753,13 +23580,168 @@ declare const _default: {
|
|
|
22753
23580
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22754
23581
|
optionEndIconKey: string;
|
|
22755
23582
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22756
|
-
valueToCopy: string;
|
|
22757
23583
|
disabledOptionKey: string;
|
|
23584
|
+
optionEndTextIconKey: string;
|
|
22758
23585
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
22759
23586
|
$slots: {
|
|
22760
23587
|
"trigger-end-icon"?(_: {}): any;
|
|
22761
23588
|
};
|
|
22762
23589
|
});
|
|
23590
|
+
ConditionalDropdown: import("vue").DefineComponent<{
|
|
23591
|
+
label: {
|
|
23592
|
+
type: import("vue").PropType<string>;
|
|
23593
|
+
required: true;
|
|
23594
|
+
default: string;
|
|
23595
|
+
};
|
|
23596
|
+
testId: {
|
|
23597
|
+
type: import("vue").PropType<string>;
|
|
23598
|
+
default: string;
|
|
23599
|
+
};
|
|
23600
|
+
isOpen: {
|
|
23601
|
+
type: import("vue").PropType<boolean>;
|
|
23602
|
+
default: boolean;
|
|
23603
|
+
};
|
|
23604
|
+
infiniteLoading: {
|
|
23605
|
+
type: import("vue").PropType<boolean>;
|
|
23606
|
+
default: boolean;
|
|
23607
|
+
};
|
|
23608
|
+
optionNameKey: {
|
|
23609
|
+
type: import("vue").PropType<string>;
|
|
23610
|
+
required: true;
|
|
23611
|
+
default: string;
|
|
23612
|
+
};
|
|
23613
|
+
comparingKey: {
|
|
23614
|
+
type: import("vue").PropType<string>;
|
|
23615
|
+
required: true;
|
|
23616
|
+
default: string;
|
|
23617
|
+
};
|
|
23618
|
+
conditionalOptions: {
|
|
23619
|
+
type: import("vue").PropType<{
|
|
23620
|
+
label: string;
|
|
23621
|
+
value: string;
|
|
23622
|
+
multi: boolean;
|
|
23623
|
+
}[]>;
|
|
23624
|
+
required: true;
|
|
23625
|
+
};
|
|
23626
|
+
selectedCondition: {
|
|
23627
|
+
type: import("vue").PropType<{
|
|
23628
|
+
label: string;
|
|
23629
|
+
value: string;
|
|
23630
|
+
multi: boolean;
|
|
23631
|
+
}>;
|
|
23632
|
+
required: true;
|
|
23633
|
+
};
|
|
23634
|
+
appliedSelections: {
|
|
23635
|
+
type: import("vue").PropType<unknown>;
|
|
23636
|
+
required: true;
|
|
23637
|
+
};
|
|
23638
|
+
fetchFnCallback: {
|
|
23639
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
23640
|
+
required: true;
|
|
23641
|
+
};
|
|
23642
|
+
minCharsToStart: {
|
|
23643
|
+
type: import("vue").PropType<number>;
|
|
23644
|
+
default: number;
|
|
23645
|
+
};
|
|
23646
|
+
searchQuery: {
|
|
23647
|
+
type: import("vue").PropType<string>;
|
|
23648
|
+
default: string;
|
|
23649
|
+
};
|
|
23650
|
+
loadMoreFn: {
|
|
23651
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
23652
|
+
default: any;
|
|
23653
|
+
};
|
|
23654
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23655
|
+
"update:selectedCondition": (value: {
|
|
23656
|
+
label: string;
|
|
23657
|
+
value: string;
|
|
23658
|
+
multi: boolean;
|
|
23659
|
+
}) => void;
|
|
23660
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
23661
|
+
clear: () => void;
|
|
23662
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23663
|
+
label: {
|
|
23664
|
+
type: import("vue").PropType<string>;
|
|
23665
|
+
required: true;
|
|
23666
|
+
default: string;
|
|
23667
|
+
};
|
|
23668
|
+
testId: {
|
|
23669
|
+
type: import("vue").PropType<string>;
|
|
23670
|
+
default: string;
|
|
23671
|
+
};
|
|
23672
|
+
isOpen: {
|
|
23673
|
+
type: import("vue").PropType<boolean>;
|
|
23674
|
+
default: boolean;
|
|
23675
|
+
};
|
|
23676
|
+
infiniteLoading: {
|
|
23677
|
+
type: import("vue").PropType<boolean>;
|
|
23678
|
+
default: boolean;
|
|
23679
|
+
};
|
|
23680
|
+
optionNameKey: {
|
|
23681
|
+
type: import("vue").PropType<string>;
|
|
23682
|
+
required: true;
|
|
23683
|
+
default: string;
|
|
23684
|
+
};
|
|
23685
|
+
comparingKey: {
|
|
23686
|
+
type: import("vue").PropType<string>;
|
|
23687
|
+
required: true;
|
|
23688
|
+
default: string;
|
|
23689
|
+
};
|
|
23690
|
+
conditionalOptions: {
|
|
23691
|
+
type: import("vue").PropType<{
|
|
23692
|
+
label: string;
|
|
23693
|
+
value: string;
|
|
23694
|
+
multi: boolean;
|
|
23695
|
+
}[]>;
|
|
23696
|
+
required: true;
|
|
23697
|
+
};
|
|
23698
|
+
selectedCondition: {
|
|
23699
|
+
type: import("vue").PropType<{
|
|
23700
|
+
label: string;
|
|
23701
|
+
value: string;
|
|
23702
|
+
multi: boolean;
|
|
23703
|
+
}>;
|
|
23704
|
+
required: true;
|
|
23705
|
+
};
|
|
23706
|
+
appliedSelections: {
|
|
23707
|
+
type: import("vue").PropType<unknown>;
|
|
23708
|
+
required: true;
|
|
23709
|
+
};
|
|
23710
|
+
fetchFnCallback: {
|
|
23711
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
23712
|
+
required: true;
|
|
23713
|
+
};
|
|
23714
|
+
minCharsToStart: {
|
|
23715
|
+
type: import("vue").PropType<number>;
|
|
23716
|
+
default: number;
|
|
23717
|
+
};
|
|
23718
|
+
searchQuery: {
|
|
23719
|
+
type: import("vue").PropType<string>;
|
|
23720
|
+
default: string;
|
|
23721
|
+
};
|
|
23722
|
+
loadMoreFn: {
|
|
23723
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
23724
|
+
default: any;
|
|
23725
|
+
};
|
|
23726
|
+
}>> & {
|
|
23727
|
+
onClear?: () => any;
|
|
23728
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
23729
|
+
label: string;
|
|
23730
|
+
value: string;
|
|
23731
|
+
multi: boolean;
|
|
23732
|
+
}) => any;
|
|
23733
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
23734
|
+
}, {
|
|
23735
|
+
label: string;
|
|
23736
|
+
testId: string;
|
|
23737
|
+
isOpen: boolean;
|
|
23738
|
+
infiniteLoading: boolean;
|
|
23739
|
+
optionNameKey: string;
|
|
23740
|
+
comparingKey: string;
|
|
23741
|
+
minCharsToStart: number;
|
|
23742
|
+
searchQuery: string;
|
|
23743
|
+
loadMoreFn: () => Promise<void>;
|
|
23744
|
+
}>;
|
|
22763
23745
|
Label: {
|
|
22764
23746
|
new (...args: any[]): {
|
|
22765
23747
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -23498,7 +24480,9 @@ declare const _default: {
|
|
|
23498
24480
|
};
|
|
23499
24481
|
}>> & {
|
|
23500
24482
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23501
|
-
}, {
|
|
24483
|
+
}, {
|
|
24484
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24485
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23502
24486
|
"update:modelValue": (...args: any[]) => void;
|
|
23503
24487
|
}, string, {
|
|
23504
24488
|
testId: string;
|
|
@@ -23550,7 +24534,9 @@ declare const _default: {
|
|
|
23550
24534
|
};
|
|
23551
24535
|
}>> & {
|
|
23552
24536
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23553
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
24537
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
24538
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24539
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23554
24540
|
__isFragment?: never;
|
|
23555
24541
|
__isTeleport?: never;
|
|
23556
24542
|
__isSuspense?: never;
|
|
@@ -23582,7 +24568,9 @@ declare const _default: {
|
|
|
23582
24568
|
};
|
|
23583
24569
|
}>> & {
|
|
23584
24570
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23585
|
-
}, {
|
|
24571
|
+
}, {
|
|
24572
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24573
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23586
24574
|
"update:modelValue": (...args: any[]) => void;
|
|
23587
24575
|
}, string, {
|
|
23588
24576
|
testId: string;
|
|
@@ -23963,7 +24951,9 @@ declare const _default: {
|
|
|
23963
24951
|
};
|
|
23964
24952
|
}>> & {
|
|
23965
24953
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23966
|
-
}, {
|
|
24954
|
+
}, {
|
|
24955
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24956
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23967
24957
|
"update:modelValue": (...args: any[]) => void;
|
|
23968
24958
|
}, string, {
|
|
23969
24959
|
testId: string;
|
|
@@ -24015,7 +25005,9 @@ declare const _default: {
|
|
|
24015
25005
|
};
|
|
24016
25006
|
}>> & {
|
|
24017
25007
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24018
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
25008
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
25009
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
25010
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
24019
25011
|
__isFragment?: never;
|
|
24020
25012
|
__isTeleport?: never;
|
|
24021
25013
|
__isSuspense?: never;
|
|
@@ -24047,7 +25039,9 @@ declare const _default: {
|
|
|
24047
25039
|
};
|
|
24048
25040
|
}>> & {
|
|
24049
25041
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24050
|
-
}, {
|
|
25042
|
+
}, {
|
|
25043
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
25044
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24051
25045
|
"update:modelValue": (...args: any[]) => void;
|
|
24052
25046
|
}, string, {
|
|
24053
25047
|
testId: string;
|