@ironsource/shared-ui 2.1.11-test.46 → 2.1.11-test.49

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 (159) hide show
  1. package/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +1 -0
  2. package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
  3. package/components/alert/Alert.stories.d.ts +8 -0
  4. package/components/appHeader/AppHeader.stories.d.ts +98 -0
  5. package/components/appIcon/AppIcon.spec.d.ts +1 -0
  6. package/components/appIcon/AppIcon.stories.d.ts +32 -0
  7. package/components/appTrigger/AppTrigger.spec.d.ts +1 -0
  8. package/components/appTrigger/AppTrigger.stories.d.ts +163 -0
  9. package/components/autocomplete/Autocomplete.stories.d.ts +9 -0
  10. package/components/autocompleteDropdown/AutocompleteDropdown.spec.d.ts +1 -0
  11. package/components/autocompleteDropdown/AutocompleteDropdown.stories.d.ts +232 -0
  12. package/components/banner/Banner.spec.d.ts +1 -0
  13. package/components/banner/Banner.stories.d.ts +122 -0
  14. package/components/button/v3/Button.spec.d.ts +1 -0
  15. package/components/button/v3/Button.stories.d.ts +155 -0
  16. package/components/button/v3/Button.vue.d.ts +6 -6
  17. package/components/button/v3/ButtonBase.spec.d.ts +1 -0
  18. package/components/button/v3/IconButton.stories.d.ts +150 -0
  19. package/components/button/v3/ScrollButton.stories.d.ts +55 -0
  20. package/components/button/v3/index.d.ts +14 -14
  21. package/components/button/v4/Button.stories.d.ts +275 -0
  22. package/components/button/v4/ButtonGroup.stories.d.ts +120 -0
  23. package/components/button/v4/IconButton.stories.d.ts +206 -0
  24. package/components/button/v4/ToggleButtonGroupAB.stories.d.ts +182 -0
  25. package/components/chart/Chart.stories.d.ts +17 -0
  26. package/components/chart/Chart.vue.d.ts +6 -1
  27. package/components/chart/Chart.vue.js +3 -3
  28. package/components/chart/Chart.vue2.js +69 -66
  29. package/components/chart/index.d.ts +39 -20
  30. package/components/checkbox/v3/Checkbox.spec.d.ts +1 -0
  31. package/components/checkbox/v3/Checkbox.stories.d.ts +187 -0
  32. package/components/checkbox/v4/CheckboxV4.stories.d.ts +7 -0
  33. package/components/chip/v3/Chip.spec.d.ts +1 -0
  34. package/components/chip/v3/Chip.stories.d.ts +170 -0
  35. package/components/chip/v4/ChipV4.stories.d.ts +7 -0
  36. package/components/datePicker/v3/DatePicker.stories.d.ts +189 -0
  37. package/components/datePicker/v4/DatePicker.stories.d.ts +261 -0
  38. package/components/dateRange/v3/DateRange.stories.d.ts +415 -0
  39. package/components/dateRange/v4/DateRange.stories.d.ts +412 -0
  40. package/components/dialog/v3/Dialog.spec.d.ts +1 -0
  41. package/components/dialog/v3/Dialog.stories.d.ts +374 -0
  42. package/components/dialog/v4/DialogV4.stories.d.ts +9 -0
  43. package/components/dropdown/v3/Dropdown.spec.d.ts +1 -0
  44. package/components/dropdown/v3/Dropdown.stories.d.ts +1161 -0
  45. package/components/dropdown/v4/AppDropdownTrigger.stories.d.ts +487 -0
  46. package/components/dropdown/v4/ButtonDropdownTrigger.stories.d.ts +10 -0
  47. package/components/dropdown/v4/ButtonFilterDropdownTrigger.stories.d.ts +8 -0
  48. package/components/dropdown/v4/ChipDropdownTrigger.stories.d.ts +135 -0
  49. package/components/dropdown/v4/Conditional.stories.d.ts +711 -0
  50. package/components/dropdown/v4/DefaultDropdownTrigger.stories.d.ts +598 -0
  51. package/components/dropdown/v4/IconButtonDropdownTrigger.stories.d.ts +20 -0
  52. package/components/dropdown/v4/MultiSelection.stories.d.ts +3769 -0
  53. package/components/dropdown/v4/SingleSelection.stories.d.ts +5688 -0
  54. package/components/dropdown/v4/TreeDropdown.stories.d.ts +9 -0
  55. package/components/dropdown/v4/TreeDropdown.vue.d.ts +0 -5
  56. package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
  57. package/components/dropdown/v4/TreeDropdown.vue2.js +186 -193
  58. package/components/dropdown/v4/index.d.ts +1 -24
  59. package/components/emptyState/v3/EmptyState.spec.d.ts +1 -0
  60. package/components/emptyState/v3/EmptyState.stories.d.ts +295 -0
  61. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  62. package/components/emptyState/v3/index.d.ts +7 -7
  63. package/components/emptyState/v4/EmptyStateV4.stories.d.ts +6 -0
  64. package/components/filterDropdown/AddFilterButton.spec.d.ts +1 -0
  65. package/components/filterDropdown/AddFilterButton.stories.d.ts +108 -0
  66. package/components/filterDropdown/FilterDropdown.spec.d.ts +1 -0
  67. package/components/filterDropdown/FilterDropdown.stories.d.ts +70 -0
  68. package/components/filtersPanel/v3/FiltersPanel.spec.d.ts +1 -0
  69. package/components/filtersPanel/v3/FiltersPanel.stories.d.ts +8 -0
  70. package/components/filtersPanel/v4/FiltersPanelV4.stories.d.ts +4 -0
  71. package/components/floatingToolbar/FloatingToolbar.spec.d.ts +1 -0
  72. package/components/floatingToolbar/FloatingToolbar.stories.d.ts +127 -0
  73. package/components/forms/CardPanel.stories.d.ts +6 -0
  74. package/components/forms/FormCard.stories.d.ts +9 -0
  75. package/components/forms/FormRow.stories.d.ts +4 -0
  76. package/components/forms/validation/Validation.stories.d.ts +4 -0
  77. package/components/forms/validation/examples/dynamicForm/DynamicForm.stories.d.ts +7 -0
  78. package/components/forms/validation/examples/simpleForm/SimpleForm.stories.d.ts +7 -0
  79. package/components/icon/v3/Icon.spec.d.ts +1 -0
  80. package/components/icon/v3/Icon.stories.d.ts +112 -0
  81. package/components/icon/v4/IconFlag.stories.d.ts +5 -0
  82. package/components/icon/v4/IconV4.spec.d.ts +1 -0
  83. package/components/icon/v4/IconV4.stories.d.ts +195 -0
  84. package/components/includeExclude/EditColumns.stories.d.ts +490 -0
  85. package/components/includeExclude/IncludeExclude.spec.d.ts +1 -0
  86. package/components/includeExclude/IncludeExclude.stories.d.ts +456 -0
  87. package/components/inlineCopy/InlineCopy.stories.d.ts +112 -0
  88. package/components/input/v3/DollarInput.spec.d.ts +1 -0
  89. package/components/input/v3/DollarInput.stories.d.ts +275 -0
  90. package/components/input/v3/Input.spec.d.ts +1 -0
  91. package/components/input/v3/Input.stories.d.ts +1182 -0
  92. package/components/input/v3/PasswordInput.stories.d.ts +272 -0
  93. package/components/input/v3/PercentageInput.stories.d.ts +281 -0
  94. package/components/input/v4/TextField.stories.d.ts +14 -0
  95. package/components/layout/FoldableSection.stories.d.ts +4 -0
  96. package/components/loader/v4/Loader.stories.d.ts +136 -0
  97. package/components/menu/Menu.stories.d.ts +175 -0
  98. package/components/menuItem/MenuItem.spec.d.ts +1 -0
  99. package/components/menuItem/MenuItem.stories.d.ts +55 -0
  100. package/components/multibar/MultiBar.stories.d.ts +7 -0
  101. package/components/popover/v3/Popover.spec.d.ts +1 -0
  102. package/components/popover/v3/Popover.stories.d.ts +214 -0
  103. package/components/popover/v4/Popover.stories.d.ts +271 -0
  104. package/components/radioButton/v3/RadioButton.spec.d.ts +1 -0
  105. package/components/radioButton/v3/RadioButton.stories.d.ts +368 -0
  106. package/components/radioButton/v4/RadioButtonV4.stories.d.ts +7 -0
  107. package/components/search/v3/Search.spec.d.ts +1 -0
  108. package/components/search/v3/Search.stories.d.ts +75 -0
  109. package/components/search/v4/Search.stories.d.ts +63 -0
  110. package/components/skeleton/v3/Skeleton.spec.d.ts +1 -0
  111. package/components/skeleton/v3/Skeleton.stories.d.ts +83 -0
  112. package/components/skeleton/v4/SkeletonV4.stories.d.ts +5 -0
  113. package/components/snackbar/v3/Snackbar.spec.d.ts +1 -0
  114. package/components/snackbar/v3/Snackbar.stories.d.ts +22 -0
  115. package/components/snackbar/v4/Snackbar.stories.d.ts +24 -0
  116. package/components/sortableList/SortableList.stories.d.ts +5 -0
  117. package/components/statusDot/StatusDot.stories.d.ts +21 -0
  118. package/components/switch/v3/Switch.spec.d.ts +1 -0
  119. package/components/switch/v3/Switch.stories.d.ts +147 -0
  120. package/components/switch/v4/Switch.spec.d.ts +1 -0
  121. package/components/switch/v4/Switch.stories.d.ts +48 -0
  122. package/components/table/v3/Table.spec.d.ts +1 -0
  123. package/components/table/v3/Table.stories.d.ts +1227 -0
  124. package/components/table/v3/TableCheckbox.stories.d.ts +814 -0
  125. package/components/table/v4/DataGrid.stories.d.ts +24 -0
  126. package/components/table/v4/DataGrid.vue.d.ts +1 -1
  127. package/components/table/v4/MultipleDataGrid.stories.d.ts +4 -0
  128. package/components/table/v4/index.d.ts +20 -20
  129. package/components/tabs/v3/Tabs.spec.d.ts +1 -0
  130. package/components/tabs/v3/Tabs.stories.d.ts +172 -0
  131. package/components/tabs/v4/TabsV4.stories.d.ts +8 -0
  132. package/components/textArea/v3/TextArea.spec.d.ts +1 -0
  133. package/components/textArea/v3/TextArea.stories.d.ts +89 -0
  134. package/components/textArea/v4/TextAreaV4.stories.d.ts +9 -0
  135. package/components/toggle/v3/Toggle.spec.d.ts +1 -0
  136. package/components/toggle/v3/Toggle.stories.d.ts +107 -0
  137. package/components/toggle/v4/ToggleV4.stories.d.ts +9 -0
  138. package/components/tooltip/v3/TextWithTitleContent.spec.d.ts +1 -0
  139. package/components/tooltip/v3/Tooltip.spec.d.ts +1 -0
  140. package/components/tooltip/v3/Tooltip.stories.d.ts +253 -0
  141. package/components/tooltip/v4/Tooltip.stories.d.ts +336 -0
  142. package/components/typography/Heading.spec.d.ts +1 -0
  143. package/components/typography/Heading.stories.d.ts +119 -0
  144. package/components/typography/Text.stories.d.ts +131 -0
  145. package/components/typography/v4/Typography.spec.d.ts +1 -0
  146. package/components/typography/v4/Typography.stories.d.ts +179 -0
  147. package/composables/useFormValidation.d.ts +1 -1
  148. package/design-foundation.stories/border-radius/BorderRadius.stories.d.ts +4 -0
  149. package/design-foundation.stories/breakpoints/Breakpoints.stories.d.ts +4 -0
  150. package/design-foundation.stories/colors/Colors.stories.d.ts +4 -0
  151. package/design-foundation.stories/elevations/Elevations.stories.d.ts +4 -0
  152. package/design-foundation.stories/grid-layout/GridLayout.stories.d.ts +13 -0
  153. package/design-foundation.stories/spacing/Spacing.stories.d.ts +4 -0
  154. package/design-foundation.stories/typography/Typography.stories.d.ts +4 -0
  155. package/index.d.ts +42 -88
  156. package/index.js +1 -1
  157. package/package.json +2 -239
  158. package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +0 -1
  159. package/TreeDropdown.vue_vue_type_style_index_0_scoped_876db07f_lang.css +0 -1
