@ironsource/shared-ui 2.1.11-test.9 → 2.1.11-test.91
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/Chart.vue_vue_type_style_index_0_scoped_277fde76_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_e43ac1c9_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2c6a03f9_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_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/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue2.js +1 -1
- package/components/chart/Chart.vue.d.ts +16 -3
- package/components/chart/Chart.vue.js +5 -5
- package/components/chart/Chart.vue2.js +127 -110
- 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.vue2.js +1 -1
- package/components/chart/index.d.ts +55 -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 +1 -1
- package/components/dateRange/v4/DateRangeV4.vue2.js +1 -1
- package/components/dialog/v4/DialogV4.vue.d.ts +15 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +80 -73
- package/components/dialog/v4/index.d.ts +58 -1
- package/components/dropdown/common/Dropdown.common.js +180 -169
- package/components/dropdown/v3/index.d.ts +12 -12
- 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/ChipDropdownTrigger.vue.d.ts +10 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +59 -40
- package/components/dropdown/v4/{ConditionalDroprown.vue.d.ts → ConditionalDropdown.vue.d.ts} +58 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +234 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +18 -5
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +52 -50
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +87 -87
- package/components/dropdown/v4/index.d.ts +203 -35
- package/components/dropdown/v4/index.js +3 -3
- package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
- package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +2 -2
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +8 -9
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +1 -1
- package/components/icon/v4/IconFlag.vue.js +3 -3
- package/components/icon/v4/IconFlag.vue2.js +1 -1
- package/components/icon/v4/consts.d.ts +1 -1
- package/components/icon/v4/consts.js +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +185 -165
- package/components/multibar/MultiBarMenu.vue2.js +1 -1
- package/components/popover/v4/PopoverV4.vue.d.ts +11 -1
- package/components/popover/v4/PopoverV4.vue.js +2 -2
- package/components/popover/v4/PopoverV4.vue2.js +40 -26
- package/components/popover/v4/index.d.ts +46 -8
- 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/SortableItem.vue.d.ts +5 -0
- package/components/sortableList/SortableItem.vue.js +2 -2
- package/components/sortableList/SortableItem.vue2.js +86 -70
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +20 -23
- package/components/sortableList/SortableList.vue.d.ts +17 -1
- package/components/sortableList/SortableList.vue.js +4 -4
- package/components/sortableList/SortableList.vue2.js +113 -94
- package/components/sortableList/index.d.ts +63 -5
- package/components/table/common/Table.common.d.ts +1 -1
- package/components/table/common/Table.common.js +82 -74
- package/components/table/common/Table.types.d.ts +1 -1
- package/components/table/common/consts.d.ts +4 -0
- package/components/table/common/consts.js +7 -0
- 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 +12 -2
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +164 -155
- package/components/table/v4/DataGridMenu.vue.js +5 -5
- package/components/table/v4/DataGridMenu.vue2.js +2 -2
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +84 -46
- package/components/table-cells/common/Editable.common.js +29 -23
- package/components/table-cells/common/EditableContext.d.ts +1 -0
- package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +11 -10
- package/components/table-cells/v4/index.d.ts +20 -1
- package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
- package/components/tooltip/v4/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
- package/components/tooltip/v4/index.d.ts +39 -1
- package/components/typography/v4/Typography.vue.js +3 -3
- package/components/typography/v4/Typography.vue2.js +24 -18
- package/design-foundation.stories/icons/iconsData.d.ts +1 -1
- package/index.d.ts +1093 -204
- package/index.js +1 -1
- package/mocks/words.d.ts +1 -1
- package/package.json +3 -3
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/style/v4/spacings.scss +1 -0
- package/testids/index.d.ts +2 -0
- package/testids/index.js +13 -13
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_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_ba28c717_lang.css +0 -1
- package/ConditionalDroprown.vue_vue_type_style_index_0_scoped_546e19a9_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_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_f88a132e_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_39061862_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_df830bf5_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_43b5cba4_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_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_bdfb0aef_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
- package/components/dropdown/v4/ConditionalDroprown.vue.js +0 -7
- package/components/dropdown/v4/ConditionalDroprown.vue2.js +0 -157
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;
|
|
@@ -125,8 +143,10 @@ declare const _default: {
|
|
|
125
143
|
placement: import("floating-vue").Placement;
|
|
126
144
|
disabled: boolean;
|
|
127
145
|
distance: number;
|
|
128
|
-
|
|
146
|
+
container: string;
|
|
129
147
|
autoHide: boolean;
|
|
148
|
+
popperClass: string;
|
|
149
|
+
isOpen: boolean;
|
|
130
150
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
131
151
|
skidding: number;
|
|
132
152
|
}, {}, string> & {
|
|
@@ -166,7 +186,7 @@ declare const _default: {
|
|
|
166
186
|
type: import("vue").PropType<number>;
|
|
167
187
|
default: number;
|
|
168
188
|
};
|
|
169
|
-
|
|
189
|
+
container: {
|
|
170
190
|
type: import("vue").PropType<string>;
|
|
171
191
|
default: string;
|
|
172
192
|
};
|
|
@@ -174,6 +194,14 @@ declare const _default: {
|
|
|
174
194
|
type: import("vue").PropType<boolean>;
|
|
175
195
|
default: boolean;
|
|
176
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
|
+
};
|
|
177
205
|
trigger: {
|
|
178
206
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
179
207
|
default: string;
|
|
@@ -207,7 +235,7 @@ declare const _default: {
|
|
|
207
235
|
type: import("vue").PropType<number>;
|
|
208
236
|
default: number;
|
|
209
237
|
};
|
|
210
|
-
|
|
238
|
+
container: {
|
|
211
239
|
type: import("vue").PropType<string>;
|
|
212
240
|
default: string;
|
|
213
241
|
};
|
|
@@ -215,6 +243,14 @@ declare const _default: {
|
|
|
215
243
|
type: import("vue").PropType<boolean>;
|
|
216
244
|
default: boolean;
|
|
217
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
|
+
};
|
|
218
254
|
trigger: {
|
|
219
255
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
220
256
|
default: string;
|
|
@@ -234,8 +270,10 @@ declare const _default: {
|
|
|
234
270
|
placement: import("floating-vue").Placement;
|
|
235
271
|
disabled: boolean;
|
|
236
272
|
distance: number;
|
|
237
|
-
|
|
273
|
+
container: string;
|
|
238
274
|
autoHide: boolean;
|
|
275
|
+
popperClass: string;
|
|
276
|
+
isOpen: boolean;
|
|
239
277
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
240
278
|
skidding: number;
|
|
241
279
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -253,8 +291,10 @@ declare const _default: {
|
|
|
253
291
|
placement: import("floating-vue").Placement;
|
|
254
292
|
disabled: boolean;
|
|
255
293
|
distance: number;
|
|
256
|
-
|
|
294
|
+
container: string;
|
|
257
295
|
autoHide: boolean;
|
|
296
|
+
popperClass: string;
|
|
297
|
+
isOpen: boolean;
|
|
258
298
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
259
299
|
skidding: number;
|
|
260
300
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -274,7 +314,7 @@ declare const _default: {
|
|
|
274
314
|
type: import("vue").PropType<number>;
|
|
275
315
|
default: number;
|
|
276
316
|
};
|
|
277
|
-
|
|
317
|
+
container: {
|
|
278
318
|
type: import("vue").PropType<string>;
|
|
279
319
|
default: string;
|
|
280
320
|
};
|
|
@@ -282,6 +322,14 @@ declare const _default: {
|
|
|
282
322
|
type: import("vue").PropType<boolean>;
|
|
283
323
|
default: boolean;
|
|
284
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
|
+
};
|
|
285
333
|
trigger: {
|
|
286
334
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
287
335
|
default: string;
|
|
@@ -292,7 +340,7 @@ declare const _default: {
|
|
|
292
340
|
};
|
|
293
341
|
}>> & {
|
|
294
342
|
onIsOpen?: (value: boolean) => any;
|
|
295
|
-
} & 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">;
|
|
296
344
|
$attrs: {
|
|
297
345
|
[x: string]: unknown;
|
|
298
346
|
};
|
|
@@ -323,7 +371,7 @@ declare const _default: {
|
|
|
323
371
|
type: import("vue").PropType<number>;
|
|
324
372
|
default: number;
|
|
325
373
|
};
|
|
326
|
-
|
|
374
|
+
container: {
|
|
327
375
|
type: import("vue").PropType<string>;
|
|
328
376
|
default: string;
|
|
329
377
|
};
|
|
@@ -331,6 +379,14 @@ declare const _default: {
|
|
|
331
379
|
type: import("vue").PropType<boolean>;
|
|
332
380
|
default: boolean;
|
|
333
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
|
+
};
|
|
334
390
|
trigger: {
|
|
335
391
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
336
392
|
default: string;
|
|
@@ -350,8 +406,10 @@ declare const _default: {
|
|
|
350
406
|
placement: import("floating-vue").Placement;
|
|
351
407
|
disabled: boolean;
|
|
352
408
|
distance: number;
|
|
353
|
-
|
|
409
|
+
container: string;
|
|
354
410
|
autoHide: boolean;
|
|
411
|
+
popperClass: string;
|
|
412
|
+
isOpen: boolean;
|
|
355
413
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
356
414
|
skidding: number;
|
|
357
415
|
}, {}, string> & {
|
|
@@ -391,7 +449,7 @@ declare const _default: {
|
|
|
391
449
|
type: import("vue").PropType<number>;
|
|
392
450
|
default: number;
|
|
393
451
|
};
|
|
394
|
-
|
|
452
|
+
container: {
|
|
395
453
|
type: import("vue").PropType<string>;
|
|
396
454
|
default: string;
|
|
397
455
|
};
|
|
@@ -399,6 +457,14 @@ declare const _default: {
|
|
|
399
457
|
type: import("vue").PropType<boolean>;
|
|
400
458
|
default: boolean;
|
|
401
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
|
+
};
|
|
402
468
|
trigger: {
|
|
403
469
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
404
470
|
default: string;
|
|
@@ -432,7 +498,7 @@ declare const _default: {
|
|
|
432
498
|
type: import("vue").PropType<number>;
|
|
433
499
|
default: number;
|
|
434
500
|
};
|
|
435
|
-
|
|
501
|
+
container: {
|
|
436
502
|
type: import("vue").PropType<string>;
|
|
437
503
|
default: string;
|
|
438
504
|
};
|
|
@@ -440,6 +506,14 @@ declare const _default: {
|
|
|
440
506
|
type: import("vue").PropType<boolean>;
|
|
441
507
|
default: boolean;
|
|
442
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
|
+
};
|
|
443
517
|
trigger: {
|
|
444
518
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
445
519
|
default: string;
|
|
@@ -459,8 +533,10 @@ declare const _default: {
|
|
|
459
533
|
placement: import("floating-vue").Placement;
|
|
460
534
|
disabled: boolean;
|
|
461
535
|
distance: number;
|
|
462
|
-
|
|
536
|
+
container: string;
|
|
463
537
|
autoHide: boolean;
|
|
538
|
+
popperClass: string;
|
|
539
|
+
isOpen: boolean;
|
|
464
540
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
465
541
|
skidding: number;
|
|
466
542
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -1657,12 +1733,15 @@ declare const _default: {
|
|
|
1657
1733
|
searchPlaceholder: string;
|
|
1658
1734
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
1659
1735
|
selectedChildId: string | number;
|
|
1736
|
+
childListMaxHeight: string;
|
|
1660
1737
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
1661
1738
|
openId: string | number;
|
|
1662
1739
|
selectedId: string | number;
|
|
1663
1740
|
showSearch: boolean;
|
|
1664
1741
|
loadingRowCount: number;
|
|
1665
1742
|
emptyStateTitle: string;
|
|
1743
|
+
isSticky: boolean;
|
|
1744
|
+
zIndexBase: number;
|
|
1666
1745
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1667
1746
|
search: {
|
|
1668
1747
|
type: import("vue").PropType<string>;
|
|
@@ -1694,6 +1773,10 @@ declare const _default: {
|
|
|
1694
1773
|
type: import("vue").PropType<string | number>;
|
|
1695
1774
|
default: any;
|
|
1696
1775
|
};
|
|
1776
|
+
childListMaxHeight: {
|
|
1777
|
+
type: import("vue").PropType<string>;
|
|
1778
|
+
default: string;
|
|
1779
|
+
};
|
|
1697
1780
|
searchHandler: {
|
|
1698
1781
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
1699
1782
|
default: any;
|
|
@@ -1718,7 +1801,16 @@ declare const _default: {
|
|
|
1718
1801
|
type: import("vue").PropType<string>;
|
|
1719
1802
|
default: string;
|
|
1720
1803
|
};
|
|
1804
|
+
isSticky: {
|
|
1805
|
+
type: import("vue").PropType<boolean>;
|
|
1806
|
+
default: boolean;
|
|
1807
|
+
};
|
|
1808
|
+
zIndexBase: {
|
|
1809
|
+
type: import("vue").PropType<number>;
|
|
1810
|
+
default: number;
|
|
1811
|
+
};
|
|
1721
1812
|
}>> & {
|
|
1813
|
+
onClearSearch?: () => any;
|
|
1722
1814
|
onSortableItemDragged?: (event: {
|
|
1723
1815
|
id: string;
|
|
1724
1816
|
newIndex: number;
|
|
@@ -1728,8 +1820,7 @@ declare const _default: {
|
|
|
1728
1820
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1729
1821
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1730
1822
|
"onUpdate:search"?: (query: string) => any;
|
|
1731
|
-
|
|
1732
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
1823
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "childListMaxHeight" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase">;
|
|
1733
1824
|
$attrs: {
|
|
1734
1825
|
[x: string]: unknown;
|
|
1735
1826
|
};
|
|
@@ -1777,6 +1868,10 @@ declare const _default: {
|
|
|
1777
1868
|
type: import("vue").PropType<string | number>;
|
|
1778
1869
|
default: any;
|
|
1779
1870
|
};
|
|
1871
|
+
childListMaxHeight: {
|
|
1872
|
+
type: import("vue").PropType<string>;
|
|
1873
|
+
default: string;
|
|
1874
|
+
};
|
|
1780
1875
|
searchHandler: {
|
|
1781
1876
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
1782
1877
|
default: any;
|
|
@@ -1801,7 +1896,16 @@ declare const _default: {
|
|
|
1801
1896
|
type: import("vue").PropType<string>;
|
|
1802
1897
|
default: string;
|
|
1803
1898
|
};
|
|
1899
|
+
isSticky: {
|
|
1900
|
+
type: import("vue").PropType<boolean>;
|
|
1901
|
+
default: boolean;
|
|
1902
|
+
};
|
|
1903
|
+
zIndexBase: {
|
|
1904
|
+
type: import("vue").PropType<number>;
|
|
1905
|
+
default: number;
|
|
1906
|
+
};
|
|
1804
1907
|
}>> & {
|
|
1908
|
+
onClearSearch?: () => any;
|
|
1805
1909
|
onSortableItemDragged?: (event: {
|
|
1806
1910
|
id: string;
|
|
1807
1911
|
newIndex: number;
|
|
@@ -1811,7 +1915,6 @@ declare const _default: {
|
|
|
1811
1915
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1812
1916
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1813
1917
|
"onUpdate:search"?: (query: string) => any;
|
|
1814
|
-
onClearSearch?: () => any;
|
|
1815
1918
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1816
1919
|
sortableItemDragged: (event: {
|
|
1817
1920
|
id: string;
|
|
@@ -1831,12 +1934,15 @@ declare const _default: {
|
|
|
1831
1934
|
searchPlaceholder: string;
|
|
1832
1935
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
1833
1936
|
selectedChildId: string | number;
|
|
1937
|
+
childListMaxHeight: string;
|
|
1834
1938
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
1835
1939
|
openId: string | number;
|
|
1836
1940
|
selectedId: string | number;
|
|
1837
1941
|
showSearch: boolean;
|
|
1838
1942
|
loadingRowCount: number;
|
|
1839
1943
|
emptyStateTitle: string;
|
|
1944
|
+
isSticky: boolean;
|
|
1945
|
+
zIndexBase: number;
|
|
1840
1946
|
}, {}, string> & {
|
|
1841
1947
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1842
1948
|
created?: (() => void) | (() => void)[];
|
|
@@ -1888,6 +1994,10 @@ declare const _default: {
|
|
|
1888
1994
|
type: import("vue").PropType<string | number>;
|
|
1889
1995
|
default: any;
|
|
1890
1996
|
};
|
|
1997
|
+
childListMaxHeight: {
|
|
1998
|
+
type: import("vue").PropType<string>;
|
|
1999
|
+
default: string;
|
|
2000
|
+
};
|
|
1891
2001
|
searchHandler: {
|
|
1892
2002
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
1893
2003
|
default: any;
|
|
@@ -1912,7 +2022,16 @@ declare const _default: {
|
|
|
1912
2022
|
type: import("vue").PropType<string>;
|
|
1913
2023
|
default: string;
|
|
1914
2024
|
};
|
|
2025
|
+
isSticky: {
|
|
2026
|
+
type: import("vue").PropType<boolean>;
|
|
2027
|
+
default: boolean;
|
|
2028
|
+
};
|
|
2029
|
+
zIndexBase: {
|
|
2030
|
+
type: import("vue").PropType<number>;
|
|
2031
|
+
default: number;
|
|
2032
|
+
};
|
|
1915
2033
|
}>> & {
|
|
2034
|
+
onClearSearch?: () => any;
|
|
1916
2035
|
onSortableItemDragged?: (event: {
|
|
1917
2036
|
id: string;
|
|
1918
2037
|
newIndex: number;
|
|
@@ -1922,7 +2041,6 @@ declare const _default: {
|
|
|
1922
2041
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1923
2042
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1924
2043
|
"onUpdate:search"?: (query: string) => any;
|
|
1925
|
-
onClearSearch?: () => any;
|
|
1926
2044
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
1927
2045
|
__isFragment?: never;
|
|
1928
2046
|
__isTeleport?: never;
|
|
@@ -1958,6 +2076,10 @@ declare const _default: {
|
|
|
1958
2076
|
type: import("vue").PropType<string | number>;
|
|
1959
2077
|
default: any;
|
|
1960
2078
|
};
|
|
2079
|
+
childListMaxHeight: {
|
|
2080
|
+
type: import("vue").PropType<string>;
|
|
2081
|
+
default: string;
|
|
2082
|
+
};
|
|
1961
2083
|
searchHandler: {
|
|
1962
2084
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
1963
2085
|
default: any;
|
|
@@ -1982,7 +2104,16 @@ declare const _default: {
|
|
|
1982
2104
|
type: import("vue").PropType<string>;
|
|
1983
2105
|
default: string;
|
|
1984
2106
|
};
|
|
2107
|
+
isSticky: {
|
|
2108
|
+
type: import("vue").PropType<boolean>;
|
|
2109
|
+
default: boolean;
|
|
2110
|
+
};
|
|
2111
|
+
zIndexBase: {
|
|
2112
|
+
type: import("vue").PropType<number>;
|
|
2113
|
+
default: number;
|
|
2114
|
+
};
|
|
1985
2115
|
}>> & {
|
|
2116
|
+
onClearSearch?: () => any;
|
|
1986
2117
|
onSortableItemDragged?: (event: {
|
|
1987
2118
|
id: string;
|
|
1988
2119
|
newIndex: number;
|
|
@@ -1992,7 +2123,6 @@ declare const _default: {
|
|
|
1992
2123
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1993
2124
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1994
2125
|
"onUpdate:search"?: (query: string) => any;
|
|
1995
|
-
onClearSearch?: () => any;
|
|
1996
2126
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1997
2127
|
sortableItemDragged: (event: {
|
|
1998
2128
|
id: string;
|
|
@@ -2012,14 +2142,18 @@ declare const _default: {
|
|
|
2012
2142
|
searchPlaceholder: string;
|
|
2013
2143
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2014
2144
|
selectedChildId: string | number;
|
|
2145
|
+
childListMaxHeight: string;
|
|
2015
2146
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2016
2147
|
openId: string | number;
|
|
2017
2148
|
selectedId: string | number;
|
|
2018
2149
|
showSearch: boolean;
|
|
2019
2150
|
loadingRowCount: number;
|
|
2020
2151
|
emptyStateTitle: string;
|
|
2152
|
+
isSticky: boolean;
|
|
2153
|
+
zIndexBase: number;
|
|
2021
2154
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2022
2155
|
$slots: {
|
|
2156
|
+
header?(_: {}): any;
|
|
2023
2157
|
menu?(_: {
|
|
2024
2158
|
item: import("./components/sortableList/SortableList.types").SortableListItem;
|
|
2025
2159
|
}): any;
|
|
@@ -2039,12 +2173,15 @@ declare const _default: {
|
|
|
2039
2173
|
searchPlaceholder: string;
|
|
2040
2174
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2041
2175
|
selectedChildId: string | number;
|
|
2176
|
+
childListMaxHeight: string;
|
|
2042
2177
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2043
2178
|
openId: string | number;
|
|
2044
2179
|
selectedId: string | number;
|
|
2045
2180
|
showSearch: boolean;
|
|
2046
2181
|
loadingRowCount: number;
|
|
2047
2182
|
emptyStateTitle: string;
|
|
2183
|
+
isSticky: boolean;
|
|
2184
|
+
zIndexBase: number;
|
|
2048
2185
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2049
2186
|
search: {
|
|
2050
2187
|
type: import("vue").PropType<string>;
|
|
@@ -2076,6 +2213,10 @@ declare const _default: {
|
|
|
2076
2213
|
type: import("vue").PropType<string | number>;
|
|
2077
2214
|
default: any;
|
|
2078
2215
|
};
|
|
2216
|
+
childListMaxHeight: {
|
|
2217
|
+
type: import("vue").PropType<string>;
|
|
2218
|
+
default: string;
|
|
2219
|
+
};
|
|
2079
2220
|
searchHandler: {
|
|
2080
2221
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2081
2222
|
default: any;
|
|
@@ -2100,7 +2241,16 @@ declare const _default: {
|
|
|
2100
2241
|
type: import("vue").PropType<string>;
|
|
2101
2242
|
default: string;
|
|
2102
2243
|
};
|
|
2244
|
+
isSticky: {
|
|
2245
|
+
type: import("vue").PropType<boolean>;
|
|
2246
|
+
default: boolean;
|
|
2247
|
+
};
|
|
2248
|
+
zIndexBase: {
|
|
2249
|
+
type: import("vue").PropType<number>;
|
|
2250
|
+
default: number;
|
|
2251
|
+
};
|
|
2103
2252
|
}>> & {
|
|
2253
|
+
onClearSearch?: () => any;
|
|
2104
2254
|
onSortableItemDragged?: (event: {
|
|
2105
2255
|
id: string;
|
|
2106
2256
|
newIndex: number;
|
|
@@ -2110,8 +2260,7 @@ declare const _default: {
|
|
|
2110
2260
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2111
2261
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2112
2262
|
"onUpdate:search"?: (query: string) => any;
|
|
2113
|
-
|
|
2114
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
2263
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "childListMaxHeight" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase">;
|
|
2115
2264
|
$attrs: {
|
|
2116
2265
|
[x: string]: unknown;
|
|
2117
2266
|
};
|
|
@@ -2159,6 +2308,10 @@ declare const _default: {
|
|
|
2159
2308
|
type: import("vue").PropType<string | number>;
|
|
2160
2309
|
default: any;
|
|
2161
2310
|
};
|
|
2311
|
+
childListMaxHeight: {
|
|
2312
|
+
type: import("vue").PropType<string>;
|
|
2313
|
+
default: string;
|
|
2314
|
+
};
|
|
2162
2315
|
searchHandler: {
|
|
2163
2316
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2164
2317
|
default: any;
|
|
@@ -2183,7 +2336,16 @@ declare const _default: {
|
|
|
2183
2336
|
type: import("vue").PropType<string>;
|
|
2184
2337
|
default: string;
|
|
2185
2338
|
};
|
|
2339
|
+
isSticky: {
|
|
2340
|
+
type: import("vue").PropType<boolean>;
|
|
2341
|
+
default: boolean;
|
|
2342
|
+
};
|
|
2343
|
+
zIndexBase: {
|
|
2344
|
+
type: import("vue").PropType<number>;
|
|
2345
|
+
default: number;
|
|
2346
|
+
};
|
|
2186
2347
|
}>> & {
|
|
2348
|
+
onClearSearch?: () => any;
|
|
2187
2349
|
onSortableItemDragged?: (event: {
|
|
2188
2350
|
id: string;
|
|
2189
2351
|
newIndex: number;
|
|
@@ -2193,7 +2355,6 @@ declare const _default: {
|
|
|
2193
2355
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2194
2356
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2195
2357
|
"onUpdate:search"?: (query: string) => any;
|
|
2196
|
-
onClearSearch?: () => any;
|
|
2197
2358
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2198
2359
|
sortableItemDragged: (event: {
|
|
2199
2360
|
id: string;
|
|
@@ -2213,12 +2374,15 @@ declare const _default: {
|
|
|
2213
2374
|
searchPlaceholder: string;
|
|
2214
2375
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2215
2376
|
selectedChildId: string | number;
|
|
2377
|
+
childListMaxHeight: string;
|
|
2216
2378
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2217
2379
|
openId: string | number;
|
|
2218
2380
|
selectedId: string | number;
|
|
2219
2381
|
showSearch: boolean;
|
|
2220
2382
|
loadingRowCount: number;
|
|
2221
2383
|
emptyStateTitle: string;
|
|
2384
|
+
isSticky: boolean;
|
|
2385
|
+
zIndexBase: number;
|
|
2222
2386
|
}, {}, string> & {
|
|
2223
2387
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2224
2388
|
created?: (() => void) | (() => void)[];
|
|
@@ -2270,6 +2434,10 @@ declare const _default: {
|
|
|
2270
2434
|
type: import("vue").PropType<string | number>;
|
|
2271
2435
|
default: any;
|
|
2272
2436
|
};
|
|
2437
|
+
childListMaxHeight: {
|
|
2438
|
+
type: import("vue").PropType<string>;
|
|
2439
|
+
default: string;
|
|
2440
|
+
};
|
|
2273
2441
|
searchHandler: {
|
|
2274
2442
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2275
2443
|
default: any;
|
|
@@ -2294,7 +2462,16 @@ declare const _default: {
|
|
|
2294
2462
|
type: import("vue").PropType<string>;
|
|
2295
2463
|
default: string;
|
|
2296
2464
|
};
|
|
2465
|
+
isSticky: {
|
|
2466
|
+
type: import("vue").PropType<boolean>;
|
|
2467
|
+
default: boolean;
|
|
2468
|
+
};
|
|
2469
|
+
zIndexBase: {
|
|
2470
|
+
type: import("vue").PropType<number>;
|
|
2471
|
+
default: number;
|
|
2472
|
+
};
|
|
2297
2473
|
}>> & {
|
|
2474
|
+
onClearSearch?: () => any;
|
|
2298
2475
|
onSortableItemDragged?: (event: {
|
|
2299
2476
|
id: string;
|
|
2300
2477
|
newIndex: number;
|
|
@@ -2304,7 +2481,6 @@ declare const _default: {
|
|
|
2304
2481
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2305
2482
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2306
2483
|
"onUpdate:search"?: (query: string) => any;
|
|
2307
|
-
onClearSearch?: () => any;
|
|
2308
2484
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
2309
2485
|
__isFragment?: never;
|
|
2310
2486
|
__isTeleport?: never;
|
|
@@ -2340,6 +2516,10 @@ declare const _default: {
|
|
|
2340
2516
|
type: import("vue").PropType<string | number>;
|
|
2341
2517
|
default: any;
|
|
2342
2518
|
};
|
|
2519
|
+
childListMaxHeight: {
|
|
2520
|
+
type: import("vue").PropType<string>;
|
|
2521
|
+
default: string;
|
|
2522
|
+
};
|
|
2343
2523
|
searchHandler: {
|
|
2344
2524
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2345
2525
|
default: any;
|
|
@@ -2364,7 +2544,16 @@ declare const _default: {
|
|
|
2364
2544
|
type: import("vue").PropType<string>;
|
|
2365
2545
|
default: string;
|
|
2366
2546
|
};
|
|
2547
|
+
isSticky: {
|
|
2548
|
+
type: import("vue").PropType<boolean>;
|
|
2549
|
+
default: boolean;
|
|
2550
|
+
};
|
|
2551
|
+
zIndexBase: {
|
|
2552
|
+
type: import("vue").PropType<number>;
|
|
2553
|
+
default: number;
|
|
2554
|
+
};
|
|
2367
2555
|
}>> & {
|
|
2556
|
+
onClearSearch?: () => any;
|
|
2368
2557
|
onSortableItemDragged?: (event: {
|
|
2369
2558
|
id: string;
|
|
2370
2559
|
newIndex: number;
|
|
@@ -2374,7 +2563,6 @@ declare const _default: {
|
|
|
2374
2563
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2375
2564
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2376
2565
|
"onUpdate:search"?: (query: string) => any;
|
|
2377
|
-
onClearSearch?: () => any;
|
|
2378
2566
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2379
2567
|
sortableItemDragged: (event: {
|
|
2380
2568
|
id: string;
|
|
@@ -2394,14 +2582,18 @@ declare const _default: {
|
|
|
2394
2582
|
searchPlaceholder: string;
|
|
2395
2583
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2396
2584
|
selectedChildId: string | number;
|
|
2585
|
+
childListMaxHeight: string;
|
|
2397
2586
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2398
2587
|
openId: string | number;
|
|
2399
2588
|
selectedId: string | number;
|
|
2400
2589
|
showSearch: boolean;
|
|
2401
2590
|
loadingRowCount: number;
|
|
2402
2591
|
emptyStateTitle: string;
|
|
2592
|
+
isSticky: boolean;
|
|
2593
|
+
zIndexBase: number;
|
|
2403
2594
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2404
2595
|
$slots: {
|
|
2596
|
+
header?(_: {}): any;
|
|
2405
2597
|
menu?(_: {
|
|
2406
2598
|
item: import("./components/sortableList/SortableList.types").SortableListItem;
|
|
2407
2599
|
}): any;
|
|
@@ -5124,6 +5316,7 @@ declare const _default: {
|
|
|
5124
5316
|
$props: Partial<{
|
|
5125
5317
|
type: "input" | "dropdown";
|
|
5126
5318
|
cell: string;
|
|
5319
|
+
withIcons: boolean;
|
|
5127
5320
|
saveOnClickOutside: boolean;
|
|
5128
5321
|
validateFunction: (value: unknown) => string | boolean;
|
|
5129
5322
|
isLoading: boolean;
|
|
@@ -5138,6 +5331,10 @@ declare const _default: {
|
|
|
5138
5331
|
type: import("vue").PropType<string>;
|
|
5139
5332
|
default: string;
|
|
5140
5333
|
};
|
|
5334
|
+
withIcons: {
|
|
5335
|
+
type: import("vue").PropType<boolean>;
|
|
5336
|
+
default: boolean;
|
|
5337
|
+
};
|
|
5141
5338
|
saveOnClickOutside: {
|
|
5142
5339
|
type: import("vue").PropType<boolean>;
|
|
5143
5340
|
default: boolean;
|
|
@@ -5162,7 +5359,7 @@ declare const _default: {
|
|
|
5162
5359
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
5163
5360
|
default: (cell: unknown) => unknown;
|
|
5164
5361
|
};
|
|
5165
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
5362
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
5166
5363
|
$attrs: {
|
|
5167
5364
|
[x: string]: unknown;
|
|
5168
5365
|
};
|
|
@@ -5186,6 +5383,10 @@ declare const _default: {
|
|
|
5186
5383
|
type: import("vue").PropType<string>;
|
|
5187
5384
|
default: string;
|
|
5188
5385
|
};
|
|
5386
|
+
withIcons: {
|
|
5387
|
+
type: import("vue").PropType<boolean>;
|
|
5388
|
+
default: boolean;
|
|
5389
|
+
};
|
|
5189
5390
|
saveOnClickOutside: {
|
|
5190
5391
|
type: import("vue").PropType<boolean>;
|
|
5191
5392
|
default: boolean;
|
|
@@ -5213,6 +5414,7 @@ declare const _default: {
|
|
|
5213
5414
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5214
5415
|
type: "input" | "dropdown";
|
|
5215
5416
|
cell: string;
|
|
5417
|
+
withIcons: boolean;
|
|
5216
5418
|
saveOnClickOutside: boolean;
|
|
5217
5419
|
validateFunction: (value: unknown) => string | boolean;
|
|
5218
5420
|
isLoading: boolean;
|
|
@@ -5247,6 +5449,10 @@ declare const _default: {
|
|
|
5247
5449
|
type: import("vue").PropType<string>;
|
|
5248
5450
|
default: string;
|
|
5249
5451
|
};
|
|
5452
|
+
withIcons: {
|
|
5453
|
+
type: import("vue").PropType<boolean>;
|
|
5454
|
+
default: boolean;
|
|
5455
|
+
};
|
|
5250
5456
|
saveOnClickOutside: {
|
|
5251
5457
|
type: import("vue").PropType<boolean>;
|
|
5252
5458
|
default: boolean;
|
|
@@ -5285,6 +5491,10 @@ declare const _default: {
|
|
|
5285
5491
|
type: import("vue").PropType<string>;
|
|
5286
5492
|
default: string;
|
|
5287
5493
|
};
|
|
5494
|
+
withIcons: {
|
|
5495
|
+
type: import("vue").PropType<boolean>;
|
|
5496
|
+
default: boolean;
|
|
5497
|
+
};
|
|
5288
5498
|
saveOnClickOutside: {
|
|
5289
5499
|
type: import("vue").PropType<boolean>;
|
|
5290
5500
|
default: boolean;
|
|
@@ -5312,6 +5522,7 @@ declare const _default: {
|
|
|
5312
5522
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5313
5523
|
type: "input" | "dropdown";
|
|
5314
5524
|
cell: string;
|
|
5525
|
+
withIcons: boolean;
|
|
5315
5526
|
saveOnClickOutside: boolean;
|
|
5316
5527
|
validateFunction: (value: unknown) => string | boolean;
|
|
5317
5528
|
isLoading: boolean;
|
|
@@ -5329,6 +5540,7 @@ declare const _default: {
|
|
|
5329
5540
|
$props: Partial<{
|
|
5330
5541
|
type: "input" | "dropdown";
|
|
5331
5542
|
cell: string;
|
|
5543
|
+
withIcons: boolean;
|
|
5332
5544
|
saveOnClickOutside: boolean;
|
|
5333
5545
|
validateFunction: (value: unknown) => string | boolean;
|
|
5334
5546
|
isLoading: boolean;
|
|
@@ -5343,6 +5555,10 @@ declare const _default: {
|
|
|
5343
5555
|
type: import("vue").PropType<string>;
|
|
5344
5556
|
default: string;
|
|
5345
5557
|
};
|
|
5558
|
+
withIcons: {
|
|
5559
|
+
type: import("vue").PropType<boolean>;
|
|
5560
|
+
default: boolean;
|
|
5561
|
+
};
|
|
5346
5562
|
saveOnClickOutside: {
|
|
5347
5563
|
type: import("vue").PropType<boolean>;
|
|
5348
5564
|
default: boolean;
|
|
@@ -5367,7 +5583,7 @@ declare const _default: {
|
|
|
5367
5583
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
5368
5584
|
default: (cell: unknown) => unknown;
|
|
5369
5585
|
};
|
|
5370
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
5586
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
5371
5587
|
$attrs: {
|
|
5372
5588
|
[x: string]: unknown;
|
|
5373
5589
|
};
|
|
@@ -5391,6 +5607,10 @@ declare const _default: {
|
|
|
5391
5607
|
type: import("vue").PropType<string>;
|
|
5392
5608
|
default: string;
|
|
5393
5609
|
};
|
|
5610
|
+
withIcons: {
|
|
5611
|
+
type: import("vue").PropType<boolean>;
|
|
5612
|
+
default: boolean;
|
|
5613
|
+
};
|
|
5394
5614
|
saveOnClickOutside: {
|
|
5395
5615
|
type: import("vue").PropType<boolean>;
|
|
5396
5616
|
default: boolean;
|
|
@@ -5418,6 +5638,7 @@ declare const _default: {
|
|
|
5418
5638
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5419
5639
|
type: "input" | "dropdown";
|
|
5420
5640
|
cell: string;
|
|
5641
|
+
withIcons: boolean;
|
|
5421
5642
|
saveOnClickOutside: boolean;
|
|
5422
5643
|
validateFunction: (value: unknown) => string | boolean;
|
|
5423
5644
|
isLoading: boolean;
|
|
@@ -5452,6 +5673,10 @@ declare const _default: {
|
|
|
5452
5673
|
type: import("vue").PropType<string>;
|
|
5453
5674
|
default: string;
|
|
5454
5675
|
};
|
|
5676
|
+
withIcons: {
|
|
5677
|
+
type: import("vue").PropType<boolean>;
|
|
5678
|
+
default: boolean;
|
|
5679
|
+
};
|
|
5455
5680
|
saveOnClickOutside: {
|
|
5456
5681
|
type: import("vue").PropType<boolean>;
|
|
5457
5682
|
default: boolean;
|
|
@@ -5490,6 +5715,10 @@ declare const _default: {
|
|
|
5490
5715
|
type: import("vue").PropType<string>;
|
|
5491
5716
|
default: string;
|
|
5492
5717
|
};
|
|
5718
|
+
withIcons: {
|
|
5719
|
+
type: import("vue").PropType<boolean>;
|
|
5720
|
+
default: boolean;
|
|
5721
|
+
};
|
|
5493
5722
|
saveOnClickOutside: {
|
|
5494
5723
|
type: import("vue").PropType<boolean>;
|
|
5495
5724
|
default: boolean;
|
|
@@ -5517,6 +5746,7 @@ declare const _default: {
|
|
|
5517
5746
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5518
5747
|
type: "input" | "dropdown";
|
|
5519
5748
|
cell: string;
|
|
5749
|
+
withIcons: boolean;
|
|
5520
5750
|
saveOnClickOutside: boolean;
|
|
5521
5751
|
validateFunction: (value: unknown) => string | boolean;
|
|
5522
5752
|
isLoading: boolean;
|
|
@@ -5546,6 +5776,7 @@ declare const _default: {
|
|
|
5546
5776
|
loadingRowCount: number;
|
|
5547
5777
|
emptyStateTitle: string;
|
|
5548
5778
|
isSticky: boolean;
|
|
5779
|
+
zIndexBase: number;
|
|
5549
5780
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5550
5781
|
isStickyHeader: boolean;
|
|
5551
5782
|
emptyStateSubtitle: string;
|
|
@@ -5557,9 +5788,10 @@ declare const _default: {
|
|
|
5557
5788
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5558
5789
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5559
5790
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5560
|
-
zIndexBase: number;
|
|
5561
5791
|
rowCustomClassKey: string;
|
|
5562
5792
|
rowDataKey: string;
|
|
5793
|
+
isSelectionSticky: boolean;
|
|
5794
|
+
isSelectionBordered: boolean;
|
|
5563
5795
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5564
5796
|
sort: {
|
|
5565
5797
|
type: import("vue").PropType<tableV3.Sort>;
|
|
@@ -5613,6 +5845,10 @@ declare const _default: {
|
|
|
5613
5845
|
type: import("vue").PropType<boolean>;
|
|
5614
5846
|
default: boolean;
|
|
5615
5847
|
};
|
|
5848
|
+
zIndexBase: {
|
|
5849
|
+
type: import("vue").PropType<number>;
|
|
5850
|
+
default: number;
|
|
5851
|
+
};
|
|
5616
5852
|
rows: {
|
|
5617
5853
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
5618
5854
|
required: true;
|
|
@@ -5661,10 +5897,6 @@ declare const _default: {
|
|
|
5661
5897
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5662
5898
|
default: any;
|
|
5663
5899
|
};
|
|
5664
|
-
zIndexBase: {
|
|
5665
|
-
type: import("vue").PropType<number>;
|
|
5666
|
-
default: number;
|
|
5667
|
-
};
|
|
5668
5900
|
rowCustomClassKey: {
|
|
5669
5901
|
type: import("vue").PropType<string>;
|
|
5670
5902
|
default: string;
|
|
@@ -5673,18 +5905,26 @@ declare const _default: {
|
|
|
5673
5905
|
type: import("vue").PropType<string>;
|
|
5674
5906
|
default: string;
|
|
5675
5907
|
};
|
|
5676
|
-
|
|
5677
|
-
|
|
5908
|
+
isSelectionSticky: {
|
|
5909
|
+
type: import("vue").PropType<boolean>;
|
|
5910
|
+
default: boolean;
|
|
5911
|
+
};
|
|
5912
|
+
isSelectionBordered: {
|
|
5913
|
+
type: import("vue").PropType<boolean>;
|
|
5914
|
+
default: boolean;
|
|
5915
|
+
};
|
|
5916
|
+
}>> & {
|
|
5917
|
+
onSelectAll?: (value: boolean) => any;
|
|
5918
|
+
onLoadMore?: () => any;
|
|
5678
5919
|
"onUpdate:search"?: (query: string) => any;
|
|
5679
5920
|
onOnScroll?: (event: Event) => any;
|
|
5680
5921
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
5681
5922
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
5682
|
-
onLoadMore?: () => any;
|
|
5683
5923
|
onOnClearSearch?: () => any;
|
|
5684
5924
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5685
5925
|
onSelectRow?: (value: boolean) => any;
|
|
5686
5926
|
onClickRow?: (rowIndex: number) => any;
|
|
5687
|
-
} & 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" | "
|
|
5927
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
|
|
5688
5928
|
$attrs: {
|
|
5689
5929
|
[x: string]: unknown;
|
|
5690
5930
|
};
|
|
@@ -5696,7 +5936,7 @@ declare const _default: {
|
|
|
5696
5936
|
}>;
|
|
5697
5937
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5698
5938
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5699
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "
|
|
5939
|
+
$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);
|
|
5700
5940
|
$el: any;
|
|
5701
5941
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5702
5942
|
sort: {
|
|
@@ -5751,6 +5991,10 @@ declare const _default: {
|
|
|
5751
5991
|
type: import("vue").PropType<boolean>;
|
|
5752
5992
|
default: boolean;
|
|
5753
5993
|
};
|
|
5994
|
+
zIndexBase: {
|
|
5995
|
+
type: import("vue").PropType<number>;
|
|
5996
|
+
default: number;
|
|
5997
|
+
};
|
|
5754
5998
|
rows: {
|
|
5755
5999
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
5756
6000
|
required: true;
|
|
@@ -5799,10 +6043,6 @@ declare const _default: {
|
|
|
5799
6043
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5800
6044
|
default: any;
|
|
5801
6045
|
};
|
|
5802
|
-
zIndexBase: {
|
|
5803
|
-
type: import("vue").PropType<number>;
|
|
5804
|
-
default: number;
|
|
5805
|
-
};
|
|
5806
6046
|
rowCustomClassKey: {
|
|
5807
6047
|
type: import("vue").PropType<string>;
|
|
5808
6048
|
default: string;
|
|
@@ -5811,13 +6051,21 @@ declare const _default: {
|
|
|
5811
6051
|
type: import("vue").PropType<string>;
|
|
5812
6052
|
default: string;
|
|
5813
6053
|
};
|
|
6054
|
+
isSelectionSticky: {
|
|
6055
|
+
type: import("vue").PropType<boolean>;
|
|
6056
|
+
default: boolean;
|
|
6057
|
+
};
|
|
6058
|
+
isSelectionBordered: {
|
|
6059
|
+
type: import("vue").PropType<boolean>;
|
|
6060
|
+
default: boolean;
|
|
6061
|
+
};
|
|
5814
6062
|
}>> & {
|
|
5815
6063
|
onSelectAll?: (value: boolean) => any;
|
|
6064
|
+
onLoadMore?: () => any;
|
|
5816
6065
|
"onUpdate:search"?: (query: string) => any;
|
|
5817
6066
|
onOnScroll?: (event: Event) => any;
|
|
5818
6067
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
5819
6068
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
5820
|
-
onLoadMore?: () => any;
|
|
5821
6069
|
onOnClearSearch?: () => any;
|
|
5822
6070
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5823
6071
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -5848,6 +6096,7 @@ declare const _default: {
|
|
|
5848
6096
|
loadingRowCount: number;
|
|
5849
6097
|
emptyStateTitle: string;
|
|
5850
6098
|
isSticky: boolean;
|
|
6099
|
+
zIndexBase: number;
|
|
5851
6100
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5852
6101
|
isStickyHeader: boolean;
|
|
5853
6102
|
emptyStateSubtitle: string;
|
|
@@ -5859,9 +6108,10 @@ declare const _default: {
|
|
|
5859
6108
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5860
6109
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5861
6110
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5862
|
-
zIndexBase: number;
|
|
5863
6111
|
rowCustomClassKey: string;
|
|
5864
6112
|
rowDataKey: string;
|
|
6113
|
+
isSelectionSticky: boolean;
|
|
6114
|
+
isSelectionBordered: boolean;
|
|
5865
6115
|
}, {}, string> & {
|
|
5866
6116
|
beforeCreate?: (() => void) | (() => void)[];
|
|
5867
6117
|
created?: (() => void) | (() => void)[];
|
|
@@ -5935,6 +6185,10 @@ declare const _default: {
|
|
|
5935
6185
|
type: import("vue").PropType<boolean>;
|
|
5936
6186
|
default: boolean;
|
|
5937
6187
|
};
|
|
6188
|
+
zIndexBase: {
|
|
6189
|
+
type: import("vue").PropType<number>;
|
|
6190
|
+
default: number;
|
|
6191
|
+
};
|
|
5938
6192
|
rows: {
|
|
5939
6193
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
5940
6194
|
required: true;
|
|
@@ -5983,10 +6237,6 @@ declare const _default: {
|
|
|
5983
6237
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5984
6238
|
default: any;
|
|
5985
6239
|
};
|
|
5986
|
-
zIndexBase: {
|
|
5987
|
-
type: import("vue").PropType<number>;
|
|
5988
|
-
default: number;
|
|
5989
|
-
};
|
|
5990
6240
|
rowCustomClassKey: {
|
|
5991
6241
|
type: import("vue").PropType<string>;
|
|
5992
6242
|
default: string;
|
|
@@ -5995,13 +6245,21 @@ declare const _default: {
|
|
|
5995
6245
|
type: import("vue").PropType<string>;
|
|
5996
6246
|
default: string;
|
|
5997
6247
|
};
|
|
6248
|
+
isSelectionSticky: {
|
|
6249
|
+
type: import("vue").PropType<boolean>;
|
|
6250
|
+
default: boolean;
|
|
6251
|
+
};
|
|
6252
|
+
isSelectionBordered: {
|
|
6253
|
+
type: import("vue").PropType<boolean>;
|
|
6254
|
+
default: boolean;
|
|
6255
|
+
};
|
|
5998
6256
|
}>> & {
|
|
5999
6257
|
onSelectAll?: (value: boolean) => any;
|
|
6258
|
+
onLoadMore?: () => any;
|
|
6000
6259
|
"onUpdate:search"?: (query: string) => any;
|
|
6001
6260
|
onOnScroll?: (event: Event) => any;
|
|
6002
6261
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6003
6262
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6004
|
-
onLoadMore?: () => any;
|
|
6005
6263
|
onOnClearSearch?: () => any;
|
|
6006
6264
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6007
6265
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6065,6 +6323,10 @@ declare const _default: {
|
|
|
6065
6323
|
type: import("vue").PropType<boolean>;
|
|
6066
6324
|
default: boolean;
|
|
6067
6325
|
};
|
|
6326
|
+
zIndexBase: {
|
|
6327
|
+
type: import("vue").PropType<number>;
|
|
6328
|
+
default: number;
|
|
6329
|
+
};
|
|
6068
6330
|
rows: {
|
|
6069
6331
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6070
6332
|
required: true;
|
|
@@ -6113,10 +6375,6 @@ declare const _default: {
|
|
|
6113
6375
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6114
6376
|
default: any;
|
|
6115
6377
|
};
|
|
6116
|
-
zIndexBase: {
|
|
6117
|
-
type: import("vue").PropType<number>;
|
|
6118
|
-
default: number;
|
|
6119
|
-
};
|
|
6120
6378
|
rowCustomClassKey: {
|
|
6121
6379
|
type: import("vue").PropType<string>;
|
|
6122
6380
|
default: string;
|
|
@@ -6125,13 +6383,21 @@ declare const _default: {
|
|
|
6125
6383
|
type: import("vue").PropType<string>;
|
|
6126
6384
|
default: string;
|
|
6127
6385
|
};
|
|
6386
|
+
isSelectionSticky: {
|
|
6387
|
+
type: import("vue").PropType<boolean>;
|
|
6388
|
+
default: boolean;
|
|
6389
|
+
};
|
|
6390
|
+
isSelectionBordered: {
|
|
6391
|
+
type: import("vue").PropType<boolean>;
|
|
6392
|
+
default: boolean;
|
|
6393
|
+
};
|
|
6128
6394
|
}>> & {
|
|
6129
6395
|
onSelectAll?: (value: boolean) => any;
|
|
6396
|
+
onLoadMore?: () => any;
|
|
6130
6397
|
"onUpdate:search"?: (query: string) => any;
|
|
6131
6398
|
onOnScroll?: (event: Event) => any;
|
|
6132
6399
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6133
6400
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6134
|
-
onLoadMore?: () => any;
|
|
6135
6401
|
onOnClearSearch?: () => any;
|
|
6136
6402
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6137
6403
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6162,6 +6428,7 @@ declare const _default: {
|
|
|
6162
6428
|
loadingRowCount: number;
|
|
6163
6429
|
emptyStateTitle: string;
|
|
6164
6430
|
isSticky: boolean;
|
|
6431
|
+
zIndexBase: number;
|
|
6165
6432
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6166
6433
|
isStickyHeader: boolean;
|
|
6167
6434
|
emptyStateSubtitle: string;
|
|
@@ -6173,9 +6440,10 @@ declare const _default: {
|
|
|
6173
6440
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6174
6441
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6175
6442
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6176
|
-
zIndexBase: number;
|
|
6177
6443
|
rowCustomClassKey: string;
|
|
6178
6444
|
rowDataKey: string;
|
|
6445
|
+
isSelectionSticky: boolean;
|
|
6446
|
+
isSelectionBordered: boolean;
|
|
6179
6447
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
6180
6448
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
6181
6449
|
column: tableV3.Column;
|
|
@@ -6315,6 +6583,7 @@ declare const _default: {
|
|
|
6315
6583
|
loadingRowCount: number;
|
|
6316
6584
|
emptyStateTitle: string;
|
|
6317
6585
|
isSticky: boolean;
|
|
6586
|
+
zIndexBase: number;
|
|
6318
6587
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6319
6588
|
isStickyHeader: boolean;
|
|
6320
6589
|
emptyStateSubtitle: string;
|
|
@@ -6326,9 +6595,10 @@ declare const _default: {
|
|
|
6326
6595
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6327
6596
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6328
6597
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6329
|
-
zIndexBase: number;
|
|
6330
6598
|
rowCustomClassKey: string;
|
|
6331
6599
|
rowDataKey: string;
|
|
6600
|
+
isSelectionSticky: boolean;
|
|
6601
|
+
isSelectionBordered: boolean;
|
|
6332
6602
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
6333
6603
|
sort: {
|
|
6334
6604
|
type: import("vue").PropType<tableV3.Sort>;
|
|
@@ -6382,6 +6652,10 @@ declare const _default: {
|
|
|
6382
6652
|
type: import("vue").PropType<boolean>;
|
|
6383
6653
|
default: boolean;
|
|
6384
6654
|
};
|
|
6655
|
+
zIndexBase: {
|
|
6656
|
+
type: import("vue").PropType<number>;
|
|
6657
|
+
default: number;
|
|
6658
|
+
};
|
|
6385
6659
|
rows: {
|
|
6386
6660
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6387
6661
|
required: true;
|
|
@@ -6430,10 +6704,6 @@ declare const _default: {
|
|
|
6430
6704
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6431
6705
|
default: any;
|
|
6432
6706
|
};
|
|
6433
|
-
zIndexBase: {
|
|
6434
|
-
type: import("vue").PropType<number>;
|
|
6435
|
-
default: number;
|
|
6436
|
-
};
|
|
6437
6707
|
rowCustomClassKey: {
|
|
6438
6708
|
type: import("vue").PropType<string>;
|
|
6439
6709
|
default: string;
|
|
@@ -6442,18 +6712,26 @@ declare const _default: {
|
|
|
6442
6712
|
type: import("vue").PropType<string>;
|
|
6443
6713
|
default: string;
|
|
6444
6714
|
};
|
|
6715
|
+
isSelectionSticky: {
|
|
6716
|
+
type: import("vue").PropType<boolean>;
|
|
6717
|
+
default: boolean;
|
|
6718
|
+
};
|
|
6719
|
+
isSelectionBordered: {
|
|
6720
|
+
type: import("vue").PropType<boolean>;
|
|
6721
|
+
default: boolean;
|
|
6722
|
+
};
|
|
6445
6723
|
}>> & {
|
|
6446
6724
|
onSelectAll?: (value: boolean) => any;
|
|
6725
|
+
onLoadMore?: () => any;
|
|
6447
6726
|
"onUpdate:search"?: (query: string) => any;
|
|
6448
6727
|
onOnScroll?: (event: Event) => any;
|
|
6449
6728
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6450
6729
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6451
|
-
onLoadMore?: () => any;
|
|
6452
6730
|
onOnClearSearch?: () => any;
|
|
6453
6731
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6454
6732
|
onSelectRow?: (value: boolean) => any;
|
|
6455
6733
|
onClickRow?: (rowIndex: number) => any;
|
|
6456
|
-
} & 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" | "
|
|
6734
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
|
|
6457
6735
|
$attrs: {
|
|
6458
6736
|
[x: string]: unknown;
|
|
6459
6737
|
};
|
|
@@ -6465,7 +6743,7 @@ declare const _default: {
|
|
|
6465
6743
|
}>;
|
|
6466
6744
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6467
6745
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6468
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "
|
|
6746
|
+
$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);
|
|
6469
6747
|
$el: any;
|
|
6470
6748
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6471
6749
|
sort: {
|
|
@@ -6520,6 +6798,10 @@ declare const _default: {
|
|
|
6520
6798
|
type: import("vue").PropType<boolean>;
|
|
6521
6799
|
default: boolean;
|
|
6522
6800
|
};
|
|
6801
|
+
zIndexBase: {
|
|
6802
|
+
type: import("vue").PropType<number>;
|
|
6803
|
+
default: number;
|
|
6804
|
+
};
|
|
6523
6805
|
rows: {
|
|
6524
6806
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6525
6807
|
required: true;
|
|
@@ -6568,10 +6850,6 @@ declare const _default: {
|
|
|
6568
6850
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6569
6851
|
default: any;
|
|
6570
6852
|
};
|
|
6571
|
-
zIndexBase: {
|
|
6572
|
-
type: import("vue").PropType<number>;
|
|
6573
|
-
default: number;
|
|
6574
|
-
};
|
|
6575
6853
|
rowCustomClassKey: {
|
|
6576
6854
|
type: import("vue").PropType<string>;
|
|
6577
6855
|
default: string;
|
|
@@ -6580,13 +6858,21 @@ declare const _default: {
|
|
|
6580
6858
|
type: import("vue").PropType<string>;
|
|
6581
6859
|
default: string;
|
|
6582
6860
|
};
|
|
6861
|
+
isSelectionSticky: {
|
|
6862
|
+
type: import("vue").PropType<boolean>;
|
|
6863
|
+
default: boolean;
|
|
6864
|
+
};
|
|
6865
|
+
isSelectionBordered: {
|
|
6866
|
+
type: import("vue").PropType<boolean>;
|
|
6867
|
+
default: boolean;
|
|
6868
|
+
};
|
|
6583
6869
|
}>> & {
|
|
6584
6870
|
onSelectAll?: (value: boolean) => any;
|
|
6871
|
+
onLoadMore?: () => any;
|
|
6585
6872
|
"onUpdate:search"?: (query: string) => any;
|
|
6586
6873
|
onOnScroll?: (event: Event) => any;
|
|
6587
6874
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6588
6875
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6589
|
-
onLoadMore?: () => any;
|
|
6590
6876
|
onOnClearSearch?: () => any;
|
|
6591
6877
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6592
6878
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6617,6 +6903,7 @@ declare const _default: {
|
|
|
6617
6903
|
loadingRowCount: number;
|
|
6618
6904
|
emptyStateTitle: string;
|
|
6619
6905
|
isSticky: boolean;
|
|
6906
|
+
zIndexBase: number;
|
|
6620
6907
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6621
6908
|
isStickyHeader: boolean;
|
|
6622
6909
|
emptyStateSubtitle: string;
|
|
@@ -6628,9 +6915,10 @@ declare const _default: {
|
|
|
6628
6915
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6629
6916
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6630
6917
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6631
|
-
zIndexBase: number;
|
|
6632
6918
|
rowCustomClassKey: string;
|
|
6633
6919
|
rowDataKey: string;
|
|
6920
|
+
isSelectionSticky: boolean;
|
|
6921
|
+
isSelectionBordered: boolean;
|
|
6634
6922
|
}, {}, string> & {
|
|
6635
6923
|
beforeCreate?: (() => void) | (() => void)[];
|
|
6636
6924
|
created?: (() => void) | (() => void)[];
|
|
@@ -6704,6 +6992,10 @@ declare const _default: {
|
|
|
6704
6992
|
type: import("vue").PropType<boolean>;
|
|
6705
6993
|
default: boolean;
|
|
6706
6994
|
};
|
|
6995
|
+
zIndexBase: {
|
|
6996
|
+
type: import("vue").PropType<number>;
|
|
6997
|
+
default: number;
|
|
6998
|
+
};
|
|
6707
6999
|
rows: {
|
|
6708
7000
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6709
7001
|
required: true;
|
|
@@ -6752,10 +7044,6 @@ declare const _default: {
|
|
|
6752
7044
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6753
7045
|
default: any;
|
|
6754
7046
|
};
|
|
6755
|
-
zIndexBase: {
|
|
6756
|
-
type: import("vue").PropType<number>;
|
|
6757
|
-
default: number;
|
|
6758
|
-
};
|
|
6759
7047
|
rowCustomClassKey: {
|
|
6760
7048
|
type: import("vue").PropType<string>;
|
|
6761
7049
|
default: string;
|
|
@@ -6764,13 +7052,21 @@ declare const _default: {
|
|
|
6764
7052
|
type: import("vue").PropType<string>;
|
|
6765
7053
|
default: string;
|
|
6766
7054
|
};
|
|
7055
|
+
isSelectionSticky: {
|
|
7056
|
+
type: import("vue").PropType<boolean>;
|
|
7057
|
+
default: boolean;
|
|
7058
|
+
};
|
|
7059
|
+
isSelectionBordered: {
|
|
7060
|
+
type: import("vue").PropType<boolean>;
|
|
7061
|
+
default: boolean;
|
|
7062
|
+
};
|
|
6767
7063
|
}>> & {
|
|
6768
7064
|
onSelectAll?: (value: boolean) => any;
|
|
7065
|
+
onLoadMore?: () => any;
|
|
6769
7066
|
"onUpdate:search"?: (query: string) => any;
|
|
6770
7067
|
onOnScroll?: (event: Event) => any;
|
|
6771
7068
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6772
7069
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6773
|
-
onLoadMore?: () => any;
|
|
6774
7070
|
onOnClearSearch?: () => any;
|
|
6775
7071
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6776
7072
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6834,6 +7130,10 @@ declare const _default: {
|
|
|
6834
7130
|
type: import("vue").PropType<boolean>;
|
|
6835
7131
|
default: boolean;
|
|
6836
7132
|
};
|
|
7133
|
+
zIndexBase: {
|
|
7134
|
+
type: import("vue").PropType<number>;
|
|
7135
|
+
default: number;
|
|
7136
|
+
};
|
|
6837
7137
|
rows: {
|
|
6838
7138
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6839
7139
|
required: true;
|
|
@@ -6882,10 +7182,6 @@ declare const _default: {
|
|
|
6882
7182
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6883
7183
|
default: any;
|
|
6884
7184
|
};
|
|
6885
|
-
zIndexBase: {
|
|
6886
|
-
type: import("vue").PropType<number>;
|
|
6887
|
-
default: number;
|
|
6888
|
-
};
|
|
6889
7185
|
rowCustomClassKey: {
|
|
6890
7186
|
type: import("vue").PropType<string>;
|
|
6891
7187
|
default: string;
|
|
@@ -6894,13 +7190,21 @@ declare const _default: {
|
|
|
6894
7190
|
type: import("vue").PropType<string>;
|
|
6895
7191
|
default: string;
|
|
6896
7192
|
};
|
|
7193
|
+
isSelectionSticky: {
|
|
7194
|
+
type: import("vue").PropType<boolean>;
|
|
7195
|
+
default: boolean;
|
|
7196
|
+
};
|
|
7197
|
+
isSelectionBordered: {
|
|
7198
|
+
type: import("vue").PropType<boolean>;
|
|
7199
|
+
default: boolean;
|
|
7200
|
+
};
|
|
6897
7201
|
}>> & {
|
|
6898
7202
|
onSelectAll?: (value: boolean) => any;
|
|
7203
|
+
onLoadMore?: () => any;
|
|
6899
7204
|
"onUpdate:search"?: (query: string) => any;
|
|
6900
7205
|
onOnScroll?: (event: Event) => any;
|
|
6901
7206
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6902
7207
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6903
|
-
onLoadMore?: () => any;
|
|
6904
7208
|
onOnClearSearch?: () => any;
|
|
6905
7209
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6906
7210
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6931,6 +7235,7 @@ declare const _default: {
|
|
|
6931
7235
|
loadingRowCount: number;
|
|
6932
7236
|
emptyStateTitle: string;
|
|
6933
7237
|
isSticky: boolean;
|
|
7238
|
+
zIndexBase: number;
|
|
6934
7239
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6935
7240
|
isStickyHeader: boolean;
|
|
6936
7241
|
emptyStateSubtitle: string;
|
|
@@ -6942,9 +7247,10 @@ declare const _default: {
|
|
|
6942
7247
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6943
7248
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6944
7249
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6945
|
-
zIndexBase: number;
|
|
6946
7250
|
rowCustomClassKey: string;
|
|
6947
7251
|
rowDataKey: string;
|
|
7252
|
+
isSelectionSticky: boolean;
|
|
7253
|
+
isSelectionBordered: boolean;
|
|
6948
7254
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
6949
7255
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
6950
7256
|
column: tableV3.Column;
|
|
@@ -7078,11 +7384,11 @@ declare const _default: {
|
|
|
7078
7384
|
loadingRowCount: number;
|
|
7079
7385
|
emptyStateTitle: string;
|
|
7080
7386
|
isSticky: boolean;
|
|
7387
|
+
zIndexBase: number;
|
|
7081
7388
|
emptyStateSubtitle: string;
|
|
7082
7389
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7083
7390
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7084
7391
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7085
|
-
zIndexBase: number;
|
|
7086
7392
|
rowCustomClassKey: string;
|
|
7087
7393
|
rowDataKey: string;
|
|
7088
7394
|
totalCount: number;
|
|
@@ -7128,6 +7434,10 @@ declare const _default: {
|
|
|
7128
7434
|
type: import("vue").PropType<boolean>;
|
|
7129
7435
|
default: boolean;
|
|
7130
7436
|
};
|
|
7437
|
+
zIndexBase: {
|
|
7438
|
+
type: import("vue").PropType<number>;
|
|
7439
|
+
default: number;
|
|
7440
|
+
};
|
|
7131
7441
|
emptyStateSubtitle: {
|
|
7132
7442
|
type: import("vue").PropType<string>;
|
|
7133
7443
|
default: string;
|
|
@@ -7144,10 +7454,6 @@ declare const _default: {
|
|
|
7144
7454
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7145
7455
|
default: any;
|
|
7146
7456
|
};
|
|
7147
|
-
zIndexBase: {
|
|
7148
|
-
type: import("vue").PropType<number>;
|
|
7149
|
-
default: number;
|
|
7150
|
-
};
|
|
7151
7457
|
rowCustomClassKey: {
|
|
7152
7458
|
type: import("vue").PropType<string>;
|
|
7153
7459
|
default: string;
|
|
@@ -7190,7 +7496,7 @@ declare const _default: {
|
|
|
7190
7496
|
}) => any;
|
|
7191
7497
|
onOnClearSearch?: () => any;
|
|
7192
7498
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7193
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "
|
|
7499
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7194
7500
|
$attrs: {
|
|
7195
7501
|
[x: string]: unknown;
|
|
7196
7502
|
};
|
|
@@ -7202,7 +7508,7 @@ declare const _default: {
|
|
|
7202
7508
|
}>;
|
|
7203
7509
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7204
7510
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7205
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "
|
|
7511
|
+
$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 & {
|
|
7206
7512
|
tableIndex: number;
|
|
7207
7513
|
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
7208
7514
|
$el: any;
|
|
@@ -7243,6 +7549,10 @@ declare const _default: {
|
|
|
7243
7549
|
type: import("vue").PropType<boolean>;
|
|
7244
7550
|
default: boolean;
|
|
7245
7551
|
};
|
|
7552
|
+
zIndexBase: {
|
|
7553
|
+
type: import("vue").PropType<number>;
|
|
7554
|
+
default: number;
|
|
7555
|
+
};
|
|
7246
7556
|
emptyStateSubtitle: {
|
|
7247
7557
|
type: import("vue").PropType<string>;
|
|
7248
7558
|
default: string;
|
|
@@ -7259,10 +7569,6 @@ declare const _default: {
|
|
|
7259
7569
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7260
7570
|
default: any;
|
|
7261
7571
|
};
|
|
7262
|
-
zIndexBase: {
|
|
7263
|
-
type: import("vue").PropType<number>;
|
|
7264
|
-
default: number;
|
|
7265
|
-
};
|
|
7266
7572
|
rowCustomClassKey: {
|
|
7267
7573
|
type: import("vue").PropType<string>;
|
|
7268
7574
|
default: string;
|
|
@@ -7323,11 +7629,11 @@ declare const _default: {
|
|
|
7323
7629
|
loadingRowCount: number;
|
|
7324
7630
|
emptyStateTitle: string;
|
|
7325
7631
|
isSticky: boolean;
|
|
7632
|
+
zIndexBase: number;
|
|
7326
7633
|
emptyStateSubtitle: string;
|
|
7327
7634
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7328
7635
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7329
7636
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7330
|
-
zIndexBase: number;
|
|
7331
7637
|
rowCustomClassKey: string;
|
|
7332
7638
|
rowDataKey: string;
|
|
7333
7639
|
totalCount: number;
|
|
@@ -7393,6 +7699,10 @@ declare const _default: {
|
|
|
7393
7699
|
type: import("vue").PropType<boolean>;
|
|
7394
7700
|
default: boolean;
|
|
7395
7701
|
};
|
|
7702
|
+
zIndexBase: {
|
|
7703
|
+
type: import("vue").PropType<number>;
|
|
7704
|
+
default: number;
|
|
7705
|
+
};
|
|
7396
7706
|
emptyStateSubtitle: {
|
|
7397
7707
|
type: import("vue").PropType<string>;
|
|
7398
7708
|
default: string;
|
|
@@ -7409,10 +7719,6 @@ declare const _default: {
|
|
|
7409
7719
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7410
7720
|
default: any;
|
|
7411
7721
|
};
|
|
7412
|
-
zIndexBase: {
|
|
7413
|
-
type: import("vue").PropType<number>;
|
|
7414
|
-
default: number;
|
|
7415
|
-
};
|
|
7416
7722
|
rowCustomClassKey: {
|
|
7417
7723
|
type: import("vue").PropType<string>;
|
|
7418
7724
|
default: string;
|
|
@@ -7496,6 +7802,10 @@ declare const _default: {
|
|
|
7496
7802
|
type: import("vue").PropType<boolean>;
|
|
7497
7803
|
default: boolean;
|
|
7498
7804
|
};
|
|
7805
|
+
zIndexBase: {
|
|
7806
|
+
type: import("vue").PropType<number>;
|
|
7807
|
+
default: number;
|
|
7808
|
+
};
|
|
7499
7809
|
emptyStateSubtitle: {
|
|
7500
7810
|
type: import("vue").PropType<string>;
|
|
7501
7811
|
default: string;
|
|
@@ -7512,10 +7822,6 @@ declare const _default: {
|
|
|
7512
7822
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7513
7823
|
default: any;
|
|
7514
7824
|
};
|
|
7515
|
-
zIndexBase: {
|
|
7516
|
-
type: import("vue").PropType<number>;
|
|
7517
|
-
default: number;
|
|
7518
|
-
};
|
|
7519
7825
|
rowCustomClassKey: {
|
|
7520
7826
|
type: import("vue").PropType<string>;
|
|
7521
7827
|
default: string;
|
|
@@ -7576,11 +7882,11 @@ declare const _default: {
|
|
|
7576
7882
|
loadingRowCount: number;
|
|
7577
7883
|
emptyStateTitle: string;
|
|
7578
7884
|
isSticky: boolean;
|
|
7885
|
+
zIndexBase: number;
|
|
7579
7886
|
emptyStateSubtitle: string;
|
|
7580
7887
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7581
7888
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7582
7889
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7583
|
-
zIndexBase: number;
|
|
7584
7890
|
rowCustomClassKey: string;
|
|
7585
7891
|
rowDataKey: string;
|
|
7586
7892
|
totalCount: number;
|
|
@@ -7626,11 +7932,11 @@ declare const _default: {
|
|
|
7626
7932
|
loadingRowCount: number;
|
|
7627
7933
|
emptyStateTitle: string;
|
|
7628
7934
|
isSticky: boolean;
|
|
7935
|
+
zIndexBase: number;
|
|
7629
7936
|
emptyStateSubtitle: string;
|
|
7630
7937
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7631
7938
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7632
7939
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7633
|
-
zIndexBase: number;
|
|
7634
7940
|
rowCustomClassKey: string;
|
|
7635
7941
|
rowDataKey: string;
|
|
7636
7942
|
totalCount: number;
|
|
@@ -7676,6 +7982,10 @@ declare const _default: {
|
|
|
7676
7982
|
type: import("vue").PropType<boolean>;
|
|
7677
7983
|
default: boolean;
|
|
7678
7984
|
};
|
|
7985
|
+
zIndexBase: {
|
|
7986
|
+
type: import("vue").PropType<number>;
|
|
7987
|
+
default: number;
|
|
7988
|
+
};
|
|
7679
7989
|
emptyStateSubtitle: {
|
|
7680
7990
|
type: import("vue").PropType<string>;
|
|
7681
7991
|
default: string;
|
|
@@ -7692,10 +8002,6 @@ declare const _default: {
|
|
|
7692
8002
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7693
8003
|
default: any;
|
|
7694
8004
|
};
|
|
7695
|
-
zIndexBase: {
|
|
7696
|
-
type: import("vue").PropType<number>;
|
|
7697
|
-
default: number;
|
|
7698
|
-
};
|
|
7699
8005
|
rowCustomClassKey: {
|
|
7700
8006
|
type: import("vue").PropType<string>;
|
|
7701
8007
|
default: string;
|
|
@@ -7738,7 +8044,7 @@ declare const _default: {
|
|
|
7738
8044
|
}) => any;
|
|
7739
8045
|
onOnClearSearch?: () => any;
|
|
7740
8046
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7741
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "
|
|
8047
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7742
8048
|
$attrs: {
|
|
7743
8049
|
[x: string]: unknown;
|
|
7744
8050
|
};
|
|
@@ -7750,7 +8056,7 @@ declare const _default: {
|
|
|
7750
8056
|
}>;
|
|
7751
8057
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7752
8058
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7753
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "
|
|
8059
|
+
$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 & {
|
|
7754
8060
|
tableIndex: number;
|
|
7755
8061
|
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
7756
8062
|
$el: any;
|
|
@@ -7791,6 +8097,10 @@ declare const _default: {
|
|
|
7791
8097
|
type: import("vue").PropType<boolean>;
|
|
7792
8098
|
default: boolean;
|
|
7793
8099
|
};
|
|
8100
|
+
zIndexBase: {
|
|
8101
|
+
type: import("vue").PropType<number>;
|
|
8102
|
+
default: number;
|
|
8103
|
+
};
|
|
7794
8104
|
emptyStateSubtitle: {
|
|
7795
8105
|
type: import("vue").PropType<string>;
|
|
7796
8106
|
default: string;
|
|
@@ -7807,10 +8117,6 @@ declare const _default: {
|
|
|
7807
8117
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7808
8118
|
default: any;
|
|
7809
8119
|
};
|
|
7810
|
-
zIndexBase: {
|
|
7811
|
-
type: import("vue").PropType<number>;
|
|
7812
|
-
default: number;
|
|
7813
|
-
};
|
|
7814
8120
|
rowCustomClassKey: {
|
|
7815
8121
|
type: import("vue").PropType<string>;
|
|
7816
8122
|
default: string;
|
|
@@ -7871,11 +8177,11 @@ declare const _default: {
|
|
|
7871
8177
|
loadingRowCount: number;
|
|
7872
8178
|
emptyStateTitle: string;
|
|
7873
8179
|
isSticky: boolean;
|
|
8180
|
+
zIndexBase: number;
|
|
7874
8181
|
emptyStateSubtitle: string;
|
|
7875
8182
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7876
8183
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7877
8184
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7878
|
-
zIndexBase: number;
|
|
7879
8185
|
rowCustomClassKey: string;
|
|
7880
8186
|
rowDataKey: string;
|
|
7881
8187
|
totalCount: number;
|
|
@@ -7941,6 +8247,10 @@ declare const _default: {
|
|
|
7941
8247
|
type: import("vue").PropType<boolean>;
|
|
7942
8248
|
default: boolean;
|
|
7943
8249
|
};
|
|
8250
|
+
zIndexBase: {
|
|
8251
|
+
type: import("vue").PropType<number>;
|
|
8252
|
+
default: number;
|
|
8253
|
+
};
|
|
7944
8254
|
emptyStateSubtitle: {
|
|
7945
8255
|
type: import("vue").PropType<string>;
|
|
7946
8256
|
default: string;
|
|
@@ -7957,10 +8267,6 @@ declare const _default: {
|
|
|
7957
8267
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7958
8268
|
default: any;
|
|
7959
8269
|
};
|
|
7960
|
-
zIndexBase: {
|
|
7961
|
-
type: import("vue").PropType<number>;
|
|
7962
|
-
default: number;
|
|
7963
|
-
};
|
|
7964
8270
|
rowCustomClassKey: {
|
|
7965
8271
|
type: import("vue").PropType<string>;
|
|
7966
8272
|
default: string;
|
|
@@ -8044,6 +8350,10 @@ declare const _default: {
|
|
|
8044
8350
|
type: import("vue").PropType<boolean>;
|
|
8045
8351
|
default: boolean;
|
|
8046
8352
|
};
|
|
8353
|
+
zIndexBase: {
|
|
8354
|
+
type: import("vue").PropType<number>;
|
|
8355
|
+
default: number;
|
|
8356
|
+
};
|
|
8047
8357
|
emptyStateSubtitle: {
|
|
8048
8358
|
type: import("vue").PropType<string>;
|
|
8049
8359
|
default: string;
|
|
@@ -8060,10 +8370,6 @@ declare const _default: {
|
|
|
8060
8370
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
8061
8371
|
default: any;
|
|
8062
8372
|
};
|
|
8063
|
-
zIndexBase: {
|
|
8064
|
-
type: import("vue").PropType<number>;
|
|
8065
|
-
default: number;
|
|
8066
|
-
};
|
|
8067
8373
|
rowCustomClassKey: {
|
|
8068
8374
|
type: import("vue").PropType<string>;
|
|
8069
8375
|
default: string;
|
|
@@ -8124,11 +8430,11 @@ declare const _default: {
|
|
|
8124
8430
|
loadingRowCount: number;
|
|
8125
8431
|
emptyStateTitle: string;
|
|
8126
8432
|
isSticky: boolean;
|
|
8433
|
+
zIndexBase: number;
|
|
8127
8434
|
emptyStateSubtitle: string;
|
|
8128
8435
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
8129
8436
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
8130
8437
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
8131
|
-
zIndexBase: number;
|
|
8132
8438
|
rowCustomClassKey: string;
|
|
8133
8439
|
rowDataKey: string;
|
|
8134
8440
|
totalCount: number;
|
|
@@ -8243,10 +8549,10 @@ declare const _default: {
|
|
|
8243
8549
|
default: any;
|
|
8244
8550
|
};
|
|
8245
8551
|
}>> & {
|
|
8552
|
+
onLoadMore?: () => any;
|
|
8246
8553
|
onOnScroll?: (event: Event) => any;
|
|
8247
8554
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8248
8555
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8249
|
-
onLoadMore?: () => any;
|
|
8250
8556
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
8251
8557
|
$attrs: {
|
|
8252
8558
|
[x: string]: unknown;
|
|
@@ -8259,7 +8565,7 @@ declare const _default: {
|
|
|
8259
8565
|
}>;
|
|
8260
8566
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8261
8567
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8262
|
-
$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)
|
|
8568
|
+
$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);
|
|
8263
8569
|
$el: any;
|
|
8264
8570
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8265
8571
|
sort: {
|
|
@@ -8327,10 +8633,10 @@ declare const _default: {
|
|
|
8327
8633
|
default: any;
|
|
8328
8634
|
};
|
|
8329
8635
|
}>> & {
|
|
8636
|
+
onLoadMore?: () => any;
|
|
8330
8637
|
onOnScroll?: (event: Event) => any;
|
|
8331
8638
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8332
8639
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8333
|
-
onLoadMore?: () => any;
|
|
8334
8640
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8335
8641
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8336
8642
|
onScroll: (event: Event) => void;
|
|
@@ -8435,10 +8741,10 @@ declare const _default: {
|
|
|
8435
8741
|
default: any;
|
|
8436
8742
|
};
|
|
8437
8743
|
}>> & {
|
|
8744
|
+
onLoadMore?: () => any;
|
|
8438
8745
|
onOnScroll?: (event: Event) => any;
|
|
8439
8746
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8440
8747
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8441
|
-
onLoadMore?: () => any;
|
|
8442
8748
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
8443
8749
|
__isFragment?: never;
|
|
8444
8750
|
__isTeleport?: never;
|
|
@@ -8509,10 +8815,10 @@ declare const _default: {
|
|
|
8509
8815
|
default: any;
|
|
8510
8816
|
};
|
|
8511
8817
|
}>> & {
|
|
8818
|
+
onLoadMore?: () => any;
|
|
8512
8819
|
onOnScroll?: (event: Event) => any;
|
|
8513
8820
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8514
8821
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8515
|
-
onLoadMore?: () => any;
|
|
8516
8822
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8517
8823
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8518
8824
|
onScroll: (event: Event) => void;
|
|
@@ -8636,10 +8942,10 @@ declare const _default: {
|
|
|
8636
8942
|
default: any;
|
|
8637
8943
|
};
|
|
8638
8944
|
}>> & {
|
|
8945
|
+
onLoadMore?: () => any;
|
|
8639
8946
|
onOnScroll?: (event: Event) => any;
|
|
8640
8947
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8641
8948
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8642
|
-
onLoadMore?: () => any;
|
|
8643
8949
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
8644
8950
|
$attrs: {
|
|
8645
8951
|
[x: string]: unknown;
|
|
@@ -8652,7 +8958,7 @@ declare const _default: {
|
|
|
8652
8958
|
}>;
|
|
8653
8959
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8654
8960
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8655
|
-
$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)
|
|
8961
|
+
$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);
|
|
8656
8962
|
$el: any;
|
|
8657
8963
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8658
8964
|
sort: {
|
|
@@ -8720,10 +9026,10 @@ declare const _default: {
|
|
|
8720
9026
|
default: any;
|
|
8721
9027
|
};
|
|
8722
9028
|
}>> & {
|
|
9029
|
+
onLoadMore?: () => any;
|
|
8723
9030
|
onOnScroll?: (event: Event) => any;
|
|
8724
9031
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8725
9032
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8726
|
-
onLoadMore?: () => any;
|
|
8727
9033
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8728
9034
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8729
9035
|
onScroll: (event: Event) => void;
|
|
@@ -8828,10 +9134,10 @@ declare const _default: {
|
|
|
8828
9134
|
default: any;
|
|
8829
9135
|
};
|
|
8830
9136
|
}>> & {
|
|
9137
|
+
onLoadMore?: () => any;
|
|
8831
9138
|
onOnScroll?: (event: Event) => any;
|
|
8832
9139
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8833
9140
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8834
|
-
onLoadMore?: () => any;
|
|
8835
9141
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
8836
9142
|
__isFragment?: never;
|
|
8837
9143
|
__isTeleport?: never;
|
|
@@ -8902,10 +9208,10 @@ declare const _default: {
|
|
|
8902
9208
|
default: any;
|
|
8903
9209
|
};
|
|
8904
9210
|
}>> & {
|
|
9211
|
+
onLoadMore?: () => any;
|
|
8905
9212
|
onOnScroll?: (event: Event) => any;
|
|
8906
9213
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8907
9214
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8908
|
-
onLoadMore?: () => any;
|
|
8909
9215
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8910
9216
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8911
9217
|
onScroll: (event: Event) => void;
|
|
@@ -9582,6 +9888,8 @@ declare const _default: {
|
|
|
9582
9888
|
disabled: boolean;
|
|
9583
9889
|
distance: string | number;
|
|
9584
9890
|
container: string;
|
|
9891
|
+
shown: boolean;
|
|
9892
|
+
autoHide: boolean;
|
|
9585
9893
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9586
9894
|
header: {
|
|
9587
9895
|
type: import("vue").PropType<string>;
|
|
@@ -9627,9 +9935,17 @@ declare const _default: {
|
|
|
9627
9935
|
type: import("vue").PropType<string>;
|
|
9628
9936
|
default: string;
|
|
9629
9937
|
};
|
|
9938
|
+
shown: {
|
|
9939
|
+
type: import("vue").PropType<boolean>;
|
|
9940
|
+
default: any;
|
|
9941
|
+
};
|
|
9942
|
+
autoHide: {
|
|
9943
|
+
type: import("vue").PropType<boolean>;
|
|
9944
|
+
default: boolean;
|
|
9945
|
+
};
|
|
9630
9946
|
}>> & {
|
|
9631
9947
|
onShow?: () => any;
|
|
9632
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
|
|
9948
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
|
|
9633
9949
|
$attrs: {
|
|
9634
9950
|
[x: string]: unknown;
|
|
9635
9951
|
};
|
|
@@ -9688,6 +10004,14 @@ declare const _default: {
|
|
|
9688
10004
|
type: import("vue").PropType<string>;
|
|
9689
10005
|
default: string;
|
|
9690
10006
|
};
|
|
10007
|
+
shown: {
|
|
10008
|
+
type: import("vue").PropType<boolean>;
|
|
10009
|
+
default: any;
|
|
10010
|
+
};
|
|
10011
|
+
autoHide: {
|
|
10012
|
+
type: import("vue").PropType<boolean>;
|
|
10013
|
+
default: boolean;
|
|
10014
|
+
};
|
|
9691
10015
|
}>> & {
|
|
9692
10016
|
onShow?: () => any;
|
|
9693
10017
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9704,6 +10028,8 @@ declare const _default: {
|
|
|
9704
10028
|
disabled: boolean;
|
|
9705
10029
|
distance: string | number;
|
|
9706
10030
|
container: string;
|
|
10031
|
+
shown: boolean;
|
|
10032
|
+
autoHide: boolean;
|
|
9707
10033
|
}, {}, string> & {
|
|
9708
10034
|
beforeCreate?: (() => void) | (() => void)[];
|
|
9709
10035
|
created?: (() => void) | (() => void)[];
|
|
@@ -9769,6 +10095,14 @@ declare const _default: {
|
|
|
9769
10095
|
type: import("vue").PropType<string>;
|
|
9770
10096
|
default: string;
|
|
9771
10097
|
};
|
|
10098
|
+
shown: {
|
|
10099
|
+
type: import("vue").PropType<boolean>;
|
|
10100
|
+
default: any;
|
|
10101
|
+
};
|
|
10102
|
+
autoHide: {
|
|
10103
|
+
type: import("vue").PropType<boolean>;
|
|
10104
|
+
default: boolean;
|
|
10105
|
+
};
|
|
9772
10106
|
}>> & {
|
|
9773
10107
|
onShow?: () => any;
|
|
9774
10108
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -9820,6 +10154,14 @@ declare const _default: {
|
|
|
9820
10154
|
type: import("vue").PropType<string>;
|
|
9821
10155
|
default: string;
|
|
9822
10156
|
};
|
|
10157
|
+
shown: {
|
|
10158
|
+
type: import("vue").PropType<boolean>;
|
|
10159
|
+
default: any;
|
|
10160
|
+
};
|
|
10161
|
+
autoHide: {
|
|
10162
|
+
type: import("vue").PropType<boolean>;
|
|
10163
|
+
default: boolean;
|
|
10164
|
+
};
|
|
9823
10165
|
}>> & {
|
|
9824
10166
|
onShow?: () => any;
|
|
9825
10167
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9836,6 +10178,8 @@ declare const _default: {
|
|
|
9836
10178
|
disabled: boolean;
|
|
9837
10179
|
distance: string | number;
|
|
9838
10180
|
container: string;
|
|
10181
|
+
shown: boolean;
|
|
10182
|
+
autoHide: boolean;
|
|
9839
10183
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
9840
10184
|
$slots: {
|
|
9841
10185
|
default?(_: {}): any;
|
|
@@ -9860,6 +10204,8 @@ declare const _default: {
|
|
|
9860
10204
|
disabled: boolean;
|
|
9861
10205
|
distance: string | number;
|
|
9862
10206
|
container: string;
|
|
10207
|
+
shown: boolean;
|
|
10208
|
+
autoHide: boolean;
|
|
9863
10209
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9864
10210
|
header: {
|
|
9865
10211
|
type: import("vue").PropType<string>;
|
|
@@ -9905,9 +10251,17 @@ declare const _default: {
|
|
|
9905
10251
|
type: import("vue").PropType<string>;
|
|
9906
10252
|
default: string;
|
|
9907
10253
|
};
|
|
10254
|
+
shown: {
|
|
10255
|
+
type: import("vue").PropType<boolean>;
|
|
10256
|
+
default: any;
|
|
10257
|
+
};
|
|
10258
|
+
autoHide: {
|
|
10259
|
+
type: import("vue").PropType<boolean>;
|
|
10260
|
+
default: boolean;
|
|
10261
|
+
};
|
|
9908
10262
|
}>> & {
|
|
9909
10263
|
onShow?: () => any;
|
|
9910
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
|
|
10264
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
|
|
9911
10265
|
$attrs: {
|
|
9912
10266
|
[x: string]: unknown;
|
|
9913
10267
|
};
|
|
@@ -9966,6 +10320,14 @@ declare const _default: {
|
|
|
9966
10320
|
type: import("vue").PropType<string>;
|
|
9967
10321
|
default: string;
|
|
9968
10322
|
};
|
|
10323
|
+
shown: {
|
|
10324
|
+
type: import("vue").PropType<boolean>;
|
|
10325
|
+
default: any;
|
|
10326
|
+
};
|
|
10327
|
+
autoHide: {
|
|
10328
|
+
type: import("vue").PropType<boolean>;
|
|
10329
|
+
default: boolean;
|
|
10330
|
+
};
|
|
9969
10331
|
}>> & {
|
|
9970
10332
|
onShow?: () => any;
|
|
9971
10333
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9982,6 +10344,8 @@ declare const _default: {
|
|
|
9982
10344
|
disabled: boolean;
|
|
9983
10345
|
distance: string | number;
|
|
9984
10346
|
container: string;
|
|
10347
|
+
shown: boolean;
|
|
10348
|
+
autoHide: boolean;
|
|
9985
10349
|
}, {}, string> & {
|
|
9986
10350
|
beforeCreate?: (() => void) | (() => void)[];
|
|
9987
10351
|
created?: (() => void) | (() => void)[];
|
|
@@ -10047,6 +10411,14 @@ declare const _default: {
|
|
|
10047
10411
|
type: import("vue").PropType<string>;
|
|
10048
10412
|
default: string;
|
|
10049
10413
|
};
|
|
10414
|
+
shown: {
|
|
10415
|
+
type: import("vue").PropType<boolean>;
|
|
10416
|
+
default: any;
|
|
10417
|
+
};
|
|
10418
|
+
autoHide: {
|
|
10419
|
+
type: import("vue").PropType<boolean>;
|
|
10420
|
+
default: boolean;
|
|
10421
|
+
};
|
|
10050
10422
|
}>> & {
|
|
10051
10423
|
onShow?: () => any;
|
|
10052
10424
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -10098,6 +10470,14 @@ declare const _default: {
|
|
|
10098
10470
|
type: import("vue").PropType<string>;
|
|
10099
10471
|
default: string;
|
|
10100
10472
|
};
|
|
10473
|
+
shown: {
|
|
10474
|
+
type: import("vue").PropType<boolean>;
|
|
10475
|
+
default: any;
|
|
10476
|
+
};
|
|
10477
|
+
autoHide: {
|
|
10478
|
+
type: import("vue").PropType<boolean>;
|
|
10479
|
+
default: boolean;
|
|
10480
|
+
};
|
|
10101
10481
|
}>> & {
|
|
10102
10482
|
onShow?: () => any;
|
|
10103
10483
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -10114,6 +10494,8 @@ declare const _default: {
|
|
|
10114
10494
|
disabled: boolean;
|
|
10115
10495
|
distance: string | number;
|
|
10116
10496
|
container: string;
|
|
10497
|
+
shown: boolean;
|
|
10498
|
+
autoHide: boolean;
|
|
10117
10499
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10118
10500
|
$slots: {
|
|
10119
10501
|
default?(_: {}): any;
|
|
@@ -10140,12 +10522,15 @@ declare const _default: {
|
|
|
10140
10522
|
closeOnClickOutside: boolean;
|
|
10141
10523
|
beforeClose: (show: () => void) => void;
|
|
10142
10524
|
showCloseButton: boolean;
|
|
10525
|
+
showCancelButton: boolean;
|
|
10526
|
+
showSaveButton: boolean;
|
|
10143
10527
|
showFooter: boolean;
|
|
10144
10528
|
saveButtonLabel: string;
|
|
10145
10529
|
saveButtonLoading: boolean;
|
|
10146
10530
|
saveButtonColor: string;
|
|
10147
10531
|
cancelButtonLabel: string;
|
|
10148
10532
|
cancelButtonColor: string;
|
|
10533
|
+
noPadding: boolean;
|
|
10149
10534
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10150
10535
|
title: {
|
|
10151
10536
|
type: import("vue").PropType<string>;
|
|
@@ -10203,6 +10588,14 @@ declare const _default: {
|
|
|
10203
10588
|
type: import("vue").PropType<boolean>;
|
|
10204
10589
|
default: boolean;
|
|
10205
10590
|
};
|
|
10591
|
+
showCancelButton: {
|
|
10592
|
+
type: import("vue").PropType<boolean>;
|
|
10593
|
+
default: boolean;
|
|
10594
|
+
};
|
|
10595
|
+
showSaveButton: {
|
|
10596
|
+
type: import("vue").PropType<boolean>;
|
|
10597
|
+
default: boolean;
|
|
10598
|
+
};
|
|
10206
10599
|
showFooter: {
|
|
10207
10600
|
type: import("vue").PropType<boolean>;
|
|
10208
10601
|
default: boolean;
|
|
@@ -10227,13 +10620,17 @@ declare const _default: {
|
|
|
10227
10620
|
type: import("vue").PropType<string>;
|
|
10228
10621
|
default: string;
|
|
10229
10622
|
};
|
|
10623
|
+
noPadding: {
|
|
10624
|
+
type: import("vue").PropType<boolean>;
|
|
10625
|
+
default: boolean;
|
|
10626
|
+
};
|
|
10230
10627
|
}>> & {
|
|
10231
10628
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10232
10629
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
10233
10630
|
onCancel?: () => any;
|
|
10234
10631
|
onOpen?: () => any;
|
|
10235
10632
|
onSave?: () => any;
|
|
10236
|
-
} & 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">;
|
|
10633
|
+
} & 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" | "noPadding">;
|
|
10237
10634
|
$attrs: {
|
|
10238
10635
|
[x: string]: unknown;
|
|
10239
10636
|
};
|
|
@@ -10304,6 +10701,14 @@ declare const _default: {
|
|
|
10304
10701
|
type: import("vue").PropType<boolean>;
|
|
10305
10702
|
default: boolean;
|
|
10306
10703
|
};
|
|
10704
|
+
showCancelButton: {
|
|
10705
|
+
type: import("vue").PropType<boolean>;
|
|
10706
|
+
default: boolean;
|
|
10707
|
+
};
|
|
10708
|
+
showSaveButton: {
|
|
10709
|
+
type: import("vue").PropType<boolean>;
|
|
10710
|
+
default: boolean;
|
|
10711
|
+
};
|
|
10307
10712
|
showFooter: {
|
|
10308
10713
|
type: import("vue").PropType<boolean>;
|
|
10309
10714
|
default: boolean;
|
|
@@ -10328,6 +10733,10 @@ declare const _default: {
|
|
|
10328
10733
|
type: import("vue").PropType<string>;
|
|
10329
10734
|
default: string;
|
|
10330
10735
|
};
|
|
10736
|
+
noPadding: {
|
|
10737
|
+
type: import("vue").PropType<boolean>;
|
|
10738
|
+
default: boolean;
|
|
10739
|
+
};
|
|
10331
10740
|
}>> & {
|
|
10332
10741
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10333
10742
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10354,12 +10763,15 @@ declare const _default: {
|
|
|
10354
10763
|
closeOnClickOutside: boolean;
|
|
10355
10764
|
beforeClose: (show: () => void) => void;
|
|
10356
10765
|
showCloseButton: boolean;
|
|
10766
|
+
showCancelButton: boolean;
|
|
10767
|
+
showSaveButton: boolean;
|
|
10357
10768
|
showFooter: boolean;
|
|
10358
10769
|
saveButtonLabel: string;
|
|
10359
10770
|
saveButtonLoading: boolean;
|
|
10360
10771
|
saveButtonColor: string;
|
|
10361
10772
|
cancelButtonLabel: string;
|
|
10362
10773
|
cancelButtonColor: string;
|
|
10774
|
+
noPadding: boolean;
|
|
10363
10775
|
}, {}, string> & {
|
|
10364
10776
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10365
10777
|
created?: (() => void) | (() => void)[];
|
|
@@ -10437,6 +10849,14 @@ declare const _default: {
|
|
|
10437
10849
|
type: import("vue").PropType<boolean>;
|
|
10438
10850
|
default: boolean;
|
|
10439
10851
|
};
|
|
10852
|
+
showCancelButton: {
|
|
10853
|
+
type: import("vue").PropType<boolean>;
|
|
10854
|
+
default: boolean;
|
|
10855
|
+
};
|
|
10856
|
+
showSaveButton: {
|
|
10857
|
+
type: import("vue").PropType<boolean>;
|
|
10858
|
+
default: boolean;
|
|
10859
|
+
};
|
|
10440
10860
|
showFooter: {
|
|
10441
10861
|
type: import("vue").PropType<boolean>;
|
|
10442
10862
|
default: boolean;
|
|
@@ -10461,6 +10881,10 @@ declare const _default: {
|
|
|
10461
10881
|
type: import("vue").PropType<string>;
|
|
10462
10882
|
default: string;
|
|
10463
10883
|
};
|
|
10884
|
+
noPadding: {
|
|
10885
|
+
type: import("vue").PropType<boolean>;
|
|
10886
|
+
default: boolean;
|
|
10887
|
+
};
|
|
10464
10888
|
}>> & {
|
|
10465
10889
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10466
10890
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10528,6 +10952,14 @@ declare const _default: {
|
|
|
10528
10952
|
type: import("vue").PropType<boolean>;
|
|
10529
10953
|
default: boolean;
|
|
10530
10954
|
};
|
|
10955
|
+
showCancelButton: {
|
|
10956
|
+
type: import("vue").PropType<boolean>;
|
|
10957
|
+
default: boolean;
|
|
10958
|
+
};
|
|
10959
|
+
showSaveButton: {
|
|
10960
|
+
type: import("vue").PropType<boolean>;
|
|
10961
|
+
default: boolean;
|
|
10962
|
+
};
|
|
10531
10963
|
showFooter: {
|
|
10532
10964
|
type: import("vue").PropType<boolean>;
|
|
10533
10965
|
default: boolean;
|
|
@@ -10552,6 +10984,10 @@ declare const _default: {
|
|
|
10552
10984
|
type: import("vue").PropType<string>;
|
|
10553
10985
|
default: string;
|
|
10554
10986
|
};
|
|
10987
|
+
noPadding: {
|
|
10988
|
+
type: import("vue").PropType<boolean>;
|
|
10989
|
+
default: boolean;
|
|
10990
|
+
};
|
|
10555
10991
|
}>> & {
|
|
10556
10992
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10557
10993
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10578,12 +11014,15 @@ declare const _default: {
|
|
|
10578
11014
|
closeOnClickOutside: boolean;
|
|
10579
11015
|
beforeClose: (show: () => void) => void;
|
|
10580
11016
|
showCloseButton: boolean;
|
|
11017
|
+
showCancelButton: boolean;
|
|
11018
|
+
showSaveButton: boolean;
|
|
10581
11019
|
showFooter: boolean;
|
|
10582
11020
|
saveButtonLabel: string;
|
|
10583
11021
|
saveButtonLoading: boolean;
|
|
10584
11022
|
saveButtonColor: string;
|
|
10585
11023
|
cancelButtonLabel: string;
|
|
10586
11024
|
cancelButtonColor: string;
|
|
11025
|
+
noPadding: boolean;
|
|
10587
11026
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10588
11027
|
$slots: {
|
|
10589
11028
|
header?(_: {}): any;
|
|
@@ -10609,12 +11048,15 @@ declare const _default: {
|
|
|
10609
11048
|
closeOnClickOutside: boolean;
|
|
10610
11049
|
beforeClose: (show: () => void) => void;
|
|
10611
11050
|
showCloseButton: boolean;
|
|
11051
|
+
showCancelButton: boolean;
|
|
11052
|
+
showSaveButton: boolean;
|
|
10612
11053
|
showFooter: boolean;
|
|
10613
11054
|
saveButtonLabel: string;
|
|
10614
11055
|
saveButtonLoading: boolean;
|
|
10615
11056
|
saveButtonColor: string;
|
|
10616
11057
|
cancelButtonLabel: string;
|
|
10617
11058
|
cancelButtonColor: string;
|
|
11059
|
+
noPadding: boolean;
|
|
10618
11060
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10619
11061
|
title: {
|
|
10620
11062
|
type: import("vue").PropType<string>;
|
|
@@ -10672,6 +11114,14 @@ declare const _default: {
|
|
|
10672
11114
|
type: import("vue").PropType<boolean>;
|
|
10673
11115
|
default: boolean;
|
|
10674
11116
|
};
|
|
11117
|
+
showCancelButton: {
|
|
11118
|
+
type: import("vue").PropType<boolean>;
|
|
11119
|
+
default: boolean;
|
|
11120
|
+
};
|
|
11121
|
+
showSaveButton: {
|
|
11122
|
+
type: import("vue").PropType<boolean>;
|
|
11123
|
+
default: boolean;
|
|
11124
|
+
};
|
|
10675
11125
|
showFooter: {
|
|
10676
11126
|
type: import("vue").PropType<boolean>;
|
|
10677
11127
|
default: boolean;
|
|
@@ -10696,13 +11146,17 @@ declare const _default: {
|
|
|
10696
11146
|
type: import("vue").PropType<string>;
|
|
10697
11147
|
default: string;
|
|
10698
11148
|
};
|
|
11149
|
+
noPadding: {
|
|
11150
|
+
type: import("vue").PropType<boolean>;
|
|
11151
|
+
default: boolean;
|
|
11152
|
+
};
|
|
10699
11153
|
}>> & {
|
|
10700
11154
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10701
11155
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
10702
11156
|
onCancel?: () => any;
|
|
10703
11157
|
onOpen?: () => any;
|
|
10704
11158
|
onSave?: () => any;
|
|
10705
|
-
} & 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">;
|
|
11159
|
+
} & 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" | "noPadding">;
|
|
10706
11160
|
$attrs: {
|
|
10707
11161
|
[x: string]: unknown;
|
|
10708
11162
|
};
|
|
@@ -10773,6 +11227,14 @@ declare const _default: {
|
|
|
10773
11227
|
type: import("vue").PropType<boolean>;
|
|
10774
11228
|
default: boolean;
|
|
10775
11229
|
};
|
|
11230
|
+
showCancelButton: {
|
|
11231
|
+
type: import("vue").PropType<boolean>;
|
|
11232
|
+
default: boolean;
|
|
11233
|
+
};
|
|
11234
|
+
showSaveButton: {
|
|
11235
|
+
type: import("vue").PropType<boolean>;
|
|
11236
|
+
default: boolean;
|
|
11237
|
+
};
|
|
10776
11238
|
showFooter: {
|
|
10777
11239
|
type: import("vue").PropType<boolean>;
|
|
10778
11240
|
default: boolean;
|
|
@@ -10797,6 +11259,10 @@ declare const _default: {
|
|
|
10797
11259
|
type: import("vue").PropType<string>;
|
|
10798
11260
|
default: string;
|
|
10799
11261
|
};
|
|
11262
|
+
noPadding: {
|
|
11263
|
+
type: import("vue").PropType<boolean>;
|
|
11264
|
+
default: boolean;
|
|
11265
|
+
};
|
|
10800
11266
|
}>> & {
|
|
10801
11267
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10802
11268
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10823,12 +11289,15 @@ declare const _default: {
|
|
|
10823
11289
|
closeOnClickOutside: boolean;
|
|
10824
11290
|
beforeClose: (show: () => void) => void;
|
|
10825
11291
|
showCloseButton: boolean;
|
|
11292
|
+
showCancelButton: boolean;
|
|
11293
|
+
showSaveButton: boolean;
|
|
10826
11294
|
showFooter: boolean;
|
|
10827
11295
|
saveButtonLabel: string;
|
|
10828
11296
|
saveButtonLoading: boolean;
|
|
10829
11297
|
saveButtonColor: string;
|
|
10830
11298
|
cancelButtonLabel: string;
|
|
10831
11299
|
cancelButtonColor: string;
|
|
11300
|
+
noPadding: boolean;
|
|
10832
11301
|
}, {}, string> & {
|
|
10833
11302
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10834
11303
|
created?: (() => void) | (() => void)[];
|
|
@@ -10906,6 +11375,14 @@ declare const _default: {
|
|
|
10906
11375
|
type: import("vue").PropType<boolean>;
|
|
10907
11376
|
default: boolean;
|
|
10908
11377
|
};
|
|
11378
|
+
showCancelButton: {
|
|
11379
|
+
type: import("vue").PropType<boolean>;
|
|
11380
|
+
default: boolean;
|
|
11381
|
+
};
|
|
11382
|
+
showSaveButton: {
|
|
11383
|
+
type: import("vue").PropType<boolean>;
|
|
11384
|
+
default: boolean;
|
|
11385
|
+
};
|
|
10909
11386
|
showFooter: {
|
|
10910
11387
|
type: import("vue").PropType<boolean>;
|
|
10911
11388
|
default: boolean;
|
|
@@ -10930,6 +11407,10 @@ declare const _default: {
|
|
|
10930
11407
|
type: import("vue").PropType<string>;
|
|
10931
11408
|
default: string;
|
|
10932
11409
|
};
|
|
11410
|
+
noPadding: {
|
|
11411
|
+
type: import("vue").PropType<boolean>;
|
|
11412
|
+
default: boolean;
|
|
11413
|
+
};
|
|
10933
11414
|
}>> & {
|
|
10934
11415
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10935
11416
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10997,6 +11478,14 @@ declare const _default: {
|
|
|
10997
11478
|
type: import("vue").PropType<boolean>;
|
|
10998
11479
|
default: boolean;
|
|
10999
11480
|
};
|
|
11481
|
+
showCancelButton: {
|
|
11482
|
+
type: import("vue").PropType<boolean>;
|
|
11483
|
+
default: boolean;
|
|
11484
|
+
};
|
|
11485
|
+
showSaveButton: {
|
|
11486
|
+
type: import("vue").PropType<boolean>;
|
|
11487
|
+
default: boolean;
|
|
11488
|
+
};
|
|
11000
11489
|
showFooter: {
|
|
11001
11490
|
type: import("vue").PropType<boolean>;
|
|
11002
11491
|
default: boolean;
|
|
@@ -11021,6 +11510,10 @@ declare const _default: {
|
|
|
11021
11510
|
type: import("vue").PropType<string>;
|
|
11022
11511
|
default: string;
|
|
11023
11512
|
};
|
|
11513
|
+
noPadding: {
|
|
11514
|
+
type: import("vue").PropType<boolean>;
|
|
11515
|
+
default: boolean;
|
|
11516
|
+
};
|
|
11024
11517
|
}>> & {
|
|
11025
11518
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
11026
11519
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -11047,12 +11540,15 @@ declare const _default: {
|
|
|
11047
11540
|
closeOnClickOutside: boolean;
|
|
11048
11541
|
beforeClose: (show: () => void) => void;
|
|
11049
11542
|
showCloseButton: boolean;
|
|
11543
|
+
showCancelButton: boolean;
|
|
11544
|
+
showSaveButton: boolean;
|
|
11050
11545
|
showFooter: boolean;
|
|
11051
11546
|
saveButtonLabel: string;
|
|
11052
11547
|
saveButtonLoading: boolean;
|
|
11053
11548
|
saveButtonColor: string;
|
|
11054
11549
|
cancelButtonLabel: string;
|
|
11055
11550
|
cancelButtonColor: string;
|
|
11551
|
+
noPadding: boolean;
|
|
11056
11552
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11057
11553
|
$slots: {
|
|
11058
11554
|
header?(_: {}): any;
|
|
@@ -15796,9 +16292,9 @@ declare const _default: {
|
|
|
15796
16292
|
modelValue: any;
|
|
15797
16293
|
selected: any;
|
|
15798
16294
|
valueToCopy: string;
|
|
15799
|
-
onClear: () => void;
|
|
15800
16295
|
placeholder: string;
|
|
15801
16296
|
multi: boolean;
|
|
16297
|
+
infiniteLoading: boolean;
|
|
15802
16298
|
showSelectAll: boolean;
|
|
15803
16299
|
defaultOpen: boolean;
|
|
15804
16300
|
keepOpen: boolean;
|
|
@@ -15817,6 +16313,7 @@ declare const _default: {
|
|
|
15817
16313
|
onSearch: (option: any, term: string) => boolean;
|
|
15818
16314
|
noResultsText: string;
|
|
15819
16315
|
searchAutoFocus: boolean;
|
|
16316
|
+
onClearSearch: () => void;
|
|
15820
16317
|
optionNameKey: string;
|
|
15821
16318
|
optionIconKey: string;
|
|
15822
16319
|
optionImageKey: string;
|
|
@@ -15881,13 +16378,13 @@ declare const _default: {
|
|
|
15881
16378
|
loading: {
|
|
15882
16379
|
type: import("vue").PropType<boolean>;
|
|
15883
16380
|
};
|
|
16381
|
+
isOpen: {
|
|
16382
|
+
type: import("vue").PropType<boolean>;
|
|
16383
|
+
};
|
|
15884
16384
|
skidding: {
|
|
15885
16385
|
type: import("vue").PropType<number>;
|
|
15886
16386
|
default: number;
|
|
15887
16387
|
};
|
|
15888
|
-
isOpen: {
|
|
15889
|
-
type: import("vue").PropType<boolean>;
|
|
15890
|
-
};
|
|
15891
16388
|
modelValue: {
|
|
15892
16389
|
type: import("vue").PropType<unknown>;
|
|
15893
16390
|
default: any;
|
|
@@ -15904,10 +16401,6 @@ declare const _default: {
|
|
|
15904
16401
|
type: import("vue").PropType<unknown[]>;
|
|
15905
16402
|
required: true;
|
|
15906
16403
|
};
|
|
15907
|
-
onClear: {
|
|
15908
|
-
type: import("vue").PropType<() => void>;
|
|
15909
|
-
default: () => true;
|
|
15910
|
-
};
|
|
15911
16404
|
placeholder: {
|
|
15912
16405
|
type: import("vue").PropType<string>;
|
|
15913
16406
|
default: string;
|
|
@@ -15916,6 +16409,13 @@ declare const _default: {
|
|
|
15916
16409
|
type: import("vue").PropType<boolean>;
|
|
15917
16410
|
default: boolean;
|
|
15918
16411
|
};
|
|
16412
|
+
loadMoreLoading: {
|
|
16413
|
+
type: import("vue").PropType<boolean>;
|
|
16414
|
+
};
|
|
16415
|
+
infiniteLoading: {
|
|
16416
|
+
type: import("vue").PropType<boolean>;
|
|
16417
|
+
default: boolean;
|
|
16418
|
+
};
|
|
15919
16419
|
showSelectAll: {
|
|
15920
16420
|
type: import("vue").PropType<boolean>;
|
|
15921
16421
|
default: boolean;
|
|
@@ -15988,6 +16488,10 @@ declare const _default: {
|
|
|
15988
16488
|
type: import("vue").PropType<boolean>;
|
|
15989
16489
|
default: boolean;
|
|
15990
16490
|
};
|
|
16491
|
+
onClearSearch: {
|
|
16492
|
+
type: import("vue").PropType<() => void>;
|
|
16493
|
+
default: () => true;
|
|
16494
|
+
};
|
|
15991
16495
|
displayValue: {
|
|
15992
16496
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
15993
16497
|
required: true;
|
|
@@ -16078,11 +16582,14 @@ declare const _default: {
|
|
|
16078
16582
|
onApply?: (value: unknown) => any;
|
|
16079
16583
|
onSelectAll?: () => any;
|
|
16080
16584
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16585
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16081
16586
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16082
16587
|
onOnsearch?: (value: string) => any;
|
|
16588
|
+
onLoadMore?: () => any;
|
|
16589
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16083
16590
|
onOpened?: () => any;
|
|
16084
16591
|
onClosed?: () => any;
|
|
16085
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "
|
|
16592
|
+
} & 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">;
|
|
16086
16593
|
$attrs: {
|
|
16087
16594
|
[x: string]: unknown;
|
|
16088
16595
|
};
|
|
@@ -16094,7 +16601,7 @@ declare const _default: {
|
|
|
16094
16601
|
}>;
|
|
16095
16602
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
16096
16603
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
16097
|
-
$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);
|
|
16604
|
+
$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: "unsavedSelectionUpdate", value: unknown[]) => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
16098
16605
|
$el: any;
|
|
16099
16606
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
16100
16607
|
theme: {
|
|
@@ -16140,13 +16647,13 @@ declare const _default: {
|
|
|
16140
16647
|
loading: {
|
|
16141
16648
|
type: import("vue").PropType<boolean>;
|
|
16142
16649
|
};
|
|
16650
|
+
isOpen: {
|
|
16651
|
+
type: import("vue").PropType<boolean>;
|
|
16652
|
+
};
|
|
16143
16653
|
skidding: {
|
|
16144
16654
|
type: import("vue").PropType<number>;
|
|
16145
16655
|
default: number;
|
|
16146
16656
|
};
|
|
16147
|
-
isOpen: {
|
|
16148
|
-
type: import("vue").PropType<boolean>;
|
|
16149
|
-
};
|
|
16150
16657
|
modelValue: {
|
|
16151
16658
|
type: import("vue").PropType<unknown>;
|
|
16152
16659
|
default: any;
|
|
@@ -16163,10 +16670,6 @@ declare const _default: {
|
|
|
16163
16670
|
type: import("vue").PropType<unknown[]>;
|
|
16164
16671
|
required: true;
|
|
16165
16672
|
};
|
|
16166
|
-
onClear: {
|
|
16167
|
-
type: import("vue").PropType<() => void>;
|
|
16168
|
-
default: () => true;
|
|
16169
|
-
};
|
|
16170
16673
|
placeholder: {
|
|
16171
16674
|
type: import("vue").PropType<string>;
|
|
16172
16675
|
default: string;
|
|
@@ -16175,6 +16678,13 @@ declare const _default: {
|
|
|
16175
16678
|
type: import("vue").PropType<boolean>;
|
|
16176
16679
|
default: boolean;
|
|
16177
16680
|
};
|
|
16681
|
+
loadMoreLoading: {
|
|
16682
|
+
type: import("vue").PropType<boolean>;
|
|
16683
|
+
};
|
|
16684
|
+
infiniteLoading: {
|
|
16685
|
+
type: import("vue").PropType<boolean>;
|
|
16686
|
+
default: boolean;
|
|
16687
|
+
};
|
|
16178
16688
|
showSelectAll: {
|
|
16179
16689
|
type: import("vue").PropType<boolean>;
|
|
16180
16690
|
default: boolean;
|
|
@@ -16247,6 +16757,10 @@ declare const _default: {
|
|
|
16247
16757
|
type: import("vue").PropType<boolean>;
|
|
16248
16758
|
default: boolean;
|
|
16249
16759
|
};
|
|
16760
|
+
onClearSearch: {
|
|
16761
|
+
type: import("vue").PropType<() => void>;
|
|
16762
|
+
default: () => true;
|
|
16763
|
+
};
|
|
16250
16764
|
displayValue: {
|
|
16251
16765
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16252
16766
|
required: true;
|
|
@@ -16337,8 +16851,11 @@ declare const _default: {
|
|
|
16337
16851
|
onApply?: (value: unknown) => any;
|
|
16338
16852
|
onSelectAll?: () => any;
|
|
16339
16853
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16854
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16340
16855
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16341
16856
|
onOnsearch?: (value: string) => any;
|
|
16857
|
+
onLoadMore?: () => any;
|
|
16858
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16342
16859
|
onOpened?: () => any;
|
|
16343
16860
|
onClosed?: () => any;
|
|
16344
16861
|
}, {
|
|
@@ -16354,6 +16871,9 @@ declare const _default: {
|
|
|
16354
16871
|
clear: () => void;
|
|
16355
16872
|
copyToClipboard: () => void;
|
|
16356
16873
|
onsearch: (value: string) => void;
|
|
16874
|
+
loadMore: () => void;
|
|
16875
|
+
allSelectedChanged: (value: boolean) => void;
|
|
16876
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
16357
16877
|
}, string, {
|
|
16358
16878
|
theme: string;
|
|
16359
16879
|
testId: string;
|
|
@@ -16369,9 +16889,9 @@ declare const _default: {
|
|
|
16369
16889
|
modelValue: any;
|
|
16370
16890
|
selected: any;
|
|
16371
16891
|
valueToCopy: string;
|
|
16372
|
-
onClear: () => void;
|
|
16373
16892
|
placeholder: string;
|
|
16374
16893
|
multi: boolean;
|
|
16894
|
+
infiniteLoading: boolean;
|
|
16375
16895
|
showSelectAll: boolean;
|
|
16376
16896
|
defaultOpen: boolean;
|
|
16377
16897
|
keepOpen: boolean;
|
|
@@ -16390,6 +16910,7 @@ declare const _default: {
|
|
|
16390
16910
|
onSearch: (option: any, term: string) => boolean;
|
|
16391
16911
|
noResultsText: string;
|
|
16392
16912
|
searchAutoFocus: boolean;
|
|
16913
|
+
onClearSearch: () => void;
|
|
16393
16914
|
optionNameKey: string;
|
|
16394
16915
|
optionIconKey: string;
|
|
16395
16916
|
optionImageKey: string;
|
|
@@ -16474,13 +16995,13 @@ declare const _default: {
|
|
|
16474
16995
|
loading: {
|
|
16475
16996
|
type: import("vue").PropType<boolean>;
|
|
16476
16997
|
};
|
|
16998
|
+
isOpen: {
|
|
16999
|
+
type: import("vue").PropType<boolean>;
|
|
17000
|
+
};
|
|
16477
17001
|
skidding: {
|
|
16478
17002
|
type: import("vue").PropType<number>;
|
|
16479
17003
|
default: number;
|
|
16480
17004
|
};
|
|
16481
|
-
isOpen: {
|
|
16482
|
-
type: import("vue").PropType<boolean>;
|
|
16483
|
-
};
|
|
16484
17005
|
modelValue: {
|
|
16485
17006
|
type: import("vue").PropType<unknown>;
|
|
16486
17007
|
default: any;
|
|
@@ -16497,10 +17018,6 @@ declare const _default: {
|
|
|
16497
17018
|
type: import("vue").PropType<unknown[]>;
|
|
16498
17019
|
required: true;
|
|
16499
17020
|
};
|
|
16500
|
-
onClear: {
|
|
16501
|
-
type: import("vue").PropType<() => void>;
|
|
16502
|
-
default: () => true;
|
|
16503
|
-
};
|
|
16504
17021
|
placeholder: {
|
|
16505
17022
|
type: import("vue").PropType<string>;
|
|
16506
17023
|
default: string;
|
|
@@ -16509,6 +17026,13 @@ declare const _default: {
|
|
|
16509
17026
|
type: import("vue").PropType<boolean>;
|
|
16510
17027
|
default: boolean;
|
|
16511
17028
|
};
|
|
17029
|
+
loadMoreLoading: {
|
|
17030
|
+
type: import("vue").PropType<boolean>;
|
|
17031
|
+
};
|
|
17032
|
+
infiniteLoading: {
|
|
17033
|
+
type: import("vue").PropType<boolean>;
|
|
17034
|
+
default: boolean;
|
|
17035
|
+
};
|
|
16512
17036
|
showSelectAll: {
|
|
16513
17037
|
type: import("vue").PropType<boolean>;
|
|
16514
17038
|
default: boolean;
|
|
@@ -16581,6 +17105,10 @@ declare const _default: {
|
|
|
16581
17105
|
type: import("vue").PropType<boolean>;
|
|
16582
17106
|
default: boolean;
|
|
16583
17107
|
};
|
|
17108
|
+
onClearSearch: {
|
|
17109
|
+
type: import("vue").PropType<() => void>;
|
|
17110
|
+
default: () => true;
|
|
17111
|
+
};
|
|
16584
17112
|
displayValue: {
|
|
16585
17113
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16586
17114
|
required: true;
|
|
@@ -16671,8 +17199,11 @@ declare const _default: {
|
|
|
16671
17199
|
onApply?: (value: unknown) => any;
|
|
16672
17200
|
onSelectAll?: () => any;
|
|
16673
17201
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
17202
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16674
17203
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16675
17204
|
onOnsearch?: (value: string) => any;
|
|
17205
|
+
onLoadMore?: () => any;
|
|
17206
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16676
17207
|
onOpened?: () => any;
|
|
16677
17208
|
onClosed?: () => any;
|
|
16678
17209
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -16726,13 +17257,13 @@ declare const _default: {
|
|
|
16726
17257
|
loading: {
|
|
16727
17258
|
type: import("vue").PropType<boolean>;
|
|
16728
17259
|
};
|
|
17260
|
+
isOpen: {
|
|
17261
|
+
type: import("vue").PropType<boolean>;
|
|
17262
|
+
};
|
|
16729
17263
|
skidding: {
|
|
16730
17264
|
type: import("vue").PropType<number>;
|
|
16731
17265
|
default: number;
|
|
16732
17266
|
};
|
|
16733
|
-
isOpen: {
|
|
16734
|
-
type: import("vue").PropType<boolean>;
|
|
16735
|
-
};
|
|
16736
17267
|
modelValue: {
|
|
16737
17268
|
type: import("vue").PropType<unknown>;
|
|
16738
17269
|
default: any;
|
|
@@ -16749,10 +17280,6 @@ declare const _default: {
|
|
|
16749
17280
|
type: import("vue").PropType<unknown[]>;
|
|
16750
17281
|
required: true;
|
|
16751
17282
|
};
|
|
16752
|
-
onClear: {
|
|
16753
|
-
type: import("vue").PropType<() => void>;
|
|
16754
|
-
default: () => true;
|
|
16755
|
-
};
|
|
16756
17283
|
placeholder: {
|
|
16757
17284
|
type: import("vue").PropType<string>;
|
|
16758
17285
|
default: string;
|
|
@@ -16761,6 +17288,13 @@ declare const _default: {
|
|
|
16761
17288
|
type: import("vue").PropType<boolean>;
|
|
16762
17289
|
default: boolean;
|
|
16763
17290
|
};
|
|
17291
|
+
loadMoreLoading: {
|
|
17292
|
+
type: import("vue").PropType<boolean>;
|
|
17293
|
+
};
|
|
17294
|
+
infiniteLoading: {
|
|
17295
|
+
type: import("vue").PropType<boolean>;
|
|
17296
|
+
default: boolean;
|
|
17297
|
+
};
|
|
16764
17298
|
showSelectAll: {
|
|
16765
17299
|
type: import("vue").PropType<boolean>;
|
|
16766
17300
|
default: boolean;
|
|
@@ -16833,6 +17367,10 @@ declare const _default: {
|
|
|
16833
17367
|
type: import("vue").PropType<boolean>;
|
|
16834
17368
|
default: boolean;
|
|
16835
17369
|
};
|
|
17370
|
+
onClearSearch: {
|
|
17371
|
+
type: import("vue").PropType<() => void>;
|
|
17372
|
+
default: () => true;
|
|
17373
|
+
};
|
|
16836
17374
|
displayValue: {
|
|
16837
17375
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16838
17376
|
required: true;
|
|
@@ -16923,8 +17461,11 @@ declare const _default: {
|
|
|
16923
17461
|
onApply?: (value: unknown) => any;
|
|
16924
17462
|
onSelectAll?: () => any;
|
|
16925
17463
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
17464
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16926
17465
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16927
17466
|
onOnsearch?: (value: string) => any;
|
|
17467
|
+
onLoadMore?: () => any;
|
|
17468
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16928
17469
|
onOpened?: () => any;
|
|
16929
17470
|
onClosed?: () => any;
|
|
16930
17471
|
}, {
|
|
@@ -16940,6 +17481,9 @@ declare const _default: {
|
|
|
16940
17481
|
clear: () => void;
|
|
16941
17482
|
copyToClipboard: () => void;
|
|
16942
17483
|
onsearch: (value: string) => void;
|
|
17484
|
+
loadMore: () => void;
|
|
17485
|
+
allSelectedChanged: (value: boolean) => void;
|
|
17486
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
16943
17487
|
}, string, {
|
|
16944
17488
|
theme: string;
|
|
16945
17489
|
testId: string;
|
|
@@ -16955,9 +17499,9 @@ declare const _default: {
|
|
|
16955
17499
|
modelValue: any;
|
|
16956
17500
|
selected: any;
|
|
16957
17501
|
valueToCopy: string;
|
|
16958
|
-
onClear: () => void;
|
|
16959
17502
|
placeholder: string;
|
|
16960
17503
|
multi: boolean;
|
|
17504
|
+
infiniteLoading: boolean;
|
|
16961
17505
|
showSelectAll: boolean;
|
|
16962
17506
|
defaultOpen: boolean;
|
|
16963
17507
|
keepOpen: boolean;
|
|
@@ -16976,6 +17520,7 @@ declare const _default: {
|
|
|
16976
17520
|
onSearch: (option: any, term: string) => boolean;
|
|
16977
17521
|
noResultsText: string;
|
|
16978
17522
|
searchAutoFocus: boolean;
|
|
17523
|
+
onClearSearch: () => void;
|
|
16979
17524
|
optionNameKey: string;
|
|
16980
17525
|
optionIconKey: string;
|
|
16981
17526
|
optionImageKey: string;
|
|
@@ -17702,6 +18247,14 @@ declare const _default: {
|
|
|
17702
18247
|
required: true;
|
|
17703
18248
|
default: string;
|
|
17704
18249
|
};
|
|
18250
|
+
cancelAllSelectedDisplay: {
|
|
18251
|
+
type: import("vue").PropType<boolean>;
|
|
18252
|
+
default: boolean;
|
|
18253
|
+
};
|
|
18254
|
+
displayValueInQuotes: {
|
|
18255
|
+
type: import("vue").PropType<boolean>;
|
|
18256
|
+
default: boolean;
|
|
18257
|
+
};
|
|
17705
18258
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17706
18259
|
clear: () => void;
|
|
17707
18260
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -17752,6 +18305,14 @@ declare const _default: {
|
|
|
17752
18305
|
required: true;
|
|
17753
18306
|
default: string;
|
|
17754
18307
|
};
|
|
18308
|
+
cancelAllSelectedDisplay: {
|
|
18309
|
+
type: import("vue").PropType<boolean>;
|
|
18310
|
+
default: boolean;
|
|
18311
|
+
};
|
|
18312
|
+
displayValueInQuotes: {
|
|
18313
|
+
type: import("vue").PropType<boolean>;
|
|
18314
|
+
default: boolean;
|
|
18315
|
+
};
|
|
17755
18316
|
}>> & {
|
|
17756
18317
|
onClear?: () => any;
|
|
17757
18318
|
}, {
|
|
@@ -17762,6 +18323,8 @@ declare const _default: {
|
|
|
17762
18323
|
feedbackVariant: string;
|
|
17763
18324
|
allSelected: boolean;
|
|
17764
18325
|
displayedValue: any;
|
|
18326
|
+
cancelAllSelectedDisplay: boolean;
|
|
18327
|
+
displayValueInQuotes: boolean;
|
|
17765
18328
|
}>;
|
|
17766
18329
|
ButtonDropdownTrigger: {
|
|
17767
18330
|
new (...args: any[]): {
|
|
@@ -17770,8 +18333,11 @@ declare const _default: {
|
|
|
17770
18333
|
$props: Partial<{
|
|
17771
18334
|
testId: string;
|
|
17772
18335
|
variant: "text" | "outlined";
|
|
18336
|
+
withTooltip: boolean;
|
|
18337
|
+
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";
|
|
17773
18338
|
disabled: boolean;
|
|
17774
18339
|
size: "small" | "medium";
|
|
18340
|
+
maxWidth: number;
|
|
17775
18341
|
open: boolean;
|
|
17776
18342
|
startIconName: string;
|
|
17777
18343
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -17789,6 +18355,14 @@ declare const _default: {
|
|
|
17789
18355
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17790
18356
|
default: string;
|
|
17791
18357
|
};
|
|
18358
|
+
withTooltip: {
|
|
18359
|
+
type: import("vue").PropType<boolean>;
|
|
18360
|
+
default: boolean;
|
|
18361
|
+
};
|
|
18362
|
+
tooltipPlacement: {
|
|
18363
|
+
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">;
|
|
18364
|
+
default: string;
|
|
18365
|
+
};
|
|
17792
18366
|
disabled: {
|
|
17793
18367
|
type: import("vue").PropType<boolean>;
|
|
17794
18368
|
default: boolean;
|
|
@@ -17797,6 +18371,10 @@ declare const _default: {
|
|
|
17797
18371
|
type: import("vue").PropType<"small" | "medium">;
|
|
17798
18372
|
default: string;
|
|
17799
18373
|
};
|
|
18374
|
+
maxWidth: {
|
|
18375
|
+
type: import("vue").PropType<number>;
|
|
18376
|
+
default: number;
|
|
18377
|
+
};
|
|
17800
18378
|
open: {
|
|
17801
18379
|
type: import("vue").PropType<boolean>;
|
|
17802
18380
|
default: boolean;
|
|
@@ -17815,7 +18393,7 @@ declare const _default: {
|
|
|
17815
18393
|
};
|
|
17816
18394
|
}>> & {
|
|
17817
18395
|
onClick?: () => any;
|
|
17818
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
18396
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipPlacement" | "disabled" | "size" | "maxWidth" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
17819
18397
|
$attrs: {
|
|
17820
18398
|
[x: string]: unknown;
|
|
17821
18399
|
};
|
|
@@ -17842,6 +18420,14 @@ declare const _default: {
|
|
|
17842
18420
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17843
18421
|
default: string;
|
|
17844
18422
|
};
|
|
18423
|
+
withTooltip: {
|
|
18424
|
+
type: import("vue").PropType<boolean>;
|
|
18425
|
+
default: boolean;
|
|
18426
|
+
};
|
|
18427
|
+
tooltipPlacement: {
|
|
18428
|
+
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">;
|
|
18429
|
+
default: string;
|
|
18430
|
+
};
|
|
17845
18431
|
disabled: {
|
|
17846
18432
|
type: import("vue").PropType<boolean>;
|
|
17847
18433
|
default: boolean;
|
|
@@ -17850,6 +18436,10 @@ declare const _default: {
|
|
|
17850
18436
|
type: import("vue").PropType<"small" | "medium">;
|
|
17851
18437
|
default: string;
|
|
17852
18438
|
};
|
|
18439
|
+
maxWidth: {
|
|
18440
|
+
type: import("vue").PropType<number>;
|
|
18441
|
+
default: number;
|
|
18442
|
+
};
|
|
17853
18443
|
open: {
|
|
17854
18444
|
type: import("vue").PropType<boolean>;
|
|
17855
18445
|
default: boolean;
|
|
@@ -17873,8 +18463,11 @@ declare const _default: {
|
|
|
17873
18463
|
}, string, {
|
|
17874
18464
|
testId: string;
|
|
17875
18465
|
variant: "text" | "outlined";
|
|
18466
|
+
withTooltip: boolean;
|
|
18467
|
+
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";
|
|
17876
18468
|
disabled: boolean;
|
|
17877
18469
|
size: "small" | "medium";
|
|
18470
|
+
maxWidth: number;
|
|
17878
18471
|
open: boolean;
|
|
17879
18472
|
startIconName: string;
|
|
17880
18473
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -17912,6 +18505,14 @@ declare const _default: {
|
|
|
17912
18505
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17913
18506
|
default: string;
|
|
17914
18507
|
};
|
|
18508
|
+
withTooltip: {
|
|
18509
|
+
type: import("vue").PropType<boolean>;
|
|
18510
|
+
default: boolean;
|
|
18511
|
+
};
|
|
18512
|
+
tooltipPlacement: {
|
|
18513
|
+
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">;
|
|
18514
|
+
default: string;
|
|
18515
|
+
};
|
|
17915
18516
|
disabled: {
|
|
17916
18517
|
type: import("vue").PropType<boolean>;
|
|
17917
18518
|
default: boolean;
|
|
@@ -17920,6 +18521,10 @@ declare const _default: {
|
|
|
17920
18521
|
type: import("vue").PropType<"small" | "medium">;
|
|
17921
18522
|
default: string;
|
|
17922
18523
|
};
|
|
18524
|
+
maxWidth: {
|
|
18525
|
+
type: import("vue").PropType<number>;
|
|
18526
|
+
default: number;
|
|
18527
|
+
};
|
|
17923
18528
|
open: {
|
|
17924
18529
|
type: import("vue").PropType<boolean>;
|
|
17925
18530
|
default: boolean;
|
|
@@ -17955,6 +18560,14 @@ declare const _default: {
|
|
|
17955
18560
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17956
18561
|
default: string;
|
|
17957
18562
|
};
|
|
18563
|
+
withTooltip: {
|
|
18564
|
+
type: import("vue").PropType<boolean>;
|
|
18565
|
+
default: boolean;
|
|
18566
|
+
};
|
|
18567
|
+
tooltipPlacement: {
|
|
18568
|
+
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">;
|
|
18569
|
+
default: string;
|
|
18570
|
+
};
|
|
17958
18571
|
disabled: {
|
|
17959
18572
|
type: import("vue").PropType<boolean>;
|
|
17960
18573
|
default: boolean;
|
|
@@ -17963,6 +18576,10 @@ declare const _default: {
|
|
|
17963
18576
|
type: import("vue").PropType<"small" | "medium">;
|
|
17964
18577
|
default: string;
|
|
17965
18578
|
};
|
|
18579
|
+
maxWidth: {
|
|
18580
|
+
type: import("vue").PropType<number>;
|
|
18581
|
+
default: number;
|
|
18582
|
+
};
|
|
17966
18583
|
open: {
|
|
17967
18584
|
type: import("vue").PropType<boolean>;
|
|
17968
18585
|
default: boolean;
|
|
@@ -17986,8 +18603,11 @@ declare const _default: {
|
|
|
17986
18603
|
}, string, {
|
|
17987
18604
|
testId: string;
|
|
17988
18605
|
variant: "text" | "outlined";
|
|
18606
|
+
withTooltip: boolean;
|
|
18607
|
+
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";
|
|
17989
18608
|
disabled: boolean;
|
|
17990
18609
|
size: "small" | "medium";
|
|
18610
|
+
maxWidth: number;
|
|
17991
18611
|
open: boolean;
|
|
17992
18612
|
startIconName: string;
|
|
17993
18613
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -20177,6 +20797,14 @@ declare const _default: {
|
|
|
20177
20797
|
required: true;
|
|
20178
20798
|
default: string;
|
|
20179
20799
|
};
|
|
20800
|
+
cancelAllSelectedDisplay: {
|
|
20801
|
+
type: import("vue").PropType<boolean>;
|
|
20802
|
+
default: boolean;
|
|
20803
|
+
};
|
|
20804
|
+
displayValueInQuotes: {
|
|
20805
|
+
type: import("vue").PropType<boolean>;
|
|
20806
|
+
default: boolean;
|
|
20807
|
+
};
|
|
20180
20808
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20181
20809
|
clear: () => void;
|
|
20182
20810
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -20227,6 +20855,14 @@ declare const _default: {
|
|
|
20227
20855
|
required: true;
|
|
20228
20856
|
default: string;
|
|
20229
20857
|
};
|
|
20858
|
+
cancelAllSelectedDisplay: {
|
|
20859
|
+
type: import("vue").PropType<boolean>;
|
|
20860
|
+
default: boolean;
|
|
20861
|
+
};
|
|
20862
|
+
displayValueInQuotes: {
|
|
20863
|
+
type: import("vue").PropType<boolean>;
|
|
20864
|
+
default: boolean;
|
|
20865
|
+
};
|
|
20230
20866
|
}>> & {
|
|
20231
20867
|
onClear?: () => any;
|
|
20232
20868
|
}, {
|
|
@@ -20237,6 +20873,8 @@ declare const _default: {
|
|
|
20237
20873
|
feedbackVariant: string;
|
|
20238
20874
|
allSelected: boolean;
|
|
20239
20875
|
displayedValue: any;
|
|
20876
|
+
cancelAllSelectedDisplay: boolean;
|
|
20877
|
+
displayValueInQuotes: boolean;
|
|
20240
20878
|
}> | ({
|
|
20241
20879
|
new (...args: any[]): {
|
|
20242
20880
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -20256,9 +20894,9 @@ declare const _default: {
|
|
|
20256
20894
|
modelValue: any;
|
|
20257
20895
|
selected: any;
|
|
20258
20896
|
valueToCopy: string;
|
|
20259
|
-
onClear: () => void;
|
|
20260
20897
|
placeholder: string;
|
|
20261
20898
|
multi: boolean;
|
|
20899
|
+
infiniteLoading: boolean;
|
|
20262
20900
|
showSelectAll: boolean;
|
|
20263
20901
|
defaultOpen: boolean;
|
|
20264
20902
|
keepOpen: boolean;
|
|
@@ -20277,6 +20915,7 @@ declare const _default: {
|
|
|
20277
20915
|
onSearch: (option: any, term: string) => boolean;
|
|
20278
20916
|
noResultsText: string;
|
|
20279
20917
|
searchAutoFocus: boolean;
|
|
20918
|
+
onClearSearch: () => void;
|
|
20280
20919
|
optionNameKey: string;
|
|
20281
20920
|
optionIconKey: string;
|
|
20282
20921
|
optionImageKey: string;
|
|
@@ -20341,13 +20980,13 @@ declare const _default: {
|
|
|
20341
20980
|
loading: {
|
|
20342
20981
|
type: import("vue").PropType<boolean>;
|
|
20343
20982
|
};
|
|
20983
|
+
isOpen: {
|
|
20984
|
+
type: import("vue").PropType<boolean>;
|
|
20985
|
+
};
|
|
20344
20986
|
skidding: {
|
|
20345
20987
|
type: import("vue").PropType<number>;
|
|
20346
20988
|
default: number;
|
|
20347
20989
|
};
|
|
20348
|
-
isOpen: {
|
|
20349
|
-
type: import("vue").PropType<boolean>;
|
|
20350
|
-
};
|
|
20351
20990
|
modelValue: {
|
|
20352
20991
|
type: import("vue").PropType<unknown>;
|
|
20353
20992
|
default: any;
|
|
@@ -20364,10 +21003,6 @@ declare const _default: {
|
|
|
20364
21003
|
type: import("vue").PropType<unknown[]>;
|
|
20365
21004
|
required: true;
|
|
20366
21005
|
};
|
|
20367
|
-
onClear: {
|
|
20368
|
-
type: import("vue").PropType<() => void>;
|
|
20369
|
-
default: () => true;
|
|
20370
|
-
};
|
|
20371
21006
|
placeholder: {
|
|
20372
21007
|
type: import("vue").PropType<string>;
|
|
20373
21008
|
default: string;
|
|
@@ -20376,6 +21011,13 @@ declare const _default: {
|
|
|
20376
21011
|
type: import("vue").PropType<boolean>;
|
|
20377
21012
|
default: boolean;
|
|
20378
21013
|
};
|
|
21014
|
+
loadMoreLoading: {
|
|
21015
|
+
type: import("vue").PropType<boolean>;
|
|
21016
|
+
};
|
|
21017
|
+
infiniteLoading: {
|
|
21018
|
+
type: import("vue").PropType<boolean>;
|
|
21019
|
+
default: boolean;
|
|
21020
|
+
};
|
|
20379
21021
|
showSelectAll: {
|
|
20380
21022
|
type: import("vue").PropType<boolean>;
|
|
20381
21023
|
default: boolean;
|
|
@@ -20448,6 +21090,10 @@ declare const _default: {
|
|
|
20448
21090
|
type: import("vue").PropType<boolean>;
|
|
20449
21091
|
default: boolean;
|
|
20450
21092
|
};
|
|
21093
|
+
onClearSearch: {
|
|
21094
|
+
type: import("vue").PropType<() => void>;
|
|
21095
|
+
default: () => true;
|
|
21096
|
+
};
|
|
20451
21097
|
displayValue: {
|
|
20452
21098
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20453
21099
|
required: true;
|
|
@@ -20538,11 +21184,14 @@ declare const _default: {
|
|
|
20538
21184
|
onApply?: (value: unknown) => any;
|
|
20539
21185
|
onSelectAll?: () => any;
|
|
20540
21186
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21187
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
20541
21188
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20542
21189
|
onOnsearch?: (value: string) => any;
|
|
21190
|
+
onLoadMore?: () => any;
|
|
21191
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
20543
21192
|
onOpened?: () => any;
|
|
20544
21193
|
onClosed?: () => any;
|
|
20545
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "
|
|
21194
|
+
} & 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">;
|
|
20546
21195
|
$attrs: {
|
|
20547
21196
|
[x: string]: unknown;
|
|
20548
21197
|
};
|
|
@@ -20554,7 +21203,7 @@ declare const _default: {
|
|
|
20554
21203
|
}>;
|
|
20555
21204
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20556
21205
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20557
|
-
$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);
|
|
21206
|
+
$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: "unsavedSelectionUpdate", value: unknown[]) => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
20558
21207
|
$el: any;
|
|
20559
21208
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
20560
21209
|
theme: {
|
|
@@ -20600,13 +21249,13 @@ declare const _default: {
|
|
|
20600
21249
|
loading: {
|
|
20601
21250
|
type: import("vue").PropType<boolean>;
|
|
20602
21251
|
};
|
|
21252
|
+
isOpen: {
|
|
21253
|
+
type: import("vue").PropType<boolean>;
|
|
21254
|
+
};
|
|
20603
21255
|
skidding: {
|
|
20604
21256
|
type: import("vue").PropType<number>;
|
|
20605
21257
|
default: number;
|
|
20606
21258
|
};
|
|
20607
|
-
isOpen: {
|
|
20608
|
-
type: import("vue").PropType<boolean>;
|
|
20609
|
-
};
|
|
20610
21259
|
modelValue: {
|
|
20611
21260
|
type: import("vue").PropType<unknown>;
|
|
20612
21261
|
default: any;
|
|
@@ -20623,10 +21272,6 @@ declare const _default: {
|
|
|
20623
21272
|
type: import("vue").PropType<unknown[]>;
|
|
20624
21273
|
required: true;
|
|
20625
21274
|
};
|
|
20626
|
-
onClear: {
|
|
20627
|
-
type: import("vue").PropType<() => void>;
|
|
20628
|
-
default: () => true;
|
|
20629
|
-
};
|
|
20630
21275
|
placeholder: {
|
|
20631
21276
|
type: import("vue").PropType<string>;
|
|
20632
21277
|
default: string;
|
|
@@ -20635,6 +21280,13 @@ declare const _default: {
|
|
|
20635
21280
|
type: import("vue").PropType<boolean>;
|
|
20636
21281
|
default: boolean;
|
|
20637
21282
|
};
|
|
21283
|
+
loadMoreLoading: {
|
|
21284
|
+
type: import("vue").PropType<boolean>;
|
|
21285
|
+
};
|
|
21286
|
+
infiniteLoading: {
|
|
21287
|
+
type: import("vue").PropType<boolean>;
|
|
21288
|
+
default: boolean;
|
|
21289
|
+
};
|
|
20638
21290
|
showSelectAll: {
|
|
20639
21291
|
type: import("vue").PropType<boolean>;
|
|
20640
21292
|
default: boolean;
|
|
@@ -20707,6 +21359,10 @@ declare const _default: {
|
|
|
20707
21359
|
type: import("vue").PropType<boolean>;
|
|
20708
21360
|
default: boolean;
|
|
20709
21361
|
};
|
|
21362
|
+
onClearSearch: {
|
|
21363
|
+
type: import("vue").PropType<() => void>;
|
|
21364
|
+
default: () => true;
|
|
21365
|
+
};
|
|
20710
21366
|
displayValue: {
|
|
20711
21367
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20712
21368
|
required: true;
|
|
@@ -20797,8 +21453,11 @@ declare const _default: {
|
|
|
20797
21453
|
onApply?: (value: unknown) => any;
|
|
20798
21454
|
onSelectAll?: () => any;
|
|
20799
21455
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21456
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
20800
21457
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20801
21458
|
onOnsearch?: (value: string) => any;
|
|
21459
|
+
onLoadMore?: () => any;
|
|
21460
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
20802
21461
|
onOpened?: () => any;
|
|
20803
21462
|
onClosed?: () => any;
|
|
20804
21463
|
}, {
|
|
@@ -20814,6 +21473,9 @@ declare const _default: {
|
|
|
20814
21473
|
clear: () => void;
|
|
20815
21474
|
copyToClipboard: () => void;
|
|
20816
21475
|
onsearch: (value: string) => void;
|
|
21476
|
+
loadMore: () => void;
|
|
21477
|
+
allSelectedChanged: (value: boolean) => void;
|
|
21478
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
20817
21479
|
}, string, {
|
|
20818
21480
|
theme: string;
|
|
20819
21481
|
testId: string;
|
|
@@ -20829,9 +21491,9 @@ declare const _default: {
|
|
|
20829
21491
|
modelValue: any;
|
|
20830
21492
|
selected: any;
|
|
20831
21493
|
valueToCopy: string;
|
|
20832
|
-
onClear: () => void;
|
|
20833
21494
|
placeholder: string;
|
|
20834
21495
|
multi: boolean;
|
|
21496
|
+
infiniteLoading: boolean;
|
|
20835
21497
|
showSelectAll: boolean;
|
|
20836
21498
|
defaultOpen: boolean;
|
|
20837
21499
|
keepOpen: boolean;
|
|
@@ -20850,6 +21512,7 @@ declare const _default: {
|
|
|
20850
21512
|
onSearch: (option: any, term: string) => boolean;
|
|
20851
21513
|
noResultsText: string;
|
|
20852
21514
|
searchAutoFocus: boolean;
|
|
21515
|
+
onClearSearch: () => void;
|
|
20853
21516
|
optionNameKey: string;
|
|
20854
21517
|
optionIconKey: string;
|
|
20855
21518
|
optionImageKey: string;
|
|
@@ -20934,13 +21597,13 @@ declare const _default: {
|
|
|
20934
21597
|
loading: {
|
|
20935
21598
|
type: import("vue").PropType<boolean>;
|
|
20936
21599
|
};
|
|
21600
|
+
isOpen: {
|
|
21601
|
+
type: import("vue").PropType<boolean>;
|
|
21602
|
+
};
|
|
20937
21603
|
skidding: {
|
|
20938
21604
|
type: import("vue").PropType<number>;
|
|
20939
21605
|
default: number;
|
|
20940
21606
|
};
|
|
20941
|
-
isOpen: {
|
|
20942
|
-
type: import("vue").PropType<boolean>;
|
|
20943
|
-
};
|
|
20944
21607
|
modelValue: {
|
|
20945
21608
|
type: import("vue").PropType<unknown>;
|
|
20946
21609
|
default: any;
|
|
@@ -20957,10 +21620,6 @@ declare const _default: {
|
|
|
20957
21620
|
type: import("vue").PropType<unknown[]>;
|
|
20958
21621
|
required: true;
|
|
20959
21622
|
};
|
|
20960
|
-
onClear: {
|
|
20961
|
-
type: import("vue").PropType<() => void>;
|
|
20962
|
-
default: () => true;
|
|
20963
|
-
};
|
|
20964
21623
|
placeholder: {
|
|
20965
21624
|
type: import("vue").PropType<string>;
|
|
20966
21625
|
default: string;
|
|
@@ -20969,6 +21628,13 @@ declare const _default: {
|
|
|
20969
21628
|
type: import("vue").PropType<boolean>;
|
|
20970
21629
|
default: boolean;
|
|
20971
21630
|
};
|
|
21631
|
+
loadMoreLoading: {
|
|
21632
|
+
type: import("vue").PropType<boolean>;
|
|
21633
|
+
};
|
|
21634
|
+
infiniteLoading: {
|
|
21635
|
+
type: import("vue").PropType<boolean>;
|
|
21636
|
+
default: boolean;
|
|
21637
|
+
};
|
|
20972
21638
|
showSelectAll: {
|
|
20973
21639
|
type: import("vue").PropType<boolean>;
|
|
20974
21640
|
default: boolean;
|
|
@@ -21041,6 +21707,10 @@ declare const _default: {
|
|
|
21041
21707
|
type: import("vue").PropType<boolean>;
|
|
21042
21708
|
default: boolean;
|
|
21043
21709
|
};
|
|
21710
|
+
onClearSearch: {
|
|
21711
|
+
type: import("vue").PropType<() => void>;
|
|
21712
|
+
default: () => true;
|
|
21713
|
+
};
|
|
21044
21714
|
displayValue: {
|
|
21045
21715
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
21046
21716
|
required: true;
|
|
@@ -21131,8 +21801,11 @@ declare const _default: {
|
|
|
21131
21801
|
onApply?: (value: unknown) => any;
|
|
21132
21802
|
onSelectAll?: () => any;
|
|
21133
21803
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21804
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
21134
21805
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21135
21806
|
onOnsearch?: (value: string) => any;
|
|
21807
|
+
onLoadMore?: () => any;
|
|
21808
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
21136
21809
|
onOpened?: () => any;
|
|
21137
21810
|
onClosed?: () => any;
|
|
21138
21811
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -21186,13 +21859,13 @@ declare const _default: {
|
|
|
21186
21859
|
loading: {
|
|
21187
21860
|
type: import("vue").PropType<boolean>;
|
|
21188
21861
|
};
|
|
21862
|
+
isOpen: {
|
|
21863
|
+
type: import("vue").PropType<boolean>;
|
|
21864
|
+
};
|
|
21189
21865
|
skidding: {
|
|
21190
21866
|
type: import("vue").PropType<number>;
|
|
21191
21867
|
default: number;
|
|
21192
21868
|
};
|
|
21193
|
-
isOpen: {
|
|
21194
|
-
type: import("vue").PropType<boolean>;
|
|
21195
|
-
};
|
|
21196
21869
|
modelValue: {
|
|
21197
21870
|
type: import("vue").PropType<unknown>;
|
|
21198
21871
|
default: any;
|
|
@@ -21209,10 +21882,6 @@ declare const _default: {
|
|
|
21209
21882
|
type: import("vue").PropType<unknown[]>;
|
|
21210
21883
|
required: true;
|
|
21211
21884
|
};
|
|
21212
|
-
onClear: {
|
|
21213
|
-
type: import("vue").PropType<() => void>;
|
|
21214
|
-
default: () => true;
|
|
21215
|
-
};
|
|
21216
21885
|
placeholder: {
|
|
21217
21886
|
type: import("vue").PropType<string>;
|
|
21218
21887
|
default: string;
|
|
@@ -21221,6 +21890,13 @@ declare const _default: {
|
|
|
21221
21890
|
type: import("vue").PropType<boolean>;
|
|
21222
21891
|
default: boolean;
|
|
21223
21892
|
};
|
|
21893
|
+
loadMoreLoading: {
|
|
21894
|
+
type: import("vue").PropType<boolean>;
|
|
21895
|
+
};
|
|
21896
|
+
infiniteLoading: {
|
|
21897
|
+
type: import("vue").PropType<boolean>;
|
|
21898
|
+
default: boolean;
|
|
21899
|
+
};
|
|
21224
21900
|
showSelectAll: {
|
|
21225
21901
|
type: import("vue").PropType<boolean>;
|
|
21226
21902
|
default: boolean;
|
|
@@ -21293,6 +21969,10 @@ declare const _default: {
|
|
|
21293
21969
|
type: import("vue").PropType<boolean>;
|
|
21294
21970
|
default: boolean;
|
|
21295
21971
|
};
|
|
21972
|
+
onClearSearch: {
|
|
21973
|
+
type: import("vue").PropType<() => void>;
|
|
21974
|
+
default: () => true;
|
|
21975
|
+
};
|
|
21296
21976
|
displayValue: {
|
|
21297
21977
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
21298
21978
|
required: true;
|
|
@@ -21383,8 +22063,11 @@ declare const _default: {
|
|
|
21383
22063
|
onApply?: (value: unknown) => any;
|
|
21384
22064
|
onSelectAll?: () => any;
|
|
21385
22065
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
22066
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
21386
22067
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21387
22068
|
onOnsearch?: (value: string) => any;
|
|
22069
|
+
onLoadMore?: () => any;
|
|
22070
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
21388
22071
|
onOpened?: () => any;
|
|
21389
22072
|
onClosed?: () => any;
|
|
21390
22073
|
}, {
|
|
@@ -21400,6 +22083,9 @@ declare const _default: {
|
|
|
21400
22083
|
clear: () => void;
|
|
21401
22084
|
copyToClipboard: () => void;
|
|
21402
22085
|
onsearch: (value: string) => void;
|
|
22086
|
+
loadMore: () => void;
|
|
22087
|
+
allSelectedChanged: (value: boolean) => void;
|
|
22088
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
21403
22089
|
}, string, {
|
|
21404
22090
|
theme: string;
|
|
21405
22091
|
testId: string;
|
|
@@ -21415,9 +22101,9 @@ declare const _default: {
|
|
|
21415
22101
|
modelValue: any;
|
|
21416
22102
|
selected: any;
|
|
21417
22103
|
valueToCopy: string;
|
|
21418
|
-
onClear: () => void;
|
|
21419
22104
|
placeholder: string;
|
|
21420
22105
|
multi: boolean;
|
|
22106
|
+
infiniteLoading: boolean;
|
|
21421
22107
|
showSelectAll: boolean;
|
|
21422
22108
|
defaultOpen: boolean;
|
|
21423
22109
|
keepOpen: boolean;
|
|
@@ -21436,6 +22122,7 @@ declare const _default: {
|
|
|
21436
22122
|
onSearch: (option: any, term: string) => boolean;
|
|
21437
22123
|
noResultsText: string;
|
|
21438
22124
|
searchAutoFocus: boolean;
|
|
22125
|
+
onClearSearch: () => void;
|
|
21439
22126
|
optionNameKey: string;
|
|
21440
22127
|
optionIconKey: string;
|
|
21441
22128
|
optionImageKey: string;
|
|
@@ -22048,11 +22735,39 @@ declare const _default: {
|
|
|
22048
22735
|
type: import("vue").PropType<string>;
|
|
22049
22736
|
default: string;
|
|
22050
22737
|
};
|
|
22738
|
+
isOpen: {
|
|
22739
|
+
type: import("vue").PropType<boolean>;
|
|
22740
|
+
default: boolean;
|
|
22741
|
+
};
|
|
22742
|
+
infiniteLoading: {
|
|
22743
|
+
type: import("vue").PropType<boolean>;
|
|
22744
|
+
default: boolean;
|
|
22745
|
+
};
|
|
22051
22746
|
optionNameKey: {
|
|
22052
22747
|
type: import("vue").PropType<string>;
|
|
22053
22748
|
required: true;
|
|
22054
22749
|
default: string;
|
|
22055
22750
|
};
|
|
22751
|
+
optionIconKey: {
|
|
22752
|
+
type: import("vue").PropType<string>;
|
|
22753
|
+
default: string;
|
|
22754
|
+
};
|
|
22755
|
+
optionImageKey: {
|
|
22756
|
+
type: import("vue").PropType<string>;
|
|
22757
|
+
default: string;
|
|
22758
|
+
};
|
|
22759
|
+
optionIconType: {
|
|
22760
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22761
|
+
default: any;
|
|
22762
|
+
};
|
|
22763
|
+
optionFlagKey: {
|
|
22764
|
+
type: import("vue").PropType<string>;
|
|
22765
|
+
default: string;
|
|
22766
|
+
};
|
|
22767
|
+
groupedOptions: {
|
|
22768
|
+
type: import("vue").PropType<boolean>;
|
|
22769
|
+
default: boolean;
|
|
22770
|
+
};
|
|
22056
22771
|
comparingKey: {
|
|
22057
22772
|
type: import("vue").PropType<string>;
|
|
22058
22773
|
required: true;
|
|
@@ -22086,6 +22801,22 @@ declare const _default: {
|
|
|
22086
22801
|
type: import("vue").PropType<number>;
|
|
22087
22802
|
default: number;
|
|
22088
22803
|
};
|
|
22804
|
+
searchQuery: {
|
|
22805
|
+
type: import("vue").PropType<string>;
|
|
22806
|
+
default: string;
|
|
22807
|
+
};
|
|
22808
|
+
loadMoreFn: {
|
|
22809
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
22810
|
+
default: any;
|
|
22811
|
+
};
|
|
22812
|
+
fetchDataDebounceTime: {
|
|
22813
|
+
type: import("vue").PropType<number>;
|
|
22814
|
+
default: number;
|
|
22815
|
+
};
|
|
22816
|
+
autoFocusSearch: {
|
|
22817
|
+
type: import("vue").PropType<boolean>;
|
|
22818
|
+
default: boolean;
|
|
22819
|
+
};
|
|
22089
22820
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22090
22821
|
"update:selectedCondition": (value: {
|
|
22091
22822
|
label: string;
|
|
@@ -22093,6 +22824,7 @@ declare const _default: {
|
|
|
22093
22824
|
multi: boolean;
|
|
22094
22825
|
}) => void;
|
|
22095
22826
|
"update:appliedSelections": (value: unknown) => void;
|
|
22827
|
+
clear: () => void;
|
|
22096
22828
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22097
22829
|
label: {
|
|
22098
22830
|
type: import("vue").PropType<string>;
|
|
@@ -22103,11 +22835,39 @@ declare const _default: {
|
|
|
22103
22835
|
type: import("vue").PropType<string>;
|
|
22104
22836
|
default: string;
|
|
22105
22837
|
};
|
|
22838
|
+
isOpen: {
|
|
22839
|
+
type: import("vue").PropType<boolean>;
|
|
22840
|
+
default: boolean;
|
|
22841
|
+
};
|
|
22842
|
+
infiniteLoading: {
|
|
22843
|
+
type: import("vue").PropType<boolean>;
|
|
22844
|
+
default: boolean;
|
|
22845
|
+
};
|
|
22106
22846
|
optionNameKey: {
|
|
22107
22847
|
type: import("vue").PropType<string>;
|
|
22108
22848
|
required: true;
|
|
22109
22849
|
default: string;
|
|
22110
22850
|
};
|
|
22851
|
+
optionIconKey: {
|
|
22852
|
+
type: import("vue").PropType<string>;
|
|
22853
|
+
default: string;
|
|
22854
|
+
};
|
|
22855
|
+
optionImageKey: {
|
|
22856
|
+
type: import("vue").PropType<string>;
|
|
22857
|
+
default: string;
|
|
22858
|
+
};
|
|
22859
|
+
optionIconType: {
|
|
22860
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22861
|
+
default: any;
|
|
22862
|
+
};
|
|
22863
|
+
optionFlagKey: {
|
|
22864
|
+
type: import("vue").PropType<string>;
|
|
22865
|
+
default: string;
|
|
22866
|
+
};
|
|
22867
|
+
groupedOptions: {
|
|
22868
|
+
type: import("vue").PropType<boolean>;
|
|
22869
|
+
default: boolean;
|
|
22870
|
+
};
|
|
22111
22871
|
comparingKey: {
|
|
22112
22872
|
type: import("vue").PropType<string>;
|
|
22113
22873
|
required: true;
|
|
@@ -22141,7 +22901,24 @@ declare const _default: {
|
|
|
22141
22901
|
type: import("vue").PropType<number>;
|
|
22142
22902
|
default: number;
|
|
22143
22903
|
};
|
|
22904
|
+
searchQuery: {
|
|
22905
|
+
type: import("vue").PropType<string>;
|
|
22906
|
+
default: string;
|
|
22907
|
+
};
|
|
22908
|
+
loadMoreFn: {
|
|
22909
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
22910
|
+
default: any;
|
|
22911
|
+
};
|
|
22912
|
+
fetchDataDebounceTime: {
|
|
22913
|
+
type: import("vue").PropType<number>;
|
|
22914
|
+
default: number;
|
|
22915
|
+
};
|
|
22916
|
+
autoFocusSearch: {
|
|
22917
|
+
type: import("vue").PropType<boolean>;
|
|
22918
|
+
default: boolean;
|
|
22919
|
+
};
|
|
22144
22920
|
}>> & {
|
|
22921
|
+
onClear?: () => any;
|
|
22145
22922
|
"onUpdate:selectedCondition"?: (value: {
|
|
22146
22923
|
label: string;
|
|
22147
22924
|
value: string;
|
|
@@ -22151,9 +22928,20 @@ declare const _default: {
|
|
|
22151
22928
|
}, {
|
|
22152
22929
|
label: string;
|
|
22153
22930
|
testId: string;
|
|
22931
|
+
isOpen: boolean;
|
|
22932
|
+
infiniteLoading: boolean;
|
|
22154
22933
|
optionNameKey: string;
|
|
22934
|
+
optionIconKey: string;
|
|
22935
|
+
optionImageKey: string;
|
|
22936
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22937
|
+
optionFlagKey: string;
|
|
22938
|
+
groupedOptions: boolean;
|
|
22155
22939
|
comparingKey: string;
|
|
22156
22940
|
minCharsToStart: number;
|
|
22941
|
+
searchQuery: string;
|
|
22942
|
+
loadMoreFn: () => Promise<any[]>;
|
|
22943
|
+
fetchDataDebounceTime: number;
|
|
22944
|
+
autoFocusSearch: boolean;
|
|
22157
22945
|
}>)[];
|
|
22158
22946
|
Option: {
|
|
22159
22947
|
new (...args: any[]): {
|
|
@@ -23104,7 +23892,7 @@ declare const _default: {
|
|
|
23104
23892
|
"trigger-end-icon"?(_: {}): any;
|
|
23105
23893
|
};
|
|
23106
23894
|
});
|
|
23107
|
-
|
|
23895
|
+
ConditionalDropdown: import("vue").DefineComponent<{
|
|
23108
23896
|
label: {
|
|
23109
23897
|
type: import("vue").PropType<string>;
|
|
23110
23898
|
required: true;
|
|
@@ -23114,11 +23902,39 @@ declare const _default: {
|
|
|
23114
23902
|
type: import("vue").PropType<string>;
|
|
23115
23903
|
default: string;
|
|
23116
23904
|
};
|
|
23905
|
+
isOpen: {
|
|
23906
|
+
type: import("vue").PropType<boolean>;
|
|
23907
|
+
default: boolean;
|
|
23908
|
+
};
|
|
23909
|
+
infiniteLoading: {
|
|
23910
|
+
type: import("vue").PropType<boolean>;
|
|
23911
|
+
default: boolean;
|
|
23912
|
+
};
|
|
23117
23913
|
optionNameKey: {
|
|
23118
23914
|
type: import("vue").PropType<string>;
|
|
23119
23915
|
required: true;
|
|
23120
23916
|
default: string;
|
|
23121
23917
|
};
|
|
23918
|
+
optionIconKey: {
|
|
23919
|
+
type: import("vue").PropType<string>;
|
|
23920
|
+
default: string;
|
|
23921
|
+
};
|
|
23922
|
+
optionImageKey: {
|
|
23923
|
+
type: import("vue").PropType<string>;
|
|
23924
|
+
default: string;
|
|
23925
|
+
};
|
|
23926
|
+
optionIconType: {
|
|
23927
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
23928
|
+
default: any;
|
|
23929
|
+
};
|
|
23930
|
+
optionFlagKey: {
|
|
23931
|
+
type: import("vue").PropType<string>;
|
|
23932
|
+
default: string;
|
|
23933
|
+
};
|
|
23934
|
+
groupedOptions: {
|
|
23935
|
+
type: import("vue").PropType<boolean>;
|
|
23936
|
+
default: boolean;
|
|
23937
|
+
};
|
|
23122
23938
|
comparingKey: {
|
|
23123
23939
|
type: import("vue").PropType<string>;
|
|
23124
23940
|
required: true;
|
|
@@ -23152,6 +23968,22 @@ declare const _default: {
|
|
|
23152
23968
|
type: import("vue").PropType<number>;
|
|
23153
23969
|
default: number;
|
|
23154
23970
|
};
|
|
23971
|
+
searchQuery: {
|
|
23972
|
+
type: import("vue").PropType<string>;
|
|
23973
|
+
default: string;
|
|
23974
|
+
};
|
|
23975
|
+
loadMoreFn: {
|
|
23976
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
23977
|
+
default: any;
|
|
23978
|
+
};
|
|
23979
|
+
fetchDataDebounceTime: {
|
|
23980
|
+
type: import("vue").PropType<number>;
|
|
23981
|
+
default: number;
|
|
23982
|
+
};
|
|
23983
|
+
autoFocusSearch: {
|
|
23984
|
+
type: import("vue").PropType<boolean>;
|
|
23985
|
+
default: boolean;
|
|
23986
|
+
};
|
|
23155
23987
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23156
23988
|
"update:selectedCondition": (value: {
|
|
23157
23989
|
label: string;
|
|
@@ -23159,6 +23991,7 @@ declare const _default: {
|
|
|
23159
23991
|
multi: boolean;
|
|
23160
23992
|
}) => void;
|
|
23161
23993
|
"update:appliedSelections": (value: unknown) => void;
|
|
23994
|
+
clear: () => void;
|
|
23162
23995
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23163
23996
|
label: {
|
|
23164
23997
|
type: import("vue").PropType<string>;
|
|
@@ -23169,11 +24002,39 @@ declare const _default: {
|
|
|
23169
24002
|
type: import("vue").PropType<string>;
|
|
23170
24003
|
default: string;
|
|
23171
24004
|
};
|
|
24005
|
+
isOpen: {
|
|
24006
|
+
type: import("vue").PropType<boolean>;
|
|
24007
|
+
default: boolean;
|
|
24008
|
+
};
|
|
24009
|
+
infiniteLoading: {
|
|
24010
|
+
type: import("vue").PropType<boolean>;
|
|
24011
|
+
default: boolean;
|
|
24012
|
+
};
|
|
23172
24013
|
optionNameKey: {
|
|
23173
24014
|
type: import("vue").PropType<string>;
|
|
23174
24015
|
required: true;
|
|
23175
24016
|
default: string;
|
|
23176
24017
|
};
|
|
24018
|
+
optionIconKey: {
|
|
24019
|
+
type: import("vue").PropType<string>;
|
|
24020
|
+
default: string;
|
|
24021
|
+
};
|
|
24022
|
+
optionImageKey: {
|
|
24023
|
+
type: import("vue").PropType<string>;
|
|
24024
|
+
default: string;
|
|
24025
|
+
};
|
|
24026
|
+
optionIconType: {
|
|
24027
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
24028
|
+
default: any;
|
|
24029
|
+
};
|
|
24030
|
+
optionFlagKey: {
|
|
24031
|
+
type: import("vue").PropType<string>;
|
|
24032
|
+
default: string;
|
|
24033
|
+
};
|
|
24034
|
+
groupedOptions: {
|
|
24035
|
+
type: import("vue").PropType<boolean>;
|
|
24036
|
+
default: boolean;
|
|
24037
|
+
};
|
|
23177
24038
|
comparingKey: {
|
|
23178
24039
|
type: import("vue").PropType<string>;
|
|
23179
24040
|
required: true;
|
|
@@ -23207,7 +24068,24 @@ declare const _default: {
|
|
|
23207
24068
|
type: import("vue").PropType<number>;
|
|
23208
24069
|
default: number;
|
|
23209
24070
|
};
|
|
24071
|
+
searchQuery: {
|
|
24072
|
+
type: import("vue").PropType<string>;
|
|
24073
|
+
default: string;
|
|
24074
|
+
};
|
|
24075
|
+
loadMoreFn: {
|
|
24076
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
24077
|
+
default: any;
|
|
24078
|
+
};
|
|
24079
|
+
fetchDataDebounceTime: {
|
|
24080
|
+
type: import("vue").PropType<number>;
|
|
24081
|
+
default: number;
|
|
24082
|
+
};
|
|
24083
|
+
autoFocusSearch: {
|
|
24084
|
+
type: import("vue").PropType<boolean>;
|
|
24085
|
+
default: boolean;
|
|
24086
|
+
};
|
|
23210
24087
|
}>> & {
|
|
24088
|
+
onClear?: () => any;
|
|
23211
24089
|
"onUpdate:selectedCondition"?: (value: {
|
|
23212
24090
|
label: string;
|
|
23213
24091
|
value: string;
|
|
@@ -23217,9 +24095,20 @@ declare const _default: {
|
|
|
23217
24095
|
}, {
|
|
23218
24096
|
label: string;
|
|
23219
24097
|
testId: string;
|
|
24098
|
+
isOpen: boolean;
|
|
24099
|
+
infiniteLoading: boolean;
|
|
23220
24100
|
optionNameKey: string;
|
|
24101
|
+
optionIconKey: string;
|
|
24102
|
+
optionImageKey: string;
|
|
24103
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
24104
|
+
optionFlagKey: string;
|
|
24105
|
+
groupedOptions: boolean;
|
|
23221
24106
|
comparingKey: string;
|
|
23222
24107
|
minCharsToStart: number;
|
|
24108
|
+
searchQuery: string;
|
|
24109
|
+
loadMoreFn: () => Promise<any[]>;
|
|
24110
|
+
fetchDataDebounceTime: number;
|
|
24111
|
+
autoFocusSearch: boolean;
|
|
23223
24112
|
}>;
|
|
23224
24113
|
Label: {
|
|
23225
24114
|
new (...args: any[]): {
|