@ironsource/shared-ui 2.1.7-rc.0 → 2.1.7-rc.1
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/components/button/v4/ButtonV4.vue.d.ts +6 -6
- package/components/button/v4/IconButtonV4.vue.d.ts +3 -3
- package/components/button/v4/index.d.ts +21 -21
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +6 -6
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +3 -3
- package/components/dropdown/v4/DropdownV4.vue.d.ts +6 -6
- package/components/dropdown/v4/OptionV4.vue.d.ts +6 -6
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +1 -1
- package/components/dropdown/v4/index.d.ts +58 -58
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +3 -3
- package/components/emptyState/v4/index.d.ts +7 -7
- package/components/icon/v4/Icon.types.d.ts +1 -1
- package/components/icon/v4/IconV4.vue.d.ts +3 -3
- package/components/icon/v4/index.d.ts +7 -7
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +8 -8
- package/design-foundation.stories/icons/iconsData.d.ts +5 -1
- package/index.d.ts +189 -189
- package/package.json +1 -1
|
@@ -8,8 +8,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
8
8
|
content?: string;
|
|
9
9
|
startIconName?: string;
|
|
10
10
|
endIconName?: string;
|
|
11
|
-
startIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
12
|
-
endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
11
|
+
startIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
12
|
+
endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
13
13
|
}>, {
|
|
14
14
|
startIconName: any;
|
|
15
15
|
endIconName: any;
|
|
@@ -32,8 +32,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
32
32
|
content?: string;
|
|
33
33
|
startIconName?: string;
|
|
34
34
|
endIconName?: string;
|
|
35
|
-
startIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
36
|
-
endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
35
|
+
startIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
36
|
+
endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
37
37
|
}>, {
|
|
38
38
|
startIconName: any;
|
|
39
39
|
endIconName: any;
|
|
@@ -56,8 +56,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
56
56
|
testId: string;
|
|
57
57
|
startIconName: string;
|
|
58
58
|
endIconName: string;
|
|
59
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
60
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
59
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
60
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
61
61
|
}>, {
|
|
62
62
|
default?(_: {}): any;
|
|
63
63
|
loader?(_: {}): any;
|
|
@@ -2,7 +2,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
2
2
|
variant?: "default" | "outlined";
|
|
3
3
|
color?: "default" | "primary" | "error";
|
|
4
4
|
size?: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
|
|
5
|
-
type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
5
|
+
type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
6
6
|
iconName?: string;
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
testId?: string;
|
|
@@ -18,7 +18,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
18
18
|
variant?: "default" | "outlined";
|
|
19
19
|
color?: "default" | "primary" | "error";
|
|
20
20
|
size?: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
|
|
21
|
-
type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
21
|
+
type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22
22
|
iconName?: string;
|
|
23
23
|
disabled?: boolean;
|
|
24
24
|
testId?: string;
|
|
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
iconName: string;
|
|
32
32
|
type: string;
|
|
33
33
|
}>>>, {
|
|
34
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
34
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
35
35
|
variant: "default" | "outlined";
|
|
36
36
|
disabled: boolean;
|
|
37
37
|
color: "default" | "primary" | "error";
|
|
@@ -14,8 +14,8 @@ declare const ButtonTypes: () => (({
|
|
|
14
14
|
testId: string;
|
|
15
15
|
startIconName: string;
|
|
16
16
|
endIconName: string;
|
|
17
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
18
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
19
19
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
variant: {
|
|
21
21
|
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
@@ -54,11 +54,11 @@ declare const ButtonTypes: () => (({
|
|
|
54
54
|
default: any;
|
|
55
55
|
};
|
|
56
56
|
startIconType: {
|
|
57
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
57
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
58
58
|
default: string;
|
|
59
59
|
};
|
|
60
60
|
endIconType: {
|
|
61
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
61
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
64
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "color" | "size" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
|
|
@@ -113,11 +113,11 @@ declare const ButtonTypes: () => (({
|
|
|
113
113
|
default: any;
|
|
114
114
|
};
|
|
115
115
|
startIconType: {
|
|
116
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
116
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
117
117
|
default: string;
|
|
118
118
|
};
|
|
119
119
|
endIconType: {
|
|
120
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
120
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
121
121
|
default: string;
|
|
122
122
|
};
|
|
123
123
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
@@ -130,8 +130,8 @@ declare const ButtonTypes: () => (({
|
|
|
130
130
|
testId: string;
|
|
131
131
|
startIconName: string;
|
|
132
132
|
endIconName: string;
|
|
133
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
134
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
133
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
134
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
135
135
|
}, {}, string> & {
|
|
136
136
|
beforeCreate?: (() => void) | (() => void)[];
|
|
137
137
|
created?: (() => void) | (() => void)[];
|
|
@@ -190,11 +190,11 @@ declare const ButtonTypes: () => (({
|
|
|
190
190
|
default: any;
|
|
191
191
|
};
|
|
192
192
|
startIconType: {
|
|
193
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
193
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
194
194
|
default: string;
|
|
195
195
|
};
|
|
196
196
|
endIconType: {
|
|
197
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
197
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
198
198
|
default: string;
|
|
199
199
|
};
|
|
200
200
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -239,11 +239,11 @@ declare const ButtonTypes: () => (({
|
|
|
239
239
|
default: any;
|
|
240
240
|
};
|
|
241
241
|
startIconType: {
|
|
242
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
242
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
243
243
|
default: string;
|
|
244
244
|
};
|
|
245
245
|
endIconType: {
|
|
246
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
246
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
247
247
|
default: string;
|
|
248
248
|
};
|
|
249
249
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
@@ -256,8 +256,8 @@ declare const ButtonTypes: () => (({
|
|
|
256
256
|
testId: string;
|
|
257
257
|
startIconName: string;
|
|
258
258
|
endIconName: string;
|
|
259
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
260
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
259
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
260
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
261
261
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
262
262
|
$slots: {
|
|
263
263
|
default?(_: {}): any;
|
|
@@ -268,7 +268,7 @@ declare const ButtonTypes: () => (({
|
|
|
268
268
|
$: import("vue").ComponentInternalInstance;
|
|
269
269
|
$data: {};
|
|
270
270
|
$props: Partial<{
|
|
271
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
271
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
272
272
|
variant: "default" | "outlined";
|
|
273
273
|
disabled: boolean;
|
|
274
274
|
color: "default" | "primary" | "error";
|
|
@@ -277,7 +277,7 @@ declare const ButtonTypes: () => (({
|
|
|
277
277
|
iconName: string;
|
|
278
278
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
279
279
|
type: {
|
|
280
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
280
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
281
281
|
default: string;
|
|
282
282
|
};
|
|
283
283
|
variant: {
|
|
@@ -320,7 +320,7 @@ declare const ButtonTypes: () => (({
|
|
|
320
320
|
$el: any;
|
|
321
321
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
322
322
|
type: {
|
|
323
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
323
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
324
324
|
default: string;
|
|
325
325
|
};
|
|
326
326
|
variant: {
|
|
@@ -348,7 +348,7 @@ declare const ButtonTypes: () => (({
|
|
|
348
348
|
default: string;
|
|
349
349
|
};
|
|
350
350
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
351
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
351
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
352
352
|
variant: "default" | "outlined";
|
|
353
353
|
disabled: boolean;
|
|
354
354
|
color: "default" | "primary" | "error";
|
|
@@ -377,7 +377,7 @@ declare const ButtonTypes: () => (({
|
|
|
377
377
|
$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;
|
|
378
378
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
379
379
|
type: {
|
|
380
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
380
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
381
381
|
default: string;
|
|
382
382
|
};
|
|
383
383
|
variant: {
|
|
@@ -410,7 +410,7 @@ declare const ButtonTypes: () => (({
|
|
|
410
410
|
__isSuspense?: never;
|
|
411
411
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
412
412
|
type: {
|
|
413
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
413
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
414
414
|
default: string;
|
|
415
415
|
};
|
|
416
416
|
variant: {
|
|
@@ -438,7 +438,7 @@ declare const ButtonTypes: () => (({
|
|
|
438
438
|
default: string;
|
|
439
439
|
};
|
|
440
440
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
441
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
441
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
442
442
|
variant: "default" | "outlined";
|
|
443
443
|
disabled: boolean;
|
|
444
444
|
color: "default" | "primary" | "error";
|
|
@@ -17,9 +17,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
17
17
|
optionNameKey?: string;
|
|
18
18
|
optionImageKey?: string;
|
|
19
19
|
optionIconKey?: string;
|
|
20
|
-
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
20
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21
21
|
optionEndIconKey?: string;
|
|
22
|
-
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
22
|
+
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
23
23
|
}>, {
|
|
24
24
|
placeholder: string;
|
|
25
25
|
selectedOption: any;
|
|
@@ -67,9 +67,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
67
67
|
optionNameKey?: string;
|
|
68
68
|
optionImageKey?: string;
|
|
69
69
|
optionIconKey?: string;
|
|
70
|
-
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
70
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
71
71
|
optionEndIconKey?: string;
|
|
72
|
-
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
72
|
+
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
73
73
|
}>, {
|
|
74
74
|
placeholder: string;
|
|
75
75
|
selectedOption: any;
|
|
@@ -113,9 +113,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
113
113
|
optionNameKey: string;
|
|
114
114
|
optionIconKey: string;
|
|
115
115
|
optionImageKey: string;
|
|
116
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
116
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
117
117
|
optionEndIconKey: string;
|
|
118
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
118
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
119
119
|
valueToCopy: string;
|
|
120
120
|
selectedOption: any;
|
|
121
121
|
brandIconType: "android" | "ios";
|
|
@@ -21,7 +21,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
21
21
|
optionNameKey?: string;
|
|
22
22
|
optionImageKey?: string;
|
|
23
23
|
optionIconKey?: string;
|
|
24
|
-
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
24
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
25
25
|
showAllSelectedText?: boolean;
|
|
26
26
|
statusDotType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
27
27
|
}>, {
|
|
@@ -74,7 +74,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
74
74
|
optionNameKey?: string;
|
|
75
75
|
optionImageKey?: string;
|
|
76
76
|
optionIconKey?: string;
|
|
77
|
-
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
77
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
78
78
|
showAllSelectedText?: boolean;
|
|
79
79
|
statusDotType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
80
80
|
}>, {
|
|
@@ -123,7 +123,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
123
123
|
optionNameKey: string;
|
|
124
124
|
optionIconKey: string;
|
|
125
125
|
optionImageKey: string;
|
|
126
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
126
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
127
127
|
selectedOption: any;
|
|
128
128
|
showFeedbackIcon: boolean;
|
|
129
129
|
brandIconType: "android" | "ios";
|
|
@@ -40,9 +40,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
40
40
|
optionNameKey?: string;
|
|
41
41
|
optionIconKey?: string;
|
|
42
42
|
optionImageKey?: string;
|
|
43
|
-
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
43
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
44
44
|
optionEndIconKey?: string;
|
|
45
|
-
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
45
|
+
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
46
46
|
valueToCopy?: string;
|
|
47
47
|
disabledOptionKey?: string;
|
|
48
48
|
theme?: string;
|
|
@@ -153,9 +153,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
153
153
|
optionNameKey?: string;
|
|
154
154
|
optionIconKey?: string;
|
|
155
155
|
optionImageKey?: string;
|
|
156
|
-
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
156
|
+
optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
157
157
|
optionEndIconKey?: string;
|
|
158
|
-
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
158
|
+
optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
159
159
|
valueToCopy?: string;
|
|
160
160
|
disabledOptionKey?: string;
|
|
161
161
|
theme?: string;
|
|
@@ -260,9 +260,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
260
260
|
optionNameKey: string;
|
|
261
261
|
optionIconKey: string;
|
|
262
262
|
optionImageKey: string;
|
|
263
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
263
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
264
264
|
optionEndIconKey: string;
|
|
265
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
265
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
266
266
|
valueToCopy: string;
|
|
267
267
|
disabledOptionKey: string;
|
|
268
268
|
fullWidth: boolean;
|
|
@@ -9,9 +9,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
9
9
|
nameKey?: string;
|
|
10
10
|
imageKey?: string;
|
|
11
11
|
iconKey?: string;
|
|
12
|
-
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
12
|
+
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
13
13
|
endIconKey?: string;
|
|
14
|
-
endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
14
|
+
endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
15
15
|
toolTipPlacement?: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
16
16
|
}>, {
|
|
17
17
|
subtitle: string;
|
|
@@ -38,9 +38,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
38
38
|
nameKey?: string;
|
|
39
39
|
imageKey?: string;
|
|
40
40
|
iconKey?: string;
|
|
41
|
-
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
41
|
+
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
42
42
|
endIconKey?: string;
|
|
43
|
-
endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
43
|
+
endIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
44
44
|
toolTipPlacement?: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
45
45
|
}>, {
|
|
46
46
|
subtitle: string;
|
|
@@ -60,14 +60,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
60
60
|
option: any;
|
|
61
61
|
disabled: boolean;
|
|
62
62
|
active: boolean;
|
|
63
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
63
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
64
64
|
isIndeterminate: boolean;
|
|
65
65
|
subtitle: string;
|
|
66
66
|
selectAllOption: boolean;
|
|
67
67
|
nameKey: string;
|
|
68
68
|
imageKey: string;
|
|
69
69
|
iconKey: string;
|
|
70
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
70
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
71
71
|
endIconKey: string;
|
|
72
72
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
73
73
|
}>, {
|
|
@@ -220,7 +220,7 @@ export declare const dropDownStoryArgs: {
|
|
|
220
220
|
};
|
|
221
221
|
};
|
|
222
222
|
optionIconType: {
|
|
223
|
-
options: ("fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat")[];
|
|
223
|
+
options: ("fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate")[];
|
|
224
224
|
table: {
|
|
225
225
|
category: string;
|
|
226
226
|
};
|