@vc-shell/framework 1.0.181 → 1.0.183

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 (149) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/framework.js +5196 -5182
  3. package/dist/index.css +1 -1
  4. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
  5. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
  6. package/dist/tailwind.config.d.ts +1 -2
  7. package/dist/tailwind.config.d.ts.map +1 -1
  8. package/dist/tsconfig.tsbuildinfo +1 -1
  9. package/dist/ui/components/atoms/vc-badge/index.d.ts +1 -79
  10. package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
  11. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +389 -6
  12. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts.map +1 -1
  13. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +2295 -5
  14. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts.map +1 -1
  15. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +1119 -5
  16. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
  17. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts +1778 -5
  18. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts.map +1 -1
  19. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +51 -5
  20. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts.map +1 -1
  21. package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +37 -5
  22. package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts.map +1 -1
  23. package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +62 -5
  24. package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts.map +1 -1
  25. package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +103 -5
  26. package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts.map +1 -1
  27. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +101 -5
  28. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts.map +1 -1
  29. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +103 -5
  30. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts.map +1 -1
  31. package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts +18 -5
  32. package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts.map +1 -1
  33. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +85 -5
  34. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts.map +1 -1
  35. package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +25 -5
  36. package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts.map +1 -1
  37. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +116 -5
  38. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts.map +1 -1
  39. package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +53 -5
  40. package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts.map +1 -1
  41. package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +59 -0
  42. package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts.map +1 -0
  43. package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +42 -5
  44. package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts.map +1 -1
  45. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +40 -5
  46. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts.map +1 -1
  47. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +179 -5
  48. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
  49. package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts +12 -0
  50. package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts.map +1 -0
  51. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +19 -0
  52. package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
  53. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +182 -5
  54. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts.map +1 -1
  55. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +4 -0
  56. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  57. package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +29 -5
  58. package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts.map +1 -1
  59. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +347 -5
  60. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
  61. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +354 -5
  62. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts.map +1 -1
  63. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +889 -0
  64. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts.map +1 -0
  65. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +74 -5
  66. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -1
  67. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +498 -5
  68. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts.map +1 -1
  69. package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +2567 -5
  70. package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts.map +1 -1
  71. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  72. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +156 -5
  73. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts.map +1 -1
  74. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +1297 -5
  75. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts.map +1 -1
  76. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +276 -5
  77. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
  78. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +82 -3
  79. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  80. package/dist/ui/components/organisms/vc-blade/index.d.ts +1 -179
  81. package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
  82. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +209 -5
  83. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts.map +1 -1
  84. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +6 -3
  85. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  86. package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +155 -6
  87. package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts.map +1 -1
  88. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +0 -4
  89. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  90. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +13 -8
  91. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  92. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  93. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +1272 -5
  94. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
  95. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  96. package/package.json +6 -5
  97. package/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue +1 -0
  98. package/shared/components/popup-handler/composables/usePopup/index.ts +8 -7
  99. package/tailwind.config.ts +2 -46
  100. package/ui/components/atoms/vc-badge/index.ts +1 -13
  101. package/ui/components/atoms/vc-badge/vc-badge.stories.ts +48 -20
  102. package/ui/components/atoms/vc-button/vc-button.stories.ts +111 -19
  103. package/ui/components/atoms/vc-card/vc-card.stories.ts +96 -18
  104. package/ui/components/atoms/vc-checkbox/vc-checkbox.stories.ts +75 -16
  105. package/ui/components/atoms/vc-col/vc-col.stories.ts +16 -17
  106. package/ui/components/atoms/vc-hint/vc-hint.stories.ts +18 -16
  107. package/ui/components/atoms/vc-icon/vc-icon.stories.ts +57 -16
  108. package/ui/components/atoms/vc-image/vc-image.stories.ts +72 -24
  109. package/ui/components/atoms/vc-label/vc-label.stories.ts +26 -16
  110. package/ui/components/atoms/vc-link/vc-link.stories.ts +29 -16
  111. package/ui/components/atoms/vc-loading/vc-loading.stories.ts +11 -16
  112. package/ui/components/atoms/vc-progress/vc-progress.stories.ts +22 -16
  113. package/ui/components/atoms/vc-row/vc-row.stories.ts +14 -17
  114. package/ui/components/atoms/vc-status/vc-status.stories.ts +78 -16
  115. package/ui/components/atoms/vc-switch/vc-switch.stories.ts +18 -16
  116. package/ui/components/atoms/vc-video/vc-video.stories.ts +33 -0
  117. package/ui/components/atoms/vc-widget/vc-widget.stories.ts +13 -17
  118. package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.ts +22 -19
  119. package/ui/components/molecules/vc-editor/vc-editor.stories.ts +24 -16
  120. package/ui/components/molecules/vc-field/vc-field.stories.ts +114 -0
  121. package/ui/components/molecules/vc-file-upload/vc-file-upload.stories.ts +34 -16
  122. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +3 -1
  123. package/ui/components/molecules/vc-form/vc-form.stories.ts +20 -16
  124. package/ui/components/molecules/vc-input/vc-input.stories.ts +144 -14
  125. package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +61 -18
  126. package/ui/components/molecules/vc-multivalue/vc-multivalue.stories.ts +120 -0
  127. package/ui/components/molecules/vc-pagination/vc-pagination.stories.ts +17 -14
  128. package/ui/components/molecules/vc-rating/vc-rating.stories.ts +51 -15
  129. package/ui/components/molecules/vc-select/vc-select.stories.ts +605 -29
  130. package/ui/components/molecules/vc-select/vc-select.vue +0 -4
  131. package/ui/components/molecules/vc-slider/vc-slider.stories.ts +34 -21
  132. package/ui/components/molecules/vc-textarea/vc-textarea.stories.ts +46 -14
  133. package/ui/components/organisms/vc-app/vc-app.stories.ts +204 -51
  134. package/ui/components/organisms/vc-app/vc-app.vue +31 -24
  135. package/ui/components/organisms/vc-blade/index.ts +1 -11
  136. package/ui/components/organisms/vc-blade/vc-blade.stories.ts +60 -16
  137. package/ui/components/organisms/vc-blade/vc-blade.vue +7 -2
  138. package/ui/components/organisms/vc-gallery/vc-gallery.stories.ts +68 -24
  139. package/ui/components/organisms/vc-gallery/vc-gallery.vue +7 -6
  140. package/ui/components/organisms/vc-popup/vc-popup.vue +7 -1
  141. package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +1 -0
  142. package/ui/components/organisms/vc-table/vc-table.stories.ts +144 -30
  143. package/ui/components/organisms/vc-table/vc-table.vue +13 -7
  144. package/dist/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts +0 -7
  145. package/dist/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts.map +0 -1
  146. package/dist/ui/components/organisms/vc-popup/vc-popup.stories.d.ts +0 -7
  147. package/dist/ui/components/organisms/vc-popup/vc-popup.stories.d.ts.map +0 -1
  148. package/ui/components/organisms/vc-login-form/vc-login-form.stories.ts +0 -52
  149. package/ui/components/organisms/vc-popup/vc-popup.stories.ts +0 -21
