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