@hinen/pro-element-plus 1.1.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +51 -9
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/props.d.ts +25 -4
- package/dist/components/CheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/DataSelect/DataSelect.vue.d.ts +333 -59
- package/dist/components/DataSelect/DataSelect.vue.d.ts.map +1 -1
- package/dist/components/DataSelect/props.d.ts +162 -25
- package/dist/components/DataSelect/props.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +78 -36
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +36 -18
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts.map +1 -1
- package/dist/components/DataTable/useFixedHeader.d.ts +8 -0
- package/dist/components/DataTable/useFixedHeader.d.ts.map +1 -0
- package/dist/components/Drawer/index.d.ts +4 -0
- package/dist/components/Drawer/index.d.ts.map +1 -0
- package/dist/components/Drawer/props.d.ts +211 -0
- package/dist/components/Drawer/props.d.ts.map +1 -0
- package/dist/components/Drawer/types.d.ts +14 -0
- package/dist/components/Drawer/types.d.ts.map +1 -0
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +858 -2660
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +358 -83
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +215 -356
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +93 -16
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +824 -465
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/props.d.ts +336 -59
- package/dist/components/FormFields/FormDatePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts +93 -23
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/props.d.ts +44 -9
- package/dist/components/FormFields/FormItem/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +509 -730
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/props.d.ts +220 -29
- package/dist/components/FormFields/FormNumber/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +307 -357
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +133 -21
- package/dist/components/FormFields/FormRadioGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +643 -631
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/props.d.ts +270 -39
- package/dist/components/FormFields/FormRate/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +949 -461
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/props.d.ts +391 -62
- package/dist/components/FormFields/FormSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +426 -858
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/props.d.ts +184 -37
- package/dist/components/FormFields/FormSwitch/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +464 -861
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/props.d.ts +200 -35
- package/dist/components/FormFields/FormTagInput/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +515 -1164
- package/dist/components/FormFields/FormText/FormText.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/props.d.ts +226 -59
- package/dist/components/FormFields/FormText/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +822 -462
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/props.d.ts +336 -59
- package/dist/components/FormFields/FormTimePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +47 -328
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +44 -9
- package/dist/components/FormFields/FormTreeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/utils.d.ts +44 -9
- package/dist/components/FormFields/utils.d.ts.map +1 -1
- package/dist/components/Image/props.d.ts +76 -13
- package/dist/components/Image/props.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +213 -39
- package/dist/components/Modal/Modal.vue.d.ts.map +1 -1
- package/dist/components/Modal/props.d.ts +102 -16
- package/dist/components/Modal/props.d.ts.map +1 -1
- package/dist/components/QueryForm/QueryForm.vue.d.ts +115 -26
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/props.d.ts +53 -9
- package/dist/components/QueryForm/props.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +100 -16
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/RadioGroup/props.d.ts +49 -7
- package/dist/components/RadioGroup/props.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +357 -63
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/props.d.ts +174 -27
- package/dist/components/Select/props.d.ts.map +1 -1
- package/dist/index.cjs +44 -44
- package/dist/index.js +1909 -2690
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { FormItemInstance, InputNumberInstance } from 'element-plus';
|
|
2
|
+
|
|
1
3
|
declare function __VLS_template(): Readonly<Omit<Readonly<{
|
|
2
4
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
3
5
|
}> & {
|
|
@@ -39,55 +41,161 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
39
41
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
40
42
|
};
|
|
41
43
|
label: StringConstructor;
|
|
42
|
-
labelWidth:
|
|
43
|
-
|
|
44
|
+
labelWidth: {
|
|
45
|
+
readonly type: import('vue').PropType<string | number>;
|
|
46
|
+
readonly required: false;
|
|
47
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
|
+
__epPropKey: true;
|
|
49
|
+
} & {
|
|
50
|
+
readonly default: "";
|
|
51
|
+
};
|
|
52
|
+
labelPosition: {
|
|
53
|
+
readonly type: import('vue').PropType<"" | "top" | "left" | "right">;
|
|
54
|
+
readonly required: false;
|
|
55
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
|
+
__epPropKey: true;
|
|
57
|
+
} & {
|
|
58
|
+
readonly default: "";
|
|
59
|
+
};
|
|
44
60
|
prop: {
|
|
45
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
61
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemProp>;
|
|
62
|
+
readonly required: false;
|
|
63
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
64
|
+
__epPropKey: true;
|
|
65
|
+
};
|
|
66
|
+
required: {
|
|
67
|
+
readonly type: import('vue').PropType<boolean>;
|
|
46
68
|
readonly required: false;
|
|
47
69
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
70
|
__epPropKey: true;
|
|
71
|
+
} & {
|
|
72
|
+
readonly default: undefined;
|
|
49
73
|
};
|
|
50
|
-
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
51
74
|
rules: {
|
|
52
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
75
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>;
|
|
53
76
|
readonly required: false;
|
|
54
77
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
78
|
__epPropKey: true;
|
|
56
79
|
};
|
|
57
80
|
error: StringConstructor;
|
|
58
81
|
validateStatus: {
|
|
59
|
-
readonly type: import('vue').PropType<
|
|
82
|
+
readonly type: import('vue').PropType<"" | "success" | "error" | "validating">;
|
|
60
83
|
readonly required: false;
|
|
61
84
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
85
|
__epPropKey: true;
|
|
63
86
|
};
|
|
64
|
-
inlineMessage:
|
|
65
|
-
|
|
87
|
+
inlineMessage: {
|
|
88
|
+
readonly type: import('vue').PropType<string | boolean>;
|
|
89
|
+
readonly required: false;
|
|
90
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
|
+
__epPropKey: true;
|
|
92
|
+
} & {
|
|
93
|
+
readonly default: "";
|
|
94
|
+
};
|
|
95
|
+
showMessage: {
|
|
96
|
+
readonly type: import('vue').PropType<boolean>;
|
|
97
|
+
readonly required: false;
|
|
98
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
|
+
__epPropKey: true;
|
|
100
|
+
} & {
|
|
101
|
+
readonly default: true;
|
|
102
|
+
};
|
|
66
103
|
size: {
|
|
67
|
-
readonly type: import('vue').PropType<
|
|
104
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
68
105
|
readonly required: false;
|
|
69
106
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
107
|
__epPropKey: true;
|
|
71
108
|
};
|
|
72
109
|
} & Omit<{
|
|
110
|
+
readonly inputmode: {
|
|
111
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
112
|
+
readonly required: false;
|
|
113
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
114
|
+
__epPropKey: true;
|
|
115
|
+
} & {
|
|
116
|
+
readonly default: undefined;
|
|
117
|
+
};
|
|
118
|
+
readonly align: {
|
|
119
|
+
readonly type: import('vue').PropType<"left" | "right" | "center">;
|
|
120
|
+
readonly required: false;
|
|
121
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
|
+
__epPropKey: true;
|
|
123
|
+
} & {
|
|
124
|
+
readonly default: "center";
|
|
125
|
+
};
|
|
126
|
+
readonly disabledScientific: BooleanConstructor;
|
|
73
127
|
readonly ariaLabel: StringConstructor;
|
|
74
|
-
readonly id:
|
|
75
|
-
|
|
128
|
+
readonly id: {
|
|
129
|
+
readonly type: import('vue').PropType<string>;
|
|
130
|
+
readonly required: false;
|
|
131
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
132
|
+
__epPropKey: true;
|
|
133
|
+
} & {
|
|
134
|
+
readonly default: undefined;
|
|
135
|
+
};
|
|
136
|
+
readonly step: {
|
|
137
|
+
readonly type: import('vue').PropType<number>;
|
|
138
|
+
readonly required: false;
|
|
139
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
140
|
+
__epPropKey: true;
|
|
141
|
+
} & {
|
|
142
|
+
readonly default: 1;
|
|
143
|
+
};
|
|
76
144
|
readonly stepStrictly: BooleanConstructor;
|
|
77
|
-
readonly max:
|
|
78
|
-
|
|
79
|
-
|
|
145
|
+
readonly max: {
|
|
146
|
+
readonly type: import('vue').PropType<number>;
|
|
147
|
+
readonly required: false;
|
|
148
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
149
|
+
__epPropKey: true;
|
|
150
|
+
} & {
|
|
151
|
+
readonly default: number;
|
|
152
|
+
};
|
|
153
|
+
readonly min: {
|
|
154
|
+
readonly type: import('vue').PropType<number>;
|
|
155
|
+
readonly required: false;
|
|
156
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
157
|
+
__epPropKey: true;
|
|
158
|
+
} & {
|
|
159
|
+
readonly default: number;
|
|
160
|
+
};
|
|
161
|
+
readonly modelValue: {
|
|
162
|
+
readonly type: import('vue').PropType<any>;
|
|
163
|
+
readonly required: false;
|
|
164
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
165
|
+
__epPropKey: true;
|
|
166
|
+
};
|
|
80
167
|
readonly readonly: BooleanConstructor;
|
|
81
168
|
readonly disabled: BooleanConstructor;
|
|
82
169
|
readonly size: {
|
|
83
|
-
readonly type: import('vue').PropType<
|
|
170
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
171
|
+
readonly required: false;
|
|
172
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
|
+
__epPropKey: true;
|
|
174
|
+
};
|
|
175
|
+
readonly controls: {
|
|
176
|
+
readonly type: import('vue').PropType<boolean>;
|
|
84
177
|
readonly required: false;
|
|
85
178
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
179
|
__epPropKey: true;
|
|
180
|
+
} & {
|
|
181
|
+
readonly default: true;
|
|
182
|
+
};
|
|
183
|
+
readonly controlsPosition: {
|
|
184
|
+
readonly type: import('vue').PropType<"" | "right">;
|
|
185
|
+
readonly required: false;
|
|
186
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
187
|
+
__epPropKey: true;
|
|
188
|
+
} & {
|
|
189
|
+
readonly default: "";
|
|
190
|
+
};
|
|
191
|
+
readonly valueOnClear: {
|
|
192
|
+
readonly type: import('vue').PropType<string | number | null>;
|
|
193
|
+
readonly required: false;
|
|
194
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
195
|
+
__epPropKey: true;
|
|
196
|
+
} & {
|
|
197
|
+
readonly default: null;
|
|
87
198
|
};
|
|
88
|
-
readonly controls: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
89
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
90
|
-
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
91
199
|
readonly name: StringConstructor;
|
|
92
200
|
readonly placeholder: StringConstructor;
|
|
93
201
|
readonly precision: {
|
|
@@ -96,7 +204,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
96
204
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
205
|
__epPropKey: true;
|
|
98
206
|
};
|
|
99
|
-
readonly validateEvent:
|
|
207
|
+
readonly validateEvent: {
|
|
208
|
+
readonly type: import('vue').PropType<boolean>;
|
|
209
|
+
readonly required: false;
|
|
210
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
211
|
+
__epPropKey: true;
|
|
212
|
+
} & {
|
|
213
|
+
readonly default: true;
|
|
214
|
+
};
|
|
100
215
|
}, "size" | "id" | "clearable"> & {
|
|
101
216
|
clearable: {
|
|
102
217
|
type: BooleanConstructor;
|
|
@@ -109,428 +224,95 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
109
224
|
};
|
|
110
225
|
fieldProps: {
|
|
111
226
|
type: import('vue').PropType<{
|
|
112
|
-
readonly
|
|
113
|
-
|
|
114
|
-
readonly step: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
115
|
-
readonly stepStrictly: BooleanConstructor;
|
|
116
|
-
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
117
|
-
readonly min: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
118
|
-
readonly modelValue: NumberConstructor;
|
|
119
|
-
readonly readonly: BooleanConstructor;
|
|
120
|
-
readonly disabled: BooleanConstructor;
|
|
121
|
-
readonly size: {
|
|
122
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
227
|
+
readonly inputmode: {
|
|
228
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
123
229
|
readonly required: false;
|
|
124
230
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
231
|
__epPropKey: true;
|
|
232
|
+
} & {
|
|
233
|
+
readonly default: undefined;
|
|
126
234
|
};
|
|
127
|
-
readonly
|
|
128
|
-
|
|
129
|
-
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
130
|
-
readonly name: StringConstructor;
|
|
131
|
-
readonly placeholder: StringConstructor;
|
|
132
|
-
readonly precision: {
|
|
133
|
-
readonly type: import('vue').PropType<number>;
|
|
235
|
+
readonly align: {
|
|
236
|
+
readonly type: import('vue').PropType<"left" | "right" | "center">;
|
|
134
237
|
readonly required: false;
|
|
135
238
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
239
|
__epPropKey: true;
|
|
240
|
+
} & {
|
|
241
|
+
readonly default: "center";
|
|
137
242
|
};
|
|
138
|
-
readonly
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
}>, {
|
|
143
|
-
formItem: import('vue').ShallowRef<({
|
|
144
|
-
$: import('vue').ComponentInternalInstance;
|
|
145
|
-
$data: {};
|
|
146
|
-
$props: Partial<{
|
|
147
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
148
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
149
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
150
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
151
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
152
|
-
}> & Omit<{
|
|
153
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
154
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
155
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
156
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
157
|
-
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
158
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
159
|
-
readonly label?: string | undefined;
|
|
160
|
-
readonly for?: string | undefined;
|
|
161
|
-
readonly prop?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown> | undefined;
|
|
162
|
-
readonly rules?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown> | undefined;
|
|
163
|
-
readonly error?: string | undefined;
|
|
164
|
-
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
165
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
166
|
-
$attrs: {
|
|
167
|
-
[x: string]: unknown;
|
|
168
|
-
};
|
|
169
|
-
$refs: {
|
|
170
|
-
[x: string]: unknown;
|
|
171
|
-
};
|
|
172
|
-
$slots: Readonly<{
|
|
173
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
174
|
-
}>;
|
|
175
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
176
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
177
|
-
$host: Element | null;
|
|
178
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
179
|
-
$el: any;
|
|
180
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
181
|
-
readonly label: StringConstructor;
|
|
182
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
183
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
184
|
-
readonly prop: {
|
|
185
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
243
|
+
readonly disabledScientific: BooleanConstructor;
|
|
244
|
+
readonly ariaLabel: StringConstructor;
|
|
245
|
+
readonly id: {
|
|
246
|
+
readonly type: import('vue').PropType<string>;
|
|
186
247
|
readonly required: false;
|
|
187
248
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
188
249
|
__epPropKey: true;
|
|
250
|
+
} & {
|
|
251
|
+
readonly default: undefined;
|
|
189
252
|
};
|
|
190
|
-
readonly
|
|
191
|
-
|
|
192
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
253
|
+
readonly step: {
|
|
254
|
+
readonly type: import('vue').PropType<number>;
|
|
193
255
|
readonly required: false;
|
|
194
256
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
195
257
|
__epPropKey: true;
|
|
258
|
+
} & {
|
|
259
|
+
readonly default: 1;
|
|
196
260
|
};
|
|
197
|
-
readonly
|
|
198
|
-
readonly
|
|
199
|
-
readonly type: import('vue').PropType<
|
|
261
|
+
readonly stepStrictly: BooleanConstructor;
|
|
262
|
+
readonly max: {
|
|
263
|
+
readonly type: import('vue').PropType<number>;
|
|
200
264
|
readonly required: false;
|
|
201
265
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
202
266
|
__epPropKey: true;
|
|
267
|
+
} & {
|
|
268
|
+
readonly default: number;
|
|
203
269
|
};
|
|
204
|
-
readonly
|
|
205
|
-
|
|
206
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
207
|
-
readonly size: {
|
|
208
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
270
|
+
readonly min: {
|
|
271
|
+
readonly type: import('vue').PropType<number>;
|
|
209
272
|
readonly required: false;
|
|
210
273
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
211
274
|
__epPropKey: true;
|
|
275
|
+
} & {
|
|
276
|
+
readonly default: number;
|
|
212
277
|
};
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
validateMessage: import('vue').Ref<string>;
|
|
216
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
217
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
218
|
-
clearValidate: () => void;
|
|
219
|
-
resetField: () => void;
|
|
220
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
221
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
222
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
223
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
224
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
225
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
226
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
227
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
228
|
-
created?: (() => void) | (() => void)[];
|
|
229
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
230
|
-
mounted?: (() => void) | (() => void)[];
|
|
231
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
232
|
-
updated?: (() => void) | (() => void)[];
|
|
233
|
-
activated?: (() => void) | (() => void)[];
|
|
234
|
-
deactivated?: (() => void) | (() => void)[];
|
|
235
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
236
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
237
|
-
destroyed?: (() => void) | (() => void)[];
|
|
238
|
-
unmounted?: (() => void) | (() => void)[];
|
|
239
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
240
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
241
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
242
|
-
};
|
|
243
|
-
$forceUpdate: () => void;
|
|
244
|
-
$nextTick: typeof import('vue').nextTick;
|
|
245
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
246
|
-
} & Readonly<{
|
|
247
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
248
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
249
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
250
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
251
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
252
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
253
|
-
readonly label: StringConstructor;
|
|
254
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
255
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
256
|
-
readonly prop: {
|
|
257
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
258
|
-
readonly required: false;
|
|
259
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
|
-
__epPropKey: true;
|
|
261
|
-
};
|
|
262
|
-
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
263
|
-
readonly rules: {
|
|
264
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
265
|
-
readonly required: false;
|
|
266
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
267
|
-
__epPropKey: true;
|
|
268
|
-
};
|
|
269
|
-
readonly error: StringConstructor;
|
|
270
|
-
readonly validateStatus: {
|
|
271
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
272
|
-
readonly required: false;
|
|
273
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
274
|
-
__epPropKey: true;
|
|
275
|
-
};
|
|
276
|
-
readonly for: StringConstructor;
|
|
277
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
278
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
279
|
-
readonly size: {
|
|
280
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
281
|
-
readonly required: false;
|
|
282
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
283
|
-
__epPropKey: true;
|
|
284
|
-
};
|
|
285
|
-
}>>, "required" | "size" | "validateState" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validateMessage" | "validate" | "clearValidate" | "resetField"> & import('vue').ShallowUnwrapRef<{
|
|
286
|
-
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
287
|
-
validateMessage: import('vue').Ref<string>;
|
|
288
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
289
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
290
|
-
clearValidate: () => void;
|
|
291
|
-
resetField: () => void;
|
|
292
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
293
|
-
$slots: {
|
|
294
|
-
label?(_: {
|
|
295
|
-
label: string;
|
|
296
|
-
}): any;
|
|
297
|
-
default?(_: {}): any;
|
|
298
|
-
error?(_: {
|
|
299
|
-
error: string;
|
|
300
|
-
}): any;
|
|
301
|
-
};
|
|
302
|
-
}) | undefined, ({
|
|
303
|
-
$: import('vue').ComponentInternalInstance;
|
|
304
|
-
$data: {};
|
|
305
|
-
$props: Partial<{
|
|
306
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
307
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
308
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
309
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
310
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
311
|
-
}> & Omit<{
|
|
312
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
313
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
314
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
315
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
316
|
-
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
317
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
318
|
-
readonly label?: string | undefined;
|
|
319
|
-
readonly for?: string | undefined;
|
|
320
|
-
readonly prop?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown> | undefined;
|
|
321
|
-
readonly rules?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown> | undefined;
|
|
322
|
-
readonly error?: string | undefined;
|
|
323
|
-
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
324
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
325
|
-
$attrs: {
|
|
326
|
-
[x: string]: unknown;
|
|
327
|
-
};
|
|
328
|
-
$refs: {
|
|
329
|
-
[x: string]: unknown;
|
|
330
|
-
};
|
|
331
|
-
$slots: Readonly<{
|
|
332
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
333
|
-
}>;
|
|
334
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
335
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
336
|
-
$host: Element | null;
|
|
337
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
338
|
-
$el: any;
|
|
339
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
340
|
-
readonly label: StringConstructor;
|
|
341
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
342
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
343
|
-
readonly prop: {
|
|
344
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
278
|
+
readonly modelValue: {
|
|
279
|
+
readonly type: import('vue').PropType<any>;
|
|
345
280
|
readonly required: false;
|
|
346
281
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
347
282
|
__epPropKey: true;
|
|
348
283
|
};
|
|
349
|
-
readonly
|
|
350
|
-
readonly
|
|
351
|
-
|
|
284
|
+
readonly readonly: BooleanConstructor;
|
|
285
|
+
readonly disabled: BooleanConstructor;
|
|
286
|
+
readonly size: {
|
|
287
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
352
288
|
readonly required: false;
|
|
353
289
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
354
290
|
__epPropKey: true;
|
|
355
291
|
};
|
|
356
|
-
readonly
|
|
357
|
-
|
|
358
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
292
|
+
readonly controls: {
|
|
293
|
+
readonly type: import('vue').PropType<boolean>;
|
|
359
294
|
readonly required: false;
|
|
360
295
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
361
296
|
__epPropKey: true;
|
|
297
|
+
} & {
|
|
298
|
+
readonly default: true;
|
|
362
299
|
};
|
|
363
|
-
readonly
|
|
364
|
-
|
|
365
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
366
|
-
readonly size: {
|
|
367
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
300
|
+
readonly controlsPosition: {
|
|
301
|
+
readonly type: import('vue').PropType<"" | "right">;
|
|
368
302
|
readonly required: false;
|
|
369
303
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
370
304
|
__epPropKey: true;
|
|
305
|
+
} & {
|
|
306
|
+
readonly default: "";
|
|
371
307
|
};
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
validateMessage: import('vue').Ref<string>;
|
|
375
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
376
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
377
|
-
clearValidate: () => void;
|
|
378
|
-
resetField: () => void;
|
|
379
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
380
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
381
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
382
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
383
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
384
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
385
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
386
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
387
|
-
created?: (() => void) | (() => void)[];
|
|
388
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
389
|
-
mounted?: (() => void) | (() => void)[];
|
|
390
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
391
|
-
updated?: (() => void) | (() => void)[];
|
|
392
|
-
activated?: (() => void) | (() => void)[];
|
|
393
|
-
deactivated?: (() => void) | (() => void)[];
|
|
394
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
395
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
396
|
-
destroyed?: (() => void) | (() => void)[];
|
|
397
|
-
unmounted?: (() => void) | (() => void)[];
|
|
398
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
399
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
400
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
401
|
-
};
|
|
402
|
-
$forceUpdate: () => void;
|
|
403
|
-
$nextTick: typeof import('vue').nextTick;
|
|
404
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
405
|
-
} & Readonly<{
|
|
406
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
407
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
408
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
409
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
410
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
411
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
412
|
-
readonly label: StringConstructor;
|
|
413
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
414
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
415
|
-
readonly prop: {
|
|
416
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
417
|
-
readonly required: false;
|
|
418
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
419
|
-
__epPropKey: true;
|
|
420
|
-
};
|
|
421
|
-
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
422
|
-
readonly rules: {
|
|
423
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
424
|
-
readonly required: false;
|
|
425
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
426
|
-
__epPropKey: true;
|
|
427
|
-
};
|
|
428
|
-
readonly error: StringConstructor;
|
|
429
|
-
readonly validateStatus: {
|
|
430
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
431
|
-
readonly required: false;
|
|
432
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
|
-
__epPropKey: true;
|
|
434
|
-
};
|
|
435
|
-
readonly for: StringConstructor;
|
|
436
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
437
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
438
|
-
readonly size: {
|
|
439
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
440
|
-
readonly required: false;
|
|
441
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
442
|
-
__epPropKey: true;
|
|
443
|
-
};
|
|
444
|
-
}>>, "required" | "size" | "validateState" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validateMessage" | "validate" | "clearValidate" | "resetField"> & import('vue').ShallowUnwrapRef<{
|
|
445
|
-
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
446
|
-
validateMessage: import('vue').Ref<string>;
|
|
447
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
448
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
449
|
-
clearValidate: () => void;
|
|
450
|
-
resetField: () => void;
|
|
451
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
452
|
-
$slots: {
|
|
453
|
-
label?(_: {
|
|
454
|
-
label: string;
|
|
455
|
-
}): any;
|
|
456
|
-
default?(_: {}): any;
|
|
457
|
-
error?(_: {
|
|
458
|
-
error: string;
|
|
459
|
-
}): any;
|
|
460
|
-
};
|
|
461
|
-
}) | undefined>;
|
|
462
|
-
field: import('vue').ShallowRef<({
|
|
463
|
-
$: import('vue').ComponentInternalInstance;
|
|
464
|
-
$data: {};
|
|
465
|
-
$props: Partial<{
|
|
466
|
-
readonly disabled: boolean;
|
|
467
|
-
readonly id: string;
|
|
468
|
-
readonly valueOnClear: any;
|
|
469
|
-
readonly readonly: boolean;
|
|
470
|
-
readonly min: number;
|
|
471
|
-
readonly max: number;
|
|
472
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
473
|
-
readonly step: number;
|
|
474
|
-
readonly controls: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
475
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
476
|
-
readonly stepStrictly: boolean;
|
|
477
|
-
}> & Omit<{
|
|
478
|
-
readonly disabled: boolean;
|
|
479
|
-
readonly min: number;
|
|
480
|
-
readonly max: number;
|
|
481
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
482
|
-
readonly valueOnClear: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor, null], unknown, unknown>;
|
|
483
|
-
readonly step: number;
|
|
484
|
-
readonly readonly: boolean;
|
|
485
|
-
readonly stepStrictly: boolean;
|
|
486
|
-
readonly controls: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
487
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
488
|
-
readonly ariaLabel?: string | undefined;
|
|
489
|
-
readonly modelValue?: number | undefined;
|
|
490
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
491
|
-
readonly name?: string | undefined;
|
|
492
|
-
readonly id?: string | undefined;
|
|
493
|
-
readonly placeholder?: string | undefined;
|
|
494
|
-
readonly precision?: number | undefined;
|
|
495
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined | undefined;
|
|
496
|
-
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined | undefined;
|
|
497
|
-
onFocus?: ((e: FocusEvent) => any) | undefined | undefined;
|
|
498
|
-
onBlur?: ((e: FocusEvent) => any) | undefined | undefined;
|
|
499
|
-
onInput?: ((val: number | null | undefined) => any) | undefined | undefined;
|
|
500
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "min" | "max" | "validateEvent" | "id" | "valueOnClear" | "step" | "readonly" | "stepStrictly" | "controls" | "controlsPosition">;
|
|
501
|
-
$attrs: {
|
|
502
|
-
[x: string]: unknown;
|
|
503
|
-
};
|
|
504
|
-
$refs: {
|
|
505
|
-
[x: string]: unknown;
|
|
506
|
-
};
|
|
507
|
-
$slots: Readonly<{
|
|
508
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
509
|
-
}>;
|
|
510
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
511
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
512
|
-
$host: Element | null;
|
|
513
|
-
$emit: ((event: "update:modelValue", val: number | undefined) => void) & ((event: "change", cur: number | undefined, prev: number | undefined) => void) & ((event: "focus", e: FocusEvent) => void) & ((event: "blur", e: FocusEvent) => void) & ((event: "input", val: number | null | undefined) => void);
|
|
514
|
-
$el: any;
|
|
515
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
516
|
-
readonly ariaLabel: StringConstructor;
|
|
517
|
-
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
518
|
-
readonly step: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
519
|
-
readonly stepStrictly: BooleanConstructor;
|
|
520
|
-
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
521
|
-
readonly min: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
522
|
-
readonly modelValue: NumberConstructor;
|
|
523
|
-
readonly readonly: BooleanConstructor;
|
|
524
|
-
readonly disabled: BooleanConstructor;
|
|
525
|
-
readonly size: {
|
|
526
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
308
|
+
readonly valueOnClear: {
|
|
309
|
+
readonly type: import('vue').PropType<string | number | null>;
|
|
527
310
|
readonly required: false;
|
|
528
311
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
529
312
|
__epPropKey: true;
|
|
313
|
+
} & {
|
|
314
|
+
readonly default: null;
|
|
530
315
|
};
|
|
531
|
-
readonly controls: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
532
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
533
|
-
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
534
316
|
readonly name: StringConstructor;
|
|
535
317
|
readonly placeholder: StringConstructor;
|
|
536
318
|
readonly precision: {
|
|
@@ -539,295 +321,20 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
539
321
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
540
322
|
__epPropKey: true;
|
|
541
323
|
};
|
|
542
|
-
readonly validateEvent:
|
|
543
|
-
|
|
544
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
545
|
-
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
546
|
-
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
547
|
-
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
548
|
-
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
549
|
-
}, {
|
|
550
|
-
focus: () => void;
|
|
551
|
-
blur: () => void;
|
|
552
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
553
|
-
"update:modelValue": (val: number | undefined) => void;
|
|
554
|
-
change: (cur: number | undefined, prev: number | undefined) => void;
|
|
555
|
-
input: (val: number | null | undefined) => void;
|
|
556
|
-
blur: (e: FocusEvent) => void;
|
|
557
|
-
focus: (e: FocusEvent) => void;
|
|
558
|
-
}, string, {
|
|
559
|
-
readonly disabled: boolean;
|
|
560
|
-
readonly id: string;
|
|
561
|
-
readonly valueOnClear: any;
|
|
562
|
-
readonly readonly: boolean;
|
|
563
|
-
readonly min: number;
|
|
564
|
-
readonly max: number;
|
|
565
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
566
|
-
readonly step: number;
|
|
567
|
-
readonly controls: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
568
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
569
|
-
readonly stepStrictly: boolean;
|
|
570
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
571
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
572
|
-
created?: (() => void) | (() => void)[];
|
|
573
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
574
|
-
mounted?: (() => void) | (() => void)[];
|
|
575
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
576
|
-
updated?: (() => void) | (() => void)[];
|
|
577
|
-
activated?: (() => void) | (() => void)[];
|
|
578
|
-
deactivated?: (() => void) | (() => void)[];
|
|
579
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
580
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
581
|
-
destroyed?: (() => void) | (() => void)[];
|
|
582
|
-
unmounted?: (() => void) | (() => void)[];
|
|
583
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
584
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
585
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
586
|
-
};
|
|
587
|
-
$forceUpdate: () => void;
|
|
588
|
-
$nextTick: typeof import('vue').nextTick;
|
|
589
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
590
|
-
} & Readonly<{
|
|
591
|
-
readonly disabled: boolean;
|
|
592
|
-
readonly id: string;
|
|
593
|
-
readonly valueOnClear: any;
|
|
594
|
-
readonly readonly: boolean;
|
|
595
|
-
readonly min: number;
|
|
596
|
-
readonly max: number;
|
|
597
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
598
|
-
readonly step: number;
|
|
599
|
-
readonly controls: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
600
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
601
|
-
readonly stepStrictly: boolean;
|
|
602
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
603
|
-
readonly ariaLabel: StringConstructor;
|
|
604
|
-
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
605
|
-
readonly step: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
606
|
-
readonly stepStrictly: BooleanConstructor;
|
|
607
|
-
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
608
|
-
readonly min: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
609
|
-
readonly modelValue: NumberConstructor;
|
|
610
|
-
readonly readonly: BooleanConstructor;
|
|
611
|
-
readonly disabled: BooleanConstructor;
|
|
612
|
-
readonly size: {
|
|
613
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
614
|
-
readonly required: false;
|
|
615
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
616
|
-
__epPropKey: true;
|
|
617
|
-
};
|
|
618
|
-
readonly controls: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
619
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
620
|
-
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
621
|
-
readonly name: StringConstructor;
|
|
622
|
-
readonly placeholder: StringConstructor;
|
|
623
|
-
readonly precision: {
|
|
624
|
-
readonly type: import('vue').PropType<number>;
|
|
625
|
-
readonly required: false;
|
|
626
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
627
|
-
__epPropKey: true;
|
|
628
|
-
};
|
|
629
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
630
|
-
}>> & {
|
|
631
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
632
|
-
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
633
|
-
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
634
|
-
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
635
|
-
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
636
|
-
}, "disabled" | "min" | "max" | "validateEvent" | "id" | "valueOnClear" | "focus" | "blur" | "step" | "readonly" | "stepStrictly" | "controls" | "controlsPosition"> & import('vue').ShallowUnwrapRef<{
|
|
637
|
-
focus: () => void;
|
|
638
|
-
blur: () => void;
|
|
639
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
640
|
-
$slots: {
|
|
641
|
-
"decrease-icon"?(_: {}): any;
|
|
642
|
-
"increase-icon"?(_: {}): any;
|
|
643
|
-
prefix?(_: {}): any;
|
|
644
|
-
suffix?(_: {}): any;
|
|
645
|
-
};
|
|
646
|
-
}) | undefined, ({
|
|
647
|
-
$: import('vue').ComponentInternalInstance;
|
|
648
|
-
$data: {};
|
|
649
|
-
$props: Partial<{
|
|
650
|
-
readonly disabled: boolean;
|
|
651
|
-
readonly id: string;
|
|
652
|
-
readonly valueOnClear: any;
|
|
653
|
-
readonly readonly: boolean;
|
|
654
|
-
readonly min: number;
|
|
655
|
-
readonly max: number;
|
|
656
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
657
|
-
readonly step: number;
|
|
658
|
-
readonly controls: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
659
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
660
|
-
readonly stepStrictly: boolean;
|
|
661
|
-
}> & Omit<{
|
|
662
|
-
readonly disabled: boolean;
|
|
663
|
-
readonly min: number;
|
|
664
|
-
readonly max: number;
|
|
665
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
666
|
-
readonly valueOnClear: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor, null], unknown, unknown>;
|
|
667
|
-
readonly step: number;
|
|
668
|
-
readonly readonly: boolean;
|
|
669
|
-
readonly stepStrictly: boolean;
|
|
670
|
-
readonly controls: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
671
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
672
|
-
readonly ariaLabel?: string | undefined;
|
|
673
|
-
readonly modelValue?: number | undefined;
|
|
674
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
675
|
-
readonly name?: string | undefined;
|
|
676
|
-
readonly id?: string | undefined;
|
|
677
|
-
readonly placeholder?: string | undefined;
|
|
678
|
-
readonly precision?: number | undefined;
|
|
679
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined | undefined;
|
|
680
|
-
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined | undefined;
|
|
681
|
-
onFocus?: ((e: FocusEvent) => any) | undefined | undefined;
|
|
682
|
-
onBlur?: ((e: FocusEvent) => any) | undefined | undefined;
|
|
683
|
-
onInput?: ((val: number | null | undefined) => any) | undefined | undefined;
|
|
684
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "min" | "max" | "validateEvent" | "id" | "valueOnClear" | "step" | "readonly" | "stepStrictly" | "controls" | "controlsPosition">;
|
|
685
|
-
$attrs: {
|
|
686
|
-
[x: string]: unknown;
|
|
687
|
-
};
|
|
688
|
-
$refs: {
|
|
689
|
-
[x: string]: unknown;
|
|
690
|
-
};
|
|
691
|
-
$slots: Readonly<{
|
|
692
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
693
|
-
}>;
|
|
694
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
695
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
696
|
-
$host: Element | null;
|
|
697
|
-
$emit: ((event: "update:modelValue", val: number | undefined) => void) & ((event: "change", cur: number | undefined, prev: number | undefined) => void) & ((event: "focus", e: FocusEvent) => void) & ((event: "blur", e: FocusEvent) => void) & ((event: "input", val: number | null | undefined) => void);
|
|
698
|
-
$el: any;
|
|
699
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
700
|
-
readonly ariaLabel: StringConstructor;
|
|
701
|
-
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
702
|
-
readonly step: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
703
|
-
readonly stepStrictly: BooleanConstructor;
|
|
704
|
-
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
705
|
-
readonly min: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
706
|
-
readonly modelValue: NumberConstructor;
|
|
707
|
-
readonly readonly: BooleanConstructor;
|
|
708
|
-
readonly disabled: BooleanConstructor;
|
|
709
|
-
readonly size: {
|
|
710
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
711
|
-
readonly required: false;
|
|
712
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
713
|
-
__epPropKey: true;
|
|
714
|
-
};
|
|
715
|
-
readonly controls: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
716
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
717
|
-
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
718
|
-
readonly name: StringConstructor;
|
|
719
|
-
readonly placeholder: StringConstructor;
|
|
720
|
-
readonly precision: {
|
|
721
|
-
readonly type: import('vue').PropType<number>;
|
|
324
|
+
readonly validateEvent: {
|
|
325
|
+
readonly type: import('vue').PropType<boolean>;
|
|
722
326
|
readonly required: false;
|
|
723
327
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
724
328
|
__epPropKey: true;
|
|
329
|
+
} & {
|
|
330
|
+
readonly default: true;
|
|
725
331
|
};
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
733
|
-
}, {
|
|
734
|
-
focus: () => void;
|
|
735
|
-
blur: () => void;
|
|
736
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
737
|
-
"update:modelValue": (val: number | undefined) => void;
|
|
738
|
-
change: (cur: number | undefined, prev: number | undefined) => void;
|
|
739
|
-
input: (val: number | null | undefined) => void;
|
|
740
|
-
blur: (e: FocusEvent) => void;
|
|
741
|
-
focus: (e: FocusEvent) => void;
|
|
742
|
-
}, string, {
|
|
743
|
-
readonly disabled: boolean;
|
|
744
|
-
readonly id: string;
|
|
745
|
-
readonly valueOnClear: any;
|
|
746
|
-
readonly readonly: boolean;
|
|
747
|
-
readonly min: number;
|
|
748
|
-
readonly max: number;
|
|
749
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
750
|
-
readonly step: number;
|
|
751
|
-
readonly controls: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
752
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
753
|
-
readonly stepStrictly: boolean;
|
|
754
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
755
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
756
|
-
created?: (() => void) | (() => void)[];
|
|
757
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
758
|
-
mounted?: (() => void) | (() => void)[];
|
|
759
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
760
|
-
updated?: (() => void) | (() => void)[];
|
|
761
|
-
activated?: (() => void) | (() => void)[];
|
|
762
|
-
deactivated?: (() => void) | (() => void)[];
|
|
763
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
764
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
765
|
-
destroyed?: (() => void) | (() => void)[];
|
|
766
|
-
unmounted?: (() => void) | (() => void)[];
|
|
767
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
768
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
769
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
770
|
-
};
|
|
771
|
-
$forceUpdate: () => void;
|
|
772
|
-
$nextTick: typeof import('vue').nextTick;
|
|
773
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
774
|
-
} & Readonly<{
|
|
775
|
-
readonly disabled: boolean;
|
|
776
|
-
readonly id: string;
|
|
777
|
-
readonly valueOnClear: any;
|
|
778
|
-
readonly readonly: boolean;
|
|
779
|
-
readonly min: number;
|
|
780
|
-
readonly max: number;
|
|
781
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
782
|
-
readonly step: number;
|
|
783
|
-
readonly controls: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
784
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
785
|
-
readonly stepStrictly: boolean;
|
|
786
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
787
|
-
readonly ariaLabel: StringConstructor;
|
|
788
|
-
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
789
|
-
readonly step: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
790
|
-
readonly stepStrictly: BooleanConstructor;
|
|
791
|
-
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
792
|
-
readonly min: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
793
|
-
readonly modelValue: NumberConstructor;
|
|
794
|
-
readonly readonly: BooleanConstructor;
|
|
795
|
-
readonly disabled: BooleanConstructor;
|
|
796
|
-
readonly size: {
|
|
797
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
798
|
-
readonly required: false;
|
|
799
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
800
|
-
__epPropKey: true;
|
|
801
|
-
};
|
|
802
|
-
readonly controls: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
803
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
804
|
-
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
805
|
-
readonly name: StringConstructor;
|
|
806
|
-
readonly placeholder: StringConstructor;
|
|
807
|
-
readonly precision: {
|
|
808
|
-
readonly type: import('vue').PropType<number>;
|
|
809
|
-
readonly required: false;
|
|
810
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
811
|
-
__epPropKey: true;
|
|
812
|
-
};
|
|
813
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
814
|
-
}>> & {
|
|
815
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
816
|
-
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
817
|
-
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
818
|
-
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
819
|
-
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
820
|
-
}, "disabled" | "min" | "max" | "validateEvent" | "id" | "valueOnClear" | "focus" | "blur" | "step" | "readonly" | "stepStrictly" | "controls" | "controlsPosition"> & import('vue').ShallowUnwrapRef<{
|
|
821
|
-
focus: () => void;
|
|
822
|
-
blur: () => void;
|
|
823
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
824
|
-
$slots: {
|
|
825
|
-
"decrease-icon"?(_: {}): any;
|
|
826
|
-
"increase-icon"?(_: {}): any;
|
|
827
|
-
prefix?(_: {}): any;
|
|
828
|
-
suffix?(_: {}): any;
|
|
829
|
-
};
|
|
830
|
-
}) | undefined>;
|
|
332
|
+
}>;
|
|
333
|
+
default: () => {};
|
|
334
|
+
};
|
|
335
|
+
}>, {
|
|
336
|
+
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
337
|
+
field: import('vue').ShallowRef<InputNumberInstance | undefined, InputNumberInstance | undefined>;
|
|
831
338
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
832
339
|
"update:modelValue": (val: number | undefined) => void;
|
|
833
340
|
change: (cur: number | undefined, prev: number | undefined) => void;
|
|
@@ -840,55 +347,161 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
840
347
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
841
348
|
};
|
|
842
349
|
label: StringConstructor;
|
|
843
|
-
labelWidth:
|
|
844
|
-
|
|
350
|
+
labelWidth: {
|
|
351
|
+
readonly type: import('vue').PropType<string | number>;
|
|
352
|
+
readonly required: false;
|
|
353
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
354
|
+
__epPropKey: true;
|
|
355
|
+
} & {
|
|
356
|
+
readonly default: "";
|
|
357
|
+
};
|
|
358
|
+
labelPosition: {
|
|
359
|
+
readonly type: import('vue').PropType<"" | "top" | "left" | "right">;
|
|
360
|
+
readonly required: false;
|
|
361
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
362
|
+
__epPropKey: true;
|
|
363
|
+
} & {
|
|
364
|
+
readonly default: "";
|
|
365
|
+
};
|
|
845
366
|
prop: {
|
|
846
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
367
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemProp>;
|
|
847
368
|
readonly required: false;
|
|
848
369
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
849
370
|
__epPropKey: true;
|
|
850
371
|
};
|
|
851
|
-
required:
|
|
372
|
+
required: {
|
|
373
|
+
readonly type: import('vue').PropType<boolean>;
|
|
374
|
+
readonly required: false;
|
|
375
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
376
|
+
__epPropKey: true;
|
|
377
|
+
} & {
|
|
378
|
+
readonly default: undefined;
|
|
379
|
+
};
|
|
852
380
|
rules: {
|
|
853
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
381
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>;
|
|
854
382
|
readonly required: false;
|
|
855
383
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
856
384
|
__epPropKey: true;
|
|
857
385
|
};
|
|
858
386
|
error: StringConstructor;
|
|
859
387
|
validateStatus: {
|
|
860
|
-
readonly type: import('vue').PropType<
|
|
388
|
+
readonly type: import('vue').PropType<"" | "success" | "error" | "validating">;
|
|
389
|
+
readonly required: false;
|
|
390
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
|
+
__epPropKey: true;
|
|
392
|
+
};
|
|
393
|
+
inlineMessage: {
|
|
394
|
+
readonly type: import('vue').PropType<string | boolean>;
|
|
395
|
+
readonly required: false;
|
|
396
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
397
|
+
__epPropKey: true;
|
|
398
|
+
} & {
|
|
399
|
+
readonly default: "";
|
|
400
|
+
};
|
|
401
|
+
showMessage: {
|
|
402
|
+
readonly type: import('vue').PropType<boolean>;
|
|
861
403
|
readonly required: false;
|
|
862
404
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
863
405
|
__epPropKey: true;
|
|
406
|
+
} & {
|
|
407
|
+
readonly default: true;
|
|
864
408
|
};
|
|
865
|
-
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
866
|
-
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
867
409
|
size: {
|
|
868
|
-
readonly type: import('vue').PropType<
|
|
410
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
869
411
|
readonly required: false;
|
|
870
412
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
871
413
|
__epPropKey: true;
|
|
872
414
|
};
|
|
873
415
|
} & Omit<{
|
|
416
|
+
readonly inputmode: {
|
|
417
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
418
|
+
readonly required: false;
|
|
419
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
420
|
+
__epPropKey: true;
|
|
421
|
+
} & {
|
|
422
|
+
readonly default: undefined;
|
|
423
|
+
};
|
|
424
|
+
readonly align: {
|
|
425
|
+
readonly type: import('vue').PropType<"left" | "right" | "center">;
|
|
426
|
+
readonly required: false;
|
|
427
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
428
|
+
__epPropKey: true;
|
|
429
|
+
} & {
|
|
430
|
+
readonly default: "center";
|
|
431
|
+
};
|
|
432
|
+
readonly disabledScientific: BooleanConstructor;
|
|
874
433
|
readonly ariaLabel: StringConstructor;
|
|
875
|
-
readonly id:
|
|
876
|
-
|
|
434
|
+
readonly id: {
|
|
435
|
+
readonly type: import('vue').PropType<string>;
|
|
436
|
+
readonly required: false;
|
|
437
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
438
|
+
__epPropKey: true;
|
|
439
|
+
} & {
|
|
440
|
+
readonly default: undefined;
|
|
441
|
+
};
|
|
442
|
+
readonly step: {
|
|
443
|
+
readonly type: import('vue').PropType<number>;
|
|
444
|
+
readonly required: false;
|
|
445
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
446
|
+
__epPropKey: true;
|
|
447
|
+
} & {
|
|
448
|
+
readonly default: 1;
|
|
449
|
+
};
|
|
877
450
|
readonly stepStrictly: BooleanConstructor;
|
|
878
|
-
readonly max:
|
|
879
|
-
|
|
880
|
-
|
|
451
|
+
readonly max: {
|
|
452
|
+
readonly type: import('vue').PropType<number>;
|
|
453
|
+
readonly required: false;
|
|
454
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
455
|
+
__epPropKey: true;
|
|
456
|
+
} & {
|
|
457
|
+
readonly default: number;
|
|
458
|
+
};
|
|
459
|
+
readonly min: {
|
|
460
|
+
readonly type: import('vue').PropType<number>;
|
|
461
|
+
readonly required: false;
|
|
462
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
463
|
+
__epPropKey: true;
|
|
464
|
+
} & {
|
|
465
|
+
readonly default: number;
|
|
466
|
+
};
|
|
467
|
+
readonly modelValue: {
|
|
468
|
+
readonly type: import('vue').PropType<any>;
|
|
469
|
+
readonly required: false;
|
|
470
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
471
|
+
__epPropKey: true;
|
|
472
|
+
};
|
|
881
473
|
readonly readonly: BooleanConstructor;
|
|
882
474
|
readonly disabled: BooleanConstructor;
|
|
883
475
|
readonly size: {
|
|
884
|
-
readonly type: import('vue').PropType<
|
|
476
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
477
|
+
readonly required: false;
|
|
478
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
479
|
+
__epPropKey: true;
|
|
480
|
+
};
|
|
481
|
+
readonly controls: {
|
|
482
|
+
readonly type: import('vue').PropType<boolean>;
|
|
483
|
+
readonly required: false;
|
|
484
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
485
|
+
__epPropKey: true;
|
|
486
|
+
} & {
|
|
487
|
+
readonly default: true;
|
|
488
|
+
};
|
|
489
|
+
readonly controlsPosition: {
|
|
490
|
+
readonly type: import('vue').PropType<"" | "right">;
|
|
491
|
+
readonly required: false;
|
|
492
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
493
|
+
__epPropKey: true;
|
|
494
|
+
} & {
|
|
495
|
+
readonly default: "";
|
|
496
|
+
};
|
|
497
|
+
readonly valueOnClear: {
|
|
498
|
+
readonly type: import('vue').PropType<string | number | null>;
|
|
885
499
|
readonly required: false;
|
|
886
500
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
887
501
|
__epPropKey: true;
|
|
502
|
+
} & {
|
|
503
|
+
readonly default: null;
|
|
888
504
|
};
|
|
889
|
-
readonly controls: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
890
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
891
|
-
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
892
505
|
readonly name: StringConstructor;
|
|
893
506
|
readonly placeholder: StringConstructor;
|
|
894
507
|
readonly precision: {
|
|
@@ -897,7 +510,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
897
510
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
898
511
|
__epPropKey: true;
|
|
899
512
|
};
|
|
900
|
-
readonly validateEvent:
|
|
513
|
+
readonly validateEvent: {
|
|
514
|
+
readonly type: import('vue').PropType<boolean>;
|
|
515
|
+
readonly required: false;
|
|
516
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
517
|
+
__epPropKey: true;
|
|
518
|
+
} & {
|
|
519
|
+
readonly default: true;
|
|
520
|
+
};
|
|
901
521
|
}, "size" | "id" | "clearable"> & {
|
|
902
522
|
clearable: {
|
|
903
523
|
type: BooleanConstructor;
|
|
@@ -910,24 +530,95 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
910
530
|
};
|
|
911
531
|
fieldProps: {
|
|
912
532
|
type: import('vue').PropType<{
|
|
533
|
+
readonly inputmode: {
|
|
534
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
535
|
+
readonly required: false;
|
|
536
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
537
|
+
__epPropKey: true;
|
|
538
|
+
} & {
|
|
539
|
+
readonly default: undefined;
|
|
540
|
+
};
|
|
541
|
+
readonly align: {
|
|
542
|
+
readonly type: import('vue').PropType<"left" | "right" | "center">;
|
|
543
|
+
readonly required: false;
|
|
544
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
545
|
+
__epPropKey: true;
|
|
546
|
+
} & {
|
|
547
|
+
readonly default: "center";
|
|
548
|
+
};
|
|
549
|
+
readonly disabledScientific: BooleanConstructor;
|
|
913
550
|
readonly ariaLabel: StringConstructor;
|
|
914
|
-
readonly id:
|
|
915
|
-
|
|
551
|
+
readonly id: {
|
|
552
|
+
readonly type: import('vue').PropType<string>;
|
|
553
|
+
readonly required: false;
|
|
554
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
555
|
+
__epPropKey: true;
|
|
556
|
+
} & {
|
|
557
|
+
readonly default: undefined;
|
|
558
|
+
};
|
|
559
|
+
readonly step: {
|
|
560
|
+
readonly type: import('vue').PropType<number>;
|
|
561
|
+
readonly required: false;
|
|
562
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
563
|
+
__epPropKey: true;
|
|
564
|
+
} & {
|
|
565
|
+
readonly default: 1;
|
|
566
|
+
};
|
|
916
567
|
readonly stepStrictly: BooleanConstructor;
|
|
917
|
-
readonly max:
|
|
918
|
-
|
|
919
|
-
|
|
568
|
+
readonly max: {
|
|
569
|
+
readonly type: import('vue').PropType<number>;
|
|
570
|
+
readonly required: false;
|
|
571
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
572
|
+
__epPropKey: true;
|
|
573
|
+
} & {
|
|
574
|
+
readonly default: number;
|
|
575
|
+
};
|
|
576
|
+
readonly min: {
|
|
577
|
+
readonly type: import('vue').PropType<number>;
|
|
578
|
+
readonly required: false;
|
|
579
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
580
|
+
__epPropKey: true;
|
|
581
|
+
} & {
|
|
582
|
+
readonly default: number;
|
|
583
|
+
};
|
|
584
|
+
readonly modelValue: {
|
|
585
|
+
readonly type: import('vue').PropType<any>;
|
|
586
|
+
readonly required: false;
|
|
587
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
588
|
+
__epPropKey: true;
|
|
589
|
+
};
|
|
920
590
|
readonly readonly: BooleanConstructor;
|
|
921
591
|
readonly disabled: BooleanConstructor;
|
|
922
592
|
readonly size: {
|
|
923
|
-
readonly type: import('vue').PropType<
|
|
593
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
594
|
+
readonly required: false;
|
|
595
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
596
|
+
__epPropKey: true;
|
|
597
|
+
};
|
|
598
|
+
readonly controls: {
|
|
599
|
+
readonly type: import('vue').PropType<boolean>;
|
|
600
|
+
readonly required: false;
|
|
601
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
602
|
+
__epPropKey: true;
|
|
603
|
+
} & {
|
|
604
|
+
readonly default: true;
|
|
605
|
+
};
|
|
606
|
+
readonly controlsPosition: {
|
|
607
|
+
readonly type: import('vue').PropType<"" | "right">;
|
|
608
|
+
readonly required: false;
|
|
609
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
610
|
+
__epPropKey: true;
|
|
611
|
+
} & {
|
|
612
|
+
readonly default: "";
|
|
613
|
+
};
|
|
614
|
+
readonly valueOnClear: {
|
|
615
|
+
readonly type: import('vue').PropType<string | number | null>;
|
|
924
616
|
readonly required: false;
|
|
925
617
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
926
618
|
__epPropKey: true;
|
|
619
|
+
} & {
|
|
620
|
+
readonly default: null;
|
|
927
621
|
};
|
|
928
|
-
readonly controls: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
929
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
930
|
-
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
931
622
|
readonly name: StringConstructor;
|
|
932
623
|
readonly placeholder: StringConstructor;
|
|
933
624
|
readonly precision: {
|
|
@@ -936,7 +627,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
936
627
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
937
628
|
__epPropKey: true;
|
|
938
629
|
};
|
|
939
|
-
readonly validateEvent:
|
|
630
|
+
readonly validateEvent: {
|
|
631
|
+
readonly type: import('vue').PropType<boolean>;
|
|
632
|
+
readonly required: false;
|
|
633
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
634
|
+
__epPropKey: true;
|
|
635
|
+
} & {
|
|
636
|
+
readonly default: true;
|
|
637
|
+
};
|
|
940
638
|
}>;
|
|
941
639
|
default: () => {};
|
|
942
640
|
};
|
|
@@ -947,38 +645,109 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
947
645
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
948
646
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
949
647
|
}>, {
|
|
950
|
-
required:
|
|
648
|
+
required: boolean;
|
|
951
649
|
readonly disabled: boolean;
|
|
952
650
|
readonly min: number;
|
|
953
651
|
readonly max: number;
|
|
954
|
-
readonly validateEvent:
|
|
955
|
-
readonly valueOnClear:
|
|
652
|
+
readonly validateEvent: boolean;
|
|
653
|
+
readonly valueOnClear: string | number | null;
|
|
956
654
|
clearable: boolean;
|
|
957
|
-
labelWidth:
|
|
958
|
-
labelPosition:
|
|
959
|
-
inlineMessage:
|
|
960
|
-
showMessage:
|
|
655
|
+
labelWidth: string | number;
|
|
656
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
657
|
+
inlineMessage: string | boolean;
|
|
658
|
+
showMessage: boolean;
|
|
961
659
|
fieldId: any;
|
|
962
660
|
formItemProps: import('../FormItem').FormItemPropsType;
|
|
963
661
|
fieldProps: {
|
|
662
|
+
readonly inputmode: {
|
|
663
|
+
readonly type: import('vue').PropType<"search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
664
|
+
readonly required: false;
|
|
665
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
666
|
+
__epPropKey: true;
|
|
667
|
+
} & {
|
|
668
|
+
readonly default: undefined;
|
|
669
|
+
};
|
|
670
|
+
readonly align: {
|
|
671
|
+
readonly type: import('vue').PropType<"left" | "right" | "center">;
|
|
672
|
+
readonly required: false;
|
|
673
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
674
|
+
__epPropKey: true;
|
|
675
|
+
} & {
|
|
676
|
+
readonly default: "center";
|
|
677
|
+
};
|
|
678
|
+
readonly disabledScientific: BooleanConstructor;
|
|
964
679
|
readonly ariaLabel: StringConstructor;
|
|
965
|
-
readonly id:
|
|
966
|
-
|
|
680
|
+
readonly id: {
|
|
681
|
+
readonly type: import('vue').PropType<string>;
|
|
682
|
+
readonly required: false;
|
|
683
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
684
|
+
__epPropKey: true;
|
|
685
|
+
} & {
|
|
686
|
+
readonly default: undefined;
|
|
687
|
+
};
|
|
688
|
+
readonly step: {
|
|
689
|
+
readonly type: import('vue').PropType<number>;
|
|
690
|
+
readonly required: false;
|
|
691
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
692
|
+
__epPropKey: true;
|
|
693
|
+
} & {
|
|
694
|
+
readonly default: 1;
|
|
695
|
+
};
|
|
967
696
|
readonly stepStrictly: BooleanConstructor;
|
|
968
|
-
readonly max:
|
|
969
|
-
|
|
970
|
-
|
|
697
|
+
readonly max: {
|
|
698
|
+
readonly type: import('vue').PropType<number>;
|
|
699
|
+
readonly required: false;
|
|
700
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
701
|
+
__epPropKey: true;
|
|
702
|
+
} & {
|
|
703
|
+
readonly default: number;
|
|
704
|
+
};
|
|
705
|
+
readonly min: {
|
|
706
|
+
readonly type: import('vue').PropType<number>;
|
|
707
|
+
readonly required: false;
|
|
708
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
709
|
+
__epPropKey: true;
|
|
710
|
+
} & {
|
|
711
|
+
readonly default: number;
|
|
712
|
+
};
|
|
713
|
+
readonly modelValue: {
|
|
714
|
+
readonly type: import('vue').PropType<any>;
|
|
715
|
+
readonly required: false;
|
|
716
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
717
|
+
__epPropKey: true;
|
|
718
|
+
};
|
|
971
719
|
readonly readonly: BooleanConstructor;
|
|
972
720
|
readonly disabled: BooleanConstructor;
|
|
973
721
|
readonly size: {
|
|
974
|
-
readonly type: import('vue').PropType<
|
|
722
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
723
|
+
readonly required: false;
|
|
724
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
725
|
+
__epPropKey: true;
|
|
726
|
+
};
|
|
727
|
+
readonly controls: {
|
|
728
|
+
readonly type: import('vue').PropType<boolean>;
|
|
729
|
+
readonly required: false;
|
|
730
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
731
|
+
__epPropKey: true;
|
|
732
|
+
} & {
|
|
733
|
+
readonly default: true;
|
|
734
|
+
};
|
|
735
|
+
readonly controlsPosition: {
|
|
736
|
+
readonly type: import('vue').PropType<"" | "right">;
|
|
975
737
|
readonly required: false;
|
|
976
738
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
977
739
|
__epPropKey: true;
|
|
740
|
+
} & {
|
|
741
|
+
readonly default: "";
|
|
742
|
+
};
|
|
743
|
+
readonly valueOnClear: {
|
|
744
|
+
readonly type: import('vue').PropType<string | number | null>;
|
|
745
|
+
readonly required: false;
|
|
746
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
747
|
+
__epPropKey: true;
|
|
748
|
+
} & {
|
|
749
|
+
readonly default: null;
|
|
978
750
|
};
|
|
979
|
-
readonly controls: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
980
|
-
readonly controlsPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
981
|
-
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
982
751
|
readonly name: StringConstructor;
|
|
983
752
|
readonly placeholder: StringConstructor;
|
|
984
753
|
readonly precision: {
|
|
@@ -987,13 +756,23 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
987
756
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
988
757
|
__epPropKey: true;
|
|
989
758
|
};
|
|
990
|
-
readonly validateEvent:
|
|
759
|
+
readonly validateEvent: {
|
|
760
|
+
readonly type: import('vue').PropType<boolean>;
|
|
761
|
+
readonly required: false;
|
|
762
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
763
|
+
__epPropKey: true;
|
|
764
|
+
} & {
|
|
765
|
+
readonly default: true;
|
|
766
|
+
};
|
|
991
767
|
};
|
|
992
768
|
readonly step: number;
|
|
769
|
+
readonly inputmode: "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
993
770
|
readonly readonly: boolean;
|
|
771
|
+
readonly align: "left" | "right" | "center";
|
|
772
|
+
readonly disabledScientific: boolean;
|
|
994
773
|
readonly stepStrictly: boolean;
|
|
995
|
-
readonly controls:
|
|
996
|
-
readonly controlsPosition:
|
|
774
|
+
readonly controls: boolean;
|
|
775
|
+
readonly controlsPosition: "" | "right";
|
|
997
776
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
998
777
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
999
778
|
export default _default;
|