@vunk/form 2.16.6 → 2.16.8
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/components/api-tables-select/index.d.ts +4 -0
- package/components/api-tables-select/src/ctx.d.ts +375 -0
- package/components/api-tables-select/src/index.vue.d.ts +1340 -0
- package/components/api-tables-select/src/types.d.ts +19 -0
- package/components/button/index.d.ts +4 -0
- package/components/button/src/ctx.d.ts +193 -0
- package/components/button/src/index.vue.d.ts +851 -0
- package/components/button/src/types.d.ts +13 -0
- package/components/card-input-collection/index.d.ts +4 -0
- package/components/card-input-collection/src/core.vue.d.ts +1125 -0
- package/components/card-input-collection/src/ctx.d.ts +154 -0
- package/components/card-input-collection/src/index.vue.d.ts +287 -0
- package/components/card-input-collection/src/types.d.ts +17 -0
- package/components/cascader/index.d.ts +6 -0
- package/components/cascader/src/ctx.d.ts +343 -0
- package/components/cascader/src/index.vue.d.ts +775 -0
- package/components/cascader/src/types.d.ts +19 -0
- package/components/cascader/src/use.d.ts +5 -0
- package/components/checkbox/index.d.ts +5 -0
- package/components/checkbox/src/ctx.d.ts +146 -0
- package/components/checkbox/src/index.vue.d.ts +1353 -0
- package/components/checkbox/src/types.d.ts +8 -0
- package/components/color-picker/index.d.ts +4 -0
- package/components/color-picker/src/ctx.d.ts +179 -0
- package/components/color-picker/src/index.vue.d.ts +398 -0
- package/components/color-picker/src/types.d.ts +7 -0
- package/components/date-picker/index.d.ts +5 -0
- package/components/date-picker/src/ctx.d.ts +364 -0
- package/components/date-picker/src/index.vue.d.ts +1665 -0
- package/components/date-picker/src/types.d.ts +20 -0
- package/components/date-picker-range/index.d.ts +4 -0
- package/components/date-picker-range/src/ctx.d.ts +372 -0
- package/components/date-picker-range/src/index.vue.d.ts +808 -0
- package/components/date-picker-range/src/types.d.ts +12 -0
- package/components/dialog/index.d.ts +4 -0
- package/components/dialog/src/ctx.d.ts +174 -0
- package/components/dialog/src/index.vue.d.ts +1180 -0
- package/components/dialog/src/types.d.ts +1 -0
- package/components/dialog-input-collection/index.d.ts +4 -0
- package/components/dialog-input-collection/src/ctx.d.ts +141 -0
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +6430 -0
- package/components/dialog-input-collection/src/index.vue.d.ts +7773 -0
- package/components/dialog-input-collection/src/layout.vue.d.ts +85 -0
- package/components/dialog-input-collection/src/types.d.ts +28 -0
- package/components/download-plus/index.d.ts +4 -0
- package/components/download-plus/src/api.d.ts +13 -0
- package/components/download-plus/src/const.d.ts +9 -0
- package/components/download-plus/src/ctx.d.ts +125 -0
- package/components/download-plus/src/index.vue.d.ts +1495 -0
- package/components/download-plus/src/types.d.ts +17 -0
- package/components/editable-text/index.d.ts +4 -0
- package/components/editable-text/src/ctx.d.ts +128 -0
- package/components/editable-text/src/index.vue.d.ts +3389 -0
- package/components/editable-text/src/types.d.ts +1 -0
- package/components/esri-input-geojson/index.d.ts +6 -0
- package/components/esri-input-geojson/src/append.vue.d.ts +1200 -0
- package/components/esri-input-geojson/src/const.d.ts +12 -0
- package/components/esri-input-geojson/src/ctx.d.ts +351 -0
- package/components/esri-input-geojson/src/default-view.vue.d.ts +133 -0
- package/components/esri-input-geojson/src/index.vue.d.ts +1488 -0
- package/components/esri-input-geojson/src/types.d.ts +22 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +427 -0
- package/components/fieldset/index.d.ts +4 -0
- package/components/fieldset/src/ctx.d.ts +16 -0
- package/components/fieldset/src/index.vue.d.ts +32 -0
- package/components/fieldset/src/types.d.ts +1 -0
- package/components/fieldset/src/use.d.ts +5 -0
- package/components/form/index.d.ts +5 -0
- package/components/form/src/ctx.d.ts +139 -0
- package/components/form/src/index.vue.d.ts +2613 -0
- package/components/form/src/types.d.ts +25 -0
- package/components/form/src/utils.d.ts +15 -0
- package/components/form-item/index.d.ts +5 -0
- package/components/form-item/src/core.vue.d.ts +1874 -0
- package/components/form-item/src/ctx.d.ts +103 -0
- package/components/form-item/src/index.vue.d.ts +214 -0
- package/components/form-item/src/types.d.ts +10 -0
- package/components/form-item-renderer/index.d.ts +4 -0
- package/components/form-item-renderer/src/core.vue.d.ts +38 -0
- package/components/form-item-renderer/src/ctx.d.ts +16 -0
- package/components/form-item-renderer/src/index.vue.d.ts +93 -0
- package/components/form-item-renderer/src/types.d.ts +5 -0
- package/components/form-item-renderer/src/utils.d.ts +5 -0
- package/components/form-item-renderer-template/index.d.ts +4 -0
- package/components/form-item-renderer-template/src/ctx.d.ts +7 -0
- package/components/form-item-renderer-template/src/index.vue.d.ts +16 -0
- package/components/form-item-renderer-template/src/types.d.ts +55 -0
- package/components/forms-provider/index.d.ts +6 -0
- package/components/forms-provider/src/core.d.ts +6 -0
- package/components/forms-provider/src/index.vue.d.ts +2 -0
- package/components/forms-provider/src/segment.vue.d.ts +9 -0
- package/components/forms-provider/src/types.d.ts +10 -0
- package/components/forms-provider/src/view.vue.d.ts +7 -0
- package/components/information/index.d.ts +4 -0
- package/components/information/src/ctx.d.ts +16 -0
- package/components/information/src/index.vue.d.ts +27 -0
- package/components/information/src/types.d.ts +3 -0
- package/components/information-collection/index.d.ts +4 -0
- package/components/information-collection/src/ctx.d.ts +143 -0
- package/components/information-collection/src/index.vue.d.ts +296 -0
- package/components/information-collection/src/types.d.ts +6 -0
- package/components/information-renderer/index.d.ts +73 -0
- package/components/information-tag/index.d.ts +4 -0
- package/components/information-tag/src/ctx.d.ts +64 -0
- package/components/information-tag/src/index.vue.d.ts +134 -0
- package/components/information-tag/src/types.d.ts +1 -0
- package/components/information-templates-default/index.d.ts +4 -0
- package/components/information-templates-default/src/ctx.d.ts +2 -0
- package/components/information-templates-default/src/index.vue.d.ts +2 -0
- package/components/information-templates-default/src/types.d.ts +1 -0
- package/components/input/index.d.ts +5 -0
- package/components/input/src/ctx.d.ts +280 -0
- package/components/input/src/index.vue.d.ts +1268 -0
- package/components/input/src/types.d.ts +13 -0
- package/components/input-array/index.d.ts +5 -0
- package/components/input-array/src/ctx.d.ts +136 -0
- package/components/input-array/src/form-template.vue.d.ts +901 -0
- package/components/input-array/src/index.vue.d.ts +889 -0
- package/components/input-array/src/types.d.ts +7 -0
- package/components/input-collection/index.d.ts +4 -0
- package/components/input-collection/src/core.vue.d.ts +1203 -0
- package/components/input-collection/src/ctx.d.ts +154 -0
- package/components/input-collection/src/index.vue.d.ts +296 -0
- package/components/input-collection/src/types.d.ts +29 -0
- package/components/input-file/index.d.ts +5 -0
- package/components/input-file/src/ctx.d.ts +46 -0
- package/components/input-file/src/index.vue.d.ts +112 -0
- package/components/input-file/src/template.vue.d.ts +125 -0
- package/components/input-file/src/types.d.ts +8 -0
- package/components/input-link/index.d.ts +4 -0
- package/components/input-link/src/ctx.d.ts +284 -0
- package/components/input-link/src/index.vue.d.ts +602 -0
- package/components/input-link/src/types.d.ts +7 -0
- package/components/input-number/index.d.ts +4 -0
- package/components/input-number/src/ctx.d.ts +221 -0
- package/components/input-number/src/index.vue.d.ts +910 -0
- package/components/input-number/src/types.d.ts +12 -0
- package/components/input-tag/index.d.ts +5 -0
- package/components/input-tag/src/ctx.d.ts +244 -0
- package/components/input-tag/src/index.vue.d.ts +1050 -0
- package/components/input-tag/src/types.d.ts +22 -0
- package/components/monaco-editor/index.d.ts +4 -0
- package/components/monaco-editor/src/ctx.d.ts +111 -0
- package/components/monaco-editor/src/index.vue.d.ts +297 -0
- package/components/monaco-editor/src/types.d.ts +7 -0
- package/components/radio/index.d.ts +4 -0
- package/components/radio/src/ctx.d.ts +165 -0
- package/components/radio/src/index.vue.d.ts +1488 -0
- package/components/radio/src/option.vue.d.ts +901 -0
- package/components/radio/src/types.d.ts +8 -0
- package/components/radio/src/wraper.vue.d.ts +337 -0
- package/components/renderer-data/index.d.ts +4 -0
- package/components/renderer-data/src/ctx.d.ts +12 -0
- package/components/renderer-data/src/index.vue.d.ts +20 -0
- package/components/renderer-data/src/types.d.ts +1 -0
- package/components/select/index.cjs +29 -11
- package/components/select/index.d.ts +5 -0
- package/components/select/index.mjs +29 -11
- package/components/select/src/core.vue.d.ts +1601 -0
- package/components/select/src/ctx.d.ts +386 -0
- package/components/select/src/index.vue.d.ts +946 -0
- package/components/select/src/options.vue.d.ts +51 -0
- package/components/select/src/types.d.ts +19 -0
- package/components/slider/index.d.ts +4 -0
- package/components/slider/src/ctx.d.ts +248 -0
- package/components/slider/src/index.vue.d.ts +579 -0
- package/components/slider/src/types.d.ts +7 -0
- package/components/switch/index.d.ts +4 -0
- package/components/switch/src/ctx.d.ts +201 -0
- package/components/switch/src/index.vue.d.ts +882 -0
- package/components/switch/src/types.d.ts +7 -0
- package/components/tables-select/index.d.ts +5 -0
- package/components/tables-select/src/ctx.d.ts +421 -0
- package/components/tables-select/src/index.vue.d.ts +5510 -0
- package/components/tables-select/src/types.d.ts +9 -0
- package/components/template-instances-provider/index.d.ts +3 -0
- package/components/template-instances-provider/src/index.vue.d.ts +6 -0
- package/components/templates-default/index.d.ts +4 -0
- package/components/templates-default/src/ctx.d.ts +19 -0
- package/components/templates-default/src/index.vue.d.ts +187 -0
- package/components/templates-default/src/types.d.ts +55 -0
- package/components/templates-element-plus/index.d.ts +4 -0
- package/components/templates-element-plus/src/ctx.d.ts +9 -0
- package/components/templates-element-plus/src/index.vue.d.ts +301 -0
- package/components/templates-element-plus/src/types.d.ts +13 -0
- package/components/templates-esri/index.d.ts +4 -0
- package/components/templates-esri/src/ctx.d.ts +11 -0
- package/components/templates-esri/src/index.vue.d.ts +43 -0
- package/components/templates-esri/src/types.d.ts +2 -0
- package/components/templates-layout/index.d.ts +4 -0
- package/components/templates-layout/src/ctx.d.ts +9 -0
- package/components/templates-layout/src/index.vue.d.ts +446 -0
- package/components/templates-layout/src/types.d.ts +32 -0
- package/components/templates-variant/index.d.ts +4 -0
- package/components/templates-variant/src/ctx.d.ts +11 -0
- package/components/templates-variant/src/index.vue.d.ts +43 -0
- package/components/templates-variant/src/types.d.ts +2 -0
- package/components/upload/index.d.ts +5 -0
- package/components/upload/src/ctx.d.ts +291 -0
- package/components/upload/src/file.vue.d.ts +913 -0
- package/components/upload/src/index.vue.d.ts +2347 -0
- package/components/upload/src/types.d.ts +13 -0
- package/components/upload/src/wraper.vue.d.ts +590 -0
- package/components/upload-plus/index.d.ts +6 -0
- package/components/upload-plus/src/api.d.ts +38 -0
- package/components/upload-plus/src/const.d.ts +9 -0
- package/components/upload-plus/src/ctx.d.ts +144 -0
- package/components/upload-plus/src/index.vue.d.ts +1813 -0
- package/components/upload-plus/src/types.d.ts +32 -0
- package/components/van-cascader/index.d.ts +4 -0
- package/components/van-cascader/src/ctx.d.ts +330 -0
- package/components/van-cascader/src/index.vue.d.ts +1241 -0
- package/components/van-cascader/src/types.d.ts +1 -0
- package/components/var-datetime-picker/index.d.ts +4 -0
- package/components/var-datetime-picker/src/const.d.ts +10 -0
- package/components/var-datetime-picker/src/ctx.d.ts +108 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +1622 -0
- package/components/var-datetime-picker/src/types.d.ts +22 -0
- package/components/vditor/index.d.ts +4 -0
- package/components/vditor/src/ctx.d.ts +118 -0
- package/components/vditor/src/index.vue.d.ts +412 -0
- package/components/vditor/src/types.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,882 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
modelValue: any;
|
|
3
|
+
ariaLabel: StringConstructor;
|
|
4
|
+
disabled: BooleanConstructor;
|
|
5
|
+
loading: BooleanConstructor;
|
|
6
|
+
size: {
|
|
7
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
8
|
+
readonly required: false;
|
|
9
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10
|
+
__epPropKey: true;
|
|
11
|
+
};
|
|
12
|
+
width: {
|
|
13
|
+
readonly type: import("vue").PropType<string | number>;
|
|
14
|
+
readonly required: false;
|
|
15
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16
|
+
__epPropKey: true;
|
|
17
|
+
} & {
|
|
18
|
+
readonly default: "";
|
|
19
|
+
};
|
|
20
|
+
inlinePrompt: BooleanConstructor;
|
|
21
|
+
inactiveActionIcon: {
|
|
22
|
+
readonly type: import("vue").PropType<unknown>;
|
|
23
|
+
readonly required: false;
|
|
24
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
|
+
__epPropKey: true;
|
|
26
|
+
};
|
|
27
|
+
activeActionIcon: {
|
|
28
|
+
readonly type: import("vue").PropType<unknown>;
|
|
29
|
+
readonly required: false;
|
|
30
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
|
+
__epPropKey: true;
|
|
32
|
+
};
|
|
33
|
+
activeIcon: {
|
|
34
|
+
readonly type: import("vue").PropType<unknown>;
|
|
35
|
+
readonly required: false;
|
|
36
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
|
+
__epPropKey: true;
|
|
38
|
+
};
|
|
39
|
+
inactiveIcon: {
|
|
40
|
+
readonly type: import("vue").PropType<unknown>;
|
|
41
|
+
readonly required: false;
|
|
42
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
|
+
__epPropKey: true;
|
|
44
|
+
};
|
|
45
|
+
activeText: {
|
|
46
|
+
readonly type: import("vue").PropType<string>;
|
|
47
|
+
readonly required: false;
|
|
48
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
|
+
__epPropKey: true;
|
|
50
|
+
} & {
|
|
51
|
+
readonly default: "";
|
|
52
|
+
};
|
|
53
|
+
inactiveText: {
|
|
54
|
+
readonly type: import("vue").PropType<string>;
|
|
55
|
+
readonly required: false;
|
|
56
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
|
+
__epPropKey: true;
|
|
58
|
+
} & {
|
|
59
|
+
readonly default: "";
|
|
60
|
+
};
|
|
61
|
+
activeValue: {
|
|
62
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
63
|
+
readonly required: false;
|
|
64
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
|
+
__epPropKey: true;
|
|
66
|
+
} & {
|
|
67
|
+
readonly default: true;
|
|
68
|
+
};
|
|
69
|
+
inactiveValue: {
|
|
70
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
71
|
+
readonly required: false;
|
|
72
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
|
+
__epPropKey: true;
|
|
74
|
+
} & {
|
|
75
|
+
readonly default: false;
|
|
76
|
+
};
|
|
77
|
+
name: {
|
|
78
|
+
readonly type: import("vue").PropType<string>;
|
|
79
|
+
readonly required: false;
|
|
80
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
|
+
__epPropKey: true;
|
|
82
|
+
} & {
|
|
83
|
+
readonly default: "";
|
|
84
|
+
};
|
|
85
|
+
validateEvent: {
|
|
86
|
+
readonly type: import("vue").PropType<boolean>;
|
|
87
|
+
readonly required: false;
|
|
88
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
89
|
+
__epPropKey: true;
|
|
90
|
+
} & {
|
|
91
|
+
readonly default: true;
|
|
92
|
+
};
|
|
93
|
+
beforeChange: {
|
|
94
|
+
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
95
|
+
readonly required: false;
|
|
96
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
|
+
__epPropKey: true;
|
|
98
|
+
};
|
|
99
|
+
id: StringConstructor;
|
|
100
|
+
tabindex: {
|
|
101
|
+
readonly type: import("vue").PropType<string | number>;
|
|
102
|
+
readonly required: false;
|
|
103
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
|
+
__epPropKey: true;
|
|
105
|
+
};
|
|
106
|
+
required: {
|
|
107
|
+
readonly type: import("vue").PropType<boolean>;
|
|
108
|
+
readonly required: false;
|
|
109
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
|
+
__epPropKey: true;
|
|
111
|
+
} & {
|
|
112
|
+
readonly default: undefined;
|
|
113
|
+
};
|
|
114
|
+
formItemSize: {
|
|
115
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
116
|
+
default: "default" | "small" | "large";
|
|
117
|
+
};
|
|
118
|
+
formItemSlots: {
|
|
119
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
120
|
+
default: any;
|
|
121
|
+
};
|
|
122
|
+
elRef: {
|
|
123
|
+
type: import("vue").PropType<any>;
|
|
124
|
+
required: boolean;
|
|
125
|
+
};
|
|
126
|
+
inline: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
readonly: {
|
|
131
|
+
type: BooleanConstructor;
|
|
132
|
+
default: any;
|
|
133
|
+
};
|
|
134
|
+
formItemTip: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
default: any;
|
|
137
|
+
};
|
|
138
|
+
formItemTipClass: any;
|
|
139
|
+
labelTip: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
default: any;
|
|
142
|
+
};
|
|
143
|
+
information: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
prop: any;
|
|
148
|
+
defaultModelValue: any;
|
|
149
|
+
label: StringConstructor;
|
|
150
|
+
labelWidth: {
|
|
151
|
+
readonly type: import("vue").PropType<string | number>;
|
|
152
|
+
readonly required: false;
|
|
153
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
154
|
+
__epPropKey: true;
|
|
155
|
+
} & {
|
|
156
|
+
readonly default: "";
|
|
157
|
+
};
|
|
158
|
+
labelPosition: {
|
|
159
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
160
|
+
readonly required: false;
|
|
161
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
162
|
+
__epPropKey: true;
|
|
163
|
+
} & {
|
|
164
|
+
readonly default: "";
|
|
165
|
+
};
|
|
166
|
+
rules: {
|
|
167
|
+
readonly type: import("vue").PropType<unknown>;
|
|
168
|
+
readonly required: false;
|
|
169
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
|
+
__epPropKey: true;
|
|
171
|
+
};
|
|
172
|
+
error: StringConstructor;
|
|
173
|
+
validateStatus: {
|
|
174
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
175
|
+
readonly required: false;
|
|
176
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
|
+
__epPropKey: true;
|
|
178
|
+
};
|
|
179
|
+
for: StringConstructor;
|
|
180
|
+
inlineMessage: {
|
|
181
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
182
|
+
readonly required: false;
|
|
183
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
184
|
+
__epPropKey: true;
|
|
185
|
+
} & {
|
|
186
|
+
readonly default: "";
|
|
187
|
+
};
|
|
188
|
+
showMessage: {
|
|
189
|
+
readonly type: import("vue").PropType<boolean>;
|
|
190
|
+
readonly required: false;
|
|
191
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
192
|
+
__epPropKey: true;
|
|
193
|
+
} & {
|
|
194
|
+
readonly default: true;
|
|
195
|
+
};
|
|
196
|
+
}>, {
|
|
197
|
+
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
198
|
+
switchBindProps: import("vue").ComputedRef<{
|
|
199
|
+
size: "" | "default" | "small" | "large";
|
|
200
|
+
id: string;
|
|
201
|
+
ariaLabel: string;
|
|
202
|
+
name: string;
|
|
203
|
+
width: string | number;
|
|
204
|
+
loading: boolean;
|
|
205
|
+
tabindex: string | number;
|
|
206
|
+
validateEvent: boolean;
|
|
207
|
+
inlinePrompt: boolean;
|
|
208
|
+
inactiveActionIcon: unknown;
|
|
209
|
+
activeActionIcon: unknown;
|
|
210
|
+
activeIcon: unknown;
|
|
211
|
+
inactiveIcon: unknown;
|
|
212
|
+
activeText: string;
|
|
213
|
+
inactiveText: string;
|
|
214
|
+
activeValue: string | number | boolean;
|
|
215
|
+
inactiveValue: string | number | boolean;
|
|
216
|
+
beforeChange: () => Promise<boolean> | boolean;
|
|
217
|
+
}>;
|
|
218
|
+
switchOnEmits: {};
|
|
219
|
+
readonly: import("vue").ComputedRef<boolean>;
|
|
220
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
221
|
+
"update:modelValue": (val: boolean | string | number) => boolean;
|
|
222
|
+
change: (val: boolean | string | number) => boolean;
|
|
223
|
+
input: (val: boolean | string | number) => boolean;
|
|
224
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
225
|
+
modelValue: any;
|
|
226
|
+
ariaLabel: StringConstructor;
|
|
227
|
+
disabled: BooleanConstructor;
|
|
228
|
+
loading: BooleanConstructor;
|
|
229
|
+
size: {
|
|
230
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
231
|
+
readonly required: false;
|
|
232
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
|
+
__epPropKey: true;
|
|
234
|
+
};
|
|
235
|
+
width: {
|
|
236
|
+
readonly type: import("vue").PropType<string | number>;
|
|
237
|
+
readonly required: false;
|
|
238
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
239
|
+
__epPropKey: true;
|
|
240
|
+
} & {
|
|
241
|
+
readonly default: "";
|
|
242
|
+
};
|
|
243
|
+
inlinePrompt: BooleanConstructor;
|
|
244
|
+
inactiveActionIcon: {
|
|
245
|
+
readonly type: import("vue").PropType<unknown>;
|
|
246
|
+
readonly required: false;
|
|
247
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
|
+
__epPropKey: true;
|
|
249
|
+
};
|
|
250
|
+
activeActionIcon: {
|
|
251
|
+
readonly type: import("vue").PropType<unknown>;
|
|
252
|
+
readonly required: false;
|
|
253
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
254
|
+
__epPropKey: true;
|
|
255
|
+
};
|
|
256
|
+
activeIcon: {
|
|
257
|
+
readonly type: import("vue").PropType<unknown>;
|
|
258
|
+
readonly required: false;
|
|
259
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
|
+
__epPropKey: true;
|
|
261
|
+
};
|
|
262
|
+
inactiveIcon: {
|
|
263
|
+
readonly type: import("vue").PropType<unknown>;
|
|
264
|
+
readonly required: false;
|
|
265
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
266
|
+
__epPropKey: true;
|
|
267
|
+
};
|
|
268
|
+
activeText: {
|
|
269
|
+
readonly type: import("vue").PropType<string>;
|
|
270
|
+
readonly required: false;
|
|
271
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
272
|
+
__epPropKey: true;
|
|
273
|
+
} & {
|
|
274
|
+
readonly default: "";
|
|
275
|
+
};
|
|
276
|
+
inactiveText: {
|
|
277
|
+
readonly type: import("vue").PropType<string>;
|
|
278
|
+
readonly required: false;
|
|
279
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
280
|
+
__epPropKey: true;
|
|
281
|
+
} & {
|
|
282
|
+
readonly default: "";
|
|
283
|
+
};
|
|
284
|
+
activeValue: {
|
|
285
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
286
|
+
readonly required: false;
|
|
287
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
288
|
+
__epPropKey: true;
|
|
289
|
+
} & {
|
|
290
|
+
readonly default: true;
|
|
291
|
+
};
|
|
292
|
+
inactiveValue: {
|
|
293
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
294
|
+
readonly required: false;
|
|
295
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
296
|
+
__epPropKey: true;
|
|
297
|
+
} & {
|
|
298
|
+
readonly default: false;
|
|
299
|
+
};
|
|
300
|
+
name: {
|
|
301
|
+
readonly type: import("vue").PropType<string>;
|
|
302
|
+
readonly required: false;
|
|
303
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
304
|
+
__epPropKey: true;
|
|
305
|
+
} & {
|
|
306
|
+
readonly default: "";
|
|
307
|
+
};
|
|
308
|
+
validateEvent: {
|
|
309
|
+
readonly type: import("vue").PropType<boolean>;
|
|
310
|
+
readonly required: false;
|
|
311
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
312
|
+
__epPropKey: true;
|
|
313
|
+
} & {
|
|
314
|
+
readonly default: true;
|
|
315
|
+
};
|
|
316
|
+
beforeChange: {
|
|
317
|
+
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
318
|
+
readonly required: false;
|
|
319
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
320
|
+
__epPropKey: true;
|
|
321
|
+
};
|
|
322
|
+
id: StringConstructor;
|
|
323
|
+
tabindex: {
|
|
324
|
+
readonly type: import("vue").PropType<string | number>;
|
|
325
|
+
readonly required: false;
|
|
326
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
327
|
+
__epPropKey: true;
|
|
328
|
+
};
|
|
329
|
+
required: {
|
|
330
|
+
readonly type: import("vue").PropType<boolean>;
|
|
331
|
+
readonly required: false;
|
|
332
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
333
|
+
__epPropKey: true;
|
|
334
|
+
} & {
|
|
335
|
+
readonly default: undefined;
|
|
336
|
+
};
|
|
337
|
+
formItemSize: {
|
|
338
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
339
|
+
default: "default" | "small" | "large";
|
|
340
|
+
};
|
|
341
|
+
formItemSlots: {
|
|
342
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
343
|
+
default: any;
|
|
344
|
+
};
|
|
345
|
+
elRef: {
|
|
346
|
+
type: import("vue").PropType<any>;
|
|
347
|
+
required: boolean;
|
|
348
|
+
};
|
|
349
|
+
inline: {
|
|
350
|
+
type: BooleanConstructor;
|
|
351
|
+
default: boolean;
|
|
352
|
+
};
|
|
353
|
+
readonly: {
|
|
354
|
+
type: BooleanConstructor;
|
|
355
|
+
default: any;
|
|
356
|
+
};
|
|
357
|
+
formItemTip: {
|
|
358
|
+
type: StringConstructor;
|
|
359
|
+
default: any;
|
|
360
|
+
};
|
|
361
|
+
formItemTipClass: any;
|
|
362
|
+
labelTip: {
|
|
363
|
+
type: StringConstructor;
|
|
364
|
+
default: any;
|
|
365
|
+
};
|
|
366
|
+
information: {
|
|
367
|
+
type: BooleanConstructor;
|
|
368
|
+
default: boolean;
|
|
369
|
+
};
|
|
370
|
+
prop: any;
|
|
371
|
+
defaultModelValue: any;
|
|
372
|
+
label: StringConstructor;
|
|
373
|
+
labelWidth: {
|
|
374
|
+
readonly type: import("vue").PropType<string | number>;
|
|
375
|
+
readonly required: false;
|
|
376
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
377
|
+
__epPropKey: true;
|
|
378
|
+
} & {
|
|
379
|
+
readonly default: "";
|
|
380
|
+
};
|
|
381
|
+
labelPosition: {
|
|
382
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
383
|
+
readonly required: false;
|
|
384
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
+
__epPropKey: true;
|
|
386
|
+
} & {
|
|
387
|
+
readonly default: "";
|
|
388
|
+
};
|
|
389
|
+
rules: {
|
|
390
|
+
readonly type: import("vue").PropType<unknown>;
|
|
391
|
+
readonly required: false;
|
|
392
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
393
|
+
__epPropKey: true;
|
|
394
|
+
};
|
|
395
|
+
error: StringConstructor;
|
|
396
|
+
validateStatus: {
|
|
397
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
398
|
+
readonly required: false;
|
|
399
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
400
|
+
__epPropKey: true;
|
|
401
|
+
};
|
|
402
|
+
for: StringConstructor;
|
|
403
|
+
inlineMessage: {
|
|
404
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
405
|
+
readonly required: false;
|
|
406
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
407
|
+
__epPropKey: true;
|
|
408
|
+
} & {
|
|
409
|
+
readonly default: "";
|
|
410
|
+
};
|
|
411
|
+
showMessage: {
|
|
412
|
+
readonly type: import("vue").PropType<boolean>;
|
|
413
|
+
readonly required: false;
|
|
414
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
415
|
+
__epPropKey: true;
|
|
416
|
+
} & {
|
|
417
|
+
readonly default: true;
|
|
418
|
+
};
|
|
419
|
+
}>> & Readonly<{
|
|
420
|
+
"onUpdate:modelValue"?: (val: string | number | boolean) => any;
|
|
421
|
+
onChange?: (val: string | number | boolean) => any;
|
|
422
|
+
onInput?: (val: string | number | boolean) => any;
|
|
423
|
+
}>, {
|
|
424
|
+
required: boolean;
|
|
425
|
+
formItemSize: "default" | "small" | "large";
|
|
426
|
+
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
427
|
+
inline: boolean;
|
|
428
|
+
readonly: boolean;
|
|
429
|
+
formItemTip: string;
|
|
430
|
+
formItemTipClass: any;
|
|
431
|
+
labelTip: string;
|
|
432
|
+
information: boolean;
|
|
433
|
+
prop: any;
|
|
434
|
+
defaultModelValue: any;
|
|
435
|
+
labelWidth: string | number;
|
|
436
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
437
|
+
inlineMessage: string | boolean;
|
|
438
|
+
showMessage: boolean;
|
|
439
|
+
disabled: boolean;
|
|
440
|
+
name: string;
|
|
441
|
+
modelValue: any;
|
|
442
|
+
width: string | number;
|
|
443
|
+
loading: boolean;
|
|
444
|
+
validateEvent: boolean;
|
|
445
|
+
inlinePrompt: boolean;
|
|
446
|
+
activeText: string;
|
|
447
|
+
inactiveText: string;
|
|
448
|
+
activeValue: string | number | boolean;
|
|
449
|
+
inactiveValue: string | number | boolean;
|
|
450
|
+
}, {}, {
|
|
451
|
+
ElSwitch: {
|
|
452
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
453
|
+
readonly ariaLabel: StringConstructor;
|
|
454
|
+
readonly modelValue: {
|
|
455
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
456
|
+
readonly required: false;
|
|
457
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
458
|
+
__epPropKey: true;
|
|
459
|
+
} & {
|
|
460
|
+
readonly default: false;
|
|
461
|
+
};
|
|
462
|
+
readonly disabled: BooleanConstructor;
|
|
463
|
+
readonly loading: BooleanConstructor;
|
|
464
|
+
readonly size: {
|
|
465
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
466
|
+
readonly required: false;
|
|
467
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
468
|
+
__epPropKey: true;
|
|
469
|
+
};
|
|
470
|
+
readonly width: {
|
|
471
|
+
readonly type: import("vue").PropType<string | number>;
|
|
472
|
+
readonly required: false;
|
|
473
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
474
|
+
__epPropKey: true;
|
|
475
|
+
} & {
|
|
476
|
+
readonly default: "";
|
|
477
|
+
};
|
|
478
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
479
|
+
readonly inactiveActionIcon: {
|
|
480
|
+
readonly type: import("vue").PropType<unknown>;
|
|
481
|
+
readonly required: false;
|
|
482
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
483
|
+
__epPropKey: true;
|
|
484
|
+
};
|
|
485
|
+
readonly activeActionIcon: {
|
|
486
|
+
readonly type: import("vue").PropType<unknown>;
|
|
487
|
+
readonly required: false;
|
|
488
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
489
|
+
__epPropKey: true;
|
|
490
|
+
};
|
|
491
|
+
readonly activeIcon: {
|
|
492
|
+
readonly type: import("vue").PropType<unknown>;
|
|
493
|
+
readonly required: false;
|
|
494
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
495
|
+
__epPropKey: true;
|
|
496
|
+
};
|
|
497
|
+
readonly inactiveIcon: {
|
|
498
|
+
readonly type: import("vue").PropType<unknown>;
|
|
499
|
+
readonly required: false;
|
|
500
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
501
|
+
__epPropKey: true;
|
|
502
|
+
};
|
|
503
|
+
readonly activeText: {
|
|
504
|
+
readonly type: import("vue").PropType<string>;
|
|
505
|
+
readonly required: false;
|
|
506
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
507
|
+
__epPropKey: true;
|
|
508
|
+
} & {
|
|
509
|
+
readonly default: "";
|
|
510
|
+
};
|
|
511
|
+
readonly inactiveText: {
|
|
512
|
+
readonly type: import("vue").PropType<string>;
|
|
513
|
+
readonly required: false;
|
|
514
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
515
|
+
__epPropKey: true;
|
|
516
|
+
} & {
|
|
517
|
+
readonly default: "";
|
|
518
|
+
};
|
|
519
|
+
readonly activeValue: {
|
|
520
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
521
|
+
readonly required: false;
|
|
522
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
523
|
+
__epPropKey: true;
|
|
524
|
+
} & {
|
|
525
|
+
readonly default: true;
|
|
526
|
+
};
|
|
527
|
+
readonly inactiveValue: {
|
|
528
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
529
|
+
readonly required: false;
|
|
530
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
531
|
+
__epPropKey: true;
|
|
532
|
+
} & {
|
|
533
|
+
readonly default: false;
|
|
534
|
+
};
|
|
535
|
+
readonly name: {
|
|
536
|
+
readonly type: import("vue").PropType<string>;
|
|
537
|
+
readonly required: false;
|
|
538
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
539
|
+
__epPropKey: true;
|
|
540
|
+
} & {
|
|
541
|
+
readonly default: "";
|
|
542
|
+
};
|
|
543
|
+
readonly validateEvent: {
|
|
544
|
+
readonly type: import("vue").PropType<boolean>;
|
|
545
|
+
readonly required: false;
|
|
546
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
547
|
+
__epPropKey: true;
|
|
548
|
+
} & {
|
|
549
|
+
readonly default: true;
|
|
550
|
+
};
|
|
551
|
+
readonly beforeChange: {
|
|
552
|
+
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
553
|
+
readonly required: false;
|
|
554
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
555
|
+
__epPropKey: true;
|
|
556
|
+
};
|
|
557
|
+
readonly id: StringConstructor;
|
|
558
|
+
readonly tabindex: {
|
|
559
|
+
readonly type: import("vue").PropType<string | number>;
|
|
560
|
+
readonly required: false;
|
|
561
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
562
|
+
__epPropKey: true;
|
|
563
|
+
};
|
|
564
|
+
}>> & {
|
|
565
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
566
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
567
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
568
|
+
}, {
|
|
569
|
+
focus: () => void;
|
|
570
|
+
checked: import("vue").ComputedRef<boolean>;
|
|
571
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
572
|
+
"update:modelValue": (val: string | number | boolean) => void;
|
|
573
|
+
change: (val: string | number | boolean) => void;
|
|
574
|
+
input: (val: string | number | boolean) => void;
|
|
575
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
576
|
+
readonly disabled: boolean;
|
|
577
|
+
readonly width: string | number;
|
|
578
|
+
readonly name: string;
|
|
579
|
+
readonly loading: boolean;
|
|
580
|
+
readonly modelValue: string | number | boolean;
|
|
581
|
+
readonly validateEvent: boolean;
|
|
582
|
+
readonly activeText: string;
|
|
583
|
+
readonly inactiveText: string;
|
|
584
|
+
readonly activeValue: string | number | boolean;
|
|
585
|
+
readonly inactiveValue: string | number | boolean;
|
|
586
|
+
readonly inlinePrompt: boolean;
|
|
587
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
588
|
+
P: {};
|
|
589
|
+
B: {};
|
|
590
|
+
D: {};
|
|
591
|
+
C: {};
|
|
592
|
+
M: {};
|
|
593
|
+
Defaults: {};
|
|
594
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
595
|
+
readonly ariaLabel: StringConstructor;
|
|
596
|
+
readonly modelValue: {
|
|
597
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
598
|
+
readonly required: false;
|
|
599
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
|
+
__epPropKey: true;
|
|
601
|
+
} & {
|
|
602
|
+
readonly default: false;
|
|
603
|
+
};
|
|
604
|
+
readonly disabled: BooleanConstructor;
|
|
605
|
+
readonly loading: BooleanConstructor;
|
|
606
|
+
readonly size: {
|
|
607
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
608
|
+
readonly required: false;
|
|
609
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
610
|
+
__epPropKey: true;
|
|
611
|
+
};
|
|
612
|
+
readonly width: {
|
|
613
|
+
readonly type: import("vue").PropType<string | number>;
|
|
614
|
+
readonly required: false;
|
|
615
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
616
|
+
__epPropKey: true;
|
|
617
|
+
} & {
|
|
618
|
+
readonly default: "";
|
|
619
|
+
};
|
|
620
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
621
|
+
readonly inactiveActionIcon: {
|
|
622
|
+
readonly type: import("vue").PropType<unknown>;
|
|
623
|
+
readonly required: false;
|
|
624
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
625
|
+
__epPropKey: true;
|
|
626
|
+
};
|
|
627
|
+
readonly activeActionIcon: {
|
|
628
|
+
readonly type: import("vue").PropType<unknown>;
|
|
629
|
+
readonly required: false;
|
|
630
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
631
|
+
__epPropKey: true;
|
|
632
|
+
};
|
|
633
|
+
readonly activeIcon: {
|
|
634
|
+
readonly type: import("vue").PropType<unknown>;
|
|
635
|
+
readonly required: false;
|
|
636
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
637
|
+
__epPropKey: true;
|
|
638
|
+
};
|
|
639
|
+
readonly inactiveIcon: {
|
|
640
|
+
readonly type: import("vue").PropType<unknown>;
|
|
641
|
+
readonly required: false;
|
|
642
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
643
|
+
__epPropKey: true;
|
|
644
|
+
};
|
|
645
|
+
readonly activeText: {
|
|
646
|
+
readonly type: import("vue").PropType<string>;
|
|
647
|
+
readonly required: false;
|
|
648
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
649
|
+
__epPropKey: true;
|
|
650
|
+
} & {
|
|
651
|
+
readonly default: "";
|
|
652
|
+
};
|
|
653
|
+
readonly inactiveText: {
|
|
654
|
+
readonly type: import("vue").PropType<string>;
|
|
655
|
+
readonly required: false;
|
|
656
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
657
|
+
__epPropKey: true;
|
|
658
|
+
} & {
|
|
659
|
+
readonly default: "";
|
|
660
|
+
};
|
|
661
|
+
readonly activeValue: {
|
|
662
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
663
|
+
readonly required: false;
|
|
664
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
665
|
+
__epPropKey: true;
|
|
666
|
+
} & {
|
|
667
|
+
readonly default: true;
|
|
668
|
+
};
|
|
669
|
+
readonly inactiveValue: {
|
|
670
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
671
|
+
readonly required: false;
|
|
672
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
673
|
+
__epPropKey: true;
|
|
674
|
+
} & {
|
|
675
|
+
readonly default: false;
|
|
676
|
+
};
|
|
677
|
+
readonly name: {
|
|
678
|
+
readonly type: import("vue").PropType<string>;
|
|
679
|
+
readonly required: false;
|
|
680
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
681
|
+
__epPropKey: true;
|
|
682
|
+
} & {
|
|
683
|
+
readonly default: "";
|
|
684
|
+
};
|
|
685
|
+
readonly validateEvent: {
|
|
686
|
+
readonly type: import("vue").PropType<boolean>;
|
|
687
|
+
readonly required: false;
|
|
688
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
689
|
+
__epPropKey: true;
|
|
690
|
+
} & {
|
|
691
|
+
readonly default: true;
|
|
692
|
+
};
|
|
693
|
+
readonly beforeChange: {
|
|
694
|
+
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
695
|
+
readonly required: false;
|
|
696
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
697
|
+
__epPropKey: true;
|
|
698
|
+
};
|
|
699
|
+
readonly id: StringConstructor;
|
|
700
|
+
readonly tabindex: {
|
|
701
|
+
readonly type: import("vue").PropType<string | number>;
|
|
702
|
+
readonly required: false;
|
|
703
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
704
|
+
__epPropKey: true;
|
|
705
|
+
};
|
|
706
|
+
}>> & {
|
|
707
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
708
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
709
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
710
|
+
}, {
|
|
711
|
+
focus: () => void;
|
|
712
|
+
checked: import("vue").ComputedRef<boolean>;
|
|
713
|
+
}, {}, {}, {}, {
|
|
714
|
+
readonly disabled: boolean;
|
|
715
|
+
readonly width: string | number;
|
|
716
|
+
readonly name: string;
|
|
717
|
+
readonly loading: boolean;
|
|
718
|
+
readonly modelValue: string | number | boolean;
|
|
719
|
+
readonly validateEvent: boolean;
|
|
720
|
+
readonly activeText: string;
|
|
721
|
+
readonly inactiveText: string;
|
|
722
|
+
readonly activeValue: string | number | boolean;
|
|
723
|
+
readonly inactiveValue: string | number | boolean;
|
|
724
|
+
readonly inlinePrompt: boolean;
|
|
725
|
+
}>;
|
|
726
|
+
__isFragment?: never;
|
|
727
|
+
__isTeleport?: never;
|
|
728
|
+
__isSuspense?: never;
|
|
729
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
730
|
+
readonly ariaLabel: StringConstructor;
|
|
731
|
+
readonly modelValue: {
|
|
732
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
733
|
+
readonly required: false;
|
|
734
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
735
|
+
__epPropKey: true;
|
|
736
|
+
} & {
|
|
737
|
+
readonly default: false;
|
|
738
|
+
};
|
|
739
|
+
readonly disabled: BooleanConstructor;
|
|
740
|
+
readonly loading: BooleanConstructor;
|
|
741
|
+
readonly size: {
|
|
742
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
743
|
+
readonly required: false;
|
|
744
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
745
|
+
__epPropKey: true;
|
|
746
|
+
};
|
|
747
|
+
readonly width: {
|
|
748
|
+
readonly type: import("vue").PropType<string | number>;
|
|
749
|
+
readonly required: false;
|
|
750
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
751
|
+
__epPropKey: true;
|
|
752
|
+
} & {
|
|
753
|
+
readonly default: "";
|
|
754
|
+
};
|
|
755
|
+
readonly inlinePrompt: BooleanConstructor;
|
|
756
|
+
readonly inactiveActionIcon: {
|
|
757
|
+
readonly type: import("vue").PropType<unknown>;
|
|
758
|
+
readonly required: false;
|
|
759
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
760
|
+
__epPropKey: true;
|
|
761
|
+
};
|
|
762
|
+
readonly activeActionIcon: {
|
|
763
|
+
readonly type: import("vue").PropType<unknown>;
|
|
764
|
+
readonly required: false;
|
|
765
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
766
|
+
__epPropKey: true;
|
|
767
|
+
};
|
|
768
|
+
readonly activeIcon: {
|
|
769
|
+
readonly type: import("vue").PropType<unknown>;
|
|
770
|
+
readonly required: false;
|
|
771
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
772
|
+
__epPropKey: true;
|
|
773
|
+
};
|
|
774
|
+
readonly inactiveIcon: {
|
|
775
|
+
readonly type: import("vue").PropType<unknown>;
|
|
776
|
+
readonly required: false;
|
|
777
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
778
|
+
__epPropKey: true;
|
|
779
|
+
};
|
|
780
|
+
readonly activeText: {
|
|
781
|
+
readonly type: import("vue").PropType<string>;
|
|
782
|
+
readonly required: false;
|
|
783
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
784
|
+
__epPropKey: true;
|
|
785
|
+
} & {
|
|
786
|
+
readonly default: "";
|
|
787
|
+
};
|
|
788
|
+
readonly inactiveText: {
|
|
789
|
+
readonly type: import("vue").PropType<string>;
|
|
790
|
+
readonly required: false;
|
|
791
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
792
|
+
__epPropKey: true;
|
|
793
|
+
} & {
|
|
794
|
+
readonly default: "";
|
|
795
|
+
};
|
|
796
|
+
readonly activeValue: {
|
|
797
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
798
|
+
readonly required: false;
|
|
799
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
800
|
+
__epPropKey: true;
|
|
801
|
+
} & {
|
|
802
|
+
readonly default: true;
|
|
803
|
+
};
|
|
804
|
+
readonly inactiveValue: {
|
|
805
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
806
|
+
readonly required: false;
|
|
807
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
808
|
+
__epPropKey: true;
|
|
809
|
+
} & {
|
|
810
|
+
readonly default: false;
|
|
811
|
+
};
|
|
812
|
+
readonly name: {
|
|
813
|
+
readonly type: import("vue").PropType<string>;
|
|
814
|
+
readonly required: false;
|
|
815
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
816
|
+
__epPropKey: true;
|
|
817
|
+
} & {
|
|
818
|
+
readonly default: "";
|
|
819
|
+
};
|
|
820
|
+
readonly validateEvent: {
|
|
821
|
+
readonly type: import("vue").PropType<boolean>;
|
|
822
|
+
readonly required: false;
|
|
823
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
824
|
+
__epPropKey: true;
|
|
825
|
+
} & {
|
|
826
|
+
readonly default: true;
|
|
827
|
+
};
|
|
828
|
+
readonly beforeChange: {
|
|
829
|
+
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
830
|
+
readonly required: false;
|
|
831
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
832
|
+
__epPropKey: true;
|
|
833
|
+
};
|
|
834
|
+
readonly id: StringConstructor;
|
|
835
|
+
readonly tabindex: {
|
|
836
|
+
readonly type: import("vue").PropType<string | number>;
|
|
837
|
+
readonly required: false;
|
|
838
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
839
|
+
__epPropKey: true;
|
|
840
|
+
};
|
|
841
|
+
}>> & {
|
|
842
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
843
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
844
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
845
|
+
}, {
|
|
846
|
+
focus: () => void;
|
|
847
|
+
checked: import("vue").ComputedRef<boolean>;
|
|
848
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
849
|
+
"update:modelValue": (val: string | number | boolean) => void;
|
|
850
|
+
change: (val: string | number | boolean) => void;
|
|
851
|
+
input: (val: string | number | boolean) => void;
|
|
852
|
+
}, string, {
|
|
853
|
+
readonly disabled: boolean;
|
|
854
|
+
readonly width: string | number;
|
|
855
|
+
readonly name: string;
|
|
856
|
+
readonly loading: boolean;
|
|
857
|
+
readonly modelValue: string | number | boolean;
|
|
858
|
+
readonly validateEvent: boolean;
|
|
859
|
+
readonly activeText: string;
|
|
860
|
+
readonly inactiveText: string;
|
|
861
|
+
readonly activeValue: string | number | boolean;
|
|
862
|
+
readonly inactiveValue: string | number | boolean;
|
|
863
|
+
readonly inlinePrompt: boolean;
|
|
864
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
865
|
+
$slots: {
|
|
866
|
+
"active-action"?(_: {}): any;
|
|
867
|
+
"inactive-action"?(_: {}): any;
|
|
868
|
+
};
|
|
869
|
+
}) & import("vue").Plugin;
|
|
870
|
+
VkfFormItem: {
|
|
871
|
+
new (...args: any[]): any;
|
|
872
|
+
__isFragment?: never;
|
|
873
|
+
__isTeleport?: never;
|
|
874
|
+
__isSuspense?: never;
|
|
875
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
876
|
+
[x: string]: any;
|
|
877
|
+
[x: symbol]: any;
|
|
878
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
879
|
+
install(app: import("vue").App): void;
|
|
880
|
+
};
|
|
881
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
882
|
+
export default _default;
|