@ironsource/shared-ui 2.1.7-rc.8 → 2.1.7-test.2
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/Autocomplete.vue_vue_type_style_index_0_scoped_a7bfd237_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_06751538_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_7af4f288_lang.css +1 -0
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_260b9cdc_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_9db0f796_lang.css +1 -0
- package/Popover.vue_vue_type_style_index_0_scoped_25eb53db_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_052b1a0c_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue.d.ts +0 -5
- package/components/autocomplete/Autocomplete.vue.js +2 -2
- package/components/autocomplete/Autocomplete.vue2.js +45 -57
- package/components/autocomplete/index.d.ts +1 -20
- package/components/dropdown/v4/DropdownV4.vue.d.ts +0 -10
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +147 -151
- package/components/dropdown/v4/OptionV4.vue.d.ts +0 -10
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +53 -70
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +0 -14
- package/components/dropdown/v4/index.d.ts +2 -78
- package/components/includeExclude/IncludeExclude.vue.js +4 -4
- package/components/includeExclude/IncludeExclude.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +4 -4
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +2 -2
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +66 -70
- package/components/popover/Popover.vue.js +8 -0
- package/components/popover/{v3/Popover.vue2.js → Popover.vue2.js} +1 -1
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +0 -5
- package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
- package/components/table/v4/DataGridRowsCounter.vue2.js +22 -29
- package/components/table/v4/MultipleDataGrid.vue.js +5 -5
- package/components/table/v4/MultipleDataGrid.vue2.js +36 -40
- package/components/table/v4/index.d.ts +0 -9
- package/index.d.ts +5 -588
- package/index.js +70 -70
- package/package.json +3 -7
- package/testids/index.d.ts +0 -5
- package/testids/index.js +23 -24
- package/Autocomplete.vue_vue_type_style_index_0_scoped_e361f9fd_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_0ce71f73_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_938772ee_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_9e22192c_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_b6a06f00_lang.css +0 -1
- package/Popover.vue_vue_type_style_index_0_scoped_c607b770_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_1_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_eb472aa3_lang.css +0 -1
- package/components/popover/common/Popover.common.d.ts +0 -6
- package/components/popover/common/Popover.common.js +0 -17
- package/components/popover/v3/Popover.vue.js +0 -8
- package/components/popover/v4/PopoverV4.vue.d.ts +0 -73
- package/components/popover/v4/PopoverV4.vue.js +0 -7
- package/components/popover/v4/PopoverV4.vue2.js +0 -54
- package/components/popover/v4/index.d.ts +0 -209
- package/components/popover/v4/index.js +0 -6
- /package/components/popover/{v3/Popover.vue.d.ts → Popover.vue.d.ts} +0 -0
- /package/components/popover/{v3/index.d.ts → index.d.ts} +0 -0
- /package/components/popover/{v3/index.js → index.js} +0 -0
package/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from '@/composables/useId';
|
|
|
10
10
|
export * from '@/components/filterDropdown';
|
|
11
11
|
export * from '@/components/typography';
|
|
12
12
|
export * from '@/components/typography/v4';
|
|
13
|
+
export * from '@/components/popover';
|
|
13
14
|
export * from '@/components/multibar';
|
|
14
15
|
export * from '@/components/layout';
|
|
15
16
|
export * from '@/components/forms';
|
|
@@ -20,420 +21,6 @@ import * as tableV4 from '@/components/table/v4';
|
|
|
20
21
|
import * as tableCellsV3 from '@/components/table-cells/v3';
|
|
21
22
|
import * as snackbarV3 from '@/components/snackbar/v3';
|
|
22
23
|
declare const _default: {
|
|
23
|
-
Popover: {
|
|
24
|
-
new (...args: any[]): {
|
|
25
|
-
$: import("vue").ComponentInternalInstance;
|
|
26
|
-
$data: {};
|
|
27
|
-
$props: Partial<{
|
|
28
|
-
disabled: boolean;
|
|
29
|
-
testId: string;
|
|
30
|
-
placement: import("floating-vue").Placement;
|
|
31
|
-
distance: number;
|
|
32
|
-
popperClass: string;
|
|
33
|
-
autoHide: boolean;
|
|
34
|
-
skidding: number;
|
|
35
|
-
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
36
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
-
disabled: {
|
|
38
|
-
type: import("vue").PropType<boolean>;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
testId: {
|
|
42
|
-
type: import("vue").PropType<string>;
|
|
43
|
-
default: string;
|
|
44
|
-
};
|
|
45
|
-
placement: {
|
|
46
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
distance: {
|
|
50
|
-
type: import("vue").PropType<number>;
|
|
51
|
-
default: number;
|
|
52
|
-
};
|
|
53
|
-
popperClass: {
|
|
54
|
-
type: import("vue").PropType<string>;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
autoHide: {
|
|
58
|
-
type: import("vue").PropType<boolean>;
|
|
59
|
-
default: boolean;
|
|
60
|
-
};
|
|
61
|
-
skidding: {
|
|
62
|
-
type: import("vue").PropType<number>;
|
|
63
|
-
default: number;
|
|
64
|
-
};
|
|
65
|
-
trigger: {
|
|
66
|
-
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "testId" | "placement" | "distance" | "popperClass" | "autoHide" | "skidding" | "trigger">;
|
|
70
|
-
$attrs: {
|
|
71
|
-
[x: string]: unknown;
|
|
72
|
-
};
|
|
73
|
-
$refs: {
|
|
74
|
-
[x: string]: unknown;
|
|
75
|
-
};
|
|
76
|
-
$slots: Readonly<{
|
|
77
|
-
[name: string]: import("vue").Slot;
|
|
78
|
-
}>;
|
|
79
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
80
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
81
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
82
|
-
$el: any;
|
|
83
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
84
|
-
disabled: {
|
|
85
|
-
type: import("vue").PropType<boolean>;
|
|
86
|
-
default: boolean;
|
|
87
|
-
};
|
|
88
|
-
testId: {
|
|
89
|
-
type: import("vue").PropType<string>;
|
|
90
|
-
default: string;
|
|
91
|
-
};
|
|
92
|
-
placement: {
|
|
93
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
|
-
distance: {
|
|
97
|
-
type: import("vue").PropType<number>;
|
|
98
|
-
default: number;
|
|
99
|
-
};
|
|
100
|
-
popperClass: {
|
|
101
|
-
type: import("vue").PropType<string>;
|
|
102
|
-
default: string;
|
|
103
|
-
};
|
|
104
|
-
autoHide: {
|
|
105
|
-
type: import("vue").PropType<boolean>;
|
|
106
|
-
default: boolean;
|
|
107
|
-
};
|
|
108
|
-
skidding: {
|
|
109
|
-
type: import("vue").PropType<number>;
|
|
110
|
-
default: number;
|
|
111
|
-
};
|
|
112
|
-
trigger: {
|
|
113
|
-
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
114
|
-
default: string;
|
|
115
|
-
};
|
|
116
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
117
|
-
disabled: boolean;
|
|
118
|
-
testId: string;
|
|
119
|
-
placement: import("floating-vue").Placement;
|
|
120
|
-
distance: number;
|
|
121
|
-
popperClass: string;
|
|
122
|
-
autoHide: boolean;
|
|
123
|
-
skidding: number;
|
|
124
|
-
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
125
|
-
}, {}, string> & {
|
|
126
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
127
|
-
created?: (() => void) | (() => void)[];
|
|
128
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
129
|
-
mounted?: (() => void) | (() => void)[];
|
|
130
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
131
|
-
updated?: (() => void) | (() => void)[];
|
|
132
|
-
activated?: (() => void) | (() => void)[];
|
|
133
|
-
deactivated?: (() => void) | (() => void)[];
|
|
134
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
135
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
136
|
-
destroyed?: (() => void) | (() => void)[];
|
|
137
|
-
unmounted?: (() => void) | (() => void)[];
|
|
138
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
139
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
140
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
141
|
-
};
|
|
142
|
-
$forceUpdate: () => void;
|
|
143
|
-
$nextTick: typeof import("vue").nextTick;
|
|
144
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
145
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
146
|
-
disabled: {
|
|
147
|
-
type: import("vue").PropType<boolean>;
|
|
148
|
-
default: boolean;
|
|
149
|
-
};
|
|
150
|
-
testId: {
|
|
151
|
-
type: import("vue").PropType<string>;
|
|
152
|
-
default: string;
|
|
153
|
-
};
|
|
154
|
-
placement: {
|
|
155
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
156
|
-
default: string;
|
|
157
|
-
};
|
|
158
|
-
distance: {
|
|
159
|
-
type: import("vue").PropType<number>;
|
|
160
|
-
default: number;
|
|
161
|
-
};
|
|
162
|
-
popperClass: {
|
|
163
|
-
type: import("vue").PropType<string>;
|
|
164
|
-
default: string;
|
|
165
|
-
};
|
|
166
|
-
autoHide: {
|
|
167
|
-
type: import("vue").PropType<boolean>;
|
|
168
|
-
default: boolean;
|
|
169
|
-
};
|
|
170
|
-
skidding: {
|
|
171
|
-
type: import("vue").PropType<number>;
|
|
172
|
-
default: number;
|
|
173
|
-
};
|
|
174
|
-
trigger: {
|
|
175
|
-
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
176
|
-
default: string;
|
|
177
|
-
};
|
|
178
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
179
|
-
__isFragment?: never;
|
|
180
|
-
__isTeleport?: never;
|
|
181
|
-
__isSuspense?: never;
|
|
182
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
183
|
-
disabled: {
|
|
184
|
-
type: import("vue").PropType<boolean>;
|
|
185
|
-
default: boolean;
|
|
186
|
-
};
|
|
187
|
-
testId: {
|
|
188
|
-
type: import("vue").PropType<string>;
|
|
189
|
-
default: string;
|
|
190
|
-
};
|
|
191
|
-
placement: {
|
|
192
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
193
|
-
default: string;
|
|
194
|
-
};
|
|
195
|
-
distance: {
|
|
196
|
-
type: import("vue").PropType<number>;
|
|
197
|
-
default: number;
|
|
198
|
-
};
|
|
199
|
-
popperClass: {
|
|
200
|
-
type: import("vue").PropType<string>;
|
|
201
|
-
default: string;
|
|
202
|
-
};
|
|
203
|
-
autoHide: {
|
|
204
|
-
type: import("vue").PropType<boolean>;
|
|
205
|
-
default: boolean;
|
|
206
|
-
};
|
|
207
|
-
skidding: {
|
|
208
|
-
type: import("vue").PropType<number>;
|
|
209
|
-
default: number;
|
|
210
|
-
};
|
|
211
|
-
trigger: {
|
|
212
|
-
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
213
|
-
default: string;
|
|
214
|
-
};
|
|
215
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
216
|
-
disabled: boolean;
|
|
217
|
-
testId: string;
|
|
218
|
-
placement: import("floating-vue").Placement;
|
|
219
|
-
distance: number;
|
|
220
|
-
popperClass: string;
|
|
221
|
-
autoHide: boolean;
|
|
222
|
-
skidding: number;
|
|
223
|
-
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
224
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
225
|
-
$slots: {
|
|
226
|
-
trigger?(_: {}): any;
|
|
227
|
-
content?(_: {}): any;
|
|
228
|
-
};
|
|
229
|
-
});
|
|
230
|
-
PopoverTypes: () => ({
|
|
231
|
-
new (...args: any[]): {
|
|
232
|
-
$: import("vue").ComponentInternalInstance;
|
|
233
|
-
$data: {};
|
|
234
|
-
$props: Partial<{
|
|
235
|
-
disabled: boolean;
|
|
236
|
-
testId: string;
|
|
237
|
-
placement: import("floating-vue").Placement;
|
|
238
|
-
distance: number;
|
|
239
|
-
popperClass: string;
|
|
240
|
-
autoHide: boolean;
|
|
241
|
-
skidding: number;
|
|
242
|
-
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
243
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
244
|
-
disabled: {
|
|
245
|
-
type: import("vue").PropType<boolean>;
|
|
246
|
-
default: boolean;
|
|
247
|
-
};
|
|
248
|
-
testId: {
|
|
249
|
-
type: import("vue").PropType<string>;
|
|
250
|
-
default: string;
|
|
251
|
-
};
|
|
252
|
-
placement: {
|
|
253
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
254
|
-
default: string;
|
|
255
|
-
};
|
|
256
|
-
distance: {
|
|
257
|
-
type: import("vue").PropType<number>;
|
|
258
|
-
default: number;
|
|
259
|
-
};
|
|
260
|
-
popperClass: {
|
|
261
|
-
type: import("vue").PropType<string>;
|
|
262
|
-
default: string;
|
|
263
|
-
};
|
|
264
|
-
autoHide: {
|
|
265
|
-
type: import("vue").PropType<boolean>;
|
|
266
|
-
default: boolean;
|
|
267
|
-
};
|
|
268
|
-
skidding: {
|
|
269
|
-
type: import("vue").PropType<number>;
|
|
270
|
-
default: number;
|
|
271
|
-
};
|
|
272
|
-
trigger: {
|
|
273
|
-
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
274
|
-
default: string;
|
|
275
|
-
};
|
|
276
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "testId" | "placement" | "distance" | "popperClass" | "autoHide" | "skidding" | "trigger">;
|
|
277
|
-
$attrs: {
|
|
278
|
-
[x: string]: unknown;
|
|
279
|
-
};
|
|
280
|
-
$refs: {
|
|
281
|
-
[x: string]: unknown;
|
|
282
|
-
};
|
|
283
|
-
$slots: Readonly<{
|
|
284
|
-
[name: string]: import("vue").Slot;
|
|
285
|
-
}>;
|
|
286
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
287
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
288
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
289
|
-
$el: any;
|
|
290
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
291
|
-
disabled: {
|
|
292
|
-
type: import("vue").PropType<boolean>;
|
|
293
|
-
default: boolean;
|
|
294
|
-
};
|
|
295
|
-
testId: {
|
|
296
|
-
type: import("vue").PropType<string>;
|
|
297
|
-
default: string;
|
|
298
|
-
};
|
|
299
|
-
placement: {
|
|
300
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
301
|
-
default: string;
|
|
302
|
-
};
|
|
303
|
-
distance: {
|
|
304
|
-
type: import("vue").PropType<number>;
|
|
305
|
-
default: number;
|
|
306
|
-
};
|
|
307
|
-
popperClass: {
|
|
308
|
-
type: import("vue").PropType<string>;
|
|
309
|
-
default: string;
|
|
310
|
-
};
|
|
311
|
-
autoHide: {
|
|
312
|
-
type: import("vue").PropType<boolean>;
|
|
313
|
-
default: boolean;
|
|
314
|
-
};
|
|
315
|
-
skidding: {
|
|
316
|
-
type: import("vue").PropType<number>;
|
|
317
|
-
default: number;
|
|
318
|
-
};
|
|
319
|
-
trigger: {
|
|
320
|
-
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
321
|
-
default: string;
|
|
322
|
-
};
|
|
323
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
324
|
-
disabled: boolean;
|
|
325
|
-
testId: string;
|
|
326
|
-
placement: import("floating-vue").Placement;
|
|
327
|
-
distance: number;
|
|
328
|
-
popperClass: string;
|
|
329
|
-
autoHide: boolean;
|
|
330
|
-
skidding: number;
|
|
331
|
-
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
332
|
-
}, {}, string> & {
|
|
333
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
334
|
-
created?: (() => void) | (() => void)[];
|
|
335
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
336
|
-
mounted?: (() => void) | (() => void)[];
|
|
337
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
338
|
-
updated?: (() => void) | (() => void)[];
|
|
339
|
-
activated?: (() => void) | (() => void)[];
|
|
340
|
-
deactivated?: (() => void) | (() => void)[];
|
|
341
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
342
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
343
|
-
destroyed?: (() => void) | (() => void)[];
|
|
344
|
-
unmounted?: (() => void) | (() => void)[];
|
|
345
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
346
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
347
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
348
|
-
};
|
|
349
|
-
$forceUpdate: () => void;
|
|
350
|
-
$nextTick: typeof import("vue").nextTick;
|
|
351
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
352
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
353
|
-
disabled: {
|
|
354
|
-
type: import("vue").PropType<boolean>;
|
|
355
|
-
default: boolean;
|
|
356
|
-
};
|
|
357
|
-
testId: {
|
|
358
|
-
type: import("vue").PropType<string>;
|
|
359
|
-
default: string;
|
|
360
|
-
};
|
|
361
|
-
placement: {
|
|
362
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
363
|
-
default: string;
|
|
364
|
-
};
|
|
365
|
-
distance: {
|
|
366
|
-
type: import("vue").PropType<number>;
|
|
367
|
-
default: number;
|
|
368
|
-
};
|
|
369
|
-
popperClass: {
|
|
370
|
-
type: import("vue").PropType<string>;
|
|
371
|
-
default: string;
|
|
372
|
-
};
|
|
373
|
-
autoHide: {
|
|
374
|
-
type: import("vue").PropType<boolean>;
|
|
375
|
-
default: boolean;
|
|
376
|
-
};
|
|
377
|
-
skidding: {
|
|
378
|
-
type: import("vue").PropType<number>;
|
|
379
|
-
default: number;
|
|
380
|
-
};
|
|
381
|
-
trigger: {
|
|
382
|
-
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
383
|
-
default: string;
|
|
384
|
-
};
|
|
385
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
386
|
-
__isFragment?: never;
|
|
387
|
-
__isTeleport?: never;
|
|
388
|
-
__isSuspense?: never;
|
|
389
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
390
|
-
disabled: {
|
|
391
|
-
type: import("vue").PropType<boolean>;
|
|
392
|
-
default: boolean;
|
|
393
|
-
};
|
|
394
|
-
testId: {
|
|
395
|
-
type: import("vue").PropType<string>;
|
|
396
|
-
default: string;
|
|
397
|
-
};
|
|
398
|
-
placement: {
|
|
399
|
-
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
400
|
-
default: string;
|
|
401
|
-
};
|
|
402
|
-
distance: {
|
|
403
|
-
type: import("vue").PropType<number>;
|
|
404
|
-
default: number;
|
|
405
|
-
};
|
|
406
|
-
popperClass: {
|
|
407
|
-
type: import("vue").PropType<string>;
|
|
408
|
-
default: string;
|
|
409
|
-
};
|
|
410
|
-
autoHide: {
|
|
411
|
-
type: import("vue").PropType<boolean>;
|
|
412
|
-
default: boolean;
|
|
413
|
-
};
|
|
414
|
-
skidding: {
|
|
415
|
-
type: import("vue").PropType<number>;
|
|
416
|
-
default: number;
|
|
417
|
-
};
|
|
418
|
-
trigger: {
|
|
419
|
-
type: import("vue").PropType<"touch" | "click" | "focus" | "hover" | "managed">;
|
|
420
|
-
default: string;
|
|
421
|
-
};
|
|
422
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
423
|
-
disabled: boolean;
|
|
424
|
-
testId: string;
|
|
425
|
-
placement: import("floating-vue").Placement;
|
|
426
|
-
distance: number;
|
|
427
|
-
popperClass: string;
|
|
428
|
-
autoHide: boolean;
|
|
429
|
-
skidding: number;
|
|
430
|
-
trigger: "touch" | "click" | "focus" | "hover" | "managed";
|
|
431
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
432
|
-
$slots: {
|
|
433
|
-
trigger?(_: {}): any;
|
|
434
|
-
content?(_: {}): any;
|
|
435
|
-
};
|
|
436
|
-
}))[];
|
|
437
24
|
DateRange: {
|
|
438
25
|
new (...args: any[]): {
|
|
439
26
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -5654,10 +5241,6 @@ declare const _default: {
|
|
|
5654
5241
|
menuItems: tableV4.MenuItem[];
|
|
5655
5242
|
}>;
|
|
5656
5243
|
DataGridRowsCounter: import("vue").DefineComponent<{
|
|
5657
|
-
testId: {
|
|
5658
|
-
type: import("vue").PropType<string>;
|
|
5659
|
-
default: string;
|
|
5660
|
-
};
|
|
5661
5244
|
count: {
|
|
5662
5245
|
type: import("vue").PropType<number>;
|
|
5663
5246
|
default: number;
|
|
@@ -5679,10 +5262,6 @@ declare const _default: {
|
|
|
5679
5262
|
default: string;
|
|
5680
5263
|
};
|
|
5681
5264
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5682
|
-
testId: {
|
|
5683
|
-
type: import("vue").PropType<string>;
|
|
5684
|
-
default: string;
|
|
5685
|
-
};
|
|
5686
5265
|
count: {
|
|
5687
5266
|
type: import("vue").PropType<number>;
|
|
5688
5267
|
default: number;
|
|
@@ -5704,7 +5283,6 @@ declare const _default: {
|
|
|
5704
5283
|
default: string;
|
|
5705
5284
|
};
|
|
5706
5285
|
}>>, {
|
|
5707
|
-
testId: string;
|
|
5708
5286
|
count: number;
|
|
5709
5287
|
totalCount: number;
|
|
5710
5288
|
displayingText: string;
|
|
@@ -6395,10 +5973,6 @@ declare const _default: {
|
|
|
6395
5973
|
rowIndex: number;
|
|
6396
5974
|
menuItems: tableV4.MenuItem[];
|
|
6397
5975
|
}> | import("vue").DefineComponent<{
|
|
6398
|
-
testId: {
|
|
6399
|
-
type: import("vue").PropType<string>;
|
|
6400
|
-
default: string;
|
|
6401
|
-
};
|
|
6402
5976
|
count: {
|
|
6403
5977
|
type: import("vue").PropType<number>;
|
|
6404
5978
|
default: number;
|
|
@@ -6420,10 +5994,6 @@ declare const _default: {
|
|
|
6420
5994
|
default: string;
|
|
6421
5995
|
};
|
|
6422
5996
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6423
|
-
testId: {
|
|
6424
|
-
type: import("vue").PropType<string>;
|
|
6425
|
-
default: string;
|
|
6426
|
-
};
|
|
6427
5997
|
count: {
|
|
6428
5998
|
type: import("vue").PropType<number>;
|
|
6429
5999
|
default: number;
|
|
@@ -6445,7 +6015,6 @@ declare const _default: {
|
|
|
6445
6015
|
default: string;
|
|
6446
6016
|
};
|
|
6447
6017
|
}>>, {
|
|
6448
|
-
testId: string;
|
|
6449
6018
|
count: number;
|
|
6450
6019
|
totalCount: number;
|
|
6451
6020
|
displayingText: string;
|
|
@@ -15023,8 +14592,6 @@ declare const _default: {
|
|
|
15023
14592
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15024
14593
|
valueToCopy: string;
|
|
15025
14594
|
disabledOptionKey: string;
|
|
15026
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15027
|
-
optionTwoLinesKey: string;
|
|
15028
14595
|
fullWidth: boolean;
|
|
15029
14596
|
optionsListWidth: string;
|
|
15030
14597
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -15213,14 +14780,6 @@ declare const _default: {
|
|
|
15213
14780
|
type: import("vue").PropType<string>;
|
|
15214
14781
|
default: string;
|
|
15215
14782
|
};
|
|
15216
|
-
optionTwoLinesVariant: {
|
|
15217
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
15218
|
-
default: any;
|
|
15219
|
-
};
|
|
15220
|
-
optionTwoLinesKey: {
|
|
15221
|
-
type: import("vue").PropType<string>;
|
|
15222
|
-
default: any;
|
|
15223
|
-
};
|
|
15224
14783
|
fullWidth: {
|
|
15225
14784
|
type: import("vue").PropType<boolean>;
|
|
15226
14785
|
default: boolean;
|
|
@@ -15250,7 +14809,7 @@ declare const _default: {
|
|
|
15250
14809
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
15251
14810
|
onOpened?: () => any;
|
|
15252
14811
|
onClosed?: () => any;
|
|
15253
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "
|
|
14812
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
15254
14813
|
$attrs: {
|
|
15255
14814
|
[x: string]: unknown;
|
|
15256
14815
|
};
|
|
@@ -15447,14 +15006,6 @@ declare const _default: {
|
|
|
15447
15006
|
type: import("vue").PropType<string>;
|
|
15448
15007
|
default: string;
|
|
15449
15008
|
};
|
|
15450
|
-
optionTwoLinesVariant: {
|
|
15451
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
15452
|
-
default: any;
|
|
15453
|
-
};
|
|
15454
|
-
optionTwoLinesKey: {
|
|
15455
|
-
type: import("vue").PropType<string>;
|
|
15456
|
-
default: any;
|
|
15457
|
-
};
|
|
15458
15009
|
fullWidth: {
|
|
15459
15010
|
type: import("vue").PropType<boolean>;
|
|
15460
15011
|
default: boolean;
|
|
@@ -15539,8 +15090,6 @@ declare const _default: {
|
|
|
15539
15090
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15540
15091
|
valueToCopy: string;
|
|
15541
15092
|
disabledOptionKey: string;
|
|
15542
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15543
|
-
optionTwoLinesKey: string;
|
|
15544
15093
|
fullWidth: boolean;
|
|
15545
15094
|
optionsListWidth: string;
|
|
15546
15095
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -15749,14 +15298,6 @@ declare const _default: {
|
|
|
15749
15298
|
type: import("vue").PropType<string>;
|
|
15750
15299
|
default: string;
|
|
15751
15300
|
};
|
|
15752
|
-
optionTwoLinesVariant: {
|
|
15753
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
15754
|
-
default: any;
|
|
15755
|
-
};
|
|
15756
|
-
optionTwoLinesKey: {
|
|
15757
|
-
type: import("vue").PropType<string>;
|
|
15758
|
-
default: any;
|
|
15759
|
-
};
|
|
15760
15301
|
fullWidth: {
|
|
15761
15302
|
type: import("vue").PropType<boolean>;
|
|
15762
15303
|
default: boolean;
|
|
@@ -15976,14 +15517,6 @@ declare const _default: {
|
|
|
15976
15517
|
type: import("vue").PropType<string>;
|
|
15977
15518
|
default: string;
|
|
15978
15519
|
};
|
|
15979
|
-
optionTwoLinesVariant: {
|
|
15980
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
15981
|
-
default: any;
|
|
15982
|
-
};
|
|
15983
|
-
optionTwoLinesKey: {
|
|
15984
|
-
type: import("vue").PropType<string>;
|
|
15985
|
-
default: any;
|
|
15986
|
-
};
|
|
15987
15520
|
fullWidth: {
|
|
15988
15521
|
type: import("vue").PropType<boolean>;
|
|
15989
15522
|
default: boolean;
|
|
@@ -16068,8 +15601,6 @@ declare const _default: {
|
|
|
16068
15601
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16069
15602
|
valueToCopy: string;
|
|
16070
15603
|
disabledOptionKey: string;
|
|
16071
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16072
|
-
optionTwoLinesKey: string;
|
|
16073
15604
|
fullWidth: boolean;
|
|
16074
15605
|
optionsListWidth: string;
|
|
16075
15606
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -18435,8 +17966,6 @@ declare const _default: {
|
|
|
18435
17966
|
disabled: boolean;
|
|
18436
17967
|
active: boolean;
|
|
18437
17968
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18438
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18439
|
-
optionTwoLinesKey: string;
|
|
18440
17969
|
isIndeterminate: boolean;
|
|
18441
17970
|
subtitle: string;
|
|
18442
17971
|
selectAllOption: boolean;
|
|
@@ -18463,14 +17992,6 @@ declare const _default: {
|
|
|
18463
17992
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18464
17993
|
default: string;
|
|
18465
17994
|
};
|
|
18466
|
-
optionTwoLinesVariant: {
|
|
18467
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18468
|
-
default: any;
|
|
18469
|
-
};
|
|
18470
|
-
optionTwoLinesKey: {
|
|
18471
|
-
type: import("vue").PropType<string>;
|
|
18472
|
-
default: any;
|
|
18473
|
-
};
|
|
18474
17995
|
isIndeterminate: {
|
|
18475
17996
|
type: import("vue").PropType<boolean>;
|
|
18476
17997
|
default: boolean;
|
|
@@ -18510,7 +18031,7 @@ declare const _default: {
|
|
|
18510
18031
|
selectedProp: {
|
|
18511
18032
|
type: import("vue").PropType<boolean>;
|
|
18512
18033
|
};
|
|
18513
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "
|
|
18034
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
18514
18035
|
$attrs: {
|
|
18515
18036
|
[x: string]: unknown;
|
|
18516
18037
|
};
|
|
@@ -18541,14 +18062,6 @@ declare const _default: {
|
|
|
18541
18062
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18542
18063
|
default: string;
|
|
18543
18064
|
};
|
|
18544
|
-
optionTwoLinesVariant: {
|
|
18545
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18546
|
-
default: any;
|
|
18547
|
-
};
|
|
18548
|
-
optionTwoLinesKey: {
|
|
18549
|
-
type: import("vue").PropType<string>;
|
|
18550
|
-
default: any;
|
|
18551
|
-
};
|
|
18552
18065
|
isIndeterminate: {
|
|
18553
18066
|
type: import("vue").PropType<boolean>;
|
|
18554
18067
|
default: boolean;
|
|
@@ -18593,8 +18106,6 @@ declare const _default: {
|
|
|
18593
18106
|
disabled: boolean;
|
|
18594
18107
|
active: boolean;
|
|
18595
18108
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18596
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18597
|
-
optionTwoLinesKey: string;
|
|
18598
18109
|
isIndeterminate: boolean;
|
|
18599
18110
|
subtitle: string;
|
|
18600
18111
|
selectAllOption: boolean;
|
|
@@ -18641,14 +18152,6 @@ declare const _default: {
|
|
|
18641
18152
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18642
18153
|
default: string;
|
|
18643
18154
|
};
|
|
18644
|
-
optionTwoLinesVariant: {
|
|
18645
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18646
|
-
default: any;
|
|
18647
|
-
};
|
|
18648
|
-
optionTwoLinesKey: {
|
|
18649
|
-
type: import("vue").PropType<string>;
|
|
18650
|
-
default: any;
|
|
18651
|
-
};
|
|
18652
18155
|
isIndeterminate: {
|
|
18653
18156
|
type: import("vue").PropType<boolean>;
|
|
18654
18157
|
default: boolean;
|
|
@@ -18709,14 +18212,6 @@ declare const _default: {
|
|
|
18709
18212
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18710
18213
|
default: string;
|
|
18711
18214
|
};
|
|
18712
|
-
optionTwoLinesVariant: {
|
|
18713
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18714
|
-
default: any;
|
|
18715
|
-
};
|
|
18716
|
-
optionTwoLinesKey: {
|
|
18717
|
-
type: import("vue").PropType<string>;
|
|
18718
|
-
default: any;
|
|
18719
|
-
};
|
|
18720
18215
|
isIndeterminate: {
|
|
18721
18216
|
type: import("vue").PropType<boolean>;
|
|
18722
18217
|
default: boolean;
|
|
@@ -18761,8 +18256,6 @@ declare const _default: {
|
|
|
18761
18256
|
disabled: boolean;
|
|
18762
18257
|
active: boolean;
|
|
18763
18258
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18764
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18765
|
-
optionTwoLinesKey: string;
|
|
18766
18259
|
isIndeterminate: boolean;
|
|
18767
18260
|
subtitle: string;
|
|
18768
18261
|
selectAllOption: boolean;
|
|
@@ -18937,8 +18430,6 @@ declare const _default: {
|
|
|
18937
18430
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18938
18431
|
valueToCopy: string;
|
|
18939
18432
|
disabledOptionKey: string;
|
|
18940
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18941
|
-
optionTwoLinesKey: string;
|
|
18942
18433
|
fullWidth: boolean;
|
|
18943
18434
|
optionsListWidth: string;
|
|
18944
18435
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -19127,14 +18618,6 @@ declare const _default: {
|
|
|
19127
18618
|
type: import("vue").PropType<string>;
|
|
19128
18619
|
default: string;
|
|
19129
18620
|
};
|
|
19130
|
-
optionTwoLinesVariant: {
|
|
19131
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19132
|
-
default: any;
|
|
19133
|
-
};
|
|
19134
|
-
optionTwoLinesKey: {
|
|
19135
|
-
type: import("vue").PropType<string>;
|
|
19136
|
-
default: any;
|
|
19137
|
-
};
|
|
19138
18621
|
fullWidth: {
|
|
19139
18622
|
type: import("vue").PropType<boolean>;
|
|
19140
18623
|
default: boolean;
|
|
@@ -19164,7 +18647,7 @@ declare const _default: {
|
|
|
19164
18647
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
19165
18648
|
onOpened?: () => any;
|
|
19166
18649
|
onClosed?: () => any;
|
|
19167
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "
|
|
18650
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
19168
18651
|
$attrs: {
|
|
19169
18652
|
[x: string]: unknown;
|
|
19170
18653
|
};
|
|
@@ -19361,14 +18844,6 @@ declare const _default: {
|
|
|
19361
18844
|
type: import("vue").PropType<string>;
|
|
19362
18845
|
default: string;
|
|
19363
18846
|
};
|
|
19364
|
-
optionTwoLinesVariant: {
|
|
19365
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19366
|
-
default: any;
|
|
19367
|
-
};
|
|
19368
|
-
optionTwoLinesKey: {
|
|
19369
|
-
type: import("vue").PropType<string>;
|
|
19370
|
-
default: any;
|
|
19371
|
-
};
|
|
19372
18847
|
fullWidth: {
|
|
19373
18848
|
type: import("vue").PropType<boolean>;
|
|
19374
18849
|
default: boolean;
|
|
@@ -19453,8 +18928,6 @@ declare const _default: {
|
|
|
19453
18928
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19454
18929
|
valueToCopy: string;
|
|
19455
18930
|
disabledOptionKey: string;
|
|
19456
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19457
|
-
optionTwoLinesKey: string;
|
|
19458
18931
|
fullWidth: boolean;
|
|
19459
18932
|
optionsListWidth: string;
|
|
19460
18933
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -19663,14 +19136,6 @@ declare const _default: {
|
|
|
19663
19136
|
type: import("vue").PropType<string>;
|
|
19664
19137
|
default: string;
|
|
19665
19138
|
};
|
|
19666
|
-
optionTwoLinesVariant: {
|
|
19667
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19668
|
-
default: any;
|
|
19669
|
-
};
|
|
19670
|
-
optionTwoLinesKey: {
|
|
19671
|
-
type: import("vue").PropType<string>;
|
|
19672
|
-
default: any;
|
|
19673
|
-
};
|
|
19674
19139
|
fullWidth: {
|
|
19675
19140
|
type: import("vue").PropType<boolean>;
|
|
19676
19141
|
default: boolean;
|
|
@@ -19890,14 +19355,6 @@ declare const _default: {
|
|
|
19890
19355
|
type: import("vue").PropType<string>;
|
|
19891
19356
|
default: string;
|
|
19892
19357
|
};
|
|
19893
|
-
optionTwoLinesVariant: {
|
|
19894
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19895
|
-
default: any;
|
|
19896
|
-
};
|
|
19897
|
-
optionTwoLinesKey: {
|
|
19898
|
-
type: import("vue").PropType<string>;
|
|
19899
|
-
default: any;
|
|
19900
|
-
};
|
|
19901
19358
|
fullWidth: {
|
|
19902
19359
|
type: import("vue").PropType<boolean>;
|
|
19903
19360
|
default: boolean;
|
|
@@ -19982,8 +19439,6 @@ declare const _default: {
|
|
|
19982
19439
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19983
19440
|
valueToCopy: string;
|
|
19984
19441
|
disabledOptionKey: string;
|
|
19985
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19986
|
-
optionTwoLinesKey: string;
|
|
19987
19442
|
fullWidth: boolean;
|
|
19988
19443
|
optionsListWidth: string;
|
|
19989
19444
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -20265,8 +19720,6 @@ declare const _default: {
|
|
|
20265
19720
|
disabled: boolean;
|
|
20266
19721
|
active: boolean;
|
|
20267
19722
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20268
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20269
|
-
optionTwoLinesKey: string;
|
|
20270
19723
|
isIndeterminate: boolean;
|
|
20271
19724
|
subtitle: string;
|
|
20272
19725
|
selectAllOption: boolean;
|
|
@@ -20293,14 +19746,6 @@ declare const _default: {
|
|
|
20293
19746
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20294
19747
|
default: string;
|
|
20295
19748
|
};
|
|
20296
|
-
optionTwoLinesVariant: {
|
|
20297
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20298
|
-
default: any;
|
|
20299
|
-
};
|
|
20300
|
-
optionTwoLinesKey: {
|
|
20301
|
-
type: import("vue").PropType<string>;
|
|
20302
|
-
default: any;
|
|
20303
|
-
};
|
|
20304
19749
|
isIndeterminate: {
|
|
20305
19750
|
type: import("vue").PropType<boolean>;
|
|
20306
19751
|
default: boolean;
|
|
@@ -20340,7 +19785,7 @@ declare const _default: {
|
|
|
20340
19785
|
selectedProp: {
|
|
20341
19786
|
type: import("vue").PropType<boolean>;
|
|
20342
19787
|
};
|
|
20343
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "
|
|
19788
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
20344
19789
|
$attrs: {
|
|
20345
19790
|
[x: string]: unknown;
|
|
20346
19791
|
};
|
|
@@ -20371,14 +19816,6 @@ declare const _default: {
|
|
|
20371
19816
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20372
19817
|
default: string;
|
|
20373
19818
|
};
|
|
20374
|
-
optionTwoLinesVariant: {
|
|
20375
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20376
|
-
default: any;
|
|
20377
|
-
};
|
|
20378
|
-
optionTwoLinesKey: {
|
|
20379
|
-
type: import("vue").PropType<string>;
|
|
20380
|
-
default: any;
|
|
20381
|
-
};
|
|
20382
19819
|
isIndeterminate: {
|
|
20383
19820
|
type: import("vue").PropType<boolean>;
|
|
20384
19821
|
default: boolean;
|
|
@@ -20423,8 +19860,6 @@ declare const _default: {
|
|
|
20423
19860
|
disabled: boolean;
|
|
20424
19861
|
active: boolean;
|
|
20425
19862
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20426
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20427
|
-
optionTwoLinesKey: string;
|
|
20428
19863
|
isIndeterminate: boolean;
|
|
20429
19864
|
subtitle: string;
|
|
20430
19865
|
selectAllOption: boolean;
|
|
@@ -20471,14 +19906,6 @@ declare const _default: {
|
|
|
20471
19906
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20472
19907
|
default: string;
|
|
20473
19908
|
};
|
|
20474
|
-
optionTwoLinesVariant: {
|
|
20475
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20476
|
-
default: any;
|
|
20477
|
-
};
|
|
20478
|
-
optionTwoLinesKey: {
|
|
20479
|
-
type: import("vue").PropType<string>;
|
|
20480
|
-
default: any;
|
|
20481
|
-
};
|
|
20482
19909
|
isIndeterminate: {
|
|
20483
19910
|
type: import("vue").PropType<boolean>;
|
|
20484
19911
|
default: boolean;
|
|
@@ -20539,14 +19966,6 @@ declare const _default: {
|
|
|
20539
19966
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20540
19967
|
default: string;
|
|
20541
19968
|
};
|
|
20542
|
-
optionTwoLinesVariant: {
|
|
20543
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20544
|
-
default: any;
|
|
20545
|
-
};
|
|
20546
|
-
optionTwoLinesKey: {
|
|
20547
|
-
type: import("vue").PropType<string>;
|
|
20548
|
-
default: any;
|
|
20549
|
-
};
|
|
20550
19969
|
isIndeterminate: {
|
|
20551
19970
|
type: import("vue").PropType<boolean>;
|
|
20552
19971
|
default: boolean;
|
|
@@ -20591,8 +20010,6 @@ declare const _default: {
|
|
|
20591
20010
|
disabled: boolean;
|
|
20592
20011
|
active: boolean;
|
|
20593
20012
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20594
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20595
|
-
optionTwoLinesKey: string;
|
|
20596
20013
|
isIndeterminate: boolean;
|
|
20597
20014
|
subtitle: string;
|
|
20598
20015
|
selectAllOption: boolean;
|