@davincihealthcare/elty-design-system-vue 1.31.2 → 1.32.0
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/dist/forms/ElInputCheckbox.vue.d.ts +11 -0
- package/dist/forms/ElInputDate.vue.d.ts +11 -0
- package/dist/forms/ElInputFile.vue.d.ts +11 -0
- package/dist/forms/ElInputMeasureUnit.vue.d.ts +11 -0
- package/dist/forms/ElInputNumber.vue.d.ts +11 -0
- package/dist/forms/ElInputPhone.vue.d.ts +11 -0
- package/dist/forms/ElInputSelect.vue.d.ts +11 -0
- package/dist/forms/ElInputText.vue.d.ts +11 -0
- package/dist/forms/ElInputTextarea.vue.d.ts +11 -0
- package/dist/forms/input.d.ts +15 -0
- package/dist/index.js +1257 -1250
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +11 -11
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
|
@@ -29,6 +29,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
29
29
|
default: number;
|
|
30
30
|
required: boolean;
|
|
31
31
|
};
|
|
32
|
+
id: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
required: boolean;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
32
37
|
label: {
|
|
33
38
|
type: StringConstructor;
|
|
34
39
|
required: boolean;
|
|
@@ -81,6 +86,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
81
86
|
default: number;
|
|
82
87
|
required: boolean;
|
|
83
88
|
};
|
|
89
|
+
id: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
required: boolean;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
84
94
|
label: {
|
|
85
95
|
type: StringConstructor;
|
|
86
96
|
required: boolean;
|
|
@@ -111,6 +121,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
111
121
|
}, {
|
|
112
122
|
disabled: boolean;
|
|
113
123
|
label: string;
|
|
124
|
+
id: string;
|
|
114
125
|
placeholder: string;
|
|
115
126
|
step: number;
|
|
116
127
|
size: "xs" | "xxs";
|
|
@@ -21,6 +21,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
21
21
|
default: number;
|
|
22
22
|
required: boolean;
|
|
23
23
|
};
|
|
24
|
+
id: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: boolean;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
24
29
|
label: {
|
|
25
30
|
type: StringConstructor;
|
|
26
31
|
required: boolean;
|
|
@@ -67,6 +72,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
67
72
|
default: number;
|
|
68
73
|
required: boolean;
|
|
69
74
|
};
|
|
75
|
+
id: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
required: boolean;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
70
80
|
label: {
|
|
71
81
|
type: StringConstructor;
|
|
72
82
|
required: boolean;
|
|
@@ -99,6 +109,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
99
109
|
disabled: boolean;
|
|
100
110
|
type: "time" | "date" | "datetime-local";
|
|
101
111
|
label: string;
|
|
112
|
+
id: string;
|
|
102
113
|
placeholder: string;
|
|
103
114
|
step: number;
|
|
104
115
|
errorMessage: string | boolean;
|
|
@@ -20,6 +20,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
20
20
|
default: string;
|
|
21
21
|
required: false;
|
|
22
22
|
};
|
|
23
|
+
id: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
required: boolean;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
23
28
|
label: {
|
|
24
29
|
type: StringConstructor;
|
|
25
30
|
required: boolean;
|
|
@@ -65,6 +70,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
65
70
|
default: string;
|
|
66
71
|
required: false;
|
|
67
72
|
};
|
|
73
|
+
id: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
required: boolean;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
68
78
|
label: {
|
|
69
79
|
type: StringConstructor;
|
|
70
80
|
required: boolean;
|
|
@@ -95,6 +105,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
95
105
|
}, {
|
|
96
106
|
disabled: boolean;
|
|
97
107
|
label: string;
|
|
108
|
+
id: string;
|
|
98
109
|
content: string;
|
|
99
110
|
errorMessage: string | boolean;
|
|
100
111
|
hiddenErrorMessage: boolean;
|
|
@@ -34,6 +34,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
34
34
|
default: number;
|
|
35
35
|
required: boolean;
|
|
36
36
|
};
|
|
37
|
+
id: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
required: boolean;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
37
42
|
label: {
|
|
38
43
|
type: StringConstructor;
|
|
39
44
|
required: boolean;
|
|
@@ -90,6 +95,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
90
95
|
default: number;
|
|
91
96
|
required: boolean;
|
|
92
97
|
};
|
|
98
|
+
id: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
required: boolean;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
93
103
|
label: {
|
|
94
104
|
type: StringConstructor;
|
|
95
105
|
required: boolean;
|
|
@@ -121,6 +131,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
121
131
|
}, {
|
|
122
132
|
disabled: boolean;
|
|
123
133
|
label: string;
|
|
134
|
+
id: string;
|
|
124
135
|
placeholder: string;
|
|
125
136
|
step: number;
|
|
126
137
|
errorMessage: string | boolean;
|
|
@@ -22,6 +22,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
22
22
|
default: number;
|
|
23
23
|
required: boolean;
|
|
24
24
|
};
|
|
25
|
+
id: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
required: boolean;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
25
30
|
label: {
|
|
26
31
|
type: StringConstructor;
|
|
27
32
|
required: boolean;
|
|
@@ -73,6 +78,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
73
78
|
default: number;
|
|
74
79
|
required: boolean;
|
|
75
80
|
};
|
|
81
|
+
id: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
required: boolean;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
76
86
|
label: {
|
|
77
87
|
type: StringConstructor;
|
|
78
88
|
required: boolean;
|
|
@@ -105,6 +115,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
105
115
|
}, {
|
|
106
116
|
disabled: boolean;
|
|
107
117
|
label: string;
|
|
118
|
+
id: string;
|
|
108
119
|
placeholder: string;
|
|
109
120
|
step: number;
|
|
110
121
|
errorMessage: string | boolean;
|
|
@@ -10,6 +10,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
10
|
default: string;
|
|
11
11
|
required: boolean;
|
|
12
12
|
};
|
|
13
|
+
id: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
required: boolean;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
13
18
|
label: {
|
|
14
19
|
type: StringConstructor;
|
|
15
20
|
required: boolean;
|
|
@@ -47,6 +52,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
47
52
|
default: string;
|
|
48
53
|
required: boolean;
|
|
49
54
|
};
|
|
55
|
+
id: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
required: boolean;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
50
60
|
label: {
|
|
51
61
|
type: StringConstructor;
|
|
52
62
|
required: boolean;
|
|
@@ -77,6 +87,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
77
87
|
}, {
|
|
78
88
|
disabled: boolean;
|
|
79
89
|
label: string;
|
|
90
|
+
id: string;
|
|
80
91
|
placeholder: string;
|
|
81
92
|
modelValue: TextualValueType;
|
|
82
93
|
errorMessage: string | boolean;
|
|
@@ -31,6 +31,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
31
31
|
required: false;
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
|
+
id: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: boolean;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
34
39
|
label: {
|
|
35
40
|
type: StringConstructor;
|
|
36
41
|
required: boolean;
|
|
@@ -87,6 +92,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
87
92
|
required: false;
|
|
88
93
|
default: string;
|
|
89
94
|
};
|
|
95
|
+
id: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
required: boolean;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
90
100
|
label: {
|
|
91
101
|
type: StringConstructor;
|
|
92
102
|
required: boolean;
|
|
@@ -118,6 +128,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
118
128
|
}, {
|
|
119
129
|
disabled: boolean;
|
|
120
130
|
label: string;
|
|
131
|
+
id: string;
|
|
121
132
|
placeholder: string;
|
|
122
133
|
modelValue: ValueType;
|
|
123
134
|
errorMessage: string | boolean;
|
|
@@ -36,6 +36,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
36
36
|
default: string;
|
|
37
37
|
required: boolean;
|
|
38
38
|
};
|
|
39
|
+
id: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
required: boolean;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
39
44
|
label: {
|
|
40
45
|
type: StringConstructor;
|
|
41
46
|
required: boolean;
|
|
@@ -95,6 +100,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
95
100
|
default: string;
|
|
96
101
|
required: boolean;
|
|
97
102
|
};
|
|
103
|
+
id: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
required: boolean;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
98
108
|
label: {
|
|
99
109
|
type: StringConstructor;
|
|
100
110
|
required: boolean;
|
|
@@ -126,6 +136,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
126
136
|
disabled: boolean;
|
|
127
137
|
type: "text" | "password";
|
|
128
138
|
label: string;
|
|
139
|
+
id: string;
|
|
129
140
|
placeholder: string;
|
|
130
141
|
leadingIcon: ElIconProps;
|
|
131
142
|
modelValue: TextualValueType;
|
|
@@ -22,6 +22,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
22
22
|
default: string;
|
|
23
23
|
required: boolean;
|
|
24
24
|
};
|
|
25
|
+
id: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
required: boolean;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
25
30
|
label: {
|
|
26
31
|
type: StringConstructor;
|
|
27
32
|
required: boolean;
|
|
@@ -71,6 +76,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
71
76
|
default: string;
|
|
72
77
|
required: boolean;
|
|
73
78
|
};
|
|
79
|
+
id: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
required: boolean;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
74
84
|
label: {
|
|
75
85
|
type: StringConstructor;
|
|
76
86
|
required: boolean;
|
|
@@ -101,6 +111,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
101
111
|
}, {
|
|
102
112
|
disabled: boolean;
|
|
103
113
|
label: string;
|
|
114
|
+
id: string;
|
|
104
115
|
placeholder: string;
|
|
105
116
|
modelValue: TextualValueType;
|
|
106
117
|
errorMessage: string | boolean;
|
package/dist/forms/input.d.ts
CHANGED
|
@@ -84,6 +84,11 @@ export declare const withTextualInputProps: () => {
|
|
|
84
84
|
};
|
|
85
85
|
};
|
|
86
86
|
export declare const withCommonElInputProps: () => {
|
|
87
|
+
id: {
|
|
88
|
+
type: StringConstructor;
|
|
89
|
+
required: boolean;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
87
92
|
label: {
|
|
88
93
|
type: StringConstructor;
|
|
89
94
|
required: boolean;
|
|
@@ -120,6 +125,11 @@ export declare const withTextualElInputProps: () => {
|
|
|
120
125
|
default: string;
|
|
121
126
|
required: boolean;
|
|
122
127
|
};
|
|
128
|
+
id: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
required: boolean;
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
123
133
|
label: {
|
|
124
134
|
type: StringConstructor;
|
|
125
135
|
required: boolean;
|
|
@@ -208,6 +218,11 @@ export declare const withNumberElInputProps: () => {
|
|
|
208
218
|
default: number;
|
|
209
219
|
required: boolean;
|
|
210
220
|
};
|
|
221
|
+
id: {
|
|
222
|
+
type: StringConstructor;
|
|
223
|
+
required: boolean;
|
|
224
|
+
default: string;
|
|
225
|
+
};
|
|
211
226
|
label: {
|
|
212
227
|
type: StringConstructor;
|
|
213
228
|
required: boolean;
|