@vue-interface/select-field 1.0.0-beta.4 → 1.0.0-beta.5
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.
|
@@ -25,10 +25,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
25
|
* @default 'form-select'
|
|
26
26
|
*/
|
|
27
27
|
};
|
|
28
|
-
controlClass: {
|
|
29
|
-
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
30
|
-
default: undefined;
|
|
31
|
-
};
|
|
32
28
|
error: {
|
|
33
29
|
type: (BooleanConstructor | StringConstructor | ArrayConstructor)[];
|
|
34
30
|
default: undefined;
|
|
@@ -95,6 +91,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
95
91
|
isInvalid(): boolean;
|
|
96
92
|
isValid(): boolean;
|
|
97
93
|
componentName(): any;
|
|
94
|
+
controlClass(): any;
|
|
98
95
|
controlAttributes(): any;
|
|
99
96
|
controlClasses(): any;
|
|
100
97
|
controlSizeClass(): string;
|
|
@@ -173,10 +170,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
173
170
|
type: BooleanConstructor;
|
|
174
171
|
default: () => any;
|
|
175
172
|
};
|
|
176
|
-
controlClass: {
|
|
177
|
-
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
178
|
-
default: undefined;
|
|
179
|
-
};
|
|
180
173
|
error: {
|
|
181
174
|
type: (BooleanConstructor | StringConstructor | ArrayConstructor)[];
|
|
182
175
|
default: undefined;
|
|
@@ -245,7 +238,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
245
238
|
feedback: string | unknown[];
|
|
246
239
|
activity: boolean;
|
|
247
240
|
animated: boolean;
|
|
248
|
-
controlClass: string | unknown[] | Record<string, any>;
|
|
249
241
|
formControlClass: string | unknown[] | Record<string, any>;
|
|
250
242
|
group: boolean;
|
|
251
243
|
helpText: string | number;
|