@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,1121 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcCard } from ".";
3
- declare const meta: Meta<typeof VcCard>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcCard>;
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
+ fill: {
8
+ type: import("vue").PropType<boolean>;
9
+ };
10
+ header: {
11
+ type: import("vue").PropType<string>;
12
+ };
13
+ icon: {
14
+ type: import("vue").PropType<string>;
15
+ };
16
+ variant: {
17
+ type: import("vue").PropType<"default" | "danger" | "success">;
18
+ default: string;
19
+ };
20
+ isCollapsable: {
21
+ type: import("vue").PropType<boolean>;
22
+ };
23
+ isCollapsed: {
24
+ type: import("vue").PropType<boolean>;
25
+ };
26
+ }>> & {
27
+ "onHeader:click"?: (() => any) | undefined;
28
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
29
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
+ "header:click": () => void;
31
+ "state:collapsed": (isCollapsedState: boolean) => void;
32
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
33
+ fill: {
34
+ type: import("vue").PropType<boolean>;
35
+ };
36
+ header: {
37
+ type: import("vue").PropType<string>;
38
+ };
39
+ icon: {
40
+ type: import("vue").PropType<string>;
41
+ };
42
+ variant: {
43
+ type: import("vue").PropType<"default" | "danger" | "success">;
44
+ default: string;
45
+ };
46
+ isCollapsable: {
47
+ type: import("vue").PropType<boolean>;
48
+ };
49
+ isCollapsed: {
50
+ type: import("vue").PropType<boolean>;
51
+ };
52
+ }>> & {
53
+ "onHeader:click"?: (() => any) | undefined;
54
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
55
+ }, {
56
+ variant: "default" | "danger" | "success";
57
+ }, true, {}, {}, {
58
+ P: {};
59
+ B: {};
60
+ D: {};
61
+ C: {};
62
+ M: {};
63
+ Defaults: {};
64
+ }, Readonly<import("vue").ExtractPropTypes<{
65
+ fill: {
66
+ type: import("vue").PropType<boolean>;
67
+ };
68
+ header: {
69
+ type: import("vue").PropType<string>;
70
+ };
71
+ icon: {
72
+ type: import("vue").PropType<string>;
73
+ };
74
+ variant: {
75
+ type: import("vue").PropType<"default" | "danger" | "success">;
76
+ default: string;
77
+ };
78
+ isCollapsable: {
79
+ type: import("vue").PropType<boolean>;
80
+ };
81
+ isCollapsed: {
82
+ type: import("vue").PropType<boolean>;
83
+ };
84
+ }>> & {
85
+ "onHeader:click"?: (() => any) | undefined;
86
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
87
+ }, {}, {}, {}, {}, {
88
+ variant: "default" | "danger" | "success";
89
+ }>;
90
+ __isFragment?: undefined;
91
+ __isTeleport?: undefined;
92
+ __isSuspense?: undefined;
93
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
94
+ fill: {
95
+ type: import("vue").PropType<boolean>;
96
+ };
97
+ header: {
98
+ type: import("vue").PropType<string>;
99
+ };
100
+ icon: {
101
+ type: import("vue").PropType<string>;
102
+ };
103
+ variant: {
104
+ type: import("vue").PropType<"default" | "danger" | "success">;
105
+ default: string;
106
+ };
107
+ isCollapsable: {
108
+ type: import("vue").PropType<boolean>;
109
+ };
110
+ isCollapsed: {
111
+ type: import("vue").PropType<boolean>;
112
+ };
113
+ }>> & {
114
+ "onHeader:click"?: (() => any) | undefined;
115
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
116
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
117
+ "header:click": () => void;
118
+ "state:collapsed": (isCollapsedState: boolean) => void;
119
+ }, string, {
120
+ variant: "default" | "danger" | "success";
121
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
122
+ $slots: Readonly<{
123
+ default: (props?: any) => any;
124
+ actions: (props?: any) => any;
125
+ }> & {
126
+ default: (props?: any) => any;
127
+ actions: (props?: any) => any;
128
+ };
129
+ });
130
+ args: {
131
+ header: string;
132
+ variant: "default";
133
+ default: string;
134
+ };
135
+ argTypes: {
136
+ default: {
137
+ control: string;
138
+ options: string[];
139
+ mapping: {
140
+ Text: string;
141
+ Component: {
142
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
143
+ disabled: {
144
+ type: import("vue").PropType<boolean>;
145
+ };
146
+ type: {
147
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
148
+ default: string;
149
+ };
150
+ label: {
151
+ type: import("vue").PropType<string>;
152
+ };
153
+ name: {
154
+ type: import("vue").PropType<string>;
155
+ default: string;
156
+ };
157
+ modelValue: {
158
+ type: import("vue").PropType<string | number | Date | null>;
159
+ };
160
+ required: {
161
+ type: import("vue").PropType<boolean>;
162
+ };
163
+ errorMessage: {
164
+ type: import("vue").PropType<string>;
165
+ };
166
+ tooltip: {
167
+ type: import("vue").PropType<string>;
168
+ };
169
+ error: {
170
+ type: import("vue").PropType<boolean>;
171
+ };
172
+ multilanguage: {
173
+ type: import("vue").PropType<boolean>;
174
+ };
175
+ currentLanguage: {
176
+ type: import("vue").PropType<string>;
177
+ };
178
+ placeholder: {
179
+ type: import("vue").PropType<string>;
180
+ };
181
+ hint: {
182
+ type: import("vue").PropType<string>;
183
+ };
184
+ clearable: {
185
+ type: import("vue").PropType<boolean>;
186
+ };
187
+ prefix: {
188
+ type: import("vue").PropType<string>;
189
+ };
190
+ suffix: {
191
+ type: import("vue").PropType<string>;
192
+ };
193
+ loading: {
194
+ type: import("vue").PropType<boolean>;
195
+ };
196
+ debounce: {
197
+ type: import("vue").PropType<string | number>;
198
+ };
199
+ autofocus: {
200
+ type: import("vue").PropType<boolean>;
201
+ };
202
+ maxlength: {
203
+ type: import("vue").PropType<string | number>;
204
+ default: string;
205
+ };
206
+ }>> & {
207
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
208
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
209
+ "update:modelValue": (value: string | number | Date | null | undefined) => void;
210
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
211
+ disabled: {
212
+ type: import("vue").PropType<boolean>;
213
+ };
214
+ type: {
215
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
216
+ default: string;
217
+ };
218
+ label: {
219
+ type: import("vue").PropType<string>;
220
+ };
221
+ name: {
222
+ type: import("vue").PropType<string>;
223
+ default: string;
224
+ };
225
+ modelValue: {
226
+ type: import("vue").PropType<string | number | Date | null>;
227
+ };
228
+ required: {
229
+ type: import("vue").PropType<boolean>;
230
+ };
231
+ errorMessage: {
232
+ type: import("vue").PropType<string>;
233
+ };
234
+ tooltip: {
235
+ type: import("vue").PropType<string>;
236
+ };
237
+ error: {
238
+ type: import("vue").PropType<boolean>;
239
+ };
240
+ multilanguage: {
241
+ type: import("vue").PropType<boolean>;
242
+ };
243
+ currentLanguage: {
244
+ type: import("vue").PropType<string>;
245
+ };
246
+ placeholder: {
247
+ type: import("vue").PropType<string>;
248
+ };
249
+ hint: {
250
+ type: import("vue").PropType<string>;
251
+ };
252
+ clearable: {
253
+ type: import("vue").PropType<boolean>;
254
+ };
255
+ prefix: {
256
+ type: import("vue").PropType<string>;
257
+ };
258
+ suffix: {
259
+ type: import("vue").PropType<string>;
260
+ };
261
+ loading: {
262
+ type: import("vue").PropType<boolean>;
263
+ };
264
+ debounce: {
265
+ type: import("vue").PropType<string | number>;
266
+ };
267
+ autofocus: {
268
+ type: import("vue").PropType<boolean>;
269
+ };
270
+ maxlength: {
271
+ type: import("vue").PropType<string | number>;
272
+ default: string;
273
+ };
274
+ }>> & {
275
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
276
+ }, {
277
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
278
+ name: string;
279
+ maxlength: string | number;
280
+ }, true, {}, {}, {
281
+ P: {};
282
+ B: {};
283
+ D: {};
284
+ C: {};
285
+ M: {};
286
+ Defaults: {};
287
+ }, Readonly<import("vue").ExtractPropTypes<{
288
+ disabled: {
289
+ type: import("vue").PropType<boolean>;
290
+ };
291
+ type: {
292
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
293
+ default: string;
294
+ };
295
+ label: {
296
+ type: import("vue").PropType<string>;
297
+ };
298
+ name: {
299
+ type: import("vue").PropType<string>;
300
+ default: string;
301
+ };
302
+ modelValue: {
303
+ type: import("vue").PropType<string | number | Date | null>;
304
+ };
305
+ required: {
306
+ type: import("vue").PropType<boolean>;
307
+ };
308
+ errorMessage: {
309
+ type: import("vue").PropType<string>;
310
+ };
311
+ tooltip: {
312
+ type: import("vue").PropType<string>;
313
+ };
314
+ error: {
315
+ type: import("vue").PropType<boolean>;
316
+ };
317
+ multilanguage: {
318
+ type: import("vue").PropType<boolean>;
319
+ };
320
+ currentLanguage: {
321
+ type: import("vue").PropType<string>;
322
+ };
323
+ placeholder: {
324
+ type: import("vue").PropType<string>;
325
+ };
326
+ hint: {
327
+ type: import("vue").PropType<string>;
328
+ };
329
+ clearable: {
330
+ type: import("vue").PropType<boolean>;
331
+ };
332
+ prefix: {
333
+ type: import("vue").PropType<string>;
334
+ };
335
+ suffix: {
336
+ type: import("vue").PropType<string>;
337
+ };
338
+ loading: {
339
+ type: import("vue").PropType<boolean>;
340
+ };
341
+ debounce: {
342
+ type: import("vue").PropType<string | number>;
343
+ };
344
+ autofocus: {
345
+ type: import("vue").PropType<boolean>;
346
+ };
347
+ maxlength: {
348
+ type: import("vue").PropType<string | number>;
349
+ default: string;
350
+ };
351
+ }>> & {
352
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
353
+ }, {}, {}, {}, {}, {
354
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
355
+ name: string;
356
+ maxlength: string | number;
357
+ }>;
358
+ __isFragment?: undefined;
359
+ __isTeleport?: undefined;
360
+ __isSuspense?: undefined;
361
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
362
+ disabled: {
363
+ type: import("vue").PropType<boolean>;
364
+ };
365
+ type: {
366
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
367
+ default: string;
368
+ };
369
+ label: {
370
+ type: import("vue").PropType<string>;
371
+ };
372
+ name: {
373
+ type: import("vue").PropType<string>;
374
+ default: string;
375
+ };
376
+ modelValue: {
377
+ type: import("vue").PropType<string | number | Date | null>;
378
+ };
379
+ required: {
380
+ type: import("vue").PropType<boolean>;
381
+ };
382
+ errorMessage: {
383
+ type: import("vue").PropType<string>;
384
+ };
385
+ tooltip: {
386
+ type: import("vue").PropType<string>;
387
+ };
388
+ error: {
389
+ type: import("vue").PropType<boolean>;
390
+ };
391
+ multilanguage: {
392
+ type: import("vue").PropType<boolean>;
393
+ };
394
+ currentLanguage: {
395
+ type: import("vue").PropType<string>;
396
+ };
397
+ placeholder: {
398
+ type: import("vue").PropType<string>;
399
+ };
400
+ hint: {
401
+ type: import("vue").PropType<string>;
402
+ };
403
+ clearable: {
404
+ type: import("vue").PropType<boolean>;
405
+ };
406
+ prefix: {
407
+ type: import("vue").PropType<string>;
408
+ };
409
+ suffix: {
410
+ type: import("vue").PropType<string>;
411
+ };
412
+ loading: {
413
+ type: import("vue").PropType<boolean>;
414
+ };
415
+ debounce: {
416
+ type: import("vue").PropType<string | number>;
417
+ };
418
+ autofocus: {
419
+ type: import("vue").PropType<boolean>;
420
+ };
421
+ maxlength: {
422
+ type: import("vue").PropType<string | number>;
423
+ default: string;
424
+ };
425
+ }>> & {
426
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
427
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
428
+ "update:modelValue": (value: string | number | Date | null | undefined) => void;
429
+ }, string, {
430
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
431
+ name: string;
432
+ maxlength: string | number;
433
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
434
+ $slots: Readonly<{
435
+ control: (scope: {
436
+ editable: boolean | undefined;
437
+ focused: boolean | undefined;
438
+ modelValue: string | number | Date | null;
439
+ emitValue: (value: string | number | Date | null) => void;
440
+ placeholder: string | undefined;
441
+ }) => any;
442
+ prepend: (props: any) => any;
443
+ "prepend-inner": (props: any) => any;
444
+ "append-inner": (props: any) => any;
445
+ append: (props: any) => any;
446
+ error: (props: any) => any;
447
+ hint: (props: any) => any;
448
+ }> & {
449
+ control: (scope: {
450
+ editable: boolean | undefined;
451
+ focused: boolean | undefined;
452
+ modelValue: string | number | Date | null;
453
+ emitValue: (value: string | number | Date | null) => void;
454
+ placeholder: string | undefined;
455
+ }) => any;
456
+ prepend: (props: any) => any;
457
+ "prepend-inner": (props: any) => any;
458
+ "append-inner": (props: any) => any;
459
+ append: (props: any) => any;
460
+ error: (props: any) => any;
461
+ hint: (props: any) => any;
462
+ };
463
+ });
464
+ };
465
+ };
466
+ header: {
467
+ control: string;
468
+ };
469
+ icon: {
470
+ control: string;
471
+ };
472
+ isCollapsable: {
473
+ control: string;
474
+ };
475
+ isCollapsed: {
476
+ control: string;
477
+ };
478
+ variant: {
479
+ control: string;
480
+ options: string[];
481
+ table: {
482
+ type: {
483
+ summary: string;
484
+ };
485
+ };
486
+ };
487
+ fill: {
488
+ control: string;
489
+ };
490
+ };
491
+ };
492
+ export default _default;
493
+ export declare const Template: StoryFn<typeof VcCard>;
494
+ export declare const Header: StoryFn<{
495
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
496
+ fill: {
497
+ type: import("vue").PropType<boolean>;
498
+ };
499
+ header: {
500
+ type: import("vue").PropType<string>;
501
+ };
502
+ icon: {
503
+ type: import("vue").PropType<string>;
504
+ };
505
+ variant: {
506
+ type: import("vue").PropType<"default" | "danger" | "success">;
507
+ default: string;
508
+ };
509
+ isCollapsable: {
510
+ type: import("vue").PropType<boolean>;
511
+ };
512
+ isCollapsed: {
513
+ type: import("vue").PropType<boolean>;
514
+ };
515
+ }>> & {
516
+ "onHeader:click"?: (() => any) | undefined;
517
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
518
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
519
+ "header:click": () => void;
520
+ "state:collapsed": (isCollapsedState: boolean) => void;
521
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
522
+ fill: {
523
+ type: import("vue").PropType<boolean>;
524
+ };
525
+ header: {
526
+ type: import("vue").PropType<string>;
527
+ };
528
+ icon: {
529
+ type: import("vue").PropType<string>;
530
+ };
531
+ variant: {
532
+ type: import("vue").PropType<"default" | "danger" | "success">;
533
+ default: string;
534
+ };
535
+ isCollapsable: {
536
+ type: import("vue").PropType<boolean>;
537
+ };
538
+ isCollapsed: {
539
+ type: import("vue").PropType<boolean>;
540
+ };
541
+ }>> & {
542
+ "onHeader:click"?: (() => any) | undefined;
543
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
544
+ }, {
545
+ variant: "default" | "danger" | "success";
546
+ }, true, {}, {}, {
547
+ P: {};
548
+ B: {};
549
+ D: {};
550
+ C: {};
551
+ M: {};
552
+ Defaults: {};
553
+ }, Readonly<import("vue").ExtractPropTypes<{
554
+ fill: {
555
+ type: import("vue").PropType<boolean>;
556
+ };
557
+ header: {
558
+ type: import("vue").PropType<string>;
559
+ };
560
+ icon: {
561
+ type: import("vue").PropType<string>;
562
+ };
563
+ variant: {
564
+ type: import("vue").PropType<"default" | "danger" | "success">;
565
+ default: string;
566
+ };
567
+ isCollapsable: {
568
+ type: import("vue").PropType<boolean>;
569
+ };
570
+ isCollapsed: {
571
+ type: import("vue").PropType<boolean>;
572
+ };
573
+ }>> & {
574
+ "onHeader:click"?: (() => any) | undefined;
575
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
576
+ }, {}, {}, {}, {}, {
577
+ variant: "default" | "danger" | "success";
578
+ }>;
579
+ __isFragment?: undefined;
580
+ __isTeleport?: undefined;
581
+ __isSuspense?: undefined;
582
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
583
+ fill: {
584
+ type: import("vue").PropType<boolean>;
585
+ };
586
+ header: {
587
+ type: import("vue").PropType<string>;
588
+ };
589
+ icon: {
590
+ type: import("vue").PropType<string>;
591
+ };
592
+ variant: {
593
+ type: import("vue").PropType<"default" | "danger" | "success">;
594
+ default: string;
595
+ };
596
+ isCollapsable: {
597
+ type: import("vue").PropType<boolean>;
598
+ };
599
+ isCollapsed: {
600
+ type: import("vue").PropType<boolean>;
601
+ };
602
+ }>> & {
603
+ "onHeader:click"?: (() => any) | undefined;
604
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
605
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
606
+ "header:click": () => void;
607
+ "state:collapsed": (isCollapsedState: boolean) => void;
608
+ }, string, {
609
+ variant: "default" | "danger" | "success";
610
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
611
+ $slots: Readonly<{
612
+ default: (props?: any) => any;
613
+ actions: (props?: any) => any;
614
+ }> & {
615
+ default: (props?: any) => any;
616
+ actions: (props?: any) => any;
617
+ };
618
+ })>;
619
+ export declare const Icon: StoryFn<{
620
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
621
+ fill: {
622
+ type: import("vue").PropType<boolean>;
623
+ };
624
+ header: {
625
+ type: import("vue").PropType<string>;
626
+ };
627
+ icon: {
628
+ type: import("vue").PropType<string>;
629
+ };
630
+ variant: {
631
+ type: import("vue").PropType<"default" | "danger" | "success">;
632
+ default: string;
633
+ };
634
+ isCollapsable: {
635
+ type: import("vue").PropType<boolean>;
636
+ };
637
+ isCollapsed: {
638
+ type: import("vue").PropType<boolean>;
639
+ };
640
+ }>> & {
641
+ "onHeader:click"?: (() => any) | undefined;
642
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
643
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
644
+ "header:click": () => void;
645
+ "state:collapsed": (isCollapsedState: boolean) => void;
646
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
647
+ fill: {
648
+ type: import("vue").PropType<boolean>;
649
+ };
650
+ header: {
651
+ type: import("vue").PropType<string>;
652
+ };
653
+ icon: {
654
+ type: import("vue").PropType<string>;
655
+ };
656
+ variant: {
657
+ type: import("vue").PropType<"default" | "danger" | "success">;
658
+ default: string;
659
+ };
660
+ isCollapsable: {
661
+ type: import("vue").PropType<boolean>;
662
+ };
663
+ isCollapsed: {
664
+ type: import("vue").PropType<boolean>;
665
+ };
666
+ }>> & {
667
+ "onHeader:click"?: (() => any) | undefined;
668
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
669
+ }, {
670
+ variant: "default" | "danger" | "success";
671
+ }, true, {}, {}, {
672
+ P: {};
673
+ B: {};
674
+ D: {};
675
+ C: {};
676
+ M: {};
677
+ Defaults: {};
678
+ }, Readonly<import("vue").ExtractPropTypes<{
679
+ fill: {
680
+ type: import("vue").PropType<boolean>;
681
+ };
682
+ header: {
683
+ type: import("vue").PropType<string>;
684
+ };
685
+ icon: {
686
+ type: import("vue").PropType<string>;
687
+ };
688
+ variant: {
689
+ type: import("vue").PropType<"default" | "danger" | "success">;
690
+ default: string;
691
+ };
692
+ isCollapsable: {
693
+ type: import("vue").PropType<boolean>;
694
+ };
695
+ isCollapsed: {
696
+ type: import("vue").PropType<boolean>;
697
+ };
698
+ }>> & {
699
+ "onHeader:click"?: (() => any) | undefined;
700
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
701
+ }, {}, {}, {}, {}, {
702
+ variant: "default" | "danger" | "success";
703
+ }>;
704
+ __isFragment?: undefined;
705
+ __isTeleport?: undefined;
706
+ __isSuspense?: undefined;
707
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
708
+ fill: {
709
+ type: import("vue").PropType<boolean>;
710
+ };
711
+ header: {
712
+ type: import("vue").PropType<string>;
713
+ };
714
+ icon: {
715
+ type: import("vue").PropType<string>;
716
+ };
717
+ variant: {
718
+ type: import("vue").PropType<"default" | "danger" | "success">;
719
+ default: string;
720
+ };
721
+ isCollapsable: {
722
+ type: import("vue").PropType<boolean>;
723
+ };
724
+ isCollapsed: {
725
+ type: import("vue").PropType<boolean>;
726
+ };
727
+ }>> & {
728
+ "onHeader:click"?: (() => any) | undefined;
729
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
730
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
731
+ "header:click": () => void;
732
+ "state:collapsed": (isCollapsedState: boolean) => void;
733
+ }, string, {
734
+ variant: "default" | "danger" | "success";
735
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
736
+ $slots: Readonly<{
737
+ default: (props?: any) => any;
738
+ actions: (props?: any) => any;
739
+ }> & {
740
+ default: (props?: any) => any;
741
+ actions: (props?: any) => any;
742
+ };
743
+ })>;
744
+ export declare const Collapsable: StoryFn<{
745
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
746
+ fill: {
747
+ type: import("vue").PropType<boolean>;
748
+ };
749
+ header: {
750
+ type: import("vue").PropType<string>;
751
+ };
752
+ icon: {
753
+ type: import("vue").PropType<string>;
754
+ };
755
+ variant: {
756
+ type: import("vue").PropType<"default" | "danger" | "success">;
757
+ default: string;
758
+ };
759
+ isCollapsable: {
760
+ type: import("vue").PropType<boolean>;
761
+ };
762
+ isCollapsed: {
763
+ type: import("vue").PropType<boolean>;
764
+ };
765
+ }>> & {
766
+ "onHeader:click"?: (() => any) | undefined;
767
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
768
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
769
+ "header:click": () => void;
770
+ "state:collapsed": (isCollapsedState: boolean) => void;
771
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
772
+ fill: {
773
+ type: import("vue").PropType<boolean>;
774
+ };
775
+ header: {
776
+ type: import("vue").PropType<string>;
777
+ };
778
+ icon: {
779
+ type: import("vue").PropType<string>;
780
+ };
781
+ variant: {
782
+ type: import("vue").PropType<"default" | "danger" | "success">;
783
+ default: string;
784
+ };
785
+ isCollapsable: {
786
+ type: import("vue").PropType<boolean>;
787
+ };
788
+ isCollapsed: {
789
+ type: import("vue").PropType<boolean>;
790
+ };
791
+ }>> & {
792
+ "onHeader:click"?: (() => any) | undefined;
793
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
794
+ }, {
795
+ variant: "default" | "danger" | "success";
796
+ }, true, {}, {}, {
797
+ P: {};
798
+ B: {};
799
+ D: {};
800
+ C: {};
801
+ M: {};
802
+ Defaults: {};
803
+ }, Readonly<import("vue").ExtractPropTypes<{
804
+ fill: {
805
+ type: import("vue").PropType<boolean>;
806
+ };
807
+ header: {
808
+ type: import("vue").PropType<string>;
809
+ };
810
+ icon: {
811
+ type: import("vue").PropType<string>;
812
+ };
813
+ variant: {
814
+ type: import("vue").PropType<"default" | "danger" | "success">;
815
+ default: string;
816
+ };
817
+ isCollapsable: {
818
+ type: import("vue").PropType<boolean>;
819
+ };
820
+ isCollapsed: {
821
+ type: import("vue").PropType<boolean>;
822
+ };
823
+ }>> & {
824
+ "onHeader:click"?: (() => any) | undefined;
825
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
826
+ }, {}, {}, {}, {}, {
827
+ variant: "default" | "danger" | "success";
828
+ }>;
829
+ __isFragment?: undefined;
830
+ __isTeleport?: undefined;
831
+ __isSuspense?: undefined;
832
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
833
+ fill: {
834
+ type: import("vue").PropType<boolean>;
835
+ };
836
+ header: {
837
+ type: import("vue").PropType<string>;
838
+ };
839
+ icon: {
840
+ type: import("vue").PropType<string>;
841
+ };
842
+ variant: {
843
+ type: import("vue").PropType<"default" | "danger" | "success">;
844
+ default: string;
845
+ };
846
+ isCollapsable: {
847
+ type: import("vue").PropType<boolean>;
848
+ };
849
+ isCollapsed: {
850
+ type: import("vue").PropType<boolean>;
851
+ };
852
+ }>> & {
853
+ "onHeader:click"?: (() => any) | undefined;
854
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
855
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
856
+ "header:click": () => void;
857
+ "state:collapsed": (isCollapsedState: boolean) => void;
858
+ }, string, {
859
+ variant: "default" | "danger" | "success";
860
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
861
+ $slots: Readonly<{
862
+ default: (props?: any) => any;
863
+ actions: (props?: any) => any;
864
+ }> & {
865
+ default: (props?: any) => any;
866
+ actions: (props?: any) => any;
867
+ };
868
+ })>;
869
+ export declare const Collapsed: StoryFn<{
870
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
871
+ fill: {
872
+ type: import("vue").PropType<boolean>;
873
+ };
874
+ header: {
875
+ type: import("vue").PropType<string>;
876
+ };
877
+ icon: {
878
+ type: import("vue").PropType<string>;
879
+ };
880
+ variant: {
881
+ type: import("vue").PropType<"default" | "danger" | "success">;
882
+ default: string;
883
+ };
884
+ isCollapsable: {
885
+ type: import("vue").PropType<boolean>;
886
+ };
887
+ isCollapsed: {
888
+ type: import("vue").PropType<boolean>;
889
+ };
890
+ }>> & {
891
+ "onHeader:click"?: (() => any) | undefined;
892
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
893
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
894
+ "header:click": () => void;
895
+ "state:collapsed": (isCollapsedState: boolean) => void;
896
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
897
+ fill: {
898
+ type: import("vue").PropType<boolean>;
899
+ };
900
+ header: {
901
+ type: import("vue").PropType<string>;
902
+ };
903
+ icon: {
904
+ type: import("vue").PropType<string>;
905
+ };
906
+ variant: {
907
+ type: import("vue").PropType<"default" | "danger" | "success">;
908
+ default: string;
909
+ };
910
+ isCollapsable: {
911
+ type: import("vue").PropType<boolean>;
912
+ };
913
+ isCollapsed: {
914
+ type: import("vue").PropType<boolean>;
915
+ };
916
+ }>> & {
917
+ "onHeader:click"?: (() => any) | undefined;
918
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
919
+ }, {
920
+ variant: "default" | "danger" | "success";
921
+ }, true, {}, {}, {
922
+ P: {};
923
+ B: {};
924
+ D: {};
925
+ C: {};
926
+ M: {};
927
+ Defaults: {};
928
+ }, Readonly<import("vue").ExtractPropTypes<{
929
+ fill: {
930
+ type: import("vue").PropType<boolean>;
931
+ };
932
+ header: {
933
+ type: import("vue").PropType<string>;
934
+ };
935
+ icon: {
936
+ type: import("vue").PropType<string>;
937
+ };
938
+ variant: {
939
+ type: import("vue").PropType<"default" | "danger" | "success">;
940
+ default: string;
941
+ };
942
+ isCollapsable: {
943
+ type: import("vue").PropType<boolean>;
944
+ };
945
+ isCollapsed: {
946
+ type: import("vue").PropType<boolean>;
947
+ };
948
+ }>> & {
949
+ "onHeader:click"?: (() => any) | undefined;
950
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
951
+ }, {}, {}, {}, {}, {
952
+ variant: "default" | "danger" | "success";
953
+ }>;
954
+ __isFragment?: undefined;
955
+ __isTeleport?: undefined;
956
+ __isSuspense?: undefined;
957
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
958
+ fill: {
959
+ type: import("vue").PropType<boolean>;
960
+ };
961
+ header: {
962
+ type: import("vue").PropType<string>;
963
+ };
964
+ icon: {
965
+ type: import("vue").PropType<string>;
966
+ };
967
+ variant: {
968
+ type: import("vue").PropType<"default" | "danger" | "success">;
969
+ default: string;
970
+ };
971
+ isCollapsable: {
972
+ type: import("vue").PropType<boolean>;
973
+ };
974
+ isCollapsed: {
975
+ type: import("vue").PropType<boolean>;
976
+ };
977
+ }>> & {
978
+ "onHeader:click"?: (() => any) | undefined;
979
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
980
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
981
+ "header:click": () => void;
982
+ "state:collapsed": (isCollapsedState: boolean) => void;
983
+ }, string, {
984
+ variant: "default" | "danger" | "success";
985
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
986
+ $slots: Readonly<{
987
+ default: (props?: any) => any;
988
+ actions: (props?: any) => any;
989
+ }> & {
990
+ default: (props?: any) => any;
991
+ actions: (props?: any) => any;
992
+ };
993
+ })>;
994
+ export declare const Fill: StoryFn<{
995
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
996
+ fill: {
997
+ type: import("vue").PropType<boolean>;
998
+ };
999
+ header: {
1000
+ type: import("vue").PropType<string>;
1001
+ };
1002
+ icon: {
1003
+ type: import("vue").PropType<string>;
1004
+ };
1005
+ variant: {
1006
+ type: import("vue").PropType<"default" | "danger" | "success">;
1007
+ default: string;
1008
+ };
1009
+ isCollapsable: {
1010
+ type: import("vue").PropType<boolean>;
1011
+ };
1012
+ isCollapsed: {
1013
+ type: import("vue").PropType<boolean>;
1014
+ };
1015
+ }>> & {
1016
+ "onHeader:click"?: (() => any) | undefined;
1017
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
1018
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1019
+ "header:click": () => void;
1020
+ "state:collapsed": (isCollapsedState: boolean) => void;
1021
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1022
+ fill: {
1023
+ type: import("vue").PropType<boolean>;
1024
+ };
1025
+ header: {
1026
+ type: import("vue").PropType<string>;
1027
+ };
1028
+ icon: {
1029
+ type: import("vue").PropType<string>;
1030
+ };
1031
+ variant: {
1032
+ type: import("vue").PropType<"default" | "danger" | "success">;
1033
+ default: string;
1034
+ };
1035
+ isCollapsable: {
1036
+ type: import("vue").PropType<boolean>;
1037
+ };
1038
+ isCollapsed: {
1039
+ type: import("vue").PropType<boolean>;
1040
+ };
1041
+ }>> & {
1042
+ "onHeader:click"?: (() => any) | undefined;
1043
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
1044
+ }, {
1045
+ variant: "default" | "danger" | "success";
1046
+ }, true, {}, {}, {
1047
+ P: {};
1048
+ B: {};
1049
+ D: {};
1050
+ C: {};
1051
+ M: {};
1052
+ Defaults: {};
1053
+ }, Readonly<import("vue").ExtractPropTypes<{
1054
+ fill: {
1055
+ type: import("vue").PropType<boolean>;
1056
+ };
1057
+ header: {
1058
+ type: import("vue").PropType<string>;
1059
+ };
1060
+ icon: {
1061
+ type: import("vue").PropType<string>;
1062
+ };
1063
+ variant: {
1064
+ type: import("vue").PropType<"default" | "danger" | "success">;
1065
+ default: string;
1066
+ };
1067
+ isCollapsable: {
1068
+ type: import("vue").PropType<boolean>;
1069
+ };
1070
+ isCollapsed: {
1071
+ type: import("vue").PropType<boolean>;
1072
+ };
1073
+ }>> & {
1074
+ "onHeader:click"?: (() => any) | undefined;
1075
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
1076
+ }, {}, {}, {}, {}, {
1077
+ variant: "default" | "danger" | "success";
1078
+ }>;
1079
+ __isFragment?: undefined;
1080
+ __isTeleport?: undefined;
1081
+ __isSuspense?: undefined;
1082
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1083
+ fill: {
1084
+ type: import("vue").PropType<boolean>;
1085
+ };
1086
+ header: {
1087
+ type: import("vue").PropType<string>;
1088
+ };
1089
+ icon: {
1090
+ type: import("vue").PropType<string>;
1091
+ };
1092
+ variant: {
1093
+ type: import("vue").PropType<"default" | "danger" | "success">;
1094
+ default: string;
1095
+ };
1096
+ isCollapsable: {
1097
+ type: import("vue").PropType<boolean>;
1098
+ };
1099
+ isCollapsed: {
1100
+ type: import("vue").PropType<boolean>;
1101
+ };
1102
+ }>> & {
1103
+ "onHeader:click"?: (() => any) | undefined;
1104
+ "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
1105
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1106
+ "header:click": () => void;
1107
+ "state:collapsed": (isCollapsedState: boolean) => void;
1108
+ }, string, {
1109
+ variant: "default" | "danger" | "success";
1110
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1111
+ $slots: Readonly<{
1112
+ default: (props?: any) => any;
1113
+ actions: (props?: any) => any;
1114
+ }> & {
1115
+ default: (props?: any) => any;
1116
+ actions: (props?: any) => any;
1117
+ };
1118
+ })>;
1119
+ export declare const Actions: StoryFn<typeof VcCard>;
1120
+ export declare const Variants: StoryFn<typeof VcCard>;
7
1121
  //# sourceMappingURL=vc-card.stories.d.ts.map