@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.
- package/CHANGELOG.md +9 -0
- package/dist/framework.js +5196 -5182
- package/dist/index.css +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
- package/dist/tailwind.config.d.ts +1 -2
- package/dist/tailwind.config.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/index.d.ts +1 -79
- package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +389 -6
- package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +2295 -5
- package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +1119 -5
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts +1778 -5
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +51 -5
- package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +37 -5
- package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +62 -5
- package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +103 -5
- package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +101 -5
- package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +103 -5
- package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts +18 -5
- package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +85 -5
- package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +25 -5
- package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +116 -5
- package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +53 -5
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +59 -0
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +42 -5
- package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +40 -5
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +179 -5
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts +12 -0
- package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts +19 -0
- package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +182 -5
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +4 -0
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +29 -5
- package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +347 -5
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +354 -5
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +889 -0
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +74 -5
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +498 -5
- package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +2567 -5
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +156 -5
- package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +1297 -5
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +276 -5
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +82 -3
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +1 -179
- package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +209 -5
- package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +6 -3
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +155 -6
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +0 -4
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +13 -8
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +1272 -5
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +6 -5
- package/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue +1 -0
- package/shared/components/popup-handler/composables/usePopup/index.ts +8 -7
- package/tailwind.config.ts +2 -46
- package/ui/components/atoms/vc-badge/index.ts +1 -13
- package/ui/components/atoms/vc-badge/vc-badge.stories.ts +48 -20
- package/ui/components/atoms/vc-button/vc-button.stories.ts +111 -19
- package/ui/components/atoms/vc-card/vc-card.stories.ts +96 -18
- package/ui/components/atoms/vc-checkbox/vc-checkbox.stories.ts +75 -16
- package/ui/components/atoms/vc-col/vc-col.stories.ts +16 -17
- package/ui/components/atoms/vc-hint/vc-hint.stories.ts +18 -16
- package/ui/components/atoms/vc-icon/vc-icon.stories.ts +57 -16
- package/ui/components/atoms/vc-image/vc-image.stories.ts +72 -24
- package/ui/components/atoms/vc-label/vc-label.stories.ts +26 -16
- package/ui/components/atoms/vc-link/vc-link.stories.ts +29 -16
- package/ui/components/atoms/vc-loading/vc-loading.stories.ts +11 -16
- package/ui/components/atoms/vc-progress/vc-progress.stories.ts +22 -16
- package/ui/components/atoms/vc-row/vc-row.stories.ts +14 -17
- package/ui/components/atoms/vc-status/vc-status.stories.ts +78 -16
- package/ui/components/atoms/vc-switch/vc-switch.stories.ts +18 -16
- package/ui/components/atoms/vc-video/vc-video.stories.ts +33 -0
- package/ui/components/atoms/vc-widget/vc-widget.stories.ts +13 -17
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.ts +22 -19
- package/ui/components/molecules/vc-editor/vc-editor.stories.ts +24 -16
- package/ui/components/molecules/vc-field/vc-field.stories.ts +114 -0
- package/ui/components/molecules/vc-file-upload/vc-file-upload.stories.ts +34 -16
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +3 -1
- package/ui/components/molecules/vc-form/vc-form.stories.ts +20 -16
- package/ui/components/molecules/vc-input/vc-input.stories.ts +144 -14
- package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +61 -18
- package/ui/components/molecules/vc-multivalue/vc-multivalue.stories.ts +120 -0
- package/ui/components/molecules/vc-pagination/vc-pagination.stories.ts +17 -14
- package/ui/components/molecules/vc-rating/vc-rating.stories.ts +51 -15
- package/ui/components/molecules/vc-select/vc-select.stories.ts +605 -29
- package/ui/components/molecules/vc-select/vc-select.vue +0 -4
- package/ui/components/molecules/vc-slider/vc-slider.stories.ts +34 -21
- package/ui/components/molecules/vc-textarea/vc-textarea.stories.ts +46 -14
- package/ui/components/organisms/vc-app/vc-app.stories.ts +204 -51
- package/ui/components/organisms/vc-app/vc-app.vue +31 -24
- package/ui/components/organisms/vc-blade/index.ts +1 -11
- package/ui/components/organisms/vc-blade/vc-blade.stories.ts +60 -16
- package/ui/components/organisms/vc-blade/vc-blade.vue +7 -2
- package/ui/components/organisms/vc-gallery/vc-gallery.stories.ts +68 -24
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +7 -6
- package/ui/components/organisms/vc-popup/vc-popup.vue +7 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +1 -0
- package/ui/components/organisms/vc-table/vc-table.stories.ts +144 -30
- package/ui/components/organisms/vc-table/vc-table.vue +13 -7
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts +0 -7
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts.map +0 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.stories.d.ts +0 -7
- package/dist/ui/components/organisms/vc-popup/vc-popup.stories.d.ts.map +0 -1
- package/ui/components/organisms/vc-login-form/vc-login-form.stories.ts +0 -52
- package/ui/components/organisms/vc-popup/vc-popup.stories.ts +0 -21
|
@@ -1,7 +1,349 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { StoryFn } from "@storybook/vue3";
|
|
2
2
|
import { VcInput } from "./";
|
|
3
|
-
declare const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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,
|
|
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"}
|