@vc-shell/framework 1.0.180 → 1.0.182

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 +18 -0
  2. package/dist/framework.js +5020 -5002
  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 +9 -3
  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,349 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcInput } from "./";
3
- declare const meta: Meta<typeof VcInput>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcInput>;
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
+ type: {
11
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
12
+ default: string;
13
+ };
14
+ label: {
15
+ type: import("vue").PropType<string>;
16
+ };
17
+ name: {
18
+ type: import("vue").PropType<string>;
19
+ default: string;
20
+ };
21
+ modelValue: {
22
+ type: import("vue").PropType<string | number | Date | null>;
23
+ };
24
+ required: {
25
+ type: import("vue").PropType<boolean>;
26
+ };
27
+ errorMessage: {
28
+ type: import("vue").PropType<string>;
29
+ };
30
+ tooltip: {
31
+ type: import("vue").PropType<string>;
32
+ };
33
+ error: {
34
+ type: import("vue").PropType<boolean>;
35
+ };
36
+ multilanguage: {
37
+ type: import("vue").PropType<boolean>;
38
+ };
39
+ currentLanguage: {
40
+ type: import("vue").PropType<string>;
41
+ };
42
+ placeholder: {
43
+ type: import("vue").PropType<string>;
44
+ };
45
+ hint: {
46
+ type: import("vue").PropType<string>;
47
+ };
48
+ clearable: {
49
+ type: import("vue").PropType<boolean>;
50
+ };
51
+ prefix: {
52
+ type: import("vue").PropType<string>;
53
+ };
54
+ suffix: {
55
+ type: import("vue").PropType<string>;
56
+ };
57
+ loading: {
58
+ type: import("vue").PropType<boolean>;
59
+ };
60
+ debounce: {
61
+ type: import("vue").PropType<string | number>;
62
+ };
63
+ autofocus: {
64
+ type: import("vue").PropType<boolean>;
65
+ };
66
+ maxlength: {
67
+ type: import("vue").PropType<string | number>;
68
+ default: string;
69
+ };
70
+ }>> & {
71
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
72
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
+ "update:modelValue": (value: string | number | Date | null | undefined) => void;
74
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
75
+ disabled: {
76
+ type: import("vue").PropType<boolean>;
77
+ };
78
+ type: {
79
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
80
+ default: string;
81
+ };
82
+ label: {
83
+ type: import("vue").PropType<string>;
84
+ };
85
+ name: {
86
+ type: import("vue").PropType<string>;
87
+ default: string;
88
+ };
89
+ modelValue: {
90
+ type: import("vue").PropType<string | number | Date | null>;
91
+ };
92
+ required: {
93
+ type: import("vue").PropType<boolean>;
94
+ };
95
+ errorMessage: {
96
+ type: import("vue").PropType<string>;
97
+ };
98
+ tooltip: {
99
+ type: import("vue").PropType<string>;
100
+ };
101
+ error: {
102
+ type: import("vue").PropType<boolean>;
103
+ };
104
+ multilanguage: {
105
+ type: import("vue").PropType<boolean>;
106
+ };
107
+ currentLanguage: {
108
+ type: import("vue").PropType<string>;
109
+ };
110
+ placeholder: {
111
+ type: import("vue").PropType<string>;
112
+ };
113
+ hint: {
114
+ type: import("vue").PropType<string>;
115
+ };
116
+ clearable: {
117
+ type: import("vue").PropType<boolean>;
118
+ };
119
+ prefix: {
120
+ type: import("vue").PropType<string>;
121
+ };
122
+ suffix: {
123
+ type: import("vue").PropType<string>;
124
+ };
125
+ loading: {
126
+ type: import("vue").PropType<boolean>;
127
+ };
128
+ debounce: {
129
+ type: import("vue").PropType<string | number>;
130
+ };
131
+ autofocus: {
132
+ type: import("vue").PropType<boolean>;
133
+ };
134
+ maxlength: {
135
+ type: import("vue").PropType<string | number>;
136
+ default: string;
137
+ };
138
+ }>> & {
139
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
140
+ }, {
141
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
142
+ name: string;
143
+ maxlength: string | number;
144
+ }, true, {}, {}, {
145
+ P: {};
146
+ B: {};
147
+ D: {};
148
+ C: {};
149
+ M: {};
150
+ Defaults: {};
151
+ }, Readonly<import("vue").ExtractPropTypes<{
152
+ disabled: {
153
+ type: import("vue").PropType<boolean>;
154
+ };
155
+ type: {
156
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
157
+ default: string;
158
+ };
159
+ label: {
160
+ type: import("vue").PropType<string>;
161
+ };
162
+ name: {
163
+ type: import("vue").PropType<string>;
164
+ default: string;
165
+ };
166
+ modelValue: {
167
+ type: import("vue").PropType<string | number | Date | null>;
168
+ };
169
+ required: {
170
+ type: import("vue").PropType<boolean>;
171
+ };
172
+ errorMessage: {
173
+ type: import("vue").PropType<string>;
174
+ };
175
+ tooltip: {
176
+ type: import("vue").PropType<string>;
177
+ };
178
+ error: {
179
+ type: import("vue").PropType<boolean>;
180
+ };
181
+ multilanguage: {
182
+ type: import("vue").PropType<boolean>;
183
+ };
184
+ currentLanguage: {
185
+ type: import("vue").PropType<string>;
186
+ };
187
+ placeholder: {
188
+ type: import("vue").PropType<string>;
189
+ };
190
+ hint: {
191
+ type: import("vue").PropType<string>;
192
+ };
193
+ clearable: {
194
+ type: import("vue").PropType<boolean>;
195
+ };
196
+ prefix: {
197
+ type: import("vue").PropType<string>;
198
+ };
199
+ suffix: {
200
+ type: import("vue").PropType<string>;
201
+ };
202
+ loading: {
203
+ type: import("vue").PropType<boolean>;
204
+ };
205
+ debounce: {
206
+ type: import("vue").PropType<string | number>;
207
+ };
208
+ autofocus: {
209
+ type: import("vue").PropType<boolean>;
210
+ };
211
+ maxlength: {
212
+ type: import("vue").PropType<string | number>;
213
+ default: string;
214
+ };
215
+ }>> & {
216
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
217
+ }, {}, {}, {}, {}, {
218
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
219
+ name: string;
220
+ maxlength: string | number;
221
+ }>;
222
+ __isFragment?: undefined;
223
+ __isTeleport?: undefined;
224
+ __isSuspense?: undefined;
225
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
226
+ disabled: {
227
+ type: import("vue").PropType<boolean>;
228
+ };
229
+ type: {
230
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
231
+ default: string;
232
+ };
233
+ label: {
234
+ type: import("vue").PropType<string>;
235
+ };
236
+ name: {
237
+ type: import("vue").PropType<string>;
238
+ default: string;
239
+ };
240
+ modelValue: {
241
+ type: import("vue").PropType<string | number | Date | null>;
242
+ };
243
+ required: {
244
+ type: import("vue").PropType<boolean>;
245
+ };
246
+ errorMessage: {
247
+ type: import("vue").PropType<string>;
248
+ };
249
+ tooltip: {
250
+ type: import("vue").PropType<string>;
251
+ };
252
+ error: {
253
+ type: import("vue").PropType<boolean>;
254
+ };
255
+ multilanguage: {
256
+ type: import("vue").PropType<boolean>;
257
+ };
258
+ currentLanguage: {
259
+ type: import("vue").PropType<string>;
260
+ };
261
+ placeholder: {
262
+ type: import("vue").PropType<string>;
263
+ };
264
+ hint: {
265
+ type: import("vue").PropType<string>;
266
+ };
267
+ clearable: {
268
+ type: import("vue").PropType<boolean>;
269
+ };
270
+ prefix: {
271
+ type: import("vue").PropType<string>;
272
+ };
273
+ suffix: {
274
+ type: import("vue").PropType<string>;
275
+ };
276
+ loading: {
277
+ type: import("vue").PropType<boolean>;
278
+ };
279
+ debounce: {
280
+ type: import("vue").PropType<string | number>;
281
+ };
282
+ autofocus: {
283
+ type: import("vue").PropType<boolean>;
284
+ };
285
+ maxlength: {
286
+ type: import("vue").PropType<string | number>;
287
+ default: string;
288
+ };
289
+ }>> & {
290
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
291
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
292
+ "update:modelValue": (value: string | number | Date | null | undefined) => void;
293
+ }, string, {
294
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
295
+ name: string;
296
+ maxlength: string | number;
297
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
298
+ $slots: Readonly<{
299
+ control: (scope: {
300
+ editable: boolean | undefined;
301
+ focused: boolean | undefined;
302
+ modelValue: string | number | Date | null;
303
+ emitValue: (value: string | number | Date | null) => void;
304
+ placeholder: string | undefined;
305
+ }) => any;
306
+ prepend: (props: any) => any;
307
+ "prepend-inner": (props: any) => any;
308
+ "append-inner": (props: any) => any;
309
+ append: (props: any) => any;
310
+ error: (props: any) => any;
311
+ hint: (props: any) => any;
312
+ }> & {
313
+ control: (scope: {
314
+ editable: boolean | undefined;
315
+ focused: boolean | undefined;
316
+ modelValue: string | number | Date | null;
317
+ emitValue: (value: string | number | Date | null) => void;
318
+ placeholder: string | undefined;
319
+ }) => any;
320
+ prepend: (props: any) => any;
321
+ "prepend-inner": (props: any) => any;
322
+ "append-inner": (props: any) => any;
323
+ append: (props: any) => any;
324
+ error: (props: any) => any;
325
+ hint: (props: any) => any;
326
+ };
327
+ });
328
+ args: {
329
+ label: string;
330
+ placeholder: string;
331
+ };
332
+ };
333
+ export default _default;
334
+ export declare const Template: StoryFn<typeof VcInput>;
335
+ export declare const Error: StoryFn<typeof VcInput>;
336
+ export declare const Disabled: StoryFn<typeof VcInput>;
337
+ export declare const Hint: StoryFn<typeof VcInput>;
338
+ export declare const Tooltip: StoryFn<typeof VcInput>;
339
+ export declare const Required: StoryFn<typeof VcInput>;
340
+ export declare const Prefix: StoryFn<typeof VcInput>;
341
+ export declare const Suffix: StoryFn<typeof VcInput>;
342
+ export declare const CustomInputControlSlot: StoryFn<typeof VcInput>;
343
+ export declare const CustomPrependSlot: StoryFn<typeof VcInput>;
344
+ export declare const CustomAppendSlot: StoryFn<typeof VcInput>;
345
+ export declare const CustomPrependInnerSlot: StoryFn<typeof VcInput>;
346
+ export declare const CustomAppendInnerSlot: StoryFn<typeof VcInput>;
347
+ export declare const CustomErrorSlot: StoryFn<typeof VcInput>;
348
+ export declare const CustomHintSlot: StoryFn<typeof VcInput>;
7
349
  //# sourceMappingURL=vc-input.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-input.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input/vc-input.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;AAE7B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CAG9B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,OAAO,CAAC,CAAC;AAEtC,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC"}
1
+ {"version":3,"file":"vc-input.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input/vc-input.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG7B,wBAOiC;AAEjC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,OAAO,CAM3C,CAAC;AAEH,eAAO,MAAM,KAAK,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAMhE,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAKnE,eAAO,MAAM,IAAI,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAK/D,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAKlE,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAKnE,eAAO,MAAM,MAAM,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAKjE,eAAO,MAAM,MAAM,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAKjE,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC,OAAO,OAAO,CAezD,CAAC;AAEH,eAAO,MAAM,iBAAiB,EAAE,OAAO,CAAC,OAAO,OAAO,CAWpD,CAAC;AAEH,eAAO,MAAM,gBAAgB,EAAE,OAAO,CAAC,OAAO,OAAO,CAWnD,CAAC;AAEH,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC,OAAO,OAAO,CAWzD,CAAC;AAEH,eAAO,MAAM,qBAAqB,EAAE,OAAO,CAAC,OAAO,OAAO,CAWxD,CAAC;AAEH,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC,OAAO,OAAO,CAWlD,CAAC;AAEH,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,OAAO,OAAO,CAWjD,CAAC"}