@ironsource/shared-ui 2.1.6-rc.32 → 2.1.6-rc.34
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/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_a9f31e34_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_69abfd4a_lang.css +1 -0
- package/components/button/v4/ButtonV4.vue.d.ts +7 -7
- package/components/button/v4/IconButtonV4.vue.d.ts +4 -4
- package/components/button/v4/index.d.ts +61 -61
- package/components/chip/v4/ChipV4.vue.d.ts +1 -1
- package/components/chip/v4/index.d.ts +9 -9
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +20 -20
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +6 -6
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +41 -40
- 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/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +42 -39
- package/components/dropdown/v4/dropdownStoryArgs.d.ts +1 -1
- package/components/dropdown/v4/index.d.ts +52 -52
- package/components/emptyState/v3/EmptyState.vue.d.ts +2 -2
- package/components/emptyState/v3/index.d.ts +47 -47
- 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 +16 -6
- package/components/icon/v4/IconV4.vue.js +3 -3
- package/components/icon/v4/IconV4.vue2.js +36 -33
- package/components/icon/v4/index.d.ts +53 -15
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +20 -20
- package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
- package/components/toggle/v4/index.d.ts +20 -20
- package/design-foundation.stories/icons/iconsData.d.ts +5 -1
- package/index.d.ts +407 -331
- package/package.json +1 -1
- package/utils/text.d.ts +1 -0
- package/utils/text.js +9 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c700276e_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_a78f8a3e_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_1df23c31_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -1975,7 +1975,7 @@ declare const _default: {
|
|
|
1975
1975
|
iconName: string;
|
|
1976
1976
|
iconSize: string;
|
|
1977
1977
|
subtitle: string;
|
|
1978
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1978
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
1979
1979
|
buttonText: string;
|
|
1980
1980
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1981
1981
|
title: {
|
|
@@ -1999,7 +1999,7 @@ declare const _default: {
|
|
|
1999
1999
|
default: any;
|
|
2000
2000
|
};
|
|
2001
2001
|
iconType: {
|
|
2002
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2002
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
2003
2003
|
default: string;
|
|
2004
2004
|
};
|
|
2005
2005
|
buttonText: {
|
|
@@ -2044,7 +2044,7 @@ declare const _default: {
|
|
|
2044
2044
|
default: any;
|
|
2045
2045
|
};
|
|
2046
2046
|
iconType: {
|
|
2047
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2047
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
2048
2048
|
default: string;
|
|
2049
2049
|
};
|
|
2050
2050
|
buttonText: {
|
|
@@ -2061,7 +2061,7 @@ declare const _default: {
|
|
|
2061
2061
|
iconName: string;
|
|
2062
2062
|
iconSize: string;
|
|
2063
2063
|
subtitle: string;
|
|
2064
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
2064
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
2065
2065
|
buttonText: string;
|
|
2066
2066
|
}, {}, string> & {
|
|
2067
2067
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -2105,7 +2105,7 @@ declare const _default: {
|
|
|
2105
2105
|
default: any;
|
|
2106
2106
|
};
|
|
2107
2107
|
iconType: {
|
|
2108
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2108
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
2109
2109
|
default: string;
|
|
2110
2110
|
};
|
|
2111
2111
|
buttonText: {
|
|
@@ -2140,7 +2140,7 @@ declare const _default: {
|
|
|
2140
2140
|
default: any;
|
|
2141
2141
|
};
|
|
2142
2142
|
iconType: {
|
|
2143
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2143
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
2144
2144
|
default: string;
|
|
2145
2145
|
};
|
|
2146
2146
|
buttonText: {
|
|
@@ -2157,7 +2157,7 @@ declare const _default: {
|
|
|
2157
2157
|
iconName: string;
|
|
2158
2158
|
iconSize: string;
|
|
2159
2159
|
subtitle: string;
|
|
2160
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
2160
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
2161
2161
|
buttonText: string;
|
|
2162
2162
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2163
2163
|
$slots: {
|
|
@@ -2175,7 +2175,7 @@ declare const _default: {
|
|
|
2175
2175
|
iconName: string;
|
|
2176
2176
|
iconSize: string;
|
|
2177
2177
|
subtitle: string;
|
|
2178
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
2178
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
2179
2179
|
buttonText: string;
|
|
2180
2180
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2181
2181
|
title: {
|
|
@@ -2199,7 +2199,7 @@ declare const _default: {
|
|
|
2199
2199
|
default: any;
|
|
2200
2200
|
};
|
|
2201
2201
|
iconType: {
|
|
2202
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2202
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
2203
2203
|
default: string;
|
|
2204
2204
|
};
|
|
2205
2205
|
buttonText: {
|
|
@@ -2244,7 +2244,7 @@ declare const _default: {
|
|
|
2244
2244
|
default: any;
|
|
2245
2245
|
};
|
|
2246
2246
|
iconType: {
|
|
2247
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2247
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
2248
2248
|
default: string;
|
|
2249
2249
|
};
|
|
2250
2250
|
buttonText: {
|
|
@@ -2261,7 +2261,7 @@ declare const _default: {
|
|
|
2261
2261
|
iconName: string;
|
|
2262
2262
|
iconSize: string;
|
|
2263
2263
|
subtitle: string;
|
|
2264
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
2264
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
2265
2265
|
buttonText: string;
|
|
2266
2266
|
}, {}, string> & {
|
|
2267
2267
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -2305,7 +2305,7 @@ declare const _default: {
|
|
|
2305
2305
|
default: any;
|
|
2306
2306
|
};
|
|
2307
2307
|
iconType: {
|
|
2308
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2308
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
2309
2309
|
default: string;
|
|
2310
2310
|
};
|
|
2311
2311
|
buttonText: {
|
|
@@ -2340,7 +2340,7 @@ declare const _default: {
|
|
|
2340
2340
|
default: any;
|
|
2341
2341
|
};
|
|
2342
2342
|
iconType: {
|
|
2343
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
2343
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
2344
2344
|
default: string;
|
|
2345
2345
|
};
|
|
2346
2346
|
buttonText: {
|
|
@@ -2357,7 +2357,7 @@ declare const _default: {
|
|
|
2357
2357
|
iconName: string;
|
|
2358
2358
|
iconSize: string;
|
|
2359
2359
|
subtitle: string;
|
|
2360
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
2360
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
2361
2361
|
buttonText: string;
|
|
2362
2362
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2363
2363
|
$slots: {
|
|
@@ -5023,8 +5023,8 @@ declare const _default: {
|
|
|
5023
5023
|
$data: {};
|
|
5024
5024
|
$props: Partial<{
|
|
5025
5025
|
text: string;
|
|
5026
|
-
size: "small" | "medium";
|
|
5027
5026
|
color: "primary" | "test";
|
|
5027
|
+
size: "small" | "medium";
|
|
5028
5028
|
testId: string;
|
|
5029
5029
|
isLoading: boolean;
|
|
5030
5030
|
hoverHelpText: string;
|
|
@@ -5039,14 +5039,14 @@ declare const _default: {
|
|
|
5039
5039
|
type: import("vue").PropType<string>;
|
|
5040
5040
|
default: any;
|
|
5041
5041
|
};
|
|
5042
|
-
size: {
|
|
5043
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
5044
|
-
default: string;
|
|
5045
|
-
};
|
|
5046
5042
|
color: {
|
|
5047
5043
|
type: import("vue").PropType<"primary" | "test">;
|
|
5048
5044
|
default: string;
|
|
5049
5045
|
};
|
|
5046
|
+
size: {
|
|
5047
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
5048
|
+
default: string;
|
|
5049
|
+
};
|
|
5050
5050
|
testId: {
|
|
5051
5051
|
type: import("vue").PropType<string>;
|
|
5052
5052
|
default: string;
|
|
@@ -5089,7 +5089,7 @@ declare const _default: {
|
|
|
5089
5089
|
};
|
|
5090
5090
|
}>> & {
|
|
5091
5091
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5092
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "
|
|
5092
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "color" | "size" | "testId" | "isLoading" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "activeText" | "inactiveText" | "isDisabled">;
|
|
5093
5093
|
$attrs: {
|
|
5094
5094
|
[x: string]: unknown;
|
|
5095
5095
|
};
|
|
@@ -5108,14 +5108,14 @@ declare const _default: {
|
|
|
5108
5108
|
type: import("vue").PropType<string>;
|
|
5109
5109
|
default: any;
|
|
5110
5110
|
};
|
|
5111
|
-
size: {
|
|
5112
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
5113
|
-
default: string;
|
|
5114
|
-
};
|
|
5115
5111
|
color: {
|
|
5116
5112
|
type: import("vue").PropType<"primary" | "test">;
|
|
5117
5113
|
default: string;
|
|
5118
5114
|
};
|
|
5115
|
+
size: {
|
|
5116
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
5117
|
+
default: string;
|
|
5118
|
+
};
|
|
5119
5119
|
testId: {
|
|
5120
5120
|
type: import("vue").PropType<string>;
|
|
5121
5121
|
default: string;
|
|
@@ -5162,8 +5162,8 @@ declare const _default: {
|
|
|
5162
5162
|
"update:modelValue": (value: boolean) => void;
|
|
5163
5163
|
}, string, {
|
|
5164
5164
|
text: string;
|
|
5165
|
-
size: "small" | "medium";
|
|
5166
5165
|
color: "primary" | "test";
|
|
5166
|
+
size: "small" | "medium";
|
|
5167
5167
|
testId: string;
|
|
5168
5168
|
isLoading: boolean;
|
|
5169
5169
|
hoverHelpText: string;
|
|
@@ -5198,14 +5198,14 @@ declare const _default: {
|
|
|
5198
5198
|
type: import("vue").PropType<string>;
|
|
5199
5199
|
default: any;
|
|
5200
5200
|
};
|
|
5201
|
-
size: {
|
|
5202
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
5203
|
-
default: string;
|
|
5204
|
-
};
|
|
5205
5201
|
color: {
|
|
5206
5202
|
type: import("vue").PropType<"primary" | "test">;
|
|
5207
5203
|
default: string;
|
|
5208
5204
|
};
|
|
5205
|
+
size: {
|
|
5206
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
5207
|
+
default: string;
|
|
5208
|
+
};
|
|
5209
5209
|
testId: {
|
|
5210
5210
|
type: import("vue").PropType<string>;
|
|
5211
5211
|
default: string;
|
|
@@ -5257,14 +5257,14 @@ declare const _default: {
|
|
|
5257
5257
|
type: import("vue").PropType<string>;
|
|
5258
5258
|
default: any;
|
|
5259
5259
|
};
|
|
5260
|
-
size: {
|
|
5261
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
5262
|
-
default: string;
|
|
5263
|
-
};
|
|
5264
5260
|
color: {
|
|
5265
5261
|
type: import("vue").PropType<"primary" | "test">;
|
|
5266
5262
|
default: string;
|
|
5267
5263
|
};
|
|
5264
|
+
size: {
|
|
5265
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
5266
|
+
default: string;
|
|
5267
|
+
};
|
|
5268
5268
|
testId: {
|
|
5269
5269
|
type: import("vue").PropType<string>;
|
|
5270
5270
|
default: string;
|
|
@@ -5311,8 +5311,8 @@ declare const _default: {
|
|
|
5311
5311
|
"update:modelValue": (value: boolean) => void;
|
|
5312
5312
|
}, string, {
|
|
5313
5313
|
text: string;
|
|
5314
|
-
size: "small" | "medium";
|
|
5315
5314
|
color: "primary" | "test";
|
|
5315
|
+
size: "small" | "medium";
|
|
5316
5316
|
testId: string;
|
|
5317
5317
|
isLoading: boolean;
|
|
5318
5318
|
hoverHelpText: string;
|
|
@@ -5334,8 +5334,8 @@ declare const _default: {
|
|
|
5334
5334
|
$data: {};
|
|
5335
5335
|
$props: Partial<{
|
|
5336
5336
|
text: string;
|
|
5337
|
-
size: "small" | "medium";
|
|
5338
5337
|
color: "primary" | "test";
|
|
5338
|
+
size: "small" | "medium";
|
|
5339
5339
|
testId: string;
|
|
5340
5340
|
isLoading: boolean;
|
|
5341
5341
|
hoverHelpText: string;
|
|
@@ -5350,14 +5350,14 @@ declare const _default: {
|
|
|
5350
5350
|
type: import("vue").PropType<string>;
|
|
5351
5351
|
default: any;
|
|
5352
5352
|
};
|
|
5353
|
-
size: {
|
|
5354
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
5355
|
-
default: string;
|
|
5356
|
-
};
|
|
5357
5353
|
color: {
|
|
5358
5354
|
type: import("vue").PropType<"primary" | "test">;
|
|
5359
5355
|
default: string;
|
|
5360
5356
|
};
|
|
5357
|
+
size: {
|
|
5358
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
5359
|
+
default: string;
|
|
5360
|
+
};
|
|
5361
5361
|
testId: {
|
|
5362
5362
|
type: import("vue").PropType<string>;
|
|
5363
5363
|
default: string;
|
|
@@ -5400,7 +5400,7 @@ declare const _default: {
|
|
|
5400
5400
|
};
|
|
5401
5401
|
}>> & {
|
|
5402
5402
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
5403
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "
|
|
5403
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "color" | "size" | "testId" | "isLoading" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "activeText" | "inactiveText" | "isDisabled">;
|
|
5404
5404
|
$attrs: {
|
|
5405
5405
|
[x: string]: unknown;
|
|
5406
5406
|
};
|
|
@@ -5419,14 +5419,14 @@ declare const _default: {
|
|
|
5419
5419
|
type: import("vue").PropType<string>;
|
|
5420
5420
|
default: any;
|
|
5421
5421
|
};
|
|
5422
|
-
size: {
|
|
5423
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
5424
|
-
default: string;
|
|
5425
|
-
};
|
|
5426
5422
|
color: {
|
|
5427
5423
|
type: import("vue").PropType<"primary" | "test">;
|
|
5428
5424
|
default: string;
|
|
5429
5425
|
};
|
|
5426
|
+
size: {
|
|
5427
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
5428
|
+
default: string;
|
|
5429
|
+
};
|
|
5430
5430
|
testId: {
|
|
5431
5431
|
type: import("vue").PropType<string>;
|
|
5432
5432
|
default: string;
|
|
@@ -5473,8 +5473,8 @@ declare const _default: {
|
|
|
5473
5473
|
"update:modelValue": (value: boolean) => void;
|
|
5474
5474
|
}, string, {
|
|
5475
5475
|
text: string;
|
|
5476
|
-
size: "small" | "medium";
|
|
5477
5476
|
color: "primary" | "test";
|
|
5477
|
+
size: "small" | "medium";
|
|
5478
5478
|
testId: string;
|
|
5479
5479
|
isLoading: boolean;
|
|
5480
5480
|
hoverHelpText: string;
|
|
@@ -5509,14 +5509,14 @@ declare const _default: {
|
|
|
5509
5509
|
type: import("vue").PropType<string>;
|
|
5510
5510
|
default: any;
|
|
5511
5511
|
};
|
|
5512
|
-
size: {
|
|
5513
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
5514
|
-
default: string;
|
|
5515
|
-
};
|
|
5516
5512
|
color: {
|
|
5517
5513
|
type: import("vue").PropType<"primary" | "test">;
|
|
5518
5514
|
default: string;
|
|
5519
5515
|
};
|
|
5516
|
+
size: {
|
|
5517
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
5518
|
+
default: string;
|
|
5519
|
+
};
|
|
5520
5520
|
testId: {
|
|
5521
5521
|
type: import("vue").PropType<string>;
|
|
5522
5522
|
default: string;
|
|
@@ -5568,14 +5568,14 @@ declare const _default: {
|
|
|
5568
5568
|
type: import("vue").PropType<string>;
|
|
5569
5569
|
default: any;
|
|
5570
5570
|
};
|
|
5571
|
-
size: {
|
|
5572
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
5573
|
-
default: string;
|
|
5574
|
-
};
|
|
5575
5571
|
color: {
|
|
5576
5572
|
type: import("vue").PropType<"primary" | "test">;
|
|
5577
5573
|
default: string;
|
|
5578
5574
|
};
|
|
5575
|
+
size: {
|
|
5576
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
5577
|
+
default: string;
|
|
5578
|
+
};
|
|
5579
5579
|
testId: {
|
|
5580
5580
|
type: import("vue").PropType<string>;
|
|
5581
5581
|
default: string;
|
|
@@ -5622,8 +5622,8 @@ declare const _default: {
|
|
|
5622
5622
|
"update:modelValue": (value: boolean) => void;
|
|
5623
5623
|
}, string, {
|
|
5624
5624
|
text: string;
|
|
5625
|
-
size: "small" | "medium";
|
|
5626
5625
|
color: "primary" | "test";
|
|
5626
|
+
size: "small" | "medium";
|
|
5627
5627
|
testId: string;
|
|
5628
5628
|
isLoading: boolean;
|
|
5629
5629
|
hoverHelpText: string;
|
|
@@ -7432,27 +7432,37 @@ declare const _default: {
|
|
|
7432
7432
|
$data: {};
|
|
7433
7433
|
$props: Partial<{
|
|
7434
7434
|
name: string;
|
|
7435
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
7436
|
-
size: string;
|
|
7435
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
7437
7436
|
color: string;
|
|
7437
|
+
size: string;
|
|
7438
|
+
height: string;
|
|
7439
|
+
width: string;
|
|
7438
7440
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
7439
7441
|
name: {
|
|
7440
7442
|
type: import("vue").PropType<string>;
|
|
7441
7443
|
default: any;
|
|
7442
7444
|
};
|
|
7443
7445
|
type: {
|
|
7444
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
7446
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
7445
7447
|
default: string;
|
|
7446
7448
|
};
|
|
7449
|
+
color: {
|
|
7450
|
+
type: import("vue").PropType<string>;
|
|
7451
|
+
default: any;
|
|
7452
|
+
};
|
|
7447
7453
|
size: {
|
|
7448
7454
|
type: import("vue").PropType<string>;
|
|
7449
7455
|
default: any;
|
|
7450
7456
|
};
|
|
7451
|
-
|
|
7457
|
+
height: {
|
|
7458
|
+
type: import("vue").PropType<string>;
|
|
7459
|
+
default: any;
|
|
7460
|
+
};
|
|
7461
|
+
width: {
|
|
7452
7462
|
type: import("vue").PropType<string>;
|
|
7453
7463
|
default: any;
|
|
7454
7464
|
};
|
|
7455
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "size" | "
|
|
7465
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width">;
|
|
7456
7466
|
$attrs: {
|
|
7457
7467
|
[x: string]: unknown;
|
|
7458
7468
|
};
|
|
@@ -7472,22 +7482,32 @@ declare const _default: {
|
|
|
7472
7482
|
default: any;
|
|
7473
7483
|
};
|
|
7474
7484
|
type: {
|
|
7475
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
7485
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
7476
7486
|
default: string;
|
|
7477
7487
|
};
|
|
7488
|
+
color: {
|
|
7489
|
+
type: import("vue").PropType<string>;
|
|
7490
|
+
default: any;
|
|
7491
|
+
};
|
|
7478
7492
|
size: {
|
|
7479
7493
|
type: import("vue").PropType<string>;
|
|
7480
7494
|
default: any;
|
|
7481
7495
|
};
|
|
7482
|
-
|
|
7496
|
+
height: {
|
|
7497
|
+
type: import("vue").PropType<string>;
|
|
7498
|
+
default: any;
|
|
7499
|
+
};
|
|
7500
|
+
width: {
|
|
7483
7501
|
type: import("vue").PropType<string>;
|
|
7484
7502
|
default: any;
|
|
7485
7503
|
};
|
|
7486
7504
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
7487
7505
|
name: string;
|
|
7488
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
7489
|
-
size: string;
|
|
7506
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
7490
7507
|
color: string;
|
|
7508
|
+
size: string;
|
|
7509
|
+
height: string;
|
|
7510
|
+
width: string;
|
|
7491
7511
|
}, {}, string> & {
|
|
7492
7512
|
beforeCreate?: (() => void) | (() => void)[];
|
|
7493
7513
|
created?: (() => void) | (() => void)[];
|
|
@@ -7514,14 +7534,22 @@ declare const _default: {
|
|
|
7514
7534
|
default: any;
|
|
7515
7535
|
};
|
|
7516
7536
|
type: {
|
|
7517
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
7537
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
7518
7538
|
default: string;
|
|
7519
7539
|
};
|
|
7540
|
+
color: {
|
|
7541
|
+
type: import("vue").PropType<string>;
|
|
7542
|
+
default: any;
|
|
7543
|
+
};
|
|
7520
7544
|
size: {
|
|
7521
7545
|
type: import("vue").PropType<string>;
|
|
7522
7546
|
default: any;
|
|
7523
7547
|
};
|
|
7524
|
-
|
|
7548
|
+
height: {
|
|
7549
|
+
type: import("vue").PropType<string>;
|
|
7550
|
+
default: any;
|
|
7551
|
+
};
|
|
7552
|
+
width: {
|
|
7525
7553
|
type: import("vue").PropType<string>;
|
|
7526
7554
|
default: any;
|
|
7527
7555
|
};
|
|
@@ -7535,22 +7563,32 @@ declare const _default: {
|
|
|
7535
7563
|
default: any;
|
|
7536
7564
|
};
|
|
7537
7565
|
type: {
|
|
7538
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
7566
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
7539
7567
|
default: string;
|
|
7540
7568
|
};
|
|
7569
|
+
color: {
|
|
7570
|
+
type: import("vue").PropType<string>;
|
|
7571
|
+
default: any;
|
|
7572
|
+
};
|
|
7541
7573
|
size: {
|
|
7542
7574
|
type: import("vue").PropType<string>;
|
|
7543
7575
|
default: any;
|
|
7544
7576
|
};
|
|
7545
|
-
|
|
7577
|
+
height: {
|
|
7578
|
+
type: import("vue").PropType<string>;
|
|
7579
|
+
default: any;
|
|
7580
|
+
};
|
|
7581
|
+
width: {
|
|
7546
7582
|
type: import("vue").PropType<string>;
|
|
7547
7583
|
default: any;
|
|
7548
7584
|
};
|
|
7549
7585
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
7550
7586
|
name: string;
|
|
7551
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
7552
|
-
size: string;
|
|
7587
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
7553
7588
|
color: string;
|
|
7589
|
+
size: string;
|
|
7590
|
+
height: string;
|
|
7591
|
+
width: string;
|
|
7554
7592
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
7555
7593
|
$slots: {
|
|
7556
7594
|
default?(_: {}): any;
|
|
@@ -7562,27 +7600,37 @@ declare const _default: {
|
|
|
7562
7600
|
$data: {};
|
|
7563
7601
|
$props: Partial<{
|
|
7564
7602
|
name: string;
|
|
7565
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
7566
|
-
size: string;
|
|
7603
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
7567
7604
|
color: string;
|
|
7605
|
+
size: string;
|
|
7606
|
+
height: string;
|
|
7607
|
+
width: string;
|
|
7568
7608
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
7569
7609
|
name: {
|
|
7570
7610
|
type: import("vue").PropType<string>;
|
|
7571
7611
|
default: any;
|
|
7572
7612
|
};
|
|
7573
7613
|
type: {
|
|
7574
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
7614
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
7575
7615
|
default: string;
|
|
7576
7616
|
};
|
|
7617
|
+
color: {
|
|
7618
|
+
type: import("vue").PropType<string>;
|
|
7619
|
+
default: any;
|
|
7620
|
+
};
|
|
7577
7621
|
size: {
|
|
7578
7622
|
type: import("vue").PropType<string>;
|
|
7579
7623
|
default: any;
|
|
7580
7624
|
};
|
|
7581
|
-
|
|
7625
|
+
height: {
|
|
7626
|
+
type: import("vue").PropType<string>;
|
|
7627
|
+
default: any;
|
|
7628
|
+
};
|
|
7629
|
+
width: {
|
|
7582
7630
|
type: import("vue").PropType<string>;
|
|
7583
7631
|
default: any;
|
|
7584
7632
|
};
|
|
7585
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "size" | "
|
|
7633
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width">;
|
|
7586
7634
|
$attrs: {
|
|
7587
7635
|
[x: string]: unknown;
|
|
7588
7636
|
};
|
|
@@ -7602,22 +7650,32 @@ declare const _default: {
|
|
|
7602
7650
|
default: any;
|
|
7603
7651
|
};
|
|
7604
7652
|
type: {
|
|
7605
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
7653
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
7606
7654
|
default: string;
|
|
7607
7655
|
};
|
|
7656
|
+
color: {
|
|
7657
|
+
type: import("vue").PropType<string>;
|
|
7658
|
+
default: any;
|
|
7659
|
+
};
|
|
7608
7660
|
size: {
|
|
7609
7661
|
type: import("vue").PropType<string>;
|
|
7610
7662
|
default: any;
|
|
7611
7663
|
};
|
|
7612
|
-
|
|
7664
|
+
height: {
|
|
7665
|
+
type: import("vue").PropType<string>;
|
|
7666
|
+
default: any;
|
|
7667
|
+
};
|
|
7668
|
+
width: {
|
|
7613
7669
|
type: import("vue").PropType<string>;
|
|
7614
7670
|
default: any;
|
|
7615
7671
|
};
|
|
7616
7672
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
7617
7673
|
name: string;
|
|
7618
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
7619
|
-
size: string;
|
|
7674
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
7620
7675
|
color: string;
|
|
7676
|
+
size: string;
|
|
7677
|
+
height: string;
|
|
7678
|
+
width: string;
|
|
7621
7679
|
}, {}, string> & {
|
|
7622
7680
|
beforeCreate?: (() => void) | (() => void)[];
|
|
7623
7681
|
created?: (() => void) | (() => void)[];
|
|
@@ -7644,14 +7702,22 @@ declare const _default: {
|
|
|
7644
7702
|
default: any;
|
|
7645
7703
|
};
|
|
7646
7704
|
type: {
|
|
7647
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
7705
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
7648
7706
|
default: string;
|
|
7649
7707
|
};
|
|
7708
|
+
color: {
|
|
7709
|
+
type: import("vue").PropType<string>;
|
|
7710
|
+
default: any;
|
|
7711
|
+
};
|
|
7650
7712
|
size: {
|
|
7651
7713
|
type: import("vue").PropType<string>;
|
|
7652
7714
|
default: any;
|
|
7653
7715
|
};
|
|
7654
|
-
|
|
7716
|
+
height: {
|
|
7717
|
+
type: import("vue").PropType<string>;
|
|
7718
|
+
default: any;
|
|
7719
|
+
};
|
|
7720
|
+
width: {
|
|
7655
7721
|
type: import("vue").PropType<string>;
|
|
7656
7722
|
default: any;
|
|
7657
7723
|
};
|
|
@@ -7665,22 +7731,32 @@ declare const _default: {
|
|
|
7665
7731
|
default: any;
|
|
7666
7732
|
};
|
|
7667
7733
|
type: {
|
|
7668
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
7734
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
7669
7735
|
default: string;
|
|
7670
7736
|
};
|
|
7737
|
+
color: {
|
|
7738
|
+
type: import("vue").PropType<string>;
|
|
7739
|
+
default: any;
|
|
7740
|
+
};
|
|
7671
7741
|
size: {
|
|
7672
7742
|
type: import("vue").PropType<string>;
|
|
7673
7743
|
default: any;
|
|
7674
7744
|
};
|
|
7675
|
-
|
|
7745
|
+
height: {
|
|
7746
|
+
type: import("vue").PropType<string>;
|
|
7747
|
+
default: any;
|
|
7748
|
+
};
|
|
7749
|
+
width: {
|
|
7676
7750
|
type: import("vue").PropType<string>;
|
|
7677
7751
|
default: any;
|
|
7678
7752
|
};
|
|
7679
7753
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
7680
7754
|
name: string;
|
|
7681
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
7682
|
-
size: string;
|
|
7755
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
7683
7756
|
color: string;
|
|
7757
|
+
size: string;
|
|
7758
|
+
height: string;
|
|
7759
|
+
width: string;
|
|
7684
7760
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
7685
7761
|
$slots: {
|
|
7686
7762
|
default?(_: {}): any;
|
|
@@ -11713,9 +11789,9 @@ declare const _default: {
|
|
|
11713
11789
|
optionNameKey: string;
|
|
11714
11790
|
optionIconKey: string;
|
|
11715
11791
|
optionImageKey: string;
|
|
11716
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
11792
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
11717
11793
|
optionEndIconKey: string;
|
|
11718
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
11794
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
11719
11795
|
valueToCopy: string;
|
|
11720
11796
|
disabledOptionKey: string;
|
|
11721
11797
|
fullWidth: boolean;
|
|
@@ -11881,7 +11957,7 @@ declare const _default: {
|
|
|
11881
11957
|
default: string;
|
|
11882
11958
|
};
|
|
11883
11959
|
optionIconType: {
|
|
11884
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
11960
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
11885
11961
|
default: any;
|
|
11886
11962
|
};
|
|
11887
11963
|
optionEndIconKey: {
|
|
@@ -11889,7 +11965,7 @@ declare const _default: {
|
|
|
11889
11965
|
default: string;
|
|
11890
11966
|
};
|
|
11891
11967
|
optionEndIconType: {
|
|
11892
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
11968
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
11893
11969
|
default: any;
|
|
11894
11970
|
};
|
|
11895
11971
|
valueToCopy: {
|
|
@@ -12095,7 +12171,7 @@ declare const _default: {
|
|
|
12095
12171
|
default: string;
|
|
12096
12172
|
};
|
|
12097
12173
|
optionIconType: {
|
|
12098
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12174
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
12099
12175
|
default: any;
|
|
12100
12176
|
};
|
|
12101
12177
|
optionEndIconKey: {
|
|
@@ -12103,7 +12179,7 @@ declare const _default: {
|
|
|
12103
12179
|
default: string;
|
|
12104
12180
|
};
|
|
12105
12181
|
optionEndIconType: {
|
|
12106
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12182
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
12107
12183
|
default: any;
|
|
12108
12184
|
};
|
|
12109
12185
|
valueToCopy: {
|
|
@@ -12184,9 +12260,9 @@ declare const _default: {
|
|
|
12184
12260
|
optionNameKey: string;
|
|
12185
12261
|
optionIconKey: string;
|
|
12186
12262
|
optionImageKey: string;
|
|
12187
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12263
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
12188
12264
|
optionEndIconKey: string;
|
|
12189
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12265
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
12190
12266
|
valueToCopy: string;
|
|
12191
12267
|
disabledOptionKey: string;
|
|
12192
12268
|
fullWidth: boolean;
|
|
@@ -12372,7 +12448,7 @@ declare const _default: {
|
|
|
12372
12448
|
default: string;
|
|
12373
12449
|
};
|
|
12374
12450
|
optionIconType: {
|
|
12375
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12451
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
12376
12452
|
default: any;
|
|
12377
12453
|
};
|
|
12378
12454
|
optionEndIconKey: {
|
|
@@ -12380,7 +12456,7 @@ declare const _default: {
|
|
|
12380
12456
|
default: string;
|
|
12381
12457
|
};
|
|
12382
12458
|
optionEndIconType: {
|
|
12383
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12459
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
12384
12460
|
default: any;
|
|
12385
12461
|
};
|
|
12386
12462
|
valueToCopy: {
|
|
@@ -12579,7 +12655,7 @@ declare const _default: {
|
|
|
12579
12655
|
default: string;
|
|
12580
12656
|
};
|
|
12581
12657
|
optionIconType: {
|
|
12582
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12658
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
12583
12659
|
default: any;
|
|
12584
12660
|
};
|
|
12585
12661
|
optionEndIconKey: {
|
|
@@ -12587,7 +12663,7 @@ declare const _default: {
|
|
|
12587
12663
|
default: string;
|
|
12588
12664
|
};
|
|
12589
12665
|
optionEndIconType: {
|
|
12590
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12666
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
12591
12667
|
default: any;
|
|
12592
12668
|
};
|
|
12593
12669
|
valueToCopy: {
|
|
@@ -12668,9 +12744,9 @@ declare const _default: {
|
|
|
12668
12744
|
optionNameKey: string;
|
|
12669
12745
|
optionIconKey: string;
|
|
12670
12746
|
optionImageKey: string;
|
|
12671
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12747
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
12672
12748
|
optionEndIconKey: string;
|
|
12673
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12749
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
12674
12750
|
valueToCopy: string;
|
|
12675
12751
|
disabledOptionKey: string;
|
|
12676
12752
|
fullWidth: boolean;
|
|
@@ -12721,7 +12797,7 @@ declare const _default: {
|
|
|
12721
12797
|
optionNameKey: string;
|
|
12722
12798
|
optionIconKey: string;
|
|
12723
12799
|
optionImageKey: string;
|
|
12724
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12800
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
12725
12801
|
selectedOption: any;
|
|
12726
12802
|
showFeedbackIcon: boolean;
|
|
12727
12803
|
brandIconType: "android" | "ios";
|
|
@@ -12806,7 +12882,7 @@ declare const _default: {
|
|
|
12806
12882
|
default: any;
|
|
12807
12883
|
};
|
|
12808
12884
|
optionIconType: {
|
|
12809
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12885
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
12810
12886
|
default: any;
|
|
12811
12887
|
};
|
|
12812
12888
|
selectedOption: {
|
|
@@ -12921,7 +12997,7 @@ declare const _default: {
|
|
|
12921
12997
|
default: any;
|
|
12922
12998
|
};
|
|
12923
12999
|
optionIconType: {
|
|
12924
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13000
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
12925
13001
|
default: any;
|
|
12926
13002
|
};
|
|
12927
13003
|
selectedOption: {
|
|
@@ -12963,7 +13039,7 @@ declare const _default: {
|
|
|
12963
13039
|
optionNameKey: string;
|
|
12964
13040
|
optionIconKey: string;
|
|
12965
13041
|
optionImageKey: string;
|
|
12966
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13042
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
12967
13043
|
selectedOption: any;
|
|
12968
13044
|
showFeedbackIcon: boolean;
|
|
12969
13045
|
brandIconType: "android" | "ios";
|
|
@@ -13068,7 +13144,7 @@ declare const _default: {
|
|
|
13068
13144
|
default: any;
|
|
13069
13145
|
};
|
|
13070
13146
|
optionIconType: {
|
|
13071
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13147
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13072
13148
|
default: any;
|
|
13073
13149
|
};
|
|
13074
13150
|
selectedOption: {
|
|
@@ -13173,7 +13249,7 @@ declare const _default: {
|
|
|
13173
13249
|
default: any;
|
|
13174
13250
|
};
|
|
13175
13251
|
optionIconType: {
|
|
13176
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13252
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13177
13253
|
default: any;
|
|
13178
13254
|
};
|
|
13179
13255
|
selectedOption: {
|
|
@@ -13215,7 +13291,7 @@ declare const _default: {
|
|
|
13215
13291
|
optionNameKey: string;
|
|
13216
13292
|
optionIconKey: string;
|
|
13217
13293
|
optionImageKey: string;
|
|
13218
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13294
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
13219
13295
|
selectedOption: any;
|
|
13220
13296
|
showFeedbackIcon: boolean;
|
|
13221
13297
|
brandIconType: "android" | "ios";
|
|
@@ -13369,7 +13445,7 @@ declare const _default: {
|
|
|
13369
13445
|
default: any;
|
|
13370
13446
|
};
|
|
13371
13447
|
startIconType: {
|
|
13372
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13448
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13373
13449
|
default: string;
|
|
13374
13450
|
};
|
|
13375
13451
|
hideEndIcon: {
|
|
@@ -13408,7 +13484,7 @@ declare const _default: {
|
|
|
13408
13484
|
default: any;
|
|
13409
13485
|
};
|
|
13410
13486
|
startIconType: {
|
|
13411
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13487
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13412
13488
|
default: string;
|
|
13413
13489
|
};
|
|
13414
13490
|
hideEndIcon: {
|
|
@@ -13424,7 +13500,7 @@ declare const _default: {
|
|
|
13424
13500
|
open: boolean;
|
|
13425
13501
|
testId: string;
|
|
13426
13502
|
startIconName: string;
|
|
13427
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13503
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
13428
13504
|
hideEndIcon: boolean;
|
|
13429
13505
|
}>;
|
|
13430
13506
|
ButtonFilterDropdownTrigger: import("vue").DefineComponent<{
|
|
@@ -13453,7 +13529,7 @@ declare const _default: {
|
|
|
13453
13529
|
default: any;
|
|
13454
13530
|
};
|
|
13455
13531
|
startIconType: {
|
|
13456
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13532
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13457
13533
|
default: string;
|
|
13458
13534
|
};
|
|
13459
13535
|
hideEndIcon: {
|
|
@@ -13488,7 +13564,7 @@ declare const _default: {
|
|
|
13488
13564
|
default: any;
|
|
13489
13565
|
};
|
|
13490
13566
|
startIconType: {
|
|
13491
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13567
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13492
13568
|
default: string;
|
|
13493
13569
|
};
|
|
13494
13570
|
hideEndIcon: {
|
|
@@ -13503,7 +13579,7 @@ declare const _default: {
|
|
|
13503
13579
|
open: boolean;
|
|
13504
13580
|
testId: string;
|
|
13505
13581
|
startIconName: string;
|
|
13506
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13582
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
13507
13583
|
hideEndIcon: boolean;
|
|
13508
13584
|
}>;
|
|
13509
13585
|
AppDropdownTrigger: {
|
|
@@ -13525,9 +13601,9 @@ declare const _default: {
|
|
|
13525
13601
|
optionNameKey: string;
|
|
13526
13602
|
optionIconKey: string;
|
|
13527
13603
|
optionImageKey: string;
|
|
13528
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13604
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
13529
13605
|
optionEndIconKey: string;
|
|
13530
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13606
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
13531
13607
|
valueToCopy: string;
|
|
13532
13608
|
selectedOption: any;
|
|
13533
13609
|
brandIconType: "android" | "ios";
|
|
@@ -13595,7 +13671,7 @@ declare const _default: {
|
|
|
13595
13671
|
default: any;
|
|
13596
13672
|
};
|
|
13597
13673
|
optionIconType: {
|
|
13598
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13674
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13599
13675
|
default: any;
|
|
13600
13676
|
};
|
|
13601
13677
|
optionEndIconKey: {
|
|
@@ -13603,7 +13679,7 @@ declare const _default: {
|
|
|
13603
13679
|
default: any;
|
|
13604
13680
|
};
|
|
13605
13681
|
optionEndIconType: {
|
|
13606
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13682
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13607
13683
|
default: any;
|
|
13608
13684
|
};
|
|
13609
13685
|
valueToCopy: {
|
|
@@ -13699,7 +13775,7 @@ declare const _default: {
|
|
|
13699
13775
|
default: any;
|
|
13700
13776
|
};
|
|
13701
13777
|
optionIconType: {
|
|
13702
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13778
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13703
13779
|
default: any;
|
|
13704
13780
|
};
|
|
13705
13781
|
optionEndIconKey: {
|
|
@@ -13707,7 +13783,7 @@ declare const _default: {
|
|
|
13707
13783
|
default: any;
|
|
13708
13784
|
};
|
|
13709
13785
|
optionEndIconType: {
|
|
13710
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13786
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13711
13787
|
default: any;
|
|
13712
13788
|
};
|
|
13713
13789
|
valueToCopy: {
|
|
@@ -13743,9 +13819,9 @@ declare const _default: {
|
|
|
13743
13819
|
optionNameKey: string;
|
|
13744
13820
|
optionIconKey: string;
|
|
13745
13821
|
optionImageKey: string;
|
|
13746
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13822
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
13747
13823
|
optionEndIconKey: string;
|
|
13748
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13824
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
13749
13825
|
valueToCopy: string;
|
|
13750
13826
|
selectedOption: any;
|
|
13751
13827
|
brandIconType: "android" | "ios";
|
|
@@ -13833,7 +13909,7 @@ declare const _default: {
|
|
|
13833
13909
|
default: any;
|
|
13834
13910
|
};
|
|
13835
13911
|
optionIconType: {
|
|
13836
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13912
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13837
13913
|
default: any;
|
|
13838
13914
|
};
|
|
13839
13915
|
optionEndIconKey: {
|
|
@@ -13841,7 +13917,7 @@ declare const _default: {
|
|
|
13841
13917
|
default: any;
|
|
13842
13918
|
};
|
|
13843
13919
|
optionEndIconType: {
|
|
13844
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13920
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13845
13921
|
default: any;
|
|
13846
13922
|
};
|
|
13847
13923
|
valueToCopy: {
|
|
@@ -13927,7 +14003,7 @@ declare const _default: {
|
|
|
13927
14003
|
default: any;
|
|
13928
14004
|
};
|
|
13929
14005
|
optionIconType: {
|
|
13930
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14006
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13931
14007
|
default: any;
|
|
13932
14008
|
};
|
|
13933
14009
|
optionEndIconKey: {
|
|
@@ -13935,7 +14011,7 @@ declare const _default: {
|
|
|
13935
14011
|
default: any;
|
|
13936
14012
|
};
|
|
13937
14013
|
optionEndIconType: {
|
|
13938
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14014
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
13939
14015
|
default: any;
|
|
13940
14016
|
};
|
|
13941
14017
|
valueToCopy: {
|
|
@@ -13971,9 +14047,9 @@ declare const _default: {
|
|
|
13971
14047
|
optionNameKey: string;
|
|
13972
14048
|
optionIconKey: string;
|
|
13973
14049
|
optionImageKey: string;
|
|
13974
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14050
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
13975
14051
|
optionEndIconKey: string;
|
|
13976
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14052
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
13977
14053
|
valueToCopy: string;
|
|
13978
14054
|
selectedOption: any;
|
|
13979
14055
|
brandIconType: "android" | "ios";
|
|
@@ -14007,7 +14083,7 @@ declare const _default: {
|
|
|
14007
14083
|
optionNameKey: string;
|
|
14008
14084
|
optionIconKey: string;
|
|
14009
14085
|
optionImageKey: string;
|
|
14010
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14086
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
14011
14087
|
selectedOption: any;
|
|
14012
14088
|
showFeedbackIcon: boolean;
|
|
14013
14089
|
brandIconType: "android" | "ios";
|
|
@@ -14092,7 +14168,7 @@ declare const _default: {
|
|
|
14092
14168
|
default: any;
|
|
14093
14169
|
};
|
|
14094
14170
|
optionIconType: {
|
|
14095
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14171
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14096
14172
|
default: any;
|
|
14097
14173
|
};
|
|
14098
14174
|
selectedOption: {
|
|
@@ -14207,7 +14283,7 @@ declare const _default: {
|
|
|
14207
14283
|
default: any;
|
|
14208
14284
|
};
|
|
14209
14285
|
optionIconType: {
|
|
14210
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14286
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14211
14287
|
default: any;
|
|
14212
14288
|
};
|
|
14213
14289
|
selectedOption: {
|
|
@@ -14249,7 +14325,7 @@ declare const _default: {
|
|
|
14249
14325
|
optionNameKey: string;
|
|
14250
14326
|
optionIconKey: string;
|
|
14251
14327
|
optionImageKey: string;
|
|
14252
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14328
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
14253
14329
|
selectedOption: any;
|
|
14254
14330
|
showFeedbackIcon: boolean;
|
|
14255
14331
|
brandIconType: "android" | "ios";
|
|
@@ -14354,7 +14430,7 @@ declare const _default: {
|
|
|
14354
14430
|
default: any;
|
|
14355
14431
|
};
|
|
14356
14432
|
optionIconType: {
|
|
14357
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14433
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14358
14434
|
default: any;
|
|
14359
14435
|
};
|
|
14360
14436
|
selectedOption: {
|
|
@@ -14459,7 +14535,7 @@ declare const _default: {
|
|
|
14459
14535
|
default: any;
|
|
14460
14536
|
};
|
|
14461
14537
|
optionIconType: {
|
|
14462
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14538
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14463
14539
|
default: any;
|
|
14464
14540
|
};
|
|
14465
14541
|
selectedOption: {
|
|
@@ -14501,7 +14577,7 @@ declare const _default: {
|
|
|
14501
14577
|
optionNameKey: string;
|
|
14502
14578
|
optionIconKey: string;
|
|
14503
14579
|
optionImageKey: string;
|
|
14504
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14580
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
14505
14581
|
selectedOption: any;
|
|
14506
14582
|
showFeedbackIcon: boolean;
|
|
14507
14583
|
brandIconType: "android" | "ios";
|
|
@@ -14530,9 +14606,9 @@ declare const _default: {
|
|
|
14530
14606
|
optionNameKey: string;
|
|
14531
14607
|
optionIconKey: string;
|
|
14532
14608
|
optionImageKey: string;
|
|
14533
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14609
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
14534
14610
|
optionEndIconKey: string;
|
|
14535
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14611
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
14536
14612
|
valueToCopy: string;
|
|
14537
14613
|
selectedOption: any;
|
|
14538
14614
|
brandIconType: "android" | "ios";
|
|
@@ -14600,7 +14676,7 @@ declare const _default: {
|
|
|
14600
14676
|
default: any;
|
|
14601
14677
|
};
|
|
14602
14678
|
optionIconType: {
|
|
14603
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14679
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14604
14680
|
default: any;
|
|
14605
14681
|
};
|
|
14606
14682
|
optionEndIconKey: {
|
|
@@ -14608,7 +14684,7 @@ declare const _default: {
|
|
|
14608
14684
|
default: any;
|
|
14609
14685
|
};
|
|
14610
14686
|
optionEndIconType: {
|
|
14611
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14687
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14612
14688
|
default: any;
|
|
14613
14689
|
};
|
|
14614
14690
|
valueToCopy: {
|
|
@@ -14704,7 +14780,7 @@ declare const _default: {
|
|
|
14704
14780
|
default: any;
|
|
14705
14781
|
};
|
|
14706
14782
|
optionIconType: {
|
|
14707
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14783
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14708
14784
|
default: any;
|
|
14709
14785
|
};
|
|
14710
14786
|
optionEndIconKey: {
|
|
@@ -14712,7 +14788,7 @@ declare const _default: {
|
|
|
14712
14788
|
default: any;
|
|
14713
14789
|
};
|
|
14714
14790
|
optionEndIconType: {
|
|
14715
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14791
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14716
14792
|
default: any;
|
|
14717
14793
|
};
|
|
14718
14794
|
valueToCopy: {
|
|
@@ -14748,9 +14824,9 @@ declare const _default: {
|
|
|
14748
14824
|
optionNameKey: string;
|
|
14749
14825
|
optionIconKey: string;
|
|
14750
14826
|
optionImageKey: string;
|
|
14751
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14827
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
14752
14828
|
optionEndIconKey: string;
|
|
14753
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14829
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
14754
14830
|
valueToCopy: string;
|
|
14755
14831
|
selectedOption: any;
|
|
14756
14832
|
brandIconType: "android" | "ios";
|
|
@@ -14838,7 +14914,7 @@ declare const _default: {
|
|
|
14838
14914
|
default: any;
|
|
14839
14915
|
};
|
|
14840
14916
|
optionIconType: {
|
|
14841
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14917
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14842
14918
|
default: any;
|
|
14843
14919
|
};
|
|
14844
14920
|
optionEndIconKey: {
|
|
@@ -14846,7 +14922,7 @@ declare const _default: {
|
|
|
14846
14922
|
default: any;
|
|
14847
14923
|
};
|
|
14848
14924
|
optionEndIconType: {
|
|
14849
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14925
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14850
14926
|
default: any;
|
|
14851
14927
|
};
|
|
14852
14928
|
valueToCopy: {
|
|
@@ -14932,7 +15008,7 @@ declare const _default: {
|
|
|
14932
15008
|
default: any;
|
|
14933
15009
|
};
|
|
14934
15010
|
optionIconType: {
|
|
14935
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15011
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14936
15012
|
default: any;
|
|
14937
15013
|
};
|
|
14938
15014
|
optionEndIconKey: {
|
|
@@ -14940,7 +15016,7 @@ declare const _default: {
|
|
|
14940
15016
|
default: any;
|
|
14941
15017
|
};
|
|
14942
15018
|
optionEndIconType: {
|
|
14943
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15019
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
14944
15020
|
default: any;
|
|
14945
15021
|
};
|
|
14946
15022
|
valueToCopy: {
|
|
@@ -14976,9 +15052,9 @@ declare const _default: {
|
|
|
14976
15052
|
optionNameKey: string;
|
|
14977
15053
|
optionIconKey: string;
|
|
14978
15054
|
optionImageKey: string;
|
|
14979
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15055
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
14980
15056
|
optionEndIconKey: string;
|
|
14981
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15057
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
14982
15058
|
valueToCopy: string;
|
|
14983
15059
|
selectedOption: any;
|
|
14984
15060
|
brandIconType: "android" | "ios";
|
|
@@ -14996,14 +15072,14 @@ declare const _default: {
|
|
|
14996
15072
|
option: any;
|
|
14997
15073
|
disabled: boolean;
|
|
14998
15074
|
active: boolean;
|
|
14999
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15075
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
15000
15076
|
isIndeterminate: boolean;
|
|
15001
15077
|
subtitle: string;
|
|
15002
15078
|
selectAllOption: boolean;
|
|
15003
15079
|
nameKey: string;
|
|
15004
15080
|
imageKey: string;
|
|
15005
15081
|
iconKey: string;
|
|
15006
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15082
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
15007
15083
|
endIconKey: string;
|
|
15008
15084
|
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";
|
|
15009
15085
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -15020,7 +15096,7 @@ declare const _default: {
|
|
|
15020
15096
|
default: any;
|
|
15021
15097
|
};
|
|
15022
15098
|
endIconType: {
|
|
15023
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15099
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15024
15100
|
default: string;
|
|
15025
15101
|
};
|
|
15026
15102
|
isIndeterminate: {
|
|
@@ -15048,7 +15124,7 @@ declare const _default: {
|
|
|
15048
15124
|
default: any;
|
|
15049
15125
|
};
|
|
15050
15126
|
iconType: {
|
|
15051
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15127
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15052
15128
|
default: string;
|
|
15053
15129
|
};
|
|
15054
15130
|
endIconKey: {
|
|
@@ -15090,7 +15166,7 @@ declare const _default: {
|
|
|
15090
15166
|
default: any;
|
|
15091
15167
|
};
|
|
15092
15168
|
endIconType: {
|
|
15093
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15169
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15094
15170
|
default: string;
|
|
15095
15171
|
};
|
|
15096
15172
|
isIndeterminate: {
|
|
@@ -15118,7 +15194,7 @@ declare const _default: {
|
|
|
15118
15194
|
default: any;
|
|
15119
15195
|
};
|
|
15120
15196
|
iconType: {
|
|
15121
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15197
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15122
15198
|
default: string;
|
|
15123
15199
|
};
|
|
15124
15200
|
endIconKey: {
|
|
@@ -15136,14 +15212,14 @@ declare const _default: {
|
|
|
15136
15212
|
option: any;
|
|
15137
15213
|
disabled: boolean;
|
|
15138
15214
|
active: boolean;
|
|
15139
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15215
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
15140
15216
|
isIndeterminate: boolean;
|
|
15141
15217
|
subtitle: string;
|
|
15142
15218
|
selectAllOption: boolean;
|
|
15143
15219
|
nameKey: string;
|
|
15144
15220
|
imageKey: string;
|
|
15145
15221
|
iconKey: string;
|
|
15146
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15222
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
15147
15223
|
endIconKey: string;
|
|
15148
15224
|
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";
|
|
15149
15225
|
}, {}, string> & {
|
|
@@ -15180,7 +15256,7 @@ declare const _default: {
|
|
|
15180
15256
|
default: any;
|
|
15181
15257
|
};
|
|
15182
15258
|
endIconType: {
|
|
15183
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15259
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15184
15260
|
default: string;
|
|
15185
15261
|
};
|
|
15186
15262
|
isIndeterminate: {
|
|
@@ -15208,7 +15284,7 @@ declare const _default: {
|
|
|
15208
15284
|
default: any;
|
|
15209
15285
|
};
|
|
15210
15286
|
iconType: {
|
|
15211
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15287
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15212
15288
|
default: string;
|
|
15213
15289
|
};
|
|
15214
15290
|
endIconKey: {
|
|
@@ -15240,7 +15316,7 @@ declare const _default: {
|
|
|
15240
15316
|
default: any;
|
|
15241
15317
|
};
|
|
15242
15318
|
endIconType: {
|
|
15243
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15319
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15244
15320
|
default: string;
|
|
15245
15321
|
};
|
|
15246
15322
|
isIndeterminate: {
|
|
@@ -15268,7 +15344,7 @@ declare const _default: {
|
|
|
15268
15344
|
default: any;
|
|
15269
15345
|
};
|
|
15270
15346
|
iconType: {
|
|
15271
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15347
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15272
15348
|
default: string;
|
|
15273
15349
|
};
|
|
15274
15350
|
endIconKey: {
|
|
@@ -15286,14 +15362,14 @@ declare const _default: {
|
|
|
15286
15362
|
option: any;
|
|
15287
15363
|
disabled: boolean;
|
|
15288
15364
|
active: boolean;
|
|
15289
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15365
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
15290
15366
|
isIndeterminate: boolean;
|
|
15291
15367
|
subtitle: string;
|
|
15292
15368
|
selectAllOption: boolean;
|
|
15293
15369
|
nameKey: string;
|
|
15294
15370
|
imageKey: string;
|
|
15295
15371
|
iconKey: string;
|
|
15296
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15372
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
15297
15373
|
endIconKey: string;
|
|
15298
15374
|
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";
|
|
15299
15375
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -15455,9 +15531,9 @@ declare const _default: {
|
|
|
15455
15531
|
optionNameKey: string;
|
|
15456
15532
|
optionIconKey: string;
|
|
15457
15533
|
optionImageKey: string;
|
|
15458
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15534
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
15459
15535
|
optionEndIconKey: string;
|
|
15460
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15536
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
15461
15537
|
valueToCopy: string;
|
|
15462
15538
|
disabledOptionKey: string;
|
|
15463
15539
|
fullWidth: boolean;
|
|
@@ -15623,7 +15699,7 @@ declare const _default: {
|
|
|
15623
15699
|
default: string;
|
|
15624
15700
|
};
|
|
15625
15701
|
optionIconType: {
|
|
15626
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15702
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15627
15703
|
default: any;
|
|
15628
15704
|
};
|
|
15629
15705
|
optionEndIconKey: {
|
|
@@ -15631,7 +15707,7 @@ declare const _default: {
|
|
|
15631
15707
|
default: string;
|
|
15632
15708
|
};
|
|
15633
15709
|
optionEndIconType: {
|
|
15634
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15710
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15635
15711
|
default: any;
|
|
15636
15712
|
};
|
|
15637
15713
|
valueToCopy: {
|
|
@@ -15837,7 +15913,7 @@ declare const _default: {
|
|
|
15837
15913
|
default: string;
|
|
15838
15914
|
};
|
|
15839
15915
|
optionIconType: {
|
|
15840
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15916
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15841
15917
|
default: any;
|
|
15842
15918
|
};
|
|
15843
15919
|
optionEndIconKey: {
|
|
@@ -15845,7 +15921,7 @@ declare const _default: {
|
|
|
15845
15921
|
default: string;
|
|
15846
15922
|
};
|
|
15847
15923
|
optionEndIconType: {
|
|
15848
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15924
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
15849
15925
|
default: any;
|
|
15850
15926
|
};
|
|
15851
15927
|
valueToCopy: {
|
|
@@ -15926,9 +16002,9 @@ declare const _default: {
|
|
|
15926
16002
|
optionNameKey: string;
|
|
15927
16003
|
optionIconKey: string;
|
|
15928
16004
|
optionImageKey: string;
|
|
15929
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16005
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
15930
16006
|
optionEndIconKey: string;
|
|
15931
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16007
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
15932
16008
|
valueToCopy: string;
|
|
15933
16009
|
disabledOptionKey: string;
|
|
15934
16010
|
fullWidth: boolean;
|
|
@@ -16114,7 +16190,7 @@ declare const _default: {
|
|
|
16114
16190
|
default: string;
|
|
16115
16191
|
};
|
|
16116
16192
|
optionIconType: {
|
|
16117
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16193
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16118
16194
|
default: any;
|
|
16119
16195
|
};
|
|
16120
16196
|
optionEndIconKey: {
|
|
@@ -16122,7 +16198,7 @@ declare const _default: {
|
|
|
16122
16198
|
default: string;
|
|
16123
16199
|
};
|
|
16124
16200
|
optionEndIconType: {
|
|
16125
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16201
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16126
16202
|
default: any;
|
|
16127
16203
|
};
|
|
16128
16204
|
valueToCopy: {
|
|
@@ -16321,7 +16397,7 @@ declare const _default: {
|
|
|
16321
16397
|
default: string;
|
|
16322
16398
|
};
|
|
16323
16399
|
optionIconType: {
|
|
16324
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16400
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16325
16401
|
default: any;
|
|
16326
16402
|
};
|
|
16327
16403
|
optionEndIconKey: {
|
|
@@ -16329,7 +16405,7 @@ declare const _default: {
|
|
|
16329
16405
|
default: string;
|
|
16330
16406
|
};
|
|
16331
16407
|
optionEndIconType: {
|
|
16332
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16408
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16333
16409
|
default: any;
|
|
16334
16410
|
};
|
|
16335
16411
|
valueToCopy: {
|
|
@@ -16410,9 +16486,9 @@ declare const _default: {
|
|
|
16410
16486
|
optionNameKey: string;
|
|
16411
16487
|
optionIconKey: string;
|
|
16412
16488
|
optionImageKey: string;
|
|
16413
|
-
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16489
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
16414
16490
|
optionEndIconKey: string;
|
|
16415
|
-
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16491
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
16416
16492
|
valueToCopy: string;
|
|
16417
16493
|
disabledOptionKey: string;
|
|
16418
16494
|
fullWidth: boolean;
|
|
@@ -16465,7 +16541,7 @@ declare const _default: {
|
|
|
16465
16541
|
default: any;
|
|
16466
16542
|
};
|
|
16467
16543
|
startIconType: {
|
|
16468
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16544
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16469
16545
|
default: string;
|
|
16470
16546
|
};
|
|
16471
16547
|
hideEndIcon: {
|
|
@@ -16500,7 +16576,7 @@ declare const _default: {
|
|
|
16500
16576
|
default: any;
|
|
16501
16577
|
};
|
|
16502
16578
|
startIconType: {
|
|
16503
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16579
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16504
16580
|
default: string;
|
|
16505
16581
|
};
|
|
16506
16582
|
hideEndIcon: {
|
|
@@ -16515,7 +16591,7 @@ declare const _default: {
|
|
|
16515
16591
|
open: boolean;
|
|
16516
16592
|
testId: string;
|
|
16517
16593
|
startIconName: string;
|
|
16518
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16594
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
16519
16595
|
hideEndIcon: boolean;
|
|
16520
16596
|
}>)[];
|
|
16521
16597
|
Option: {
|
|
@@ -16526,14 +16602,14 @@ declare const _default: {
|
|
|
16526
16602
|
option: any;
|
|
16527
16603
|
disabled: boolean;
|
|
16528
16604
|
active: boolean;
|
|
16529
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16605
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
16530
16606
|
isIndeterminate: boolean;
|
|
16531
16607
|
subtitle: string;
|
|
16532
16608
|
selectAllOption: boolean;
|
|
16533
16609
|
nameKey: string;
|
|
16534
16610
|
imageKey: string;
|
|
16535
16611
|
iconKey: string;
|
|
16536
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16612
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
16537
16613
|
endIconKey: string;
|
|
16538
16614
|
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";
|
|
16539
16615
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -16550,7 +16626,7 @@ declare const _default: {
|
|
|
16550
16626
|
default: any;
|
|
16551
16627
|
};
|
|
16552
16628
|
endIconType: {
|
|
16553
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16629
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16554
16630
|
default: string;
|
|
16555
16631
|
};
|
|
16556
16632
|
isIndeterminate: {
|
|
@@ -16578,7 +16654,7 @@ declare const _default: {
|
|
|
16578
16654
|
default: any;
|
|
16579
16655
|
};
|
|
16580
16656
|
iconType: {
|
|
16581
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16657
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16582
16658
|
default: string;
|
|
16583
16659
|
};
|
|
16584
16660
|
endIconKey: {
|
|
@@ -16620,7 +16696,7 @@ declare const _default: {
|
|
|
16620
16696
|
default: any;
|
|
16621
16697
|
};
|
|
16622
16698
|
endIconType: {
|
|
16623
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16699
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16624
16700
|
default: string;
|
|
16625
16701
|
};
|
|
16626
16702
|
isIndeterminate: {
|
|
@@ -16648,7 +16724,7 @@ declare const _default: {
|
|
|
16648
16724
|
default: any;
|
|
16649
16725
|
};
|
|
16650
16726
|
iconType: {
|
|
16651
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16727
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16652
16728
|
default: string;
|
|
16653
16729
|
};
|
|
16654
16730
|
endIconKey: {
|
|
@@ -16666,14 +16742,14 @@ declare const _default: {
|
|
|
16666
16742
|
option: any;
|
|
16667
16743
|
disabled: boolean;
|
|
16668
16744
|
active: boolean;
|
|
16669
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16745
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
16670
16746
|
isIndeterminate: boolean;
|
|
16671
16747
|
subtitle: string;
|
|
16672
16748
|
selectAllOption: boolean;
|
|
16673
16749
|
nameKey: string;
|
|
16674
16750
|
imageKey: string;
|
|
16675
16751
|
iconKey: string;
|
|
16676
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16752
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
16677
16753
|
endIconKey: string;
|
|
16678
16754
|
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";
|
|
16679
16755
|
}, {}, string> & {
|
|
@@ -16710,7 +16786,7 @@ declare const _default: {
|
|
|
16710
16786
|
default: any;
|
|
16711
16787
|
};
|
|
16712
16788
|
endIconType: {
|
|
16713
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16789
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16714
16790
|
default: string;
|
|
16715
16791
|
};
|
|
16716
16792
|
isIndeterminate: {
|
|
@@ -16738,7 +16814,7 @@ declare const _default: {
|
|
|
16738
16814
|
default: any;
|
|
16739
16815
|
};
|
|
16740
16816
|
iconType: {
|
|
16741
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16817
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16742
16818
|
default: string;
|
|
16743
16819
|
};
|
|
16744
16820
|
endIconKey: {
|
|
@@ -16770,7 +16846,7 @@ declare const _default: {
|
|
|
16770
16846
|
default: any;
|
|
16771
16847
|
};
|
|
16772
16848
|
endIconType: {
|
|
16773
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16849
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16774
16850
|
default: string;
|
|
16775
16851
|
};
|
|
16776
16852
|
isIndeterminate: {
|
|
@@ -16798,7 +16874,7 @@ declare const _default: {
|
|
|
16798
16874
|
default: any;
|
|
16799
16875
|
};
|
|
16800
16876
|
iconType: {
|
|
16801
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16877
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16802
16878
|
default: string;
|
|
16803
16879
|
};
|
|
16804
16880
|
endIconKey: {
|
|
@@ -16816,14 +16892,14 @@ declare const _default: {
|
|
|
16816
16892
|
option: any;
|
|
16817
16893
|
disabled: boolean;
|
|
16818
16894
|
active: boolean;
|
|
16819
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16895
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
16820
16896
|
isIndeterminate: boolean;
|
|
16821
16897
|
subtitle: string;
|
|
16822
16898
|
selectAllOption: boolean;
|
|
16823
16899
|
nameKey: string;
|
|
16824
16900
|
imageKey: string;
|
|
16825
16901
|
iconKey: string;
|
|
16826
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16902
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
16827
16903
|
endIconKey: string;
|
|
16828
16904
|
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";
|
|
16829
16905
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -16941,15 +17017,15 @@ declare const _default: {
|
|
|
16941
17017
|
$props: Partial<{
|
|
16942
17018
|
variant: "text" | "contained" | "outlined";
|
|
16943
17019
|
disabled: boolean;
|
|
16944
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
16945
17020
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
17021
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
16946
17022
|
content: string;
|
|
16947
17023
|
loading: boolean;
|
|
16948
17024
|
testId: string;
|
|
16949
17025
|
startIconName: string;
|
|
16950
17026
|
endIconName: string;
|
|
16951
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16952
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17027
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17028
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
16953
17029
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
16954
17030
|
variant: {
|
|
16955
17031
|
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
@@ -16959,14 +17035,14 @@ declare const _default: {
|
|
|
16959
17035
|
type: import("vue").PropType<boolean>;
|
|
16960
17036
|
default: boolean;
|
|
16961
17037
|
};
|
|
16962
|
-
size: {
|
|
16963
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
16964
|
-
default: string;
|
|
16965
|
-
};
|
|
16966
17038
|
color: {
|
|
16967
17039
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
16968
17040
|
default: string;
|
|
16969
17041
|
};
|
|
17042
|
+
size: {
|
|
17043
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17044
|
+
default: string;
|
|
17045
|
+
};
|
|
16970
17046
|
content: {
|
|
16971
17047
|
type: import("vue").PropType<string>;
|
|
16972
17048
|
default: string;
|
|
@@ -16988,14 +17064,14 @@ declare const _default: {
|
|
|
16988
17064
|
default: any;
|
|
16989
17065
|
};
|
|
16990
17066
|
startIconType: {
|
|
16991
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17067
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16992
17068
|
default: string;
|
|
16993
17069
|
};
|
|
16994
17070
|
endIconType: {
|
|
16995
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17071
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
16996
17072
|
default: string;
|
|
16997
17073
|
};
|
|
16998
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "
|
|
17074
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "color" | "size" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
|
|
16999
17075
|
$attrs: {
|
|
17000
17076
|
[x: string]: unknown;
|
|
17001
17077
|
};
|
|
@@ -17018,14 +17094,14 @@ declare const _default: {
|
|
|
17018
17094
|
type: import("vue").PropType<boolean>;
|
|
17019
17095
|
default: boolean;
|
|
17020
17096
|
};
|
|
17021
|
-
size: {
|
|
17022
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17023
|
-
default: string;
|
|
17024
|
-
};
|
|
17025
17097
|
color: {
|
|
17026
17098
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
17027
17099
|
default: string;
|
|
17028
17100
|
};
|
|
17101
|
+
size: {
|
|
17102
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17103
|
+
default: string;
|
|
17104
|
+
};
|
|
17029
17105
|
content: {
|
|
17030
17106
|
type: import("vue").PropType<string>;
|
|
17031
17107
|
default: string;
|
|
@@ -17047,25 +17123,25 @@ declare const _default: {
|
|
|
17047
17123
|
default: any;
|
|
17048
17124
|
};
|
|
17049
17125
|
startIconType: {
|
|
17050
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17126
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17051
17127
|
default: string;
|
|
17052
17128
|
};
|
|
17053
17129
|
endIconType: {
|
|
17054
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17130
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17055
17131
|
default: string;
|
|
17056
17132
|
};
|
|
17057
17133
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
17058
17134
|
variant: "text" | "contained" | "outlined";
|
|
17059
17135
|
disabled: boolean;
|
|
17060
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
17061
17136
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
17137
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
17062
17138
|
content: string;
|
|
17063
17139
|
loading: boolean;
|
|
17064
17140
|
testId: string;
|
|
17065
17141
|
startIconName: string;
|
|
17066
17142
|
endIconName: string;
|
|
17067
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17068
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17143
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17144
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17069
17145
|
}, {}, string> & {
|
|
17070
17146
|
beforeCreate?: (() => void) | (() => void)[];
|
|
17071
17147
|
created?: (() => void) | (() => void)[];
|
|
@@ -17095,14 +17171,14 @@ declare const _default: {
|
|
|
17095
17171
|
type: import("vue").PropType<boolean>;
|
|
17096
17172
|
default: boolean;
|
|
17097
17173
|
};
|
|
17098
|
-
size: {
|
|
17099
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17100
|
-
default: string;
|
|
17101
|
-
};
|
|
17102
17174
|
color: {
|
|
17103
17175
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
17104
17176
|
default: string;
|
|
17105
17177
|
};
|
|
17178
|
+
size: {
|
|
17179
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17180
|
+
default: string;
|
|
17181
|
+
};
|
|
17106
17182
|
content: {
|
|
17107
17183
|
type: import("vue").PropType<string>;
|
|
17108
17184
|
default: string;
|
|
@@ -17124,11 +17200,11 @@ declare const _default: {
|
|
|
17124
17200
|
default: any;
|
|
17125
17201
|
};
|
|
17126
17202
|
startIconType: {
|
|
17127
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17203
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17128
17204
|
default: string;
|
|
17129
17205
|
};
|
|
17130
17206
|
endIconType: {
|
|
17131
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17207
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17132
17208
|
default: string;
|
|
17133
17209
|
};
|
|
17134
17210
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -17144,14 +17220,14 @@ declare const _default: {
|
|
|
17144
17220
|
type: import("vue").PropType<boolean>;
|
|
17145
17221
|
default: boolean;
|
|
17146
17222
|
};
|
|
17147
|
-
size: {
|
|
17148
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17149
|
-
default: string;
|
|
17150
|
-
};
|
|
17151
17223
|
color: {
|
|
17152
17224
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
17153
17225
|
default: string;
|
|
17154
17226
|
};
|
|
17227
|
+
size: {
|
|
17228
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17229
|
+
default: string;
|
|
17230
|
+
};
|
|
17155
17231
|
content: {
|
|
17156
17232
|
type: import("vue").PropType<string>;
|
|
17157
17233
|
default: string;
|
|
@@ -17173,25 +17249,25 @@ declare const _default: {
|
|
|
17173
17249
|
default: any;
|
|
17174
17250
|
};
|
|
17175
17251
|
startIconType: {
|
|
17176
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17252
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17177
17253
|
default: string;
|
|
17178
17254
|
};
|
|
17179
17255
|
endIconType: {
|
|
17180
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17256
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17181
17257
|
default: string;
|
|
17182
17258
|
};
|
|
17183
17259
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
17184
17260
|
variant: "text" | "contained" | "outlined";
|
|
17185
17261
|
disabled: boolean;
|
|
17186
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
17187
17262
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
17263
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
17188
17264
|
content: string;
|
|
17189
17265
|
loading: boolean;
|
|
17190
17266
|
testId: string;
|
|
17191
17267
|
startIconName: string;
|
|
17192
17268
|
endIconName: string;
|
|
17193
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17194
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17269
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17270
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17195
17271
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
17196
17272
|
$slots: {
|
|
17197
17273
|
default?(_: {}): any;
|
|
@@ -17203,16 +17279,16 @@ declare const _default: {
|
|
|
17203
17279
|
$: import("vue").ComponentInternalInstance;
|
|
17204
17280
|
$data: {};
|
|
17205
17281
|
$props: Partial<{
|
|
17206
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17282
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17207
17283
|
variant: "default" | "outlined";
|
|
17208
17284
|
disabled: boolean;
|
|
17209
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
17210
17285
|
color: "default" | "primary" | "error";
|
|
17286
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
17211
17287
|
testId: string;
|
|
17212
17288
|
iconName: string;
|
|
17213
17289
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
17214
17290
|
type: {
|
|
17215
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17291
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17216
17292
|
default: string;
|
|
17217
17293
|
};
|
|
17218
17294
|
variant: {
|
|
@@ -17223,14 +17299,14 @@ declare const _default: {
|
|
|
17223
17299
|
type: import("vue").PropType<boolean>;
|
|
17224
17300
|
default: boolean;
|
|
17225
17301
|
};
|
|
17226
|
-
size: {
|
|
17227
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17228
|
-
default: string;
|
|
17229
|
-
};
|
|
17230
17302
|
color: {
|
|
17231
17303
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
17232
17304
|
default: string;
|
|
17233
17305
|
};
|
|
17306
|
+
size: {
|
|
17307
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17308
|
+
default: string;
|
|
17309
|
+
};
|
|
17234
17310
|
testId: {
|
|
17235
17311
|
type: import("vue").PropType<string>;
|
|
17236
17312
|
default: string;
|
|
@@ -17239,7 +17315,7 @@ declare const _default: {
|
|
|
17239
17315
|
type: import("vue").PropType<string>;
|
|
17240
17316
|
default: string;
|
|
17241
17317
|
};
|
|
17242
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "variant" | "disabled" | "
|
|
17318
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "variant" | "disabled" | "color" | "size" | "testId" | "iconName">;
|
|
17243
17319
|
$attrs: {
|
|
17244
17320
|
[x: string]: unknown;
|
|
17245
17321
|
};
|
|
@@ -17255,7 +17331,7 @@ declare const _default: {
|
|
|
17255
17331
|
$el: any;
|
|
17256
17332
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17257
17333
|
type: {
|
|
17258
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17334
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17259
17335
|
default: string;
|
|
17260
17336
|
};
|
|
17261
17337
|
variant: {
|
|
@@ -17266,14 +17342,14 @@ declare const _default: {
|
|
|
17266
17342
|
type: import("vue").PropType<boolean>;
|
|
17267
17343
|
default: boolean;
|
|
17268
17344
|
};
|
|
17269
|
-
size: {
|
|
17270
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17271
|
-
default: string;
|
|
17272
|
-
};
|
|
17273
17345
|
color: {
|
|
17274
17346
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
17275
17347
|
default: string;
|
|
17276
17348
|
};
|
|
17349
|
+
size: {
|
|
17350
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17351
|
+
default: string;
|
|
17352
|
+
};
|
|
17277
17353
|
testId: {
|
|
17278
17354
|
type: import("vue").PropType<string>;
|
|
17279
17355
|
default: string;
|
|
@@ -17283,11 +17359,11 @@ declare const _default: {
|
|
|
17283
17359
|
default: string;
|
|
17284
17360
|
};
|
|
17285
17361
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
17286
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17362
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17287
17363
|
variant: "default" | "outlined";
|
|
17288
17364
|
disabled: boolean;
|
|
17289
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
17290
17365
|
color: "default" | "primary" | "error";
|
|
17366
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
17291
17367
|
testId: string;
|
|
17292
17368
|
iconName: string;
|
|
17293
17369
|
}, {}, string> & {
|
|
@@ -17312,7 +17388,7 @@ declare const _default: {
|
|
|
17312
17388
|
$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;
|
|
17313
17389
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
17314
17390
|
type: {
|
|
17315
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17391
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17316
17392
|
default: string;
|
|
17317
17393
|
};
|
|
17318
17394
|
variant: {
|
|
@@ -17323,14 +17399,14 @@ declare const _default: {
|
|
|
17323
17399
|
type: import("vue").PropType<boolean>;
|
|
17324
17400
|
default: boolean;
|
|
17325
17401
|
};
|
|
17326
|
-
size: {
|
|
17327
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17328
|
-
default: string;
|
|
17329
|
-
};
|
|
17330
17402
|
color: {
|
|
17331
17403
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
17332
17404
|
default: string;
|
|
17333
17405
|
};
|
|
17406
|
+
size: {
|
|
17407
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17408
|
+
default: string;
|
|
17409
|
+
};
|
|
17334
17410
|
testId: {
|
|
17335
17411
|
type: import("vue").PropType<string>;
|
|
17336
17412
|
default: string;
|
|
@@ -17345,7 +17421,7 @@ declare const _default: {
|
|
|
17345
17421
|
__isSuspense?: never;
|
|
17346
17422
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17347
17423
|
type: {
|
|
17348
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17424
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17349
17425
|
default: string;
|
|
17350
17426
|
};
|
|
17351
17427
|
variant: {
|
|
@@ -17356,14 +17432,14 @@ declare const _default: {
|
|
|
17356
17432
|
type: import("vue").PropType<boolean>;
|
|
17357
17433
|
default: boolean;
|
|
17358
17434
|
};
|
|
17359
|
-
size: {
|
|
17360
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17361
|
-
default: string;
|
|
17362
|
-
};
|
|
17363
17435
|
color: {
|
|
17364
17436
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
17365
17437
|
default: string;
|
|
17366
17438
|
};
|
|
17439
|
+
size: {
|
|
17440
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17441
|
+
default: string;
|
|
17442
|
+
};
|
|
17367
17443
|
testId: {
|
|
17368
17444
|
type: import("vue").PropType<string>;
|
|
17369
17445
|
default: string;
|
|
@@ -17373,11 +17449,11 @@ declare const _default: {
|
|
|
17373
17449
|
default: string;
|
|
17374
17450
|
};
|
|
17375
17451
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
17376
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17452
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17377
17453
|
variant: "default" | "outlined";
|
|
17378
17454
|
disabled: boolean;
|
|
17379
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
17380
17455
|
color: "default" | "primary" | "error";
|
|
17456
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
17381
17457
|
testId: string;
|
|
17382
17458
|
iconName: string;
|
|
17383
17459
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -17392,15 +17468,15 @@ declare const _default: {
|
|
|
17392
17468
|
$props: Partial<{
|
|
17393
17469
|
variant: "text" | "contained" | "outlined";
|
|
17394
17470
|
disabled: boolean;
|
|
17395
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
17396
17471
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
17472
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
17397
17473
|
content: string;
|
|
17398
17474
|
loading: boolean;
|
|
17399
17475
|
testId: string;
|
|
17400
17476
|
startIconName: string;
|
|
17401
17477
|
endIconName: string;
|
|
17402
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17403
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17478
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17479
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17404
17480
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
17405
17481
|
variant: {
|
|
17406
17482
|
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
@@ -17410,14 +17486,14 @@ declare const _default: {
|
|
|
17410
17486
|
type: import("vue").PropType<boolean>;
|
|
17411
17487
|
default: boolean;
|
|
17412
17488
|
};
|
|
17413
|
-
size: {
|
|
17414
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17415
|
-
default: string;
|
|
17416
|
-
};
|
|
17417
17489
|
color: {
|
|
17418
17490
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
17419
17491
|
default: string;
|
|
17420
17492
|
};
|
|
17493
|
+
size: {
|
|
17494
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17495
|
+
default: string;
|
|
17496
|
+
};
|
|
17421
17497
|
content: {
|
|
17422
17498
|
type: import("vue").PropType<string>;
|
|
17423
17499
|
default: string;
|
|
@@ -17439,14 +17515,14 @@ declare const _default: {
|
|
|
17439
17515
|
default: any;
|
|
17440
17516
|
};
|
|
17441
17517
|
startIconType: {
|
|
17442
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17518
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17443
17519
|
default: string;
|
|
17444
17520
|
};
|
|
17445
17521
|
endIconType: {
|
|
17446
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17522
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17447
17523
|
default: string;
|
|
17448
17524
|
};
|
|
17449
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "
|
|
17525
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "variant" | "disabled" | "color" | "size" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
|
|
17450
17526
|
$attrs: {
|
|
17451
17527
|
[x: string]: unknown;
|
|
17452
17528
|
};
|
|
@@ -17469,14 +17545,14 @@ declare const _default: {
|
|
|
17469
17545
|
type: import("vue").PropType<boolean>;
|
|
17470
17546
|
default: boolean;
|
|
17471
17547
|
};
|
|
17472
|
-
size: {
|
|
17473
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17474
|
-
default: string;
|
|
17475
|
-
};
|
|
17476
17548
|
color: {
|
|
17477
17549
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
17478
17550
|
default: string;
|
|
17479
17551
|
};
|
|
17552
|
+
size: {
|
|
17553
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17554
|
+
default: string;
|
|
17555
|
+
};
|
|
17480
17556
|
content: {
|
|
17481
17557
|
type: import("vue").PropType<string>;
|
|
17482
17558
|
default: string;
|
|
@@ -17498,25 +17574,25 @@ declare const _default: {
|
|
|
17498
17574
|
default: any;
|
|
17499
17575
|
};
|
|
17500
17576
|
startIconType: {
|
|
17501
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17577
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17502
17578
|
default: string;
|
|
17503
17579
|
};
|
|
17504
17580
|
endIconType: {
|
|
17505
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17581
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17506
17582
|
default: string;
|
|
17507
17583
|
};
|
|
17508
17584
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
17509
17585
|
variant: "text" | "contained" | "outlined";
|
|
17510
17586
|
disabled: boolean;
|
|
17511
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
17512
17587
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
17588
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
17513
17589
|
content: string;
|
|
17514
17590
|
loading: boolean;
|
|
17515
17591
|
testId: string;
|
|
17516
17592
|
startIconName: string;
|
|
17517
17593
|
endIconName: string;
|
|
17518
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17519
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17594
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17595
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17520
17596
|
}, {}, string> & {
|
|
17521
17597
|
beforeCreate?: (() => void) | (() => void)[];
|
|
17522
17598
|
created?: (() => void) | (() => void)[];
|
|
@@ -17546,14 +17622,14 @@ declare const _default: {
|
|
|
17546
17622
|
type: import("vue").PropType<boolean>;
|
|
17547
17623
|
default: boolean;
|
|
17548
17624
|
};
|
|
17549
|
-
size: {
|
|
17550
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17551
|
-
default: string;
|
|
17552
|
-
};
|
|
17553
17625
|
color: {
|
|
17554
17626
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
17555
17627
|
default: string;
|
|
17556
17628
|
};
|
|
17629
|
+
size: {
|
|
17630
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17631
|
+
default: string;
|
|
17632
|
+
};
|
|
17557
17633
|
content: {
|
|
17558
17634
|
type: import("vue").PropType<string>;
|
|
17559
17635
|
default: string;
|
|
@@ -17575,11 +17651,11 @@ declare const _default: {
|
|
|
17575
17651
|
default: any;
|
|
17576
17652
|
};
|
|
17577
17653
|
startIconType: {
|
|
17578
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17654
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17579
17655
|
default: string;
|
|
17580
17656
|
};
|
|
17581
17657
|
endIconType: {
|
|
17582
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17658
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17583
17659
|
default: string;
|
|
17584
17660
|
};
|
|
17585
17661
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -17595,14 +17671,14 @@ declare const _default: {
|
|
|
17595
17671
|
type: import("vue").PropType<boolean>;
|
|
17596
17672
|
default: boolean;
|
|
17597
17673
|
};
|
|
17598
|
-
size: {
|
|
17599
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17600
|
-
default: string;
|
|
17601
|
-
};
|
|
17602
17674
|
color: {
|
|
17603
17675
|
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
17604
17676
|
default: string;
|
|
17605
17677
|
};
|
|
17678
|
+
size: {
|
|
17679
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17680
|
+
default: string;
|
|
17681
|
+
};
|
|
17606
17682
|
content: {
|
|
17607
17683
|
type: import("vue").PropType<string>;
|
|
17608
17684
|
default: string;
|
|
@@ -17624,25 +17700,25 @@ declare const _default: {
|
|
|
17624
17700
|
default: any;
|
|
17625
17701
|
};
|
|
17626
17702
|
startIconType: {
|
|
17627
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17703
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17628
17704
|
default: string;
|
|
17629
17705
|
};
|
|
17630
17706
|
endIconType: {
|
|
17631
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17707
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17632
17708
|
default: string;
|
|
17633
17709
|
};
|
|
17634
17710
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
17635
17711
|
variant: "text" | "contained" | "outlined";
|
|
17636
17712
|
disabled: boolean;
|
|
17637
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
17638
17713
|
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
17714
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
17639
17715
|
content: string;
|
|
17640
17716
|
loading: boolean;
|
|
17641
17717
|
testId: string;
|
|
17642
17718
|
startIconName: string;
|
|
17643
17719
|
endIconName: string;
|
|
17644
|
-
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17645
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17720
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17721
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17646
17722
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
17647
17723
|
$slots: {
|
|
17648
17724
|
default?(_: {}): any;
|
|
@@ -17653,16 +17729,16 @@ declare const _default: {
|
|
|
17653
17729
|
$: import("vue").ComponentInternalInstance;
|
|
17654
17730
|
$data: {};
|
|
17655
17731
|
$props: Partial<{
|
|
17656
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17732
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17657
17733
|
variant: "default" | "outlined";
|
|
17658
17734
|
disabled: boolean;
|
|
17659
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
17660
17735
|
color: "default" | "primary" | "error";
|
|
17736
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
17661
17737
|
testId: string;
|
|
17662
17738
|
iconName: string;
|
|
17663
17739
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
17664
17740
|
type: {
|
|
17665
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17741
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17666
17742
|
default: string;
|
|
17667
17743
|
};
|
|
17668
17744
|
variant: {
|
|
@@ -17673,14 +17749,14 @@ declare const _default: {
|
|
|
17673
17749
|
type: import("vue").PropType<boolean>;
|
|
17674
17750
|
default: boolean;
|
|
17675
17751
|
};
|
|
17676
|
-
size: {
|
|
17677
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17678
|
-
default: string;
|
|
17679
|
-
};
|
|
17680
17752
|
color: {
|
|
17681
17753
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
17682
17754
|
default: string;
|
|
17683
17755
|
};
|
|
17756
|
+
size: {
|
|
17757
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17758
|
+
default: string;
|
|
17759
|
+
};
|
|
17684
17760
|
testId: {
|
|
17685
17761
|
type: import("vue").PropType<string>;
|
|
17686
17762
|
default: string;
|
|
@@ -17689,7 +17765,7 @@ declare const _default: {
|
|
|
17689
17765
|
type: import("vue").PropType<string>;
|
|
17690
17766
|
default: string;
|
|
17691
17767
|
};
|
|
17692
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "variant" | "disabled" | "
|
|
17768
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "variant" | "disabled" | "color" | "size" | "testId" | "iconName">;
|
|
17693
17769
|
$attrs: {
|
|
17694
17770
|
[x: string]: unknown;
|
|
17695
17771
|
};
|
|
@@ -17705,7 +17781,7 @@ declare const _default: {
|
|
|
17705
17781
|
$el: any;
|
|
17706
17782
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17707
17783
|
type: {
|
|
17708
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17784
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17709
17785
|
default: string;
|
|
17710
17786
|
};
|
|
17711
17787
|
variant: {
|
|
@@ -17716,14 +17792,14 @@ declare const _default: {
|
|
|
17716
17792
|
type: import("vue").PropType<boolean>;
|
|
17717
17793
|
default: boolean;
|
|
17718
17794
|
};
|
|
17719
|
-
size: {
|
|
17720
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17721
|
-
default: string;
|
|
17722
|
-
};
|
|
17723
17795
|
color: {
|
|
17724
17796
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
17725
17797
|
default: string;
|
|
17726
17798
|
};
|
|
17799
|
+
size: {
|
|
17800
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17801
|
+
default: string;
|
|
17802
|
+
};
|
|
17727
17803
|
testId: {
|
|
17728
17804
|
type: import("vue").PropType<string>;
|
|
17729
17805
|
default: string;
|
|
@@ -17733,11 +17809,11 @@ declare const _default: {
|
|
|
17733
17809
|
default: string;
|
|
17734
17810
|
};
|
|
17735
17811
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
17736
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17812
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17737
17813
|
variant: "default" | "outlined";
|
|
17738
17814
|
disabled: boolean;
|
|
17739
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
17740
17815
|
color: "default" | "primary" | "error";
|
|
17816
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
17741
17817
|
testId: string;
|
|
17742
17818
|
iconName: string;
|
|
17743
17819
|
}, {}, string> & {
|
|
@@ -17762,7 +17838,7 @@ declare const _default: {
|
|
|
17762
17838
|
$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;
|
|
17763
17839
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
17764
17840
|
type: {
|
|
17765
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17841
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17766
17842
|
default: string;
|
|
17767
17843
|
};
|
|
17768
17844
|
variant: {
|
|
@@ -17773,14 +17849,14 @@ declare const _default: {
|
|
|
17773
17849
|
type: import("vue").PropType<boolean>;
|
|
17774
17850
|
default: boolean;
|
|
17775
17851
|
};
|
|
17776
|
-
size: {
|
|
17777
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17778
|
-
default: string;
|
|
17779
|
-
};
|
|
17780
17852
|
color: {
|
|
17781
17853
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
17782
17854
|
default: string;
|
|
17783
17855
|
};
|
|
17856
|
+
size: {
|
|
17857
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17858
|
+
default: string;
|
|
17859
|
+
};
|
|
17784
17860
|
testId: {
|
|
17785
17861
|
type: import("vue").PropType<string>;
|
|
17786
17862
|
default: string;
|
|
@@ -17795,7 +17871,7 @@ declare const _default: {
|
|
|
17795
17871
|
__isSuspense?: never;
|
|
17796
17872
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
17797
17873
|
type: {
|
|
17798
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17874
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat">;
|
|
17799
17875
|
default: string;
|
|
17800
17876
|
};
|
|
17801
17877
|
variant: {
|
|
@@ -17806,14 +17882,14 @@ declare const _default: {
|
|
|
17806
17882
|
type: import("vue").PropType<boolean>;
|
|
17807
17883
|
default: boolean;
|
|
17808
17884
|
};
|
|
17809
|
-
size: {
|
|
17810
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17811
|
-
default: string;
|
|
17812
|
-
};
|
|
17813
17885
|
color: {
|
|
17814
17886
|
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
17815
17887
|
default: string;
|
|
17816
17888
|
};
|
|
17889
|
+
size: {
|
|
17890
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
17891
|
+
default: string;
|
|
17892
|
+
};
|
|
17817
17893
|
testId: {
|
|
17818
17894
|
type: import("vue").PropType<string>;
|
|
17819
17895
|
default: string;
|
|
@@ -17823,11 +17899,11 @@ declare const _default: {
|
|
|
17823
17899
|
default: string;
|
|
17824
17900
|
};
|
|
17825
17901
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
17826
|
-
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17902
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat";
|
|
17827
17903
|
variant: "default" | "outlined";
|
|
17828
17904
|
disabled: boolean;
|
|
17829
|
-
size: "small" | "medium" | "large" | "extraLarge";
|
|
17830
17905
|
color: "default" | "primary" | "error";
|
|
17906
|
+
size: "small" | "medium" | "large" | "extraLarge";
|
|
17831
17907
|
testId: string;
|
|
17832
17908
|
iconName: string;
|
|
17833
17909
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -18171,14 +18247,14 @@ declare const _default: {
|
|
|
18171
18247
|
type: import("vue").PropType<boolean>;
|
|
18172
18248
|
default: boolean;
|
|
18173
18249
|
};
|
|
18174
|
-
size: {
|
|
18175
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
18176
|
-
default: string;
|
|
18177
|
-
};
|
|
18178
18250
|
color: {
|
|
18179
18251
|
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
18180
18252
|
default: string;
|
|
18181
18253
|
};
|
|
18254
|
+
size: {
|
|
18255
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
18256
|
+
default: string;
|
|
18257
|
+
};
|
|
18182
18258
|
testId: {
|
|
18183
18259
|
type: import("vue").PropType<string>;
|
|
18184
18260
|
default: string;
|
|
@@ -18197,14 +18273,14 @@ declare const _default: {
|
|
|
18197
18273
|
type: import("vue").PropType<boolean>;
|
|
18198
18274
|
default: boolean;
|
|
18199
18275
|
};
|
|
18200
|
-
size: {
|
|
18201
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
18202
|
-
default: string;
|
|
18203
|
-
};
|
|
18204
18276
|
color: {
|
|
18205
18277
|
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
18206
18278
|
default: string;
|
|
18207
18279
|
};
|
|
18280
|
+
size: {
|
|
18281
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
18282
|
+
default: string;
|
|
18283
|
+
};
|
|
18208
18284
|
testId: {
|
|
18209
18285
|
type: import("vue").PropType<string>;
|
|
18210
18286
|
default: string;
|
|
@@ -18213,8 +18289,8 @@ declare const _default: {
|
|
|
18213
18289
|
label: string;
|
|
18214
18290
|
variant: "filled" | "outlined";
|
|
18215
18291
|
disabled: boolean;
|
|
18216
|
-
size: "small" | "medium";
|
|
18217
18292
|
color: "dark" | "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
18293
|
+
size: "small" | "medium";
|
|
18218
18294
|
testId: string;
|
|
18219
18295
|
}>;
|
|
18220
18296
|
ChipTypes: () => import("vue").DefineComponent<{
|
|
@@ -18231,14 +18307,14 @@ declare const _default: {
|
|
|
18231
18307
|
type: import("vue").PropType<boolean>;
|
|
18232
18308
|
default: boolean;
|
|
18233
18309
|
};
|
|
18234
|
-
size: {
|
|
18235
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
18236
|
-
default: string;
|
|
18237
|
-
};
|
|
18238
18310
|
color: {
|
|
18239
18311
|
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
18240
18312
|
default: string;
|
|
18241
18313
|
};
|
|
18314
|
+
size: {
|
|
18315
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
18316
|
+
default: string;
|
|
18317
|
+
};
|
|
18242
18318
|
testId: {
|
|
18243
18319
|
type: import("vue").PropType<string>;
|
|
18244
18320
|
default: string;
|
|
@@ -18257,14 +18333,14 @@ declare const _default: {
|
|
|
18257
18333
|
type: import("vue").PropType<boolean>;
|
|
18258
18334
|
default: boolean;
|
|
18259
18335
|
};
|
|
18260
|
-
size: {
|
|
18261
|
-
type: import("vue").PropType<"small" | "medium">;
|
|
18262
|
-
default: string;
|
|
18263
|
-
};
|
|
18264
18336
|
color: {
|
|
18265
18337
|
type: import("vue").PropType<"dark" | "default" | "primary" | "info" | "success" | "warning" | "error">;
|
|
18266
18338
|
default: string;
|
|
18267
18339
|
};
|
|
18340
|
+
size: {
|
|
18341
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
18342
|
+
default: string;
|
|
18343
|
+
};
|
|
18268
18344
|
testId: {
|
|
18269
18345
|
type: import("vue").PropType<string>;
|
|
18270
18346
|
default: string;
|
|
@@ -18273,8 +18349,8 @@ declare const _default: {
|
|
|
18273
18349
|
label: string;
|
|
18274
18350
|
variant: "filled" | "outlined";
|
|
18275
18351
|
disabled: boolean;
|
|
18276
|
-
size: "small" | "medium";
|
|
18277
18352
|
color: "dark" | "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
18353
|
+
size: "small" | "medium";
|
|
18278
18354
|
testId: string;
|
|
18279
18355
|
}>[];
|
|
18280
18356
|
};
|