@ironsource/shared-ui 2.0.2-rc.0 → 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/OptionV4.vue_vue_type_style_index_0_scoped_17d78416_lang.css +1 -0
- package/README.md +17 -12
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_137fabdf_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_cde15298_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/ThemeWrapper/ThemeStrore.js +13 -0
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +17 -3
- package/components/ThemeWrapper/ThemeWrapper.vue.js +8 -0
- package/components/ThemeWrapper/ThemeWrapper.vue2.js +22 -0
- package/components/ThemeWrapper/index.d.ts +79 -0
- package/components/ThemeWrapper/index.js +6 -0
- 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 +55 -63
- 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/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +1 -1
- 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/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- 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 +1987 -1641
- package/index.js +116 -110
- package/package.json +14 -2
- package/testids/index.d.ts +8 -0
- package/testids/index.js +13 -11
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c48dc06e_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_2a214b95_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_21f12d1a_lang.css +0 -1
|
@@ -7,12 +7,12 @@ declare const TooltipTypes: () => ({
|
|
|
7
7
|
header: string;
|
|
8
8
|
text: string;
|
|
9
9
|
theme: string;
|
|
10
|
+
disabled: boolean;
|
|
10
11
|
testId: string;
|
|
11
12
|
delay: number;
|
|
12
|
-
triggers: ("
|
|
13
|
+
triggers: ("touch" | "click" | "focus" | "hover")[];
|
|
13
14
|
forceShowWithTruncate: boolean;
|
|
14
|
-
placement: "auto" | "
|
|
15
|
-
disabled: boolean;
|
|
15
|
+
placement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
16
16
|
distance: string | number;
|
|
17
17
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
header: {
|
|
@@ -27,6 +27,10 @@ declare const TooltipTypes: () => ({
|
|
|
27
27
|
type: import("vue").PropType<string>;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
|
+
disabled: {
|
|
31
|
+
type: import("vue").PropType<boolean>;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
30
34
|
testId: {
|
|
31
35
|
type: import("vue").PropType<string>;
|
|
32
36
|
default: string;
|
|
@@ -36,7 +40,7 @@ declare const TooltipTypes: () => ({
|
|
|
36
40
|
default: number;
|
|
37
41
|
};
|
|
38
42
|
triggers: {
|
|
39
|
-
type: import("vue").PropType<("
|
|
43
|
+
type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
|
|
40
44
|
default: () => string[];
|
|
41
45
|
};
|
|
42
46
|
forceShowWithTruncate: {
|
|
@@ -44,18 +48,14 @@ declare const TooltipTypes: () => ({
|
|
|
44
48
|
default: boolean;
|
|
45
49
|
};
|
|
46
50
|
placement: {
|
|
47
|
-
type: import("vue").PropType<"auto" | "
|
|
51
|
+
type: import("vue").PropType<"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">;
|
|
48
52
|
default: string;
|
|
49
53
|
};
|
|
50
|
-
disabled: {
|
|
51
|
-
type: import("vue").PropType<boolean>;
|
|
52
|
-
default: boolean;
|
|
53
|
-
};
|
|
54
54
|
distance: {
|
|
55
55
|
type: import("vue").PropType<string | number>;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "
|
|
58
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
|
|
59
59
|
$attrs: {
|
|
60
60
|
[x: string]: unknown;
|
|
61
61
|
};
|
|
@@ -82,6 +82,10 @@ declare const TooltipTypes: () => ({
|
|
|
82
82
|
type: import("vue").PropType<string>;
|
|
83
83
|
default: string;
|
|
84
84
|
};
|
|
85
|
+
disabled: {
|
|
86
|
+
type: import("vue").PropType<boolean>;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
85
89
|
testId: {
|
|
86
90
|
type: import("vue").PropType<string>;
|
|
87
91
|
default: string;
|
|
@@ -91,7 +95,7 @@ declare const TooltipTypes: () => ({
|
|
|
91
95
|
default: number;
|
|
92
96
|
};
|
|
93
97
|
triggers: {
|
|
94
|
-
type: import("vue").PropType<("
|
|
98
|
+
type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
|
|
95
99
|
default: () => string[];
|
|
96
100
|
};
|
|
97
101
|
forceShowWithTruncate: {
|
|
@@ -99,13 +103,9 @@ declare const TooltipTypes: () => ({
|
|
|
99
103
|
default: boolean;
|
|
100
104
|
};
|
|
101
105
|
placement: {
|
|
102
|
-
type: import("vue").PropType<"auto" | "
|
|
106
|
+
type: import("vue").PropType<"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">;
|
|
103
107
|
default: string;
|
|
104
108
|
};
|
|
105
|
-
disabled: {
|
|
106
|
-
type: import("vue").PropType<boolean>;
|
|
107
|
-
default: boolean;
|
|
108
|
-
};
|
|
109
109
|
distance: {
|
|
110
110
|
type: import("vue").PropType<string | number>;
|
|
111
111
|
default: string;
|
|
@@ -114,12 +114,12 @@ declare const TooltipTypes: () => ({
|
|
|
114
114
|
header: string;
|
|
115
115
|
text: string;
|
|
116
116
|
theme: string;
|
|
117
|
+
disabled: boolean;
|
|
117
118
|
testId: string;
|
|
118
119
|
delay: number;
|
|
119
|
-
triggers: ("
|
|
120
|
+
triggers: ("touch" | "click" | "focus" | "hover")[];
|
|
120
121
|
forceShowWithTruncate: boolean;
|
|
121
|
-
placement: "auto" | "
|
|
122
|
-
disabled: boolean;
|
|
122
|
+
placement: "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";
|
|
123
123
|
distance: string | number;
|
|
124
124
|
}, {}, string> & {
|
|
125
125
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -154,6 +154,10 @@ declare const TooltipTypes: () => ({
|
|
|
154
154
|
type: import("vue").PropType<string>;
|
|
155
155
|
default: string;
|
|
156
156
|
};
|
|
157
|
+
disabled: {
|
|
158
|
+
type: import("vue").PropType<boolean>;
|
|
159
|
+
default: boolean;
|
|
160
|
+
};
|
|
157
161
|
testId: {
|
|
158
162
|
type: import("vue").PropType<string>;
|
|
159
163
|
default: string;
|
|
@@ -163,7 +167,7 @@ declare const TooltipTypes: () => ({
|
|
|
163
167
|
default: number;
|
|
164
168
|
};
|
|
165
169
|
triggers: {
|
|
166
|
-
type: import("vue").PropType<("
|
|
170
|
+
type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
|
|
167
171
|
default: () => string[];
|
|
168
172
|
};
|
|
169
173
|
forceShowWithTruncate: {
|
|
@@ -171,13 +175,9 @@ declare const TooltipTypes: () => ({
|
|
|
171
175
|
default: boolean;
|
|
172
176
|
};
|
|
173
177
|
placement: {
|
|
174
|
-
type: import("vue").PropType<"auto" | "
|
|
178
|
+
type: import("vue").PropType<"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">;
|
|
175
179
|
default: string;
|
|
176
180
|
};
|
|
177
|
-
disabled: {
|
|
178
|
-
type: import("vue").PropType<boolean>;
|
|
179
|
-
default: boolean;
|
|
180
|
-
};
|
|
181
181
|
distance: {
|
|
182
182
|
type: import("vue").PropType<string | number>;
|
|
183
183
|
default: string;
|
|
@@ -199,6 +199,10 @@ declare const TooltipTypes: () => ({
|
|
|
199
199
|
type: import("vue").PropType<string>;
|
|
200
200
|
default: string;
|
|
201
201
|
};
|
|
202
|
+
disabled: {
|
|
203
|
+
type: import("vue").PropType<boolean>;
|
|
204
|
+
default: boolean;
|
|
205
|
+
};
|
|
202
206
|
testId: {
|
|
203
207
|
type: import("vue").PropType<string>;
|
|
204
208
|
default: string;
|
|
@@ -208,7 +212,7 @@ declare const TooltipTypes: () => ({
|
|
|
208
212
|
default: number;
|
|
209
213
|
};
|
|
210
214
|
triggers: {
|
|
211
|
-
type: import("vue").PropType<("
|
|
215
|
+
type: import("vue").PropType<("touch" | "click" | "focus" | "hover")[]>;
|
|
212
216
|
default: () => string[];
|
|
213
217
|
};
|
|
214
218
|
forceShowWithTruncate: {
|
|
@@ -216,13 +220,9 @@ declare const TooltipTypes: () => ({
|
|
|
216
220
|
default: boolean;
|
|
217
221
|
};
|
|
218
222
|
placement: {
|
|
219
|
-
type: import("vue").PropType<"auto" | "
|
|
223
|
+
type: import("vue").PropType<"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">;
|
|
220
224
|
default: string;
|
|
221
225
|
};
|
|
222
|
-
disabled: {
|
|
223
|
-
type: import("vue").PropType<boolean>;
|
|
224
|
-
default: boolean;
|
|
225
|
-
};
|
|
226
226
|
distance: {
|
|
227
227
|
type: import("vue").PropType<string | number>;
|
|
228
228
|
default: string;
|
|
@@ -231,12 +231,12 @@ declare const TooltipTypes: () => ({
|
|
|
231
231
|
header: string;
|
|
232
232
|
text: string;
|
|
233
233
|
theme: string;
|
|
234
|
+
disabled: boolean;
|
|
234
235
|
testId: string;
|
|
235
236
|
delay: number;
|
|
236
|
-
triggers: ("
|
|
237
|
+
triggers: ("touch" | "click" | "focus" | "hover")[];
|
|
237
238
|
forceShowWithTruncate: boolean;
|
|
238
|
-
placement: "auto" | "
|
|
239
|
-
disabled: boolean;
|
|
239
|
+
placement: "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";
|
|
240
240
|
distance: string | number;
|
|
241
241
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
242
242
|
$slots: {
|
|
@@ -13,8 +13,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
13
13
|
level: string;
|
|
14
14
|
testId: string;
|
|
15
15
|
}>>>, {
|
|
16
|
-
level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
|
|
17
16
|
testId: string;
|
|
17
|
+
level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
|
|
18
18
|
}>, {
|
|
19
19
|
default?(_: {}): any;
|
|
20
20
|
}>;
|
|
@@ -3,21 +3,21 @@ declare const TypographyTypes: () => (({
|
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: Partial<{
|
|
6
|
-
level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
|
|
7
6
|
testId: string;
|
|
7
|
+
level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
|
|
8
8
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9
9
|
isTruncated: {
|
|
10
10
|
type: import("vue").PropType<boolean>;
|
|
11
11
|
};
|
|
12
|
-
level: {
|
|
13
|
-
type: import("vue").PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
12
|
testId: {
|
|
17
13
|
type: import("vue").PropType<string>;
|
|
18
14
|
default: string;
|
|
19
15
|
};
|
|
20
|
-
|
|
16
|
+
level: {
|
|
17
|
+
type: import("vue").PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "level">;
|
|
21
21
|
$attrs: {
|
|
22
22
|
[x: string]: unknown;
|
|
23
23
|
};
|
|
@@ -35,17 +35,17 @@ declare const TypographyTypes: () => (({
|
|
|
35
35
|
isTruncated: {
|
|
36
36
|
type: import("vue").PropType<boolean>;
|
|
37
37
|
};
|
|
38
|
-
level: {
|
|
39
|
-
type: import("vue").PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
38
|
testId: {
|
|
43
39
|
type: import("vue").PropType<string>;
|
|
44
40
|
default: string;
|
|
45
41
|
};
|
|
42
|
+
level: {
|
|
43
|
+
type: import("vue").PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
46
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
47
|
-
level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
|
|
48
47
|
testId: string;
|
|
48
|
+
level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
|
|
49
49
|
}, {}, string> & {
|
|
50
50
|
beforeCreate?: (() => void) | (() => void)[];
|
|
51
51
|
created?: (() => void) | (() => void)[];
|
|
@@ -70,14 +70,14 @@ declare const TypographyTypes: () => (({
|
|
|
70
70
|
isTruncated: {
|
|
71
71
|
type: import("vue").PropType<boolean>;
|
|
72
72
|
};
|
|
73
|
-
level: {
|
|
74
|
-
type: import("vue").PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
|
|
75
|
-
default: string;
|
|
76
|
-
};
|
|
77
73
|
testId: {
|
|
78
74
|
type: import("vue").PropType<string>;
|
|
79
75
|
default: string;
|
|
80
76
|
};
|
|
77
|
+
level: {
|
|
78
|
+
type: import("vue").PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
81
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
82
82
|
__isFragment?: never;
|
|
83
83
|
__isTeleport?: never;
|
|
@@ -86,17 +86,17 @@ declare const TypographyTypes: () => (({
|
|
|
86
86
|
isTruncated: {
|
|
87
87
|
type: import("vue").PropType<boolean>;
|
|
88
88
|
};
|
|
89
|
-
level: {
|
|
90
|
-
type: import("vue").PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
|
|
91
|
-
default: string;
|
|
92
|
-
};
|
|
93
89
|
testId: {
|
|
94
90
|
type: import("vue").PropType<string>;
|
|
95
91
|
default: string;
|
|
96
92
|
};
|
|
93
|
+
level: {
|
|
94
|
+
type: import("vue").PropType<"label" | "1" | "2" | "3" | "4" | "5" | "6">;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
97
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
98
|
-
level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
|
|
99
98
|
testId: string;
|
|
99
|
+
level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
|
|
100
100
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
101
101
|
$slots: {
|
|
102
102
|
default?(_: {}): any;
|