@ironsource/shared-ui 2.1.7-rc.5 → 2.1.7-rc.7
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_e361f9fd_lang.css +1 -0
- 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/FieldMaxLength.vue_vue_type_style_index_0_scoped_47877984_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_efbbc0bc_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/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_eb472aa3_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue.d.ts +5 -0
- package/components/autocomplete/Autocomplete.vue.js +2 -2
- package/components/autocomplete/Autocomplete.vue2.js +57 -45
- package/components/autocomplete/index.d.ts +20 -1
- 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/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.d.ts +6 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +95 -90
- package/components/input/v4/index.d.ts +20 -1
- 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/shared/FieldMaxLength.vue.js +3 -3
- package/components/shared/FieldMaxLength.vue2.js +2 -2
- package/components/shared/commonTypes.d.ts +2 -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 +4 -4
- package/components/table/v4/MultipleDataGrid.vue2.js +40 -36
- package/components/table/v4/index.d.ts +9 -0
- package/components/textArea/v4/TextAreaV4.vue.d.ts +6 -1
- package/components/textArea/v4/TextAreaV4.vue.js +3 -3
- package/components/textArea/v4/TextAreaV4.vue2.js +18 -12
- package/components/textArea/v4/index.d.ts +9 -0
- package/index.d.ts +646 -7
- package/index.js +70 -70
- package/package.json +7 -3
- package/testids/index.d.ts +5 -0
- package/testids/index.js +24 -23
- package/Autocomplete.vue_vue_type_style_index_0_scoped_a7bfd237_lang.css +0 -1
- 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/FieldMaxLength.vue_vue_type_style_index_0_scoped_f3c4001a_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/TextAreaV4.vue_vue_type_style_index_0_scoped_f3b2c01d_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_a6457440_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;
|
|
@@ -3011,6 +3424,10 @@ declare const _default: {
|
|
|
3011
3424
|
type: import("vue").PropType<string>;
|
|
3012
3425
|
default: string;
|
|
3013
3426
|
};
|
|
3427
|
+
maxLengthCounterPosition: {
|
|
3428
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
3429
|
+
default: string;
|
|
3430
|
+
};
|
|
3014
3431
|
feedbackText: {
|
|
3015
3432
|
type: import("vue").PropType<string>;
|
|
3016
3433
|
default: string;
|
|
@@ -3070,6 +3487,10 @@ declare const _default: {
|
|
|
3070
3487
|
type: import("vue").PropType<string>;
|
|
3071
3488
|
default: string;
|
|
3072
3489
|
};
|
|
3490
|
+
maxLengthCounterPosition: {
|
|
3491
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
3492
|
+
default: string;
|
|
3493
|
+
};
|
|
3073
3494
|
feedbackText: {
|
|
3074
3495
|
type: import("vue").PropType<string>;
|
|
3075
3496
|
default: string;
|
|
@@ -3096,6 +3517,7 @@ declare const _default: {
|
|
|
3096
3517
|
maxLength: number;
|
|
3097
3518
|
modelValue: string;
|
|
3098
3519
|
placeholder: string;
|
|
3520
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
3099
3521
|
feedbackText: string;
|
|
3100
3522
|
feedbackVariant: "success" | "warning" | "error";
|
|
3101
3523
|
showFeedbackTextIcon: boolean;
|
|
@@ -3145,6 +3567,10 @@ declare const _default: {
|
|
|
3145
3567
|
type: import("vue").PropType<string>;
|
|
3146
3568
|
default: string;
|
|
3147
3569
|
};
|
|
3570
|
+
maxLengthCounterPosition: {
|
|
3571
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
3572
|
+
default: string;
|
|
3573
|
+
};
|
|
3148
3574
|
feedbackText: {
|
|
3149
3575
|
type: import("vue").PropType<string>;
|
|
3150
3576
|
default: string;
|
|
@@ -3204,6 +3630,10 @@ declare const _default: {
|
|
|
3204
3630
|
type: import("vue").PropType<string>;
|
|
3205
3631
|
default: string;
|
|
3206
3632
|
};
|
|
3633
|
+
maxLengthCounterPosition: {
|
|
3634
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
3635
|
+
default: string;
|
|
3636
|
+
};
|
|
3207
3637
|
feedbackText: {
|
|
3208
3638
|
type: import("vue").PropType<string>;
|
|
3209
3639
|
default: string;
|
|
@@ -3230,6 +3660,7 @@ declare const _default: {
|
|
|
3230
3660
|
maxLength: number;
|
|
3231
3661
|
modelValue: string;
|
|
3232
3662
|
placeholder: string;
|
|
3663
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
3233
3664
|
feedbackText: string;
|
|
3234
3665
|
feedbackVariant: "success" | "warning" | "error";
|
|
3235
3666
|
showFeedbackTextIcon: boolean;
|
|
@@ -5223,6 +5654,10 @@ declare const _default: {
|
|
|
5223
5654
|
menuItems: tableV4.MenuItem[];
|
|
5224
5655
|
}>;
|
|
5225
5656
|
DataGridRowsCounter: import("vue").DefineComponent<{
|
|
5657
|
+
testId: {
|
|
5658
|
+
type: import("vue").PropType<string>;
|
|
5659
|
+
default: string;
|
|
5660
|
+
};
|
|
5226
5661
|
count: {
|
|
5227
5662
|
type: import("vue").PropType<number>;
|
|
5228
5663
|
default: number;
|
|
@@ -5244,6 +5679,10 @@ declare const _default: {
|
|
|
5244
5679
|
default: string;
|
|
5245
5680
|
};
|
|
5246
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
|
+
};
|
|
5247
5686
|
count: {
|
|
5248
5687
|
type: import("vue").PropType<number>;
|
|
5249
5688
|
default: number;
|
|
@@ -5265,6 +5704,7 @@ declare const _default: {
|
|
|
5265
5704
|
default: string;
|
|
5266
5705
|
};
|
|
5267
5706
|
}>>, {
|
|
5707
|
+
testId: string;
|
|
5268
5708
|
count: number;
|
|
5269
5709
|
totalCount: number;
|
|
5270
5710
|
displayingText: string;
|
|
@@ -5955,6 +6395,10 @@ declare const _default: {
|
|
|
5955
6395
|
rowIndex: number;
|
|
5956
6396
|
menuItems: tableV4.MenuItem[];
|
|
5957
6397
|
}> | import("vue").DefineComponent<{
|
|
6398
|
+
testId: {
|
|
6399
|
+
type: import("vue").PropType<string>;
|
|
6400
|
+
default: string;
|
|
6401
|
+
};
|
|
5958
6402
|
count: {
|
|
5959
6403
|
type: import("vue").PropType<number>;
|
|
5960
6404
|
default: number;
|
|
@@ -5976,6 +6420,10 @@ declare const _default: {
|
|
|
5976
6420
|
default: string;
|
|
5977
6421
|
};
|
|
5978
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
|
+
};
|
|
5979
6427
|
count: {
|
|
5980
6428
|
type: import("vue").PropType<number>;
|
|
5981
6429
|
default: number;
|
|
@@ -5997,6 +6445,7 @@ declare const _default: {
|
|
|
5997
6445
|
default: string;
|
|
5998
6446
|
};
|
|
5999
6447
|
}>>, {
|
|
6448
|
+
testId: string;
|
|
6000
6449
|
count: number;
|
|
6001
6450
|
totalCount: number;
|
|
6002
6451
|
displayingText: string;
|
|
@@ -11226,6 +11675,7 @@ declare const _default: {
|
|
|
11226
11675
|
onlyDigits: boolean;
|
|
11227
11676
|
prefix: string;
|
|
11228
11677
|
suffix: string;
|
|
11678
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
11229
11679
|
showApply: boolean;
|
|
11230
11680
|
inlineError: boolean;
|
|
11231
11681
|
inlineErrorText: string;
|
|
@@ -11311,6 +11761,10 @@ declare const _default: {
|
|
|
11311
11761
|
type: import("vue").PropType<string>;
|
|
11312
11762
|
default: string;
|
|
11313
11763
|
};
|
|
11764
|
+
maxLengthCounterPosition: {
|
|
11765
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
11766
|
+
default: string;
|
|
11767
|
+
};
|
|
11314
11768
|
showApply: {
|
|
11315
11769
|
type: import("vue").PropType<boolean>;
|
|
11316
11770
|
default: boolean;
|
|
@@ -11346,7 +11800,7 @@ declare const _default: {
|
|
|
11346
11800
|
}>> & {
|
|
11347
11801
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
11348
11802
|
onApply?: () => any;
|
|
11349
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
11803
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLengthCounterPosition" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
11350
11804
|
$attrs: {
|
|
11351
11805
|
[x: string]: unknown;
|
|
11352
11806
|
};
|
|
@@ -11437,6 +11891,10 @@ declare const _default: {
|
|
|
11437
11891
|
type: import("vue").PropType<string>;
|
|
11438
11892
|
default: string;
|
|
11439
11893
|
};
|
|
11894
|
+
maxLengthCounterPosition: {
|
|
11895
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
11896
|
+
default: string;
|
|
11897
|
+
};
|
|
11440
11898
|
showApply: {
|
|
11441
11899
|
type: import("vue").PropType<boolean>;
|
|
11442
11900
|
default: boolean;
|
|
@@ -11497,6 +11955,7 @@ declare const _default: {
|
|
|
11497
11955
|
onlyDigits: boolean;
|
|
11498
11956
|
prefix: string;
|
|
11499
11957
|
suffix: string;
|
|
11958
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
11500
11959
|
showApply: boolean;
|
|
11501
11960
|
inlineError: boolean;
|
|
11502
11961
|
inlineErrorText: string;
|
|
@@ -11602,6 +12061,10 @@ declare const _default: {
|
|
|
11602
12061
|
type: import("vue").PropType<string>;
|
|
11603
12062
|
default: string;
|
|
11604
12063
|
};
|
|
12064
|
+
maxLengthCounterPosition: {
|
|
12065
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12066
|
+
default: string;
|
|
12067
|
+
};
|
|
11605
12068
|
showApply: {
|
|
11606
12069
|
type: import("vue").PropType<boolean>;
|
|
11607
12070
|
default: boolean;
|
|
@@ -11720,6 +12183,10 @@ declare const _default: {
|
|
|
11720
12183
|
type: import("vue").PropType<string>;
|
|
11721
12184
|
default: string;
|
|
11722
12185
|
};
|
|
12186
|
+
maxLengthCounterPosition: {
|
|
12187
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12188
|
+
default: string;
|
|
12189
|
+
};
|
|
11723
12190
|
showApply: {
|
|
11724
12191
|
type: import("vue").PropType<boolean>;
|
|
11725
12192
|
default: boolean;
|
|
@@ -11780,6 +12247,7 @@ declare const _default: {
|
|
|
11780
12247
|
onlyDigits: boolean;
|
|
11781
12248
|
prefix: string;
|
|
11782
12249
|
suffix: string;
|
|
12250
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
11783
12251
|
showApply: boolean;
|
|
11784
12252
|
inlineError: boolean;
|
|
11785
12253
|
inlineErrorText: string;
|
|
@@ -11818,6 +12286,7 @@ declare const _default: {
|
|
|
11818
12286
|
onlyDigits: boolean;
|
|
11819
12287
|
prefix: string;
|
|
11820
12288
|
suffix: string;
|
|
12289
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
11821
12290
|
showApply: boolean;
|
|
11822
12291
|
inlineError: boolean;
|
|
11823
12292
|
inlineErrorText: string;
|
|
@@ -11903,6 +12372,10 @@ declare const _default: {
|
|
|
11903
12372
|
type: import("vue").PropType<string>;
|
|
11904
12373
|
default: string;
|
|
11905
12374
|
};
|
|
12375
|
+
maxLengthCounterPosition: {
|
|
12376
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12377
|
+
default: string;
|
|
12378
|
+
};
|
|
11906
12379
|
showApply: {
|
|
11907
12380
|
type: import("vue").PropType<boolean>;
|
|
11908
12381
|
default: boolean;
|
|
@@ -11938,7 +12411,7 @@ declare const _default: {
|
|
|
11938
12411
|
}>> & {
|
|
11939
12412
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
11940
12413
|
onApply?: () => any;
|
|
11941
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
12414
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLengthCounterPosition" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
11942
12415
|
$attrs: {
|
|
11943
12416
|
[x: string]: unknown;
|
|
11944
12417
|
};
|
|
@@ -12029,6 +12502,10 @@ declare const _default: {
|
|
|
12029
12502
|
type: import("vue").PropType<string>;
|
|
12030
12503
|
default: string;
|
|
12031
12504
|
};
|
|
12505
|
+
maxLengthCounterPosition: {
|
|
12506
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12507
|
+
default: string;
|
|
12508
|
+
};
|
|
12032
12509
|
showApply: {
|
|
12033
12510
|
type: import("vue").PropType<boolean>;
|
|
12034
12511
|
default: boolean;
|
|
@@ -12089,6 +12566,7 @@ declare const _default: {
|
|
|
12089
12566
|
onlyDigits: boolean;
|
|
12090
12567
|
prefix: string;
|
|
12091
12568
|
suffix: string;
|
|
12569
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
12092
12570
|
showApply: boolean;
|
|
12093
12571
|
inlineError: boolean;
|
|
12094
12572
|
inlineErrorText: string;
|
|
@@ -12194,6 +12672,10 @@ declare const _default: {
|
|
|
12194
12672
|
type: import("vue").PropType<string>;
|
|
12195
12673
|
default: string;
|
|
12196
12674
|
};
|
|
12675
|
+
maxLengthCounterPosition: {
|
|
12676
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12677
|
+
default: string;
|
|
12678
|
+
};
|
|
12197
12679
|
showApply: {
|
|
12198
12680
|
type: import("vue").PropType<boolean>;
|
|
12199
12681
|
default: boolean;
|
|
@@ -12312,6 +12794,10 @@ declare const _default: {
|
|
|
12312
12794
|
type: import("vue").PropType<string>;
|
|
12313
12795
|
default: string;
|
|
12314
12796
|
};
|
|
12797
|
+
maxLengthCounterPosition: {
|
|
12798
|
+
type: import("vue").PropType<"inside" | "outside">;
|
|
12799
|
+
default: string;
|
|
12800
|
+
};
|
|
12315
12801
|
showApply: {
|
|
12316
12802
|
type: import("vue").PropType<boolean>;
|
|
12317
12803
|
default: boolean;
|
|
@@ -12372,6 +12858,7 @@ declare const _default: {
|
|
|
12372
12858
|
onlyDigits: boolean;
|
|
12373
12859
|
prefix: string;
|
|
12374
12860
|
suffix: string;
|
|
12861
|
+
maxLengthCounterPosition: "inside" | "outside";
|
|
12375
12862
|
showApply: boolean;
|
|
12376
12863
|
inlineError: boolean;
|
|
12377
12864
|
inlineErrorText: string;
|
|
@@ -14536,6 +15023,8 @@ declare const _default: {
|
|
|
14536
15023
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
14537
15024
|
valueToCopy: string;
|
|
14538
15025
|
disabledOptionKey: string;
|
|
15026
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15027
|
+
optionTwoLinesKey: string;
|
|
14539
15028
|
fullWidth: boolean;
|
|
14540
15029
|
optionsListWidth: string;
|
|
14541
15030
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -14724,6 +15213,14 @@ declare const _default: {
|
|
|
14724
15213
|
type: import("vue").PropType<string>;
|
|
14725
15214
|
default: string;
|
|
14726
15215
|
};
|
|
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
|
+
};
|
|
14727
15224
|
fullWidth: {
|
|
14728
15225
|
type: import("vue").PropType<boolean>;
|
|
14729
15226
|
default: boolean;
|
|
@@ -14753,7 +15250,7 @@ declare const _default: {
|
|
|
14753
15250
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
14754
15251
|
onOpened?: () => any;
|
|
14755
15252
|
onClosed?: () => any;
|
|
14756
|
-
} & 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">;
|
|
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" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
14757
15254
|
$attrs: {
|
|
14758
15255
|
[x: string]: unknown;
|
|
14759
15256
|
};
|
|
@@ -14950,6 +15447,14 @@ declare const _default: {
|
|
|
14950
15447
|
type: import("vue").PropType<string>;
|
|
14951
15448
|
default: string;
|
|
14952
15449
|
};
|
|
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
|
+
};
|
|
14953
15458
|
fullWidth: {
|
|
14954
15459
|
type: import("vue").PropType<boolean>;
|
|
14955
15460
|
default: boolean;
|
|
@@ -15034,6 +15539,8 @@ declare const _default: {
|
|
|
15034
15539
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15035
15540
|
valueToCopy: string;
|
|
15036
15541
|
disabledOptionKey: string;
|
|
15542
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
15543
|
+
optionTwoLinesKey: string;
|
|
15037
15544
|
fullWidth: boolean;
|
|
15038
15545
|
optionsListWidth: string;
|
|
15039
15546
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -15242,6 +15749,14 @@ declare const _default: {
|
|
|
15242
15749
|
type: import("vue").PropType<string>;
|
|
15243
15750
|
default: string;
|
|
15244
15751
|
};
|
|
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
|
+
};
|
|
15245
15760
|
fullWidth: {
|
|
15246
15761
|
type: import("vue").PropType<boolean>;
|
|
15247
15762
|
default: boolean;
|
|
@@ -15461,6 +15976,14 @@ declare const _default: {
|
|
|
15461
15976
|
type: import("vue").PropType<string>;
|
|
15462
15977
|
default: string;
|
|
15463
15978
|
};
|
|
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
|
+
};
|
|
15464
15987
|
fullWidth: {
|
|
15465
15988
|
type: import("vue").PropType<boolean>;
|
|
15466
15989
|
default: boolean;
|
|
@@ -15545,6 +16068,8 @@ declare const _default: {
|
|
|
15545
16068
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15546
16069
|
valueToCopy: string;
|
|
15547
16070
|
disabledOptionKey: string;
|
|
16071
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
16072
|
+
optionTwoLinesKey: string;
|
|
15548
16073
|
fullWidth: boolean;
|
|
15549
16074
|
optionsListWidth: string;
|
|
15550
16075
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -17910,6 +18435,8 @@ declare const _default: {
|
|
|
17910
18435
|
disabled: boolean;
|
|
17911
18436
|
active: boolean;
|
|
17912
18437
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18438
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18439
|
+
optionTwoLinesKey: string;
|
|
17913
18440
|
isIndeterminate: boolean;
|
|
17914
18441
|
subtitle: string;
|
|
17915
18442
|
selectAllOption: boolean;
|
|
@@ -17936,6 +18463,14 @@ declare const _default: {
|
|
|
17936
18463
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
17937
18464
|
default: string;
|
|
17938
18465
|
};
|
|
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
|
+
};
|
|
17939
18474
|
isIndeterminate: {
|
|
17940
18475
|
type: import("vue").PropType<boolean>;
|
|
17941
18476
|
default: boolean;
|
|
@@ -17975,7 +18510,7 @@ declare const _default: {
|
|
|
17975
18510
|
selectedProp: {
|
|
17976
18511
|
type: import("vue").PropType<boolean>;
|
|
17977
18512
|
};
|
|
17978
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
18513
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
17979
18514
|
$attrs: {
|
|
17980
18515
|
[x: string]: unknown;
|
|
17981
18516
|
};
|
|
@@ -18006,6 +18541,14 @@ declare const _default: {
|
|
|
18006
18541
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18007
18542
|
default: string;
|
|
18008
18543
|
};
|
|
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
|
+
};
|
|
18009
18552
|
isIndeterminate: {
|
|
18010
18553
|
type: import("vue").PropType<boolean>;
|
|
18011
18554
|
default: boolean;
|
|
@@ -18050,6 +18593,8 @@ declare const _default: {
|
|
|
18050
18593
|
disabled: boolean;
|
|
18051
18594
|
active: boolean;
|
|
18052
18595
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18596
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18597
|
+
optionTwoLinesKey: string;
|
|
18053
18598
|
isIndeterminate: boolean;
|
|
18054
18599
|
subtitle: string;
|
|
18055
18600
|
selectAllOption: boolean;
|
|
@@ -18096,6 +18641,14 @@ declare const _default: {
|
|
|
18096
18641
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18097
18642
|
default: string;
|
|
18098
18643
|
};
|
|
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
|
+
};
|
|
18099
18652
|
isIndeterminate: {
|
|
18100
18653
|
type: import("vue").PropType<boolean>;
|
|
18101
18654
|
default: boolean;
|
|
@@ -18156,6 +18709,14 @@ declare const _default: {
|
|
|
18156
18709
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
18157
18710
|
default: string;
|
|
18158
18711
|
};
|
|
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
|
+
};
|
|
18159
18720
|
isIndeterminate: {
|
|
18160
18721
|
type: import("vue").PropType<boolean>;
|
|
18161
18722
|
default: boolean;
|
|
@@ -18200,6 +18761,8 @@ declare const _default: {
|
|
|
18200
18761
|
disabled: boolean;
|
|
18201
18762
|
active: boolean;
|
|
18202
18763
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18764
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18765
|
+
optionTwoLinesKey: string;
|
|
18203
18766
|
isIndeterminate: boolean;
|
|
18204
18767
|
subtitle: string;
|
|
18205
18768
|
selectAllOption: boolean;
|
|
@@ -18374,6 +18937,8 @@ declare const _default: {
|
|
|
18374
18937
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18375
18938
|
valueToCopy: string;
|
|
18376
18939
|
disabledOptionKey: string;
|
|
18940
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
18941
|
+
optionTwoLinesKey: string;
|
|
18377
18942
|
fullWidth: boolean;
|
|
18378
18943
|
optionsListWidth: string;
|
|
18379
18944
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -18562,6 +19127,14 @@ declare const _default: {
|
|
|
18562
19127
|
type: import("vue").PropType<string>;
|
|
18563
19128
|
default: string;
|
|
18564
19129
|
};
|
|
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
|
+
};
|
|
18565
19138
|
fullWidth: {
|
|
18566
19139
|
type: import("vue").PropType<boolean>;
|
|
18567
19140
|
default: boolean;
|
|
@@ -18591,7 +19164,7 @@ declare const _default: {
|
|
|
18591
19164
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
18592
19165
|
onOpened?: () => any;
|
|
18593
19166
|
onClosed?: () => any;
|
|
18594
|
-
} & 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">;
|
|
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" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
18595
19168
|
$attrs: {
|
|
18596
19169
|
[x: string]: unknown;
|
|
18597
19170
|
};
|
|
@@ -18788,6 +19361,14 @@ declare const _default: {
|
|
|
18788
19361
|
type: import("vue").PropType<string>;
|
|
18789
19362
|
default: string;
|
|
18790
19363
|
};
|
|
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
|
+
};
|
|
18791
19372
|
fullWidth: {
|
|
18792
19373
|
type: import("vue").PropType<boolean>;
|
|
18793
19374
|
default: boolean;
|
|
@@ -18872,6 +19453,8 @@ declare const _default: {
|
|
|
18872
19453
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18873
19454
|
valueToCopy: string;
|
|
18874
19455
|
disabledOptionKey: string;
|
|
19456
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19457
|
+
optionTwoLinesKey: string;
|
|
18875
19458
|
fullWidth: boolean;
|
|
18876
19459
|
optionsListWidth: string;
|
|
18877
19460
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -19080,6 +19663,14 @@ declare const _default: {
|
|
|
19080
19663
|
type: import("vue").PropType<string>;
|
|
19081
19664
|
default: string;
|
|
19082
19665
|
};
|
|
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
|
+
};
|
|
19083
19674
|
fullWidth: {
|
|
19084
19675
|
type: import("vue").PropType<boolean>;
|
|
19085
19676
|
default: boolean;
|
|
@@ -19299,6 +19890,14 @@ declare const _default: {
|
|
|
19299
19890
|
type: import("vue").PropType<string>;
|
|
19300
19891
|
default: string;
|
|
19301
19892
|
};
|
|
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
|
+
};
|
|
19302
19901
|
fullWidth: {
|
|
19303
19902
|
type: import("vue").PropType<boolean>;
|
|
19304
19903
|
default: boolean;
|
|
@@ -19383,6 +19982,8 @@ declare const _default: {
|
|
|
19383
19982
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19384
19983
|
valueToCopy: string;
|
|
19385
19984
|
disabledOptionKey: string;
|
|
19985
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
19986
|
+
optionTwoLinesKey: string;
|
|
19386
19987
|
fullWidth: boolean;
|
|
19387
19988
|
optionsListWidth: string;
|
|
19388
19989
|
statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
@@ -19664,6 +20265,8 @@ declare const _default: {
|
|
|
19664
20265
|
disabled: boolean;
|
|
19665
20266
|
active: boolean;
|
|
19666
20267
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20268
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20269
|
+
optionTwoLinesKey: string;
|
|
19667
20270
|
isIndeterminate: boolean;
|
|
19668
20271
|
subtitle: string;
|
|
19669
20272
|
selectAllOption: boolean;
|
|
@@ -19690,6 +20293,14 @@ declare const _default: {
|
|
|
19690
20293
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19691
20294
|
default: string;
|
|
19692
20295
|
};
|
|
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
|
+
};
|
|
19693
20304
|
isIndeterminate: {
|
|
19694
20305
|
type: import("vue").PropType<boolean>;
|
|
19695
20306
|
default: boolean;
|
|
@@ -19729,7 +20340,7 @@ declare const _default: {
|
|
|
19729
20340
|
selectedProp: {
|
|
19730
20341
|
type: import("vue").PropType<boolean>;
|
|
19731
20342
|
};
|
|
19732
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
20343
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
19733
20344
|
$attrs: {
|
|
19734
20345
|
[x: string]: unknown;
|
|
19735
20346
|
};
|
|
@@ -19760,6 +20371,14 @@ declare const _default: {
|
|
|
19760
20371
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19761
20372
|
default: string;
|
|
19762
20373
|
};
|
|
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
|
+
};
|
|
19763
20382
|
isIndeterminate: {
|
|
19764
20383
|
type: import("vue").PropType<boolean>;
|
|
19765
20384
|
default: boolean;
|
|
@@ -19804,6 +20423,8 @@ declare const _default: {
|
|
|
19804
20423
|
disabled: boolean;
|
|
19805
20424
|
active: boolean;
|
|
19806
20425
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20426
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20427
|
+
optionTwoLinesKey: string;
|
|
19807
20428
|
isIndeterminate: boolean;
|
|
19808
20429
|
subtitle: string;
|
|
19809
20430
|
selectAllOption: boolean;
|
|
@@ -19850,6 +20471,14 @@ declare const _default: {
|
|
|
19850
20471
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19851
20472
|
default: string;
|
|
19852
20473
|
};
|
|
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
|
+
};
|
|
19853
20482
|
isIndeterminate: {
|
|
19854
20483
|
type: import("vue").PropType<boolean>;
|
|
19855
20484
|
default: boolean;
|
|
@@ -19910,6 +20539,14 @@ declare const _default: {
|
|
|
19910
20539
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
19911
20540
|
default: string;
|
|
19912
20541
|
};
|
|
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
|
+
};
|
|
19913
20550
|
isIndeterminate: {
|
|
19914
20551
|
type: import("vue").PropType<boolean>;
|
|
19915
20552
|
default: boolean;
|
|
@@ -19954,6 +20591,8 @@ declare const _default: {
|
|
|
19954
20591
|
disabled: boolean;
|
|
19955
20592
|
active: boolean;
|
|
19956
20593
|
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20594
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20595
|
+
optionTwoLinesKey: string;
|
|
19957
20596
|
isIndeterminate: boolean;
|
|
19958
20597
|
subtitle: string;
|
|
19959
20598
|
selectAllOption: boolean;
|