@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,275 +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: "small" | "medium" | "large" | "extraLarge";
9
- testId: string;
10
- variant: "text" | "contained" | "outlined";
11
- loading: boolean;
12
- content: string;
13
- disabled: boolean;
14
- color: "default" | "info" | "success" | "warning" | "primary" | "danger";
15
- startIconName: string;
16
- endIconName: string;
17
- startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
18
- endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
19
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
20
- size: {
21
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge">;
22
- default: string;
23
- };
24
- testId: {
25
- type: import('vue').PropType<string>;
26
- default: string;
27
- };
28
- variant: {
29
- type: import('vue').PropType<"text" | "contained" | "outlined">;
30
- default: string;
31
- };
32
- loading: {
33
- type: import('vue').PropType<boolean>;
34
- default: boolean;
35
- };
36
- content: {
37
- type: import('vue').PropType<string>;
38
- default: string;
39
- };
40
- disabled: {
41
- type: import('vue').PropType<boolean>;
42
- default: boolean;
43
- };
44
- color: {
45
- type: import('vue').PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
46
- default: string;
47
- };
48
- startIconName: {
49
- type: import('vue').PropType<string>;
50
- default: any;
51
- };
52
- endIconName: {
53
- type: import('vue').PropType<string>;
54
- default: any;
55
- };
56
- startIconType: {
57
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
58
- default: string;
59
- };
60
- endIconType: {
61
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
62
- default: string;
63
- };
64
- }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "testId" | "variant" | "loading" | "content" | "disabled" | "color" | "startIconName" | "endIconName" | "startIconType" | "endIconType">;
65
- $attrs: {
66
- [x: string]: unknown;
67
- };
68
- $refs: {
69
- [x: string]: unknown;
70
- };
71
- $slots: Readonly<{
72
- [name: string]: import('vue').Slot;
73
- }>;
74
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
75
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
76
- $emit: (event: string, ...args: any[]) => void;
77
- $el: any;
78
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
79
- size: {
80
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge">;
81
- default: string;
82
- };
83
- testId: {
84
- type: import('vue').PropType<string>;
85
- default: string;
86
- };
87
- variant: {
88
- type: import('vue').PropType<"text" | "contained" | "outlined">;
89
- default: string;
90
- };
91
- loading: {
92
- type: import('vue').PropType<boolean>;
93
- default: boolean;
94
- };
95
- content: {
96
- type: import('vue').PropType<string>;
97
- default: string;
98
- };
99
- disabled: {
100
- type: import('vue').PropType<boolean>;
101
- default: boolean;
102
- };
103
- color: {
104
- type: import('vue').PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
105
- default: string;
106
- };
107
- startIconName: {
108
- type: import('vue').PropType<string>;
109
- default: any;
110
- };
111
- endIconName: {
112
- type: import('vue').PropType<string>;
113
- default: any;
114
- };
115
- startIconType: {
116
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
117
- default: string;
118
- };
119
- endIconType: {
120
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
121
- default: string;
122
- };
123
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
124
- size: "small" | "medium" | "large" | "extraLarge";
125
- testId: string;
126
- variant: "text" | "contained" | "outlined";
127
- loading: boolean;
128
- content: string;
129
- disabled: boolean;
130
- color: "default" | "info" | "success" | "warning" | "primary" | "danger";
131
- startIconName: string;
132
- endIconName: string;
133
- startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
134
- endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
135
- }, {}, string> & {
136
- beforeCreate?: (() => void) | (() => void)[];
137
- created?: (() => void) | (() => void)[];
138
- beforeMount?: (() => void) | (() => void)[];
139
- mounted?: (() => void) | (() => void)[];
140
- beforeUpdate?: (() => void) | (() => void)[];
141
- updated?: (() => void) | (() => void)[];
142
- activated?: (() => void) | (() => void)[];
143
- deactivated?: (() => void) | (() => void)[];
144
- beforeDestroy?: (() => void) | (() => void)[];
145
- beforeUnmount?: (() => void) | (() => void)[];
146
- destroyed?: (() => void) | (() => void)[];
147
- unmounted?: (() => void) | (() => void)[];
148
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
149
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
150
- 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)[];
151
- };
152
- $forceUpdate: () => void;
153
- $nextTick: typeof import('vue').nextTick;
154
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import('vue').WatchOptions<boolean>): import('vue').WatchStopHandle;
155
- } & Readonly<import('vue').ExtractPropTypes<{
156
- size: {
157
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge">;
158
- default: string;
159
- };
160
- testId: {
161
- type: import('vue').PropType<string>;
162
- default: string;
163
- };
164
- variant: {
165
- type: import('vue').PropType<"text" | "contained" | "outlined">;
166
- default: string;
167
- };
168
- loading: {
169
- type: import('vue').PropType<boolean>;
170
- default: boolean;
171
- };
172
- content: {
173
- type: import('vue').PropType<string>;
174
- default: string;
175
- };
176
- disabled: {
177
- type: import('vue').PropType<boolean>;
178
- default: boolean;
179
- };
180
- color: {
181
- type: import('vue').PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
182
- default: string;
183
- };
184
- startIconName: {
185
- type: import('vue').PropType<string>;
186
- default: any;
187
- };
188
- endIconName: {
189
- type: import('vue').PropType<string>;
190
- default: any;
191
- };
192
- startIconType: {
193
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
194
- default: string;
195
- };
196
- endIconType: {
197
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
198
- default: string;
199
- };
200
- }>> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
201
- __isFragment?: never;
202
- __isTeleport?: never;
203
- __isSuspense?: never;
204
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
205
- size: {
206
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge">;
207
- default: string;
208
- };
209
- testId: {
210
- type: import('vue').PropType<string>;
211
- default: string;
212
- };
213
- variant: {
214
- type: import('vue').PropType<"text" | "contained" | "outlined">;
215
- default: string;
216
- };
217
- loading: {
218
- type: import('vue').PropType<boolean>;
219
- default: boolean;
220
- };
221
- content: {
222
- type: import('vue').PropType<string>;
223
- default: string;
224
- };
225
- disabled: {
226
- type: import('vue').PropType<boolean>;
227
- default: boolean;
228
- };
229
- color: {
230
- type: import('vue').PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
231
- default: string;
232
- };
233
- startIconName: {
234
- type: import('vue').PropType<string>;
235
- default: any;
236
- };
237
- endIconName: {
238
- type: import('vue').PropType<string>;
239
- default: any;
240
- };
241
- startIconType: {
242
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
243
- default: string;
244
- };
245
- endIconType: {
246
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
247
- default: string;
248
- };
249
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
250
- size: "small" | "medium" | "large" | "extraLarge";
251
- testId: string;
252
- variant: "text" | "contained" | "outlined";
253
- loading: boolean;
254
- content: string;
255
- disabled: boolean;
256
- color: "default" | "info" | "success" | "warning" | "primary" | "danger";
257
- startIconName: string;
258
- endIconName: string;
259
- startIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
260
- endIconType: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
261
- }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
262
- $slots: {
263
- default?(_: {}): any;
264
- default?(_: {}): any;
265
- loader?(_: {}): any;
266
- };
267
- });
268
- argTypes: any;
269
- };
270
- export default _default;
271
- export declare const Basic: any;
272
- export declare const Colors: any;
273
- export declare const Variants: any;
274
- export declare const Sizes: any;
275
- export declare const Icons: any;
@@ -1,120 +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: "small" | "medium" | "large" | "extraLarge";
9
- variant: "text" | "contained" | "outlined";
10
- color: "default" | "info" | "success" | "warning" | "primary" | "danger";
11
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
12
- size: {
13
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge">;
14
- default: string;
15
- };
16
- variant: {
17
- type: import('vue').PropType<"text" | "contained" | "outlined">;
18
- default: string;
19
- };
20
- color: {
21
- type: import('vue').PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
22
- default: string;
23
- };
24
- }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "variant" | "color">;
25
- $attrs: {
26
- [x: string]: unknown;
27
- };
28
- $refs: {
29
- [x: string]: unknown;
30
- };
31
- $slots: Readonly<{
32
- [name: string]: import('vue').Slot;
33
- }>;
34
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
35
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
36
- $emit: (event: string, ...args: any[]) => void;
37
- $el: any;
38
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
39
- size: {
40
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge">;
41
- default: string;
42
- };
43
- variant: {
44
- type: import('vue').PropType<"text" | "contained" | "outlined">;
45
- default: string;
46
- };
47
- color: {
48
- type: import('vue').PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
49
- default: string;
50
- };
51
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
52
- size: "small" | "medium" | "large" | "extraLarge";
53
- variant: "text" | "contained" | "outlined";
54
- color: "default" | "info" | "success" | "warning" | "primary" | "danger";
55
- }, {}, string> & {
56
- beforeCreate?: (() => void) | (() => void)[];
57
- created?: (() => void) | (() => void)[];
58
- beforeMount?: (() => void) | (() => void)[];
59
- mounted?: (() => void) | (() => void)[];
60
- beforeUpdate?: (() => void) | (() => void)[];
61
- updated?: (() => void) | (() => void)[];
62
- activated?: (() => void) | (() => void)[];
63
- deactivated?: (() => void) | (() => void)[];
64
- beforeDestroy?: (() => void) | (() => void)[];
65
- beforeUnmount?: (() => void) | (() => void)[];
66
- destroyed?: (() => void) | (() => void)[];
67
- unmounted?: (() => void) | (() => void)[];
68
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
69
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
70
- 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)[];
71
- };
72
- $forceUpdate: () => void;
73
- $nextTick: typeof import('vue').nextTick;
74
- $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;
75
- } & Readonly<import('vue').ExtractPropTypes<{
76
- size: {
77
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge">;
78
- default: string;
79
- };
80
- variant: {
81
- type: import('vue').PropType<"text" | "contained" | "outlined">;
82
- default: string;
83
- };
84
- color: {
85
- type: import('vue').PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
86
- default: string;
87
- };
88
- }>> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
89
- __isFragment?: never;
90
- __isTeleport?: never;
91
- __isSuspense?: never;
92
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
93
- size: {
94
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge">;
95
- default: string;
96
- };
97
- variant: {
98
- type: import('vue').PropType<"text" | "contained" | "outlined">;
99
- default: string;
100
- };
101
- color: {
102
- type: import('vue').PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
103
- default: string;
104
- };
105
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
106
- size: "small" | "medium" | "large" | "extraLarge";
107
- variant: "text" | "contained" | "outlined";
108
- color: "default" | "info" | "success" | "warning" | "primary" | "danger";
109
- }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
110
- $slots: {
111
- default?(_: {}): any;
112
- };
113
- });
114
- argTypes: any;
115
- };
116
- export default _default;
117
- export declare const Basic: any;
118
- export declare const Variants: any;
119
- export declare const Sizes: any;
120
- export declare const Icons: any;
@@ -1,206 +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: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
9
- type: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
10
- testId: string;
11
- variant: "default" | "outlined";
12
- disabled: boolean;
13
- iconName: string;
14
- color: "default" | "error" | "primary";
15
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
16
- size: {
17
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
18
- default: string;
19
- };
20
- type: {
21
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
22
- default: string;
23
- };
24
- testId: {
25
- type: import('vue').PropType<string>;
26
- default: string;
27
- };
28
- variant: {
29
- type: import('vue').PropType<"default" | "outlined">;
30
- default: string;
31
- };
32
- disabled: {
33
- type: import('vue').PropType<boolean>;
34
- default: boolean;
35
- };
36
- iconName: {
37
- type: import('vue').PropType<string>;
38
- default: string;
39
- };
40
- color: {
41
- type: import('vue').PropType<"default" | "error" | "primary">;
42
- default: string;
43
- };
44
- }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "type" | "testId" | "variant" | "disabled" | "iconName" | "color">;
45
- $attrs: {
46
- [x: string]: unknown;
47
- };
48
- $refs: {
49
- [x: string]: unknown;
50
- };
51
- $slots: Readonly<{
52
- [name: string]: import('vue').Slot;
53
- }>;
54
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
55
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
56
- $emit: (event: string, ...args: any[]) => void;
57
- $el: any;
58
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
59
- size: {
60
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
61
- default: string;
62
- };
63
- type: {
64
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
65
- default: string;
66
- };
67
- testId: {
68
- type: import('vue').PropType<string>;
69
- default: string;
70
- };
71
- variant: {
72
- type: import('vue').PropType<"default" | "outlined">;
73
- default: string;
74
- };
75
- disabled: {
76
- type: import('vue').PropType<boolean>;
77
- default: boolean;
78
- };
79
- iconName: {
80
- type: import('vue').PropType<string>;
81
- default: string;
82
- };
83
- color: {
84
- type: import('vue').PropType<"default" | "error" | "primary">;
85
- default: string;
86
- };
87
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
88
- size: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
89
- type: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
90
- testId: string;
91
- variant: "default" | "outlined";
92
- disabled: boolean;
93
- iconName: string;
94
- color: "default" | "error" | "primary";
95
- }, {}, string> & {
96
- beforeCreate?: (() => void) | (() => void)[];
97
- created?: (() => void) | (() => void)[];
98
- beforeMount?: (() => void) | (() => void)[];
99
- mounted?: (() => void) | (() => void)[];
100
- beforeUpdate?: (() => void) | (() => void)[];
101
- updated?: (() => void) | (() => void)[];
102
- activated?: (() => void) | (() => void)[];
103
- deactivated?: (() => void) | (() => void)[];
104
- beforeDestroy?: (() => void) | (() => void)[];
105
- beforeUnmount?: (() => void) | (() => void)[];
106
- destroyed?: (() => void) | (() => void)[];
107
- unmounted?: (() => void) | (() => void)[];
108
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
109
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
110
- 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)[];
111
- };
112
- $forceUpdate: () => void;
113
- $nextTick: typeof import('vue').nextTick;
114
- $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;
115
- } & Readonly<import('vue').ExtractPropTypes<{
116
- size: {
117
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
118
- default: string;
119
- };
120
- type: {
121
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
122
- default: string;
123
- };
124
- testId: {
125
- type: import('vue').PropType<string>;
126
- default: string;
127
- };
128
- variant: {
129
- type: import('vue').PropType<"default" | "outlined">;
130
- default: string;
131
- };
132
- disabled: {
133
- type: import('vue').PropType<boolean>;
134
- default: boolean;
135
- };
136
- iconName: {
137
- type: import('vue').PropType<string>;
138
- default: string;
139
- };
140
- color: {
141
- type: import('vue').PropType<"default" | "error" | "primary">;
142
- default: string;
143
- };
144
- }>> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
145
- __isFragment?: never;
146
- __isTeleport?: never;
147
- __isSuspense?: never;
148
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
149
- size: {
150
- type: import('vue').PropType<"small" | "medium" | "large" | "extraLarge" | "extraSmall">;
151
- default: string;
152
- };
153
- type: {
154
- type: import('vue').PropType<"fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate">;
155
- default: string;
156
- };
157
- testId: {
158
- type: import('vue').PropType<string>;
159
- default: string;
160
- };
161
- variant: {
162
- type: import('vue').PropType<"default" | "outlined">;
163
- default: string;
164
- };
165
- disabled: {
166
- type: import('vue').PropType<boolean>;
167
- default: boolean;
168
- };
169
- iconName: {
170
- type: import('vue').PropType<string>;
171
- default: string;
172
- };
173
- color: {
174
- type: import('vue').PropType<"default" | "error" | "primary">;
175
- default: string;
176
- };
177
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
178
- size: "small" | "medium" | "large" | "extraLarge" | "extraSmall";
179
- type: "fill" | "bold" | "ab-test" | "regular" | "branded" | "ad-unit" | "ad-networks" | "ad-networks/flat" | "content-rate";
180
- testId: string;
181
- variant: "default" | "outlined";
182
- disabled: boolean;
183
- iconName: string;
184
- color: "default" | "error" | "primary";
185
- }, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
186
- $slots: {
187
- default?(_: {}): any;
188
- };
189
- });
190
- parameters: {
191
- controls: {
192
- expanded: boolean;
193
- };
194
- options: {
195
- showPanel: boolean;
196
- panelPosition: string;
197
- };
198
- };
199
- argTypes: any;
200
- };
201
- export default _default;
202
- export declare const Basic: any;
203
- export declare const Colors: any;
204
- export declare const Variants: any;
205
- export declare const Sizes: any;
206
- export declare const Tooltip: any;