@ironsource/shared-ui 2.0.2-rc.1 → 2.0.2-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_44158e5f_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +1 -0
- package/components/ThemeWrapper/index.d.ts +2 -2
- package/components/ThemeWrapper/index.js +4 -4
- package/components/appHeader/AppHeader.vue.d.ts +49 -0
- package/components/appHeader/AppHeader.vue.js +7 -0
- package/components/appHeader/AppHeader.vue2.js +58 -0
- package/components/appHeader/index.d.ts +61 -0
- package/components/appHeader/index.js +6 -0
- package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
- package/components/appTrigger/index.d.ts +20 -20
- package/components/banner/Banner.vue.d.ts +3 -3
- package/components/banner/index.d.ts +7 -7
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.vue.d.ts +3 -3
- package/components/button/v3/ScrollButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +23 -23
- package/components/button/v4/ButtonV4.vue.d.ts +12 -12
- package/components/button/v4/IconButtonV4.vue.d.ts +8 -8
- package/components/button/v4/index.d.ts +116 -116
- package/components/checkbox/v3/index.d.ts +12 -12
- package/components/checkbox/v4/index.d.ts +12 -12
- package/components/chip/v3/Chip.vue.d.ts +1 -1
- package/components/chip/v3/index.d.ts +20 -20
- package/components/chip/v4/ChipV4.vue.d.ts +1 -1
- package/components/chip/v4/index.d.ts +20 -20
- package/components/dateRange/DateRange.vue.d.ts +1 -1
- package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
- package/components/dateRange/index.d.ts +20 -20
- package/components/dialog/v3/Dialog.vue.d.ts +2 -2
- package/components/dialog/v3/index.d.ts +25 -25
- package/components/dialog/v4/DialogV4.vue.d.ts +2 -2
- package/components/dialog/v4/index.d.ts +25 -25
- package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
- package/components/dropdown/v3/Option.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +111 -111
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +7 -7
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +6 -6
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +13 -13
- package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -11
- package/components/dropdown/v4/OptionV4.vue.d.ts +4 -4
- package/components/dropdown/v4/index.d.ts +324 -324
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
- package/components/filterDropdown/index.d.ts +9 -9
- package/components/icon/v4/IconV4.vue.d.ts +3 -3
- package/components/icon/v4/index.d.ts +7 -7
- package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
- package/components/includeExclude/index.d.ts +101 -101
- package/components/inlineCopy/InlineCopy.vue.d.ts +39 -0
- package/components/inlineCopy/InlineCopy.vue.js +7 -0
- package/components/inlineCopy/InlineCopy.vue2.js +60 -0
- package/components/inlineCopy/index.d.ts +39 -0
- package/components/inlineCopy/index.js +6 -0
- package/components/input/v3/Input.vue.d.ts +2 -2
- package/components/input/v3/index.d.ts +69 -69
- package/components/input/v4/TextField.vue.d.ts +2 -2
- package/components/input/v4/index.d.ts +53 -53
- package/components/layout/FoldableSection.vue.d.ts +1 -1
- package/components/layout/index.d.ts +20 -20
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/index.d.ts +12 -12
- package/components/popover/Popover.vue.d.ts +5 -5
- package/components/popover/index.d.ts +58 -58
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +2 -2
- package/components/radioButton/v3/index.d.ts +42 -42
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +2 -2
- package/components/radioButton/v4/index.d.ts +42 -42
- package/components/search/v3/Search.vue.d.ts +2 -2
- package/components/search/v3/index.d.ts +16 -16
- package/components/search/v4/SearchV4.vue.d.ts +1 -1
- package/components/search/v4/index.d.ts +9 -9
- package/components/shared/FieldHelpText.vue.d.ts +1 -1
- package/components/shared/FieldLabel.vue.d.ts +1 -1
- package/components/snackbar/common/snackbar.common.d.ts +1 -1
- package/components/snackbar/v3/Snackbar.vue.d.ts +6 -6
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +43 -43
- package/components/table/v3/index.d.ts +16 -16
- package/components/table/v4/index.d.ts +16 -16
- package/components/tabs/v3/Tabs.vue.d.ts +1 -1
- package/components/tabs/v3/index.d.ts +20 -20
- package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
- package/components/tabs/v4/index.d.ts +20 -20
- package/components/textArea/TextArea.vue.d.ts +1 -1
- package/components/textArea/index.d.ts +9 -9
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/index.d.ts +9 -9
- package/components/toggle/v4/ToggleV4.vue.d.ts +7 -7
- package/components/toggle/v4/index.d.ts +34 -34
- package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
- package/components/tooltip/v3/index.d.ts +34 -34
- package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
- package/components/tooltip/v4/index.d.ts +34 -34
- package/components/typography/Heading.vue.d.ts +1 -1
- package/components/typography/index.d.ts +20 -20
- package/index.d.ts +1832 -1640
- package/index.js +109 -105
- package/package.json +10 -2
- package/testids/index.d.ts +8 -0
- package/testids/index.js +13 -11
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_28bb325a_lang.css +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
variant?: "default" | "outlined";
|
|
3
|
-
color?: "default" | "
|
|
3
|
+
color?: "default" | "primary" | "error";
|
|
4
4
|
size?: "small" | "medium" | "large" | "extraLarge";
|
|
5
|
-
type?: "fill" | "bold" | "
|
|
5
|
+
type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
6
6
|
iconName?: string;
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
testId?: string;
|
|
@@ -16,9 +16,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
16
16
|
type: string;
|
|
17
17
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
18
18
|
variant?: "default" | "outlined";
|
|
19
|
-
color?: "default" | "
|
|
19
|
+
color?: "default" | "primary" | "error";
|
|
20
20
|
size?: "small" | "medium" | "large" | "extraLarge";
|
|
21
|
-
type?: "fill" | "bold" | "
|
|
21
|
+
type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
22
22
|
iconName?: string;
|
|
23
23
|
disabled?: boolean;
|
|
24
24
|
testId?: string;
|
|
@@ -31,13 +31,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
iconName: string;
|
|
32
32
|
type: string;
|
|
33
33
|
}>>>, {
|
|
34
|
-
type: "fill" | "bold" | "
|
|
34
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
35
|
+
disabled: boolean;
|
|
35
36
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
36
|
-
|
|
37
|
+
color: "default" | "primary" | "error";
|
|
37
38
|
variant: "default" | "outlined";
|
|
38
|
-
|
|
39
|
+
testId: string;
|
|
39
40
|
iconName: string;
|
|
40
|
-
color: "default" | "error" | "primary";
|
|
41
41
|
}>, {
|
|
42
42
|
default?(_: {}): any;
|
|
43
43
|
}>;
|
|
@@ -5,44 +5,44 @@ declare const ButtonTypes: () => (({
|
|
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
|
6
6
|
$data: {};
|
|
7
7
|
$props: Partial<{
|
|
8
|
+
disabled: boolean;
|
|
8
9
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
9
|
-
|
|
10
|
+
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
10
11
|
variant: "text" | "contained" | "outlined";
|
|
11
|
-
loading: boolean;
|
|
12
12
|
content: string;
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
loading: boolean;
|
|
14
|
+
testId: string;
|
|
15
15
|
startIconName: string;
|
|
16
16
|
endIconName: string;
|
|
17
|
-
startIconType: "fill" | "bold" | "
|
|
18
|
-
endIconType: "fill" | "bold" | "
|
|
17
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
18
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
19
19
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
disabled: {
|
|
21
|
+
type: import("vue").PropType<boolean>;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
20
24
|
size: {
|
|
21
25
|
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
22
26
|
default: string;
|
|
23
27
|
};
|
|
24
|
-
|
|
25
|
-
type: import("vue").PropType<
|
|
28
|
+
color: {
|
|
29
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
26
30
|
default: string;
|
|
27
31
|
};
|
|
28
32
|
variant: {
|
|
29
33
|
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
30
34
|
default: string;
|
|
31
35
|
};
|
|
32
|
-
loading: {
|
|
33
|
-
type: import("vue").PropType<boolean>;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
36
|
content: {
|
|
37
37
|
type: import("vue").PropType<string>;
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
|
-
|
|
40
|
+
loading: {
|
|
41
41
|
type: import("vue").PropType<boolean>;
|
|
42
42
|
default: boolean;
|
|
43
43
|
};
|
|
44
|
-
|
|
45
|
-
type: import("vue").PropType<
|
|
44
|
+
testId: {
|
|
45
|
+
type: import("vue").PropType<string>;
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
startIconName: {
|
|
@@ -54,14 +54,14 @@ declare const ButtonTypes: () => (({
|
|
|
54
54
|
default: any;
|
|
55
55
|
};
|
|
56
56
|
startIconType: {
|
|
57
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
57
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
58
58
|
default: string;
|
|
59
59
|
};
|
|
60
60
|
endIconType: {
|
|
61
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
61
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
64
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "color" | "variant" | "content" | "loading" | "testId" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
|
|
65
65
|
$attrs: {
|
|
66
66
|
[x: string]: unknown;
|
|
67
67
|
};
|
|
@@ -76,32 +76,32 @@ declare const ButtonTypes: () => (({
|
|
|
76
76
|
$emit: (event: string, ...args: any[]) => void;
|
|
77
77
|
$el: any;
|
|
78
78
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
79
|
+
disabled: {
|
|
80
|
+
type: import("vue").PropType<boolean>;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
79
83
|
size: {
|
|
80
84
|
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
81
85
|
default: string;
|
|
82
86
|
};
|
|
83
|
-
|
|
84
|
-
type: import("vue").PropType<
|
|
87
|
+
color: {
|
|
88
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
85
89
|
default: string;
|
|
86
90
|
};
|
|
87
91
|
variant: {
|
|
88
92
|
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
89
93
|
default: string;
|
|
90
94
|
};
|
|
91
|
-
loading: {
|
|
92
|
-
type: import("vue").PropType<boolean>;
|
|
93
|
-
default: boolean;
|
|
94
|
-
};
|
|
95
95
|
content: {
|
|
96
96
|
type: import("vue").PropType<string>;
|
|
97
97
|
default: string;
|
|
98
98
|
};
|
|
99
|
-
|
|
99
|
+
loading: {
|
|
100
100
|
type: import("vue").PropType<boolean>;
|
|
101
101
|
default: boolean;
|
|
102
102
|
};
|
|
103
|
-
|
|
104
|
-
type: import("vue").PropType<
|
|
103
|
+
testId: {
|
|
104
|
+
type: import("vue").PropType<string>;
|
|
105
105
|
default: string;
|
|
106
106
|
};
|
|
107
107
|
startIconName: {
|
|
@@ -113,25 +113,25 @@ declare const ButtonTypes: () => (({
|
|
|
113
113
|
default: any;
|
|
114
114
|
};
|
|
115
115
|
startIconType: {
|
|
116
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
116
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
117
117
|
default: string;
|
|
118
118
|
};
|
|
119
119
|
endIconType: {
|
|
120
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
120
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
121
121
|
default: string;
|
|
122
122
|
};
|
|
123
123
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
124
|
+
disabled: boolean;
|
|
124
125
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
125
|
-
|
|
126
|
+
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
126
127
|
variant: "text" | "contained" | "outlined";
|
|
127
|
-
loading: boolean;
|
|
128
128
|
content: string;
|
|
129
|
-
|
|
130
|
-
|
|
129
|
+
loading: boolean;
|
|
130
|
+
testId: string;
|
|
131
131
|
startIconName: string;
|
|
132
132
|
endIconName: string;
|
|
133
|
-
startIconType: "fill" | "bold" | "
|
|
134
|
-
endIconType: "fill" | "bold" | "
|
|
133
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
134
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
135
135
|
}, {}, string> & {
|
|
136
136
|
beforeCreate?: (() => void) | (() => void)[];
|
|
137
137
|
created?: (() => void) | (() => void)[];
|
|
@@ -153,32 +153,32 @@ declare const ButtonTypes: () => (({
|
|
|
153
153
|
$nextTick: typeof import("vue").nextTick;
|
|
154
154
|
$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;
|
|
155
155
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
156
|
+
disabled: {
|
|
157
|
+
type: import("vue").PropType<boolean>;
|
|
158
|
+
default: boolean;
|
|
159
|
+
};
|
|
156
160
|
size: {
|
|
157
161
|
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
158
162
|
default: string;
|
|
159
163
|
};
|
|
160
|
-
|
|
161
|
-
type: import("vue").PropType<
|
|
164
|
+
color: {
|
|
165
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
162
166
|
default: string;
|
|
163
167
|
};
|
|
164
168
|
variant: {
|
|
165
169
|
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
166
170
|
default: string;
|
|
167
171
|
};
|
|
168
|
-
loading: {
|
|
169
|
-
type: import("vue").PropType<boolean>;
|
|
170
|
-
default: boolean;
|
|
171
|
-
};
|
|
172
172
|
content: {
|
|
173
173
|
type: import("vue").PropType<string>;
|
|
174
174
|
default: string;
|
|
175
175
|
};
|
|
176
|
-
|
|
176
|
+
loading: {
|
|
177
177
|
type: import("vue").PropType<boolean>;
|
|
178
178
|
default: boolean;
|
|
179
179
|
};
|
|
180
|
-
|
|
181
|
-
type: import("vue").PropType<
|
|
180
|
+
testId: {
|
|
181
|
+
type: import("vue").PropType<string>;
|
|
182
182
|
default: string;
|
|
183
183
|
};
|
|
184
184
|
startIconName: {
|
|
@@ -190,11 +190,11 @@ declare const ButtonTypes: () => (({
|
|
|
190
190
|
default: any;
|
|
191
191
|
};
|
|
192
192
|
startIconType: {
|
|
193
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
193
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
194
194
|
default: string;
|
|
195
195
|
};
|
|
196
196
|
endIconType: {
|
|
197
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
197
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
198
198
|
default: string;
|
|
199
199
|
};
|
|
200
200
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -202,32 +202,32 @@ declare const ButtonTypes: () => (({
|
|
|
202
202
|
__isTeleport?: never;
|
|
203
203
|
__isSuspense?: never;
|
|
204
204
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
205
|
+
disabled: {
|
|
206
|
+
type: import("vue").PropType<boolean>;
|
|
207
|
+
default: boolean;
|
|
208
|
+
};
|
|
205
209
|
size: {
|
|
206
210
|
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
207
211
|
default: string;
|
|
208
212
|
};
|
|
209
|
-
|
|
210
|
-
type: import("vue").PropType<
|
|
213
|
+
color: {
|
|
214
|
+
type: import("vue").PropType<"default" | "primary" | "danger" | "info" | "success" | "warning">;
|
|
211
215
|
default: string;
|
|
212
216
|
};
|
|
213
217
|
variant: {
|
|
214
218
|
type: import("vue").PropType<"text" | "contained" | "outlined">;
|
|
215
219
|
default: string;
|
|
216
220
|
};
|
|
217
|
-
loading: {
|
|
218
|
-
type: import("vue").PropType<boolean>;
|
|
219
|
-
default: boolean;
|
|
220
|
-
};
|
|
221
221
|
content: {
|
|
222
222
|
type: import("vue").PropType<string>;
|
|
223
223
|
default: string;
|
|
224
224
|
};
|
|
225
|
-
|
|
225
|
+
loading: {
|
|
226
226
|
type: import("vue").PropType<boolean>;
|
|
227
227
|
default: boolean;
|
|
228
228
|
};
|
|
229
|
-
|
|
230
|
-
type: import("vue").PropType<
|
|
229
|
+
testId: {
|
|
230
|
+
type: import("vue").PropType<string>;
|
|
231
231
|
default: string;
|
|
232
232
|
};
|
|
233
233
|
startIconName: {
|
|
@@ -239,25 +239,25 @@ declare const ButtonTypes: () => (({
|
|
|
239
239
|
default: any;
|
|
240
240
|
};
|
|
241
241
|
startIconType: {
|
|
242
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
242
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
243
243
|
default: string;
|
|
244
244
|
};
|
|
245
245
|
endIconType: {
|
|
246
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
246
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
247
247
|
default: string;
|
|
248
248
|
};
|
|
249
249
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
250
|
+
disabled: boolean;
|
|
250
251
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
251
|
-
|
|
252
|
+
color: "default" | "primary" | "danger" | "info" | "success" | "warning";
|
|
252
253
|
variant: "text" | "contained" | "outlined";
|
|
253
|
-
loading: boolean;
|
|
254
254
|
content: string;
|
|
255
|
-
|
|
256
|
-
|
|
255
|
+
loading: boolean;
|
|
256
|
+
testId: string;
|
|
257
257
|
startIconName: string;
|
|
258
258
|
endIconName: string;
|
|
259
|
-
startIconType: "fill" | "bold" | "
|
|
260
|
-
endIconType: "fill" | "bold" | "
|
|
259
|
+
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
260
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
261
261
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
262
262
|
$slots: {
|
|
263
263
|
default?(_: {}): any;
|
|
@@ -268,43 +268,43 @@ declare const ButtonTypes: () => (({
|
|
|
268
268
|
$: import("vue").ComponentInternalInstance;
|
|
269
269
|
$data: {};
|
|
270
270
|
$props: Partial<{
|
|
271
|
-
type: "fill" | "bold" | "
|
|
271
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
272
|
+
disabled: boolean;
|
|
272
273
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
273
|
-
|
|
274
|
+
color: "default" | "primary" | "error";
|
|
274
275
|
variant: "default" | "outlined";
|
|
275
|
-
|
|
276
|
+
testId: string;
|
|
276
277
|
iconName: string;
|
|
277
|
-
color: "default" | "error" | "primary";
|
|
278
278
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
279
279
|
type: {
|
|
280
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
280
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
281
281
|
default: string;
|
|
282
282
|
};
|
|
283
|
+
disabled: {
|
|
284
|
+
type: import("vue").PropType<boolean>;
|
|
285
|
+
default: boolean;
|
|
286
|
+
};
|
|
283
287
|
size: {
|
|
284
288
|
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
285
289
|
default: string;
|
|
286
290
|
};
|
|
287
|
-
|
|
288
|
-
type: import("vue").PropType<
|
|
291
|
+
color: {
|
|
292
|
+
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
289
293
|
default: string;
|
|
290
294
|
};
|
|
291
295
|
variant: {
|
|
292
296
|
type: import("vue").PropType<"default" | "outlined">;
|
|
293
297
|
default: string;
|
|
294
298
|
};
|
|
295
|
-
|
|
296
|
-
type: import("vue").PropType<boolean>;
|
|
297
|
-
default: boolean;
|
|
298
|
-
};
|
|
299
|
-
iconName: {
|
|
299
|
+
testId: {
|
|
300
300
|
type: import("vue").PropType<string>;
|
|
301
301
|
default: string;
|
|
302
302
|
};
|
|
303
|
-
|
|
304
|
-
type: import("vue").PropType<
|
|
303
|
+
iconName: {
|
|
304
|
+
type: import("vue").PropType<string>;
|
|
305
305
|
default: string;
|
|
306
306
|
};
|
|
307
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "
|
|
307
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "size" | "color" | "variant" | "testId" | "iconName">;
|
|
308
308
|
$attrs: {
|
|
309
309
|
[x: string]: unknown;
|
|
310
310
|
};
|
|
@@ -320,41 +320,41 @@ declare const ButtonTypes: () => (({
|
|
|
320
320
|
$el: any;
|
|
321
321
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
322
322
|
type: {
|
|
323
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
323
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
324
324
|
default: string;
|
|
325
325
|
};
|
|
326
|
+
disabled: {
|
|
327
|
+
type: import("vue").PropType<boolean>;
|
|
328
|
+
default: boolean;
|
|
329
|
+
};
|
|
326
330
|
size: {
|
|
327
331
|
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
328
332
|
default: string;
|
|
329
333
|
};
|
|
330
|
-
|
|
331
|
-
type: import("vue").PropType<
|
|
334
|
+
color: {
|
|
335
|
+
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
332
336
|
default: string;
|
|
333
337
|
};
|
|
334
338
|
variant: {
|
|
335
339
|
type: import("vue").PropType<"default" | "outlined">;
|
|
336
340
|
default: string;
|
|
337
341
|
};
|
|
338
|
-
|
|
339
|
-
type: import("vue").PropType<boolean>;
|
|
340
|
-
default: boolean;
|
|
341
|
-
};
|
|
342
|
-
iconName: {
|
|
342
|
+
testId: {
|
|
343
343
|
type: import("vue").PropType<string>;
|
|
344
344
|
default: string;
|
|
345
345
|
};
|
|
346
|
-
|
|
347
|
-
type: import("vue").PropType<
|
|
346
|
+
iconName: {
|
|
347
|
+
type: import("vue").PropType<string>;
|
|
348
348
|
default: string;
|
|
349
349
|
};
|
|
350
350
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
351
|
-
type: "fill" | "bold" | "
|
|
351
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
352
|
+
disabled: boolean;
|
|
352
353
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
353
|
-
|
|
354
|
+
color: "default" | "primary" | "error";
|
|
354
355
|
variant: "default" | "outlined";
|
|
355
|
-
|
|
356
|
+
testId: string;
|
|
356
357
|
iconName: string;
|
|
357
|
-
color: "default" | "error" | "primary";
|
|
358
358
|
}, {}, string> & {
|
|
359
359
|
beforeCreate?: (() => void) | (() => void)[];
|
|
360
360
|
created?: (() => void) | (() => void)[];
|
|
@@ -377,31 +377,31 @@ declare const ButtonTypes: () => (({
|
|
|
377
377
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
378
378
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
379
379
|
type: {
|
|
380
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
380
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
381
381
|
default: string;
|
|
382
382
|
};
|
|
383
|
+
disabled: {
|
|
384
|
+
type: import("vue").PropType<boolean>;
|
|
385
|
+
default: boolean;
|
|
386
|
+
};
|
|
383
387
|
size: {
|
|
384
388
|
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
385
389
|
default: string;
|
|
386
390
|
};
|
|
387
|
-
|
|
388
|
-
type: import("vue").PropType<
|
|
391
|
+
color: {
|
|
392
|
+
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
389
393
|
default: string;
|
|
390
394
|
};
|
|
391
395
|
variant: {
|
|
392
396
|
type: import("vue").PropType<"default" | "outlined">;
|
|
393
397
|
default: string;
|
|
394
398
|
};
|
|
395
|
-
|
|
396
|
-
type: import("vue").PropType<boolean>;
|
|
397
|
-
default: boolean;
|
|
398
|
-
};
|
|
399
|
-
iconName: {
|
|
399
|
+
testId: {
|
|
400
400
|
type: import("vue").PropType<string>;
|
|
401
401
|
default: string;
|
|
402
402
|
};
|
|
403
|
-
|
|
404
|
-
type: import("vue").PropType<
|
|
403
|
+
iconName: {
|
|
404
|
+
type: import("vue").PropType<string>;
|
|
405
405
|
default: string;
|
|
406
406
|
};
|
|
407
407
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -410,41 +410,41 @@ declare const ButtonTypes: () => (({
|
|
|
410
410
|
__isSuspense?: never;
|
|
411
411
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
412
412
|
type: {
|
|
413
|
-
type: import("vue").PropType<"fill" | "bold" | "
|
|
413
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
414
414
|
default: string;
|
|
415
415
|
};
|
|
416
|
+
disabled: {
|
|
417
|
+
type: import("vue").PropType<boolean>;
|
|
418
|
+
default: boolean;
|
|
419
|
+
};
|
|
416
420
|
size: {
|
|
417
421
|
type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
|
|
418
422
|
default: string;
|
|
419
423
|
};
|
|
420
|
-
|
|
421
|
-
type: import("vue").PropType<
|
|
424
|
+
color: {
|
|
425
|
+
type: import("vue").PropType<"default" | "primary" | "error">;
|
|
422
426
|
default: string;
|
|
423
427
|
};
|
|
424
428
|
variant: {
|
|
425
429
|
type: import("vue").PropType<"default" | "outlined">;
|
|
426
430
|
default: string;
|
|
427
431
|
};
|
|
428
|
-
|
|
429
|
-
type: import("vue").PropType<boolean>;
|
|
430
|
-
default: boolean;
|
|
431
|
-
};
|
|
432
|
-
iconName: {
|
|
432
|
+
testId: {
|
|
433
433
|
type: import("vue").PropType<string>;
|
|
434
434
|
default: string;
|
|
435
435
|
};
|
|
436
|
-
|
|
437
|
-
type: import("vue").PropType<
|
|
436
|
+
iconName: {
|
|
437
|
+
type: import("vue").PropType<string>;
|
|
438
438
|
default: string;
|
|
439
439
|
};
|
|
440
440
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
441
|
-
type: "fill" | "bold" | "
|
|
441
|
+
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
442
|
+
disabled: boolean;
|
|
442
443
|
size: "small" | "medium" | "large" | "extraLarge";
|
|
443
|
-
|
|
444
|
+
color: "default" | "primary" | "error";
|
|
444
445
|
variant: "default" | "outlined";
|
|
445
|
-
|
|
446
|
+
testId: string;
|
|
446
447
|
iconName: string;
|
|
447
|
-
color: "default" | "error" | "primary";
|
|
448
448
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
449
449
|
$slots: {
|
|
450
450
|
default?(_: {}): any;
|
|
@@ -11,6 +11,9 @@ declare const CheckboxTypes: () => ({
|
|
|
11
11
|
type: import("vue").PropType<string>;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
+
disabled: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
};
|
|
14
17
|
size: {
|
|
15
18
|
type: import("vue").PropType<"sm" | "md" | "lg">;
|
|
16
19
|
default: string;
|
|
@@ -19,9 +22,6 @@ declare const CheckboxTypes: () => ({
|
|
|
19
22
|
type: import("vue").PropType<string>;
|
|
20
23
|
default: string;
|
|
21
24
|
};
|
|
22
|
-
disabled: {
|
|
23
|
-
type: import("vue").PropType<boolean>;
|
|
24
|
-
};
|
|
25
25
|
isChecked: {
|
|
26
26
|
type: import("vue").PropType<boolean>;
|
|
27
27
|
required: true;
|
|
@@ -51,6 +51,9 @@ declare const CheckboxTypes: () => ({
|
|
|
51
51
|
type: import("vue").PropType<string>;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
|
+
disabled: {
|
|
55
|
+
type: import("vue").PropType<boolean>;
|
|
56
|
+
};
|
|
54
57
|
size: {
|
|
55
58
|
type: import("vue").PropType<"sm" | "md" | "lg">;
|
|
56
59
|
default: string;
|
|
@@ -59,9 +62,6 @@ declare const CheckboxTypes: () => ({
|
|
|
59
62
|
type: import("vue").PropType<string>;
|
|
60
63
|
default: string;
|
|
61
64
|
};
|
|
62
|
-
disabled: {
|
|
63
|
-
type: import("vue").PropType<boolean>;
|
|
64
|
-
};
|
|
65
65
|
isChecked: {
|
|
66
66
|
type: import("vue").PropType<boolean>;
|
|
67
67
|
required: true;
|
|
@@ -104,6 +104,9 @@ declare const CheckboxTypes: () => ({
|
|
|
104
104
|
type: import("vue").PropType<string>;
|
|
105
105
|
default: string;
|
|
106
106
|
};
|
|
107
|
+
disabled: {
|
|
108
|
+
type: import("vue").PropType<boolean>;
|
|
109
|
+
};
|
|
107
110
|
size: {
|
|
108
111
|
type: import("vue").PropType<"sm" | "md" | "lg">;
|
|
109
112
|
default: string;
|
|
@@ -112,9 +115,6 @@ declare const CheckboxTypes: () => ({
|
|
|
112
115
|
type: import("vue").PropType<string>;
|
|
113
116
|
default: string;
|
|
114
117
|
};
|
|
115
|
-
disabled: {
|
|
116
|
-
type: import("vue").PropType<boolean>;
|
|
117
|
-
};
|
|
118
118
|
isChecked: {
|
|
119
119
|
type: import("vue").PropType<boolean>;
|
|
120
120
|
required: true;
|
|
@@ -134,6 +134,9 @@ declare const CheckboxTypes: () => ({
|
|
|
134
134
|
type: import("vue").PropType<string>;
|
|
135
135
|
default: string;
|
|
136
136
|
};
|
|
137
|
+
disabled: {
|
|
138
|
+
type: import("vue").PropType<boolean>;
|
|
139
|
+
};
|
|
137
140
|
size: {
|
|
138
141
|
type: import("vue").PropType<"sm" | "md" | "lg">;
|
|
139
142
|
default: string;
|
|
@@ -142,9 +145,6 @@ declare const CheckboxTypes: () => ({
|
|
|
142
145
|
type: import("vue").PropType<string>;
|
|
143
146
|
default: string;
|
|
144
147
|
};
|
|
145
|
-
disabled: {
|
|
146
|
-
type: import("vue").PropType<boolean>;
|
|
147
|
-
};
|
|
148
148
|
isChecked: {
|
|
149
149
|
type: import("vue").PropType<boolean>;
|
|
150
150
|
required: true;
|