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

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 (194) hide show
  1. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_27802170_lang.css +1 -0
  2. package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
  3. package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css +1 -0
  4. package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css +1 -0
  5. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
  6. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
  7. package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
  8. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  9. package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +1 -0
  10. package/components/button/v3/Button.vue.d.ts +6 -6
  11. package/components/button/v3/index.d.ts +14 -14
  12. package/components/chart/Chart.vue.d.ts +1 -1
  13. package/components/chart/index.d.ts +20 -20
  14. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +3 -3
  15. package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
  16. package/components/dropdown/v4/ConditionalDropdown.vue2.js +1 -1
  17. package/components/dropdown/v4/index.d.ts +3 -3
  18. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  19. package/components/emptyState/v3/index.d.ts +7 -7
  20. package/components/icon/v4/IconFlag.vue.js +3 -3
  21. package/components/icon/v4/IconFlag.vue2.js +1 -1
  22. package/components/input/v4/TextField.vue.js +3 -3
  23. package/components/input/v4/TextField.vue2.js +184 -164
  24. package/components/sortableList/SortableItem.vue.d.ts +5 -0
  25. package/components/sortableList/SortableItem.vue.js +3 -3
  26. package/components/sortableList/SortableItem.vue2.js +80 -65
  27. package/components/sortableList/SortableList.vue.d.ts +16 -0
  28. package/components/sortableList/SortableList.vue.js +3 -3
  29. package/components/sortableList/SortableList.vue2.js +100 -87
  30. package/components/sortableList/index.d.ts +59 -1
  31. package/components/table/v4/DataGrid.vue.d.ts +2 -2
  32. package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
  33. package/components/table/v4/index.d.ts +59 -59
  34. package/components/table-cells/common/Editable.common.js +8 -7
  35. package/components/table-cells/common/EditableContext.d.ts +1 -0
  36. package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
  37. package/components/table-cells/v4/EditableV4.vue.js +3 -3
  38. package/components/table-cells/v4/EditableV4.vue2.js +11 -10
  39. package/components/table-cells/v4/index.d.ts +20 -1
  40. package/components/tooltip/v4/TooltipV4.vue.js +3 -3
  41. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  42. package/components/typography/v4/Typography.vue.js +4 -4
  43. package/components/typography/v4/Typography.vue2.js +1 -1
  44. package/composables/useFormValidation.d.ts +1 -1
  45. package/index.d.ts +282 -128
  46. package/index.js +1 -1
  47. package/package.json +239 -2
  48. package/testids/index.d.ts +1 -0
  49. package/testids/index.js +13 -13
  50. package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +0 -1
  51. package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
  52. package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
  53. package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +0 -1
  54. package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +0 -1
  55. package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +0 -1
  56. package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +0 -1
  57. package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +0 -1
  58. package/components/alert/Alert.stories.d.ts +0 -8
  59. package/components/appHeader/AppHeader.stories.d.ts +0 -98
  60. package/components/appIcon/AppIcon.spec.d.ts +0 -1
  61. package/components/appIcon/AppIcon.stories.d.ts +0 -32
  62. package/components/appTrigger/AppTrigger.spec.d.ts +0 -1
  63. package/components/appTrigger/AppTrigger.stories.d.ts +0 -163
  64. package/components/autocomplete/Autocomplete.stories.d.ts +0 -9
  65. package/components/autocompleteDropdown/AutocompleteDropdown.spec.d.ts +0 -1
  66. package/components/autocompleteDropdown/AutocompleteDropdown.stories.d.ts +0 -232
  67. package/components/banner/Banner.spec.d.ts +0 -1
  68. package/components/banner/Banner.stories.d.ts +0 -122
  69. package/components/button/v3/Button.spec.d.ts +0 -1
  70. package/components/button/v3/Button.stories.d.ts +0 -155
  71. package/components/button/v3/ButtonBase.spec.d.ts +0 -1
  72. package/components/button/v3/IconButton.stories.d.ts +0 -150
  73. package/components/button/v3/ScrollButton.stories.d.ts +0 -55
  74. package/components/button/v4/Button.stories.d.ts +0 -275
  75. package/components/button/v4/ButtonGroup.stories.d.ts +0 -120
  76. package/components/button/v4/IconButton.stories.d.ts +0 -206
  77. package/components/button/v4/ToggleButtonGroupAB.stories.d.ts +0 -182
  78. package/components/chart/Chart.stories.d.ts +0 -17
  79. package/components/checkbox/v3/Checkbox.spec.d.ts +0 -1
  80. package/components/checkbox/v3/Checkbox.stories.d.ts +0 -187
  81. package/components/checkbox/v4/CheckboxV4.stories.d.ts +0 -7
  82. package/components/chip/v3/Chip.spec.d.ts +0 -1
  83. package/components/chip/v3/Chip.stories.d.ts +0 -170
  84. package/components/chip/v4/ChipV4.stories.d.ts +0 -7
  85. package/components/datePicker/v3/DatePicker.stories.d.ts +0 -189
  86. package/components/datePicker/v4/DatePicker.stories.d.ts +0 -261
  87. package/components/dateRange/v3/DateRange.stories.d.ts +0 -415
  88. package/components/dateRange/v4/DateRange.stories.d.ts +0 -412
  89. package/components/dialog/v3/Dialog.spec.d.ts +0 -1
  90. package/components/dialog/v3/Dialog.stories.d.ts +0 -374
  91. package/components/dialog/v4/DialogV4.stories.d.ts +0 -9
  92. package/components/dropdown/v3/Dropdown.spec.d.ts +0 -1
  93. package/components/dropdown/v3/Dropdown.stories.d.ts +0 -1161
  94. package/components/dropdown/v4/AppDropdownTrigger.stories.d.ts +0 -487
  95. package/components/dropdown/v4/ButtonDropdownTrigger.stories.d.ts +0 -10
  96. package/components/dropdown/v4/ButtonFilterDropdownTrigger.stories.d.ts +0 -8
  97. package/components/dropdown/v4/ChipDropdownTrigger.stories.d.ts +0 -135
  98. package/components/dropdown/v4/Conditional.stories.d.ts +0 -711
  99. package/components/dropdown/v4/DefaultDropdownTrigger.stories.d.ts +0 -598
  100. package/components/dropdown/v4/IconButtonDropdownTrigger.stories.d.ts +0 -20
  101. package/components/dropdown/v4/MultiSelection.stories.d.ts +0 -3769
  102. package/components/dropdown/v4/SingleSelection.stories.d.ts +0 -5688
  103. package/components/dropdown/v4/TreeDropdown.stories.d.ts +0 -9
  104. package/components/emptyState/v3/EmptyState.spec.d.ts +0 -1
  105. package/components/emptyState/v3/EmptyState.stories.d.ts +0 -295
  106. package/components/emptyState/v4/EmptyStateV4.stories.d.ts +0 -6
  107. package/components/filterDropdown/AddFilterButton.spec.d.ts +0 -1
  108. package/components/filterDropdown/AddFilterButton.stories.d.ts +0 -108
  109. package/components/filterDropdown/FilterDropdown.spec.d.ts +0 -1
  110. package/components/filterDropdown/FilterDropdown.stories.d.ts +0 -70
  111. package/components/filtersPanel/v3/FiltersPanel.spec.d.ts +0 -1
  112. package/components/filtersPanel/v3/FiltersPanel.stories.d.ts +0 -8
  113. package/components/filtersPanel/v4/FiltersPanelV4.stories.d.ts +0 -4
  114. package/components/floatingToolbar/FloatingToolbar.spec.d.ts +0 -1
  115. package/components/floatingToolbar/FloatingToolbar.stories.d.ts +0 -127
  116. package/components/forms/CardPanel.stories.d.ts +0 -6
  117. package/components/forms/FormCard.stories.d.ts +0 -9
  118. package/components/forms/FormRow.stories.d.ts +0 -4
  119. package/components/forms/validation/Validation.stories.d.ts +0 -4
  120. package/components/forms/validation/examples/dynamicForm/DynamicForm.stories.d.ts +0 -7
  121. package/components/forms/validation/examples/simpleForm/SimpleForm.stories.d.ts +0 -7
  122. package/components/icon/v3/Icon.spec.d.ts +0 -1
  123. package/components/icon/v3/Icon.stories.d.ts +0 -112
  124. package/components/icon/v4/IconFlag.stories.d.ts +0 -5
  125. package/components/icon/v4/IconV4.spec.d.ts +0 -1
  126. package/components/icon/v4/IconV4.stories.d.ts +0 -195
  127. package/components/includeExclude/EditColumns.stories.d.ts +0 -490
  128. package/components/includeExclude/IncludeExclude.spec.d.ts +0 -1
  129. package/components/includeExclude/IncludeExclude.stories.d.ts +0 -456
  130. package/components/inlineCopy/InlineCopy.stories.d.ts +0 -112
  131. package/components/input/v3/DollarInput.spec.d.ts +0 -1
  132. package/components/input/v3/DollarInput.stories.d.ts +0 -275
  133. package/components/input/v3/Input.spec.d.ts +0 -1
  134. package/components/input/v3/Input.stories.d.ts +0 -1182
  135. package/components/input/v3/PasswordInput.stories.d.ts +0 -272
  136. package/components/input/v3/PercentageInput.stories.d.ts +0 -281
  137. package/components/input/v4/TextField.stories.d.ts +0 -14
  138. package/components/layout/FoldableSection.stories.d.ts +0 -4
  139. package/components/loader/v4/Loader.stories.d.ts +0 -136
  140. package/components/menu/Menu.stories.d.ts +0 -175
  141. package/components/menuItem/MenuItem.spec.d.ts +0 -1
  142. package/components/menuItem/MenuItem.stories.d.ts +0 -55
  143. package/components/multibar/MultiBar.stories.d.ts +0 -7
  144. package/components/popover/v3/Popover.spec.d.ts +0 -1
  145. package/components/popover/v3/Popover.stories.d.ts +0 -214
  146. package/components/popover/v4/Popover.stories.d.ts +0 -271
  147. package/components/radioButton/v3/RadioButton.spec.d.ts +0 -1
  148. package/components/radioButton/v3/RadioButton.stories.d.ts +0 -368
  149. package/components/radioButton/v4/RadioButtonV4.stories.d.ts +0 -7
  150. package/components/search/v3/Search.spec.d.ts +0 -1
  151. package/components/search/v3/Search.stories.d.ts +0 -75
  152. package/components/search/v4/Search.stories.d.ts +0 -63
  153. package/components/skeleton/v3/Skeleton.spec.d.ts +0 -1
  154. package/components/skeleton/v3/Skeleton.stories.d.ts +0 -83
  155. package/components/skeleton/v4/SkeletonV4.stories.d.ts +0 -5
  156. package/components/snackbar/v3/Snackbar.spec.d.ts +0 -1
  157. package/components/snackbar/v3/Snackbar.stories.d.ts +0 -22
  158. package/components/snackbar/v4/Snackbar.stories.d.ts +0 -24
  159. package/components/sortableList/SortableList.stories.d.ts +0 -5
  160. package/components/statusDot/StatusDot.stories.d.ts +0 -21
  161. package/components/switch/v3/Switch.spec.d.ts +0 -1
  162. package/components/switch/v3/Switch.stories.d.ts +0 -147
  163. package/components/switch/v4/Switch.spec.d.ts +0 -1
  164. package/components/switch/v4/Switch.stories.d.ts +0 -48
  165. package/components/table/v3/Table.spec.d.ts +0 -1
  166. package/components/table/v3/Table.stories.d.ts +0 -1227
  167. package/components/table/v3/TableCheckbox.stories.d.ts +0 -814
  168. package/components/table/v4/DataGrid.stories.d.ts +0 -24
  169. package/components/table/v4/MultipleDataGrid.stories.d.ts +0 -4
  170. package/components/tabs/v3/Tabs.spec.d.ts +0 -1
  171. package/components/tabs/v3/Tabs.stories.d.ts +0 -172
  172. package/components/tabs/v4/TabsV4.stories.d.ts +0 -8
  173. package/components/textArea/v3/TextArea.spec.d.ts +0 -1
  174. package/components/textArea/v3/TextArea.stories.d.ts +0 -89
  175. package/components/textArea/v4/TextAreaV4.stories.d.ts +0 -9
  176. package/components/toggle/v3/Toggle.spec.d.ts +0 -1
  177. package/components/toggle/v3/Toggle.stories.d.ts +0 -107
  178. package/components/toggle/v4/ToggleV4.stories.d.ts +0 -9
  179. package/components/tooltip/v3/TextWithTitleContent.spec.d.ts +0 -1
  180. package/components/tooltip/v3/Tooltip.spec.d.ts +0 -1
  181. package/components/tooltip/v3/Tooltip.stories.d.ts +0 -253
  182. package/components/tooltip/v4/Tooltip.stories.d.ts +0 -336
  183. package/components/typography/Heading.spec.d.ts +0 -1
  184. package/components/typography/Heading.stories.d.ts +0 -119
  185. package/components/typography/Text.stories.d.ts +0 -131
  186. package/components/typography/v4/Typography.spec.d.ts +0 -1
  187. package/components/typography/v4/Typography.stories.d.ts +0 -179
  188. package/design-foundation.stories/border-radius/BorderRadius.stories.d.ts +0 -4
  189. package/design-foundation.stories/breakpoints/Breakpoints.stories.d.ts +0 -4
  190. package/design-foundation.stories/colors/Colors.stories.d.ts +0 -4
  191. package/design-foundation.stories/elevations/Elevations.stories.d.ts +0 -4
  192. package/design-foundation.stories/grid-layout/GridLayout.stories.d.ts +0 -13
  193. package/design-foundation.stories/spacing/Spacing.stories.d.ts +0 -4
  194. package/design-foundation.stories/typography/Typography.stories.d.ts +0 -4