@@ -0,0 +1,271 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): {
5
+ $: import('vue').ComponentInternalInstance;
6
+ $data: {};
7
+ $props: Partial<{
8
+ testId: string;
9
+ placement: import('floating-vue').Placement;
10
+ disabled: boolean;
11
+ container: string;
12
+ popperClass: string;
13
+ distance: number;
14
+ isOpen: boolean;
15
+ skidding: number;
16
+ autoHide: boolean;
17
+ trigger: "hover" | "click" | "focus" | "touch" | "managed";
18
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
19
+ testId: {
20
+ type: import('vue').PropType<string>;
21
+ default: string;
22
+ };
23
+ placement: {
24
+ type: import('vue').PropType<import('floating-vue').Placement>;
25
+ default: string;
26
+ };
27
+ disabled: {
28
+ type: import('vue').PropType<boolean>;
29
+ default: boolean;
30
+ };
31
+ container: {
32
+ type: import('vue').PropType<string>;
33
+ default: string;
34
+ };
35
+ popperClass: {
36
+ type: import('vue').PropType<string>;
37
+ default: string;
38
+ };
39
+ distance: {
40
+ type: import('vue').PropType<number>;
41
+ default: number;
42
+ };
43
+ isOpen: {
44
+ type: import('vue').PropType<boolean>;
45
+ default: boolean;
46
+ };
47
+ skidding: {
48
+ type: import('vue').PropType<number>;
49
+ default: number;
50
+ };
51
+ autoHide: {
52
+ type: import('vue').PropType<boolean>;
53
+ default: boolean;
54
+ };
55
+ trigger: {
56
+ type: import('vue').PropType<"hover" | "click" | "focus" | "touch" | "managed">;
57
+ default: string;
58
+ };
59
+ }>> & {
60
+ onIsOpen?: (value: boolean) => any;
61
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "testId" | "placement" | "disabled" | "container" | "popperClass" | "distance" | "isOpen" | "skidding" | "autoHide" | "trigger">;
62
+ $attrs: {
63
+ [x: string]: unknown;
64
+ };
65
+ $refs: {
66
+ [x: string]: unknown;
67
+ };
68
+ $slots: Readonly<{
69
+ [name: string]: import('vue').Slot;
70
+ }>;
71
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
72
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
73
+ $emit: (event: "isOpen", value: boolean) => void;
74
+ $el: any;
75
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
76
+ testId: {
77
+ type: import('vue').PropType<string>;
78
+ default: string;
79
+ };
80
+ placement: {
81
+ type: import('vue').PropType<import('floating-vue').Placement>;
82
+ default: string;
83
+ };
84
+ disabled: {
85
+ type: import('vue').PropType<boolean>;
86
+ default: boolean;
87
+ };
88
+ container: {
89
+ type: import('vue').PropType<string>;
90
+ default: string;
91
+ };
92
+ popperClass: {
93
+ type: import('vue').PropType<string>;
94
+ default: string;
95
+ };
96
+ distance: {
97
+ type: import('vue').PropType<number>;
98
+ default: number;
99
+ };
100
+ isOpen: {
101
+ type: import('vue').PropType<boolean>;
102
+ default: boolean;
103
+ };
104
+ skidding: {
105
+ type: import('vue').PropType<number>;
106
+ default: number;
107
+ };
108
+ autoHide: {
109
+ type: import('vue').PropType<boolean>;
110
+ default: boolean;
111
+ };
112
+ trigger: {
113
+ type: import('vue').PropType<"hover" | "click" | "focus" | "touch" | "managed">;
114
+ default: string;
115
+ };
116
+ }>> & {
117
+ onIsOpen?: (value: boolean) => any;
118
+ }, {
119
+ toggle: (value?: boolean) => boolean;
120
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
121
+ isOpen: (value: boolean) => void;
122
+ }, string, {
123
+ testId: string;
124
+ placement: import('floating-vue').Placement;
125
+ disabled: boolean;
126
+ container: string;
127
+ popperClass: string;
128
+ distance: number;
129
+ isOpen: boolean;
130
+ skidding: number;
131
+ autoHide: boolean;
132
+ trigger: "hover" | "click" | "focus" | "touch" | "managed";
133
+ }, {}, string> & {
134
+ beforeCreate?: (() => void) | (() => void)[];
135
+ created?: (() => void) | (() => void)[];
136
+ beforeMount?: (() => void) | (() => void)[];
137
+ mounted?: (() => void) | (() => void)[];
138
+ beforeUpdate?: (() => void) | (() => void)[];
139
+ updated?: (() => void) | (() => void)[];
140
+ activated?: (() => void) | (() => void)[];
141
+ deactivated?: (() => void) | (() => void)[];
142
+ beforeDestroy?: (() => void) | (() => void)[];
143
+ beforeUnmount?: (() => void) | (() => void)[];
144
+ destroyed?: (() => void) | (() => void)[];
145
+ unmounted?: (() => void) | (() => void)[];
146
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
147
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
148
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
149
+ };
150
+ $forceUpdate: () => void;
151
+ $nextTick: typeof import('vue').nextTick;
152
+ $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;
153
+ } & Readonly<import('vue').ExtractPropTypes<{
154
+ testId: {
155
+ type: import('vue').PropType<string>;
156
+ default: string;
157
+ };
158
+ placement: {
159
+ type: import('vue').PropType<import('floating-vue').Placement>;
160
+ default: string;
161
+ };
162
+ disabled: {
163
+ type: import('vue').PropType<boolean>;
164
+ default: boolean;
165
+ };
166
+ container: {
167
+ type: import('vue').PropType<string>;
168
+ default: string;
169
+ };
170
+ popperClass: {
171
+ type: import('vue').PropType<string>;
172
+ default: string;
173
+ };
174
+ distance: {
175
+ type: import('vue').PropType<number>;
176
+ default: number;
177
+ };
178
+ isOpen: {
179
+ type: import('vue').PropType<boolean>;
180
+ default: boolean;
181
+ };
182
+ skidding: {
183
+ type: import('vue').PropType<number>;
184
+ default: number;
185
+ };
186
+ autoHide: {
187
+ type: import('vue').PropType<boolean>;
188
+ default: boolean;
189
+ };
190
+ trigger: {
191
+ type: import('vue').PropType<"hover" | "click" | "focus" | "touch" | "managed">;
192
+ default: string;
193
+ };
194
+ }>> & {
195
+ onIsOpen?: (value: boolean) => any;
196
+ } & import('vue').ShallowUnwrapRef<{
197
+ toggle: (value?: boolean) => boolean;
198
+ }> & {} & import('vue').ComponentCustomProperties & {};
199
+ __isFragment?: never;
200
+ __isTeleport?: never;
201
+ __isSuspense?: never;
202
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
203
+ testId: {
204
+ type: import('vue').PropType<string>;
205
+ default: string;
206
+ };
207
+ placement: {
208
+ type: import('vue').PropType<import('floating-vue').Placement>;
209
+ default: string;
210
+ };
211
+ disabled: {
212
+ type: import('vue').PropType<boolean>;
213
+ default: boolean;
214
+ };
215
+ container: {
216
+ type: import('vue').PropType<string>;
217
+ default: string;
218
+ };
219
+ popperClass: {
220
+ type: import('vue').PropType<string>;
221
+ default: string;
222
+ };
223
+ distance: {
224
+ type: import('vue').PropType<number>;
225
+ default: number;
226
+ };
227
+ isOpen: {
228
+ type: import('vue').PropType<boolean>;
229
+ default: boolean;
230
+ };
231
+ skidding: {
232
+ type: import('vue').PropType<number>;
233
+ default: number;
234
+ };
235
+ autoHide: {
236
+ type: import('vue').PropType<boolean>;
237
+ default: boolean;
238
+ };
239
+ trigger: {
240
+ type: import('vue').PropType<"hover" | "click" | "focus" | "touch" | "managed">;
241
+ default: string;
242
+ };
243
+ }>> & {
244
+ onIsOpen?: (value: boolean) => any;
245
+ }, {
246
+ toggle: (value?: boolean) => boolean;
247
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
248
+ isOpen: (value: boolean) => void;
249
+ }, string, {
250
+ testId: string;
251
+ placement: import('floating-vue').Placement;
252
+ disabled: boolean;
253
+ container: string;
254
+ popperClass: string;
255
+ distance: number;
256
+ isOpen: boolean;
257
+ skidding: number;
258
+ autoHide: boolean;
259
+ trigger: "hover" | "click" | "focus" | "touch" | "managed";
260
+ }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
261
+ $slots: {
262
+ trigger?(_: {}): any;
263
+ content?(_: {}): any;
264
+ };
265
+ });
266
+ argTypes: any;
267
+ };
268
+ export default _default;
269
+ export declare const Basic: any;
270
+ export declare const WithComponent: any;
271
+ export declare const Programmatically: any;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,368 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: {
4
+ new (...args: any[]): {
5
+ $: import('vue').ComponentInternalInstance;
6
+ $data: {};
7
+ $props: Partial<{
8
+ name: string;
9
+ label: string;
10
+ testId: string;
11
+ modelValue: string;
12
+ helperText: string;
13
+ errorText: string;
14
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
15
+ name: {
16
+ type: import('vue').PropType<string>;
17
+ default: string;
18
+ };
19
+ label: {
20
+ type: import('vue').PropType<string>;
21
+ required: true;
22
+ default: string;
23
+ };
24
+ testId: {
25
+ type: import('vue').PropType<string>;
26
+ default: string;
27
+ };
28
+ modelValue: {
29
+ type: import('vue').PropType<string>;
30
+ default: any;
31
+ };
32
+ helperText: {
33
+ type: import('vue').PropType<string>;
34
+ default: string;
35
+ };
36
+ errorText: {
37
+ type: import('vue').PropType<string>;
38
+ default: string;
39
+ };
40
+ }>> & {
41
+ "onUpdate:modelValue"?: (...args: any[]) => any;
42
+ onChange?: (...args: any[]) => any;
43
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "name" | "label" | "testId" | "modelValue" | "helperText" | "errorText">;
44
+ $attrs: {
45
+ [x: string]: unknown;
46
+ };
47
+ $refs: {
48
+ [x: string]: unknown;
49
+ };
50
+ $slots: Readonly<{
51
+ [name: string]: import('vue').Slot;
52
+ }>;
53
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
54
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
55
+ $emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
56
+ $el: any;
57
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
58
+ name: {
59
+ type: import('vue').PropType<string>;
60
+ default: string;
61
+ };
62
+ label: {
63
+ type: import('vue').PropType<string>;
64
+ required: true;
65
+ default: string;
66
+ };
67
+ testId: {
68
+ type: import('vue').PropType<string>;
69
+ default: string;
70
+ };
71
+ modelValue: {
72
+ type: import('vue').PropType<string>;
73
+ default: any;
74
+ };
75
+ helperText: {
76
+ type: import('vue').PropType<string>;
77
+ default: string;
78
+ };
79
+ errorText: {
80
+ type: import('vue').PropType<string>;
81
+ default: string;
82
+ };
83
+ }>> & {
84
+ "onUpdate:modelValue"?: (...args: any[]) => any;
85
+ onChange?: (...args: any[]) => any;
86
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
87
+ "update:modelValue": (...args: any[]) => void;
88
+ change: (...args: any[]) => void;
89
+ }, string, {
90
+ name: string;
91
+ label: string;
92
+ testId: string;
93
+ modelValue: string;
94
+ helperText: string;
95
+ errorText: string;
96
+ }, {}, string> & {
97
+ beforeCreate?: (() => void) | (() => void)[];
98
+ created?: (() => void) | (() => void)[];
99
+ beforeMount?: (() => void) | (() => void)[];
100
+ mounted?: (() => void) | (() => void)[];
101
+ beforeUpdate?: (() => void) | (() => void)[];
102
+ updated?: (() => void) | (() => void)[];
103
+ activated?: (() => void) | (() => void)[];
104
+ deactivated?: (() => void) | (() => void)[];
105
+ beforeDestroy?: (() => void) | (() => void)[];
106
+ beforeUnmount?: (() => void) | (() => void)[];
107
+ destroyed?: (() => void) | (() => void)[];
108
+ unmounted?: (() => void) | (() => void)[];
109
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
110
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
111
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
112
+ };
113
+ $forceUpdate: () => void;
114
+ $nextTick: typeof import('vue').nextTick;
115
+ $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;
116
+ } & Readonly<import('vue').ExtractPropTypes<{
117
+ name: {
118
+ type: import('vue').PropType<string>;
119
+ default: string;
120
+ };
121
+ label: {
122
+ type: import('vue').PropType<string>;
123
+ required: true;
124
+ default: string;
125
+ };
126
+ testId: {
127
+ type: import('vue').PropType<string>;
128
+ default: string;
129
+ };
130
+ modelValue: {
131
+ type: import('vue').PropType<string>;
132
+ default: any;
133
+ };
134
+ helperText: {
135
+ type: import('vue').PropType<string>;
136
+ default: string;
137
+ };
138
+ errorText: {
139
+ type: import('vue').PropType<string>;
140
+ default: string;
141
+ };
142
+ }>> & {
143
+ "onUpdate:modelValue"?: (...args: any[]) => any;
144
+ onChange?: (...args: any[]) => any;
145
+ } & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
146
+ __isFragment?: never;
147
+ __isTeleport?: never;
148
+ __isSuspense?: never;
149
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
150
+ name: {
151
+ type: import('vue').PropType<string>;
152
+ default: string;
153
+ };
154
+ label: {
155
+ type: import('vue').PropType<string>;
156
+ required: true;
157
+ default: string;
158
+ };
159
+ testId: {
160
+ type: import('vue').PropType<string>;
161
+ default: string;
162
+ };
163
+ modelValue: {
164
+ type: import('vue').PropType<string>;
165
+ default: any;
166
+ };
167
+ helperText: {
168
+ type: import('vue').PropType<string>;
169
+ default: string;
170
+ };
171
+ errorText: {
172
+ type: import('vue').PropType<string>;
173
+ default: string;
174
+ };
175
+ }>> & {
176
+ "onUpdate:modelValue"?: (...args: any[]) => any;
177
+ onChange?: (...args: any[]) => any;
178
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
179
+ "update:modelValue": (...args: any[]) => void;
180
+ change: (...args: any[]) => void;
181
+ }, string, {
182
+ name: string;
183
+ label: string;
184
+ testId: string;
185
+ modelValue: string;
186
+ helperText: string;
187
+ errorText: string;
188
+ }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
189
+ $slots: {
190
+ default?(_: {}): any;
191
+ };
192
+ });
193
+ subcomponents: {
194
+ RadioGroup: {
195
+ new (...args: any[]): {
196
+ $: import('vue').ComponentInternalInstance;
197
+ $data: {};
198
+ $props: Partial<{
199
+ name: string;
200
+ testId: string;
201
+ disabled: boolean;
202
+ row: boolean;
203
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
204
+ name: {
205
+ type: import('vue').PropType<string>;
206
+ default: string;
207
+ };
208
+ testId: {
209
+ type: import('vue').PropType<string>;
210
+ default: string;
211
+ };
212
+ disabled: {
213
+ type: import('vue').PropType<boolean>;
214
+ default: boolean;
215
+ };
216
+ modelValue: {
217
+ type: import('vue').PropType<string>;
218
+ required: true;
219
+ };
220
+ row: {
221
+ type: import('vue').PropType<boolean>;
222
+ default: boolean;
223
+ };
224
+ }>> & {
225
+ "onUpdate:modelValue"?: (...args: any[]) => any;
226
+ onChange?: (...args: any[]) => any;
227
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "name" | "testId" | "disabled" | "row">;
228
+ $attrs: {
229
+ [x: string]: unknown;
230
+ };
231
+ $refs: {
232
+ [x: string]: unknown;
233
+ };
234
+ $slots: Readonly<{
235
+ [name: string]: import('vue').Slot;
236
+ }>;
237
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
238
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
239
+ $emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void);
240
+ $el: any;
241
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
242
+ name: {
243
+ type: import('vue').PropType<string>;
244
+ default: string;
245
+ };
246
+ testId: {
247
+ type: import('vue').PropType<string>;
248
+ default: string;
249
+ };
250
+ disabled: {
251
+ type: import('vue').PropType<boolean>;
252
+ default: boolean;
253
+ };
254
+ modelValue: {
255
+ type: import('vue').PropType<string>;
256
+ required: true;
257
+ };
258
+ row: {
259
+ type: import('vue').PropType<boolean>;
260
+ default: boolean;
261
+ };
262
+ }>> & {
263
+ "onUpdate:modelValue"?: (...args: any[]) => any;
264
+ onChange?: (...args: any[]) => any;
265
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
266
+ "update:modelValue": (...args: any[]) => void;
267
+ change: (...args: any[]) => void;
268
+ }, string, {
269
+ name: string;
270
+ testId: string;
271
+ disabled: boolean;
272
+ row: boolean;
273
+ }, {}, string> & {
274
+ beforeCreate?: (() => void) | (() => void)[];
275
+ created?: (() => void) | (() => void)[];
276
+ beforeMount?: (() => void) | (() => void)[];
277
+ mounted?: (() => void) | (() => void)[];
278
+ beforeUpdate?: (() => void) | (() => void)[];
279
+ updated?: (() => void) | (() => void)[];
280
+ activated?: (() => void) | (() => void)[];
281
+ deactivated?: (() => void) | (() => void)[];
282
+ beforeDestroy?: (() => void) | (() => void)[];
283
+ beforeUnmount?: (() => void) | (() => void)[];
284
+ destroyed?: (() => void) | (() => void)[];
285
+ unmounted?: (() => void) | (() => void)[];
286
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
287
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
288
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
289
+ };
290
+ $forceUpdate: () => void;
291
+ $nextTick: typeof import('vue').nextTick;
292
+ $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;
293
+ } & Readonly<import('vue').ExtractPropTypes<{
294
+ name: {
295
+ type: import('vue').PropType<string>;
296
+ default: string;
297
+ };
298
+ testId: {
299
+ type: import('vue').PropType<string>;
300
+ default: string;
301
+ };
302
+ disabled: {
303
+ type: import('vue').PropType<boolean>;
304
+ default: boolean;
305
+ };
306
+ modelValue: {
307
+ type: import('vue').PropType<string>;
308
+ required: true;
309
+ };
310
+ row: {
311
+ type: import('vue').PropType<boolean>;
312
+ default: boolean;
313
+ };
314
+ }>> & {
315
+ "onUpdate:modelValue"?: (...args: any[]) => any;
316
+ onChange?: (...args: any[]) => any;
317
+ } & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
318
+ __isFragment?: never;
319
+ __isTeleport?: never;
320
+ __isSuspense?: never;
321
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
322
+ name: {
323
+ type: import('vue').PropType<string>;
324
+ default: string;
325
+ };
326
+ testId: {
327
+ type: import('vue').PropType<string>;
328
+ default: string;
329
+ };
330
+ disabled: {
331
+ type: import('vue').PropType<boolean>;
332
+ default: boolean;
333
+ };
334
+ modelValue: {
335
+ type: import('vue').PropType<string>;
336
+ required: true;
337
+ };
338
+ row: {
339
+ type: import('vue').PropType<boolean>;
340
+ default: boolean;
341
+ };
342
+ }>> & {
343
+ "onUpdate:modelValue"?: (...args: any[]) => any;
344
+ onChange?: (...args: any[]) => any;
345
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
346
+ "update:modelValue": (...args: any[]) => void;
347
+ change: (...args: any[]) => void;
348
+ }, string, {
349
+ name: string;
350
+ testId: string;
351
+ disabled: boolean;
352
+ row: boolean;
353
+ }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
354
+ $slots: {
355
+ default?(_: {}): any;
356
+ };
357
+ });
358
+ };
359
+ argTypes: {};
360
+ };
361
+ export default _default;
362
+ export declare const Default: any;
363
+ export declare const Row: any;
364
+ export declare const Disabled: any;
365
+ export declare const HelperText: any;
366
+ export declare const Error: any;
367
+ export declare const LongLabel: any;
368
+ export declare const Standalone: any;
@@ -0,0 +1,7 @@
1
+ import { StoryFn, Meta } from '@storybook/vue3';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ export declare const Basic: StoryFn;
5
+ export declare const States: any;
6
+ export declare const List: any;
7
+ export declare const ListWithDescriptions: any;
@@ -0,0 +1 @@
1
+ export {};