@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.
Files changed (126) hide show
  1. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_44158e5f_lang.css +1 -0
  2. package/AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css +1 -0
  3. package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +1 -0
  4. package/OptionV4.vue_vue_type_style_index_0_scoped_17d78416_lang.css +1 -0
  5. package/README.md +17 -12
  6. package/ThemeWrapper.vue_vue_type_style_index_0_scoped_137fabdf_lang.css +1 -0
  7. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -0
  8. package/TooltipV4.vue_vue_type_style_index_0_scoped_cde15298_lang.css +1 -0
  9. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  10. package/components/ThemeWrapper/ThemeStrore.js +13 -0
  11. package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +17 -3
  12. package/components/ThemeWrapper/ThemeWrapper.vue.js +8 -0
  13. package/components/ThemeWrapper/ThemeWrapper.vue2.js +22 -0
  14. package/components/ThemeWrapper/index.d.ts +79 -0
  15. package/components/ThemeWrapper/index.js +6 -0
  16. package/components/appHeader/AppHeader.vue.d.ts +49 -0
  17. package/components/appHeader/AppHeader.vue.js +7 -0
  18. package/components/appHeader/AppHeader.vue2.js +58 -0
  19. package/components/appHeader/index.d.ts +61 -0
  20. package/components/appHeader/index.js +6 -0
  21. package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
  22. package/components/appTrigger/index.d.ts +20 -20
  23. package/components/banner/Banner.vue.d.ts +3 -3
  24. package/components/banner/index.d.ts +7 -7
  25. package/components/button/v3/Button.vue.d.ts +6 -6
  26. package/components/button/v3/ButtonBase.vue.d.ts +3 -3
  27. package/components/button/v3/ScrollButton.vue.d.ts +1 -1
  28. package/components/button/v3/index.d.ts +23 -23
  29. package/components/button/v4/ButtonV4.vue.d.ts +12 -12
  30. package/components/button/v4/IconButtonV4.vue.d.ts +8 -8
  31. package/components/button/v4/index.d.ts +116 -116
  32. package/components/checkbox/v3/index.d.ts +12 -12
  33. package/components/checkbox/v4/index.d.ts +12 -12
  34. package/components/chip/v3/Chip.vue.d.ts +1 -1
  35. package/components/chip/v3/index.d.ts +20 -20
  36. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  37. package/components/chip/v4/index.d.ts +20 -20
  38. package/components/dateRange/DateRange.vue.d.ts +1 -1
  39. package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
  40. package/components/dateRange/index.d.ts +20 -20
  41. package/components/dialog/v3/Dialog.vue.d.ts +2 -2
  42. package/components/dialog/v3/index.d.ts +25 -25
  43. package/components/dialog/v4/DialogV4.vue.d.ts +2 -2
  44. package/components/dialog/v4/index.d.ts +25 -25
  45. package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
  46. package/components/dropdown/v3/Option.vue.d.ts +1 -1
  47. package/components/dropdown/v3/index.d.ts +111 -111
  48. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +7 -7
  49. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  50. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +55 -63
  51. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  52. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +13 -13
  53. package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -11
  54. package/components/dropdown/v4/OptionV4.vue.d.ts +4 -4
  55. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  56. package/components/dropdown/v4/OptionV4.vue2.js +1 -1
  57. package/components/dropdown/v4/index.d.ts +324 -324
  58. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  59. package/components/emptyState/v3/index.d.ts +7 -7
  60. package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
  61. package/components/filterDropdown/index.d.ts +9 -9
  62. package/components/icon/v4/IconV4.vue.d.ts +3 -3
  63. package/components/icon/v4/index.d.ts +7 -7
  64. package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
  65. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  66. package/components/includeExclude/index.d.ts +101 -101
  67. package/components/inlineCopy/InlineCopy.vue.d.ts +39 -0
  68. package/components/inlineCopy/InlineCopy.vue.js +7 -0
  69. package/components/inlineCopy/InlineCopy.vue2.js +60 -0
  70. package/components/inlineCopy/index.d.ts +39 -0
  71. package/components/inlineCopy/index.js +6 -0
  72. package/components/input/v3/Input.vue.d.ts +2 -2
  73. package/components/input/v3/index.d.ts +69 -69
  74. package/components/input/v4/TextField.vue.d.ts +2 -2
  75. package/components/input/v4/index.d.ts +53 -53
  76. package/components/layout/FoldableSection.vue.d.ts +1 -1
  77. package/components/layout/index.d.ts +20 -20
  78. package/components/menu/Menu.vue.d.ts +1 -1
  79. package/components/menu/index.d.ts +20 -20
  80. package/components/multibar/MultiBar.vue.d.ts +1 -1
  81. package/components/multibar/index.d.ts +12 -12
  82. package/components/popover/Popover.vue.d.ts +5 -5
  83. package/components/popover/index.d.ts +58 -58
  84. package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
  85. package/components/radioButton/v3/RadioGroup.vue.d.ts +2 -2
  86. package/components/radioButton/v3/index.d.ts +42 -42
  87. package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
  88. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +2 -2
  89. package/components/radioButton/v4/index.d.ts +42 -42
  90. package/components/search/v3/Search.vue.d.ts +2 -2
  91. package/components/search/v3/index.d.ts +16 -16
  92. package/components/search/v4/SearchV4.vue.d.ts +1 -1
  93. package/components/search/v4/index.d.ts +9 -9
  94. package/components/shared/FieldHelpText.vue.d.ts +1 -1
  95. package/components/shared/FieldLabel.vue.d.ts +1 -1
  96. package/components/snackbar/common/snackbar.common.d.ts +1 -1
  97. package/components/snackbar/v3/Snackbar.vue.d.ts +6 -6
  98. package/components/snackbar/v4/SnackbarV4.vue.d.ts +43 -43
  99. package/components/table/v3/index.d.ts +16 -16
  100. package/components/table/v4/index.d.ts +16 -16
  101. package/components/tabs/v3/Tabs.vue.d.ts +1 -1
  102. package/components/tabs/v3/index.d.ts +20 -20
  103. package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
  104. package/components/tabs/v4/index.d.ts +20 -20
  105. package/components/textArea/TextArea.vue.d.ts +1 -1
  106. package/components/textArea/index.d.ts +9 -9
  107. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  108. package/components/toggle/v3/index.d.ts +9 -9
  109. package/components/toggle/v4/ToggleV4.vue.d.ts +7 -7
  110. package/components/toggle/v4/index.d.ts +34 -34
  111. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  112. package/components/tooltip/v3/index.d.ts +34 -34
  113. package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
  114. package/components/tooltip/v4/TooltipV4.vue.js +3 -3
  115. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  116. package/components/tooltip/v4/index.d.ts +34 -34
  117. package/components/typography/Heading.vue.d.ts +1 -1
  118. package/components/typography/index.d.ts +20 -20
  119. package/index.d.ts +1987 -1641
  120. package/index.js +116 -110
  121. package/package.json +14 -2
  122. package/testids/index.d.ts +8 -0
  123. package/testids/index.js +13 -11
  124. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c48dc06e_lang.css +0 -1
  125. package/OptionV4.vue_vue_type_style_index_0_scoped_2a214b95_lang.css +0 -1
  126. 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: ("hover" | "click" | "focus" | "touch")[];
13
+ triggers: ("touch" | "click" | "focus" | "hover")[];
13
14
  forceShowWithTruncate: boolean;
14
- placement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
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<("hover" | "click" | "focus" | "touch")[]>;
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" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
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" | "disabled" | "distance">;
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<("hover" | "click" | "focus" | "touch")[]>;
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" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
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: ("hover" | "click" | "focus" | "touch")[];
120
+ triggers: ("touch" | "click" | "focus" | "hover")[];
120
121
  forceShowWithTruncate: boolean;
121
- placement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
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<("hover" | "click" | "focus" | "touch")[]>;
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" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
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<("hover" | "click" | "focus" | "touch")[]>;
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" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
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: ("hover" | "click" | "focus" | "touch")[];
237
+ triggers: ("touch" | "click" | "focus" | "hover")[];
237
238
  forceShowWithTruncate: boolean;
238
- placement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
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
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "level" | "testId">;
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;