@ironsource/shared-ui 2.1.7-test.3 → 2.1.7-test.4
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/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_0ce71f73_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_938772ee_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +1 -0
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_1bdca43d_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_b6a06f00_lang.css +1 -0
- package/Popover.vue_vue_type_style_index_0_scoped_c607b770_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_1_lang.css +1 -0
- package/components/appHeader/AppHeader.vue.d.ts +1 -1
- package/components/appHeader/index.d.ts +9 -9
- package/components/dropdown/v4/DropdownV4.vue.d.ts +10 -0
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +151 -147
- 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 +70 -53
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +14 -0
- package/components/dropdown/v4/index.d.ts +78 -2
- package/components/icon/v4/IconV4.vue.d.ts +5 -0
- package/components/icon/v4/IconV4.vue.js +4 -4
- package/components/icon/v4/IconV4.vue2.js +29 -26
- package/components/icon/v4/index.d.ts +20 -1
- 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/popover/common/Popover.common.d.ts +6 -0
- package/components/popover/common/Popover.common.js +17 -0
- package/components/popover/v3/Popover.vue.js +8 -0
- package/components/popover/{Popover.vue2.js → v3/Popover.vue2.js} +1 -1
- package/components/popover/v4/PopoverV4.vue.d.ts +73 -0
- package/components/popover/v4/PopoverV4.vue.js +7 -0
- package/components/popover/v4/PopoverV4.vue2.js +54 -0
- package/components/popover/v4/index.d.ts +209 -0
- package/components/popover/v4/index.js +6 -0
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +5 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
- package/components/table/v4/DataGridRowsCounter.vue2.js +29 -22
- package/components/table/v4/MultipleDataGrid.vue.js +3 -3
- package/components/table/v4/MultipleDataGrid.vue2.js +49 -44
- package/components/table/v4/index.d.ts +9 -0
- package/design-foundation.stories/icons/iconsData.d.ts +6 -2
- package/index.d.ts +646 -25
- package/index.js +70 -70
- package/package.json +7 -3
- package/testids/index.d.ts +5 -0
- package/testids/index.js +24 -23
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_06751538_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_7af4f288_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_1eea7671_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_260b9cdc_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_9db0f796_lang.css +0 -1
- package/Popover.vue_vue_type_style_index_0_scoped_25eb53db_lang.css +0 -1
- package/components/popover/Popover.vue.js +0 -8
- /package/components/popover/{Popover.vue.d.ts → v3/Popover.vue.d.ts} +0 -0
- /package/components/popover/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/popover/{index.js → v3/index.js} +0 -0
package/index.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ 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';
|
|
14
13
|
export * from '@/components/multibar';
|
|
15
14
|
export * from '@/components/layout';
|
|
16
15
|
export * from '@/components/forms';
|
|
@@ -21,6 +20,420 @@ import * as tableV4 from '@/components/table/v4';
|
|
|
21
20
|
import * as tableCellsV3 from '@/components/table-cells/v3';
|
|
22
21
|
import * as snackbarV3 from '@/components/snackbar/v3';
|
|
23
22
|
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
|
+
}))[];
|
|
24
437
|
DateRange: {
|
|
25
438
|
new (...args: any[]): {
|
|
26
439
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -2010,13 +2423,13 @@ declare const _default: {
|
|
|
2010
2423
|
required: true;
|
|
2011
2424
|
default: string;
|
|
2012
2425
|
};
|
|
2013
|
-
|
|
2014
|
-
type: import("vue").PropType<
|
|
2426
|
+
platform: {
|
|
2427
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2015
2428
|
required: true;
|
|
2016
2429
|
default: string;
|
|
2017
2430
|
};
|
|
2018
|
-
|
|
2019
|
-
type: import("vue").PropType<
|
|
2431
|
+
testId: {
|
|
2432
|
+
type: import("vue").PropType<string>;
|
|
2020
2433
|
required: true;
|
|
2021
2434
|
default: string;
|
|
2022
2435
|
};
|
|
@@ -2046,13 +2459,13 @@ declare const _default: {
|
|
|
2046
2459
|
required: true;
|
|
2047
2460
|
default: string;
|
|
2048
2461
|
};
|
|
2049
|
-
|
|
2050
|
-
type: import("vue").PropType<
|
|
2462
|
+
platform: {
|
|
2463
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2051
2464
|
required: true;
|
|
2052
2465
|
default: string;
|
|
2053
2466
|
};
|
|
2054
|
-
|
|
2055
|
-
type: import("vue").PropType<
|
|
2467
|
+
testId: {
|
|
2468
|
+
type: import("vue").PropType<string>;
|
|
2056
2469
|
required: true;
|
|
2057
2470
|
default: string;
|
|
2058
2471
|
};
|
|
@@ -2071,8 +2484,8 @@ declare const _default: {
|
|
|
2071
2484
|
name: string;
|
|
2072
2485
|
type: "small" | "normal";
|
|
2073
2486
|
image: string;
|
|
2074
|
-
testId: string;
|
|
2075
2487
|
platform: "android" | "ios";
|
|
2488
|
+
testId: string;
|
|
2076
2489
|
appKey: string;
|
|
2077
2490
|
showAbIcon: boolean;
|
|
2078
2491
|
}>;
|
|
@@ -2091,13 +2504,13 @@ declare const _default: {
|
|
|
2091
2504
|
required: true;
|
|
2092
2505
|
default: string;
|
|
2093
2506
|
};
|
|
2094
|
-
|
|
2095
|
-
type: import("vue").PropType<
|
|
2507
|
+
platform: {
|
|
2508
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2096
2509
|
required: true;
|
|
2097
2510
|
default: string;
|
|
2098
2511
|
};
|
|
2099
|
-
|
|
2100
|
-
type: import("vue").PropType<
|
|
2512
|
+
testId: {
|
|
2513
|
+
type: import("vue").PropType<string>;
|
|
2101
2514
|
required: true;
|
|
2102
2515
|
default: string;
|
|
2103
2516
|
};
|
|
@@ -2127,13 +2540,13 @@ declare const _default: {
|
|
|
2127
2540
|
required: true;
|
|
2128
2541
|
default: string;
|
|
2129
2542
|
};
|
|
2130
|
-
|
|
2131
|
-
type: import("vue").PropType<
|
|
2543
|
+
platform: {
|
|
2544
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2132
2545
|
required: true;
|
|
2133
2546
|
default: string;
|
|
2134
2547
|
};
|
|
2135
|
-
|
|
2136
|
-
type: import("vue").PropType<
|
|
2548
|
+
testId: {
|
|
2549
|
+
type: import("vue").PropType<string>;
|
|
2137
2550
|
required: true;
|
|
2138
2551
|
default: string;
|
|
2139
2552
|
};
|
|
@@ -2152,8 +2565,8 @@ declare const _default: {
|
|
|
2152
2565
|
name: string;
|
|
2153
2566
|
type: "small" | "normal";
|
|
2154
2567
|
image: string;
|
|
2155
|
-
testId: string;
|
|
2156
2568
|
platform: "android" | "ios";
|
|
2569
|
+
testId: string;
|
|
2157
2570
|
appKey: string;
|
|
2158
2571
|
showAbIcon: boolean;
|
|
2159
2572
|
}>[];
|
|
@@ -5241,6 +5654,10 @@ declare const _default: {
|
|
|
5241
5654
|
menuItems: tableV4.MenuItem[];
|
|
5242
5655
|
}>;
|
|
5243
5656
|
DataGridRowsCounter: import("vue").DefineComponent<{
|
|
5657
|
+
testId: {
|
|
5658
|
+
type: import("vue").PropType<string>;
|
|
5659
|
+
default: string;
|
|
5660
|
+
};
|
|
5244
5661
|
count: {
|
|
5245
5662
|
type: import("vue").PropType<number>;
|
|
5246
5663
|
default: number;
|
|
@@ -5262,6 +5679,10 @@ declare const _default: {
|
|
|
5262
5679
|
default: string;
|
|
5263
5680
|
};
|
|
5264
5681
|
}, {}, 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
|
+
};
|
|
5265
5686
|
count: {
|
|
5266
5687
|
type: import("vue").PropType<number>;
|
|
5267
5688
|
default: number;
|
|
@@ -5283,6 +5704,7 @@ declare const _default: {
|
|
|
5283
5704
|
default: string;
|
|
5284
5705
|
};
|
|
5285
5706
|
}>>, {
|
|
5707
|
+
testId: string;
|
|
5286
5708
|
count: number;
|
|
5287
5709
|
totalCount: number;
|
|
5288
5710
|
displayingText: string;
|
|
@@ -5973,6 +6395,10 @@ declare const _default: {
|
|
|
5973
6395
|
rowIndex: number;
|
|
5974
6396
|
menuItems: tableV4.MenuItem[];
|
|
5975
6397
|
}> | import("vue").DefineComponent<{
|
|
6398
|
+
testId: {
|
|
6399
|
+
type: import("vue").PropType<string>;
|
|
6400
|
+
default: string;
|
|
6401
|
+
};
|
|
5976
6402
|
count: {
|
|
5977
6403
|
type: import("vue").PropType<number>;
|
|
5978
6404
|
default: number;
|
|
@@ -5994,6 +6420,10 @@ declare const _default: {
|
|
|
5994
6420
|
default: string;
|
|
5995
6421
|
};
|
|
5996
6422
|
}, {}, 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
|
+
};
|
|
5997
6427
|
count: {
|
|
5998
6428
|
type: import("vue").PropType<number>;
|
|
5999
6429
|
default: number;
|
|
@@ -6015,6 +6445,7 @@ declare const _default: {
|
|
|
6015
6445
|
default: string;
|
|
6016
6446
|
};
|
|
6017
6447
|
}>>, {
|
|
6448
|
+
testId: string;
|
|
6018
6449
|
count: number;
|
|
6019
6450
|
totalCount: number;
|
|
6020
6451
|
displayingText: string;
|
|
@@ -10170,6 +10601,7 @@ declare const _default: {
|
|
|
10170
10601
|
size: string;
|
|
10171
10602
|
height: string;
|
|
10172
10603
|
width: string;
|
|
10604
|
+
platform: string;
|
|
10173
10605
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10174
10606
|
name: {
|
|
10175
10607
|
type: import("vue").PropType<string>;
|
|
@@ -10195,7 +10627,11 @@ declare const _default: {
|
|
|
10195
10627
|
type: import("vue").PropType<string>;
|
|
10196
10628
|
default: any;
|
|
10197
10629
|
};
|
|
10198
|
-
|
|
10630
|
+
platform: {
|
|
10631
|
+
type: import("vue").PropType<string>;
|
|
10632
|
+
default: any;
|
|
10633
|
+
};
|
|
10634
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
|
|
10199
10635
|
$attrs: {
|
|
10200
10636
|
[x: string]: unknown;
|
|
10201
10637
|
};
|
|
@@ -10234,6 +10670,10 @@ declare const _default: {
|
|
|
10234
10670
|
type: import("vue").PropType<string>;
|
|
10235
10671
|
default: any;
|
|
10236
10672
|
};
|
|
10673
|
+
platform: {
|
|
10674
|
+
type: import("vue").PropType<string>;
|
|
10675
|
+
default: any;
|
|
10676
|
+
};
|
|
10237
10677
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
10238
10678
|
name: string;
|
|
10239
10679
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -10241,6 +10681,7 @@ declare const _default: {
|
|
|
10241
10681
|
size: string;
|
|
10242
10682
|
height: string;
|
|
10243
10683
|
width: string;
|
|
10684
|
+
platform: string;
|
|
10244
10685
|
}, {}, string> & {
|
|
10245
10686
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10246
10687
|
created?: (() => void) | (() => void)[];
|
|
@@ -10286,6 +10727,10 @@ declare const _default: {
|
|
|
10286
10727
|
type: import("vue").PropType<string>;
|
|
10287
10728
|
default: any;
|
|
10288
10729
|
};
|
|
10730
|
+
platform: {
|
|
10731
|
+
type: import("vue").PropType<string>;
|
|
10732
|
+
default: any;
|
|
10733
|
+
};
|
|
10289
10734
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
10290
10735
|
__isFragment?: never;
|
|
10291
10736
|
__isTeleport?: never;
|
|
@@ -10315,6 +10760,10 @@ declare const _default: {
|
|
|
10315
10760
|
type: import("vue").PropType<string>;
|
|
10316
10761
|
default: any;
|
|
10317
10762
|
};
|
|
10763
|
+
platform: {
|
|
10764
|
+
type: import("vue").PropType<string>;
|
|
10765
|
+
default: any;
|
|
10766
|
+
};
|
|
10318
10767
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
10319
10768
|
name: string;
|
|
10320
10769
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -10322,6 +10771,7 @@ declare const _default: {
|
|
|
10322
10771
|
size: string;
|
|
10323
10772
|
height: string;
|
|
10324
10773
|
width: string;
|
|
10774
|
+
platform: string;
|
|
10325
10775
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10326
10776
|
$slots: {
|
|
10327
10777
|
default?(_: {}): any;
|
|
@@ -10338,6 +10788,7 @@ declare const _default: {
|
|
|
10338
10788
|
size: string;
|
|
10339
10789
|
height: string;
|
|
10340
10790
|
width: string;
|
|
10791
|
+
platform: string;
|
|
10341
10792
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10342
10793
|
name: {
|
|
10343
10794
|
type: import("vue").PropType<string>;
|
|
@@ -10363,7 +10814,11 @@ declare const _default: {
|
|
|
10363
10814
|
type: import("vue").PropType<string>;
|
|
10364
10815
|
default: any;
|
|
10365
10816
|
};
|
|
10366
|
-
|
|
10817
|
+
platform: {
|
|
10818
|
+
type: import("vue").PropType<string>;
|
|
10819
|
+
default: any;
|
|
10820
|
+
};
|
|
10821
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
|
|
10367
10822
|
$attrs: {
|
|
10368
10823
|
[x: string]: unknown;
|
|
10369
10824
|
};
|
|
@@ -10402,6 +10857,10 @@ declare const _default: {
|
|
|
10402
10857
|
type: import("vue").PropType<string>;
|
|
10403
10858
|
default: any;
|
|
10404
10859
|
};
|
|
10860
|
+
platform: {
|
|
10861
|
+
type: import("vue").PropType<string>;
|
|
10862
|
+
default: any;
|
|
10863
|
+
};
|
|
10405
10864
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
10406
10865
|
name: string;
|
|
10407
10866
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -10409,6 +10868,7 @@ declare const _default: {
|
|
|
10409
10868
|
size: string;
|
|
10410
10869
|
height: string;
|
|
10411
10870
|
width: string;
|
|
10871
|
+
platform: string;
|
|
10412
10872
|
}, {}, string> & {
|
|
10413
10873
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10414
10874
|
created?: (() => void) | (() => void)[];
|
|
@@ -10454,6 +10914,10 @@ declare const _default: {
|
|
|
10454
10914
|
type: import("vue").PropType<string>;
|
|
10455
10915
|
default: any;
|
|
10456
10916
|
};
|
|
10917
|
+
platform: {
|
|
10918
|
+
type: import("vue").PropType<string>;
|
|
10919
|
+
default: any;
|
|
10920
|
+
};
|
|
10457
10921
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
10458
10922
|
__isFragment?: never;
|
|
10459
10923
|
__isTeleport?: never;
|
|
@@ -10483,6 +10947,10 @@ declare const _default: {
|
|
|
10483
10947
|
type: import("vue").PropType<string>;
|
|
10484
10948
|
default: any;
|
|
10485
10949
|
};
|
|
10950
|
+
platform: {
|
|
10951
|
+
type: import("vue").PropType<string>;
|
|
10952
|
+
default: any;
|
|
10953
|
+
};
|
|
10486
10954
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
10487
10955
|
name: string;
|
|
10488
10956
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -10490,6 +10958,7 @@ declare const _default: {
|
|
|
10490
10958
|
size: string;
|
|
10491
10959
|
height: string;
|
|
10492
10960
|
width: string;
|
|
10961
|
+
platform: string;
|
|
10493
10962
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10494
10963
|
$slots: {
|
|
10495
10964
|
default?(_: {}): any;
|
|
@@ -14592,6 +15061,8 @@ declare const _default: {
|
|
|
14592
15061
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
14593
15062
|
valueToCopy: string;
|
|
14594
15063
|
disabledOptionKey: string;
|
|
15064
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15065
|
+
optionTwoLinesKey: string;
|
|
14595
15066
|
fullWidth: boolean;
|
|
14596
15067
|
optionsListWidth: string;
|
|
14597
15068
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -14780,6 +15251,14 @@ declare const _default: {
|
|
|
14780
15251
|
type: import("vue").PropType<string>;
|
|
14781
15252
|
default: string;
|
|
14782
15253
|
};
|
|
15254
|
+
optionTwoLinesVariant: {
|
|
15255
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
15256
|
+
default: any;
|
|
15257
|
+
};
|
|
15258
|
+
optionTwoLinesKey: {
|
|
15259
|
+
type: import("vue").PropType<string>;
|
|
15260
|
+
default: any;
|
|
15261
|
+
};
|
|
14783
15262
|
fullWidth: {
|
|
14784
15263
|
type: import("vue").PropType<boolean>;
|
|
14785
15264
|
default: boolean;
|
|
@@ -14809,7 +15288,7 @@ declare const _default: {
|
|
|
14809
15288
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
14810
15289
|
onOpened?: () => any;
|
|
14811
15290
|
onClosed?: () => any;
|
|
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">;
|
|
15291
|
+
} & 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" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
14813
15292
|
$attrs: {
|
|
14814
15293
|
[x: string]: unknown;
|
|
14815
15294
|
};
|
|
@@ -15006,6 +15485,14 @@ declare const _default: {
|
|
|
15006
15485
|
type: import("vue").PropType<string>;
|
|
15007
15486
|
default: string;
|
|
15008
15487
|
};
|
|
15488
|
+
optionTwoLinesVariant: {
|
|
15489
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
15490
|
+
default: any;
|
|
15491
|
+
};
|
|
15492
|
+
optionTwoLinesKey: {
|
|
15493
|
+
type: import("vue").PropType<string>;
|
|
15494
|
+
default: any;
|
|
15495
|
+
};
|
|
15009
15496
|
fullWidth: {
|
|
15010
15497
|
type: import("vue").PropType<boolean>;
|
|
15011
15498
|
default: boolean;
|
|
@@ -15090,6 +15577,8 @@ declare const _default: {
|
|
|
15090
15577
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15091
15578
|
valueToCopy: string;
|
|
15092
15579
|
disabledOptionKey: string;
|
|
15580
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15581
|
+
optionTwoLinesKey: string;
|
|
15093
15582
|
fullWidth: boolean;
|
|
15094
15583
|
optionsListWidth: string;
|
|
15095
15584
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -15298,6 +15787,14 @@ declare const _default: {
|
|
|
15298
15787
|
type: import("vue").PropType<string>;
|
|
15299
15788
|
default: string;
|
|
15300
15789
|
};
|
|
15790
|
+
optionTwoLinesVariant: {
|
|
15791
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
15792
|
+
default: any;
|
|
15793
|
+
};
|
|
15794
|
+
optionTwoLinesKey: {
|
|
15795
|
+
type: import("vue").PropType<string>;
|
|
15796
|
+
default: any;
|
|
15797
|
+
};
|
|
15301
15798
|
fullWidth: {
|
|
15302
15799
|
type: import("vue").PropType<boolean>;
|
|
15303
15800
|
default: boolean;
|
|
@@ -15517,6 +16014,14 @@ declare const _default: {
|
|
|
15517
16014
|
type: import("vue").PropType<string>;
|
|
15518
16015
|
default: string;
|
|
15519
16016
|
};
|
|
16017
|
+
optionTwoLinesVariant: {
|
|
16018
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
16019
|
+
default: any;
|
|
16020
|
+
};
|
|
16021
|
+
optionTwoLinesKey: {
|
|
16022
|
+
type: import("vue").PropType<string>;
|
|
16023
|
+
default: any;
|
|
16024
|
+
};
|
|
15520
16025
|
fullWidth: {
|
|
15521
16026
|
type: import("vue").PropType<boolean>;
|
|
15522
16027
|
default: boolean;
|
|
@@ -15601,6 +16106,8 @@ declare const _default: {
|
|
|
15601
16106
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15602
16107
|
valueToCopy: string;
|
|
15603
16108
|
disabledOptionKey: string;
|
|
16109
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16110
|
+
optionTwoLinesKey: string;
|
|
15604
16111
|
fullWidth: boolean;
|
|
15605
16112
|
optionsListWidth: string;
|
|
15606
16113
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -17966,6 +18473,8 @@ declare const _default: {
|
|
|
17966
18473
|
disabled: boolean;
|
|
17967
18474
|
active: boolean;
|
|
17968
18475
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18476
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18477
|
+
optionTwoLinesKey: string;
|
|
17969
18478
|
isIndeterminate: boolean;
|
|
17970
18479
|
subtitle: string;
|
|
17971
18480
|
selectAllOption: boolean;
|
|
@@ -17992,6 +18501,14 @@ declare const _default: {
|
|
|
17992
18501
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17993
18502
|
default: string;
|
|
17994
18503
|
};
|
|
18504
|
+
optionTwoLinesVariant: {
|
|
18505
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18506
|
+
default: any;
|
|
18507
|
+
};
|
|
18508
|
+
optionTwoLinesKey: {
|
|
18509
|
+
type: import("vue").PropType<string>;
|
|
18510
|
+
default: any;
|
|
18511
|
+
};
|
|
17995
18512
|
isIndeterminate: {
|
|
17996
18513
|
type: import("vue").PropType<boolean>;
|
|
17997
18514
|
default: boolean;
|
|
@@ -18031,7 +18548,7 @@ declare const _default: {
|
|
|
18031
18548
|
selectedProp: {
|
|
18032
18549
|
type: import("vue").PropType<boolean>;
|
|
18033
18550
|
};
|
|
18034
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
18551
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
18035
18552
|
$attrs: {
|
|
18036
18553
|
[x: string]: unknown;
|
|
18037
18554
|
};
|
|
@@ -18062,6 +18579,14 @@ declare const _default: {
|
|
|
18062
18579
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18063
18580
|
default: string;
|
|
18064
18581
|
};
|
|
18582
|
+
optionTwoLinesVariant: {
|
|
18583
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18584
|
+
default: any;
|
|
18585
|
+
};
|
|
18586
|
+
optionTwoLinesKey: {
|
|
18587
|
+
type: import("vue").PropType<string>;
|
|
18588
|
+
default: any;
|
|
18589
|
+
};
|
|
18065
18590
|
isIndeterminate: {
|
|
18066
18591
|
type: import("vue").PropType<boolean>;
|
|
18067
18592
|
default: boolean;
|
|
@@ -18106,6 +18631,8 @@ declare const _default: {
|
|
|
18106
18631
|
disabled: boolean;
|
|
18107
18632
|
active: boolean;
|
|
18108
18633
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18634
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18635
|
+
optionTwoLinesKey: string;
|
|
18109
18636
|
isIndeterminate: boolean;
|
|
18110
18637
|
subtitle: string;
|
|
18111
18638
|
selectAllOption: boolean;
|
|
@@ -18152,6 +18679,14 @@ declare const _default: {
|
|
|
18152
18679
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18153
18680
|
default: string;
|
|
18154
18681
|
};
|
|
18682
|
+
optionTwoLinesVariant: {
|
|
18683
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18684
|
+
default: any;
|
|
18685
|
+
};
|
|
18686
|
+
optionTwoLinesKey: {
|
|
18687
|
+
type: import("vue").PropType<string>;
|
|
18688
|
+
default: any;
|
|
18689
|
+
};
|
|
18155
18690
|
isIndeterminate: {
|
|
18156
18691
|
type: import("vue").PropType<boolean>;
|
|
18157
18692
|
default: boolean;
|
|
@@ -18212,6 +18747,14 @@ declare const _default: {
|
|
|
18212
18747
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18213
18748
|
default: string;
|
|
18214
18749
|
};
|
|
18750
|
+
optionTwoLinesVariant: {
|
|
18751
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
18752
|
+
default: any;
|
|
18753
|
+
};
|
|
18754
|
+
optionTwoLinesKey: {
|
|
18755
|
+
type: import("vue").PropType<string>;
|
|
18756
|
+
default: any;
|
|
18757
|
+
};
|
|
18215
18758
|
isIndeterminate: {
|
|
18216
18759
|
type: import("vue").PropType<boolean>;
|
|
18217
18760
|
default: boolean;
|
|
@@ -18256,6 +18799,8 @@ declare const _default: {
|
|
|
18256
18799
|
disabled: boolean;
|
|
18257
18800
|
active: boolean;
|
|
18258
18801
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18802
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18803
|
+
optionTwoLinesKey: string;
|
|
18259
18804
|
isIndeterminate: boolean;
|
|
18260
18805
|
subtitle: string;
|
|
18261
18806
|
selectAllOption: boolean;
|
|
@@ -18430,6 +18975,8 @@ declare const _default: {
|
|
|
18430
18975
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18431
18976
|
valueToCopy: string;
|
|
18432
18977
|
disabledOptionKey: string;
|
|
18978
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18979
|
+
optionTwoLinesKey: string;
|
|
18433
18980
|
fullWidth: boolean;
|
|
18434
18981
|
optionsListWidth: string;
|
|
18435
18982
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -18618,6 +19165,14 @@ declare const _default: {
|
|
|
18618
19165
|
type: import("vue").PropType<string>;
|
|
18619
19166
|
default: string;
|
|
18620
19167
|
};
|
|
19168
|
+
optionTwoLinesVariant: {
|
|
19169
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19170
|
+
default: any;
|
|
19171
|
+
};
|
|
19172
|
+
optionTwoLinesKey: {
|
|
19173
|
+
type: import("vue").PropType<string>;
|
|
19174
|
+
default: any;
|
|
19175
|
+
};
|
|
18621
19176
|
fullWidth: {
|
|
18622
19177
|
type: import("vue").PropType<boolean>;
|
|
18623
19178
|
default: boolean;
|
|
@@ -18647,7 +19202,7 @@ declare const _default: {
|
|
|
18647
19202
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
18648
19203
|
onOpened?: () => any;
|
|
18649
19204
|
onClosed?: () => any;
|
|
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">;
|
|
19205
|
+
} & 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" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
18651
19206
|
$attrs: {
|
|
18652
19207
|
[x: string]: unknown;
|
|
18653
19208
|
};
|
|
@@ -18844,6 +19399,14 @@ declare const _default: {
|
|
|
18844
19399
|
type: import("vue").PropType<string>;
|
|
18845
19400
|
default: string;
|
|
18846
19401
|
};
|
|
19402
|
+
optionTwoLinesVariant: {
|
|
19403
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19404
|
+
default: any;
|
|
19405
|
+
};
|
|
19406
|
+
optionTwoLinesKey: {
|
|
19407
|
+
type: import("vue").PropType<string>;
|
|
19408
|
+
default: any;
|
|
19409
|
+
};
|
|
18847
19410
|
fullWidth: {
|
|
18848
19411
|
type: import("vue").PropType<boolean>;
|
|
18849
19412
|
default: boolean;
|
|
@@ -18928,6 +19491,8 @@ declare const _default: {
|
|
|
18928
19491
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18929
19492
|
valueToCopy: string;
|
|
18930
19493
|
disabledOptionKey: string;
|
|
19494
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19495
|
+
optionTwoLinesKey: string;
|
|
18931
19496
|
fullWidth: boolean;
|
|
18932
19497
|
optionsListWidth: string;
|
|
18933
19498
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -19136,6 +19701,14 @@ declare const _default: {
|
|
|
19136
19701
|
type: import("vue").PropType<string>;
|
|
19137
19702
|
default: string;
|
|
19138
19703
|
};
|
|
19704
|
+
optionTwoLinesVariant: {
|
|
19705
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19706
|
+
default: any;
|
|
19707
|
+
};
|
|
19708
|
+
optionTwoLinesKey: {
|
|
19709
|
+
type: import("vue").PropType<string>;
|
|
19710
|
+
default: any;
|
|
19711
|
+
};
|
|
19139
19712
|
fullWidth: {
|
|
19140
19713
|
type: import("vue").PropType<boolean>;
|
|
19141
19714
|
default: boolean;
|
|
@@ -19355,6 +19928,14 @@ declare const _default: {
|
|
|
19355
19928
|
type: import("vue").PropType<string>;
|
|
19356
19929
|
default: string;
|
|
19357
19930
|
};
|
|
19931
|
+
optionTwoLinesVariant: {
|
|
19932
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
19933
|
+
default: any;
|
|
19934
|
+
};
|
|
19935
|
+
optionTwoLinesKey: {
|
|
19936
|
+
type: import("vue").PropType<string>;
|
|
19937
|
+
default: any;
|
|
19938
|
+
};
|
|
19358
19939
|
fullWidth: {
|
|
19359
19940
|
type: import("vue").PropType<boolean>;
|
|
19360
19941
|
default: boolean;
|
|
@@ -19439,6 +20020,8 @@ declare const _default: {
|
|
|
19439
20020
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19440
20021
|
valueToCopy: string;
|
|
19441
20022
|
disabledOptionKey: string;
|
|
20023
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20024
|
+
optionTwoLinesKey: string;
|
|
19442
20025
|
fullWidth: boolean;
|
|
19443
20026
|
optionsListWidth: string;
|
|
19444
20027
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -19720,6 +20303,8 @@ declare const _default: {
|
|
|
19720
20303
|
disabled: boolean;
|
|
19721
20304
|
active: boolean;
|
|
19722
20305
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20306
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20307
|
+
optionTwoLinesKey: string;
|
|
19723
20308
|
isIndeterminate: boolean;
|
|
19724
20309
|
subtitle: string;
|
|
19725
20310
|
selectAllOption: boolean;
|
|
@@ -19746,6 +20331,14 @@ declare const _default: {
|
|
|
19746
20331
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19747
20332
|
default: string;
|
|
19748
20333
|
};
|
|
20334
|
+
optionTwoLinesVariant: {
|
|
20335
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20336
|
+
default: any;
|
|
20337
|
+
};
|
|
20338
|
+
optionTwoLinesKey: {
|
|
20339
|
+
type: import("vue").PropType<string>;
|
|
20340
|
+
default: any;
|
|
20341
|
+
};
|
|
19749
20342
|
isIndeterminate: {
|
|
19750
20343
|
type: import("vue").PropType<boolean>;
|
|
19751
20344
|
default: boolean;
|
|
@@ -19785,7 +20378,7 @@ declare const _default: {
|
|
|
19785
20378
|
selectedProp: {
|
|
19786
20379
|
type: import("vue").PropType<boolean>;
|
|
19787
20380
|
};
|
|
19788
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
20381
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
19789
20382
|
$attrs: {
|
|
19790
20383
|
[x: string]: unknown;
|
|
19791
20384
|
};
|
|
@@ -19816,6 +20409,14 @@ declare const _default: {
|
|
|
19816
20409
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19817
20410
|
default: string;
|
|
19818
20411
|
};
|
|
20412
|
+
optionTwoLinesVariant: {
|
|
20413
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20414
|
+
default: any;
|
|
20415
|
+
};
|
|
20416
|
+
optionTwoLinesKey: {
|
|
20417
|
+
type: import("vue").PropType<string>;
|
|
20418
|
+
default: any;
|
|
20419
|
+
};
|
|
19819
20420
|
isIndeterminate: {
|
|
19820
20421
|
type: import("vue").PropType<boolean>;
|
|
19821
20422
|
default: boolean;
|
|
@@ -19860,6 +20461,8 @@ declare const _default: {
|
|
|
19860
20461
|
disabled: boolean;
|
|
19861
20462
|
active: boolean;
|
|
19862
20463
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20464
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20465
|
+
optionTwoLinesKey: string;
|
|
19863
20466
|
isIndeterminate: boolean;
|
|
19864
20467
|
subtitle: string;
|
|
19865
20468
|
selectAllOption: boolean;
|
|
@@ -19906,6 +20509,14 @@ declare const _default: {
|
|
|
19906
20509
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19907
20510
|
default: string;
|
|
19908
20511
|
};
|
|
20512
|
+
optionTwoLinesVariant: {
|
|
20513
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20514
|
+
default: any;
|
|
20515
|
+
};
|
|
20516
|
+
optionTwoLinesKey: {
|
|
20517
|
+
type: import("vue").PropType<string>;
|
|
20518
|
+
default: any;
|
|
20519
|
+
};
|
|
19909
20520
|
isIndeterminate: {
|
|
19910
20521
|
type: import("vue").PropType<boolean>;
|
|
19911
20522
|
default: boolean;
|
|
@@ -19966,6 +20577,14 @@ declare const _default: {
|
|
|
19966
20577
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19967
20578
|
default: string;
|
|
19968
20579
|
};
|
|
20580
|
+
optionTwoLinesVariant: {
|
|
20581
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20582
|
+
default: any;
|
|
20583
|
+
};
|
|
20584
|
+
optionTwoLinesKey: {
|
|
20585
|
+
type: import("vue").PropType<string>;
|
|
20586
|
+
default: any;
|
|
20587
|
+
};
|
|
19969
20588
|
isIndeterminate: {
|
|
19970
20589
|
type: import("vue").PropType<boolean>;
|
|
19971
20590
|
default: boolean;
|
|
@@ -20010,6 +20629,8 @@ declare const _default: {
|
|
|
20010
20629
|
disabled: boolean;
|
|
20011
20630
|
active: boolean;
|
|
20012
20631
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20632
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20633
|
+
optionTwoLinesKey: string;
|
|
20013
20634
|
isIndeterminate: boolean;
|
|
20014
20635
|
subtitle: string;
|
|
20015
20636
|
selectAllOption: boolean;
|