@vue-interface/select-field 1.0.0-beta.17 → 1.0.0-beta.18
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/src/SelectField.vue.d.ts +73 -17
- package/package.json +2 -2
|
@@ -1,33 +1,89 @@
|
|
|
1
1
|
import type { FormControlSlots } from '@vue-interface/form-control';
|
|
2
|
-
declare const _default: <T, V>(__VLS_props:
|
|
2
|
+
declare const _default: <T, V>(__VLS_props: {
|
|
3
|
+
value?: V;
|
|
4
|
+
name?: string;
|
|
5
|
+
"onUpdate:modelValue"?: (value: T) => any;
|
|
6
|
+
activity?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
error?: import("@vue-interface/form-control").FormControlErrorProp;
|
|
9
|
+
errors?: import("@vue-interface/form-control").FormControlErrorPropArray | import("@vue-interface/form-control").FormControlErrorPropRecord;
|
|
10
|
+
feedback?: import("@vue-interface/form-control").FormControlFeedbackProp;
|
|
11
|
+
formControlClass?: string;
|
|
12
|
+
helpText?: string;
|
|
13
|
+
id?: string;
|
|
14
|
+
indicator?: import("vue").Component;
|
|
15
|
+
indicatorSize?: string;
|
|
16
|
+
invalid?: boolean;
|
|
17
|
+
label?: string;
|
|
18
|
+
labelClass?: string;
|
|
19
|
+
modelValue?: T;
|
|
20
|
+
plaintext?: boolean;
|
|
21
|
+
readonly?: boolean;
|
|
22
|
+
valid?: boolean;
|
|
3
23
|
checked?: boolean;
|
|
4
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?:
|
|
5
|
-
|
|
6
|
-
checked?: boolean;
|
|
7
|
-
};
|
|
8
|
-
expose(exposed: {}): void;
|
|
24
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
25
|
+
slots: Readonly<FormControlSlots<T>>;
|
|
9
26
|
attrs: any;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
27
|
+
emit: any;
|
|
28
|
+
}, __VLS_expose?: (exposed: {}) => void, __VLS_setup?: Promise<{
|
|
29
|
+
props: {
|
|
30
|
+
value?: V;
|
|
31
|
+
name?: string;
|
|
32
|
+
"onUpdate:modelValue"?: (value: T) => any;
|
|
33
|
+
activity?: boolean;
|
|
34
|
+
disabled?: boolean;
|
|
35
|
+
error?: import("@vue-interface/form-control").FormControlErrorProp;
|
|
36
|
+
errors?: import("@vue-interface/form-control").FormControlErrorPropArray | import("@vue-interface/form-control").FormControlErrorPropRecord;
|
|
37
|
+
feedback?: import("@vue-interface/form-control").FormControlFeedbackProp;
|
|
38
|
+
formControlClass?: string;
|
|
39
|
+
helpText?: string;
|
|
40
|
+
id?: string;
|
|
41
|
+
indicator?: import("vue").Component;
|
|
42
|
+
indicatorSize?: string;
|
|
43
|
+
invalid?: boolean;
|
|
44
|
+
label?: string;
|
|
45
|
+
labelClass?: string;
|
|
46
|
+
modelValue?: T;
|
|
47
|
+
plaintext?: boolean;
|
|
48
|
+
readonly?: boolean;
|
|
49
|
+
valid?: boolean;
|
|
14
50
|
checked?: boolean;
|
|
15
|
-
};
|
|
51
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
16
52
|
expose(exposed: {}): void;
|
|
17
53
|
attrs: any;
|
|
18
|
-
slots: FormControlSlots<T
|
|
19
|
-
emit:
|
|
54
|
+
slots: Readonly<FormControlSlots<T>>;
|
|
55
|
+
emit: any;
|
|
20
56
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
57
|
[key: string]: any;
|
|
22
58
|
}> & {
|
|
23
59
|
__ctx?: {
|
|
24
|
-
props:
|
|
60
|
+
props: {
|
|
61
|
+
value?: V;
|
|
62
|
+
name?: string;
|
|
63
|
+
"onUpdate:modelValue"?: (value: T) => any;
|
|
64
|
+
activity?: boolean;
|
|
65
|
+
disabled?: boolean;
|
|
66
|
+
error?: import("@vue-interface/form-control").FormControlErrorProp;
|
|
67
|
+
errors?: import("@vue-interface/form-control").FormControlErrorPropArray | import("@vue-interface/form-control").FormControlErrorPropRecord;
|
|
68
|
+
feedback?: import("@vue-interface/form-control").FormControlFeedbackProp;
|
|
69
|
+
formControlClass?: string;
|
|
70
|
+
helpText?: string;
|
|
71
|
+
id?: string;
|
|
72
|
+
indicator?: import("vue").Component;
|
|
73
|
+
indicatorSize?: string;
|
|
74
|
+
invalid?: boolean;
|
|
75
|
+
label?: string;
|
|
76
|
+
labelClass?: string;
|
|
77
|
+
modelValue?: T;
|
|
78
|
+
plaintext?: boolean;
|
|
79
|
+
readonly?: boolean;
|
|
80
|
+
valid?: boolean;
|
|
25
81
|
checked?: boolean;
|
|
26
|
-
};
|
|
82
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
27
83
|
expose(exposed: {}): void;
|
|
28
84
|
attrs: any;
|
|
29
|
-
slots: FormControlSlots<T
|
|
30
|
-
emit:
|
|
85
|
+
slots: Readonly<FormControlSlots<T>>;
|
|
86
|
+
emit: any;
|
|
31
87
|
};
|
|
32
88
|
};
|
|
33
89
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-interface/select-field",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.18",
|
|
4
4
|
"description": "A Vue select field component.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"homepage": "https://github.com/vue-interface/select-field",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@vue-interface/activity-indicator": "^2.0.0-beta.11",
|
|
45
|
-
"@vue-interface/form-control": "^1.0.0-beta.
|
|
45
|
+
"@vue-interface/form-control": "^1.0.0-beta.43"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"vue": "^3.3.4"
|