@@ -1,7 +1,2297 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcButton } from "./";
3
- declare const meta: Meta<typeof VcButton>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcButton>;
6
- export declare const Primary: Story;
3
+ declare const _default: {
4
+ title: string;
5
+ component: {
6
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
7
+ disabled: {
8
+ type: import("vue").PropType<boolean>;
9
+ };
10
+ small: {
11
+ type: import("vue").PropType<boolean>;
12
+ };
13
+ text: {
14
+ type: import("vue").PropType<boolean>;
15
+ };
16
+ icon: {
17
+ type: import("vue").PropType<string>;
18
+ };
19
+ variant: {
20
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
21
+ default: string;
22
+ };
23
+ iconClass: {
24
+ type: import("vue").PropType<string>;
25
+ };
26
+ iconSize: {
27
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
28
+ default: string;
29
+ };
30
+ outline: {
31
+ type: import("vue").PropType<boolean>;
32
+ };
33
+ selected: {
34
+ type: import("vue").PropType<boolean>;
35
+ };
36
+ raised: {
37
+ type: import("vue").PropType<boolean>;
38
+ };
39
+ }>> & {
40
+ onClick?: ((value: Event) => any) | undefined;
41
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
42
+ click: (value: Event) => void;
43
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
44
+ disabled: {
45
+ type: import("vue").PropType<boolean>;
46
+ };
47
+ small: {
48
+ type: import("vue").PropType<boolean>;
49
+ };
50
+ text: {
51
+ type: import("vue").PropType<boolean>;
52
+ };
53
+ icon: {
54
+ type: import("vue").PropType<string>;
55
+ };
56
+ variant: {
57
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
58
+ default: string;
59
+ };
60
+ iconClass: {
61
+ type: import("vue").PropType<string>;
62
+ };
63
+ iconSize: {
64
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
65
+ default: string;
66
+ };
67
+ outline: {
68
+ type: import("vue").PropType<boolean>;
69
+ };
70
+ selected: {
71
+ type: import("vue").PropType<boolean>;
72
+ };
73
+ raised: {
74
+ type: import("vue").PropType<boolean>;
75
+ };
76
+ }>> & {
77
+ onClick?: ((value: Event) => any) | undefined;
78
+ }, {
79
+ variant: "warning" | "danger" | "primary";
80
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
81
+ }, true, {}, {}, {
82
+ P: {};
83
+ B: {};
84
+ D: {};
85
+ C: {};
86
+ M: {};
87
+ Defaults: {};
88
+ }, Readonly<import("vue").ExtractPropTypes<{
89
+ disabled: {
90
+ type: import("vue").PropType<boolean>;
91
+ };
92
+ small: {
93
+ type: import("vue").PropType<boolean>;
94
+ };
95
+ text: {
96
+ type: import("vue").PropType<boolean>;
97
+ };
98
+ icon: {
99
+ type: import("vue").PropType<string>;
100
+ };
101
+ variant: {
102
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
103
+ default: string;
104
+ };
105
+ iconClass: {
106
+ type: import("vue").PropType<string>;
107
+ };
108
+ iconSize: {
109
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
110
+ default: string;
111
+ };
112
+ outline: {
113
+ type: import("vue").PropType<boolean>;
114
+ };
115
+ selected: {
116
+ type: import("vue").PropType<boolean>;
117
+ };
118
+ raised: {
119
+ type: import("vue").PropType<boolean>;
120
+ };
121
+ }>> & {
122
+ onClick?: ((value: Event) => any) | undefined;
123
+ }, {}, {}, {}, {}, {
124
+ variant: "warning" | "danger" | "primary";
125
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
126
+ }>;
127
+ __isFragment?: undefined;
128
+ __isTeleport?: undefined;
129
+ __isSuspense?: undefined;
130
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
131
+ disabled: {
132
+ type: import("vue").PropType<boolean>;
133
+ };
134
+ small: {
135
+ type: import("vue").PropType<boolean>;
136
+ };
137
+ text: {
138
+ type: import("vue").PropType<boolean>;
139
+ };
140
+ icon: {
141
+ type: import("vue").PropType<string>;
142
+ };
143
+ variant: {
144
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
145
+ default: string;
146
+ };
147
+ iconClass: {
148
+ type: import("vue").PropType<string>;
149
+ };
150
+ iconSize: {
151
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
152
+ default: string;
153
+ };
154
+ outline: {
155
+ type: import("vue").PropType<boolean>;
156
+ };
157
+ selected: {
158
+ type: import("vue").PropType<boolean>;
159
+ };
160
+ raised: {
161
+ type: import("vue").PropType<boolean>;
162
+ };
163
+ }>> & {
164
+ onClick?: ((value: Event) => any) | undefined;
165
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
166
+ click: (value: Event) => void;
167
+ }, string, {
168
+ variant: "warning" | "danger" | "primary";
169
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
170
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
171
+ $slots: Readonly<{
172
+ default: (props?: any) => any;
173
+ }> & {
174
+ default: (props?: any) => any;
175
+ };
176
+ });
177
+ args: {
178
+ default: string;
179
+ variant: "primary";
180
+ iconSize: "s";
181
+ };
182
+ argTypes: {
183
+ default: {
184
+ control: string;
185
+ };
186
+ icon: {
187
+ control: string;
188
+ };
189
+ iconClass: {
190
+ control: string;
191
+ };
192
+ iconSize: {
193
+ control: string;
194
+ table: {
195
+ type: {
196
+ summary: string;
197
+ };
198
+ };
199
+ options: string[];
200
+ };
201
+ variant: {
202
+ control: string;
203
+ options: string[];
204
+ table: {
205
+ type: {
206
+ summary: string;
207
+ };
208
+ };
209
+ };
210
+ disabled: {
211
+ control: string;
212
+ };
213
+ small: {
214
+ control: string;
215
+ };
216
+ outline: {
217
+ control: string;
218
+ };
219
+ selected: {
220
+ control: string;
221
+ };
222
+ text: {
223
+ control: string;
224
+ };
225
+ raised: {
226
+ control: string;
227
+ };
228
+ };
229
+ };
230
+ export default _default;
231
+ export declare const Template: StoryFn<typeof VcButton>;
232
+ export declare const Basic: StoryFn<{
233
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
234
+ disabled: {
235
+ type: import("vue").PropType<boolean>;
236
+ };
237
+ small: {
238
+ type: import("vue").PropType<boolean>;
239
+ };
240
+ text: {
241
+ type: import("vue").PropType<boolean>;
242
+ };
243
+ icon: {
244
+ type: import("vue").PropType<string>;
245
+ };
246
+ variant: {
247
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
248
+ default: string;
249
+ };
250
+ iconClass: {
251
+ type: import("vue").PropType<string>;
252
+ };
253
+ iconSize: {
254
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
255
+ default: string;
256
+ };
257
+ outline: {
258
+ type: import("vue").PropType<boolean>;
259
+ };
260
+ selected: {
261
+ type: import("vue").PropType<boolean>;
262
+ };
263
+ raised: {
264
+ type: import("vue").PropType<boolean>;
265
+ };
266
+ }>> & {
267
+ onClick?: ((value: Event) => any) | undefined;
268
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
269
+ click: (value: Event) => void;
270
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
271
+ disabled: {
272
+ type: import("vue").PropType<boolean>;
273
+ };
274
+ small: {
275
+ type: import("vue").PropType<boolean>;
276
+ };
277
+ text: {
278
+ type: import("vue").PropType<boolean>;
279
+ };
280
+ icon: {
281
+ type: import("vue").PropType<string>;
282
+ };
283
+ variant: {
284
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
285
+ default: string;
286
+ };
287
+ iconClass: {
288
+ type: import("vue").PropType<string>;
289
+ };
290
+ iconSize: {
291
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
292
+ default: string;
293
+ };
294
+ outline: {
295
+ type: import("vue").PropType<boolean>;
296
+ };
297
+ selected: {
298
+ type: import("vue").PropType<boolean>;
299
+ };
300
+ raised: {
301
+ type: import("vue").PropType<boolean>;
302
+ };
303
+ }>> & {
304
+ onClick?: ((value: Event) => any) | undefined;
305
+ }, {
306
+ variant: "warning" | "danger" | "primary";
307
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
308
+ }, true, {}, {}, {
309
+ P: {};
310
+ B: {};
311
+ D: {};
312
+ C: {};
313
+ M: {};
314
+ Defaults: {};
315
+ }, Readonly<import("vue").ExtractPropTypes<{
316
+ disabled: {
317
+ type: import("vue").PropType<boolean>;
318
+ };
319
+ small: {
320
+ type: import("vue").PropType<boolean>;
321
+ };
322
+ text: {
323
+ type: import("vue").PropType<boolean>;
324
+ };
325
+ icon: {
326
+ type: import("vue").PropType<string>;
327
+ };
328
+ variant: {
329
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
330
+ default: string;
331
+ };
332
+ iconClass: {
333
+ type: import("vue").PropType<string>;
334
+ };
335
+ iconSize: {
336
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
337
+ default: string;
338
+ };
339
+ outline: {
340
+ type: import("vue").PropType<boolean>;
341
+ };
342
+ selected: {
343
+ type: import("vue").PropType<boolean>;
344
+ };
345
+ raised: {
346
+ type: import("vue").PropType<boolean>;
347
+ };
348
+ }>> & {
349
+ onClick?: ((value: Event) => any) | undefined;
350
+ }, {}, {}, {}, {}, {
351
+ variant: "warning" | "danger" | "primary";
352
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
353
+ }>;
354
+ __isFragment?: undefined;
355
+ __isTeleport?: undefined;
356
+ __isSuspense?: undefined;
357
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
358
+ disabled: {
359
+ type: import("vue").PropType<boolean>;
360
+ };
361
+ small: {
362
+ type: import("vue").PropType<boolean>;
363
+ };
364
+ text: {
365
+ type: import("vue").PropType<boolean>;
366
+ };
367
+ icon: {
368
+ type: import("vue").PropType<string>;
369
+ };
370
+ variant: {
371
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
372
+ default: string;
373
+ };
374
+ iconClass: {
375
+ type: import("vue").PropType<string>;
376
+ };
377
+ iconSize: {
378
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
379
+ default: string;
380
+ };
381
+ outline: {
382
+ type: import("vue").PropType<boolean>;
383
+ };
384
+ selected: {
385
+ type: import("vue").PropType<boolean>;
386
+ };
387
+ raised: {
388
+ type: import("vue").PropType<boolean>;
389
+ };
390
+ }>> & {
391
+ onClick?: ((value: Event) => any) | undefined;
392
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
393
+ click: (value: Event) => void;
394
+ }, string, {
395
+ variant: "warning" | "danger" | "primary";
396
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
397
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
398
+ $slots: Readonly<{
399
+ default: (props?: any) => any;
400
+ }> & {
401
+ default: (props?: any) => any;
402
+ };
403
+ })>;
404
+ export declare const Disabled: StoryFn<{
405
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
406
+ disabled: {
407
+ type: import("vue").PropType<boolean>;
408
+ };
409
+ small: {
410
+ type: import("vue").PropType<boolean>;
411
+ };
412
+ text: {
413
+ type: import("vue").PropType<boolean>;
414
+ };
415
+ icon: {
416
+ type: import("vue").PropType<string>;
417
+ };
418
+ variant: {
419
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
420
+ default: string;
421
+ };
422
+ iconClass: {
423
+ type: import("vue").PropType<string>;
424
+ };
425
+ iconSize: {
426
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
427
+ default: string;
428
+ };
429
+ outline: {
430
+ type: import("vue").PropType<boolean>;
431
+ };
432
+ selected: {
433
+ type: import("vue").PropType<boolean>;
434
+ };
435
+ raised: {
436
+ type: import("vue").PropType<boolean>;
437
+ };
438
+ }>> & {
439
+ onClick?: ((value: Event) => any) | undefined;
440
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
441
+ click: (value: Event) => void;
442
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
443
+ disabled: {
444
+ type: import("vue").PropType<boolean>;
445
+ };
446
+ small: {
447
+ type: import("vue").PropType<boolean>;
448
+ };
449
+ text: {
450
+ type: import("vue").PropType<boolean>;
451
+ };
452
+ icon: {
453
+ type: import("vue").PropType<string>;
454
+ };
455
+ variant: {
456
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
457
+ default: string;
458
+ };
459
+ iconClass: {
460
+ type: import("vue").PropType<string>;
461
+ };
462
+ iconSize: {
463
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
464
+ default: string;
465
+ };
466
+ outline: {
467
+ type: import("vue").PropType<boolean>;
468
+ };
469
+ selected: {
470
+ type: import("vue").PropType<boolean>;
471
+ };
472
+ raised: {
473
+ type: import("vue").PropType<boolean>;
474
+ };
475
+ }>> & {
476
+ onClick?: ((value: Event) => any) | undefined;
477
+ }, {
478
+ variant: "warning" | "danger" | "primary";
479
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
480
+ }, true, {}, {}, {
481
+ P: {};
482
+ B: {};
483
+ D: {};
484
+ C: {};
485
+ M: {};
486
+ Defaults: {};
487
+ }, Readonly<import("vue").ExtractPropTypes<{
488
+ disabled: {
489
+ type: import("vue").PropType<boolean>;
490
+ };
491
+ small: {
492
+ type: import("vue").PropType<boolean>;
493
+ };
494
+ text: {
495
+ type: import("vue").PropType<boolean>;
496
+ };
497
+ icon: {
498
+ type: import("vue").PropType<string>;
499
+ };
500
+ variant: {
501
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
502
+ default: string;
503
+ };
504
+ iconClass: {
505
+ type: import("vue").PropType<string>;
506
+ };
507
+ iconSize: {
508
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
509
+ default: string;
510
+ };
511
+ outline: {
512
+ type: import("vue").PropType<boolean>;
513
+ };
514
+ selected: {
515
+ type: import("vue").PropType<boolean>;
516
+ };
517
+ raised: {
518
+ type: import("vue").PropType<boolean>;
519
+ };
520
+ }>> & {
521
+ onClick?: ((value: Event) => any) | undefined;
522
+ }, {}, {}, {}, {}, {
523
+ variant: "warning" | "danger" | "primary";
524
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
525
+ }>;
526
+ __isFragment?: undefined;
527
+ __isTeleport?: undefined;
528
+ __isSuspense?: undefined;
529
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
530
+ disabled: {
531
+ type: import("vue").PropType<boolean>;
532
+ };
533
+ small: {
534
+ type: import("vue").PropType<boolean>;
535
+ };
536
+ text: {
537
+ type: import("vue").PropType<boolean>;
538
+ };
539
+ icon: {
540
+ type: import("vue").PropType<string>;
541
+ };
542
+ variant: {
543
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
544
+ default: string;
545
+ };
546
+ iconClass: {
547
+ type: import("vue").PropType<string>;
548
+ };
549
+ iconSize: {
550
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
551
+ default: string;
552
+ };
553
+ outline: {
554
+ type: import("vue").PropType<boolean>;
555
+ };
556
+ selected: {
557
+ type: import("vue").PropType<boolean>;
558
+ };
559
+ raised: {
560
+ type: import("vue").PropType<boolean>;
561
+ };
562
+ }>> & {
563
+ onClick?: ((value: Event) => any) | undefined;
564
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
565
+ click: (value: Event) => void;
566
+ }, string, {
567
+ variant: "warning" | "danger" | "primary";
568
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
569
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
570
+ $slots: Readonly<{
571
+ default: (props?: any) => any;
572
+ }> & {
573
+ default: (props?: any) => any;
574
+ };
575
+ })>;
576
+ export declare const Small: StoryFn<{
577
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
578
+ disabled: {
579
+ type: import("vue").PropType<boolean>;
580
+ };
581
+ small: {
582
+ type: import("vue").PropType<boolean>;
583
+ };
584
+ text: {
585
+ type: import("vue").PropType<boolean>;
586
+ };
587
+ icon: {
588
+ type: import("vue").PropType<string>;
589
+ };
590
+ variant: {
591
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
592
+ default: string;
593
+ };
594
+ iconClass: {
595
+ type: import("vue").PropType<string>;
596
+ };
597
+ iconSize: {
598
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
599
+ default: string;
600
+ };
601
+ outline: {
602
+ type: import("vue").PropType<boolean>;
603
+ };
604
+ selected: {
605
+ type: import("vue").PropType<boolean>;
606
+ };
607
+ raised: {
608
+ type: import("vue").PropType<boolean>;
609
+ };
610
+ }>> & {
611
+ onClick?: ((value: Event) => any) | undefined;
612
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
613
+ click: (value: Event) => void;
614
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
615
+ disabled: {
616
+ type: import("vue").PropType<boolean>;
617
+ };
618
+ small: {
619
+ type: import("vue").PropType<boolean>;
620
+ };
621
+ text: {
622
+ type: import("vue").PropType<boolean>;
623
+ };
624
+ icon: {
625
+ type: import("vue").PropType<string>;
626
+ };
627
+ variant: {
628
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
629
+ default: string;
630
+ };
631
+ iconClass: {
632
+ type: import("vue").PropType<string>;
633
+ };
634
+ iconSize: {
635
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
636
+ default: string;
637
+ };
638
+ outline: {
639
+ type: import("vue").PropType<boolean>;
640
+ };
641
+ selected: {
642
+ type: import("vue").PropType<boolean>;
643
+ };
644
+ raised: {
645
+ type: import("vue").PropType<boolean>;
646
+ };
647
+ }>> & {
648
+ onClick?: ((value: Event) => any) | undefined;
649
+ }, {
650
+ variant: "warning" | "danger" | "primary";
651
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
652
+ }, true, {}, {}, {
653
+ P: {};
654
+ B: {};
655
+ D: {};
656
+ C: {};
657
+ M: {};
658
+ Defaults: {};
659
+ }, Readonly<import("vue").ExtractPropTypes<{
660
+ disabled: {
661
+ type: import("vue").PropType<boolean>;
662
+ };
663
+ small: {
664
+ type: import("vue").PropType<boolean>;
665
+ };
666
+ text: {
667
+ type: import("vue").PropType<boolean>;
668
+ };
669
+ icon: {
670
+ type: import("vue").PropType<string>;
671
+ };
672
+ variant: {
673
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
674
+ default: string;
675
+ };
676
+ iconClass: {
677
+ type: import("vue").PropType<string>;
678
+ };
679
+ iconSize: {
680
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
681
+ default: string;
682
+ };
683
+ outline: {
684
+ type: import("vue").PropType<boolean>;
685
+ };
686
+ selected: {
687
+ type: import("vue").PropType<boolean>;
688
+ };
689
+ raised: {
690
+ type: import("vue").PropType<boolean>;
691
+ };
692
+ }>> & {
693
+ onClick?: ((value: Event) => any) | undefined;
694
+ }, {}, {}, {}, {}, {
695
+ variant: "warning" | "danger" | "primary";
696
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
697
+ }>;
698
+ __isFragment?: undefined;
699
+ __isTeleport?: undefined;
700
+ __isSuspense?: undefined;
701
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
702
+ disabled: {
703
+ type: import("vue").PropType<boolean>;
704
+ };
705
+ small: {
706
+ type: import("vue").PropType<boolean>;
707
+ };
708
+ text: {
709
+ type: import("vue").PropType<boolean>;
710
+ };
711
+ icon: {
712
+ type: import("vue").PropType<string>;
713
+ };
714
+ variant: {
715
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
716
+ default: string;
717
+ };
718
+ iconClass: {
719
+ type: import("vue").PropType<string>;
720
+ };
721
+ iconSize: {
722
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
723
+ default: string;
724
+ };
725
+ outline: {
726
+ type: import("vue").PropType<boolean>;
727
+ };
728
+ selected: {
729
+ type: import("vue").PropType<boolean>;
730
+ };
731
+ raised: {
732
+ type: import("vue").PropType<boolean>;
733
+ };
734
+ }>> & {
735
+ onClick?: ((value: Event) => any) | undefined;
736
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
737
+ click: (value: Event) => void;
738
+ }, string, {
739
+ variant: "warning" | "danger" | "primary";
740
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
741
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
742
+ $slots: Readonly<{
743
+ default: (props?: any) => any;
744
+ }> & {
745
+ default: (props?: any) => any;
746
+ };
747
+ })>;
748
+ export declare const Outline: StoryFn<{
749
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
750
+ disabled: {
751
+ type: import("vue").PropType<boolean>;
752
+ };
753
+ small: {
754
+ type: import("vue").PropType<boolean>;
755
+ };
756
+ text: {
757
+ type: import("vue").PropType<boolean>;
758
+ };
759
+ icon: {
760
+ type: import("vue").PropType<string>;
761
+ };
762
+ variant: {
763
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
764
+ default: string;
765
+ };
766
+ iconClass: {
767
+ type: import("vue").PropType<string>;
768
+ };
769
+ iconSize: {
770
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
771
+ default: string;
772
+ };
773
+ outline: {
774
+ type: import("vue").PropType<boolean>;
775
+ };
776
+ selected: {
777
+ type: import("vue").PropType<boolean>;
778
+ };
779
+ raised: {
780
+ type: import("vue").PropType<boolean>;
781
+ };
782
+ }>> & {
783
+ onClick?: ((value: Event) => any) | undefined;
784
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
785
+ click: (value: Event) => void;
786
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
787
+ disabled: {
788
+ type: import("vue").PropType<boolean>;
789
+ };
790
+ small: {
791
+ type: import("vue").PropType<boolean>;
792
+ };
793
+ text: {
794
+ type: import("vue").PropType<boolean>;
795
+ };
796
+ icon: {
797
+ type: import("vue").PropType<string>;
798
+ };
799
+ variant: {
800
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
801
+ default: string;
802
+ };
803
+ iconClass: {
804
+ type: import("vue").PropType<string>;
805
+ };
806
+ iconSize: {
807
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
808
+ default: string;
809
+ };
810
+ outline: {
811
+ type: import("vue").PropType<boolean>;
812
+ };
813
+ selected: {
814
+ type: import("vue").PropType<boolean>;
815
+ };
816
+ raised: {
817
+ type: import("vue").PropType<boolean>;
818
+ };
819
+ }>> & {
820
+ onClick?: ((value: Event) => any) | undefined;
821
+ }, {
822
+ variant: "warning" | "danger" | "primary";
823
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
824
+ }, true, {}, {}, {
825
+ P: {};
826
+ B: {};
827
+ D: {};
828
+ C: {};
829
+ M: {};
830
+ Defaults: {};
831
+ }, Readonly<import("vue").ExtractPropTypes<{
832
+ disabled: {
833
+ type: import("vue").PropType<boolean>;
834
+ };
835
+ small: {
836
+ type: import("vue").PropType<boolean>;
837
+ };
838
+ text: {
839
+ type: import("vue").PropType<boolean>;
840
+ };
841
+ icon: {
842
+ type: import("vue").PropType<string>;
843
+ };
844
+ variant: {
845
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
846
+ default: string;
847
+ };
848
+ iconClass: {
849
+ type: import("vue").PropType<string>;
850
+ };
851
+ iconSize: {
852
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
853
+ default: string;
854
+ };
855
+ outline: {
856
+ type: import("vue").PropType<boolean>;
857
+ };
858
+ selected: {
859
+ type: import("vue").PropType<boolean>;
860
+ };
861
+ raised: {
862
+ type: import("vue").PropType<boolean>;
863
+ };
864
+ }>> & {
865
+ onClick?: ((value: Event) => any) | undefined;
866
+ }, {}, {}, {}, {}, {
867
+ variant: "warning" | "danger" | "primary";
868
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
869
+ }>;
870
+ __isFragment?: undefined;
871
+ __isTeleport?: undefined;
872
+ __isSuspense?: undefined;
873
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
874
+ disabled: {
875
+ type: import("vue").PropType<boolean>;
876
+ };
877
+ small: {
878
+ type: import("vue").PropType<boolean>;
879
+ };
880
+ text: {
881
+ type: import("vue").PropType<boolean>;
882
+ };
883
+ icon: {
884
+ type: import("vue").PropType<string>;
885
+ };
886
+ variant: {
887
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
888
+ default: string;
889
+ };
890
+ iconClass: {
891
+ type: import("vue").PropType<string>;
892
+ };
893
+ iconSize: {
894
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
895
+ default: string;
896
+ };
897
+ outline: {
898
+ type: import("vue").PropType<boolean>;
899
+ };
900
+ selected: {
901
+ type: import("vue").PropType<boolean>;
902
+ };
903
+ raised: {
904
+ type: import("vue").PropType<boolean>;
905
+ };
906
+ }>> & {
907
+ onClick?: ((value: Event) => any) | undefined;
908
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
909
+ click: (value: Event) => void;
910
+ }, string, {
911
+ variant: "warning" | "danger" | "primary";
912
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
913
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
914
+ $slots: Readonly<{
915
+ default: (props?: any) => any;
916
+ }> & {
917
+ default: (props?: any) => any;
918
+ };
919
+ })>;
920
+ export declare const Selected: StoryFn<{
921
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
922
+ disabled: {
923
+ type: import("vue").PropType<boolean>;
924
+ };
925
+ small: {
926
+ type: import("vue").PropType<boolean>;
927
+ };
928
+ text: {
929
+ type: import("vue").PropType<boolean>;
930
+ };
931
+ icon: {
932
+ type: import("vue").PropType<string>;
933
+ };
934
+ variant: {
935
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
936
+ default: string;
937
+ };
938
+ iconClass: {
939
+ type: import("vue").PropType<string>;
940
+ };
941
+ iconSize: {
942
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
943
+ default: string;
944
+ };
945
+ outline: {
946
+ type: import("vue").PropType<boolean>;
947
+ };
948
+ selected: {
949
+ type: import("vue").PropType<boolean>;
950
+ };
951
+ raised: {
952
+ type: import("vue").PropType<boolean>;
953
+ };
954
+ }>> & {
955
+ onClick?: ((value: Event) => any) | undefined;
956
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
957
+ click: (value: Event) => void;
958
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
959
+ disabled: {
960
+ type: import("vue").PropType<boolean>;
961
+ };
962
+ small: {
963
+ type: import("vue").PropType<boolean>;
964
+ };
965
+ text: {
966
+ type: import("vue").PropType<boolean>;
967
+ };
968
+ icon: {
969
+ type: import("vue").PropType<string>;
970
+ };
971
+ variant: {
972
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
973
+ default: string;
974
+ };
975
+ iconClass: {
976
+ type: import("vue").PropType<string>;
977
+ };
978
+ iconSize: {
979
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
980
+ default: string;
981
+ };
982
+ outline: {
983
+ type: import("vue").PropType<boolean>;
984
+ };
985
+ selected: {
986
+ type: import("vue").PropType<boolean>;
987
+ };
988
+ raised: {
989
+ type: import("vue").PropType<boolean>;
990
+ };
991
+ }>> & {
992
+ onClick?: ((value: Event) => any) | undefined;
993
+ }, {
994
+ variant: "warning" | "danger" | "primary";
995
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
996
+ }, true, {}, {}, {
997
+ P: {};
998
+ B: {};
999
+ D: {};
1000
+ C: {};
1001
+ M: {};
1002
+ Defaults: {};
1003
+ }, Readonly<import("vue").ExtractPropTypes<{
1004
+ disabled: {
1005
+ type: import("vue").PropType<boolean>;
1006
+ };
1007
+ small: {
1008
+ type: import("vue").PropType<boolean>;
1009
+ };
1010
+ text: {
1011
+ type: import("vue").PropType<boolean>;
1012
+ };
1013
+ icon: {
1014
+ type: import("vue").PropType<string>;
1015
+ };
1016
+ variant: {
1017
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1018
+ default: string;
1019
+ };
1020
+ iconClass: {
1021
+ type: import("vue").PropType<string>;
1022
+ };
1023
+ iconSize: {
1024
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1025
+ default: string;
1026
+ };
1027
+ outline: {
1028
+ type: import("vue").PropType<boolean>;
1029
+ };
1030
+ selected: {
1031
+ type: import("vue").PropType<boolean>;
1032
+ };
1033
+ raised: {
1034
+ type: import("vue").PropType<boolean>;
1035
+ };
1036
+ }>> & {
1037
+ onClick?: ((value: Event) => any) | undefined;
1038
+ }, {}, {}, {}, {}, {
1039
+ variant: "warning" | "danger" | "primary";
1040
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1041
+ }>;
1042
+ __isFragment?: undefined;
1043
+ __isTeleport?: undefined;
1044
+ __isSuspense?: undefined;
1045
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1046
+ disabled: {
1047
+ type: import("vue").PropType<boolean>;
1048
+ };
1049
+ small: {
1050
+ type: import("vue").PropType<boolean>;
1051
+ };
1052
+ text: {
1053
+ type: import("vue").PropType<boolean>;
1054
+ };
1055
+ icon: {
1056
+ type: import("vue").PropType<string>;
1057
+ };
1058
+ variant: {
1059
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1060
+ default: string;
1061
+ };
1062
+ iconClass: {
1063
+ type: import("vue").PropType<string>;
1064
+ };
1065
+ iconSize: {
1066
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1067
+ default: string;
1068
+ };
1069
+ outline: {
1070
+ type: import("vue").PropType<boolean>;
1071
+ };
1072
+ selected: {
1073
+ type: import("vue").PropType<boolean>;
1074
+ };
1075
+ raised: {
1076
+ type: import("vue").PropType<boolean>;
1077
+ };
1078
+ }>> & {
1079
+ onClick?: ((value: Event) => any) | undefined;
1080
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1081
+ click: (value: Event) => void;
1082
+ }, string, {
1083
+ variant: "warning" | "danger" | "primary";
1084
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1085
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1086
+ $slots: Readonly<{
1087
+ default: (props?: any) => any;
1088
+ }> & {
1089
+ default: (props?: any) => any;
1090
+ };
1091
+ })>;
1092
+ export declare const Text: StoryFn<{
1093
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
1094
+ disabled: {
1095
+ type: import("vue").PropType<boolean>;
1096
+ };
1097
+ small: {
1098
+ type: import("vue").PropType<boolean>;
1099
+ };
1100
+ text: {
1101
+ type: import("vue").PropType<boolean>;
1102
+ };
1103
+ icon: {
1104
+ type: import("vue").PropType<string>;
1105
+ };
1106
+ variant: {
1107
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1108
+ default: string;
1109
+ };
1110
+ iconClass: {
1111
+ type: import("vue").PropType<string>;
1112
+ };
1113
+ iconSize: {
1114
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1115
+ default: string;
1116
+ };
1117
+ outline: {
1118
+ type: import("vue").PropType<boolean>;
1119
+ };
1120
+ selected: {
1121
+ type: import("vue").PropType<boolean>;
1122
+ };
1123
+ raised: {
1124
+ type: import("vue").PropType<boolean>;
1125
+ };
1126
+ }>> & {
1127
+ onClick?: ((value: Event) => any) | undefined;
1128
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1129
+ click: (value: Event) => void;
1130
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1131
+ disabled: {
1132
+ type: import("vue").PropType<boolean>;
1133
+ };
1134
+ small: {
1135
+ type: import("vue").PropType<boolean>;
1136
+ };
1137
+ text: {
1138
+ type: import("vue").PropType<boolean>;
1139
+ };
1140
+ icon: {
1141
+ type: import("vue").PropType<string>;
1142
+ };
1143
+ variant: {
1144
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1145
+ default: string;
1146
+ };
1147
+ iconClass: {
1148
+ type: import("vue").PropType<string>;
1149
+ };
1150
+ iconSize: {
1151
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1152
+ default: string;
1153
+ };
1154
+ outline: {
1155
+ type: import("vue").PropType<boolean>;
1156
+ };
1157
+ selected: {
1158
+ type: import("vue").PropType<boolean>;
1159
+ };
1160
+ raised: {
1161
+ type: import("vue").PropType<boolean>;
1162
+ };
1163
+ }>> & {
1164
+ onClick?: ((value: Event) => any) | undefined;
1165
+ }, {
1166
+ variant: "warning" | "danger" | "primary";
1167
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1168
+ }, true, {}, {}, {
1169
+ P: {};
1170
+ B: {};
1171
+ D: {};
1172
+ C: {};
1173
+ M: {};
1174
+ Defaults: {};
1175
+ }, Readonly<import("vue").ExtractPropTypes<{
1176
+ disabled: {
1177
+ type: import("vue").PropType<boolean>;
1178
+ };
1179
+ small: {
1180
+ type: import("vue").PropType<boolean>;
1181
+ };
1182
+ text: {
1183
+ type: import("vue").PropType<boolean>;
1184
+ };
1185
+ icon: {
1186
+ type: import("vue").PropType<string>;
1187
+ };
1188
+ variant: {
1189
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1190
+ default: string;
1191
+ };
1192
+ iconClass: {
1193
+ type: import("vue").PropType<string>;
1194
+ };
1195
+ iconSize: {
1196
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1197
+ default: string;
1198
+ };
1199
+ outline: {
1200
+ type: import("vue").PropType<boolean>;
1201
+ };
1202
+ selected: {
1203
+ type: import("vue").PropType<boolean>;
1204
+ };
1205
+ raised: {
1206
+ type: import("vue").PropType<boolean>;
1207
+ };
1208
+ }>> & {
1209
+ onClick?: ((value: Event) => any) | undefined;
1210
+ }, {}, {}, {}, {}, {
1211
+ variant: "warning" | "danger" | "primary";
1212
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1213
+ }>;
1214
+ __isFragment?: undefined;
1215
+ __isTeleport?: undefined;
1216
+ __isSuspense?: undefined;
1217
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1218
+ disabled: {
1219
+ type: import("vue").PropType<boolean>;
1220
+ };
1221
+ small: {
1222
+ type: import("vue").PropType<boolean>;
1223
+ };
1224
+ text: {
1225
+ type: import("vue").PropType<boolean>;
1226
+ };
1227
+ icon: {
1228
+ type: import("vue").PropType<string>;
1229
+ };
1230
+ variant: {
1231
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1232
+ default: string;
1233
+ };
1234
+ iconClass: {
1235
+ type: import("vue").PropType<string>;
1236
+ };
1237
+ iconSize: {
1238
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1239
+ default: string;
1240
+ };
1241
+ outline: {
1242
+ type: import("vue").PropType<boolean>;
1243
+ };
1244
+ selected: {
1245
+ type: import("vue").PropType<boolean>;
1246
+ };
1247
+ raised: {
1248
+ type: import("vue").PropType<boolean>;
1249
+ };
1250
+ }>> & {
1251
+ onClick?: ((value: Event) => any) | undefined;
1252
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1253
+ click: (value: Event) => void;
1254
+ }, string, {
1255
+ variant: "warning" | "danger" | "primary";
1256
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1257
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1258
+ $slots: Readonly<{
1259
+ default: (props?: any) => any;
1260
+ }> & {
1261
+ default: (props?: any) => any;
1262
+ };
1263
+ })>;
1264
+ export declare const Raised: StoryFn<{
1265
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
1266
+ disabled: {
1267
+ type: import("vue").PropType<boolean>;
1268
+ };
1269
+ small: {
1270
+ type: import("vue").PropType<boolean>;
1271
+ };
1272
+ text: {
1273
+ type: import("vue").PropType<boolean>;
1274
+ };
1275
+ icon: {
1276
+ type: import("vue").PropType<string>;
1277
+ };
1278
+ variant: {
1279
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1280
+ default: string;
1281
+ };
1282
+ iconClass: {
1283
+ type: import("vue").PropType<string>;
1284
+ };
1285
+ iconSize: {
1286
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1287
+ default: string;
1288
+ };
1289
+ outline: {
1290
+ type: import("vue").PropType<boolean>;
1291
+ };
1292
+ selected: {
1293
+ type: import("vue").PropType<boolean>;
1294
+ };
1295
+ raised: {
1296
+ type: import("vue").PropType<boolean>;
1297
+ };
1298
+ }>> & {
1299
+ onClick?: ((value: Event) => any) | undefined;
1300
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1301
+ click: (value: Event) => void;
1302
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1303
+ disabled: {
1304
+ type: import("vue").PropType<boolean>;
1305
+ };
1306
+ small: {
1307
+ type: import("vue").PropType<boolean>;
1308
+ };
1309
+ text: {
1310
+ type: import("vue").PropType<boolean>;
1311
+ };
1312
+ icon: {
1313
+ type: import("vue").PropType<string>;
1314
+ };
1315
+ variant: {
1316
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1317
+ default: string;
1318
+ };
1319
+ iconClass: {
1320
+ type: import("vue").PropType<string>;
1321
+ };
1322
+ iconSize: {
1323
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1324
+ default: string;
1325
+ };
1326
+ outline: {
1327
+ type: import("vue").PropType<boolean>;
1328
+ };
1329
+ selected: {
1330
+ type: import("vue").PropType<boolean>;
1331
+ };
1332
+ raised: {
1333
+ type: import("vue").PropType<boolean>;
1334
+ };
1335
+ }>> & {
1336
+ onClick?: ((value: Event) => any) | undefined;
1337
+ }, {
1338
+ variant: "warning" | "danger" | "primary";
1339
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1340
+ }, true, {}, {}, {
1341
+ P: {};
1342
+ B: {};
1343
+ D: {};
1344
+ C: {};
1345
+ M: {};
1346
+ Defaults: {};
1347
+ }, Readonly<import("vue").ExtractPropTypes<{
1348
+ disabled: {
1349
+ type: import("vue").PropType<boolean>;
1350
+ };
1351
+ small: {
1352
+ type: import("vue").PropType<boolean>;
1353
+ };
1354
+ text: {
1355
+ type: import("vue").PropType<boolean>;
1356
+ };
1357
+ icon: {
1358
+ type: import("vue").PropType<string>;
1359
+ };
1360
+ variant: {
1361
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1362
+ default: string;
1363
+ };
1364
+ iconClass: {
1365
+ type: import("vue").PropType<string>;
1366
+ };
1367
+ iconSize: {
1368
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1369
+ default: string;
1370
+ };
1371
+ outline: {
1372
+ type: import("vue").PropType<boolean>;
1373
+ };
1374
+ selected: {
1375
+ type: import("vue").PropType<boolean>;
1376
+ };
1377
+ raised: {
1378
+ type: import("vue").PropType<boolean>;
1379
+ };
1380
+ }>> & {
1381
+ onClick?: ((value: Event) => any) | undefined;
1382
+ }, {}, {}, {}, {}, {
1383
+ variant: "warning" | "danger" | "primary";
1384
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1385
+ }>;
1386
+ __isFragment?: undefined;
1387
+ __isTeleport?: undefined;
1388
+ __isSuspense?: undefined;
1389
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1390
+ disabled: {
1391
+ type: import("vue").PropType<boolean>;
1392
+ };
1393
+ small: {
1394
+ type: import("vue").PropType<boolean>;
1395
+ };
1396
+ text: {
1397
+ type: import("vue").PropType<boolean>;
1398
+ };
1399
+ icon: {
1400
+ type: import("vue").PropType<string>;
1401
+ };
1402
+ variant: {
1403
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1404
+ default: string;
1405
+ };
1406
+ iconClass: {
1407
+ type: import("vue").PropType<string>;
1408
+ };
1409
+ iconSize: {
1410
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1411
+ default: string;
1412
+ };
1413
+ outline: {
1414
+ type: import("vue").PropType<boolean>;
1415
+ };
1416
+ selected: {
1417
+ type: import("vue").PropType<boolean>;
1418
+ };
1419
+ raised: {
1420
+ type: import("vue").PropType<boolean>;
1421
+ };
1422
+ }>> & {
1423
+ onClick?: ((value: Event) => any) | undefined;
1424
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1425
+ click: (value: Event) => void;
1426
+ }, string, {
1427
+ variant: "warning" | "danger" | "primary";
1428
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1429
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1430
+ $slots: Readonly<{
1431
+ default: (props?: any) => any;
1432
+ }> & {
1433
+ default: (props?: any) => any;
1434
+ };
1435
+ })>;
1436
+ export declare const Icon: StoryFn<{
1437
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
1438
+ disabled: {
1439
+ type: import("vue").PropType<boolean>;
1440
+ };
1441
+ small: {
1442
+ type: import("vue").PropType<boolean>;
1443
+ };
1444
+ text: {
1445
+ type: import("vue").PropType<boolean>;
1446
+ };
1447
+ icon: {
1448
+ type: import("vue").PropType<string>;
1449
+ };
1450
+ variant: {
1451
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1452
+ default: string;
1453
+ };
1454
+ iconClass: {
1455
+ type: import("vue").PropType<string>;
1456
+ };
1457
+ iconSize: {
1458
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1459
+ default: string;
1460
+ };
1461
+ outline: {
1462
+ type: import("vue").PropType<boolean>;
1463
+ };
1464
+ selected: {
1465
+ type: import("vue").PropType<boolean>;
1466
+ };
1467
+ raised: {
1468
+ type: import("vue").PropType<boolean>;
1469
+ };
1470
+ }>> & {
1471
+ onClick?: ((value: Event) => any) | undefined;
1472
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1473
+ click: (value: Event) => void;
1474
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1475
+ disabled: {
1476
+ type: import("vue").PropType<boolean>;
1477
+ };
1478
+ small: {
1479
+ type: import("vue").PropType<boolean>;
1480
+ };
1481
+ text: {
1482
+ type: import("vue").PropType<boolean>;
1483
+ };
1484
+ icon: {
1485
+ type: import("vue").PropType<string>;
1486
+ };
1487
+ variant: {
1488
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1489
+ default: string;
1490
+ };
1491
+ iconClass: {
1492
+ type: import("vue").PropType<string>;
1493
+ };
1494
+ iconSize: {
1495
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1496
+ default: string;
1497
+ };
1498
+ outline: {
1499
+ type: import("vue").PropType<boolean>;
1500
+ };
1501
+ selected: {
1502
+ type: import("vue").PropType<boolean>;
1503
+ };
1504
+ raised: {
1505
+ type: import("vue").PropType<boolean>;
1506
+ };
1507
+ }>> & {
1508
+ onClick?: ((value: Event) => any) | undefined;
1509
+ }, {
1510
+ variant: "warning" | "danger" | "primary";
1511
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1512
+ }, true, {}, {}, {
1513
+ P: {};
1514
+ B: {};
1515
+ D: {};
1516
+ C: {};
1517
+ M: {};
1518
+ Defaults: {};
1519
+ }, Readonly<import("vue").ExtractPropTypes<{
1520
+ disabled: {
1521
+ type: import("vue").PropType<boolean>;
1522
+ };
1523
+ small: {
1524
+ type: import("vue").PropType<boolean>;
1525
+ };
1526
+ text: {
1527
+ type: import("vue").PropType<boolean>;
1528
+ };
1529
+ icon: {
1530
+ type: import("vue").PropType<string>;
1531
+ };
1532
+ variant: {
1533
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1534
+ default: string;
1535
+ };
1536
+ iconClass: {
1537
+ type: import("vue").PropType<string>;
1538
+ };
1539
+ iconSize: {
1540
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1541
+ default: string;
1542
+ };
1543
+ outline: {
1544
+ type: import("vue").PropType<boolean>;
1545
+ };
1546
+ selected: {
1547
+ type: import("vue").PropType<boolean>;
1548
+ };
1549
+ raised: {
1550
+ type: import("vue").PropType<boolean>;
1551
+ };
1552
+ }>> & {
1553
+ onClick?: ((value: Event) => any) | undefined;
1554
+ }, {}, {}, {}, {}, {
1555
+ variant: "warning" | "danger" | "primary";
1556
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1557
+ }>;
1558
+ __isFragment?: undefined;
1559
+ __isTeleport?: undefined;
1560
+ __isSuspense?: undefined;
1561
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1562
+ disabled: {
1563
+ type: import("vue").PropType<boolean>;
1564
+ };
1565
+ small: {
1566
+ type: import("vue").PropType<boolean>;
1567
+ };
1568
+ text: {
1569
+ type: import("vue").PropType<boolean>;
1570
+ };
1571
+ icon: {
1572
+ type: import("vue").PropType<string>;
1573
+ };
1574
+ variant: {
1575
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1576
+ default: string;
1577
+ };
1578
+ iconClass: {
1579
+ type: import("vue").PropType<string>;
1580
+ };
1581
+ iconSize: {
1582
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1583
+ default: string;
1584
+ };
1585
+ outline: {
1586
+ type: import("vue").PropType<boolean>;
1587
+ };
1588
+ selected: {
1589
+ type: import("vue").PropType<boolean>;
1590
+ };
1591
+ raised: {
1592
+ type: import("vue").PropType<boolean>;
1593
+ };
1594
+ }>> & {
1595
+ onClick?: ((value: Event) => any) | undefined;
1596
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1597
+ click: (value: Event) => void;
1598
+ }, string, {
1599
+ variant: "warning" | "danger" | "primary";
1600
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1601
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1602
+ $slots: Readonly<{
1603
+ default: (props?: any) => any;
1604
+ }> & {
1605
+ default: (props?: any) => any;
1606
+ };
1607
+ })>;
1608
+ export declare const IconClass: StoryFn<{
1609
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
1610
+ disabled: {
1611
+ type: import("vue").PropType<boolean>;
1612
+ };
1613
+ small: {
1614
+ type: import("vue").PropType<boolean>;
1615
+ };
1616
+ text: {
1617
+ type: import("vue").PropType<boolean>;
1618
+ };
1619
+ icon: {
1620
+ type: import("vue").PropType<string>;
1621
+ };
1622
+ variant: {
1623
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1624
+ default: string;
1625
+ };
1626
+ iconClass: {
1627
+ type: import("vue").PropType<string>;
1628
+ };
1629
+ iconSize: {
1630
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1631
+ default: string;
1632
+ };
1633
+ outline: {
1634
+ type: import("vue").PropType<boolean>;
1635
+ };
1636
+ selected: {
1637
+ type: import("vue").PropType<boolean>;
1638
+ };
1639
+ raised: {
1640
+ type: import("vue").PropType<boolean>;
1641
+ };
1642
+ }>> & {
1643
+ onClick?: ((value: Event) => any) | undefined;
1644
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1645
+ click: (value: Event) => void;
1646
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1647
+ disabled: {
1648
+ type: import("vue").PropType<boolean>;
1649
+ };
1650
+ small: {
1651
+ type: import("vue").PropType<boolean>;
1652
+ };
1653
+ text: {
1654
+ type: import("vue").PropType<boolean>;
1655
+ };
1656
+ icon: {
1657
+ type: import("vue").PropType<string>;
1658
+ };
1659
+ variant: {
1660
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1661
+ default: string;
1662
+ };
1663
+ iconClass: {
1664
+ type: import("vue").PropType<string>;
1665
+ };
1666
+ iconSize: {
1667
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1668
+ default: string;
1669
+ };
1670
+ outline: {
1671
+ type: import("vue").PropType<boolean>;
1672
+ };
1673
+ selected: {
1674
+ type: import("vue").PropType<boolean>;
1675
+ };
1676
+ raised: {
1677
+ type: import("vue").PropType<boolean>;
1678
+ };
1679
+ }>> & {
1680
+ onClick?: ((value: Event) => any) | undefined;
1681
+ }, {
1682
+ variant: "warning" | "danger" | "primary";
1683
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1684
+ }, true, {}, {}, {
1685
+ P: {};
1686
+ B: {};
1687
+ D: {};
1688
+ C: {};
1689
+ M: {};
1690
+ Defaults: {};
1691
+ }, Readonly<import("vue").ExtractPropTypes<{
1692
+ disabled: {
1693
+ type: import("vue").PropType<boolean>;
1694
+ };
1695
+ small: {
1696
+ type: import("vue").PropType<boolean>;
1697
+ };
1698
+ text: {
1699
+ type: import("vue").PropType<boolean>;
1700
+ };
1701
+ icon: {
1702
+ type: import("vue").PropType<string>;
1703
+ };
1704
+ variant: {
1705
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1706
+ default: string;
1707
+ };
1708
+ iconClass: {
1709
+ type: import("vue").PropType<string>;
1710
+ };
1711
+ iconSize: {
1712
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1713
+ default: string;
1714
+ };
1715
+ outline: {
1716
+ type: import("vue").PropType<boolean>;
1717
+ };
1718
+ selected: {
1719
+ type: import("vue").PropType<boolean>;
1720
+ };
1721
+ raised: {
1722
+ type: import("vue").PropType<boolean>;
1723
+ };
1724
+ }>> & {
1725
+ onClick?: ((value: Event) => any) | undefined;
1726
+ }, {}, {}, {}, {}, {
1727
+ variant: "warning" | "danger" | "primary";
1728
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1729
+ }>;
1730
+ __isFragment?: undefined;
1731
+ __isTeleport?: undefined;
1732
+ __isSuspense?: undefined;
1733
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1734
+ disabled: {
1735
+ type: import("vue").PropType<boolean>;
1736
+ };
1737
+ small: {
1738
+ type: import("vue").PropType<boolean>;
1739
+ };
1740
+ text: {
1741
+ type: import("vue").PropType<boolean>;
1742
+ };
1743
+ icon: {
1744
+ type: import("vue").PropType<string>;
1745
+ };
1746
+ variant: {
1747
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1748
+ default: string;
1749
+ };
1750
+ iconClass: {
1751
+ type: import("vue").PropType<string>;
1752
+ };
1753
+ iconSize: {
1754
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1755
+ default: string;
1756
+ };
1757
+ outline: {
1758
+ type: import("vue").PropType<boolean>;
1759
+ };
1760
+ selected: {
1761
+ type: import("vue").PropType<boolean>;
1762
+ };
1763
+ raised: {
1764
+ type: import("vue").PropType<boolean>;
1765
+ };
1766
+ }>> & {
1767
+ onClick?: ((value: Event) => any) | undefined;
1768
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1769
+ click: (value: Event) => void;
1770
+ }, string, {
1771
+ variant: "warning" | "danger" | "primary";
1772
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1773
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1774
+ $slots: Readonly<{
1775
+ default: (props?: any) => any;
1776
+ }> & {
1777
+ default: (props?: any) => any;
1778
+ };
1779
+ })>;
1780
+ export declare const IconSize: StoryFn<{
1781
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
1782
+ disabled: {
1783
+ type: import("vue").PropType<boolean>;
1784
+ };
1785
+ small: {
1786
+ type: import("vue").PropType<boolean>;
1787
+ };
1788
+ text: {
1789
+ type: import("vue").PropType<boolean>;
1790
+ };
1791
+ icon: {
1792
+ type: import("vue").PropType<string>;
1793
+ };
1794
+ variant: {
1795
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1796
+ default: string;
1797
+ };
1798
+ iconClass: {
1799
+ type: import("vue").PropType<string>;
1800
+ };
1801
+ iconSize: {
1802
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1803
+ default: string;
1804
+ };
1805
+ outline: {
1806
+ type: import("vue").PropType<boolean>;
1807
+ };
1808
+ selected: {
1809
+ type: import("vue").PropType<boolean>;
1810
+ };
1811
+ raised: {
1812
+ type: import("vue").PropType<boolean>;
1813
+ };
1814
+ }>> & {
1815
+ onClick?: ((value: Event) => any) | undefined;
1816
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1817
+ click: (value: Event) => void;
1818
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1819
+ disabled: {
1820
+ type: import("vue").PropType<boolean>;
1821
+ };
1822
+ small: {
1823
+ type: import("vue").PropType<boolean>;
1824
+ };
1825
+ text: {
1826
+ type: import("vue").PropType<boolean>;
1827
+ };
1828
+ icon: {
1829
+ type: import("vue").PropType<string>;
1830
+ };
1831
+ variant: {
1832
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1833
+ default: string;
1834
+ };
1835
+ iconClass: {
1836
+ type: import("vue").PropType<string>;
1837
+ };
1838
+ iconSize: {
1839
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1840
+ default: string;
1841
+ };
1842
+ outline: {
1843
+ type: import("vue").PropType<boolean>;
1844
+ };
1845
+ selected: {
1846
+ type: import("vue").PropType<boolean>;
1847
+ };
1848
+ raised: {
1849
+ type: import("vue").PropType<boolean>;
1850
+ };
1851
+ }>> & {
1852
+ onClick?: ((value: Event) => any) | undefined;
1853
+ }, {
1854
+ variant: "warning" | "danger" | "primary";
1855
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1856
+ }, true, {}, {}, {
1857
+ P: {};
1858
+ B: {};
1859
+ D: {};
1860
+ C: {};
1861
+ M: {};
1862
+ Defaults: {};
1863
+ }, Readonly<import("vue").ExtractPropTypes<{
1864
+ disabled: {
1865
+ type: import("vue").PropType<boolean>;
1866
+ };
1867
+ small: {
1868
+ type: import("vue").PropType<boolean>;
1869
+ };
1870
+ text: {
1871
+ type: import("vue").PropType<boolean>;
1872
+ };
1873
+ icon: {
1874
+ type: import("vue").PropType<string>;
1875
+ };
1876
+ variant: {
1877
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1878
+ default: string;
1879
+ };
1880
+ iconClass: {
1881
+ type: import("vue").PropType<string>;
1882
+ };
1883
+ iconSize: {
1884
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1885
+ default: string;
1886
+ };
1887
+ outline: {
1888
+ type: import("vue").PropType<boolean>;
1889
+ };
1890
+ selected: {
1891
+ type: import("vue").PropType<boolean>;
1892
+ };
1893
+ raised: {
1894
+ type: import("vue").PropType<boolean>;
1895
+ };
1896
+ }>> & {
1897
+ onClick?: ((value: Event) => any) | undefined;
1898
+ }, {}, {}, {}, {}, {
1899
+ variant: "warning" | "danger" | "primary";
1900
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1901
+ }>;
1902
+ __isFragment?: undefined;
1903
+ __isTeleport?: undefined;
1904
+ __isSuspense?: undefined;
1905
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1906
+ disabled: {
1907
+ type: import("vue").PropType<boolean>;
1908
+ };
1909
+ small: {
1910
+ type: import("vue").PropType<boolean>;
1911
+ };
1912
+ text: {
1913
+ type: import("vue").PropType<boolean>;
1914
+ };
1915
+ icon: {
1916
+ type: import("vue").PropType<string>;
1917
+ };
1918
+ variant: {
1919
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1920
+ default: string;
1921
+ };
1922
+ iconClass: {
1923
+ type: import("vue").PropType<string>;
1924
+ };
1925
+ iconSize: {
1926
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1927
+ default: string;
1928
+ };
1929
+ outline: {
1930
+ type: import("vue").PropType<boolean>;
1931
+ };
1932
+ selected: {
1933
+ type: import("vue").PropType<boolean>;
1934
+ };
1935
+ raised: {
1936
+ type: import("vue").PropType<boolean>;
1937
+ };
1938
+ }>> & {
1939
+ onClick?: ((value: Event) => any) | undefined;
1940
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1941
+ click: (value: Event) => void;
1942
+ }, string, {
1943
+ variant: "warning" | "danger" | "primary";
1944
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1945
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1946
+ $slots: Readonly<{
1947
+ default: (props?: any) => any;
1948
+ }> & {
1949
+ default: (props?: any) => any;
1950
+ };
1951
+ })>;
1952
+ export declare const Warning: StoryFn<{
1953
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
1954
+ disabled: {
1955
+ type: import("vue").PropType<boolean>;
1956
+ };
1957
+ small: {
1958
+ type: import("vue").PropType<boolean>;
1959
+ };
1960
+ text: {
1961
+ type: import("vue").PropType<boolean>;
1962
+ };
1963
+ icon: {
1964
+ type: import("vue").PropType<string>;
1965
+ };
1966
+ variant: {
1967
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
1968
+ default: string;
1969
+ };
1970
+ iconClass: {
1971
+ type: import("vue").PropType<string>;
1972
+ };
1973
+ iconSize: {
1974
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1975
+ default: string;
1976
+ };
1977
+ outline: {
1978
+ type: import("vue").PropType<boolean>;
1979
+ };
1980
+ selected: {
1981
+ type: import("vue").PropType<boolean>;
1982
+ };
1983
+ raised: {
1984
+ type: import("vue").PropType<boolean>;
1985
+ };
1986
+ }>> & {
1987
+ onClick?: ((value: Event) => any) | undefined;
1988
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1989
+ click: (value: Event) => void;
1990
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1991
+ disabled: {
1992
+ type: import("vue").PropType<boolean>;
1993
+ };
1994
+ small: {
1995
+ type: import("vue").PropType<boolean>;
1996
+ };
1997
+ text: {
1998
+ type: import("vue").PropType<boolean>;
1999
+ };
2000
+ icon: {
2001
+ type: import("vue").PropType<string>;
2002
+ };
2003
+ variant: {
2004
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
2005
+ default: string;
2006
+ };
2007
+ iconClass: {
2008
+ type: import("vue").PropType<string>;
2009
+ };
2010
+ iconSize: {
2011
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2012
+ default: string;
2013
+ };
2014
+ outline: {
2015
+ type: import("vue").PropType<boolean>;
2016
+ };
2017
+ selected: {
2018
+ type: import("vue").PropType<boolean>;
2019
+ };
2020
+ raised: {
2021
+ type: import("vue").PropType<boolean>;
2022
+ };
2023
+ }>> & {
2024
+ onClick?: ((value: Event) => any) | undefined;
2025
+ }, {
2026
+ variant: "warning" | "danger" | "primary";
2027
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2028
+ }, true, {}, {}, {
2029
+ P: {};
2030
+ B: {};
2031
+ D: {};
2032
+ C: {};
2033
+ M: {};
2034
+ Defaults: {};
2035
+ }, Readonly<import("vue").ExtractPropTypes<{
2036
+ disabled: {
2037
+ type: import("vue").PropType<boolean>;
2038
+ };
2039
+ small: {
2040
+ type: import("vue").PropType<boolean>;
2041
+ };
2042
+ text: {
2043
+ type: import("vue").PropType<boolean>;
2044
+ };
2045
+ icon: {
2046
+ type: import("vue").PropType<string>;
2047
+ };
2048
+ variant: {
2049
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
2050
+ default: string;
2051
+ };
2052
+ iconClass: {
2053
+ type: import("vue").PropType<string>;
2054
+ };
2055
+ iconSize: {
2056
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2057
+ default: string;
2058
+ };
2059
+ outline: {
2060
+ type: import("vue").PropType<boolean>;
2061
+ };
2062
+ selected: {
2063
+ type: import("vue").PropType<boolean>;
2064
+ };
2065
+ raised: {
2066
+ type: import("vue").PropType<boolean>;
2067
+ };
2068
+ }>> & {
2069
+ onClick?: ((value: Event) => any) | undefined;
2070
+ }, {}, {}, {}, {}, {
2071
+ variant: "warning" | "danger" | "primary";
2072
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2073
+ }>;
2074
+ __isFragment?: undefined;
2075
+ __isTeleport?: undefined;
2076
+ __isSuspense?: undefined;
2077
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2078
+ disabled: {
2079
+ type: import("vue").PropType<boolean>;
2080
+ };
2081
+ small: {
2082
+ type: import("vue").PropType<boolean>;
2083
+ };
2084
+ text: {
2085
+ type: import("vue").PropType<boolean>;
2086
+ };
2087
+ icon: {
2088
+ type: import("vue").PropType<string>;
2089
+ };
2090
+ variant: {
2091
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
2092
+ default: string;
2093
+ };
2094
+ iconClass: {
2095
+ type: import("vue").PropType<string>;
2096
+ };
2097
+ iconSize: {
2098
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2099
+ default: string;
2100
+ };
2101
+ outline: {
2102
+ type: import("vue").PropType<boolean>;
2103
+ };
2104
+ selected: {
2105
+ type: import("vue").PropType<boolean>;
2106
+ };
2107
+ raised: {
2108
+ type: import("vue").PropType<boolean>;
2109
+ };
2110
+ }>> & {
2111
+ onClick?: ((value: Event) => any) | undefined;
2112
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2113
+ click: (value: Event) => void;
2114
+ }, string, {
2115
+ variant: "warning" | "danger" | "primary";
2116
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2117
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2118
+ $slots: Readonly<{
2119
+ default: (props?: any) => any;
2120
+ }> & {
2121
+ default: (props?: any) => any;
2122
+ };
2123
+ })>;
2124
+ export declare const Danger: StoryFn<{
2125
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
2126
+ disabled: {
2127
+ type: import("vue").PropType<boolean>;
2128
+ };
2129
+ small: {
2130
+ type: import("vue").PropType<boolean>;
2131
+ };
2132
+ text: {
2133
+ type: import("vue").PropType<boolean>;
2134
+ };
2135
+ icon: {
2136
+ type: import("vue").PropType<string>;
2137
+ };
2138
+ variant: {
2139
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
2140
+ default: string;
2141
+ };
2142
+ iconClass: {
2143
+ type: import("vue").PropType<string>;
2144
+ };
2145
+ iconSize: {
2146
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2147
+ default: string;
2148
+ };
2149
+ outline: {
2150
+ type: import("vue").PropType<boolean>;
2151
+ };
2152
+ selected: {
2153
+ type: import("vue").PropType<boolean>;
2154
+ };
2155
+ raised: {
2156
+ type: import("vue").PropType<boolean>;
2157
+ };
2158
+ }>> & {
2159
+ onClick?: ((value: Event) => any) | undefined;
2160
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2161
+ click: (value: Event) => void;
2162
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2163
+ disabled: {
2164
+ type: import("vue").PropType<boolean>;
2165
+ };
2166
+ small: {
2167
+ type: import("vue").PropType<boolean>;
2168
+ };
2169
+ text: {
2170
+ type: import("vue").PropType<boolean>;
2171
+ };
2172
+ icon: {
2173
+ type: import("vue").PropType<string>;
2174
+ };
2175
+ variant: {
2176
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
2177
+ default: string;
2178
+ };
2179
+ iconClass: {
2180
+ type: import("vue").PropType<string>;
2181
+ };
2182
+ iconSize: {
2183
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2184
+ default: string;
2185
+ };
2186
+ outline: {
2187
+ type: import("vue").PropType<boolean>;
2188
+ };
2189
+ selected: {
2190
+ type: import("vue").PropType<boolean>;
2191
+ };
2192
+ raised: {
2193
+ type: import("vue").PropType<boolean>;
2194
+ };
2195
+ }>> & {
2196
+ onClick?: ((value: Event) => any) | undefined;
2197
+ }, {
2198
+ variant: "warning" | "danger" | "primary";
2199
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2200
+ }, true, {}, {}, {
2201
+ P: {};
2202
+ B: {};
2203
+ D: {};
2204
+ C: {};
2205
+ M: {};
2206
+ Defaults: {};
2207
+ }, Readonly<import("vue").ExtractPropTypes<{
2208
+ disabled: {
2209
+ type: import("vue").PropType<boolean>;
2210
+ };
2211
+ small: {
2212
+ type: import("vue").PropType<boolean>;
2213
+ };
2214
+ text: {
2215
+ type: import("vue").PropType<boolean>;
2216
+ };
2217
+ icon: {
2218
+ type: import("vue").PropType<string>;
2219
+ };
2220
+ variant: {
2221
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
2222
+ default: string;
2223
+ };
2224
+ iconClass: {
2225
+ type: import("vue").PropType<string>;
2226
+ };
2227
+ iconSize: {
2228
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2229
+ default: string;
2230
+ };
2231
+ outline: {
2232
+ type: import("vue").PropType<boolean>;
2233
+ };
2234
+ selected: {
2235
+ type: import("vue").PropType<boolean>;
2236
+ };
2237
+ raised: {
2238
+ type: import("vue").PropType<boolean>;
2239
+ };
2240
+ }>> & {
2241
+ onClick?: ((value: Event) => any) | undefined;
2242
+ }, {}, {}, {}, {}, {
2243
+ variant: "warning" | "danger" | "primary";
2244
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2245
+ }>;
2246
+ __isFragment?: undefined;
2247
+ __isTeleport?: undefined;
2248
+ __isSuspense?: undefined;
2249
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2250
+ disabled: {
2251
+ type: import("vue").PropType<boolean>;
2252
+ };
2253
+ small: {
2254
+ type: import("vue").PropType<boolean>;
2255
+ };
2256
+ text: {
2257
+ type: import("vue").PropType<boolean>;
2258
+ };
2259
+ icon: {
2260
+ type: import("vue").PropType<string>;
2261
+ };
2262
+ variant: {
2263
+ type: import("vue").PropType<"warning" | "danger" | "primary">;
2264
+ default: string;
2265
+ };
2266
+ iconClass: {
2267
+ type: import("vue").PropType<string>;
2268
+ };
2269
+ iconSize: {
2270
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2271
+ default: string;
2272
+ };
2273
+ outline: {
2274
+ type: import("vue").PropType<boolean>;
2275
+ };
2276
+ selected: {
2277
+ type: import("vue").PropType<boolean>;
2278
+ };
2279
+ raised: {
2280
+ type: import("vue").PropType<boolean>;
2281
+ };
2282
+ }>> & {
2283
+ onClick?: ((value: Event) => any) | undefined;
2284
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2285
+ click: (value: Event) => void;
2286
+ }, string, {
2287
+ variant: "warning" | "danger" | "primary";
2288
+ iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2289
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2290
+ $slots: Readonly<{
2291
+ default: (props?: any) => any;
2292
+ }> & {
2293
+ default: (props?: any) => any;
2294
+ };
2295
+ })>;
2296
+ export declare const AllStates: StoryFn<typeof VcButton>;
7
2297
  //# sourceMappingURL=vc-button.stories.d.ts.map