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