@@ -1,182 +0,0 @@
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
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
10
- testId: {
11
- type: import('vue').PropType<string>;
12
- default: string;
13
- };
14
- modelValue: {
15
- type: import('vue').PropType<"a" | "b">;
16
- required: true;
17
- };
18
- withPopover: {
19
- type: import('vue').PropType<boolean>;
20
- required: true;
21
- };
22
- popoverProps: {
23
- type: import('vue').PropType<{
24
- autoHide?: boolean;
25
- trigger?: "hover" | "click" | "focus" | "touch" | "managed";
26
- disabled?: boolean;
27
- placement?: import('floating-vue').Placement;
28
- distance?: number;
29
- skidding?: number;
30
- testId?: string;
31
- popperClass?: string;
32
- }>;
33
- required: true;
34
- };
35
- }>> & {
36
- "onUpdate:modelValue"?: (...args: any[]) => any;
37
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "testId">;
38
- $attrs: {
39
- [x: string]: unknown;
40
- };
41
- $refs: {
42
- [x: string]: unknown;
43
- };
44
- $slots: Readonly<{
45
- [name: string]: import('vue').Slot;
46
- }>;
47
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
48
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
49
- $emit: (event: "update:modelValue", ...args: any[]) => void;
50
- $el: any;
51
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
52
- testId: {
53
- type: import('vue').PropType<string>;
54
- default: string;
55
- };
56
- modelValue: {
57
- type: import('vue').PropType<"a" | "b">;
58
- required: true;
59
- };
60
- withPopover: {
61
- type: import('vue').PropType<boolean>;
62
- required: true;
63
- };
64
- popoverProps: {
65
- type: import('vue').PropType<{
66
- autoHide?: boolean;
67
- trigger?: "hover" | "click" | "focus" | "touch" | "managed";
68
- disabled?: boolean;
69
- placement?: import('floating-vue').Placement;
70
- distance?: number;
71
- skidding?: number;
72
- testId?: string;
73
- popperClass?: string;
74
- }>;
75
- required: true;
76
- };
77
- }>> & {
78
- "onUpdate:modelValue"?: (...args: any[]) => any;
79
- }, {
80
- toggle: import('vue').ComputedRef<(value?: boolean) => boolean>;
81
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
82
- "update:modelValue": (...args: any[]) => void;
83
- }, string, {
84
- testId: string;
85
- }, {}, string> & {
86
- beforeCreate?: (() => void) | (() => void)[];
87
- created?: (() => void) | (() => void)[];
88
- beforeMount?: (() => void) | (() => void)[];
89
- mounted?: (() => void) | (() => void)[];
90
- beforeUpdate?: (() => void) | (() => void)[];
91
- updated?: (() => void) | (() => void)[];
92
- activated?: (() => void) | (() => void)[];
93
- deactivated?: (() => void) | (() => void)[];
94
- beforeDestroy?: (() => void) | (() => void)[];
95
- beforeUnmount?: (() => void) | (() => void)[];
96
- destroyed?: (() => void) | (() => void)[];
97
- unmounted?: (() => void) | (() => void)[];
98
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
99
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
100
- 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)[];
101
- };
102
- $forceUpdate: () => void;
103
- $nextTick: typeof import('vue').nextTick;
104
- $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;
105
- } & Readonly<import('vue').ExtractPropTypes<{
106
- testId: {
107
- type: import('vue').PropType<string>;
108
- default: string;
109
- };
110
- modelValue: {
111
- type: import('vue').PropType<"a" | "b">;
112
- required: true;
113
- };
114
- withPopover: {
115
- type: import('vue').PropType<boolean>;
116
- required: true;
117
- };
118
- popoverProps: {
119
- type: import('vue').PropType<{
120
- autoHide?: boolean;
121
- trigger?: "hover" | "click" | "focus" | "touch" | "managed";
122
- disabled?: boolean;
123
- placement?: import('floating-vue').Placement;
124
- distance?: number;
125
- skidding?: number;
126
- testId?: string;
127
- popperClass?: string;
128
- }>;
129
- required: true;
130
- };
131
- }>> & {
132
- "onUpdate:modelValue"?: (...args: any[]) => any;
133
- } & import('vue').ShallowUnwrapRef<{
134
- toggle: import('vue').ComputedRef<(value?: boolean) => boolean>;
135
- }> & {} & import('vue').ComponentCustomProperties & {};
136
- __isFragment?: never;
137
- __isTeleport?: never;
138
- __isSuspense?: never;
139
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
140
- testId: {
141
- type: import('vue').PropType<string>;
142
- default: string;
143
- };
144
- modelValue: {
145
- type: import('vue').PropType<"a" | "b">;
146
- required: true;
147
- };
148
- withPopover: {
149
- type: import('vue').PropType<boolean>;
150
- required: true;
151
- };
152
- popoverProps: {
153
- type: import('vue').PropType<{
154
- autoHide?: boolean;
155
- trigger?: "hover" | "click" | "focus" | "touch" | "managed";
156
- disabled?: boolean;
157
- placement?: import('floating-vue').Placement;
158
- distance?: number;
159
- skidding?: number;
160
- testId?: string;
161
- popperClass?: string;
162
- }>;
163
- required: true;
164
- };
165
- }>> & {
166
- "onUpdate:modelValue"?: (...args: any[]) => any;
167
- }, {
168
- toggle: import('vue').ComputedRef<(value?: boolean) => boolean>;
169
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
170
- "update:modelValue": (...args: any[]) => void;
171
- }, string, {
172
- testId: string;
173
- }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
174
- $slots: {
175
- "popover-content"?(_: {}): any;
176
- };
177
- });
178
- argTypes: any;
179
- };
180
- export default _default;
181
- export declare const Basic: any;
182
- export declare const WithoutPopover: any;
@@ -1,17 +0,0 @@
1
- import { Meta } from '@storybook/vue3';
2
- declare const _default: Meta;
3
- export default _default;
4
- export declare const Default: any;
5
- export declare const TotalBar: any;
6
- export declare const TotalStacked: any;
7
- export declare const MultipleLineWithoutAnimation: any;
8
- export declare const MultipleLine: any;
9
- export declare const MultipleBar: any;
10
- export declare const MultipleStack: any;
11
- export declare const MultipleStackBars: any;
12
- export declare const TotalsChart: any;
13
- export declare const LotsOfData: any;
14
- export declare const Loading: any;
15
- export declare const SinglePoint: any;
16
- export declare const EmptyChart: any;
17
- export declare const LoadDataExample: any;
@@ -1 +0,0 @@
1
- export {};
@@ -1,187 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: {
4
- new (...args: any[]): {
5
- $: import('vue').ComponentInternalInstance;
6
- $data: {};
7
- $props: Partial<{
8
- size: "sm" | "md" | "lg";
9
- label: string;
10
- testId: string;
11
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
12
- size: {
13
- type: import('vue').PropType<"sm" | "md" | "lg">;
14
- default: string;
15
- };
16
- label: {
17
- type: import('vue').PropType<string>;
18
- default: string;
19
- };
20
- testId: {
21
- type: import('vue').PropType<string>;
22
- default: string;
23
- };
24
- disabled: {
25
- type: import('vue').PropType<boolean>;
26
- };
27
- isChecked: {
28
- type: import('vue').PropType<boolean>;
29
- required: true;
30
- };
31
- isIndeterminate: {
32
- type: import('vue').PropType<boolean>;
33
- };
34
- }>> & {
35
- onClick?: (event: MouseEvent) => any;
36
- "onUpdate:isChecked"?: (value: boolean) => any;
37
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "label" | "testId">;
38
- $attrs: {
39
- [x: string]: unknown;
40
- };
41
- $refs: {
42
- [x: string]: unknown;
43
- };
44
- $slots: Readonly<{
45
- [name: string]: import('vue').Slot;
46
- }>;
47
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
48
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
49
- $emit: ((event: "click", event: MouseEvent) => void) & ((event: "update:isChecked", value: boolean) => void);
50
- $el: any;
51
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
52
- size: {
53
- type: import('vue').PropType<"sm" | "md" | "lg">;
54
- default: string;
55
- };
56
- label: {
57
- type: import('vue').PropType<string>;
58
- default: string;
59
- };
60
- testId: {
61
- type: import('vue').PropType<string>;
62
- default: string;
63
- };
64
- disabled: {
65
- type: import('vue').PropType<boolean>;
66
- };
67
- isChecked: {
68
- type: import('vue').PropType<boolean>;
69
- required: true;
70
- };
71
- isIndeterminate: {
72
- type: import('vue').PropType<boolean>;
73
- };
74
- }>> & {
75
- onClick?: (event: MouseEvent) => any;
76
- "onUpdate:isChecked"?: (value: boolean) => any;
77
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
78
- "update:isChecked": (value: boolean) => void;
79
- click: (event: MouseEvent) => void;
80
- }, string, {
81
- size: "sm" | "md" | "lg";
82
- label: string;
83
- testId: string;
84
- }, {}, string> & {
85
- beforeCreate?: (() => void) | (() => void)[];
86
- created?: (() => void) | (() => void)[];
87
- beforeMount?: (() => void) | (() => void)[];
88
- mounted?: (() => void) | (() => void)[];
89
- beforeUpdate?: (() => void) | (() => void)[];
90
- updated?: (() => void) | (() => void)[];
91
- activated?: (() => void) | (() => void)[];
92
- deactivated?: (() => void) | (() => void)[];
93
- beforeDestroy?: (() => void) | (() => void)[];
94
- beforeUnmount?: (() => void) | (() => void)[];
95
- destroyed?: (() => void) | (() => void)[];
96
- unmounted?: (() => void) | (() => void)[];
97
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
98
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
99
- 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)[];
100
- };
101
- $forceUpdate: () => void;
102
- $nextTick: typeof import('vue').nextTick;
103
- $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;
104
- } & Readonly<import('vue').ExtractPropTypes<{
105
- size: {
106
- type: import('vue').PropType<"sm" | "md" | "lg">;
107
- default: string;
108
- };
109
- label: {
110
- type: import('vue').PropType<string>;
111
- default: string;
112
- };
113
- testId: {
114
- type: import('vue').PropType<string>;
115
- default: string;
116
- };
117
- disabled: {
118
- type: import('vue').PropType<boolean>;
119
- };
120
- isChecked: {
121
- type: import('vue').PropType<boolean>;
122
- required: true;
123
- };
124
- isIndeterminate: {
125
- type: import('vue').PropType<boolean>;
126
- };
127
- }>> & {
128
- onClick?: (event: MouseEvent) => any;
129
- "onUpdate:isChecked"?: (value: boolean) => any;
130
- } & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
131
- __isFragment?: never;
132
- __isTeleport?: never;
133
- __isSuspense?: never;
134
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
135
- size: {
136
- type: import('vue').PropType<"sm" | "md" | "lg">;
137
- default: string;
138
- };
139
- label: {
140
- type: import('vue').PropType<string>;
141
- default: string;
142
- };
143
- testId: {
144
- type: import('vue').PropType<string>;
145
- default: string;
146
- };
147
- disabled: {
148
- type: import('vue').PropType<boolean>;
149
- };
150
- isChecked: {
151
- type: import('vue').PropType<boolean>;
152
- required: true;
153
- };
154
- isIndeterminate: {
155
- type: import('vue').PropType<boolean>;
156
- };
157
- }>> & {
158
- onClick?: (event: MouseEvent) => any;
159
- "onUpdate:isChecked"?: (value: boolean) => any;
160
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
161
- "update:isChecked": (value: boolean) => void;
162
- click: (event: MouseEvent) => void;
163
- }, string, {
164
- size: "sm" | "md" | "lg";
165
- label: string;
166
- testId: string;
167
- }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
168
- $slots: {
169
- default?(_: {}): any;
170
- };
171
- });
172
- argTypes: {
173
- size: {
174
- control: {
175
- type: string;
176
- };
177
- options: string[];
178
- };
179
- };
180
- };
181
- export default _default;
182
- export declare const Default: any;
183
- export declare const Indeterminate: any;
184
- export declare const Disabled: any;
185
- export declare const SizesSmall: any;
186
- export declare const SizesMedium: any;
187
- export declare const SizesLarge: any;
@@ -1,7 +0,0 @@
1
- import { Meta, StoryFn } 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 InItemsList: any;
7
- export declare const Colored: any;
@@ -1 +0,0 @@
1
- export {};
@@ -1,170 +0,0 @@
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
- disabled: boolean;
10
- selected: boolean;
11
- clearable: boolean;
12
- prefix: string;
13
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
14
- testId: {
15
- type: import('vue').PropType<string>;
16
- default: string;
17
- };
18
- disabled: {
19
- type: import('vue').PropType<boolean>;
20
- default: boolean;
21
- };
22
- selected: {
23
- type: import('vue').PropType<boolean>;
24
- default: boolean;
25
- };
26
- clearable: {
27
- type: import('vue').PropType<boolean>;
28
- default: boolean;
29
- };
30
- prefix: {
31
- type: import('vue').PropType<string>;
32
- default: any;
33
- };
34
- }>> & {
35
- onCleared?: (...args: any[]) => any;
36
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "testId" | "disabled" | "selected" | "clearable" | "prefix">;
37
- $attrs: {
38
- [x: string]: unknown;
39
- };
40
- $refs: {
41
- [x: string]: unknown;
42
- };
43
- $slots: Readonly<{
44
- [name: string]: import('vue').Slot;
45
- }>;
46
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
47
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
48
- $emit: (event: "cleared", ...args: any[]) => void;
49
- $el: any;
50
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
51
- testId: {
52
- type: import('vue').PropType<string>;
53
- default: string;
54
- };
55
- disabled: {
56
- type: import('vue').PropType<boolean>;
57
- default: boolean;
58
- };
59
- selected: {
60
- type: import('vue').PropType<boolean>;
61
- default: boolean;
62
- };
63
- clearable: {
64
- type: import('vue').PropType<boolean>;
65
- default: boolean;
66
- };
67
- prefix: {
68
- type: import('vue').PropType<string>;
69
- default: any;
70
- };
71
- }>> & {
72
- onCleared?: (...args: any[]) => any;
73
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
74
- cleared: (...args: any[]) => void;
75
- }, string, {
76
- testId: string;
77
- disabled: boolean;
78
- selected: boolean;
79
- clearable: boolean;
80
- prefix: string;
81
- }, {}, string> & {
82
- beforeCreate?: (() => void) | (() => void)[];
83
- created?: (() => void) | (() => void)[];
84
- beforeMount?: (() => void) | (() => void)[];
85
- mounted?: (() => void) | (() => void)[];
86
- beforeUpdate?: (() => void) | (() => void)[];
87
- updated?: (() => void) | (() => void)[];
88
- activated?: (() => void) | (() => void)[];
89
- deactivated?: (() => void) | (() => void)[];
90
- beforeDestroy?: (() => void) | (() => void)[];
91
- beforeUnmount?: (() => void) | (() => void)[];
92
- destroyed?: (() => void) | (() => void)[];
93
- unmounted?: (() => void) | (() => void)[];
94
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
95
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
96
- 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)[];
97
- };
98
- $forceUpdate: () => void;
99
- $nextTick: typeof import('vue').nextTick;
100
- $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;
101
- } & Readonly<import('vue').ExtractPropTypes<{
102
- testId: {
103
- type: import('vue').PropType<string>;
104
- default: string;
105
- };
106
- disabled: {
107
- type: import('vue').PropType<boolean>;
108
- default: boolean;
109
- };
110
- selected: {
111
- type: import('vue').PropType<boolean>;
112
- default: boolean;
113
- };
114
- clearable: {
115
- type: import('vue').PropType<boolean>;
116
- default: boolean;
117
- };
118
- prefix: {
119
- type: import('vue').PropType<string>;
120
- default: any;
121
- };
122
- }>> & {
123
- onCleared?: (...args: any[]) => any;
124
- } & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
125
- __isFragment?: never;
126
- __isTeleport?: never;
127
- __isSuspense?: never;
128
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
129
- testId: {
130
- type: import('vue').PropType<string>;
131
- default: string;
132
- };
133
- disabled: {
134
- type: import('vue').PropType<boolean>;
135
- default: boolean;
136
- };
137
- selected: {
138
- type: import('vue').PropType<boolean>;
139
- default: boolean;
140
- };
141
- clearable: {
142
- type: import('vue').PropType<boolean>;
143
- default: boolean;
144
- };
145
- prefix: {
146
- type: import('vue').PropType<string>;
147
- default: any;
148
- };
149
- }>> & {
150
- onCleared?: (...args: any[]) => any;
151
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
152
- cleared: (...args: any[]) => void;
153
- }, string, {
154
- testId: string;
155
- disabled: boolean;
156
- selected: boolean;
157
- clearable: boolean;
158
- prefix: string;
159
- }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
160
- $slots: {
161
- "icon-start"?(_: {}): any;
162
- default?(_: {}): any;
163
- "icon-end"?(_: {}): any;
164
- };
165
- });
166
- argTypes: {};
167
- };
168
- export default _default;
169
- export declare const Default: any;
170
- export declare const WithIcon: any;
@@ -1,7 +0,0 @@
1
- import { Meta } from '@storybook/vue3';
2
- declare const _default: Meta;
3
- export default _default;
4
- export declare const Default: any;
5
- export declare const Size: any;
6
- export declare const Colors: any;
7
- export declare const Disabled: any;