@ironsource/shared-ui 2.1.11-test.5 → 2.1.11-test.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_604dfc6f_lang.css +1 -0
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_1aa6df01_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_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_8f96cf5a_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/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_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/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/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +1 -0
- package/README.md +4 -15
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_89fe8aa1_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_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_156c01ca_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_c81a7d3e_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue2.js +3 -2
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +3 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +44 -39
- package/components/button/v4/index.d.ts +9 -3
- package/components/chart/Chart.vue.d.ts +17 -4
- 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 +3 -2
- package/components/chart/index.d.ts +74 -35
- package/components/chart/mockData.d.ts +15 -2
- package/components/chart/types.d.ts +15 -1
- package/components/chart/utils/utils.js +5 -5
- package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
- package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
- package/components/dateRange/v4/DateRangeV4.vue.js +2 -2
- package/components/dateRange/v4/DateRangeV4.vue2.js +9 -9
- package/components/dialog/v4/DialogV4.vue.d.ts +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 +200 -189
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +39 -39
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +15 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +42 -20
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +7 -7
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +10 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +88 -47
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +110 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +7 -0
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +224 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +32 -11
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +153 -138
- package/components/dropdown/v4/OptionV4.vue.d.ts +10 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +135 -98
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -1
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +165 -120
- package/components/dropdown/v4/index.d.ts +443 -110
- package/components/dropdown/v4/index.js +6 -3
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- 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/consts.d.ts +1 -1
- package/components/icon/v4/consts.js +1 -1
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +24 -22
- package/components/inlineCopy/index.d.ts +9 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +12 -12
- package/components/multibar/MultiBarMenu.vue2.js +3 -2
- package/components/popover/v4/PopoverV4.vue.d.ts +14 -2
- package/components/popover/v4/PopoverV4.vue.js +4 -3
- package/components/popover/v4/PopoverV4.vue2.js +40 -24
- package/components/popover/v4/index.d.ts +55 -11
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +7 -116
- package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
- package/components/snackbar/v4/SnackbarV4.vue2.js +62 -60
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +57 -56
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +20 -23
- package/components/sortableList/SortableList.vue.d.ts +1 -1
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +82 -76
- package/components/sortableList/index.d.ts +4 -4
- package/components/table/common/Table.common.d.ts +1 -1
- package/components/table/common/Table.common.js +83 -77
- 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 +4 -3
- package/components/table/v4/index.d.ts +64 -26
- package/components/table-cells/common/Editable.common.js +24 -19
- package/components/tooltip/v4/TooltipV4.vue.d.ts +10 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +24 -21
- package/components/tooltip/v4/index.d.ts +39 -1
- package/components/typography/v4/Typography.vue.js +3 -3
- package/components/typography/v4/Typography.vue2.js +24 -18
- package/composables/useFormValidation.d.ts +1 -1
- package/design-foundation.stories/icons/iconsData.d.ts +1 -1
- package/index.d.ts +1426 -320
- package/index.js +1 -1
- package/mocks/options.d.ts +48 -6
- package/mocks/words.d.ts +1 -1
- package/package.json +3 -239
- 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 +1 -0
- package/testids/index.js +13 -13
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +0 -1
- package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_ec636f18_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_8e5b619a_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f81413ec_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_e899ec7a_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/InlineCopy.vue_vue_type_style_index_0_scoped_893a203c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_4070942a_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +0 -1
- package/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/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_6ac5f602_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -28,8 +28,10 @@ declare const _default: {
|
|
|
28
28
|
placement: import("floating-vue").Placement;
|
|
29
29
|
disabled: boolean;
|
|
30
30
|
distance: number;
|
|
31
|
-
|
|
31
|
+
container: string;
|
|
32
32
|
autoHide: boolean;
|
|
33
|
+
popperClass: string;
|
|
34
|
+
isOpen: boolean;
|
|
33
35
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
34
36
|
skidding: number;
|
|
35
37
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -49,7 +51,7 @@ declare const _default: {
|
|
|
49
51
|
type: import("vue").PropType<number>;
|
|
50
52
|
default: number;
|
|
51
53
|
};
|
|
52
|
-
|
|
54
|
+
container: {
|
|
53
55
|
type: import("vue").PropType<string>;
|
|
54
56
|
default: string;
|
|
55
57
|
};
|
|
@@ -57,6 +59,14 @@ declare const _default: {
|
|
|
57
59
|
type: import("vue").PropType<boolean>;
|
|
58
60
|
default: boolean;
|
|
59
61
|
};
|
|
62
|
+
popperClass: {
|
|
63
|
+
type: import("vue").PropType<string>;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
isOpen: {
|
|
67
|
+
type: import("vue").PropType<boolean>;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
60
70
|
trigger: {
|
|
61
71
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
62
72
|
default: string;
|
|
@@ -67,7 +77,7 @@ declare const _default: {
|
|
|
67
77
|
};
|
|
68
78
|
}>> & {
|
|
69
79
|
onIsOpen?: (value: boolean) => any;
|
|
70
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "
|
|
80
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
71
81
|
$attrs: {
|
|
72
82
|
[x: string]: unknown;
|
|
73
83
|
};
|
|
@@ -98,7 +108,7 @@ declare const _default: {
|
|
|
98
108
|
type: import("vue").PropType<number>;
|
|
99
109
|
default: number;
|
|
100
110
|
};
|
|
101
|
-
|
|
111
|
+
container: {
|
|
102
112
|
type: import("vue").PropType<string>;
|
|
103
113
|
default: string;
|
|
104
114
|
};
|
|
@@ -106,6 +116,14 @@ declare const _default: {
|
|
|
106
116
|
type: import("vue").PropType<boolean>;
|
|
107
117
|
default: boolean;
|
|
108
118
|
};
|
|
119
|
+
popperClass: {
|
|
120
|
+
type: import("vue").PropType<string>;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
isOpen: {
|
|
124
|
+
type: import("vue").PropType<boolean>;
|
|
125
|
+
default: boolean;
|
|
126
|
+
};
|
|
109
127
|
trigger: {
|
|
110
128
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
111
129
|
default: string;
|
|
@@ -116,15 +134,19 @@ declare const _default: {
|
|
|
116
134
|
};
|
|
117
135
|
}>> & {
|
|
118
136
|
onIsOpen?: (value: boolean) => any;
|
|
119
|
-
}, {
|
|
137
|
+
}, {
|
|
138
|
+
toggle: (value?: boolean) => boolean;
|
|
139
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
120
140
|
isOpen: (value: boolean) => void;
|
|
121
141
|
}, string, {
|
|
122
142
|
testId: string;
|
|
123
143
|
placement: import("floating-vue").Placement;
|
|
124
144
|
disabled: boolean;
|
|
125
145
|
distance: number;
|
|
126
|
-
|
|
146
|
+
container: string;
|
|
127
147
|
autoHide: boolean;
|
|
148
|
+
popperClass: string;
|
|
149
|
+
isOpen: boolean;
|
|
128
150
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
129
151
|
skidding: number;
|
|
130
152
|
}, {}, string> & {
|
|
@@ -164,7 +186,7 @@ declare const _default: {
|
|
|
164
186
|
type: import("vue").PropType<number>;
|
|
165
187
|
default: number;
|
|
166
188
|
};
|
|
167
|
-
|
|
189
|
+
container: {
|
|
168
190
|
type: import("vue").PropType<string>;
|
|
169
191
|
default: string;
|
|
170
192
|
};
|
|
@@ -172,6 +194,14 @@ declare const _default: {
|
|
|
172
194
|
type: import("vue").PropType<boolean>;
|
|
173
195
|
default: boolean;
|
|
174
196
|
};
|
|
197
|
+
popperClass: {
|
|
198
|
+
type: import("vue").PropType<string>;
|
|
199
|
+
default: string;
|
|
200
|
+
};
|
|
201
|
+
isOpen: {
|
|
202
|
+
type: import("vue").PropType<boolean>;
|
|
203
|
+
default: boolean;
|
|
204
|
+
};
|
|
175
205
|
trigger: {
|
|
176
206
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
177
207
|
default: string;
|
|
@@ -182,7 +212,9 @@ declare const _default: {
|
|
|
182
212
|
};
|
|
183
213
|
}>> & {
|
|
184
214
|
onIsOpen?: (value: boolean) => any;
|
|
185
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
215
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
216
|
+
toggle: (value?: boolean) => boolean;
|
|
217
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
186
218
|
__isFragment?: never;
|
|
187
219
|
__isTeleport?: never;
|
|
188
220
|
__isSuspense?: never;
|
|
@@ -203,7 +235,7 @@ declare const _default: {
|
|
|
203
235
|
type: import("vue").PropType<number>;
|
|
204
236
|
default: number;
|
|
205
237
|
};
|
|
206
|
-
|
|
238
|
+
container: {
|
|
207
239
|
type: import("vue").PropType<string>;
|
|
208
240
|
default: string;
|
|
209
241
|
};
|
|
@@ -211,6 +243,14 @@ declare const _default: {
|
|
|
211
243
|
type: import("vue").PropType<boolean>;
|
|
212
244
|
default: boolean;
|
|
213
245
|
};
|
|
246
|
+
popperClass: {
|
|
247
|
+
type: import("vue").PropType<string>;
|
|
248
|
+
default: string;
|
|
249
|
+
};
|
|
250
|
+
isOpen: {
|
|
251
|
+
type: import("vue").PropType<boolean>;
|
|
252
|
+
default: boolean;
|
|
253
|
+
};
|
|
214
254
|
trigger: {
|
|
215
255
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
216
256
|
default: string;
|
|
@@ -221,15 +261,19 @@ declare const _default: {
|
|
|
221
261
|
};
|
|
222
262
|
}>> & {
|
|
223
263
|
onIsOpen?: (value: boolean) => any;
|
|
224
|
-
}, {
|
|
264
|
+
}, {
|
|
265
|
+
toggle: (value?: boolean) => boolean;
|
|
266
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
225
267
|
isOpen: (value: boolean) => void;
|
|
226
268
|
}, string, {
|
|
227
269
|
testId: string;
|
|
228
270
|
placement: import("floating-vue").Placement;
|
|
229
271
|
disabled: boolean;
|
|
230
272
|
distance: number;
|
|
231
|
-
|
|
273
|
+
container: string;
|
|
232
274
|
autoHide: boolean;
|
|
275
|
+
popperClass: string;
|
|
276
|
+
isOpen: boolean;
|
|
233
277
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
234
278
|
skidding: number;
|
|
235
279
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -247,8 +291,10 @@ declare const _default: {
|
|
|
247
291
|
placement: import("floating-vue").Placement;
|
|
248
292
|
disabled: boolean;
|
|
249
293
|
distance: number;
|
|
250
|
-
|
|
294
|
+
container: string;
|
|
251
295
|
autoHide: boolean;
|
|
296
|
+
popperClass: string;
|
|
297
|
+
isOpen: boolean;
|
|
252
298
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
253
299
|
skidding: number;
|
|
254
300
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -268,7 +314,7 @@ declare const _default: {
|
|
|
268
314
|
type: import("vue").PropType<number>;
|
|
269
315
|
default: number;
|
|
270
316
|
};
|
|
271
|
-
|
|
317
|
+
container: {
|
|
272
318
|
type: import("vue").PropType<string>;
|
|
273
319
|
default: string;
|
|
274
320
|
};
|
|
@@ -276,6 +322,14 @@ declare const _default: {
|
|
|
276
322
|
type: import("vue").PropType<boolean>;
|
|
277
323
|
default: boolean;
|
|
278
324
|
};
|
|
325
|
+
popperClass: {
|
|
326
|
+
type: import("vue").PropType<string>;
|
|
327
|
+
default: string;
|
|
328
|
+
};
|
|
329
|
+
isOpen: {
|
|
330
|
+
type: import("vue").PropType<boolean>;
|
|
331
|
+
default: boolean;
|
|
332
|
+
};
|
|
279
333
|
trigger: {
|
|
280
334
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
281
335
|
default: string;
|
|
@@ -286,7 +340,7 @@ declare const _default: {
|
|
|
286
340
|
};
|
|
287
341
|
}>> & {
|
|
288
342
|
onIsOpen?: (value: boolean) => any;
|
|
289
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "
|
|
343
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
290
344
|
$attrs: {
|
|
291
345
|
[x: string]: unknown;
|
|
292
346
|
};
|
|
@@ -317,7 +371,7 @@ declare const _default: {
|
|
|
317
371
|
type: import("vue").PropType<number>;
|
|
318
372
|
default: number;
|
|
319
373
|
};
|
|
320
|
-
|
|
374
|
+
container: {
|
|
321
375
|
type: import("vue").PropType<string>;
|
|
322
376
|
default: string;
|
|
323
377
|
};
|
|
@@ -325,6 +379,14 @@ declare const _default: {
|
|
|
325
379
|
type: import("vue").PropType<boolean>;
|
|
326
380
|
default: boolean;
|
|
327
381
|
};
|
|
382
|
+
popperClass: {
|
|
383
|
+
type: import("vue").PropType<string>;
|
|
384
|
+
default: string;
|
|
385
|
+
};
|
|
386
|
+
isOpen: {
|
|
387
|
+
type: import("vue").PropType<boolean>;
|
|
388
|
+
default: boolean;
|
|
389
|
+
};
|
|
328
390
|
trigger: {
|
|
329
391
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
330
392
|
default: string;
|
|
@@ -335,15 +397,19 @@ declare const _default: {
|
|
|
335
397
|
};
|
|
336
398
|
}>> & {
|
|
337
399
|
onIsOpen?: (value: boolean) => any;
|
|
338
|
-
}, {
|
|
400
|
+
}, {
|
|
401
|
+
toggle: (value?: boolean) => boolean;
|
|
402
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
339
403
|
isOpen: (value: boolean) => void;
|
|
340
404
|
}, string, {
|
|
341
405
|
testId: string;
|
|
342
406
|
placement: import("floating-vue").Placement;
|
|
343
407
|
disabled: boolean;
|
|
344
408
|
distance: number;
|
|
345
|
-
|
|
409
|
+
container: string;
|
|
346
410
|
autoHide: boolean;
|
|
411
|
+
popperClass: string;
|
|
412
|
+
isOpen: boolean;
|
|
347
413
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
348
414
|
skidding: number;
|
|
349
415
|
}, {}, string> & {
|
|
@@ -383,7 +449,7 @@ declare const _default: {
|
|
|
383
449
|
type: import("vue").PropType<number>;
|
|
384
450
|
default: number;
|
|
385
451
|
};
|
|
386
|
-
|
|
452
|
+
container: {
|
|
387
453
|
type: import("vue").PropType<string>;
|
|
388
454
|
default: string;
|
|
389
455
|
};
|
|
@@ -391,6 +457,14 @@ declare const _default: {
|
|
|
391
457
|
type: import("vue").PropType<boolean>;
|
|
392
458
|
default: boolean;
|
|
393
459
|
};
|
|
460
|
+
popperClass: {
|
|
461
|
+
type: import("vue").PropType<string>;
|
|
462
|
+
default: string;
|
|
463
|
+
};
|
|
464
|
+
isOpen: {
|
|
465
|
+
type: import("vue").PropType<boolean>;
|
|
466
|
+
default: boolean;
|
|
467
|
+
};
|
|
394
468
|
trigger: {
|
|
395
469
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
396
470
|
default: string;
|
|
@@ -401,7 +475,9 @@ declare const _default: {
|
|
|
401
475
|
};
|
|
402
476
|
}>> & {
|
|
403
477
|
onIsOpen?: (value: boolean) => any;
|
|
404
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
478
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
479
|
+
toggle: (value?: boolean) => boolean;
|
|
480
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
405
481
|
__isFragment?: never;
|
|
406
482
|
__isTeleport?: never;
|
|
407
483
|
__isSuspense?: never;
|
|
@@ -422,7 +498,7 @@ declare const _default: {
|
|
|
422
498
|
type: import("vue").PropType<number>;
|
|
423
499
|
default: number;
|
|
424
500
|
};
|
|
425
|
-
|
|
501
|
+
container: {
|
|
426
502
|
type: import("vue").PropType<string>;
|
|
427
503
|
default: string;
|
|
428
504
|
};
|
|
@@ -430,6 +506,14 @@ declare const _default: {
|
|
|
430
506
|
type: import("vue").PropType<boolean>;
|
|
431
507
|
default: boolean;
|
|
432
508
|
};
|
|
509
|
+
popperClass: {
|
|
510
|
+
type: import("vue").PropType<string>;
|
|
511
|
+
default: string;
|
|
512
|
+
};
|
|
513
|
+
isOpen: {
|
|
514
|
+
type: import("vue").PropType<boolean>;
|
|
515
|
+
default: boolean;
|
|
516
|
+
};
|
|
433
517
|
trigger: {
|
|
434
518
|
type: import("vue").PropType<"hover" | "click" | "focus" | "touch" | "managed">;
|
|
435
519
|
default: string;
|
|
@@ -440,15 +524,19 @@ declare const _default: {
|
|
|
440
524
|
};
|
|
441
525
|
}>> & {
|
|
442
526
|
onIsOpen?: (value: boolean) => any;
|
|
443
|
-
}, {
|
|
527
|
+
}, {
|
|
528
|
+
toggle: (value?: boolean) => boolean;
|
|
529
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
444
530
|
isOpen: (value: boolean) => void;
|
|
445
531
|
}, string, {
|
|
446
532
|
testId: string;
|
|
447
533
|
placement: import("floating-vue").Placement;
|
|
448
534
|
disabled: boolean;
|
|
449
535
|
distance: number;
|
|
450
|
-
|
|
536
|
+
container: string;
|
|
451
537
|
autoHide: boolean;
|
|
538
|
+
popperClass: string;
|
|
539
|
+
isOpen: boolean;
|
|
452
540
|
trigger: "hover" | "click" | "focus" | "touch" | "managed";
|
|
453
541
|
skidding: number;
|
|
454
542
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -1707,6 +1795,7 @@ declare const _default: {
|
|
|
1707
1795
|
default: string;
|
|
1708
1796
|
};
|
|
1709
1797
|
}>> & {
|
|
1798
|
+
onClearSearch?: () => any;
|
|
1710
1799
|
onSortableItemDragged?: (event: {
|
|
1711
1800
|
id: string;
|
|
1712
1801
|
newIndex: number;
|
|
@@ -1716,7 +1805,6 @@ declare const _default: {
|
|
|
1716
1805
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1717
1806
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1718
1807
|
"onUpdate:search"?: (query: string) => any;
|
|
1719
|
-
onClearSearch?: () => any;
|
|
1720
1808
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
1721
1809
|
$attrs: {
|
|
1722
1810
|
[x: string]: unknown;
|
|
@@ -1790,6 +1878,7 @@ declare const _default: {
|
|
|
1790
1878
|
default: string;
|
|
1791
1879
|
};
|
|
1792
1880
|
}>> & {
|
|
1881
|
+
onClearSearch?: () => any;
|
|
1793
1882
|
onSortableItemDragged?: (event: {
|
|
1794
1883
|
id: string;
|
|
1795
1884
|
newIndex: number;
|
|
@@ -1799,7 +1888,6 @@ declare const _default: {
|
|
|
1799
1888
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1800
1889
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1801
1890
|
"onUpdate:search"?: (query: string) => any;
|
|
1802
|
-
onClearSearch?: () => any;
|
|
1803
1891
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1804
1892
|
sortableItemDragged: (event: {
|
|
1805
1893
|
id: string;
|
|
@@ -1901,6 +1989,7 @@ declare const _default: {
|
|
|
1901
1989
|
default: string;
|
|
1902
1990
|
};
|
|
1903
1991
|
}>> & {
|
|
1992
|
+
onClearSearch?: () => any;
|
|
1904
1993
|
onSortableItemDragged?: (event: {
|
|
1905
1994
|
id: string;
|
|
1906
1995
|
newIndex: number;
|
|
@@ -1910,7 +1999,6 @@ declare const _default: {
|
|
|
1910
1999
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1911
2000
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1912
2001
|
"onUpdate:search"?: (query: string) => any;
|
|
1913
|
-
onClearSearch?: () => any;
|
|
1914
2002
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
1915
2003
|
__isFragment?: never;
|
|
1916
2004
|
__isTeleport?: never;
|
|
@@ -1971,6 +2059,7 @@ declare const _default: {
|
|
|
1971
2059
|
default: string;
|
|
1972
2060
|
};
|
|
1973
2061
|
}>> & {
|
|
2062
|
+
onClearSearch?: () => any;
|
|
1974
2063
|
onSortableItemDragged?: (event: {
|
|
1975
2064
|
id: string;
|
|
1976
2065
|
newIndex: number;
|
|
@@ -1980,7 +2069,6 @@ declare const _default: {
|
|
|
1980
2069
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1981
2070
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1982
2071
|
"onUpdate:search"?: (query: string) => any;
|
|
1983
|
-
onClearSearch?: () => any;
|
|
1984
2072
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1985
2073
|
sortableItemDragged: (event: {
|
|
1986
2074
|
id: string;
|
|
@@ -2089,6 +2177,7 @@ declare const _default: {
|
|
|
2089
2177
|
default: string;
|
|
2090
2178
|
};
|
|
2091
2179
|
}>> & {
|
|
2180
|
+
onClearSearch?: () => any;
|
|
2092
2181
|
onSortableItemDragged?: (event: {
|
|
2093
2182
|
id: string;
|
|
2094
2183
|
newIndex: number;
|
|
@@ -2098,7 +2187,6 @@ declare const _default: {
|
|
|
2098
2187
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2099
2188
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2100
2189
|
"onUpdate:search"?: (query: string) => any;
|
|
2101
|
-
onClearSearch?: () => any;
|
|
2102
2190
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
2103
2191
|
$attrs: {
|
|
2104
2192
|
[x: string]: unknown;
|
|
@@ -2172,6 +2260,7 @@ declare const _default: {
|
|
|
2172
2260
|
default: string;
|
|
2173
2261
|
};
|
|
2174
2262
|
}>> & {
|
|
2263
|
+
onClearSearch?: () => any;
|
|
2175
2264
|
onSortableItemDragged?: (event: {
|
|
2176
2265
|
id: string;
|
|
2177
2266
|
newIndex: number;
|
|
@@ -2181,7 +2270,6 @@ declare const _default: {
|
|
|
2181
2270
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2182
2271
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2183
2272
|
"onUpdate:search"?: (query: string) => any;
|
|
2184
|
-
onClearSearch?: () => any;
|
|
2185
2273
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2186
2274
|
sortableItemDragged: (event: {
|
|
2187
2275
|
id: string;
|
|
@@ -2283,6 +2371,7 @@ declare const _default: {
|
|
|
2283
2371
|
default: string;
|
|
2284
2372
|
};
|
|
2285
2373
|
}>> & {
|
|
2374
|
+
onClearSearch?: () => any;
|
|
2286
2375
|
onSortableItemDragged?: (event: {
|
|
2287
2376
|
id: string;
|
|
2288
2377
|
newIndex: number;
|
|
@@ -2292,7 +2381,6 @@ declare const _default: {
|
|
|
2292
2381
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2293
2382
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2294
2383
|
"onUpdate:search"?: (query: string) => any;
|
|
2295
|
-
onClearSearch?: () => any;
|
|
2296
2384
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
2297
2385
|
__isFragment?: never;
|
|
2298
2386
|
__isTeleport?: never;
|
|
@@ -2353,6 +2441,7 @@ declare const _default: {
|
|
|
2353
2441
|
default: string;
|
|
2354
2442
|
};
|
|
2355
2443
|
}>> & {
|
|
2444
|
+
onClearSearch?: () => any;
|
|
2356
2445
|
onSortableItemDragged?: (event: {
|
|
2357
2446
|
id: string;
|
|
2358
2447
|
newIndex: number;
|
|
@@ -2362,7 +2451,6 @@ declare const _default: {
|
|
|
2362
2451
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2363
2452
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2364
2453
|
"onUpdate:search"?: (query: string) => any;
|
|
2365
|
-
onClearSearch?: () => any;
|
|
2366
2454
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2367
2455
|
sortableItemDragged: (event: {
|
|
2368
2456
|
id: string;
|
|
@@ -2464,6 +2552,10 @@ declare const _default: {
|
|
|
2464
2552
|
type: import("vue").PropType<string>;
|
|
2465
2553
|
default: string;
|
|
2466
2554
|
};
|
|
2555
|
+
valueToCopy: {
|
|
2556
|
+
type: import("vue").PropType<string>;
|
|
2557
|
+
default: string;
|
|
2558
|
+
};
|
|
2467
2559
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2468
2560
|
copy: () => void;
|
|
2469
2561
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2503,6 +2595,10 @@ declare const _default: {
|
|
|
2503
2595
|
type: import("vue").PropType<string>;
|
|
2504
2596
|
default: string;
|
|
2505
2597
|
};
|
|
2598
|
+
valueToCopy: {
|
|
2599
|
+
type: import("vue").PropType<string>;
|
|
2600
|
+
default: string;
|
|
2601
|
+
};
|
|
2506
2602
|
}>> & {
|
|
2507
2603
|
onCopy?: () => any;
|
|
2508
2604
|
}, {
|
|
@@ -2514,6 +2610,7 @@ declare const _default: {
|
|
|
2514
2610
|
hideTextValue: boolean;
|
|
2515
2611
|
iconSize: string;
|
|
2516
2612
|
tooltipHeader: string;
|
|
2613
|
+
valueToCopy: string;
|
|
2517
2614
|
}>;
|
|
2518
2615
|
InlineCopyTypes: () => import("vue").DefineComponent<{
|
|
2519
2616
|
text: {
|
|
@@ -2552,6 +2649,10 @@ declare const _default: {
|
|
|
2552
2649
|
type: import("vue").PropType<string>;
|
|
2553
2650
|
default: string;
|
|
2554
2651
|
};
|
|
2652
|
+
valueToCopy: {
|
|
2653
|
+
type: import("vue").PropType<string>;
|
|
2654
|
+
default: string;
|
|
2655
|
+
};
|
|
2555
2656
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2556
2657
|
copy: () => void;
|
|
2557
2658
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2591,6 +2692,10 @@ declare const _default: {
|
|
|
2591
2692
|
type: import("vue").PropType<string>;
|
|
2592
2693
|
default: string;
|
|
2593
2694
|
};
|
|
2695
|
+
valueToCopy: {
|
|
2696
|
+
type: import("vue").PropType<string>;
|
|
2697
|
+
default: string;
|
|
2698
|
+
};
|
|
2594
2699
|
}>> & {
|
|
2595
2700
|
onCopy?: () => any;
|
|
2596
2701
|
}, {
|
|
@@ -2602,6 +2707,7 @@ declare const _default: {
|
|
|
2602
2707
|
hideTextValue: boolean;
|
|
2603
2708
|
iconSize: string;
|
|
2604
2709
|
tooltipHeader: string;
|
|
2710
|
+
valueToCopy: string;
|
|
2605
2711
|
}>[];
|
|
2606
2712
|
AppHeader: import("vue").DefineComponent<{
|
|
2607
2713
|
name: {
|
|
@@ -5505,8 +5611,8 @@ declare const _default: {
|
|
|
5505
5611
|
$data: {};
|
|
5506
5612
|
$props: Partial<{
|
|
5507
5613
|
sort: tableV3.Sort;
|
|
5508
|
-
title: string;
|
|
5509
5614
|
search: string;
|
|
5615
|
+
title: string;
|
|
5510
5616
|
testId: string;
|
|
5511
5617
|
isLoading: boolean;
|
|
5512
5618
|
searchAutoFocus: boolean;
|
|
@@ -5530,19 +5636,21 @@ declare const _default: {
|
|
|
5530
5636
|
zIndexBase: number;
|
|
5531
5637
|
rowCustomClassKey: string;
|
|
5532
5638
|
rowDataKey: string;
|
|
5639
|
+
isSelectionSticky: boolean;
|
|
5640
|
+
isSelectionBordered: boolean;
|
|
5533
5641
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5534
5642
|
sort: {
|
|
5535
5643
|
type: import("vue").PropType<tableV3.Sort>;
|
|
5536
5644
|
default: any;
|
|
5537
5645
|
};
|
|
5538
|
-
title: {
|
|
5539
|
-
type: import("vue").PropType<string>;
|
|
5540
|
-
default: string;
|
|
5541
|
-
};
|
|
5542
5646
|
search: {
|
|
5543
5647
|
type: import("vue").PropType<string>;
|
|
5544
5648
|
default: any;
|
|
5545
5649
|
};
|
|
5650
|
+
title: {
|
|
5651
|
+
type: import("vue").PropType<string>;
|
|
5652
|
+
default: string;
|
|
5653
|
+
};
|
|
5546
5654
|
testId: {
|
|
5547
5655
|
type: import("vue").PropType<string>;
|
|
5548
5656
|
default: string;
|
|
@@ -5643,18 +5751,26 @@ declare const _default: {
|
|
|
5643
5751
|
type: import("vue").PropType<string>;
|
|
5644
5752
|
default: string;
|
|
5645
5753
|
};
|
|
5754
|
+
isSelectionSticky: {
|
|
5755
|
+
type: import("vue").PropType<boolean>;
|
|
5756
|
+
default: boolean;
|
|
5757
|
+
};
|
|
5758
|
+
isSelectionBordered: {
|
|
5759
|
+
type: import("vue").PropType<boolean>;
|
|
5760
|
+
default: boolean;
|
|
5761
|
+
};
|
|
5646
5762
|
}>> & {
|
|
5647
5763
|
onSelectAll?: (value: boolean) => any;
|
|
5764
|
+
onLoadMore?: () => any;
|
|
5648
5765
|
"onUpdate:search"?: (query: string) => any;
|
|
5649
5766
|
onOnScroll?: (event: Event) => any;
|
|
5650
5767
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
5651
5768
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
5652
|
-
onLoadMore?: () => any;
|
|
5653
5769
|
onOnClearSearch?: () => any;
|
|
5654
5770
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5655
5771
|
onSelectRow?: (value: boolean) => any;
|
|
5656
5772
|
onClickRow?: (rowIndex: number) => any;
|
|
5657
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "
|
|
5773
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "search" | "title" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
|
|
5658
5774
|
$attrs: {
|
|
5659
5775
|
[x: string]: unknown;
|
|
5660
5776
|
};
|
|
@@ -5666,21 +5782,21 @@ declare const _default: {
|
|
|
5666
5782
|
}>;
|
|
5667
5783
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5668
5784
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5669
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "
|
|
5785
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
|
|
5670
5786
|
$el: any;
|
|
5671
5787
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5672
5788
|
sort: {
|
|
5673
5789
|
type: import("vue").PropType<tableV3.Sort>;
|
|
5674
5790
|
default: any;
|
|
5675
5791
|
};
|
|
5676
|
-
title: {
|
|
5677
|
-
type: import("vue").PropType<string>;
|
|
5678
|
-
default: string;
|
|
5679
|
-
};
|
|
5680
5792
|
search: {
|
|
5681
5793
|
type: import("vue").PropType<string>;
|
|
5682
5794
|
default: any;
|
|
5683
5795
|
};
|
|
5796
|
+
title: {
|
|
5797
|
+
type: import("vue").PropType<string>;
|
|
5798
|
+
default: string;
|
|
5799
|
+
};
|
|
5684
5800
|
testId: {
|
|
5685
5801
|
type: import("vue").PropType<string>;
|
|
5686
5802
|
default: string;
|
|
@@ -5781,13 +5897,21 @@ declare const _default: {
|
|
|
5781
5897
|
type: import("vue").PropType<string>;
|
|
5782
5898
|
default: string;
|
|
5783
5899
|
};
|
|
5900
|
+
isSelectionSticky: {
|
|
5901
|
+
type: import("vue").PropType<boolean>;
|
|
5902
|
+
default: boolean;
|
|
5903
|
+
};
|
|
5904
|
+
isSelectionBordered: {
|
|
5905
|
+
type: import("vue").PropType<boolean>;
|
|
5906
|
+
default: boolean;
|
|
5907
|
+
};
|
|
5784
5908
|
}>> & {
|
|
5785
5909
|
onSelectAll?: (value: boolean) => any;
|
|
5910
|
+
onLoadMore?: () => any;
|
|
5786
5911
|
"onUpdate:search"?: (query: string) => any;
|
|
5787
5912
|
onOnScroll?: (event: Event) => any;
|
|
5788
5913
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
5789
5914
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
5790
|
-
onLoadMore?: () => any;
|
|
5791
5915
|
onOnClearSearch?: () => any;
|
|
5792
5916
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5793
5917
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -5807,8 +5931,8 @@ declare const _default: {
|
|
|
5807
5931
|
clickRow: (rowIndex: number) => void;
|
|
5808
5932
|
}, string, {
|
|
5809
5933
|
sort: tableV3.Sort;
|
|
5810
|
-
title: string;
|
|
5811
5934
|
search: string;
|
|
5935
|
+
title: string;
|
|
5812
5936
|
testId: string;
|
|
5813
5937
|
isLoading: boolean;
|
|
5814
5938
|
searchAutoFocus: boolean;
|
|
@@ -5832,6 +5956,8 @@ declare const _default: {
|
|
|
5832
5956
|
zIndexBase: number;
|
|
5833
5957
|
rowCustomClassKey: string;
|
|
5834
5958
|
rowDataKey: string;
|
|
5959
|
+
isSelectionSticky: boolean;
|
|
5960
|
+
isSelectionBordered: boolean;
|
|
5835
5961
|
}, {}, string> & {
|
|
5836
5962
|
beforeCreate?: (() => void) | (() => void)[];
|
|
5837
5963
|
created?: (() => void) | (() => void)[];
|
|
@@ -5857,14 +5983,14 @@ declare const _default: {
|
|
|
5857
5983
|
type: import("vue").PropType<tableV3.Sort>;
|
|
5858
5984
|
default: any;
|
|
5859
5985
|
};
|
|
5860
|
-
title: {
|
|
5861
|
-
type: import("vue").PropType<string>;
|
|
5862
|
-
default: string;
|
|
5863
|
-
};
|
|
5864
5986
|
search: {
|
|
5865
5987
|
type: import("vue").PropType<string>;
|
|
5866
5988
|
default: any;
|
|
5867
5989
|
};
|
|
5990
|
+
title: {
|
|
5991
|
+
type: import("vue").PropType<string>;
|
|
5992
|
+
default: string;
|
|
5993
|
+
};
|
|
5868
5994
|
testId: {
|
|
5869
5995
|
type: import("vue").PropType<string>;
|
|
5870
5996
|
default: string;
|
|
@@ -5965,13 +6091,21 @@ declare const _default: {
|
|
|
5965
6091
|
type: import("vue").PropType<string>;
|
|
5966
6092
|
default: string;
|
|
5967
6093
|
};
|
|
6094
|
+
isSelectionSticky: {
|
|
6095
|
+
type: import("vue").PropType<boolean>;
|
|
6096
|
+
default: boolean;
|
|
6097
|
+
};
|
|
6098
|
+
isSelectionBordered: {
|
|
6099
|
+
type: import("vue").PropType<boolean>;
|
|
6100
|
+
default: boolean;
|
|
6101
|
+
};
|
|
5968
6102
|
}>> & {
|
|
5969
6103
|
onSelectAll?: (value: boolean) => any;
|
|
6104
|
+
onLoadMore?: () => any;
|
|
5970
6105
|
"onUpdate:search"?: (query: string) => any;
|
|
5971
6106
|
onOnScroll?: (event: Event) => any;
|
|
5972
6107
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
5973
6108
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
5974
|
-
onLoadMore?: () => any;
|
|
5975
6109
|
onOnClearSearch?: () => any;
|
|
5976
6110
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5977
6111
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -5987,14 +6121,14 @@ declare const _default: {
|
|
|
5987
6121
|
type: import("vue").PropType<tableV3.Sort>;
|
|
5988
6122
|
default: any;
|
|
5989
6123
|
};
|
|
5990
|
-
title: {
|
|
5991
|
-
type: import("vue").PropType<string>;
|
|
5992
|
-
default: string;
|
|
5993
|
-
};
|
|
5994
6124
|
search: {
|
|
5995
6125
|
type: import("vue").PropType<string>;
|
|
5996
6126
|
default: any;
|
|
5997
6127
|
};
|
|
6128
|
+
title: {
|
|
6129
|
+
type: import("vue").PropType<string>;
|
|
6130
|
+
default: string;
|
|
6131
|
+
};
|
|
5998
6132
|
testId: {
|
|
5999
6133
|
type: import("vue").PropType<string>;
|
|
6000
6134
|
default: string;
|
|
@@ -6095,13 +6229,21 @@ declare const _default: {
|
|
|
6095
6229
|
type: import("vue").PropType<string>;
|
|
6096
6230
|
default: string;
|
|
6097
6231
|
};
|
|
6232
|
+
isSelectionSticky: {
|
|
6233
|
+
type: import("vue").PropType<boolean>;
|
|
6234
|
+
default: boolean;
|
|
6235
|
+
};
|
|
6236
|
+
isSelectionBordered: {
|
|
6237
|
+
type: import("vue").PropType<boolean>;
|
|
6238
|
+
default: boolean;
|
|
6239
|
+
};
|
|
6098
6240
|
}>> & {
|
|
6099
6241
|
onSelectAll?: (value: boolean) => any;
|
|
6242
|
+
onLoadMore?: () => any;
|
|
6100
6243
|
"onUpdate:search"?: (query: string) => any;
|
|
6101
6244
|
onOnScroll?: (event: Event) => any;
|
|
6102
6245
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6103
6246
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6104
|
-
onLoadMore?: () => any;
|
|
6105
6247
|
onOnClearSearch?: () => any;
|
|
6106
6248
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6107
6249
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6121,8 +6263,8 @@ declare const _default: {
|
|
|
6121
6263
|
clickRow: (rowIndex: number) => void;
|
|
6122
6264
|
}, string, {
|
|
6123
6265
|
sort: tableV3.Sort;
|
|
6124
|
-
title: string;
|
|
6125
6266
|
search: string;
|
|
6267
|
+
title: string;
|
|
6126
6268
|
testId: string;
|
|
6127
6269
|
isLoading: boolean;
|
|
6128
6270
|
searchAutoFocus: boolean;
|
|
@@ -6146,6 +6288,8 @@ declare const _default: {
|
|
|
6146
6288
|
zIndexBase: number;
|
|
6147
6289
|
rowCustomClassKey: string;
|
|
6148
6290
|
rowDataKey: string;
|
|
6291
|
+
isSelectionSticky: boolean;
|
|
6292
|
+
isSelectionBordered: boolean;
|
|
6149
6293
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
6150
6294
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
6151
6295
|
column: tableV3.Column;
|
|
@@ -6274,8 +6418,8 @@ declare const _default: {
|
|
|
6274
6418
|
$data: {};
|
|
6275
6419
|
$props: Partial<{
|
|
6276
6420
|
sort: tableV3.Sort;
|
|
6277
|
-
title: string;
|
|
6278
6421
|
search: string;
|
|
6422
|
+
title: string;
|
|
6279
6423
|
testId: string;
|
|
6280
6424
|
isLoading: boolean;
|
|
6281
6425
|
searchAutoFocus: boolean;
|
|
@@ -6299,19 +6443,21 @@ declare const _default: {
|
|
|
6299
6443
|
zIndexBase: number;
|
|
6300
6444
|
rowCustomClassKey: string;
|
|
6301
6445
|
rowDataKey: string;
|
|
6446
|
+
isSelectionSticky: boolean;
|
|
6447
|
+
isSelectionBordered: boolean;
|
|
6302
6448
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
6303
6449
|
sort: {
|
|
6304
6450
|
type: import("vue").PropType<tableV3.Sort>;
|
|
6305
6451
|
default: any;
|
|
6306
6452
|
};
|
|
6307
|
-
title: {
|
|
6308
|
-
type: import("vue").PropType<string>;
|
|
6309
|
-
default: string;
|
|
6310
|
-
};
|
|
6311
6453
|
search: {
|
|
6312
6454
|
type: import("vue").PropType<string>;
|
|
6313
6455
|
default: any;
|
|
6314
6456
|
};
|
|
6457
|
+
title: {
|
|
6458
|
+
type: import("vue").PropType<string>;
|
|
6459
|
+
default: string;
|
|
6460
|
+
};
|
|
6315
6461
|
testId: {
|
|
6316
6462
|
type: import("vue").PropType<string>;
|
|
6317
6463
|
default: string;
|
|
@@ -6412,18 +6558,26 @@ declare const _default: {
|
|
|
6412
6558
|
type: import("vue").PropType<string>;
|
|
6413
6559
|
default: string;
|
|
6414
6560
|
};
|
|
6561
|
+
isSelectionSticky: {
|
|
6562
|
+
type: import("vue").PropType<boolean>;
|
|
6563
|
+
default: boolean;
|
|
6564
|
+
};
|
|
6565
|
+
isSelectionBordered: {
|
|
6566
|
+
type: import("vue").PropType<boolean>;
|
|
6567
|
+
default: boolean;
|
|
6568
|
+
};
|
|
6415
6569
|
}>> & {
|
|
6416
6570
|
onSelectAll?: (value: boolean) => any;
|
|
6571
|
+
onLoadMore?: () => any;
|
|
6417
6572
|
"onUpdate:search"?: (query: string) => any;
|
|
6418
6573
|
onOnScroll?: (event: Event) => any;
|
|
6419
6574
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6420
6575
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6421
|
-
onLoadMore?: () => any;
|
|
6422
6576
|
onOnClearSearch?: () => any;
|
|
6423
6577
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6424
6578
|
onSelectRow?: (value: boolean) => any;
|
|
6425
6579
|
onClickRow?: (rowIndex: number) => any;
|
|
6426
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "
|
|
6580
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "search" | "title" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
|
|
6427
6581
|
$attrs: {
|
|
6428
6582
|
[x: string]: unknown;
|
|
6429
6583
|
};
|
|
@@ -6435,21 +6589,21 @@ declare const _default: {
|
|
|
6435
6589
|
}>;
|
|
6436
6590
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6437
6591
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
6438
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "
|
|
6592
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "loadMore") => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "selectRow", value: boolean) => void) & ((event: "clickRow", rowIndex: number) => void);
|
|
6439
6593
|
$el: any;
|
|
6440
6594
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6441
6595
|
sort: {
|
|
6442
6596
|
type: import("vue").PropType<tableV3.Sort>;
|
|
6443
6597
|
default: any;
|
|
6444
6598
|
};
|
|
6445
|
-
title: {
|
|
6446
|
-
type: import("vue").PropType<string>;
|
|
6447
|
-
default: string;
|
|
6448
|
-
};
|
|
6449
6599
|
search: {
|
|
6450
6600
|
type: import("vue").PropType<string>;
|
|
6451
6601
|
default: any;
|
|
6452
6602
|
};
|
|
6603
|
+
title: {
|
|
6604
|
+
type: import("vue").PropType<string>;
|
|
6605
|
+
default: string;
|
|
6606
|
+
};
|
|
6453
6607
|
testId: {
|
|
6454
6608
|
type: import("vue").PropType<string>;
|
|
6455
6609
|
default: string;
|
|
@@ -6550,13 +6704,21 @@ declare const _default: {
|
|
|
6550
6704
|
type: import("vue").PropType<string>;
|
|
6551
6705
|
default: string;
|
|
6552
6706
|
};
|
|
6707
|
+
isSelectionSticky: {
|
|
6708
|
+
type: import("vue").PropType<boolean>;
|
|
6709
|
+
default: boolean;
|
|
6710
|
+
};
|
|
6711
|
+
isSelectionBordered: {
|
|
6712
|
+
type: import("vue").PropType<boolean>;
|
|
6713
|
+
default: boolean;
|
|
6714
|
+
};
|
|
6553
6715
|
}>> & {
|
|
6554
6716
|
onSelectAll?: (value: boolean) => any;
|
|
6717
|
+
onLoadMore?: () => any;
|
|
6555
6718
|
"onUpdate:search"?: (query: string) => any;
|
|
6556
6719
|
onOnScroll?: (event: Event) => any;
|
|
6557
6720
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6558
6721
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6559
|
-
onLoadMore?: () => any;
|
|
6560
6722
|
onOnClearSearch?: () => any;
|
|
6561
6723
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6562
6724
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6576,8 +6738,8 @@ declare const _default: {
|
|
|
6576
6738
|
clickRow: (rowIndex: number) => void;
|
|
6577
6739
|
}, string, {
|
|
6578
6740
|
sort: tableV3.Sort;
|
|
6579
|
-
title: string;
|
|
6580
6741
|
search: string;
|
|
6742
|
+
title: string;
|
|
6581
6743
|
testId: string;
|
|
6582
6744
|
isLoading: boolean;
|
|
6583
6745
|
searchAutoFocus: boolean;
|
|
@@ -6601,6 +6763,8 @@ declare const _default: {
|
|
|
6601
6763
|
zIndexBase: number;
|
|
6602
6764
|
rowCustomClassKey: string;
|
|
6603
6765
|
rowDataKey: string;
|
|
6766
|
+
isSelectionSticky: boolean;
|
|
6767
|
+
isSelectionBordered: boolean;
|
|
6604
6768
|
}, {}, string> & {
|
|
6605
6769
|
beforeCreate?: (() => void) | (() => void)[];
|
|
6606
6770
|
created?: (() => void) | (() => void)[];
|
|
@@ -6626,14 +6790,14 @@ declare const _default: {
|
|
|
6626
6790
|
type: import("vue").PropType<tableV3.Sort>;
|
|
6627
6791
|
default: any;
|
|
6628
6792
|
};
|
|
6629
|
-
title: {
|
|
6630
|
-
type: import("vue").PropType<string>;
|
|
6631
|
-
default: string;
|
|
6632
|
-
};
|
|
6633
6793
|
search: {
|
|
6634
6794
|
type: import("vue").PropType<string>;
|
|
6635
6795
|
default: any;
|
|
6636
6796
|
};
|
|
6797
|
+
title: {
|
|
6798
|
+
type: import("vue").PropType<string>;
|
|
6799
|
+
default: string;
|
|
6800
|
+
};
|
|
6637
6801
|
testId: {
|
|
6638
6802
|
type: import("vue").PropType<string>;
|
|
6639
6803
|
default: string;
|
|
@@ -6734,13 +6898,21 @@ declare const _default: {
|
|
|
6734
6898
|
type: import("vue").PropType<string>;
|
|
6735
6899
|
default: string;
|
|
6736
6900
|
};
|
|
6901
|
+
isSelectionSticky: {
|
|
6902
|
+
type: import("vue").PropType<boolean>;
|
|
6903
|
+
default: boolean;
|
|
6904
|
+
};
|
|
6905
|
+
isSelectionBordered: {
|
|
6906
|
+
type: import("vue").PropType<boolean>;
|
|
6907
|
+
default: boolean;
|
|
6908
|
+
};
|
|
6737
6909
|
}>> & {
|
|
6738
6910
|
onSelectAll?: (value: boolean) => any;
|
|
6911
|
+
onLoadMore?: () => any;
|
|
6739
6912
|
"onUpdate:search"?: (query: string) => any;
|
|
6740
6913
|
onOnScroll?: (event: Event) => any;
|
|
6741
6914
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6742
6915
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6743
|
-
onLoadMore?: () => any;
|
|
6744
6916
|
onOnClearSearch?: () => any;
|
|
6745
6917
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6746
6918
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6756,14 +6928,14 @@ declare const _default: {
|
|
|
6756
6928
|
type: import("vue").PropType<tableV3.Sort>;
|
|
6757
6929
|
default: any;
|
|
6758
6930
|
};
|
|
6759
|
-
title: {
|
|
6760
|
-
type: import("vue").PropType<string>;
|
|
6761
|
-
default: string;
|
|
6762
|
-
};
|
|
6763
6931
|
search: {
|
|
6764
6932
|
type: import("vue").PropType<string>;
|
|
6765
6933
|
default: any;
|
|
6766
6934
|
};
|
|
6935
|
+
title: {
|
|
6936
|
+
type: import("vue").PropType<string>;
|
|
6937
|
+
default: string;
|
|
6938
|
+
};
|
|
6767
6939
|
testId: {
|
|
6768
6940
|
type: import("vue").PropType<string>;
|
|
6769
6941
|
default: string;
|
|
@@ -6864,13 +7036,21 @@ declare const _default: {
|
|
|
6864
7036
|
type: import("vue").PropType<string>;
|
|
6865
7037
|
default: string;
|
|
6866
7038
|
};
|
|
7039
|
+
isSelectionSticky: {
|
|
7040
|
+
type: import("vue").PropType<boolean>;
|
|
7041
|
+
default: boolean;
|
|
7042
|
+
};
|
|
7043
|
+
isSelectionBordered: {
|
|
7044
|
+
type: import("vue").PropType<boolean>;
|
|
7045
|
+
default: boolean;
|
|
7046
|
+
};
|
|
6867
7047
|
}>> & {
|
|
6868
7048
|
onSelectAll?: (value: boolean) => any;
|
|
7049
|
+
onLoadMore?: () => any;
|
|
6869
7050
|
"onUpdate:search"?: (query: string) => any;
|
|
6870
7051
|
onOnScroll?: (event: Event) => any;
|
|
6871
7052
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
6872
7053
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
6873
|
-
onLoadMore?: () => any;
|
|
6874
7054
|
onOnClearSearch?: () => any;
|
|
6875
7055
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6876
7056
|
onSelectRow?: (value: boolean) => any;
|
|
@@ -6890,8 +7070,8 @@ declare const _default: {
|
|
|
6890
7070
|
clickRow: (rowIndex: number) => void;
|
|
6891
7071
|
}, string, {
|
|
6892
7072
|
sort: tableV3.Sort;
|
|
6893
|
-
title: string;
|
|
6894
7073
|
search: string;
|
|
7074
|
+
title: string;
|
|
6895
7075
|
testId: string;
|
|
6896
7076
|
isLoading: boolean;
|
|
6897
7077
|
searchAutoFocus: boolean;
|
|
@@ -6915,6 +7095,8 @@ declare const _default: {
|
|
|
6915
7095
|
zIndexBase: number;
|
|
6916
7096
|
rowCustomClassKey: string;
|
|
6917
7097
|
rowDataKey: string;
|
|
7098
|
+
isSelectionSticky: boolean;
|
|
7099
|
+
isSelectionBordered: boolean;
|
|
6918
7100
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
6919
7101
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
6920
7102
|
column: tableV3.Column;
|
|
@@ -7172,7 +7354,7 @@ declare const _default: {
|
|
|
7172
7354
|
}>;
|
|
7173
7355
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7174
7356
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7175
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "
|
|
7357
|
+
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
|
|
7176
7358
|
tableIndex: number;
|
|
7177
7359
|
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
7178
7360
|
$el: any;
|
|
@@ -7720,7 +7902,7 @@ declare const _default: {
|
|
|
7720
7902
|
}>;
|
|
7721
7903
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7722
7904
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
7723
|
-
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "
|
|
7905
|
+
$emit: ((event: "onScroll", scrollTop: number) => void) & ((event: "onClearSearch") => void) & ((event: "update:search", query: string) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent & {
|
|
7724
7906
|
tableIndex: number;
|
|
7725
7907
|
}) => void) & ((event: "clickRow", rowIndex: number, tableIndex: number) => void);
|
|
7726
7908
|
$el: any;
|
|
@@ -8213,10 +8395,10 @@ declare const _default: {
|
|
|
8213
8395
|
default: any;
|
|
8214
8396
|
};
|
|
8215
8397
|
}>> & {
|
|
8398
|
+
onLoadMore?: () => any;
|
|
8216
8399
|
onOnScroll?: (event: Event) => any;
|
|
8217
8400
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8218
8401
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8219
|
-
onLoadMore?: () => any;
|
|
8220
8402
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
8221
8403
|
$attrs: {
|
|
8222
8404
|
[x: string]: unknown;
|
|
@@ -8229,7 +8411,7 @@ declare const _default: {
|
|
|
8229
8411
|
}>;
|
|
8230
8412
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8231
8413
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8232
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void)
|
|
8414
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "loadMore") => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void);
|
|
8233
8415
|
$el: any;
|
|
8234
8416
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8235
8417
|
sort: {
|
|
@@ -8297,10 +8479,10 @@ declare const _default: {
|
|
|
8297
8479
|
default: any;
|
|
8298
8480
|
};
|
|
8299
8481
|
}>> & {
|
|
8482
|
+
onLoadMore?: () => any;
|
|
8300
8483
|
onOnScroll?: (event: Event) => any;
|
|
8301
8484
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8302
8485
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8303
|
-
onLoadMore?: () => any;
|
|
8304
8486
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8305
8487
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8306
8488
|
onScroll: (event: Event) => void;
|
|
@@ -8405,10 +8587,10 @@ declare const _default: {
|
|
|
8405
8587
|
default: any;
|
|
8406
8588
|
};
|
|
8407
8589
|
}>> & {
|
|
8590
|
+
onLoadMore?: () => any;
|
|
8408
8591
|
onOnScroll?: (event: Event) => any;
|
|
8409
8592
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8410
8593
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8411
|
-
onLoadMore?: () => any;
|
|
8412
8594
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
8413
8595
|
__isFragment?: never;
|
|
8414
8596
|
__isTeleport?: never;
|
|
@@ -8479,10 +8661,10 @@ declare const _default: {
|
|
|
8479
8661
|
default: any;
|
|
8480
8662
|
};
|
|
8481
8663
|
}>> & {
|
|
8664
|
+
onLoadMore?: () => any;
|
|
8482
8665
|
onOnScroll?: (event: Event) => any;
|
|
8483
8666
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8484
8667
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8485
|
-
onLoadMore?: () => any;
|
|
8486
8668
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8487
8669
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8488
8670
|
onScroll: (event: Event) => void;
|
|
@@ -8606,10 +8788,10 @@ declare const _default: {
|
|
|
8606
8788
|
default: any;
|
|
8607
8789
|
};
|
|
8608
8790
|
}>> & {
|
|
8791
|
+
onLoadMore?: () => any;
|
|
8609
8792
|
onOnScroll?: (event: Event) => any;
|
|
8610
8793
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8611
8794
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8612
|
-
onLoadMore?: () => any;
|
|
8613
8795
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
8614
8796
|
$attrs: {
|
|
8615
8797
|
[x: string]: unknown;
|
|
@@ -8622,7 +8804,7 @@ declare const _default: {
|
|
|
8622
8804
|
}>;
|
|
8623
8805
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8624
8806
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
8625
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void)
|
|
8807
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "loadMore") => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: import("./components/table/common/Table.types").SaveRowEvent) => void);
|
|
8626
8808
|
$el: any;
|
|
8627
8809
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
8628
8810
|
sort: {
|
|
@@ -8690,10 +8872,10 @@ declare const _default: {
|
|
|
8690
8872
|
default: any;
|
|
8691
8873
|
};
|
|
8692
8874
|
}>> & {
|
|
8875
|
+
onLoadMore?: () => any;
|
|
8693
8876
|
onOnScroll?: (event: Event) => any;
|
|
8694
8877
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8695
8878
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8696
|
-
onLoadMore?: () => any;
|
|
8697
8879
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8698
8880
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8699
8881
|
onScroll: (event: Event) => void;
|
|
@@ -8798,10 +8980,10 @@ declare const _default: {
|
|
|
8798
8980
|
default: any;
|
|
8799
8981
|
};
|
|
8800
8982
|
}>> & {
|
|
8983
|
+
onLoadMore?: () => any;
|
|
8801
8984
|
onOnScroll?: (event: Event) => any;
|
|
8802
8985
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8803
8986
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8804
|
-
onLoadMore?: () => any;
|
|
8805
8987
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
8806
8988
|
__isFragment?: never;
|
|
8807
8989
|
__isTeleport?: never;
|
|
@@ -8872,10 +9054,10 @@ declare const _default: {
|
|
|
8872
9054
|
default: any;
|
|
8873
9055
|
};
|
|
8874
9056
|
}>> & {
|
|
9057
|
+
onLoadMore?: () => any;
|
|
8875
9058
|
onOnScroll?: (event: Event) => any;
|
|
8876
9059
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
8877
9060
|
onSaveRow?: (args_0: import("./components/table/common/Table.types").SaveRowEvent) => any;
|
|
8878
|
-
onLoadMore?: () => any;
|
|
8879
9061
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8880
9062
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
8881
9063
|
onScroll: (event: Event) => void;
|
|
@@ -9552,6 +9734,8 @@ declare const _default: {
|
|
|
9552
9734
|
disabled: boolean;
|
|
9553
9735
|
distance: string | number;
|
|
9554
9736
|
container: string;
|
|
9737
|
+
shown: boolean;
|
|
9738
|
+
autoHide: boolean;
|
|
9555
9739
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9556
9740
|
header: {
|
|
9557
9741
|
type: import("vue").PropType<string>;
|
|
@@ -9597,9 +9781,17 @@ declare const _default: {
|
|
|
9597
9781
|
type: import("vue").PropType<string>;
|
|
9598
9782
|
default: string;
|
|
9599
9783
|
};
|
|
9784
|
+
shown: {
|
|
9785
|
+
type: import("vue").PropType<boolean>;
|
|
9786
|
+
default: any;
|
|
9787
|
+
};
|
|
9788
|
+
autoHide: {
|
|
9789
|
+
type: import("vue").PropType<boolean>;
|
|
9790
|
+
default: boolean;
|
|
9791
|
+
};
|
|
9600
9792
|
}>> & {
|
|
9601
9793
|
onShow?: () => any;
|
|
9602
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
|
|
9794
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
|
|
9603
9795
|
$attrs: {
|
|
9604
9796
|
[x: string]: unknown;
|
|
9605
9797
|
};
|
|
@@ -9658,6 +9850,14 @@ declare const _default: {
|
|
|
9658
9850
|
type: import("vue").PropType<string>;
|
|
9659
9851
|
default: string;
|
|
9660
9852
|
};
|
|
9853
|
+
shown: {
|
|
9854
|
+
type: import("vue").PropType<boolean>;
|
|
9855
|
+
default: any;
|
|
9856
|
+
};
|
|
9857
|
+
autoHide: {
|
|
9858
|
+
type: import("vue").PropType<boolean>;
|
|
9859
|
+
default: boolean;
|
|
9860
|
+
};
|
|
9661
9861
|
}>> & {
|
|
9662
9862
|
onShow?: () => any;
|
|
9663
9863
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9674,6 +9874,8 @@ declare const _default: {
|
|
|
9674
9874
|
disabled: boolean;
|
|
9675
9875
|
distance: string | number;
|
|
9676
9876
|
container: string;
|
|
9877
|
+
shown: boolean;
|
|
9878
|
+
autoHide: boolean;
|
|
9677
9879
|
}, {}, string> & {
|
|
9678
9880
|
beforeCreate?: (() => void) | (() => void)[];
|
|
9679
9881
|
created?: (() => void) | (() => void)[];
|
|
@@ -9739,6 +9941,14 @@ declare const _default: {
|
|
|
9739
9941
|
type: import("vue").PropType<string>;
|
|
9740
9942
|
default: string;
|
|
9741
9943
|
};
|
|
9944
|
+
shown: {
|
|
9945
|
+
type: import("vue").PropType<boolean>;
|
|
9946
|
+
default: any;
|
|
9947
|
+
};
|
|
9948
|
+
autoHide: {
|
|
9949
|
+
type: import("vue").PropType<boolean>;
|
|
9950
|
+
default: boolean;
|
|
9951
|
+
};
|
|
9742
9952
|
}>> & {
|
|
9743
9953
|
onShow?: () => any;
|
|
9744
9954
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -9790,6 +10000,14 @@ declare const _default: {
|
|
|
9790
10000
|
type: import("vue").PropType<string>;
|
|
9791
10001
|
default: string;
|
|
9792
10002
|
};
|
|
10003
|
+
shown: {
|
|
10004
|
+
type: import("vue").PropType<boolean>;
|
|
10005
|
+
default: any;
|
|
10006
|
+
};
|
|
10007
|
+
autoHide: {
|
|
10008
|
+
type: import("vue").PropType<boolean>;
|
|
10009
|
+
default: boolean;
|
|
10010
|
+
};
|
|
9793
10011
|
}>> & {
|
|
9794
10012
|
onShow?: () => any;
|
|
9795
10013
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9806,6 +10024,8 @@ declare const _default: {
|
|
|
9806
10024
|
disabled: boolean;
|
|
9807
10025
|
distance: string | number;
|
|
9808
10026
|
container: string;
|
|
10027
|
+
shown: boolean;
|
|
10028
|
+
autoHide: boolean;
|
|
9809
10029
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
9810
10030
|
$slots: {
|
|
9811
10031
|
default?(_: {}): any;
|
|
@@ -9830,6 +10050,8 @@ declare const _default: {
|
|
|
9830
10050
|
disabled: boolean;
|
|
9831
10051
|
distance: string | number;
|
|
9832
10052
|
container: string;
|
|
10053
|
+
shown: boolean;
|
|
10054
|
+
autoHide: boolean;
|
|
9833
10055
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9834
10056
|
header: {
|
|
9835
10057
|
type: import("vue").PropType<string>;
|
|
@@ -9875,9 +10097,17 @@ declare const _default: {
|
|
|
9875
10097
|
type: import("vue").PropType<string>;
|
|
9876
10098
|
default: string;
|
|
9877
10099
|
};
|
|
10100
|
+
shown: {
|
|
10101
|
+
type: import("vue").PropType<boolean>;
|
|
10102
|
+
default: any;
|
|
10103
|
+
};
|
|
10104
|
+
autoHide: {
|
|
10105
|
+
type: import("vue").PropType<boolean>;
|
|
10106
|
+
default: boolean;
|
|
10107
|
+
};
|
|
9878
10108
|
}>> & {
|
|
9879
10109
|
onShow?: () => any;
|
|
9880
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container">;
|
|
10110
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide">;
|
|
9881
10111
|
$attrs: {
|
|
9882
10112
|
[x: string]: unknown;
|
|
9883
10113
|
};
|
|
@@ -9936,6 +10166,14 @@ declare const _default: {
|
|
|
9936
10166
|
type: import("vue").PropType<string>;
|
|
9937
10167
|
default: string;
|
|
9938
10168
|
};
|
|
10169
|
+
shown: {
|
|
10170
|
+
type: import("vue").PropType<boolean>;
|
|
10171
|
+
default: any;
|
|
10172
|
+
};
|
|
10173
|
+
autoHide: {
|
|
10174
|
+
type: import("vue").PropType<boolean>;
|
|
10175
|
+
default: boolean;
|
|
10176
|
+
};
|
|
9939
10177
|
}>> & {
|
|
9940
10178
|
onShow?: () => any;
|
|
9941
10179
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9952,6 +10190,8 @@ declare const _default: {
|
|
|
9952
10190
|
disabled: boolean;
|
|
9953
10191
|
distance: string | number;
|
|
9954
10192
|
container: string;
|
|
10193
|
+
shown: boolean;
|
|
10194
|
+
autoHide: boolean;
|
|
9955
10195
|
}, {}, string> & {
|
|
9956
10196
|
beforeCreate?: (() => void) | (() => void)[];
|
|
9957
10197
|
created?: (() => void) | (() => void)[];
|
|
@@ -10017,6 +10257,14 @@ declare const _default: {
|
|
|
10017
10257
|
type: import("vue").PropType<string>;
|
|
10018
10258
|
default: string;
|
|
10019
10259
|
};
|
|
10260
|
+
shown: {
|
|
10261
|
+
type: import("vue").PropType<boolean>;
|
|
10262
|
+
default: any;
|
|
10263
|
+
};
|
|
10264
|
+
autoHide: {
|
|
10265
|
+
type: import("vue").PropType<boolean>;
|
|
10266
|
+
default: boolean;
|
|
10267
|
+
};
|
|
10020
10268
|
}>> & {
|
|
10021
10269
|
onShow?: () => any;
|
|
10022
10270
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -10068,6 +10316,14 @@ declare const _default: {
|
|
|
10068
10316
|
type: import("vue").PropType<string>;
|
|
10069
10317
|
default: string;
|
|
10070
10318
|
};
|
|
10319
|
+
shown: {
|
|
10320
|
+
type: import("vue").PropType<boolean>;
|
|
10321
|
+
default: any;
|
|
10322
|
+
};
|
|
10323
|
+
autoHide: {
|
|
10324
|
+
type: import("vue").PropType<boolean>;
|
|
10325
|
+
default: boolean;
|
|
10326
|
+
};
|
|
10071
10327
|
}>> & {
|
|
10072
10328
|
onShow?: () => any;
|
|
10073
10329
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -10084,6 +10340,8 @@ declare const _default: {
|
|
|
10084
10340
|
disabled: boolean;
|
|
10085
10341
|
distance: string | number;
|
|
10086
10342
|
container: string;
|
|
10343
|
+
shown: boolean;
|
|
10344
|
+
autoHide: boolean;
|
|
10087
10345
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10088
10346
|
$slots: {
|
|
10089
10347
|
default?(_: {}): any;
|
|
@@ -10110,12 +10368,15 @@ declare const _default: {
|
|
|
10110
10368
|
closeOnClickOutside: boolean;
|
|
10111
10369
|
beforeClose: (show: () => void) => void;
|
|
10112
10370
|
showCloseButton: boolean;
|
|
10371
|
+
showCancelButton: boolean;
|
|
10372
|
+
showSaveButton: boolean;
|
|
10113
10373
|
showFooter: boolean;
|
|
10114
10374
|
saveButtonLabel: string;
|
|
10115
10375
|
saveButtonLoading: boolean;
|
|
10116
10376
|
saveButtonColor: string;
|
|
10117
10377
|
cancelButtonLabel: string;
|
|
10118
10378
|
cancelButtonColor: string;
|
|
10379
|
+
noPadding: boolean;
|
|
10119
10380
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10120
10381
|
title: {
|
|
10121
10382
|
type: import("vue").PropType<string>;
|
|
@@ -10173,6 +10434,14 @@ declare const _default: {
|
|
|
10173
10434
|
type: import("vue").PropType<boolean>;
|
|
10174
10435
|
default: boolean;
|
|
10175
10436
|
};
|
|
10437
|
+
showCancelButton: {
|
|
10438
|
+
type: import("vue").PropType<boolean>;
|
|
10439
|
+
default: boolean;
|
|
10440
|
+
};
|
|
10441
|
+
showSaveButton: {
|
|
10442
|
+
type: import("vue").PropType<boolean>;
|
|
10443
|
+
default: boolean;
|
|
10444
|
+
};
|
|
10176
10445
|
showFooter: {
|
|
10177
10446
|
type: import("vue").PropType<boolean>;
|
|
10178
10447
|
default: boolean;
|
|
@@ -10197,13 +10466,17 @@ declare const _default: {
|
|
|
10197
10466
|
type: import("vue").PropType<string>;
|
|
10198
10467
|
default: string;
|
|
10199
10468
|
};
|
|
10469
|
+
noPadding: {
|
|
10470
|
+
type: import("vue").PropType<boolean>;
|
|
10471
|
+
default: boolean;
|
|
10472
|
+
};
|
|
10200
10473
|
}>> & {
|
|
10201
10474
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10202
10475
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
10203
10476
|
onCancel?: () => any;
|
|
10204
10477
|
onOpen?: () => any;
|
|
10205
10478
|
onSave?: () => any;
|
|
10206
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
|
|
10479
|
+
} & 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">;
|
|
10207
10480
|
$attrs: {
|
|
10208
10481
|
[x: string]: unknown;
|
|
10209
10482
|
};
|
|
@@ -10274,6 +10547,14 @@ declare const _default: {
|
|
|
10274
10547
|
type: import("vue").PropType<boolean>;
|
|
10275
10548
|
default: boolean;
|
|
10276
10549
|
};
|
|
10550
|
+
showCancelButton: {
|
|
10551
|
+
type: import("vue").PropType<boolean>;
|
|
10552
|
+
default: boolean;
|
|
10553
|
+
};
|
|
10554
|
+
showSaveButton: {
|
|
10555
|
+
type: import("vue").PropType<boolean>;
|
|
10556
|
+
default: boolean;
|
|
10557
|
+
};
|
|
10277
10558
|
showFooter: {
|
|
10278
10559
|
type: import("vue").PropType<boolean>;
|
|
10279
10560
|
default: boolean;
|
|
@@ -10298,6 +10579,10 @@ declare const _default: {
|
|
|
10298
10579
|
type: import("vue").PropType<string>;
|
|
10299
10580
|
default: string;
|
|
10300
10581
|
};
|
|
10582
|
+
noPadding: {
|
|
10583
|
+
type: import("vue").PropType<boolean>;
|
|
10584
|
+
default: boolean;
|
|
10585
|
+
};
|
|
10301
10586
|
}>> & {
|
|
10302
10587
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10303
10588
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10324,12 +10609,15 @@ declare const _default: {
|
|
|
10324
10609
|
closeOnClickOutside: boolean;
|
|
10325
10610
|
beforeClose: (show: () => void) => void;
|
|
10326
10611
|
showCloseButton: boolean;
|
|
10612
|
+
showCancelButton: boolean;
|
|
10613
|
+
showSaveButton: boolean;
|
|
10327
10614
|
showFooter: boolean;
|
|
10328
10615
|
saveButtonLabel: string;
|
|
10329
10616
|
saveButtonLoading: boolean;
|
|
10330
10617
|
saveButtonColor: string;
|
|
10331
10618
|
cancelButtonLabel: string;
|
|
10332
10619
|
cancelButtonColor: string;
|
|
10620
|
+
noPadding: boolean;
|
|
10333
10621
|
}, {}, string> & {
|
|
10334
10622
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10335
10623
|
created?: (() => void) | (() => void)[];
|
|
@@ -10407,6 +10695,14 @@ declare const _default: {
|
|
|
10407
10695
|
type: import("vue").PropType<boolean>;
|
|
10408
10696
|
default: boolean;
|
|
10409
10697
|
};
|
|
10698
|
+
showCancelButton: {
|
|
10699
|
+
type: import("vue").PropType<boolean>;
|
|
10700
|
+
default: boolean;
|
|
10701
|
+
};
|
|
10702
|
+
showSaveButton: {
|
|
10703
|
+
type: import("vue").PropType<boolean>;
|
|
10704
|
+
default: boolean;
|
|
10705
|
+
};
|
|
10410
10706
|
showFooter: {
|
|
10411
10707
|
type: import("vue").PropType<boolean>;
|
|
10412
10708
|
default: boolean;
|
|
@@ -10431,6 +10727,10 @@ declare const _default: {
|
|
|
10431
10727
|
type: import("vue").PropType<string>;
|
|
10432
10728
|
default: string;
|
|
10433
10729
|
};
|
|
10730
|
+
noPadding: {
|
|
10731
|
+
type: import("vue").PropType<boolean>;
|
|
10732
|
+
default: boolean;
|
|
10733
|
+
};
|
|
10434
10734
|
}>> & {
|
|
10435
10735
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10436
10736
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10498,6 +10798,14 @@ declare const _default: {
|
|
|
10498
10798
|
type: import("vue").PropType<boolean>;
|
|
10499
10799
|
default: boolean;
|
|
10500
10800
|
};
|
|
10801
|
+
showCancelButton: {
|
|
10802
|
+
type: import("vue").PropType<boolean>;
|
|
10803
|
+
default: boolean;
|
|
10804
|
+
};
|
|
10805
|
+
showSaveButton: {
|
|
10806
|
+
type: import("vue").PropType<boolean>;
|
|
10807
|
+
default: boolean;
|
|
10808
|
+
};
|
|
10501
10809
|
showFooter: {
|
|
10502
10810
|
type: import("vue").PropType<boolean>;
|
|
10503
10811
|
default: boolean;
|
|
@@ -10522,6 +10830,10 @@ declare const _default: {
|
|
|
10522
10830
|
type: import("vue").PropType<string>;
|
|
10523
10831
|
default: string;
|
|
10524
10832
|
};
|
|
10833
|
+
noPadding: {
|
|
10834
|
+
type: import("vue").PropType<boolean>;
|
|
10835
|
+
default: boolean;
|
|
10836
|
+
};
|
|
10525
10837
|
}>> & {
|
|
10526
10838
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10527
10839
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10548,12 +10860,15 @@ declare const _default: {
|
|
|
10548
10860
|
closeOnClickOutside: boolean;
|
|
10549
10861
|
beforeClose: (show: () => void) => void;
|
|
10550
10862
|
showCloseButton: boolean;
|
|
10863
|
+
showCancelButton: boolean;
|
|
10864
|
+
showSaveButton: boolean;
|
|
10551
10865
|
showFooter: boolean;
|
|
10552
10866
|
saveButtonLabel: string;
|
|
10553
10867
|
saveButtonLoading: boolean;
|
|
10554
10868
|
saveButtonColor: string;
|
|
10555
10869
|
cancelButtonLabel: string;
|
|
10556
10870
|
cancelButtonColor: string;
|
|
10871
|
+
noPadding: boolean;
|
|
10557
10872
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10558
10873
|
$slots: {
|
|
10559
10874
|
header?(_: {}): any;
|
|
@@ -10579,12 +10894,15 @@ declare const _default: {
|
|
|
10579
10894
|
closeOnClickOutside: boolean;
|
|
10580
10895
|
beforeClose: (show: () => void) => void;
|
|
10581
10896
|
showCloseButton: boolean;
|
|
10897
|
+
showCancelButton: boolean;
|
|
10898
|
+
showSaveButton: boolean;
|
|
10582
10899
|
showFooter: boolean;
|
|
10583
10900
|
saveButtonLabel: string;
|
|
10584
10901
|
saveButtonLoading: boolean;
|
|
10585
10902
|
saveButtonColor: string;
|
|
10586
10903
|
cancelButtonLabel: string;
|
|
10587
10904
|
cancelButtonColor: string;
|
|
10905
|
+
noPadding: boolean;
|
|
10588
10906
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10589
10907
|
title: {
|
|
10590
10908
|
type: import("vue").PropType<string>;
|
|
@@ -10642,6 +10960,14 @@ declare const _default: {
|
|
|
10642
10960
|
type: import("vue").PropType<boolean>;
|
|
10643
10961
|
default: boolean;
|
|
10644
10962
|
};
|
|
10963
|
+
showCancelButton: {
|
|
10964
|
+
type: import("vue").PropType<boolean>;
|
|
10965
|
+
default: boolean;
|
|
10966
|
+
};
|
|
10967
|
+
showSaveButton: {
|
|
10968
|
+
type: import("vue").PropType<boolean>;
|
|
10969
|
+
default: boolean;
|
|
10970
|
+
};
|
|
10645
10971
|
showFooter: {
|
|
10646
10972
|
type: import("vue").PropType<boolean>;
|
|
10647
10973
|
default: boolean;
|
|
@@ -10666,13 +10992,17 @@ declare const _default: {
|
|
|
10666
10992
|
type: import("vue").PropType<string>;
|
|
10667
10993
|
default: string;
|
|
10668
10994
|
};
|
|
10995
|
+
noPadding: {
|
|
10996
|
+
type: import("vue").PropType<boolean>;
|
|
10997
|
+
default: boolean;
|
|
10998
|
+
};
|
|
10669
10999
|
}>> & {
|
|
10670
11000
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10671
11001
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
10672
11002
|
onCancel?: () => any;
|
|
10673
11003
|
onOpen?: () => any;
|
|
10674
11004
|
onSave?: () => any;
|
|
10675
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
|
|
11005
|
+
} & 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">;
|
|
10676
11006
|
$attrs: {
|
|
10677
11007
|
[x: string]: unknown;
|
|
10678
11008
|
};
|
|
@@ -10743,6 +11073,14 @@ declare const _default: {
|
|
|
10743
11073
|
type: import("vue").PropType<boolean>;
|
|
10744
11074
|
default: boolean;
|
|
10745
11075
|
};
|
|
11076
|
+
showCancelButton: {
|
|
11077
|
+
type: import("vue").PropType<boolean>;
|
|
11078
|
+
default: boolean;
|
|
11079
|
+
};
|
|
11080
|
+
showSaveButton: {
|
|
11081
|
+
type: import("vue").PropType<boolean>;
|
|
11082
|
+
default: boolean;
|
|
11083
|
+
};
|
|
10746
11084
|
showFooter: {
|
|
10747
11085
|
type: import("vue").PropType<boolean>;
|
|
10748
11086
|
default: boolean;
|
|
@@ -10767,6 +11105,10 @@ declare const _default: {
|
|
|
10767
11105
|
type: import("vue").PropType<string>;
|
|
10768
11106
|
default: string;
|
|
10769
11107
|
};
|
|
11108
|
+
noPadding: {
|
|
11109
|
+
type: import("vue").PropType<boolean>;
|
|
11110
|
+
default: boolean;
|
|
11111
|
+
};
|
|
10770
11112
|
}>> & {
|
|
10771
11113
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10772
11114
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10793,12 +11135,15 @@ declare const _default: {
|
|
|
10793
11135
|
closeOnClickOutside: boolean;
|
|
10794
11136
|
beforeClose: (show: () => void) => void;
|
|
10795
11137
|
showCloseButton: boolean;
|
|
11138
|
+
showCancelButton: boolean;
|
|
11139
|
+
showSaveButton: boolean;
|
|
10796
11140
|
showFooter: boolean;
|
|
10797
11141
|
saveButtonLabel: string;
|
|
10798
11142
|
saveButtonLoading: boolean;
|
|
10799
11143
|
saveButtonColor: string;
|
|
10800
11144
|
cancelButtonLabel: string;
|
|
10801
11145
|
cancelButtonColor: string;
|
|
11146
|
+
noPadding: boolean;
|
|
10802
11147
|
}, {}, string> & {
|
|
10803
11148
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10804
11149
|
created?: (() => void) | (() => void)[];
|
|
@@ -10876,6 +11221,14 @@ declare const _default: {
|
|
|
10876
11221
|
type: import("vue").PropType<boolean>;
|
|
10877
11222
|
default: boolean;
|
|
10878
11223
|
};
|
|
11224
|
+
showCancelButton: {
|
|
11225
|
+
type: import("vue").PropType<boolean>;
|
|
11226
|
+
default: boolean;
|
|
11227
|
+
};
|
|
11228
|
+
showSaveButton: {
|
|
11229
|
+
type: import("vue").PropType<boolean>;
|
|
11230
|
+
default: boolean;
|
|
11231
|
+
};
|
|
10879
11232
|
showFooter: {
|
|
10880
11233
|
type: import("vue").PropType<boolean>;
|
|
10881
11234
|
default: boolean;
|
|
@@ -10900,6 +11253,10 @@ declare const _default: {
|
|
|
10900
11253
|
type: import("vue").PropType<string>;
|
|
10901
11254
|
default: string;
|
|
10902
11255
|
};
|
|
11256
|
+
noPadding: {
|
|
11257
|
+
type: import("vue").PropType<boolean>;
|
|
11258
|
+
default: boolean;
|
|
11259
|
+
};
|
|
10903
11260
|
}>> & {
|
|
10904
11261
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10905
11262
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10967,6 +11324,14 @@ declare const _default: {
|
|
|
10967
11324
|
type: import("vue").PropType<boolean>;
|
|
10968
11325
|
default: boolean;
|
|
10969
11326
|
};
|
|
11327
|
+
showCancelButton: {
|
|
11328
|
+
type: import("vue").PropType<boolean>;
|
|
11329
|
+
default: boolean;
|
|
11330
|
+
};
|
|
11331
|
+
showSaveButton: {
|
|
11332
|
+
type: import("vue").PropType<boolean>;
|
|
11333
|
+
default: boolean;
|
|
11334
|
+
};
|
|
10970
11335
|
showFooter: {
|
|
10971
11336
|
type: import("vue").PropType<boolean>;
|
|
10972
11337
|
default: boolean;
|
|
@@ -10991,6 +11356,10 @@ declare const _default: {
|
|
|
10991
11356
|
type: import("vue").PropType<string>;
|
|
10992
11357
|
default: string;
|
|
10993
11358
|
};
|
|
11359
|
+
noPadding: {
|
|
11360
|
+
type: import("vue").PropType<boolean>;
|
|
11361
|
+
default: boolean;
|
|
11362
|
+
};
|
|
10994
11363
|
}>> & {
|
|
10995
11364
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10996
11365
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -11017,12 +11386,15 @@ declare const _default: {
|
|
|
11017
11386
|
closeOnClickOutside: boolean;
|
|
11018
11387
|
beforeClose: (show: () => void) => void;
|
|
11019
11388
|
showCloseButton: boolean;
|
|
11389
|
+
showCancelButton: boolean;
|
|
11390
|
+
showSaveButton: boolean;
|
|
11020
11391
|
showFooter: boolean;
|
|
11021
11392
|
saveButtonLabel: string;
|
|
11022
11393
|
saveButtonLoading: boolean;
|
|
11023
11394
|
saveButtonColor: string;
|
|
11024
11395
|
cancelButtonLabel: string;
|
|
11025
11396
|
cancelButtonColor: string;
|
|
11397
|
+
noPadding: boolean;
|
|
11026
11398
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11027
11399
|
$slots: {
|
|
11028
11400
|
header?(_: {}): any;
|
|
@@ -15765,9 +16137,10 @@ declare const _default: {
|
|
|
15765
16137
|
skidding: number;
|
|
15766
16138
|
modelValue: any;
|
|
15767
16139
|
selected: any;
|
|
15768
|
-
|
|
16140
|
+
valueToCopy: string;
|
|
15769
16141
|
placeholder: string;
|
|
15770
16142
|
multi: boolean;
|
|
16143
|
+
infiniteLoading: boolean;
|
|
15771
16144
|
showSelectAll: boolean;
|
|
15772
16145
|
defaultOpen: boolean;
|
|
15773
16146
|
keepOpen: boolean;
|
|
@@ -15786,26 +16159,27 @@ declare const _default: {
|
|
|
15786
16159
|
onSearch: (option: any, term: string) => boolean;
|
|
15787
16160
|
noResultsText: string;
|
|
15788
16161
|
searchAutoFocus: boolean;
|
|
16162
|
+
onClearSearch: () => void;
|
|
15789
16163
|
optionNameKey: string;
|
|
15790
16164
|
optionIconKey: string;
|
|
15791
16165
|
optionImageKey: string;
|
|
15792
16166
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15793
16167
|
optionEndIconKey: string;
|
|
15794
16168
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16169
|
+
optionsEndTextIconKey: string;
|
|
15795
16170
|
optionFlagKey: string;
|
|
15796
|
-
valueToCopy: string;
|
|
15797
16171
|
disabledOptionKey: string;
|
|
15798
16172
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15799
16173
|
optionTwoLinesKey: string;
|
|
15800
16174
|
groupedOptions: boolean;
|
|
15801
16175
|
comparingKey: string;
|
|
15802
|
-
withConditions: boolean;
|
|
15803
16176
|
customNumberOfDisplayedOptions: number;
|
|
15804
16177
|
fullWidth: boolean;
|
|
15805
16178
|
optionsListWidth: string;
|
|
15806
16179
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
15807
16180
|
disableVirtualScroll: boolean;
|
|
15808
16181
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16182
|
+
withConditions: boolean;
|
|
15809
16183
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
15810
16184
|
theme: {
|
|
15811
16185
|
type: import("vue").PropType<string>;
|
|
@@ -15850,13 +16224,13 @@ declare const _default: {
|
|
|
15850
16224
|
loading: {
|
|
15851
16225
|
type: import("vue").PropType<boolean>;
|
|
15852
16226
|
};
|
|
16227
|
+
isOpen: {
|
|
16228
|
+
type: import("vue").PropType<boolean>;
|
|
16229
|
+
};
|
|
15853
16230
|
skidding: {
|
|
15854
16231
|
type: import("vue").PropType<number>;
|
|
15855
16232
|
default: number;
|
|
15856
16233
|
};
|
|
15857
|
-
isOpen: {
|
|
15858
|
-
type: import("vue").PropType<boolean>;
|
|
15859
|
-
};
|
|
15860
16234
|
modelValue: {
|
|
15861
16235
|
type: import("vue").PropType<unknown>;
|
|
15862
16236
|
default: any;
|
|
@@ -15865,14 +16239,14 @@ declare const _default: {
|
|
|
15865
16239
|
type: import("vue").PropType<unknown>;
|
|
15866
16240
|
default: any;
|
|
15867
16241
|
};
|
|
16242
|
+
valueToCopy: {
|
|
16243
|
+
type: import("vue").PropType<string>;
|
|
16244
|
+
default: any;
|
|
16245
|
+
};
|
|
15868
16246
|
options: {
|
|
15869
16247
|
type: import("vue").PropType<unknown[]>;
|
|
15870
16248
|
required: true;
|
|
15871
16249
|
};
|
|
15872
|
-
onClear: {
|
|
15873
|
-
type: import("vue").PropType<() => void>;
|
|
15874
|
-
default: () => true;
|
|
15875
|
-
};
|
|
15876
16250
|
placeholder: {
|
|
15877
16251
|
type: import("vue").PropType<string>;
|
|
15878
16252
|
default: string;
|
|
@@ -15881,6 +16255,13 @@ declare const _default: {
|
|
|
15881
16255
|
type: import("vue").PropType<boolean>;
|
|
15882
16256
|
default: boolean;
|
|
15883
16257
|
};
|
|
16258
|
+
loadMoreLoading: {
|
|
16259
|
+
type: import("vue").PropType<boolean>;
|
|
16260
|
+
};
|
|
16261
|
+
infiniteLoading: {
|
|
16262
|
+
type: import("vue").PropType<boolean>;
|
|
16263
|
+
default: boolean;
|
|
16264
|
+
};
|
|
15884
16265
|
showSelectAll: {
|
|
15885
16266
|
type: import("vue").PropType<boolean>;
|
|
15886
16267
|
default: boolean;
|
|
@@ -15953,6 +16334,10 @@ declare const _default: {
|
|
|
15953
16334
|
type: import("vue").PropType<boolean>;
|
|
15954
16335
|
default: boolean;
|
|
15955
16336
|
};
|
|
16337
|
+
onClearSearch: {
|
|
16338
|
+
type: import("vue").PropType<() => void>;
|
|
16339
|
+
default: () => true;
|
|
16340
|
+
};
|
|
15956
16341
|
displayValue: {
|
|
15957
16342
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
15958
16343
|
required: true;
|
|
@@ -15981,11 +16366,11 @@ declare const _default: {
|
|
|
15981
16366
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
15982
16367
|
default: any;
|
|
15983
16368
|
};
|
|
15984
|
-
|
|
16369
|
+
optionsEndTextIconKey: {
|
|
15985
16370
|
type: import("vue").PropType<string>;
|
|
15986
16371
|
default: any;
|
|
15987
16372
|
};
|
|
15988
|
-
|
|
16373
|
+
optionFlagKey: {
|
|
15989
16374
|
type: import("vue").PropType<string>;
|
|
15990
16375
|
default: any;
|
|
15991
16376
|
};
|
|
@@ -16009,11 +16394,6 @@ declare const _default: {
|
|
|
16009
16394
|
type: import("vue").PropType<string>;
|
|
16010
16395
|
default: any;
|
|
16011
16396
|
};
|
|
16012
|
-
withConditions: {
|
|
16013
|
-
type: import("vue").PropType<boolean>;
|
|
16014
|
-
required: true;
|
|
16015
|
-
default: boolean;
|
|
16016
|
-
};
|
|
16017
16397
|
customNumberOfDisplayedOptions: {
|
|
16018
16398
|
type: import("vue").PropType<number>;
|
|
16019
16399
|
default: any;
|
|
@@ -16038,17 +16418,24 @@ declare const _default: {
|
|
|
16038
16418
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16039
16419
|
default: any;
|
|
16040
16420
|
};
|
|
16421
|
+
withConditions: {
|
|
16422
|
+
type: import("vue").PropType<boolean>;
|
|
16423
|
+
default: boolean;
|
|
16424
|
+
};
|
|
16041
16425
|
}>> & {
|
|
16042
16426
|
onCopyToClipboard?: () => any;
|
|
16043
16427
|
onClear?: () => any;
|
|
16044
16428
|
onApply?: (value: unknown) => any;
|
|
16045
16429
|
onSelectAll?: () => any;
|
|
16046
16430
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16431
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16047
16432
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16048
16433
|
onOnsearch?: (value: string) => any;
|
|
16434
|
+
onLoadMore?: () => any;
|
|
16435
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16049
16436
|
onOpened?: () => any;
|
|
16050
16437
|
onClosed?: () => any;
|
|
16051
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "
|
|
16438
|
+
} & 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">;
|
|
16052
16439
|
$attrs: {
|
|
16053
16440
|
[x: string]: unknown;
|
|
16054
16441
|
};
|
|
@@ -16060,7 +16447,7 @@ declare const _default: {
|
|
|
16060
16447
|
}>;
|
|
16061
16448
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
16062
16449
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
16063
|
-
$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);
|
|
16450
|
+
$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);
|
|
16064
16451
|
$el: any;
|
|
16065
16452
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
16066
16453
|
theme: {
|
|
@@ -16106,13 +16493,13 @@ declare const _default: {
|
|
|
16106
16493
|
loading: {
|
|
16107
16494
|
type: import("vue").PropType<boolean>;
|
|
16108
16495
|
};
|
|
16496
|
+
isOpen: {
|
|
16497
|
+
type: import("vue").PropType<boolean>;
|
|
16498
|
+
};
|
|
16109
16499
|
skidding: {
|
|
16110
16500
|
type: import("vue").PropType<number>;
|
|
16111
16501
|
default: number;
|
|
16112
16502
|
};
|
|
16113
|
-
isOpen: {
|
|
16114
|
-
type: import("vue").PropType<boolean>;
|
|
16115
|
-
};
|
|
16116
16503
|
modelValue: {
|
|
16117
16504
|
type: import("vue").PropType<unknown>;
|
|
16118
16505
|
default: any;
|
|
@@ -16121,14 +16508,14 @@ declare const _default: {
|
|
|
16121
16508
|
type: import("vue").PropType<unknown>;
|
|
16122
16509
|
default: any;
|
|
16123
16510
|
};
|
|
16511
|
+
valueToCopy: {
|
|
16512
|
+
type: import("vue").PropType<string>;
|
|
16513
|
+
default: any;
|
|
16514
|
+
};
|
|
16124
16515
|
options: {
|
|
16125
16516
|
type: import("vue").PropType<unknown[]>;
|
|
16126
16517
|
required: true;
|
|
16127
16518
|
};
|
|
16128
|
-
onClear: {
|
|
16129
|
-
type: import("vue").PropType<() => void>;
|
|
16130
|
-
default: () => true;
|
|
16131
|
-
};
|
|
16132
16519
|
placeholder: {
|
|
16133
16520
|
type: import("vue").PropType<string>;
|
|
16134
16521
|
default: string;
|
|
@@ -16137,6 +16524,13 @@ declare const _default: {
|
|
|
16137
16524
|
type: import("vue").PropType<boolean>;
|
|
16138
16525
|
default: boolean;
|
|
16139
16526
|
};
|
|
16527
|
+
loadMoreLoading: {
|
|
16528
|
+
type: import("vue").PropType<boolean>;
|
|
16529
|
+
};
|
|
16530
|
+
infiniteLoading: {
|
|
16531
|
+
type: import("vue").PropType<boolean>;
|
|
16532
|
+
default: boolean;
|
|
16533
|
+
};
|
|
16140
16534
|
showSelectAll: {
|
|
16141
16535
|
type: import("vue").PropType<boolean>;
|
|
16142
16536
|
default: boolean;
|
|
@@ -16209,6 +16603,10 @@ declare const _default: {
|
|
|
16209
16603
|
type: import("vue").PropType<boolean>;
|
|
16210
16604
|
default: boolean;
|
|
16211
16605
|
};
|
|
16606
|
+
onClearSearch: {
|
|
16607
|
+
type: import("vue").PropType<() => void>;
|
|
16608
|
+
default: () => true;
|
|
16609
|
+
};
|
|
16212
16610
|
displayValue: {
|
|
16213
16611
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16214
16612
|
required: true;
|
|
@@ -16237,11 +16635,11 @@ declare const _default: {
|
|
|
16237
16635
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16238
16636
|
default: any;
|
|
16239
16637
|
};
|
|
16240
|
-
|
|
16638
|
+
optionsEndTextIconKey: {
|
|
16241
16639
|
type: import("vue").PropType<string>;
|
|
16242
16640
|
default: any;
|
|
16243
16641
|
};
|
|
16244
|
-
|
|
16642
|
+
optionFlagKey: {
|
|
16245
16643
|
type: import("vue").PropType<string>;
|
|
16246
16644
|
default: any;
|
|
16247
16645
|
};
|
|
@@ -16265,11 +16663,6 @@ declare const _default: {
|
|
|
16265
16663
|
type: import("vue").PropType<string>;
|
|
16266
16664
|
default: any;
|
|
16267
16665
|
};
|
|
16268
|
-
withConditions: {
|
|
16269
|
-
type: import("vue").PropType<boolean>;
|
|
16270
|
-
required: true;
|
|
16271
|
-
default: boolean;
|
|
16272
|
-
};
|
|
16273
16666
|
customNumberOfDisplayedOptions: {
|
|
16274
16667
|
type: import("vue").PropType<number>;
|
|
16275
16668
|
default: any;
|
|
@@ -16294,14 +16687,21 @@ declare const _default: {
|
|
|
16294
16687
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16295
16688
|
default: any;
|
|
16296
16689
|
};
|
|
16690
|
+
withConditions: {
|
|
16691
|
+
type: import("vue").PropType<boolean>;
|
|
16692
|
+
default: boolean;
|
|
16693
|
+
};
|
|
16297
16694
|
}>> & {
|
|
16298
16695
|
onCopyToClipboard?: () => any;
|
|
16299
16696
|
onClear?: () => any;
|
|
16300
16697
|
onApply?: (value: unknown) => any;
|
|
16301
16698
|
onSelectAll?: () => any;
|
|
16302
16699
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16700
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16303
16701
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16304
16702
|
onOnsearch?: (value: string) => any;
|
|
16703
|
+
onLoadMore?: () => any;
|
|
16704
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16305
16705
|
onOpened?: () => any;
|
|
16306
16706
|
onClosed?: () => any;
|
|
16307
16707
|
}, {
|
|
@@ -16317,6 +16717,9 @@ declare const _default: {
|
|
|
16317
16717
|
clear: () => void;
|
|
16318
16718
|
copyToClipboard: () => void;
|
|
16319
16719
|
onsearch: (value: string) => void;
|
|
16720
|
+
loadMore: () => void;
|
|
16721
|
+
allSelectedChanged: (value: boolean) => void;
|
|
16722
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
16320
16723
|
}, string, {
|
|
16321
16724
|
theme: string;
|
|
16322
16725
|
testId: string;
|
|
@@ -16331,9 +16734,10 @@ declare const _default: {
|
|
|
16331
16734
|
skidding: number;
|
|
16332
16735
|
modelValue: any;
|
|
16333
16736
|
selected: any;
|
|
16334
|
-
|
|
16737
|
+
valueToCopy: string;
|
|
16335
16738
|
placeholder: string;
|
|
16336
16739
|
multi: boolean;
|
|
16740
|
+
infiniteLoading: boolean;
|
|
16337
16741
|
showSelectAll: boolean;
|
|
16338
16742
|
defaultOpen: boolean;
|
|
16339
16743
|
keepOpen: boolean;
|
|
@@ -16352,26 +16756,27 @@ declare const _default: {
|
|
|
16352
16756
|
onSearch: (option: any, term: string) => boolean;
|
|
16353
16757
|
noResultsText: string;
|
|
16354
16758
|
searchAutoFocus: boolean;
|
|
16759
|
+
onClearSearch: () => void;
|
|
16355
16760
|
optionNameKey: string;
|
|
16356
16761
|
optionIconKey: string;
|
|
16357
16762
|
optionImageKey: string;
|
|
16358
16763
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16359
16764
|
optionEndIconKey: string;
|
|
16360
16765
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16766
|
+
optionsEndTextIconKey: string;
|
|
16361
16767
|
optionFlagKey: string;
|
|
16362
|
-
valueToCopy: string;
|
|
16363
16768
|
disabledOptionKey: string;
|
|
16364
16769
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16365
16770
|
optionTwoLinesKey: string;
|
|
16366
16771
|
groupedOptions: boolean;
|
|
16367
16772
|
comparingKey: string;
|
|
16368
|
-
withConditions: boolean;
|
|
16369
16773
|
customNumberOfDisplayedOptions: number;
|
|
16370
16774
|
fullWidth: boolean;
|
|
16371
16775
|
optionsListWidth: string;
|
|
16372
16776
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16373
16777
|
disableVirtualScroll: boolean;
|
|
16374
16778
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
16779
|
+
withConditions: boolean;
|
|
16375
16780
|
}, {}, string> & {
|
|
16376
16781
|
beforeCreate?: (() => void) | (() => void)[];
|
|
16377
16782
|
created?: (() => void) | (() => void)[];
|
|
@@ -16436,13 +16841,13 @@ declare const _default: {
|
|
|
16436
16841
|
loading: {
|
|
16437
16842
|
type: import("vue").PropType<boolean>;
|
|
16438
16843
|
};
|
|
16844
|
+
isOpen: {
|
|
16845
|
+
type: import("vue").PropType<boolean>;
|
|
16846
|
+
};
|
|
16439
16847
|
skidding: {
|
|
16440
16848
|
type: import("vue").PropType<number>;
|
|
16441
16849
|
default: number;
|
|
16442
16850
|
};
|
|
16443
|
-
isOpen: {
|
|
16444
|
-
type: import("vue").PropType<boolean>;
|
|
16445
|
-
};
|
|
16446
16851
|
modelValue: {
|
|
16447
16852
|
type: import("vue").PropType<unknown>;
|
|
16448
16853
|
default: any;
|
|
@@ -16451,14 +16856,14 @@ declare const _default: {
|
|
|
16451
16856
|
type: import("vue").PropType<unknown>;
|
|
16452
16857
|
default: any;
|
|
16453
16858
|
};
|
|
16859
|
+
valueToCopy: {
|
|
16860
|
+
type: import("vue").PropType<string>;
|
|
16861
|
+
default: any;
|
|
16862
|
+
};
|
|
16454
16863
|
options: {
|
|
16455
16864
|
type: import("vue").PropType<unknown[]>;
|
|
16456
16865
|
required: true;
|
|
16457
16866
|
};
|
|
16458
|
-
onClear: {
|
|
16459
|
-
type: import("vue").PropType<() => void>;
|
|
16460
|
-
default: () => true;
|
|
16461
|
-
};
|
|
16462
16867
|
placeholder: {
|
|
16463
16868
|
type: import("vue").PropType<string>;
|
|
16464
16869
|
default: string;
|
|
@@ -16467,6 +16872,13 @@ declare const _default: {
|
|
|
16467
16872
|
type: import("vue").PropType<boolean>;
|
|
16468
16873
|
default: boolean;
|
|
16469
16874
|
};
|
|
16875
|
+
loadMoreLoading: {
|
|
16876
|
+
type: import("vue").PropType<boolean>;
|
|
16877
|
+
};
|
|
16878
|
+
infiniteLoading: {
|
|
16879
|
+
type: import("vue").PropType<boolean>;
|
|
16880
|
+
default: boolean;
|
|
16881
|
+
};
|
|
16470
16882
|
showSelectAll: {
|
|
16471
16883
|
type: import("vue").PropType<boolean>;
|
|
16472
16884
|
default: boolean;
|
|
@@ -16539,6 +16951,10 @@ declare const _default: {
|
|
|
16539
16951
|
type: import("vue").PropType<boolean>;
|
|
16540
16952
|
default: boolean;
|
|
16541
16953
|
};
|
|
16954
|
+
onClearSearch: {
|
|
16955
|
+
type: import("vue").PropType<() => void>;
|
|
16956
|
+
default: () => true;
|
|
16957
|
+
};
|
|
16542
16958
|
displayValue: {
|
|
16543
16959
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16544
16960
|
required: true;
|
|
@@ -16567,11 +16983,11 @@ declare const _default: {
|
|
|
16567
16983
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16568
16984
|
default: any;
|
|
16569
16985
|
};
|
|
16570
|
-
|
|
16986
|
+
optionsEndTextIconKey: {
|
|
16571
16987
|
type: import("vue").PropType<string>;
|
|
16572
16988
|
default: any;
|
|
16573
16989
|
};
|
|
16574
|
-
|
|
16990
|
+
optionFlagKey: {
|
|
16575
16991
|
type: import("vue").PropType<string>;
|
|
16576
16992
|
default: any;
|
|
16577
16993
|
};
|
|
@@ -16595,11 +17011,6 @@ declare const _default: {
|
|
|
16595
17011
|
type: import("vue").PropType<string>;
|
|
16596
17012
|
default: any;
|
|
16597
17013
|
};
|
|
16598
|
-
withConditions: {
|
|
16599
|
-
type: import("vue").PropType<boolean>;
|
|
16600
|
-
required: true;
|
|
16601
|
-
default: boolean;
|
|
16602
|
-
};
|
|
16603
17014
|
customNumberOfDisplayedOptions: {
|
|
16604
17015
|
type: import("vue").PropType<number>;
|
|
16605
17016
|
default: any;
|
|
@@ -16624,14 +17035,21 @@ declare const _default: {
|
|
|
16624
17035
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16625
17036
|
default: any;
|
|
16626
17037
|
};
|
|
17038
|
+
withConditions: {
|
|
17039
|
+
type: import("vue").PropType<boolean>;
|
|
17040
|
+
default: boolean;
|
|
17041
|
+
};
|
|
16627
17042
|
}>> & {
|
|
16628
17043
|
onCopyToClipboard?: () => any;
|
|
16629
17044
|
onClear?: () => any;
|
|
16630
17045
|
onApply?: (value: unknown) => any;
|
|
16631
17046
|
onSelectAll?: () => any;
|
|
16632
17047
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
17048
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16633
17049
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16634
17050
|
onOnsearch?: (value: string) => any;
|
|
17051
|
+
onLoadMore?: () => any;
|
|
17052
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16635
17053
|
onOpened?: () => any;
|
|
16636
17054
|
onClosed?: () => any;
|
|
16637
17055
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -16685,13 +17103,13 @@ declare const _default: {
|
|
|
16685
17103
|
loading: {
|
|
16686
17104
|
type: import("vue").PropType<boolean>;
|
|
16687
17105
|
};
|
|
17106
|
+
isOpen: {
|
|
17107
|
+
type: import("vue").PropType<boolean>;
|
|
17108
|
+
};
|
|
16688
17109
|
skidding: {
|
|
16689
17110
|
type: import("vue").PropType<number>;
|
|
16690
17111
|
default: number;
|
|
16691
17112
|
};
|
|
16692
|
-
isOpen: {
|
|
16693
|
-
type: import("vue").PropType<boolean>;
|
|
16694
|
-
};
|
|
16695
17113
|
modelValue: {
|
|
16696
17114
|
type: import("vue").PropType<unknown>;
|
|
16697
17115
|
default: any;
|
|
@@ -16700,14 +17118,14 @@ declare const _default: {
|
|
|
16700
17118
|
type: import("vue").PropType<unknown>;
|
|
16701
17119
|
default: any;
|
|
16702
17120
|
};
|
|
17121
|
+
valueToCopy: {
|
|
17122
|
+
type: import("vue").PropType<string>;
|
|
17123
|
+
default: any;
|
|
17124
|
+
};
|
|
16703
17125
|
options: {
|
|
16704
17126
|
type: import("vue").PropType<unknown[]>;
|
|
16705
17127
|
required: true;
|
|
16706
17128
|
};
|
|
16707
|
-
onClear: {
|
|
16708
|
-
type: import("vue").PropType<() => void>;
|
|
16709
|
-
default: () => true;
|
|
16710
|
-
};
|
|
16711
17129
|
placeholder: {
|
|
16712
17130
|
type: import("vue").PropType<string>;
|
|
16713
17131
|
default: string;
|
|
@@ -16716,6 +17134,13 @@ declare const _default: {
|
|
|
16716
17134
|
type: import("vue").PropType<boolean>;
|
|
16717
17135
|
default: boolean;
|
|
16718
17136
|
};
|
|
17137
|
+
loadMoreLoading: {
|
|
17138
|
+
type: import("vue").PropType<boolean>;
|
|
17139
|
+
};
|
|
17140
|
+
infiniteLoading: {
|
|
17141
|
+
type: import("vue").PropType<boolean>;
|
|
17142
|
+
default: boolean;
|
|
17143
|
+
};
|
|
16719
17144
|
showSelectAll: {
|
|
16720
17145
|
type: import("vue").PropType<boolean>;
|
|
16721
17146
|
default: boolean;
|
|
@@ -16788,6 +17213,10 @@ declare const _default: {
|
|
|
16788
17213
|
type: import("vue").PropType<boolean>;
|
|
16789
17214
|
default: boolean;
|
|
16790
17215
|
};
|
|
17216
|
+
onClearSearch: {
|
|
17217
|
+
type: import("vue").PropType<() => void>;
|
|
17218
|
+
default: () => true;
|
|
17219
|
+
};
|
|
16791
17220
|
displayValue: {
|
|
16792
17221
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
16793
17222
|
required: true;
|
|
@@ -16816,11 +17245,11 @@ declare const _default: {
|
|
|
16816
17245
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
16817
17246
|
default: any;
|
|
16818
17247
|
};
|
|
16819
|
-
|
|
17248
|
+
optionsEndTextIconKey: {
|
|
16820
17249
|
type: import("vue").PropType<string>;
|
|
16821
17250
|
default: any;
|
|
16822
17251
|
};
|
|
16823
|
-
|
|
17252
|
+
optionFlagKey: {
|
|
16824
17253
|
type: import("vue").PropType<string>;
|
|
16825
17254
|
default: any;
|
|
16826
17255
|
};
|
|
@@ -16844,11 +17273,6 @@ declare const _default: {
|
|
|
16844
17273
|
type: import("vue").PropType<string>;
|
|
16845
17274
|
default: any;
|
|
16846
17275
|
};
|
|
16847
|
-
withConditions: {
|
|
16848
|
-
type: import("vue").PropType<boolean>;
|
|
16849
|
-
required: true;
|
|
16850
|
-
default: boolean;
|
|
16851
|
-
};
|
|
16852
17276
|
customNumberOfDisplayedOptions: {
|
|
16853
17277
|
type: import("vue").PropType<number>;
|
|
16854
17278
|
default: any;
|
|
@@ -16873,14 +17297,21 @@ declare const _default: {
|
|
|
16873
17297
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
16874
17298
|
default: any;
|
|
16875
17299
|
};
|
|
17300
|
+
withConditions: {
|
|
17301
|
+
type: import("vue").PropType<boolean>;
|
|
17302
|
+
default: boolean;
|
|
17303
|
+
};
|
|
16876
17304
|
}>> & {
|
|
16877
17305
|
onCopyToClipboard?: () => any;
|
|
16878
17306
|
onClear?: () => any;
|
|
16879
17307
|
onApply?: (value: unknown) => any;
|
|
16880
17308
|
onSelectAll?: () => any;
|
|
16881
17309
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
17310
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
16882
17311
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16883
17312
|
onOnsearch?: (value: string) => any;
|
|
17313
|
+
onLoadMore?: () => any;
|
|
17314
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16884
17315
|
onOpened?: () => any;
|
|
16885
17316
|
onClosed?: () => any;
|
|
16886
17317
|
}, {
|
|
@@ -16896,6 +17327,9 @@ declare const _default: {
|
|
|
16896
17327
|
clear: () => void;
|
|
16897
17328
|
copyToClipboard: () => void;
|
|
16898
17329
|
onsearch: (value: string) => void;
|
|
17330
|
+
loadMore: () => void;
|
|
17331
|
+
allSelectedChanged: (value: boolean) => void;
|
|
17332
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
16899
17333
|
}, string, {
|
|
16900
17334
|
theme: string;
|
|
16901
17335
|
testId: string;
|
|
@@ -16910,9 +17344,10 @@ declare const _default: {
|
|
|
16910
17344
|
skidding: number;
|
|
16911
17345
|
modelValue: any;
|
|
16912
17346
|
selected: any;
|
|
16913
|
-
|
|
17347
|
+
valueToCopy: string;
|
|
16914
17348
|
placeholder: string;
|
|
16915
17349
|
multi: boolean;
|
|
17350
|
+
infiniteLoading: boolean;
|
|
16916
17351
|
showSelectAll: boolean;
|
|
16917
17352
|
defaultOpen: boolean;
|
|
16918
17353
|
keepOpen: boolean;
|
|
@@ -16931,26 +17366,27 @@ declare const _default: {
|
|
|
16931
17366
|
onSearch: (option: any, term: string) => boolean;
|
|
16932
17367
|
noResultsText: string;
|
|
16933
17368
|
searchAutoFocus: boolean;
|
|
17369
|
+
onClearSearch: () => void;
|
|
16934
17370
|
optionNameKey: string;
|
|
16935
17371
|
optionIconKey: string;
|
|
16936
17372
|
optionImageKey: string;
|
|
16937
17373
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16938
17374
|
optionEndIconKey: string;
|
|
16939
17375
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17376
|
+
optionsEndTextIconKey: string;
|
|
16940
17377
|
optionFlagKey: string;
|
|
16941
|
-
valueToCopy: string;
|
|
16942
17378
|
disabledOptionKey: string;
|
|
16943
17379
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16944
17380
|
optionTwoLinesKey: string;
|
|
16945
17381
|
groupedOptions: boolean;
|
|
16946
17382
|
comparingKey: string;
|
|
16947
|
-
withConditions: boolean;
|
|
16948
17383
|
customNumberOfDisplayedOptions: number;
|
|
16949
17384
|
fullWidth: boolean;
|
|
16950
17385
|
optionsListWidth: string;
|
|
16951
17386
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16952
17387
|
disableVirtualScroll: boolean;
|
|
16953
17388
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
17389
|
+
withConditions: boolean;
|
|
16954
17390
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
16955
17391
|
$slots: {
|
|
16956
17392
|
label?(_: {}): any;
|
|
@@ -16979,6 +17415,7 @@ declare const _default: {
|
|
|
16979
17415
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16980
17416
|
optionAndIconKey: string;
|
|
16981
17417
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17418
|
+
optionsEndTextIconKey: string;
|
|
16982
17419
|
optionFlagKey: string;
|
|
16983
17420
|
feedbackVariant: "success" | "warning" | "error";
|
|
16984
17421
|
valueToCopy: string;
|
|
@@ -16995,6 +17432,8 @@ declare const _default: {
|
|
|
16995
17432
|
"input-list"?(_: {
|
|
16996
17433
|
open: true;
|
|
16997
17434
|
}): any;
|
|
17435
|
+
"custom-list-area"?(_: {}): any;
|
|
17436
|
+
"select-all"?(_: {}): any;
|
|
16998
17437
|
"group-option"?(_: {}): any;
|
|
16999
17438
|
default?(_: {
|
|
17000
17439
|
option: unknown;
|
|
@@ -17654,6 +18093,14 @@ declare const _default: {
|
|
|
17654
18093
|
required: true;
|
|
17655
18094
|
default: string;
|
|
17656
18095
|
};
|
|
18096
|
+
cancelAllSelectedDisplay: {
|
|
18097
|
+
type: import("vue").PropType<boolean>;
|
|
18098
|
+
default: boolean;
|
|
18099
|
+
};
|
|
18100
|
+
displayValueInQuotes: {
|
|
18101
|
+
type: import("vue").PropType<boolean>;
|
|
18102
|
+
default: boolean;
|
|
18103
|
+
};
|
|
17657
18104
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17658
18105
|
clear: () => void;
|
|
17659
18106
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -17704,6 +18151,14 @@ declare const _default: {
|
|
|
17704
18151
|
required: true;
|
|
17705
18152
|
default: string;
|
|
17706
18153
|
};
|
|
18154
|
+
cancelAllSelectedDisplay: {
|
|
18155
|
+
type: import("vue").PropType<boolean>;
|
|
18156
|
+
default: boolean;
|
|
18157
|
+
};
|
|
18158
|
+
displayValueInQuotes: {
|
|
18159
|
+
type: import("vue").PropType<boolean>;
|
|
18160
|
+
default: boolean;
|
|
18161
|
+
};
|
|
17707
18162
|
}>> & {
|
|
17708
18163
|
onClear?: () => any;
|
|
17709
18164
|
}, {
|
|
@@ -17714,6 +18169,8 @@ declare const _default: {
|
|
|
17714
18169
|
feedbackVariant: string;
|
|
17715
18170
|
allSelected: boolean;
|
|
17716
18171
|
displayedValue: any;
|
|
18172
|
+
cancelAllSelectedDisplay: boolean;
|
|
18173
|
+
displayValueInQuotes: boolean;
|
|
17717
18174
|
}>;
|
|
17718
18175
|
ButtonDropdownTrigger: {
|
|
17719
18176
|
new (...args: any[]): {
|
|
@@ -17722,8 +18179,11 @@ declare const _default: {
|
|
|
17722
18179
|
$props: Partial<{
|
|
17723
18180
|
testId: string;
|
|
17724
18181
|
variant: "text" | "outlined";
|
|
18182
|
+
withTooltip: boolean;
|
|
18183
|
+
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";
|
|
17725
18184
|
disabled: boolean;
|
|
17726
18185
|
size: "small" | "medium";
|
|
18186
|
+
maxWidth: number;
|
|
17727
18187
|
open: boolean;
|
|
17728
18188
|
startIconName: string;
|
|
17729
18189
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -17741,6 +18201,14 @@ declare const _default: {
|
|
|
17741
18201
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17742
18202
|
default: string;
|
|
17743
18203
|
};
|
|
18204
|
+
withTooltip: {
|
|
18205
|
+
type: import("vue").PropType<boolean>;
|
|
18206
|
+
default: boolean;
|
|
18207
|
+
};
|
|
18208
|
+
tooltipPlacement: {
|
|
18209
|
+
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">;
|
|
18210
|
+
default: string;
|
|
18211
|
+
};
|
|
17744
18212
|
disabled: {
|
|
17745
18213
|
type: import("vue").PropType<boolean>;
|
|
17746
18214
|
default: boolean;
|
|
@@ -17749,6 +18217,10 @@ declare const _default: {
|
|
|
17749
18217
|
type: import("vue").PropType<"small" | "medium">;
|
|
17750
18218
|
default: string;
|
|
17751
18219
|
};
|
|
18220
|
+
maxWidth: {
|
|
18221
|
+
type: import("vue").PropType<number>;
|
|
18222
|
+
default: number;
|
|
18223
|
+
};
|
|
17752
18224
|
open: {
|
|
17753
18225
|
type: import("vue").PropType<boolean>;
|
|
17754
18226
|
default: boolean;
|
|
@@ -17767,7 +18239,7 @@ declare const _default: {
|
|
|
17767
18239
|
};
|
|
17768
18240
|
}>> & {
|
|
17769
18241
|
onClick?: () => any;
|
|
17770
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "disabled" | "size" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
18242
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "variant" | "withTooltip" | "tooltipPlacement" | "disabled" | "size" | "maxWidth" | "open" | "startIconName" | "startIconType" | "hideEndIcon">;
|
|
17771
18243
|
$attrs: {
|
|
17772
18244
|
[x: string]: unknown;
|
|
17773
18245
|
};
|
|
@@ -17794,6 +18266,14 @@ declare const _default: {
|
|
|
17794
18266
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17795
18267
|
default: string;
|
|
17796
18268
|
};
|
|
18269
|
+
withTooltip: {
|
|
18270
|
+
type: import("vue").PropType<boolean>;
|
|
18271
|
+
default: boolean;
|
|
18272
|
+
};
|
|
18273
|
+
tooltipPlacement: {
|
|
18274
|
+
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">;
|
|
18275
|
+
default: string;
|
|
18276
|
+
};
|
|
17797
18277
|
disabled: {
|
|
17798
18278
|
type: import("vue").PropType<boolean>;
|
|
17799
18279
|
default: boolean;
|
|
@@ -17802,6 +18282,10 @@ declare const _default: {
|
|
|
17802
18282
|
type: import("vue").PropType<"small" | "medium">;
|
|
17803
18283
|
default: string;
|
|
17804
18284
|
};
|
|
18285
|
+
maxWidth: {
|
|
18286
|
+
type: import("vue").PropType<number>;
|
|
18287
|
+
default: number;
|
|
18288
|
+
};
|
|
17805
18289
|
open: {
|
|
17806
18290
|
type: import("vue").PropType<boolean>;
|
|
17807
18291
|
default: boolean;
|
|
@@ -17825,8 +18309,11 @@ declare const _default: {
|
|
|
17825
18309
|
}, string, {
|
|
17826
18310
|
testId: string;
|
|
17827
18311
|
variant: "text" | "outlined";
|
|
18312
|
+
withTooltip: boolean;
|
|
18313
|
+
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";
|
|
17828
18314
|
disabled: boolean;
|
|
17829
18315
|
size: "small" | "medium";
|
|
18316
|
+
maxWidth: number;
|
|
17830
18317
|
open: boolean;
|
|
17831
18318
|
startIconName: string;
|
|
17832
18319
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -17864,6 +18351,14 @@ declare const _default: {
|
|
|
17864
18351
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17865
18352
|
default: string;
|
|
17866
18353
|
};
|
|
18354
|
+
withTooltip: {
|
|
18355
|
+
type: import("vue").PropType<boolean>;
|
|
18356
|
+
default: boolean;
|
|
18357
|
+
};
|
|
18358
|
+
tooltipPlacement: {
|
|
18359
|
+
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">;
|
|
18360
|
+
default: string;
|
|
18361
|
+
};
|
|
17867
18362
|
disabled: {
|
|
17868
18363
|
type: import("vue").PropType<boolean>;
|
|
17869
18364
|
default: boolean;
|
|
@@ -17872,6 +18367,10 @@ declare const _default: {
|
|
|
17872
18367
|
type: import("vue").PropType<"small" | "medium">;
|
|
17873
18368
|
default: string;
|
|
17874
18369
|
};
|
|
18370
|
+
maxWidth: {
|
|
18371
|
+
type: import("vue").PropType<number>;
|
|
18372
|
+
default: number;
|
|
18373
|
+
};
|
|
17875
18374
|
open: {
|
|
17876
18375
|
type: import("vue").PropType<boolean>;
|
|
17877
18376
|
default: boolean;
|
|
@@ -17907,6 +18406,14 @@ declare const _default: {
|
|
|
17907
18406
|
type: import("vue").PropType<"text" | "outlined">;
|
|
17908
18407
|
default: string;
|
|
17909
18408
|
};
|
|
18409
|
+
withTooltip: {
|
|
18410
|
+
type: import("vue").PropType<boolean>;
|
|
18411
|
+
default: boolean;
|
|
18412
|
+
};
|
|
18413
|
+
tooltipPlacement: {
|
|
18414
|
+
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">;
|
|
18415
|
+
default: string;
|
|
18416
|
+
};
|
|
17910
18417
|
disabled: {
|
|
17911
18418
|
type: import("vue").PropType<boolean>;
|
|
17912
18419
|
default: boolean;
|
|
@@ -17915,6 +18422,10 @@ declare const _default: {
|
|
|
17915
18422
|
type: import("vue").PropType<"small" | "medium">;
|
|
17916
18423
|
default: string;
|
|
17917
18424
|
};
|
|
18425
|
+
maxWidth: {
|
|
18426
|
+
type: import("vue").PropType<number>;
|
|
18427
|
+
default: number;
|
|
18428
|
+
};
|
|
17918
18429
|
open: {
|
|
17919
18430
|
type: import("vue").PropType<boolean>;
|
|
17920
18431
|
default: boolean;
|
|
@@ -17938,8 +18449,11 @@ declare const _default: {
|
|
|
17938
18449
|
}, string, {
|
|
17939
18450
|
testId: string;
|
|
17940
18451
|
variant: "text" | "outlined";
|
|
18452
|
+
withTooltip: boolean;
|
|
18453
|
+
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";
|
|
17941
18454
|
disabled: boolean;
|
|
17942
18455
|
size: "small" | "medium";
|
|
18456
|
+
maxWidth: number;
|
|
17943
18457
|
open: boolean;
|
|
17944
18458
|
startIconName: string;
|
|
17945
18459
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -18040,6 +18554,7 @@ declare const _default: {
|
|
|
18040
18554
|
open: boolean;
|
|
18041
18555
|
mandatory: boolean;
|
|
18042
18556
|
loading: boolean;
|
|
18557
|
+
valueToCopy: string;
|
|
18043
18558
|
options: unknown[];
|
|
18044
18559
|
singleAppSelection: boolean;
|
|
18045
18560
|
placeholder: string;
|
|
@@ -18050,7 +18565,6 @@ declare const _default: {
|
|
|
18050
18565
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18051
18566
|
optionEndIconKey: string;
|
|
18052
18567
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18053
|
-
valueToCopy: string;
|
|
18054
18568
|
selectedOption: any;
|
|
18055
18569
|
brandIconType: "android" | "ios";
|
|
18056
18570
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -18084,6 +18598,10 @@ declare const _default: {
|
|
|
18084
18598
|
type: import("vue").PropType<boolean>;
|
|
18085
18599
|
default: boolean;
|
|
18086
18600
|
};
|
|
18601
|
+
valueToCopy: {
|
|
18602
|
+
type: import("vue").PropType<string>;
|
|
18603
|
+
default: any;
|
|
18604
|
+
};
|
|
18087
18605
|
options: {
|
|
18088
18606
|
type: import("vue").PropType<unknown[]>;
|
|
18089
18607
|
default: any;
|
|
@@ -18128,10 +18646,6 @@ declare const _default: {
|
|
|
18128
18646
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18129
18647
|
default: any;
|
|
18130
18648
|
};
|
|
18131
|
-
valueToCopy: {
|
|
18132
|
-
type: import("vue").PropType<string>;
|
|
18133
|
-
default: any;
|
|
18134
|
-
};
|
|
18135
18649
|
selectedOption: {
|
|
18136
18650
|
type: import("vue").PropType<unknown>;
|
|
18137
18651
|
default: any;
|
|
@@ -18143,7 +18657,7 @@ declare const _default: {
|
|
|
18143
18657
|
}>> & {
|
|
18144
18658
|
onClick?: () => any;
|
|
18145
18659
|
onCopyToClipboard?: () => any;
|
|
18146
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
18660
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
|
|
18147
18661
|
$attrs: {
|
|
18148
18662
|
[x: string]: unknown;
|
|
18149
18663
|
};
|
|
@@ -18188,6 +18702,10 @@ declare const _default: {
|
|
|
18188
18702
|
type: import("vue").PropType<boolean>;
|
|
18189
18703
|
default: boolean;
|
|
18190
18704
|
};
|
|
18705
|
+
valueToCopy: {
|
|
18706
|
+
type: import("vue").PropType<string>;
|
|
18707
|
+
default: any;
|
|
18708
|
+
};
|
|
18191
18709
|
options: {
|
|
18192
18710
|
type: import("vue").PropType<unknown[]>;
|
|
18193
18711
|
default: any;
|
|
@@ -18232,10 +18750,6 @@ declare const _default: {
|
|
|
18232
18750
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18233
18751
|
default: any;
|
|
18234
18752
|
};
|
|
18235
|
-
valueToCopy: {
|
|
18236
|
-
type: import("vue").PropType<string>;
|
|
18237
|
-
default: any;
|
|
18238
|
-
};
|
|
18239
18753
|
selectedOption: {
|
|
18240
18754
|
type: import("vue").PropType<unknown>;
|
|
18241
18755
|
default: any;
|
|
@@ -18258,6 +18772,7 @@ declare const _default: {
|
|
|
18258
18772
|
open: boolean;
|
|
18259
18773
|
mandatory: boolean;
|
|
18260
18774
|
loading: boolean;
|
|
18775
|
+
valueToCopy: string;
|
|
18261
18776
|
options: unknown[];
|
|
18262
18777
|
singleAppSelection: boolean;
|
|
18263
18778
|
placeholder: string;
|
|
@@ -18268,7 +18783,6 @@ declare const _default: {
|
|
|
18268
18783
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18269
18784
|
optionEndIconKey: string;
|
|
18270
18785
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18271
|
-
valueToCopy: string;
|
|
18272
18786
|
selectedOption: any;
|
|
18273
18787
|
brandIconType: "android" | "ios";
|
|
18274
18788
|
}, {}, string> & {
|
|
@@ -18322,6 +18836,10 @@ declare const _default: {
|
|
|
18322
18836
|
type: import("vue").PropType<boolean>;
|
|
18323
18837
|
default: boolean;
|
|
18324
18838
|
};
|
|
18839
|
+
valueToCopy: {
|
|
18840
|
+
type: import("vue").PropType<string>;
|
|
18841
|
+
default: any;
|
|
18842
|
+
};
|
|
18325
18843
|
options: {
|
|
18326
18844
|
type: import("vue").PropType<unknown[]>;
|
|
18327
18845
|
default: any;
|
|
@@ -18366,10 +18884,6 @@ declare const _default: {
|
|
|
18366
18884
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18367
18885
|
default: any;
|
|
18368
18886
|
};
|
|
18369
|
-
valueToCopy: {
|
|
18370
|
-
type: import("vue").PropType<string>;
|
|
18371
|
-
default: any;
|
|
18372
|
-
};
|
|
18373
18887
|
selectedOption: {
|
|
18374
18888
|
type: import("vue").PropType<unknown>;
|
|
18375
18889
|
default: any;
|
|
@@ -18416,6 +18930,10 @@ declare const _default: {
|
|
|
18416
18930
|
type: import("vue").PropType<boolean>;
|
|
18417
18931
|
default: boolean;
|
|
18418
18932
|
};
|
|
18933
|
+
valueToCopy: {
|
|
18934
|
+
type: import("vue").PropType<string>;
|
|
18935
|
+
default: any;
|
|
18936
|
+
};
|
|
18419
18937
|
options: {
|
|
18420
18938
|
type: import("vue").PropType<unknown[]>;
|
|
18421
18939
|
default: any;
|
|
@@ -18460,10 +18978,6 @@ declare const _default: {
|
|
|
18460
18978
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18461
18979
|
default: any;
|
|
18462
18980
|
};
|
|
18463
|
-
valueToCopy: {
|
|
18464
|
-
type: import("vue").PropType<string>;
|
|
18465
|
-
default: any;
|
|
18466
|
-
};
|
|
18467
18981
|
selectedOption: {
|
|
18468
18982
|
type: import("vue").PropType<unknown>;
|
|
18469
18983
|
default: any;
|
|
@@ -18486,6 +19000,7 @@ declare const _default: {
|
|
|
18486
19000
|
open: boolean;
|
|
18487
19001
|
mandatory: boolean;
|
|
18488
19002
|
loading: boolean;
|
|
19003
|
+
valueToCopy: string;
|
|
18489
19004
|
options: unknown[];
|
|
18490
19005
|
singleAppSelection: boolean;
|
|
18491
19006
|
placeholder: string;
|
|
@@ -18496,7 +19011,6 @@ declare const _default: {
|
|
|
18496
19011
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18497
19012
|
optionEndIconKey: string;
|
|
18498
19013
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18499
|
-
valueToCopy: string;
|
|
18500
19014
|
selectedOption: any;
|
|
18501
19015
|
brandIconType: "android" | "ios";
|
|
18502
19016
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -19105,6 +19619,7 @@ declare const _default: {
|
|
|
19105
19619
|
open: boolean;
|
|
19106
19620
|
mandatory: boolean;
|
|
19107
19621
|
loading: boolean;
|
|
19622
|
+
valueToCopy: string;
|
|
19108
19623
|
options: unknown[];
|
|
19109
19624
|
singleAppSelection: boolean;
|
|
19110
19625
|
placeholder: string;
|
|
@@ -19115,7 +19630,6 @@ declare const _default: {
|
|
|
19115
19630
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19116
19631
|
optionEndIconKey: string;
|
|
19117
19632
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19118
|
-
valueToCopy: string;
|
|
19119
19633
|
selectedOption: any;
|
|
19120
19634
|
brandIconType: "android" | "ios";
|
|
19121
19635
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -19149,6 +19663,10 @@ declare const _default: {
|
|
|
19149
19663
|
type: import("vue").PropType<boolean>;
|
|
19150
19664
|
default: boolean;
|
|
19151
19665
|
};
|
|
19666
|
+
valueToCopy: {
|
|
19667
|
+
type: import("vue").PropType<string>;
|
|
19668
|
+
default: any;
|
|
19669
|
+
};
|
|
19152
19670
|
options: {
|
|
19153
19671
|
type: import("vue").PropType<unknown[]>;
|
|
19154
19672
|
default: any;
|
|
@@ -19193,10 +19711,6 @@ declare const _default: {
|
|
|
19193
19711
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19194
19712
|
default: any;
|
|
19195
19713
|
};
|
|
19196
|
-
valueToCopy: {
|
|
19197
|
-
type: import("vue").PropType<string>;
|
|
19198
|
-
default: any;
|
|
19199
|
-
};
|
|
19200
19714
|
selectedOption: {
|
|
19201
19715
|
type: import("vue").PropType<unknown>;
|
|
19202
19716
|
default: any;
|
|
@@ -19208,7 +19722,7 @@ declare const _default: {
|
|
|
19208
19722
|
}>> & {
|
|
19209
19723
|
onClick?: () => any;
|
|
19210
19724
|
onCopyToClipboard?: () => any;
|
|
19211
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
19725
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
|
|
19212
19726
|
$attrs: {
|
|
19213
19727
|
[x: string]: unknown;
|
|
19214
19728
|
};
|
|
@@ -19253,6 +19767,10 @@ declare const _default: {
|
|
|
19253
19767
|
type: import("vue").PropType<boolean>;
|
|
19254
19768
|
default: boolean;
|
|
19255
19769
|
};
|
|
19770
|
+
valueToCopy: {
|
|
19771
|
+
type: import("vue").PropType<string>;
|
|
19772
|
+
default: any;
|
|
19773
|
+
};
|
|
19256
19774
|
options: {
|
|
19257
19775
|
type: import("vue").PropType<unknown[]>;
|
|
19258
19776
|
default: any;
|
|
@@ -19297,10 +19815,6 @@ declare const _default: {
|
|
|
19297
19815
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19298
19816
|
default: any;
|
|
19299
19817
|
};
|
|
19300
|
-
valueToCopy: {
|
|
19301
|
-
type: import("vue").PropType<string>;
|
|
19302
|
-
default: any;
|
|
19303
|
-
};
|
|
19304
19818
|
selectedOption: {
|
|
19305
19819
|
type: import("vue").PropType<unknown>;
|
|
19306
19820
|
default: any;
|
|
@@ -19323,6 +19837,7 @@ declare const _default: {
|
|
|
19323
19837
|
open: boolean;
|
|
19324
19838
|
mandatory: boolean;
|
|
19325
19839
|
loading: boolean;
|
|
19840
|
+
valueToCopy: string;
|
|
19326
19841
|
options: unknown[];
|
|
19327
19842
|
singleAppSelection: boolean;
|
|
19328
19843
|
placeholder: string;
|
|
@@ -19333,7 +19848,6 @@ declare const _default: {
|
|
|
19333
19848
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19334
19849
|
optionEndIconKey: string;
|
|
19335
19850
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19336
|
-
valueToCopy: string;
|
|
19337
19851
|
selectedOption: any;
|
|
19338
19852
|
brandIconType: "android" | "ios";
|
|
19339
19853
|
}, {}, string> & {
|
|
@@ -19387,6 +19901,10 @@ declare const _default: {
|
|
|
19387
19901
|
type: import("vue").PropType<boolean>;
|
|
19388
19902
|
default: boolean;
|
|
19389
19903
|
};
|
|
19904
|
+
valueToCopy: {
|
|
19905
|
+
type: import("vue").PropType<string>;
|
|
19906
|
+
default: any;
|
|
19907
|
+
};
|
|
19390
19908
|
options: {
|
|
19391
19909
|
type: import("vue").PropType<unknown[]>;
|
|
19392
19910
|
default: any;
|
|
@@ -19431,10 +19949,6 @@ declare const _default: {
|
|
|
19431
19949
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19432
19950
|
default: any;
|
|
19433
19951
|
};
|
|
19434
|
-
valueToCopy: {
|
|
19435
|
-
type: import("vue").PropType<string>;
|
|
19436
|
-
default: any;
|
|
19437
|
-
};
|
|
19438
19952
|
selectedOption: {
|
|
19439
19953
|
type: import("vue").PropType<unknown>;
|
|
19440
19954
|
default: any;
|
|
@@ -19481,6 +19995,10 @@ declare const _default: {
|
|
|
19481
19995
|
type: import("vue").PropType<boolean>;
|
|
19482
19996
|
default: boolean;
|
|
19483
19997
|
};
|
|
19998
|
+
valueToCopy: {
|
|
19999
|
+
type: import("vue").PropType<string>;
|
|
20000
|
+
default: any;
|
|
20001
|
+
};
|
|
19484
20002
|
options: {
|
|
19485
20003
|
type: import("vue").PropType<unknown[]>;
|
|
19486
20004
|
default: any;
|
|
@@ -19525,10 +20043,6 @@ declare const _default: {
|
|
|
19525
20043
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19526
20044
|
default: any;
|
|
19527
20045
|
};
|
|
19528
|
-
valueToCopy: {
|
|
19529
|
-
type: import("vue").PropType<string>;
|
|
19530
|
-
default: any;
|
|
19531
|
-
};
|
|
19532
20046
|
selectedOption: {
|
|
19533
20047
|
type: import("vue").PropType<unknown>;
|
|
19534
20048
|
default: any;
|
|
@@ -19551,6 +20065,7 @@ declare const _default: {
|
|
|
19551
20065
|
open: boolean;
|
|
19552
20066
|
mandatory: boolean;
|
|
19553
20067
|
loading: boolean;
|
|
20068
|
+
valueToCopy: string;
|
|
19554
20069
|
options: unknown[];
|
|
19555
20070
|
singleAppSelection: boolean;
|
|
19556
20071
|
placeholder: string;
|
|
@@ -19561,7 +20076,6 @@ declare const _default: {
|
|
|
19561
20076
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19562
20077
|
optionEndIconKey: string;
|
|
19563
20078
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19564
|
-
valueToCopy: string;
|
|
19565
20079
|
selectedOption: any;
|
|
19566
20080
|
brandIconType: "android" | "ios";
|
|
19567
20081
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -19590,11 +20104,13 @@ declare const _default: {
|
|
|
19590
20104
|
iconKey: string;
|
|
19591
20105
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19592
20106
|
endIconKey: string;
|
|
20107
|
+
endTextIconKey: string;
|
|
19593
20108
|
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";
|
|
19594
20109
|
treeMainOption: boolean;
|
|
19595
20110
|
treeMainOptionExpanded: boolean;
|
|
19596
20111
|
stopOptionClickEventPropagation: boolean;
|
|
19597
20112
|
treeChildShown: boolean;
|
|
20113
|
+
isMulti: boolean;
|
|
19598
20114
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
19599
20115
|
option: {
|
|
19600
20116
|
type: import("vue").PropType<unknown>;
|
|
@@ -19656,6 +20172,10 @@ declare const _default: {
|
|
|
19656
20172
|
type: import("vue").PropType<string>;
|
|
19657
20173
|
default: any;
|
|
19658
20174
|
};
|
|
20175
|
+
endTextIconKey: {
|
|
20176
|
+
type: import("vue").PropType<string>;
|
|
20177
|
+
default: any;
|
|
20178
|
+
};
|
|
19659
20179
|
toolTipPlacement: {
|
|
19660
20180
|
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">;
|
|
19661
20181
|
default: string;
|
|
@@ -19676,12 +20196,16 @@ declare const _default: {
|
|
|
19676
20196
|
type: import("vue").PropType<boolean>;
|
|
19677
20197
|
default: boolean;
|
|
19678
20198
|
};
|
|
20199
|
+
isMulti: {
|
|
20200
|
+
type: import("vue").PropType<boolean>;
|
|
20201
|
+
default: boolean;
|
|
20202
|
+
};
|
|
19679
20203
|
selectedProp: {
|
|
19680
20204
|
type: import("vue").PropType<boolean>;
|
|
19681
20205
|
};
|
|
19682
20206
|
}>> & {
|
|
19683
20207
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
19684
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
20208
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
|
|
19685
20209
|
$attrs: {
|
|
19686
20210
|
[x: string]: unknown;
|
|
19687
20211
|
};
|
|
@@ -19756,6 +20280,10 @@ declare const _default: {
|
|
|
19756
20280
|
type: import("vue").PropType<string>;
|
|
19757
20281
|
default: any;
|
|
19758
20282
|
};
|
|
20283
|
+
endTextIconKey: {
|
|
20284
|
+
type: import("vue").PropType<string>;
|
|
20285
|
+
default: any;
|
|
20286
|
+
};
|
|
19759
20287
|
toolTipPlacement: {
|
|
19760
20288
|
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">;
|
|
19761
20289
|
default: string;
|
|
@@ -19776,6 +20304,10 @@ declare const _default: {
|
|
|
19776
20304
|
type: import("vue").PropType<boolean>;
|
|
19777
20305
|
default: boolean;
|
|
19778
20306
|
};
|
|
20307
|
+
isMulti: {
|
|
20308
|
+
type: import("vue").PropType<boolean>;
|
|
20309
|
+
default: boolean;
|
|
20310
|
+
};
|
|
19779
20311
|
selectedProp: {
|
|
19780
20312
|
type: import("vue").PropType<boolean>;
|
|
19781
20313
|
};
|
|
@@ -19799,11 +20331,13 @@ declare const _default: {
|
|
|
19799
20331
|
iconKey: string;
|
|
19800
20332
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19801
20333
|
endIconKey: string;
|
|
20334
|
+
endTextIconKey: string;
|
|
19802
20335
|
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";
|
|
19803
20336
|
treeMainOption: boolean;
|
|
19804
20337
|
treeMainOptionExpanded: boolean;
|
|
19805
20338
|
stopOptionClickEventPropagation: boolean;
|
|
19806
20339
|
treeChildShown: boolean;
|
|
20340
|
+
isMulti: boolean;
|
|
19807
20341
|
}, {}, string> & {
|
|
19808
20342
|
beforeCreate?: (() => void) | (() => void)[];
|
|
19809
20343
|
created?: (() => void) | (() => void)[];
|
|
@@ -19885,6 +20419,10 @@ declare const _default: {
|
|
|
19885
20419
|
type: import("vue").PropType<string>;
|
|
19886
20420
|
default: any;
|
|
19887
20421
|
};
|
|
20422
|
+
endTextIconKey: {
|
|
20423
|
+
type: import("vue").PropType<string>;
|
|
20424
|
+
default: any;
|
|
20425
|
+
};
|
|
19888
20426
|
toolTipPlacement: {
|
|
19889
20427
|
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">;
|
|
19890
20428
|
default: string;
|
|
@@ -19905,6 +20443,10 @@ declare const _default: {
|
|
|
19905
20443
|
type: import("vue").PropType<boolean>;
|
|
19906
20444
|
default: boolean;
|
|
19907
20445
|
};
|
|
20446
|
+
isMulti: {
|
|
20447
|
+
type: import("vue").PropType<boolean>;
|
|
20448
|
+
default: boolean;
|
|
20449
|
+
};
|
|
19908
20450
|
selectedProp: {
|
|
19909
20451
|
type: import("vue").PropType<boolean>;
|
|
19910
20452
|
};
|
|
@@ -19975,6 +20517,10 @@ declare const _default: {
|
|
|
19975
20517
|
type: import("vue").PropType<string>;
|
|
19976
20518
|
default: any;
|
|
19977
20519
|
};
|
|
20520
|
+
endTextIconKey: {
|
|
20521
|
+
type: import("vue").PropType<string>;
|
|
20522
|
+
default: any;
|
|
20523
|
+
};
|
|
19978
20524
|
toolTipPlacement: {
|
|
19979
20525
|
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">;
|
|
19980
20526
|
default: string;
|
|
@@ -19995,6 +20541,10 @@ declare const _default: {
|
|
|
19995
20541
|
type: import("vue").PropType<boolean>;
|
|
19996
20542
|
default: boolean;
|
|
19997
20543
|
};
|
|
20544
|
+
isMulti: {
|
|
20545
|
+
type: import("vue").PropType<boolean>;
|
|
20546
|
+
default: boolean;
|
|
20547
|
+
};
|
|
19998
20548
|
selectedProp: {
|
|
19999
20549
|
type: import("vue").PropType<boolean>;
|
|
20000
20550
|
};
|
|
@@ -20018,11 +20568,13 @@ declare const _default: {
|
|
|
20018
20568
|
iconKey: string;
|
|
20019
20569
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20020
20570
|
endIconKey: string;
|
|
20571
|
+
endTextIconKey: string;
|
|
20021
20572
|
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";
|
|
20022
20573
|
treeMainOption: boolean;
|
|
20023
20574
|
treeMainOptionExpanded: boolean;
|
|
20024
20575
|
stopOptionClickEventPropagation: boolean;
|
|
20025
20576
|
treeChildShown: boolean;
|
|
20577
|
+
isMulti: boolean;
|
|
20026
20578
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
20027
20579
|
$slots: {
|
|
20028
20580
|
image?(_: {}): any;
|
|
@@ -20091,6 +20643,14 @@ declare const _default: {
|
|
|
20091
20643
|
required: true;
|
|
20092
20644
|
default: string;
|
|
20093
20645
|
};
|
|
20646
|
+
cancelAllSelectedDisplay: {
|
|
20647
|
+
type: import("vue").PropType<boolean>;
|
|
20648
|
+
default: boolean;
|
|
20649
|
+
};
|
|
20650
|
+
displayValueInQuotes: {
|
|
20651
|
+
type: import("vue").PropType<boolean>;
|
|
20652
|
+
default: boolean;
|
|
20653
|
+
};
|
|
20094
20654
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20095
20655
|
clear: () => void;
|
|
20096
20656
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -20141,6 +20701,14 @@ declare const _default: {
|
|
|
20141
20701
|
required: true;
|
|
20142
20702
|
default: string;
|
|
20143
20703
|
};
|
|
20704
|
+
cancelAllSelectedDisplay: {
|
|
20705
|
+
type: import("vue").PropType<boolean>;
|
|
20706
|
+
default: boolean;
|
|
20707
|
+
};
|
|
20708
|
+
displayValueInQuotes: {
|
|
20709
|
+
type: import("vue").PropType<boolean>;
|
|
20710
|
+
default: boolean;
|
|
20711
|
+
};
|
|
20144
20712
|
}>> & {
|
|
20145
20713
|
onClear?: () => any;
|
|
20146
20714
|
}, {
|
|
@@ -20151,6 +20719,8 @@ declare const _default: {
|
|
|
20151
20719
|
feedbackVariant: string;
|
|
20152
20720
|
allSelected: boolean;
|
|
20153
20721
|
displayedValue: any;
|
|
20722
|
+
cancelAllSelectedDisplay: boolean;
|
|
20723
|
+
displayValueInQuotes: boolean;
|
|
20154
20724
|
}> | ({
|
|
20155
20725
|
new (...args: any[]): {
|
|
20156
20726
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -20169,9 +20739,10 @@ declare const _default: {
|
|
|
20169
20739
|
skidding: number;
|
|
20170
20740
|
modelValue: any;
|
|
20171
20741
|
selected: any;
|
|
20172
|
-
|
|
20742
|
+
valueToCopy: string;
|
|
20173
20743
|
placeholder: string;
|
|
20174
20744
|
multi: boolean;
|
|
20745
|
+
infiniteLoading: boolean;
|
|
20175
20746
|
showSelectAll: boolean;
|
|
20176
20747
|
defaultOpen: boolean;
|
|
20177
20748
|
keepOpen: boolean;
|
|
@@ -20190,26 +20761,27 @@ declare const _default: {
|
|
|
20190
20761
|
onSearch: (option: any, term: string) => boolean;
|
|
20191
20762
|
noResultsText: string;
|
|
20192
20763
|
searchAutoFocus: boolean;
|
|
20764
|
+
onClearSearch: () => void;
|
|
20193
20765
|
optionNameKey: string;
|
|
20194
20766
|
optionIconKey: string;
|
|
20195
20767
|
optionImageKey: string;
|
|
20196
20768
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20197
20769
|
optionEndIconKey: string;
|
|
20198
20770
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20771
|
+
optionsEndTextIconKey: string;
|
|
20199
20772
|
optionFlagKey: string;
|
|
20200
|
-
valueToCopy: string;
|
|
20201
20773
|
disabledOptionKey: string;
|
|
20202
20774
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20203
20775
|
optionTwoLinesKey: string;
|
|
20204
20776
|
groupedOptions: boolean;
|
|
20205
20777
|
comparingKey: string;
|
|
20206
|
-
withConditions: boolean;
|
|
20207
20778
|
customNumberOfDisplayedOptions: number;
|
|
20208
20779
|
fullWidth: boolean;
|
|
20209
20780
|
optionsListWidth: string;
|
|
20210
20781
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20211
20782
|
disableVirtualScroll: boolean;
|
|
20212
20783
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
20784
|
+
withConditions: boolean;
|
|
20213
20785
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
20214
20786
|
theme: {
|
|
20215
20787
|
type: import("vue").PropType<string>;
|
|
@@ -20254,13 +20826,13 @@ declare const _default: {
|
|
|
20254
20826
|
loading: {
|
|
20255
20827
|
type: import("vue").PropType<boolean>;
|
|
20256
20828
|
};
|
|
20829
|
+
isOpen: {
|
|
20830
|
+
type: import("vue").PropType<boolean>;
|
|
20831
|
+
};
|
|
20257
20832
|
skidding: {
|
|
20258
20833
|
type: import("vue").PropType<number>;
|
|
20259
20834
|
default: number;
|
|
20260
20835
|
};
|
|
20261
|
-
isOpen: {
|
|
20262
|
-
type: import("vue").PropType<boolean>;
|
|
20263
|
-
};
|
|
20264
20836
|
modelValue: {
|
|
20265
20837
|
type: import("vue").PropType<unknown>;
|
|
20266
20838
|
default: any;
|
|
@@ -20269,14 +20841,14 @@ declare const _default: {
|
|
|
20269
20841
|
type: import("vue").PropType<unknown>;
|
|
20270
20842
|
default: any;
|
|
20271
20843
|
};
|
|
20844
|
+
valueToCopy: {
|
|
20845
|
+
type: import("vue").PropType<string>;
|
|
20846
|
+
default: any;
|
|
20847
|
+
};
|
|
20272
20848
|
options: {
|
|
20273
20849
|
type: import("vue").PropType<unknown[]>;
|
|
20274
20850
|
required: true;
|
|
20275
20851
|
};
|
|
20276
|
-
onClear: {
|
|
20277
|
-
type: import("vue").PropType<() => void>;
|
|
20278
|
-
default: () => true;
|
|
20279
|
-
};
|
|
20280
20852
|
placeholder: {
|
|
20281
20853
|
type: import("vue").PropType<string>;
|
|
20282
20854
|
default: string;
|
|
@@ -20285,6 +20857,13 @@ declare const _default: {
|
|
|
20285
20857
|
type: import("vue").PropType<boolean>;
|
|
20286
20858
|
default: boolean;
|
|
20287
20859
|
};
|
|
20860
|
+
loadMoreLoading: {
|
|
20861
|
+
type: import("vue").PropType<boolean>;
|
|
20862
|
+
};
|
|
20863
|
+
infiniteLoading: {
|
|
20864
|
+
type: import("vue").PropType<boolean>;
|
|
20865
|
+
default: boolean;
|
|
20866
|
+
};
|
|
20288
20867
|
showSelectAll: {
|
|
20289
20868
|
type: import("vue").PropType<boolean>;
|
|
20290
20869
|
default: boolean;
|
|
@@ -20357,6 +20936,10 @@ declare const _default: {
|
|
|
20357
20936
|
type: import("vue").PropType<boolean>;
|
|
20358
20937
|
default: boolean;
|
|
20359
20938
|
};
|
|
20939
|
+
onClearSearch: {
|
|
20940
|
+
type: import("vue").PropType<() => void>;
|
|
20941
|
+
default: () => true;
|
|
20942
|
+
};
|
|
20360
20943
|
displayValue: {
|
|
20361
20944
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20362
20945
|
required: true;
|
|
@@ -20385,11 +20968,11 @@ declare const _default: {
|
|
|
20385
20968
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20386
20969
|
default: any;
|
|
20387
20970
|
};
|
|
20388
|
-
|
|
20971
|
+
optionsEndTextIconKey: {
|
|
20389
20972
|
type: import("vue").PropType<string>;
|
|
20390
20973
|
default: any;
|
|
20391
20974
|
};
|
|
20392
|
-
|
|
20975
|
+
optionFlagKey: {
|
|
20393
20976
|
type: import("vue").PropType<string>;
|
|
20394
20977
|
default: any;
|
|
20395
20978
|
};
|
|
@@ -20413,11 +20996,6 @@ declare const _default: {
|
|
|
20413
20996
|
type: import("vue").PropType<string>;
|
|
20414
20997
|
default: any;
|
|
20415
20998
|
};
|
|
20416
|
-
withConditions: {
|
|
20417
|
-
type: import("vue").PropType<boolean>;
|
|
20418
|
-
required: true;
|
|
20419
|
-
default: boolean;
|
|
20420
|
-
};
|
|
20421
20999
|
customNumberOfDisplayedOptions: {
|
|
20422
21000
|
type: import("vue").PropType<number>;
|
|
20423
21001
|
default: any;
|
|
@@ -20442,17 +21020,24 @@ declare const _default: {
|
|
|
20442
21020
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20443
21021
|
default: any;
|
|
20444
21022
|
};
|
|
21023
|
+
withConditions: {
|
|
21024
|
+
type: import("vue").PropType<boolean>;
|
|
21025
|
+
default: boolean;
|
|
21026
|
+
};
|
|
20445
21027
|
}>> & {
|
|
20446
21028
|
onCopyToClipboard?: () => any;
|
|
20447
21029
|
onClear?: () => any;
|
|
20448
21030
|
onApply?: (value: unknown) => any;
|
|
20449
21031
|
onSelectAll?: () => any;
|
|
20450
21032
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21033
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
20451
21034
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20452
21035
|
onOnsearch?: (value: string) => any;
|
|
21036
|
+
onLoadMore?: () => any;
|
|
21037
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
20453
21038
|
onOpened?: () => any;
|
|
20454
21039
|
onClosed?: () => any;
|
|
20455
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "
|
|
21040
|
+
} & 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">;
|
|
20456
21041
|
$attrs: {
|
|
20457
21042
|
[x: string]: unknown;
|
|
20458
21043
|
};
|
|
@@ -20464,7 +21049,7 @@ declare const _default: {
|
|
|
20464
21049
|
}>;
|
|
20465
21050
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20466
21051
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20467
|
-
$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);
|
|
21052
|
+
$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);
|
|
20468
21053
|
$el: any;
|
|
20469
21054
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
20470
21055
|
theme: {
|
|
@@ -20510,13 +21095,13 @@ declare const _default: {
|
|
|
20510
21095
|
loading: {
|
|
20511
21096
|
type: import("vue").PropType<boolean>;
|
|
20512
21097
|
};
|
|
21098
|
+
isOpen: {
|
|
21099
|
+
type: import("vue").PropType<boolean>;
|
|
21100
|
+
};
|
|
20513
21101
|
skidding: {
|
|
20514
21102
|
type: import("vue").PropType<number>;
|
|
20515
21103
|
default: number;
|
|
20516
21104
|
};
|
|
20517
|
-
isOpen: {
|
|
20518
|
-
type: import("vue").PropType<boolean>;
|
|
20519
|
-
};
|
|
20520
21105
|
modelValue: {
|
|
20521
21106
|
type: import("vue").PropType<unknown>;
|
|
20522
21107
|
default: any;
|
|
@@ -20525,14 +21110,14 @@ declare const _default: {
|
|
|
20525
21110
|
type: import("vue").PropType<unknown>;
|
|
20526
21111
|
default: any;
|
|
20527
21112
|
};
|
|
21113
|
+
valueToCopy: {
|
|
21114
|
+
type: import("vue").PropType<string>;
|
|
21115
|
+
default: any;
|
|
21116
|
+
};
|
|
20528
21117
|
options: {
|
|
20529
21118
|
type: import("vue").PropType<unknown[]>;
|
|
20530
21119
|
required: true;
|
|
20531
21120
|
};
|
|
20532
|
-
onClear: {
|
|
20533
|
-
type: import("vue").PropType<() => void>;
|
|
20534
|
-
default: () => true;
|
|
20535
|
-
};
|
|
20536
21121
|
placeholder: {
|
|
20537
21122
|
type: import("vue").PropType<string>;
|
|
20538
21123
|
default: string;
|
|
@@ -20541,6 +21126,13 @@ declare const _default: {
|
|
|
20541
21126
|
type: import("vue").PropType<boolean>;
|
|
20542
21127
|
default: boolean;
|
|
20543
21128
|
};
|
|
21129
|
+
loadMoreLoading: {
|
|
21130
|
+
type: import("vue").PropType<boolean>;
|
|
21131
|
+
};
|
|
21132
|
+
infiniteLoading: {
|
|
21133
|
+
type: import("vue").PropType<boolean>;
|
|
21134
|
+
default: boolean;
|
|
21135
|
+
};
|
|
20544
21136
|
showSelectAll: {
|
|
20545
21137
|
type: import("vue").PropType<boolean>;
|
|
20546
21138
|
default: boolean;
|
|
@@ -20613,6 +21205,10 @@ declare const _default: {
|
|
|
20613
21205
|
type: import("vue").PropType<boolean>;
|
|
20614
21206
|
default: boolean;
|
|
20615
21207
|
};
|
|
21208
|
+
onClearSearch: {
|
|
21209
|
+
type: import("vue").PropType<() => void>;
|
|
21210
|
+
default: () => true;
|
|
21211
|
+
};
|
|
20616
21212
|
displayValue: {
|
|
20617
21213
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20618
21214
|
required: true;
|
|
@@ -20641,11 +21237,11 @@ declare const _default: {
|
|
|
20641
21237
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20642
21238
|
default: any;
|
|
20643
21239
|
};
|
|
20644
|
-
|
|
21240
|
+
optionsEndTextIconKey: {
|
|
20645
21241
|
type: import("vue").PropType<string>;
|
|
20646
21242
|
default: any;
|
|
20647
21243
|
};
|
|
20648
|
-
|
|
21244
|
+
optionFlagKey: {
|
|
20649
21245
|
type: import("vue").PropType<string>;
|
|
20650
21246
|
default: any;
|
|
20651
21247
|
};
|
|
@@ -20669,11 +21265,6 @@ declare const _default: {
|
|
|
20669
21265
|
type: import("vue").PropType<string>;
|
|
20670
21266
|
default: any;
|
|
20671
21267
|
};
|
|
20672
|
-
withConditions: {
|
|
20673
|
-
type: import("vue").PropType<boolean>;
|
|
20674
|
-
required: true;
|
|
20675
|
-
default: boolean;
|
|
20676
|
-
};
|
|
20677
21268
|
customNumberOfDisplayedOptions: {
|
|
20678
21269
|
type: import("vue").PropType<number>;
|
|
20679
21270
|
default: any;
|
|
@@ -20698,14 +21289,21 @@ declare const _default: {
|
|
|
20698
21289
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
20699
21290
|
default: any;
|
|
20700
21291
|
};
|
|
21292
|
+
withConditions: {
|
|
21293
|
+
type: import("vue").PropType<boolean>;
|
|
21294
|
+
default: boolean;
|
|
21295
|
+
};
|
|
20701
21296
|
}>> & {
|
|
20702
21297
|
onCopyToClipboard?: () => any;
|
|
20703
21298
|
onClear?: () => any;
|
|
20704
21299
|
onApply?: (value: unknown) => any;
|
|
20705
21300
|
onSelectAll?: () => any;
|
|
20706
21301
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21302
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
20707
21303
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20708
21304
|
onOnsearch?: (value: string) => any;
|
|
21305
|
+
onLoadMore?: () => any;
|
|
21306
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
20709
21307
|
onOpened?: () => any;
|
|
20710
21308
|
onClosed?: () => any;
|
|
20711
21309
|
}, {
|
|
@@ -20721,6 +21319,9 @@ declare const _default: {
|
|
|
20721
21319
|
clear: () => void;
|
|
20722
21320
|
copyToClipboard: () => void;
|
|
20723
21321
|
onsearch: (value: string) => void;
|
|
21322
|
+
loadMore: () => void;
|
|
21323
|
+
allSelectedChanged: (value: boolean) => void;
|
|
21324
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
20724
21325
|
}, string, {
|
|
20725
21326
|
theme: string;
|
|
20726
21327
|
testId: string;
|
|
@@ -20735,9 +21336,10 @@ declare const _default: {
|
|
|
20735
21336
|
skidding: number;
|
|
20736
21337
|
modelValue: any;
|
|
20737
21338
|
selected: any;
|
|
20738
|
-
|
|
21339
|
+
valueToCopy: string;
|
|
20739
21340
|
placeholder: string;
|
|
20740
21341
|
multi: boolean;
|
|
21342
|
+
infiniteLoading: boolean;
|
|
20741
21343
|
showSelectAll: boolean;
|
|
20742
21344
|
defaultOpen: boolean;
|
|
20743
21345
|
keepOpen: boolean;
|
|
@@ -20756,26 +21358,27 @@ declare const _default: {
|
|
|
20756
21358
|
onSearch: (option: any, term: string) => boolean;
|
|
20757
21359
|
noResultsText: string;
|
|
20758
21360
|
searchAutoFocus: boolean;
|
|
21361
|
+
onClearSearch: () => void;
|
|
20759
21362
|
optionNameKey: string;
|
|
20760
21363
|
optionIconKey: string;
|
|
20761
21364
|
optionImageKey: string;
|
|
20762
21365
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20763
21366
|
optionEndIconKey: string;
|
|
20764
21367
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21368
|
+
optionsEndTextIconKey: string;
|
|
20765
21369
|
optionFlagKey: string;
|
|
20766
|
-
valueToCopy: string;
|
|
20767
21370
|
disabledOptionKey: string;
|
|
20768
21371
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20769
21372
|
optionTwoLinesKey: string;
|
|
20770
21373
|
groupedOptions: boolean;
|
|
20771
21374
|
comparingKey: string;
|
|
20772
|
-
withConditions: boolean;
|
|
20773
21375
|
customNumberOfDisplayedOptions: number;
|
|
20774
21376
|
fullWidth: boolean;
|
|
20775
21377
|
optionsListWidth: string;
|
|
20776
21378
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20777
21379
|
disableVirtualScroll: boolean;
|
|
20778
21380
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
21381
|
+
withConditions: boolean;
|
|
20779
21382
|
}, {}, string> & {
|
|
20780
21383
|
beforeCreate?: (() => void) | (() => void)[];
|
|
20781
21384
|
created?: (() => void) | (() => void)[];
|
|
@@ -20840,13 +21443,13 @@ declare const _default: {
|
|
|
20840
21443
|
loading: {
|
|
20841
21444
|
type: import("vue").PropType<boolean>;
|
|
20842
21445
|
};
|
|
21446
|
+
isOpen: {
|
|
21447
|
+
type: import("vue").PropType<boolean>;
|
|
21448
|
+
};
|
|
20843
21449
|
skidding: {
|
|
20844
21450
|
type: import("vue").PropType<number>;
|
|
20845
21451
|
default: number;
|
|
20846
21452
|
};
|
|
20847
|
-
isOpen: {
|
|
20848
|
-
type: import("vue").PropType<boolean>;
|
|
20849
|
-
};
|
|
20850
21453
|
modelValue: {
|
|
20851
21454
|
type: import("vue").PropType<unknown>;
|
|
20852
21455
|
default: any;
|
|
@@ -20855,14 +21458,14 @@ declare const _default: {
|
|
|
20855
21458
|
type: import("vue").PropType<unknown>;
|
|
20856
21459
|
default: any;
|
|
20857
21460
|
};
|
|
21461
|
+
valueToCopy: {
|
|
21462
|
+
type: import("vue").PropType<string>;
|
|
21463
|
+
default: any;
|
|
21464
|
+
};
|
|
20858
21465
|
options: {
|
|
20859
21466
|
type: import("vue").PropType<unknown[]>;
|
|
20860
21467
|
required: true;
|
|
20861
21468
|
};
|
|
20862
|
-
onClear: {
|
|
20863
|
-
type: import("vue").PropType<() => void>;
|
|
20864
|
-
default: () => true;
|
|
20865
|
-
};
|
|
20866
21469
|
placeholder: {
|
|
20867
21470
|
type: import("vue").PropType<string>;
|
|
20868
21471
|
default: string;
|
|
@@ -20871,6 +21474,13 @@ declare const _default: {
|
|
|
20871
21474
|
type: import("vue").PropType<boolean>;
|
|
20872
21475
|
default: boolean;
|
|
20873
21476
|
};
|
|
21477
|
+
loadMoreLoading: {
|
|
21478
|
+
type: import("vue").PropType<boolean>;
|
|
21479
|
+
};
|
|
21480
|
+
infiniteLoading: {
|
|
21481
|
+
type: import("vue").PropType<boolean>;
|
|
21482
|
+
default: boolean;
|
|
21483
|
+
};
|
|
20874
21484
|
showSelectAll: {
|
|
20875
21485
|
type: import("vue").PropType<boolean>;
|
|
20876
21486
|
default: boolean;
|
|
@@ -20943,6 +21553,10 @@ declare const _default: {
|
|
|
20943
21553
|
type: import("vue").PropType<boolean>;
|
|
20944
21554
|
default: boolean;
|
|
20945
21555
|
};
|
|
21556
|
+
onClearSearch: {
|
|
21557
|
+
type: import("vue").PropType<() => void>;
|
|
21558
|
+
default: () => true;
|
|
21559
|
+
};
|
|
20946
21560
|
displayValue: {
|
|
20947
21561
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
20948
21562
|
required: true;
|
|
@@ -20971,11 +21585,11 @@ declare const _default: {
|
|
|
20971
21585
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20972
21586
|
default: any;
|
|
20973
21587
|
};
|
|
20974
|
-
|
|
21588
|
+
optionsEndTextIconKey: {
|
|
20975
21589
|
type: import("vue").PropType<string>;
|
|
20976
21590
|
default: any;
|
|
20977
21591
|
};
|
|
20978
|
-
|
|
21592
|
+
optionFlagKey: {
|
|
20979
21593
|
type: import("vue").PropType<string>;
|
|
20980
21594
|
default: any;
|
|
20981
21595
|
};
|
|
@@ -20999,11 +21613,6 @@ declare const _default: {
|
|
|
20999
21613
|
type: import("vue").PropType<string>;
|
|
21000
21614
|
default: any;
|
|
21001
21615
|
};
|
|
21002
|
-
withConditions: {
|
|
21003
|
-
type: import("vue").PropType<boolean>;
|
|
21004
|
-
required: true;
|
|
21005
|
-
default: boolean;
|
|
21006
|
-
};
|
|
21007
21616
|
customNumberOfDisplayedOptions: {
|
|
21008
21617
|
type: import("vue").PropType<number>;
|
|
21009
21618
|
default: any;
|
|
@@ -21028,14 +21637,21 @@ declare const _default: {
|
|
|
21028
21637
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
21029
21638
|
default: any;
|
|
21030
21639
|
};
|
|
21640
|
+
withConditions: {
|
|
21641
|
+
type: import("vue").PropType<boolean>;
|
|
21642
|
+
default: boolean;
|
|
21643
|
+
};
|
|
21031
21644
|
}>> & {
|
|
21032
21645
|
onCopyToClipboard?: () => any;
|
|
21033
21646
|
onClear?: () => any;
|
|
21034
21647
|
onApply?: (value: unknown) => any;
|
|
21035
21648
|
onSelectAll?: () => any;
|
|
21036
21649
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21650
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
21037
21651
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21038
21652
|
onOnsearch?: (value: string) => any;
|
|
21653
|
+
onLoadMore?: () => any;
|
|
21654
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
21039
21655
|
onOpened?: () => any;
|
|
21040
21656
|
onClosed?: () => any;
|
|
21041
21657
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -21089,13 +21705,13 @@ declare const _default: {
|
|
|
21089
21705
|
loading: {
|
|
21090
21706
|
type: import("vue").PropType<boolean>;
|
|
21091
21707
|
};
|
|
21708
|
+
isOpen: {
|
|
21709
|
+
type: import("vue").PropType<boolean>;
|
|
21710
|
+
};
|
|
21092
21711
|
skidding: {
|
|
21093
21712
|
type: import("vue").PropType<number>;
|
|
21094
21713
|
default: number;
|
|
21095
21714
|
};
|
|
21096
|
-
isOpen: {
|
|
21097
|
-
type: import("vue").PropType<boolean>;
|
|
21098
|
-
};
|
|
21099
21715
|
modelValue: {
|
|
21100
21716
|
type: import("vue").PropType<unknown>;
|
|
21101
21717
|
default: any;
|
|
@@ -21104,14 +21720,14 @@ declare const _default: {
|
|
|
21104
21720
|
type: import("vue").PropType<unknown>;
|
|
21105
21721
|
default: any;
|
|
21106
21722
|
};
|
|
21723
|
+
valueToCopy: {
|
|
21724
|
+
type: import("vue").PropType<string>;
|
|
21725
|
+
default: any;
|
|
21726
|
+
};
|
|
21107
21727
|
options: {
|
|
21108
21728
|
type: import("vue").PropType<unknown[]>;
|
|
21109
21729
|
required: true;
|
|
21110
21730
|
};
|
|
21111
|
-
onClear: {
|
|
21112
|
-
type: import("vue").PropType<() => void>;
|
|
21113
|
-
default: () => true;
|
|
21114
|
-
};
|
|
21115
21731
|
placeholder: {
|
|
21116
21732
|
type: import("vue").PropType<string>;
|
|
21117
21733
|
default: string;
|
|
@@ -21120,6 +21736,13 @@ declare const _default: {
|
|
|
21120
21736
|
type: import("vue").PropType<boolean>;
|
|
21121
21737
|
default: boolean;
|
|
21122
21738
|
};
|
|
21739
|
+
loadMoreLoading: {
|
|
21740
|
+
type: import("vue").PropType<boolean>;
|
|
21741
|
+
};
|
|
21742
|
+
infiniteLoading: {
|
|
21743
|
+
type: import("vue").PropType<boolean>;
|
|
21744
|
+
default: boolean;
|
|
21745
|
+
};
|
|
21123
21746
|
showSelectAll: {
|
|
21124
21747
|
type: import("vue").PropType<boolean>;
|
|
21125
21748
|
default: boolean;
|
|
@@ -21192,6 +21815,10 @@ declare const _default: {
|
|
|
21192
21815
|
type: import("vue").PropType<boolean>;
|
|
21193
21816
|
default: boolean;
|
|
21194
21817
|
};
|
|
21818
|
+
onClearSearch: {
|
|
21819
|
+
type: import("vue").PropType<() => void>;
|
|
21820
|
+
default: () => true;
|
|
21821
|
+
};
|
|
21195
21822
|
displayValue: {
|
|
21196
21823
|
type: import("vue").PropType<(option: unknown) => string>;
|
|
21197
21824
|
required: true;
|
|
@@ -21220,11 +21847,11 @@ declare const _default: {
|
|
|
21220
21847
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21221
21848
|
default: any;
|
|
21222
21849
|
};
|
|
21223
|
-
|
|
21850
|
+
optionsEndTextIconKey: {
|
|
21224
21851
|
type: import("vue").PropType<string>;
|
|
21225
21852
|
default: any;
|
|
21226
21853
|
};
|
|
21227
|
-
|
|
21854
|
+
optionFlagKey: {
|
|
21228
21855
|
type: import("vue").PropType<string>;
|
|
21229
21856
|
default: any;
|
|
21230
21857
|
};
|
|
@@ -21248,11 +21875,6 @@ declare const _default: {
|
|
|
21248
21875
|
type: import("vue").PropType<string>;
|
|
21249
21876
|
default: any;
|
|
21250
21877
|
};
|
|
21251
|
-
withConditions: {
|
|
21252
|
-
type: import("vue").PropType<boolean>;
|
|
21253
|
-
required: true;
|
|
21254
|
-
default: boolean;
|
|
21255
|
-
};
|
|
21256
21878
|
customNumberOfDisplayedOptions: {
|
|
21257
21879
|
type: import("vue").PropType<number>;
|
|
21258
21880
|
default: any;
|
|
@@ -21277,14 +21899,21 @@ declare const _default: {
|
|
|
21277
21899
|
type: import("vue").PropType<(option: unknown) => number>;
|
|
21278
21900
|
default: any;
|
|
21279
21901
|
};
|
|
21902
|
+
withConditions: {
|
|
21903
|
+
type: import("vue").PropType<boolean>;
|
|
21904
|
+
default: boolean;
|
|
21905
|
+
};
|
|
21280
21906
|
}>> & {
|
|
21281
21907
|
onCopyToClipboard?: () => any;
|
|
21282
21908
|
onClear?: () => any;
|
|
21283
21909
|
onApply?: (value: unknown) => any;
|
|
21284
21910
|
onSelectAll?: () => any;
|
|
21285
21911
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21912
|
+
onAllSelectedChanged?: (value: boolean) => any;
|
|
21286
21913
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21287
21914
|
onOnsearch?: (value: string) => any;
|
|
21915
|
+
onLoadMore?: () => any;
|
|
21916
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
21288
21917
|
onOpened?: () => any;
|
|
21289
21918
|
onClosed?: () => any;
|
|
21290
21919
|
}, {
|
|
@@ -21300,6 +21929,9 @@ declare const _default: {
|
|
|
21300
21929
|
clear: () => void;
|
|
21301
21930
|
copyToClipboard: () => void;
|
|
21302
21931
|
onsearch: (value: string) => void;
|
|
21932
|
+
loadMore: () => void;
|
|
21933
|
+
allSelectedChanged: (value: boolean) => void;
|
|
21934
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
21303
21935
|
}, string, {
|
|
21304
21936
|
theme: string;
|
|
21305
21937
|
testId: string;
|
|
@@ -21314,9 +21946,10 @@ declare const _default: {
|
|
|
21314
21946
|
skidding: number;
|
|
21315
21947
|
modelValue: any;
|
|
21316
21948
|
selected: any;
|
|
21317
|
-
|
|
21949
|
+
valueToCopy: string;
|
|
21318
21950
|
placeholder: string;
|
|
21319
21951
|
multi: boolean;
|
|
21952
|
+
infiniteLoading: boolean;
|
|
21320
21953
|
showSelectAll: boolean;
|
|
21321
21954
|
defaultOpen: boolean;
|
|
21322
21955
|
keepOpen: boolean;
|
|
@@ -21335,26 +21968,27 @@ declare const _default: {
|
|
|
21335
21968
|
onSearch: (option: any, term: string) => boolean;
|
|
21336
21969
|
noResultsText: string;
|
|
21337
21970
|
searchAutoFocus: boolean;
|
|
21971
|
+
onClearSearch: () => void;
|
|
21338
21972
|
optionNameKey: string;
|
|
21339
21973
|
optionIconKey: string;
|
|
21340
21974
|
optionImageKey: string;
|
|
21341
21975
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21342
21976
|
optionEndIconKey: string;
|
|
21343
21977
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21978
|
+
optionsEndTextIconKey: string;
|
|
21344
21979
|
optionFlagKey: string;
|
|
21345
|
-
valueToCopy: string;
|
|
21346
21980
|
disabledOptionKey: string;
|
|
21347
21981
|
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21348
21982
|
optionTwoLinesKey: string;
|
|
21349
21983
|
groupedOptions: boolean;
|
|
21350
21984
|
comparingKey: string;
|
|
21351
|
-
withConditions: boolean;
|
|
21352
21985
|
customNumberOfDisplayedOptions: number;
|
|
21353
21986
|
fullWidth: boolean;
|
|
21354
21987
|
optionsListWidth: string;
|
|
21355
21988
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
21356
21989
|
disableVirtualScroll: boolean;
|
|
21357
21990
|
overrideOptionCountCalculation: (option: unknown) => number;
|
|
21991
|
+
withConditions: boolean;
|
|
21358
21992
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21359
21993
|
$slots: {
|
|
21360
21994
|
label?(_: {}): any;
|
|
@@ -21383,6 +22017,7 @@ declare const _default: {
|
|
|
21383
22017
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21384
22018
|
optionAndIconKey: string;
|
|
21385
22019
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22020
|
+
optionsEndTextIconKey: string;
|
|
21386
22021
|
optionFlagKey: string;
|
|
21387
22022
|
feedbackVariant: "success" | "warning" | "error";
|
|
21388
22023
|
valueToCopy: string;
|
|
@@ -21399,6 +22034,8 @@ declare const _default: {
|
|
|
21399
22034
|
"input-list"?(_: {
|
|
21400
22035
|
open: true;
|
|
21401
22036
|
}): any;
|
|
22037
|
+
"custom-list-area"?(_: {}): any;
|
|
22038
|
+
"select-all"?(_: {}): any;
|
|
21402
22039
|
"group-option"?(_: {}): any;
|
|
21403
22040
|
default?(_: {
|
|
21404
22041
|
option: unknown;
|
|
@@ -21495,6 +22132,7 @@ declare const _default: {
|
|
|
21495
22132
|
disabled: boolean;
|
|
21496
22133
|
size: "small" | "medium" | "large";
|
|
21497
22134
|
selected: unknown[];
|
|
22135
|
+
valueToCopy: string;
|
|
21498
22136
|
placeholder: string;
|
|
21499
22137
|
inlineSearchPlaceholder: string;
|
|
21500
22138
|
optionNameKey: string;
|
|
@@ -21503,8 +22141,8 @@ declare const _default: {
|
|
|
21503
22141
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21504
22142
|
optionEndIconKey: string;
|
|
21505
22143
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21506
|
-
valueToCopy: string;
|
|
21507
22144
|
disabledOptionKey: string;
|
|
22145
|
+
optionEndTextIconKey: string;
|
|
21508
22146
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
21509
22147
|
testId: {
|
|
21510
22148
|
type: import("vue").PropType<string>;
|
|
@@ -21525,6 +22163,10 @@ declare const _default: {
|
|
|
21525
22163
|
type: import("vue").PropType<unknown[]>;
|
|
21526
22164
|
default: any;
|
|
21527
22165
|
};
|
|
22166
|
+
valueToCopy: {
|
|
22167
|
+
type: import("vue").PropType<string>;
|
|
22168
|
+
default: any;
|
|
22169
|
+
};
|
|
21528
22170
|
options: {
|
|
21529
22171
|
type: import("vue").PropType<unknown[]>;
|
|
21530
22172
|
required: true;
|
|
@@ -21565,14 +22207,14 @@ declare const _default: {
|
|
|
21565
22207
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21566
22208
|
default: any;
|
|
21567
22209
|
};
|
|
21568
|
-
valueToCopy: {
|
|
21569
|
-
type: import("vue").PropType<string>;
|
|
21570
|
-
default: any;
|
|
21571
|
-
};
|
|
21572
22210
|
disabledOptionKey: {
|
|
21573
22211
|
type: import("vue").PropType<string>;
|
|
21574
22212
|
default: string;
|
|
21575
22213
|
};
|
|
22214
|
+
optionEndTextIconKey: {
|
|
22215
|
+
type: import("vue").PropType<string>;
|
|
22216
|
+
default: any;
|
|
22217
|
+
};
|
|
21576
22218
|
optionChildrenKey: {
|
|
21577
22219
|
type: import("vue").PropType<string>;
|
|
21578
22220
|
required: true;
|
|
@@ -21588,7 +22230,7 @@ declare const _default: {
|
|
|
21588
22230
|
}>> & {
|
|
21589
22231
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
21590
22232
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21591
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
22233
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
21592
22234
|
$attrs: {
|
|
21593
22235
|
[x: string]: unknown;
|
|
21594
22236
|
};
|
|
@@ -21622,6 +22264,10 @@ declare const _default: {
|
|
|
21622
22264
|
type: import("vue").PropType<unknown[]>;
|
|
21623
22265
|
default: any;
|
|
21624
22266
|
};
|
|
22267
|
+
valueToCopy: {
|
|
22268
|
+
type: import("vue").PropType<string>;
|
|
22269
|
+
default: any;
|
|
22270
|
+
};
|
|
21625
22271
|
options: {
|
|
21626
22272
|
type: import("vue").PropType<unknown[]>;
|
|
21627
22273
|
required: true;
|
|
@@ -21662,14 +22308,14 @@ declare const _default: {
|
|
|
21662
22308
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21663
22309
|
default: any;
|
|
21664
22310
|
};
|
|
21665
|
-
valueToCopy: {
|
|
21666
|
-
type: import("vue").PropType<string>;
|
|
21667
|
-
default: any;
|
|
21668
|
-
};
|
|
21669
22311
|
disabledOptionKey: {
|
|
21670
22312
|
type: import("vue").PropType<string>;
|
|
21671
22313
|
default: string;
|
|
21672
22314
|
};
|
|
22315
|
+
optionEndTextIconKey: {
|
|
22316
|
+
type: import("vue").PropType<string>;
|
|
22317
|
+
default: any;
|
|
22318
|
+
};
|
|
21673
22319
|
optionChildrenKey: {
|
|
21674
22320
|
type: import("vue").PropType<string>;
|
|
21675
22321
|
required: true;
|
|
@@ -21693,6 +22339,7 @@ declare const _default: {
|
|
|
21693
22339
|
disabled: boolean;
|
|
21694
22340
|
size: "small" | "medium" | "large";
|
|
21695
22341
|
selected: unknown[];
|
|
22342
|
+
valueToCopy: string;
|
|
21696
22343
|
placeholder: string;
|
|
21697
22344
|
inlineSearchPlaceholder: string;
|
|
21698
22345
|
optionNameKey: string;
|
|
@@ -21701,8 +22348,8 @@ declare const _default: {
|
|
|
21701
22348
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21702
22349
|
optionEndIconKey: string;
|
|
21703
22350
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21704
|
-
valueToCopy: string;
|
|
21705
22351
|
disabledOptionKey: string;
|
|
22352
|
+
optionEndTextIconKey: string;
|
|
21706
22353
|
}, {}, string> & {
|
|
21707
22354
|
beforeCreate?: (() => void) | (() => void)[];
|
|
21708
22355
|
created?: (() => void) | (() => void)[];
|
|
@@ -21743,6 +22390,10 @@ declare const _default: {
|
|
|
21743
22390
|
type: import("vue").PropType<unknown[]>;
|
|
21744
22391
|
default: any;
|
|
21745
22392
|
};
|
|
22393
|
+
valueToCopy: {
|
|
22394
|
+
type: import("vue").PropType<string>;
|
|
22395
|
+
default: any;
|
|
22396
|
+
};
|
|
21746
22397
|
options: {
|
|
21747
22398
|
type: import("vue").PropType<unknown[]>;
|
|
21748
22399
|
required: true;
|
|
@@ -21783,14 +22434,14 @@ declare const _default: {
|
|
|
21783
22434
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21784
22435
|
default: any;
|
|
21785
22436
|
};
|
|
21786
|
-
valueToCopy: {
|
|
21787
|
-
type: import("vue").PropType<string>;
|
|
21788
|
-
default: any;
|
|
21789
|
-
};
|
|
21790
22437
|
disabledOptionKey: {
|
|
21791
22438
|
type: import("vue").PropType<string>;
|
|
21792
22439
|
default: string;
|
|
21793
22440
|
};
|
|
22441
|
+
optionEndTextIconKey: {
|
|
22442
|
+
type: import("vue").PropType<string>;
|
|
22443
|
+
default: any;
|
|
22444
|
+
};
|
|
21794
22445
|
optionChildrenKey: {
|
|
21795
22446
|
type: import("vue").PropType<string>;
|
|
21796
22447
|
required: true;
|
|
@@ -21830,6 +22481,10 @@ declare const _default: {
|
|
|
21830
22481
|
type: import("vue").PropType<unknown[]>;
|
|
21831
22482
|
default: any;
|
|
21832
22483
|
};
|
|
22484
|
+
valueToCopy: {
|
|
22485
|
+
type: import("vue").PropType<string>;
|
|
22486
|
+
default: any;
|
|
22487
|
+
};
|
|
21833
22488
|
options: {
|
|
21834
22489
|
type: import("vue").PropType<unknown[]>;
|
|
21835
22490
|
required: true;
|
|
@@ -21870,14 +22525,14 @@ declare const _default: {
|
|
|
21870
22525
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21871
22526
|
default: any;
|
|
21872
22527
|
};
|
|
21873
|
-
valueToCopy: {
|
|
21874
|
-
type: import("vue").PropType<string>;
|
|
21875
|
-
default: any;
|
|
21876
|
-
};
|
|
21877
22528
|
disabledOptionKey: {
|
|
21878
22529
|
type: import("vue").PropType<string>;
|
|
21879
22530
|
default: string;
|
|
21880
22531
|
};
|
|
22532
|
+
optionEndTextIconKey: {
|
|
22533
|
+
type: import("vue").PropType<string>;
|
|
22534
|
+
default: any;
|
|
22535
|
+
};
|
|
21881
22536
|
optionChildrenKey: {
|
|
21882
22537
|
type: import("vue").PropType<string>;
|
|
21883
22538
|
required: true;
|
|
@@ -21901,6 +22556,7 @@ declare const _default: {
|
|
|
21901
22556
|
disabled: boolean;
|
|
21902
22557
|
size: "small" | "medium" | "large";
|
|
21903
22558
|
selected: unknown[];
|
|
22559
|
+
valueToCopy: string;
|
|
21904
22560
|
placeholder: string;
|
|
21905
22561
|
inlineSearchPlaceholder: string;
|
|
21906
22562
|
optionNameKey: string;
|
|
@@ -21909,13 +22565,203 @@ declare const _default: {
|
|
|
21909
22565
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21910
22566
|
optionEndIconKey: string;
|
|
21911
22567
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21912
|
-
valueToCopy: string;
|
|
21913
22568
|
disabledOptionKey: string;
|
|
22569
|
+
optionEndTextIconKey: string;
|
|
21914
22570
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21915
22571
|
$slots: {
|
|
21916
22572
|
"trigger-end-icon"?(_: {}): any;
|
|
21917
22573
|
};
|
|
21918
|
-
})))
|
|
22574
|
+
})) | import("vue").DefineComponent<{
|
|
22575
|
+
label: {
|
|
22576
|
+
type: import("vue").PropType<string>;
|
|
22577
|
+
required: true;
|
|
22578
|
+
default: string;
|
|
22579
|
+
};
|
|
22580
|
+
testId: {
|
|
22581
|
+
type: import("vue").PropType<string>;
|
|
22582
|
+
default: string;
|
|
22583
|
+
};
|
|
22584
|
+
isOpen: {
|
|
22585
|
+
type: import("vue").PropType<boolean>;
|
|
22586
|
+
default: boolean;
|
|
22587
|
+
};
|
|
22588
|
+
infiniteLoading: {
|
|
22589
|
+
type: import("vue").PropType<boolean>;
|
|
22590
|
+
default: boolean;
|
|
22591
|
+
};
|
|
22592
|
+
optionNameKey: {
|
|
22593
|
+
type: import("vue").PropType<string>;
|
|
22594
|
+
required: true;
|
|
22595
|
+
default: string;
|
|
22596
|
+
};
|
|
22597
|
+
optionFlagKey: {
|
|
22598
|
+
type: import("vue").PropType<string>;
|
|
22599
|
+
default: string;
|
|
22600
|
+
};
|
|
22601
|
+
groupedOptions: {
|
|
22602
|
+
type: import("vue").PropType<boolean>;
|
|
22603
|
+
default: boolean;
|
|
22604
|
+
};
|
|
22605
|
+
comparingKey: {
|
|
22606
|
+
type: import("vue").PropType<string>;
|
|
22607
|
+
required: true;
|
|
22608
|
+
default: string;
|
|
22609
|
+
};
|
|
22610
|
+
conditionalOptions: {
|
|
22611
|
+
type: import("vue").PropType<{
|
|
22612
|
+
label: string;
|
|
22613
|
+
value: string;
|
|
22614
|
+
multi: boolean;
|
|
22615
|
+
}[]>;
|
|
22616
|
+
required: true;
|
|
22617
|
+
};
|
|
22618
|
+
selectedCondition: {
|
|
22619
|
+
type: import("vue").PropType<{
|
|
22620
|
+
label: string;
|
|
22621
|
+
value: string;
|
|
22622
|
+
multi: boolean;
|
|
22623
|
+
}>;
|
|
22624
|
+
required: true;
|
|
22625
|
+
};
|
|
22626
|
+
appliedSelections: {
|
|
22627
|
+
type: import("vue").PropType<unknown>;
|
|
22628
|
+
required: true;
|
|
22629
|
+
};
|
|
22630
|
+
fetchFnCallback: {
|
|
22631
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
22632
|
+
required: true;
|
|
22633
|
+
};
|
|
22634
|
+
minCharsToStart: {
|
|
22635
|
+
type: import("vue").PropType<number>;
|
|
22636
|
+
default: number;
|
|
22637
|
+
};
|
|
22638
|
+
searchQuery: {
|
|
22639
|
+
type: import("vue").PropType<string>;
|
|
22640
|
+
default: string;
|
|
22641
|
+
};
|
|
22642
|
+
loadMoreFn: {
|
|
22643
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
22644
|
+
default: any;
|
|
22645
|
+
};
|
|
22646
|
+
fetchDataDebounceTime: {
|
|
22647
|
+
type: import("vue").PropType<number>;
|
|
22648
|
+
default: number;
|
|
22649
|
+
};
|
|
22650
|
+
autoFocusSearch: {
|
|
22651
|
+
type: import("vue").PropType<boolean>;
|
|
22652
|
+
default: boolean;
|
|
22653
|
+
};
|
|
22654
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22655
|
+
"update:selectedCondition": (value: {
|
|
22656
|
+
label: string;
|
|
22657
|
+
value: string;
|
|
22658
|
+
multi: boolean;
|
|
22659
|
+
}) => void;
|
|
22660
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
22661
|
+
clear: () => void;
|
|
22662
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22663
|
+
label: {
|
|
22664
|
+
type: import("vue").PropType<string>;
|
|
22665
|
+
required: true;
|
|
22666
|
+
default: string;
|
|
22667
|
+
};
|
|
22668
|
+
testId: {
|
|
22669
|
+
type: import("vue").PropType<string>;
|
|
22670
|
+
default: string;
|
|
22671
|
+
};
|
|
22672
|
+
isOpen: {
|
|
22673
|
+
type: import("vue").PropType<boolean>;
|
|
22674
|
+
default: boolean;
|
|
22675
|
+
};
|
|
22676
|
+
infiniteLoading: {
|
|
22677
|
+
type: import("vue").PropType<boolean>;
|
|
22678
|
+
default: boolean;
|
|
22679
|
+
};
|
|
22680
|
+
optionNameKey: {
|
|
22681
|
+
type: import("vue").PropType<string>;
|
|
22682
|
+
required: true;
|
|
22683
|
+
default: string;
|
|
22684
|
+
};
|
|
22685
|
+
optionFlagKey: {
|
|
22686
|
+
type: import("vue").PropType<string>;
|
|
22687
|
+
default: string;
|
|
22688
|
+
};
|
|
22689
|
+
groupedOptions: {
|
|
22690
|
+
type: import("vue").PropType<boolean>;
|
|
22691
|
+
default: boolean;
|
|
22692
|
+
};
|
|
22693
|
+
comparingKey: {
|
|
22694
|
+
type: import("vue").PropType<string>;
|
|
22695
|
+
required: true;
|
|
22696
|
+
default: string;
|
|
22697
|
+
};
|
|
22698
|
+
conditionalOptions: {
|
|
22699
|
+
type: import("vue").PropType<{
|
|
22700
|
+
label: string;
|
|
22701
|
+
value: string;
|
|
22702
|
+
multi: boolean;
|
|
22703
|
+
}[]>;
|
|
22704
|
+
required: true;
|
|
22705
|
+
};
|
|
22706
|
+
selectedCondition: {
|
|
22707
|
+
type: import("vue").PropType<{
|
|
22708
|
+
label: string;
|
|
22709
|
+
value: string;
|
|
22710
|
+
multi: boolean;
|
|
22711
|
+
}>;
|
|
22712
|
+
required: true;
|
|
22713
|
+
};
|
|
22714
|
+
appliedSelections: {
|
|
22715
|
+
type: import("vue").PropType<unknown>;
|
|
22716
|
+
required: true;
|
|
22717
|
+
};
|
|
22718
|
+
fetchFnCallback: {
|
|
22719
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
22720
|
+
required: true;
|
|
22721
|
+
};
|
|
22722
|
+
minCharsToStart: {
|
|
22723
|
+
type: import("vue").PropType<number>;
|
|
22724
|
+
default: number;
|
|
22725
|
+
};
|
|
22726
|
+
searchQuery: {
|
|
22727
|
+
type: import("vue").PropType<string>;
|
|
22728
|
+
default: string;
|
|
22729
|
+
};
|
|
22730
|
+
loadMoreFn: {
|
|
22731
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
22732
|
+
default: any;
|
|
22733
|
+
};
|
|
22734
|
+
fetchDataDebounceTime: {
|
|
22735
|
+
type: import("vue").PropType<number>;
|
|
22736
|
+
default: number;
|
|
22737
|
+
};
|
|
22738
|
+
autoFocusSearch: {
|
|
22739
|
+
type: import("vue").PropType<boolean>;
|
|
22740
|
+
default: boolean;
|
|
22741
|
+
};
|
|
22742
|
+
}>> & {
|
|
22743
|
+
onClear?: () => any;
|
|
22744
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
22745
|
+
label: string;
|
|
22746
|
+
value: string;
|
|
22747
|
+
multi: boolean;
|
|
22748
|
+
}) => any;
|
|
22749
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
22750
|
+
}, {
|
|
22751
|
+
label: string;
|
|
22752
|
+
testId: string;
|
|
22753
|
+
isOpen: boolean;
|
|
22754
|
+
infiniteLoading: boolean;
|
|
22755
|
+
optionNameKey: string;
|
|
22756
|
+
optionFlagKey: string;
|
|
22757
|
+
groupedOptions: boolean;
|
|
22758
|
+
comparingKey: string;
|
|
22759
|
+
minCharsToStart: number;
|
|
22760
|
+
searchQuery: string;
|
|
22761
|
+
loadMoreFn: () => Promise<void>;
|
|
22762
|
+
fetchDataDebounceTime: number;
|
|
22763
|
+
autoFocusSearch: boolean;
|
|
22764
|
+
}>)[];
|
|
21919
22765
|
Option: {
|
|
21920
22766
|
new (...args: any[]): {
|
|
21921
22767
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -21936,11 +22782,13 @@ declare const _default: {
|
|
|
21936
22782
|
iconKey: string;
|
|
21937
22783
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21938
22784
|
endIconKey: string;
|
|
22785
|
+
endTextIconKey: string;
|
|
21939
22786
|
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";
|
|
21940
22787
|
treeMainOption: boolean;
|
|
21941
22788
|
treeMainOptionExpanded: boolean;
|
|
21942
22789
|
stopOptionClickEventPropagation: boolean;
|
|
21943
22790
|
treeChildShown: boolean;
|
|
22791
|
+
isMulti: boolean;
|
|
21944
22792
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
21945
22793
|
option: {
|
|
21946
22794
|
type: import("vue").PropType<unknown>;
|
|
@@ -22002,6 +22850,10 @@ declare const _default: {
|
|
|
22002
22850
|
type: import("vue").PropType<string>;
|
|
22003
22851
|
default: any;
|
|
22004
22852
|
};
|
|
22853
|
+
endTextIconKey: {
|
|
22854
|
+
type: import("vue").PropType<string>;
|
|
22855
|
+
default: any;
|
|
22856
|
+
};
|
|
22005
22857
|
toolTipPlacement: {
|
|
22006
22858
|
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">;
|
|
22007
22859
|
default: string;
|
|
@@ -22022,12 +22874,16 @@ declare const _default: {
|
|
|
22022
22874
|
type: import("vue").PropType<boolean>;
|
|
22023
22875
|
default: boolean;
|
|
22024
22876
|
};
|
|
22877
|
+
isMulti: {
|
|
22878
|
+
type: import("vue").PropType<boolean>;
|
|
22879
|
+
default: boolean;
|
|
22880
|
+
};
|
|
22025
22881
|
selectedProp: {
|
|
22026
22882
|
type: import("vue").PropType<boolean>;
|
|
22027
22883
|
};
|
|
22028
22884
|
}>> & {
|
|
22029
22885
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
22030
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
22886
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "endTextIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti">;
|
|
22031
22887
|
$attrs: {
|
|
22032
22888
|
[x: string]: unknown;
|
|
22033
22889
|
};
|
|
@@ -22102,6 +22958,10 @@ declare const _default: {
|
|
|
22102
22958
|
type: import("vue").PropType<string>;
|
|
22103
22959
|
default: any;
|
|
22104
22960
|
};
|
|
22961
|
+
endTextIconKey: {
|
|
22962
|
+
type: import("vue").PropType<string>;
|
|
22963
|
+
default: any;
|
|
22964
|
+
};
|
|
22105
22965
|
toolTipPlacement: {
|
|
22106
22966
|
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">;
|
|
22107
22967
|
default: string;
|
|
@@ -22122,6 +22982,10 @@ declare const _default: {
|
|
|
22122
22982
|
type: import("vue").PropType<boolean>;
|
|
22123
22983
|
default: boolean;
|
|
22124
22984
|
};
|
|
22985
|
+
isMulti: {
|
|
22986
|
+
type: import("vue").PropType<boolean>;
|
|
22987
|
+
default: boolean;
|
|
22988
|
+
};
|
|
22125
22989
|
selectedProp: {
|
|
22126
22990
|
type: import("vue").PropType<boolean>;
|
|
22127
22991
|
};
|
|
@@ -22145,11 +23009,13 @@ declare const _default: {
|
|
|
22145
23009
|
iconKey: string;
|
|
22146
23010
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22147
23011
|
endIconKey: string;
|
|
23012
|
+
endTextIconKey: string;
|
|
22148
23013
|
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";
|
|
22149
23014
|
treeMainOption: boolean;
|
|
22150
23015
|
treeMainOptionExpanded: boolean;
|
|
22151
23016
|
stopOptionClickEventPropagation: boolean;
|
|
22152
23017
|
treeChildShown: boolean;
|
|
23018
|
+
isMulti: boolean;
|
|
22153
23019
|
}, {}, string> & {
|
|
22154
23020
|
beforeCreate?: (() => void) | (() => void)[];
|
|
22155
23021
|
created?: (() => void) | (() => void)[];
|
|
@@ -22231,6 +23097,10 @@ declare const _default: {
|
|
|
22231
23097
|
type: import("vue").PropType<string>;
|
|
22232
23098
|
default: any;
|
|
22233
23099
|
};
|
|
23100
|
+
endTextIconKey: {
|
|
23101
|
+
type: import("vue").PropType<string>;
|
|
23102
|
+
default: any;
|
|
23103
|
+
};
|
|
22234
23104
|
toolTipPlacement: {
|
|
22235
23105
|
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">;
|
|
22236
23106
|
default: string;
|
|
@@ -22251,6 +23121,10 @@ declare const _default: {
|
|
|
22251
23121
|
type: import("vue").PropType<boolean>;
|
|
22252
23122
|
default: boolean;
|
|
22253
23123
|
};
|
|
23124
|
+
isMulti: {
|
|
23125
|
+
type: import("vue").PropType<boolean>;
|
|
23126
|
+
default: boolean;
|
|
23127
|
+
};
|
|
22254
23128
|
selectedProp: {
|
|
22255
23129
|
type: import("vue").PropType<boolean>;
|
|
22256
23130
|
};
|
|
@@ -22321,6 +23195,10 @@ declare const _default: {
|
|
|
22321
23195
|
type: import("vue").PropType<string>;
|
|
22322
23196
|
default: any;
|
|
22323
23197
|
};
|
|
23198
|
+
endTextIconKey: {
|
|
23199
|
+
type: import("vue").PropType<string>;
|
|
23200
|
+
default: any;
|
|
23201
|
+
};
|
|
22324
23202
|
toolTipPlacement: {
|
|
22325
23203
|
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">;
|
|
22326
23204
|
default: string;
|
|
@@ -22341,6 +23219,10 @@ declare const _default: {
|
|
|
22341
23219
|
type: import("vue").PropType<boolean>;
|
|
22342
23220
|
default: boolean;
|
|
22343
23221
|
};
|
|
23222
|
+
isMulti: {
|
|
23223
|
+
type: import("vue").PropType<boolean>;
|
|
23224
|
+
default: boolean;
|
|
23225
|
+
};
|
|
22344
23226
|
selectedProp: {
|
|
22345
23227
|
type: import("vue").PropType<boolean>;
|
|
22346
23228
|
};
|
|
@@ -22364,11 +23246,13 @@ declare const _default: {
|
|
|
22364
23246
|
iconKey: string;
|
|
22365
23247
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22366
23248
|
endIconKey: string;
|
|
23249
|
+
endTextIconKey: string;
|
|
22367
23250
|
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";
|
|
22368
23251
|
treeMainOption: boolean;
|
|
22369
23252
|
treeMainOptionExpanded: boolean;
|
|
22370
23253
|
stopOptionClickEventPropagation: boolean;
|
|
22371
23254
|
treeChildShown: boolean;
|
|
23255
|
+
isMulti: boolean;
|
|
22372
23256
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
22373
23257
|
$slots: {
|
|
22374
23258
|
image?(_: {}): any;
|
|
@@ -22387,6 +23271,7 @@ declare const _default: {
|
|
|
22387
23271
|
disabled: boolean;
|
|
22388
23272
|
size: "small" | "medium" | "large";
|
|
22389
23273
|
selected: unknown[];
|
|
23274
|
+
valueToCopy: string;
|
|
22390
23275
|
placeholder: string;
|
|
22391
23276
|
inlineSearchPlaceholder: string;
|
|
22392
23277
|
optionNameKey: string;
|
|
@@ -22395,8 +23280,8 @@ declare const _default: {
|
|
|
22395
23280
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22396
23281
|
optionEndIconKey: string;
|
|
22397
23282
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22398
|
-
valueToCopy: string;
|
|
22399
23283
|
disabledOptionKey: string;
|
|
23284
|
+
optionEndTextIconKey: string;
|
|
22400
23285
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
22401
23286
|
testId: {
|
|
22402
23287
|
type: import("vue").PropType<string>;
|
|
@@ -22417,6 +23302,10 @@ declare const _default: {
|
|
|
22417
23302
|
type: import("vue").PropType<unknown[]>;
|
|
22418
23303
|
default: any;
|
|
22419
23304
|
};
|
|
23305
|
+
valueToCopy: {
|
|
23306
|
+
type: import("vue").PropType<string>;
|
|
23307
|
+
default: any;
|
|
23308
|
+
};
|
|
22420
23309
|
options: {
|
|
22421
23310
|
type: import("vue").PropType<unknown[]>;
|
|
22422
23311
|
required: true;
|
|
@@ -22457,14 +23346,14 @@ declare const _default: {
|
|
|
22457
23346
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22458
23347
|
default: any;
|
|
22459
23348
|
};
|
|
22460
|
-
valueToCopy: {
|
|
22461
|
-
type: import("vue").PropType<string>;
|
|
22462
|
-
default: any;
|
|
22463
|
-
};
|
|
22464
23349
|
disabledOptionKey: {
|
|
22465
23350
|
type: import("vue").PropType<string>;
|
|
22466
23351
|
default: string;
|
|
22467
23352
|
};
|
|
23353
|
+
optionEndTextIconKey: {
|
|
23354
|
+
type: import("vue").PropType<string>;
|
|
23355
|
+
default: any;
|
|
23356
|
+
};
|
|
22468
23357
|
optionChildrenKey: {
|
|
22469
23358
|
type: import("vue").PropType<string>;
|
|
22470
23359
|
required: true;
|
|
@@ -22480,7 +23369,7 @@ declare const _default: {
|
|
|
22480
23369
|
}>> & {
|
|
22481
23370
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
22482
23371
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
22483
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "
|
|
23372
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
22484
23373
|
$attrs: {
|
|
22485
23374
|
[x: string]: unknown;
|
|
22486
23375
|
};
|
|
@@ -22514,6 +23403,10 @@ declare const _default: {
|
|
|
22514
23403
|
type: import("vue").PropType<unknown[]>;
|
|
22515
23404
|
default: any;
|
|
22516
23405
|
};
|
|
23406
|
+
valueToCopy: {
|
|
23407
|
+
type: import("vue").PropType<string>;
|
|
23408
|
+
default: any;
|
|
23409
|
+
};
|
|
22517
23410
|
options: {
|
|
22518
23411
|
type: import("vue").PropType<unknown[]>;
|
|
22519
23412
|
required: true;
|
|
@@ -22554,14 +23447,14 @@ declare const _default: {
|
|
|
22554
23447
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22555
23448
|
default: any;
|
|
22556
23449
|
};
|
|
22557
|
-
valueToCopy: {
|
|
22558
|
-
type: import("vue").PropType<string>;
|
|
22559
|
-
default: any;
|
|
22560
|
-
};
|
|
22561
23450
|
disabledOptionKey: {
|
|
22562
23451
|
type: import("vue").PropType<string>;
|
|
22563
23452
|
default: string;
|
|
22564
23453
|
};
|
|
23454
|
+
optionEndTextIconKey: {
|
|
23455
|
+
type: import("vue").PropType<string>;
|
|
23456
|
+
default: any;
|
|
23457
|
+
};
|
|
22565
23458
|
optionChildrenKey: {
|
|
22566
23459
|
type: import("vue").PropType<string>;
|
|
22567
23460
|
required: true;
|
|
@@ -22585,6 +23478,7 @@ declare const _default: {
|
|
|
22585
23478
|
disabled: boolean;
|
|
22586
23479
|
size: "small" | "medium" | "large";
|
|
22587
23480
|
selected: unknown[];
|
|
23481
|
+
valueToCopy: string;
|
|
22588
23482
|
placeholder: string;
|
|
22589
23483
|
inlineSearchPlaceholder: string;
|
|
22590
23484
|
optionNameKey: string;
|
|
@@ -22593,8 +23487,8 @@ declare const _default: {
|
|
|
22593
23487
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22594
23488
|
optionEndIconKey: string;
|
|
22595
23489
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22596
|
-
valueToCopy: string;
|
|
22597
23490
|
disabledOptionKey: string;
|
|
23491
|
+
optionEndTextIconKey: string;
|
|
22598
23492
|
}, {}, string> & {
|
|
22599
23493
|
beforeCreate?: (() => void) | (() => void)[];
|
|
22600
23494
|
created?: (() => void) | (() => void)[];
|
|
@@ -22635,6 +23529,10 @@ declare const _default: {
|
|
|
22635
23529
|
type: import("vue").PropType<unknown[]>;
|
|
22636
23530
|
default: any;
|
|
22637
23531
|
};
|
|
23532
|
+
valueToCopy: {
|
|
23533
|
+
type: import("vue").PropType<string>;
|
|
23534
|
+
default: any;
|
|
23535
|
+
};
|
|
22638
23536
|
options: {
|
|
22639
23537
|
type: import("vue").PropType<unknown[]>;
|
|
22640
23538
|
required: true;
|
|
@@ -22675,14 +23573,14 @@ declare const _default: {
|
|
|
22675
23573
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22676
23574
|
default: any;
|
|
22677
23575
|
};
|
|
22678
|
-
valueToCopy: {
|
|
22679
|
-
type: import("vue").PropType<string>;
|
|
22680
|
-
default: any;
|
|
22681
|
-
};
|
|
22682
23576
|
disabledOptionKey: {
|
|
22683
23577
|
type: import("vue").PropType<string>;
|
|
22684
23578
|
default: string;
|
|
22685
23579
|
};
|
|
23580
|
+
optionEndTextIconKey: {
|
|
23581
|
+
type: import("vue").PropType<string>;
|
|
23582
|
+
default: any;
|
|
23583
|
+
};
|
|
22686
23584
|
optionChildrenKey: {
|
|
22687
23585
|
type: import("vue").PropType<string>;
|
|
22688
23586
|
required: true;
|
|
@@ -22722,6 +23620,10 @@ declare const _default: {
|
|
|
22722
23620
|
type: import("vue").PropType<unknown[]>;
|
|
22723
23621
|
default: any;
|
|
22724
23622
|
};
|
|
23623
|
+
valueToCopy: {
|
|
23624
|
+
type: import("vue").PropType<string>;
|
|
23625
|
+
default: any;
|
|
23626
|
+
};
|
|
22725
23627
|
options: {
|
|
22726
23628
|
type: import("vue").PropType<unknown[]>;
|
|
22727
23629
|
required: true;
|
|
@@ -22762,14 +23664,14 @@ declare const _default: {
|
|
|
22762
23664
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22763
23665
|
default: any;
|
|
22764
23666
|
};
|
|
22765
|
-
valueToCopy: {
|
|
22766
|
-
type: import("vue").PropType<string>;
|
|
22767
|
-
default: any;
|
|
22768
|
-
};
|
|
22769
23667
|
disabledOptionKey: {
|
|
22770
23668
|
type: import("vue").PropType<string>;
|
|
22771
23669
|
default: string;
|
|
22772
23670
|
};
|
|
23671
|
+
optionEndTextIconKey: {
|
|
23672
|
+
type: import("vue").PropType<string>;
|
|
23673
|
+
default: any;
|
|
23674
|
+
};
|
|
22773
23675
|
optionChildrenKey: {
|
|
22774
23676
|
type: import("vue").PropType<string>;
|
|
22775
23677
|
required: true;
|
|
@@ -22793,6 +23695,7 @@ declare const _default: {
|
|
|
22793
23695
|
disabled: boolean;
|
|
22794
23696
|
size: "small" | "medium" | "large";
|
|
22795
23697
|
selected: unknown[];
|
|
23698
|
+
valueToCopy: string;
|
|
22796
23699
|
placeholder: string;
|
|
22797
23700
|
inlineSearchPlaceholder: string;
|
|
22798
23701
|
optionNameKey: string;
|
|
@@ -22801,13 +23704,204 @@ declare const _default: {
|
|
|
22801
23704
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22802
23705
|
optionEndIconKey: string;
|
|
22803
23706
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22804
|
-
valueToCopy: string;
|
|
22805
23707
|
disabledOptionKey: string;
|
|
23708
|
+
optionEndTextIconKey: string;
|
|
22806
23709
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
22807
23710
|
$slots: {
|
|
22808
23711
|
"trigger-end-icon"?(_: {}): any;
|
|
22809
23712
|
};
|
|
22810
23713
|
});
|
|
23714
|
+
ConditionalDropdown: import("vue").DefineComponent<{
|
|
23715
|
+
label: {
|
|
23716
|
+
type: import("vue").PropType<string>;
|
|
23717
|
+
required: true;
|
|
23718
|
+
default: string;
|
|
23719
|
+
};
|
|
23720
|
+
testId: {
|
|
23721
|
+
type: import("vue").PropType<string>;
|
|
23722
|
+
default: string;
|
|
23723
|
+
};
|
|
23724
|
+
isOpen: {
|
|
23725
|
+
type: import("vue").PropType<boolean>;
|
|
23726
|
+
default: boolean;
|
|
23727
|
+
};
|
|
23728
|
+
infiniteLoading: {
|
|
23729
|
+
type: import("vue").PropType<boolean>;
|
|
23730
|
+
default: boolean;
|
|
23731
|
+
};
|
|
23732
|
+
optionNameKey: {
|
|
23733
|
+
type: import("vue").PropType<string>;
|
|
23734
|
+
required: true;
|
|
23735
|
+
default: string;
|
|
23736
|
+
};
|
|
23737
|
+
optionFlagKey: {
|
|
23738
|
+
type: import("vue").PropType<string>;
|
|
23739
|
+
default: string;
|
|
23740
|
+
};
|
|
23741
|
+
groupedOptions: {
|
|
23742
|
+
type: import("vue").PropType<boolean>;
|
|
23743
|
+
default: boolean;
|
|
23744
|
+
};
|
|
23745
|
+
comparingKey: {
|
|
23746
|
+
type: import("vue").PropType<string>;
|
|
23747
|
+
required: true;
|
|
23748
|
+
default: string;
|
|
23749
|
+
};
|
|
23750
|
+
conditionalOptions: {
|
|
23751
|
+
type: import("vue").PropType<{
|
|
23752
|
+
label: string;
|
|
23753
|
+
value: string;
|
|
23754
|
+
multi: boolean;
|
|
23755
|
+
}[]>;
|
|
23756
|
+
required: true;
|
|
23757
|
+
};
|
|
23758
|
+
selectedCondition: {
|
|
23759
|
+
type: import("vue").PropType<{
|
|
23760
|
+
label: string;
|
|
23761
|
+
value: string;
|
|
23762
|
+
multi: boolean;
|
|
23763
|
+
}>;
|
|
23764
|
+
required: true;
|
|
23765
|
+
};
|
|
23766
|
+
appliedSelections: {
|
|
23767
|
+
type: import("vue").PropType<unknown>;
|
|
23768
|
+
required: true;
|
|
23769
|
+
};
|
|
23770
|
+
fetchFnCallback: {
|
|
23771
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
23772
|
+
required: true;
|
|
23773
|
+
};
|
|
23774
|
+
minCharsToStart: {
|
|
23775
|
+
type: import("vue").PropType<number>;
|
|
23776
|
+
default: number;
|
|
23777
|
+
};
|
|
23778
|
+
searchQuery: {
|
|
23779
|
+
type: import("vue").PropType<string>;
|
|
23780
|
+
default: string;
|
|
23781
|
+
};
|
|
23782
|
+
loadMoreFn: {
|
|
23783
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
23784
|
+
default: any;
|
|
23785
|
+
};
|
|
23786
|
+
fetchDataDebounceTime: {
|
|
23787
|
+
type: import("vue").PropType<number>;
|
|
23788
|
+
default: number;
|
|
23789
|
+
};
|
|
23790
|
+
autoFocusSearch: {
|
|
23791
|
+
type: import("vue").PropType<boolean>;
|
|
23792
|
+
default: boolean;
|
|
23793
|
+
};
|
|
23794
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23795
|
+
"update:selectedCondition": (value: {
|
|
23796
|
+
label: string;
|
|
23797
|
+
value: string;
|
|
23798
|
+
multi: boolean;
|
|
23799
|
+
}) => void;
|
|
23800
|
+
"update:appliedSelections": (value: unknown) => void;
|
|
23801
|
+
clear: () => void;
|
|
23802
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23803
|
+
label: {
|
|
23804
|
+
type: import("vue").PropType<string>;
|
|
23805
|
+
required: true;
|
|
23806
|
+
default: string;
|
|
23807
|
+
};
|
|
23808
|
+
testId: {
|
|
23809
|
+
type: import("vue").PropType<string>;
|
|
23810
|
+
default: string;
|
|
23811
|
+
};
|
|
23812
|
+
isOpen: {
|
|
23813
|
+
type: import("vue").PropType<boolean>;
|
|
23814
|
+
default: boolean;
|
|
23815
|
+
};
|
|
23816
|
+
infiniteLoading: {
|
|
23817
|
+
type: import("vue").PropType<boolean>;
|
|
23818
|
+
default: boolean;
|
|
23819
|
+
};
|
|
23820
|
+
optionNameKey: {
|
|
23821
|
+
type: import("vue").PropType<string>;
|
|
23822
|
+
required: true;
|
|
23823
|
+
default: string;
|
|
23824
|
+
};
|
|
23825
|
+
optionFlagKey: {
|
|
23826
|
+
type: import("vue").PropType<string>;
|
|
23827
|
+
default: string;
|
|
23828
|
+
};
|
|
23829
|
+
groupedOptions: {
|
|
23830
|
+
type: import("vue").PropType<boolean>;
|
|
23831
|
+
default: boolean;
|
|
23832
|
+
};
|
|
23833
|
+
comparingKey: {
|
|
23834
|
+
type: import("vue").PropType<string>;
|
|
23835
|
+
required: true;
|
|
23836
|
+
default: string;
|
|
23837
|
+
};
|
|
23838
|
+
conditionalOptions: {
|
|
23839
|
+
type: import("vue").PropType<{
|
|
23840
|
+
label: string;
|
|
23841
|
+
value: string;
|
|
23842
|
+
multi: boolean;
|
|
23843
|
+
}[]>;
|
|
23844
|
+
required: true;
|
|
23845
|
+
};
|
|
23846
|
+
selectedCondition: {
|
|
23847
|
+
type: import("vue").PropType<{
|
|
23848
|
+
label: string;
|
|
23849
|
+
value: string;
|
|
23850
|
+
multi: boolean;
|
|
23851
|
+
}>;
|
|
23852
|
+
required: true;
|
|
23853
|
+
};
|
|
23854
|
+
appliedSelections: {
|
|
23855
|
+
type: import("vue").PropType<unknown>;
|
|
23856
|
+
required: true;
|
|
23857
|
+
};
|
|
23858
|
+
fetchFnCallback: {
|
|
23859
|
+
type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
|
|
23860
|
+
required: true;
|
|
23861
|
+
};
|
|
23862
|
+
minCharsToStart: {
|
|
23863
|
+
type: import("vue").PropType<number>;
|
|
23864
|
+
default: number;
|
|
23865
|
+
};
|
|
23866
|
+
searchQuery: {
|
|
23867
|
+
type: import("vue").PropType<string>;
|
|
23868
|
+
default: string;
|
|
23869
|
+
};
|
|
23870
|
+
loadMoreFn: {
|
|
23871
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
23872
|
+
default: any;
|
|
23873
|
+
};
|
|
23874
|
+
fetchDataDebounceTime: {
|
|
23875
|
+
type: import("vue").PropType<number>;
|
|
23876
|
+
default: number;
|
|
23877
|
+
};
|
|
23878
|
+
autoFocusSearch: {
|
|
23879
|
+
type: import("vue").PropType<boolean>;
|
|
23880
|
+
default: boolean;
|
|
23881
|
+
};
|
|
23882
|
+
}>> & {
|
|
23883
|
+
onClear?: () => any;
|
|
23884
|
+
"onUpdate:selectedCondition"?: (value: {
|
|
23885
|
+
label: string;
|
|
23886
|
+
value: string;
|
|
23887
|
+
multi: boolean;
|
|
23888
|
+
}) => any;
|
|
23889
|
+
"onUpdate:appliedSelections"?: (value: unknown) => any;
|
|
23890
|
+
}, {
|
|
23891
|
+
label: string;
|
|
23892
|
+
testId: string;
|
|
23893
|
+
isOpen: boolean;
|
|
23894
|
+
infiniteLoading: boolean;
|
|
23895
|
+
optionNameKey: string;
|
|
23896
|
+
optionFlagKey: string;
|
|
23897
|
+
groupedOptions: boolean;
|
|
23898
|
+
comparingKey: string;
|
|
23899
|
+
minCharsToStart: number;
|
|
23900
|
+
searchQuery: string;
|
|
23901
|
+
loadMoreFn: () => Promise<void>;
|
|
23902
|
+
fetchDataDebounceTime: number;
|
|
23903
|
+
autoFocusSearch: boolean;
|
|
23904
|
+
}>;
|
|
22811
23905
|
Label: {
|
|
22812
23906
|
new (...args: any[]): {
|
|
22813
23907
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -23546,7 +24640,9 @@ declare const _default: {
|
|
|
23546
24640
|
};
|
|
23547
24641
|
}>> & {
|
|
23548
24642
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23549
|
-
}, {
|
|
24643
|
+
}, {
|
|
24644
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24645
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23550
24646
|
"update:modelValue": (...args: any[]) => void;
|
|
23551
24647
|
}, string, {
|
|
23552
24648
|
testId: string;
|
|
@@ -23598,7 +24694,9 @@ declare const _default: {
|
|
|
23598
24694
|
};
|
|
23599
24695
|
}>> & {
|
|
23600
24696
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23601
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
24697
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
24698
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24699
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
23602
24700
|
__isFragment?: never;
|
|
23603
24701
|
__isTeleport?: never;
|
|
23604
24702
|
__isSuspense?: never;
|
|
@@ -23630,7 +24728,9 @@ declare const _default: {
|
|
|
23630
24728
|
};
|
|
23631
24729
|
}>> & {
|
|
23632
24730
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
23633
|
-
}, {
|
|
24731
|
+
}, {
|
|
24732
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
24733
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23634
24734
|
"update:modelValue": (...args: any[]) => void;
|
|
23635
24735
|
}, string, {
|
|
23636
24736
|
testId: string;
|
|
@@ -24011,7 +25111,9 @@ declare const _default: {
|
|
|
24011
25111
|
};
|
|
24012
25112
|
}>> & {
|
|
24013
25113
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24014
|
-
}, {
|
|
25114
|
+
}, {
|
|
25115
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
25116
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24015
25117
|
"update:modelValue": (...args: any[]) => void;
|
|
24016
25118
|
}, string, {
|
|
24017
25119
|
testId: string;
|
|
@@ -24063,7 +25165,9 @@ declare const _default: {
|
|
|
24063
25165
|
};
|
|
24064
25166
|
}>> & {
|
|
24065
25167
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24066
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
25168
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
25169
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
25170
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
24067
25171
|
__isFragment?: never;
|
|
24068
25172
|
__isTeleport?: never;
|
|
24069
25173
|
__isSuspense?: never;
|
|
@@ -24095,7 +25199,9 @@ declare const _default: {
|
|
|
24095
25199
|
};
|
|
24096
25200
|
}>> & {
|
|
24097
25201
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
24098
|
-
}, {
|
|
25202
|
+
}, {
|
|
25203
|
+
toggle: import("vue").ComputedRef<(value?: boolean) => boolean>;
|
|
25204
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24099
25205
|
"update:modelValue": (...args: any[]) => void;
|
|
24100
25206
|
}, string, {
|
|
24101
25207
|
testId: string;
|