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