@hinen/pro-element-plus 1.1.1 → 1.3.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 +87 -36
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +40 -18
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts +4 -0
- 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/Image/types.d.ts +1 -0
- package/dist/components/Image/types.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 +1912 -2661
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { SwitchInstance, FormItemInstance } from 'element-plus';
|
|
2
|
+
|
|
1
3
|
declare function __VLS_template(): Readonly<Omit<Readonly<{
|
|
2
4
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
3
5
|
}> & {
|
|
@@ -35,79 +37,170 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
35
37
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
36
38
|
};
|
|
37
39
|
label: StringConstructor;
|
|
38
|
-
labelWidth:
|
|
39
|
-
|
|
40
|
+
labelWidth: {
|
|
41
|
+
readonly type: import('vue').PropType<string | number>;
|
|
42
|
+
readonly required: false;
|
|
43
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
44
|
+
__epPropKey: true;
|
|
45
|
+
} & {
|
|
46
|
+
readonly default: "";
|
|
47
|
+
};
|
|
48
|
+
labelPosition: {
|
|
49
|
+
readonly type: import('vue').PropType<"" | "top" | "left" | "right">;
|
|
50
|
+
readonly required: false;
|
|
51
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
52
|
+
__epPropKey: true;
|
|
53
|
+
} & {
|
|
54
|
+
readonly default: "";
|
|
55
|
+
};
|
|
40
56
|
prop: {
|
|
41
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
57
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemProp>;
|
|
58
|
+
readonly required: false;
|
|
59
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
|
+
__epPropKey: true;
|
|
61
|
+
};
|
|
62
|
+
required: {
|
|
63
|
+
readonly type: import('vue').PropType<boolean>;
|
|
42
64
|
readonly required: false;
|
|
43
65
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
44
66
|
__epPropKey: true;
|
|
67
|
+
} & {
|
|
68
|
+
readonly default: undefined;
|
|
45
69
|
};
|
|
46
|
-
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
47
70
|
rules: {
|
|
48
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
71
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>;
|
|
49
72
|
readonly required: false;
|
|
50
73
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
74
|
__epPropKey: true;
|
|
52
75
|
};
|
|
53
76
|
error: StringConstructor;
|
|
54
77
|
validateStatus: {
|
|
55
|
-
readonly type: import('vue').PropType<
|
|
78
|
+
readonly type: import('vue').PropType<"" | "success" | "error" | "validating">;
|
|
56
79
|
readonly required: false;
|
|
57
80
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
81
|
__epPropKey: true;
|
|
59
82
|
};
|
|
60
|
-
inlineMessage:
|
|
61
|
-
|
|
83
|
+
inlineMessage: {
|
|
84
|
+
readonly type: import('vue').PropType<string | boolean>;
|
|
85
|
+
readonly required: false;
|
|
86
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
|
+
__epPropKey: true;
|
|
88
|
+
} & {
|
|
89
|
+
readonly default: "";
|
|
90
|
+
};
|
|
91
|
+
showMessage: {
|
|
92
|
+
readonly type: import('vue').PropType<boolean>;
|
|
93
|
+
readonly required: false;
|
|
94
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
95
|
+
__epPropKey: true;
|
|
96
|
+
} & {
|
|
97
|
+
readonly default: true;
|
|
98
|
+
};
|
|
62
99
|
size: {
|
|
63
|
-
readonly type: import('vue').PropType<
|
|
100
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
64
101
|
readonly required: false;
|
|
65
102
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
103
|
__epPropKey: true;
|
|
67
104
|
};
|
|
68
105
|
} & Omit<{
|
|
69
106
|
readonly ariaLabel: StringConstructor;
|
|
70
|
-
readonly modelValue:
|
|
107
|
+
readonly modelValue: {
|
|
108
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
109
|
+
readonly required: false;
|
|
110
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
|
+
__epPropKey: true;
|
|
112
|
+
} & {
|
|
113
|
+
readonly default: false;
|
|
114
|
+
};
|
|
71
115
|
readonly disabled: BooleanConstructor;
|
|
72
116
|
readonly loading: BooleanConstructor;
|
|
73
117
|
readonly size: {
|
|
74
|
-
readonly type: import('vue').PropType<
|
|
118
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
119
|
+
readonly required: false;
|
|
120
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
|
+
__epPropKey: true;
|
|
122
|
+
};
|
|
123
|
+
readonly width: {
|
|
124
|
+
readonly type: import('vue').PropType<string | number>;
|
|
75
125
|
readonly required: false;
|
|
76
126
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
127
|
__epPropKey: true;
|
|
128
|
+
} & {
|
|
129
|
+
readonly default: "";
|
|
78
130
|
};
|
|
79
|
-
readonly width: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
80
131
|
readonly inlinePrompt: BooleanConstructor;
|
|
81
132
|
readonly inactiveActionIcon: {
|
|
82
|
-
readonly type: import('vue').PropType<
|
|
133
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
83
134
|
readonly required: false;
|
|
84
135
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
136
|
__epPropKey: true;
|
|
86
137
|
};
|
|
87
138
|
readonly activeActionIcon: {
|
|
88
|
-
readonly type: import('vue').PropType<
|
|
139
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
89
140
|
readonly required: false;
|
|
90
141
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
142
|
__epPropKey: true;
|
|
92
143
|
};
|
|
93
144
|
readonly activeIcon: {
|
|
94
|
-
readonly type: import('vue').PropType<
|
|
145
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
95
146
|
readonly required: false;
|
|
96
147
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
148
|
__epPropKey: true;
|
|
98
149
|
};
|
|
99
150
|
readonly inactiveIcon: {
|
|
100
|
-
readonly type: import('vue').PropType<
|
|
151
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
152
|
+
readonly required: false;
|
|
153
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
154
|
+
__epPropKey: true;
|
|
155
|
+
};
|
|
156
|
+
readonly activeText: {
|
|
157
|
+
readonly type: import('vue').PropType<string>;
|
|
158
|
+
readonly required: false;
|
|
159
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
160
|
+
__epPropKey: true;
|
|
161
|
+
} & {
|
|
162
|
+
readonly default: "";
|
|
163
|
+
};
|
|
164
|
+
readonly inactiveText: {
|
|
165
|
+
readonly type: import('vue').PropType<string>;
|
|
166
|
+
readonly required: false;
|
|
167
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
|
+
__epPropKey: true;
|
|
169
|
+
} & {
|
|
170
|
+
readonly default: "";
|
|
171
|
+
};
|
|
172
|
+
readonly activeValue: {
|
|
173
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
174
|
+
readonly required: false;
|
|
175
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
176
|
+
__epPropKey: true;
|
|
177
|
+
} & {
|
|
178
|
+
readonly default: true;
|
|
179
|
+
};
|
|
180
|
+
readonly inactiveValue: {
|
|
181
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
182
|
+
readonly required: false;
|
|
183
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
184
|
+
__epPropKey: true;
|
|
185
|
+
} & {
|
|
186
|
+
readonly default: false;
|
|
187
|
+
};
|
|
188
|
+
readonly name: {
|
|
189
|
+
readonly type: import('vue').PropType<string>;
|
|
190
|
+
readonly required: false;
|
|
191
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
192
|
+
__epPropKey: true;
|
|
193
|
+
} & {
|
|
194
|
+
readonly default: "";
|
|
195
|
+
};
|
|
196
|
+
readonly validateEvent: {
|
|
197
|
+
readonly type: import('vue').PropType<boolean>;
|
|
101
198
|
readonly required: false;
|
|
102
199
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
103
200
|
__epPropKey: true;
|
|
201
|
+
} & {
|
|
202
|
+
readonly default: true;
|
|
104
203
|
};
|
|
105
|
-
readonly activeText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
106
|
-
readonly inactiveText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
107
|
-
readonly activeValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
108
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
109
|
-
readonly name: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
110
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
111
204
|
readonly beforeChange: {
|
|
112
205
|
readonly type: import('vue').PropType<() => Promise<boolean> | boolean>;
|
|
113
206
|
readonly required: false;
|
|
@@ -116,7 +209,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
116
209
|
};
|
|
117
210
|
readonly id: StringConstructor;
|
|
118
211
|
readonly tabindex: {
|
|
119
|
-
readonly type: import('vue').PropType<
|
|
212
|
+
readonly type: import('vue').PropType<string | number>;
|
|
120
213
|
readonly required: false;
|
|
121
214
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
215
|
__epPropKey: true;
|
|
@@ -134,713 +227,103 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
134
227
|
fieldProps: {
|
|
135
228
|
type: import('vue').PropType<{
|
|
136
229
|
readonly ariaLabel: StringConstructor;
|
|
137
|
-
readonly modelValue:
|
|
138
|
-
|
|
139
|
-
readonly loading: BooleanConstructor;
|
|
140
|
-
readonly size: {
|
|
141
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large") | ((new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large"))[], unknown, "" | "small" | "default" | "large">>;
|
|
142
|
-
readonly required: false;
|
|
143
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
144
|
-
__epPropKey: true;
|
|
145
|
-
};
|
|
146
|
-
readonly width: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
147
|
-
readonly inlinePrompt: BooleanConstructor;
|
|
148
|
-
readonly inactiveActionIcon: {
|
|
149
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
150
|
-
readonly required: false;
|
|
151
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
|
-
__epPropKey: true;
|
|
153
|
-
};
|
|
154
|
-
readonly activeActionIcon: {
|
|
155
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
156
|
-
readonly required: false;
|
|
157
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
-
__epPropKey: true;
|
|
159
|
-
};
|
|
160
|
-
readonly activeIcon: {
|
|
161
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
162
|
-
readonly required: false;
|
|
163
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
164
|
-
__epPropKey: true;
|
|
165
|
-
};
|
|
166
|
-
readonly inactiveIcon: {
|
|
167
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
168
|
-
readonly required: false;
|
|
169
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
|
-
__epPropKey: true;
|
|
171
|
-
};
|
|
172
|
-
readonly activeText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
173
|
-
readonly inactiveText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
174
|
-
readonly activeValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
175
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
176
|
-
readonly name: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
177
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
178
|
-
readonly beforeChange: {
|
|
179
|
-
readonly type: import('vue').PropType<() => Promise<boolean> | boolean>;
|
|
180
|
-
readonly required: false;
|
|
181
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
|
-
__epPropKey: true;
|
|
183
|
-
};
|
|
184
|
-
readonly id: StringConstructor;
|
|
185
|
-
readonly tabindex: {
|
|
186
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
187
|
-
readonly required: false;
|
|
188
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
189
|
-
__epPropKey: true;
|
|
190
|
-
};
|
|
191
|
-
}>;
|
|
192
|
-
default: () => {};
|
|
193
|
-
};
|
|
194
|
-
}>, {
|
|
195
|
-
formItem: import('vue').ShallowRef<({
|
|
196
|
-
$: import('vue').ComponentInternalInstance;
|
|
197
|
-
$data: {};
|
|
198
|
-
$props: Partial<{
|
|
199
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
200
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
201
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
202
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
203
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
204
|
-
}> & Omit<{
|
|
205
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
206
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
207
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
208
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
209
|
-
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
210
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
211
|
-
readonly label?: string | undefined;
|
|
212
|
-
readonly for?: string | undefined;
|
|
213
|
-
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;
|
|
214
|
-
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;
|
|
215
|
-
readonly error?: string | undefined;
|
|
216
|
-
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
217
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
218
|
-
$attrs: {
|
|
219
|
-
[x: string]: unknown;
|
|
220
|
-
};
|
|
221
|
-
$refs: {
|
|
222
|
-
[x: string]: unknown;
|
|
223
|
-
};
|
|
224
|
-
$slots: Readonly<{
|
|
225
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
226
|
-
}>;
|
|
227
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
228
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
229
|
-
$host: Element | null;
|
|
230
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
231
|
-
$el: any;
|
|
232
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
233
|
-
readonly label: StringConstructor;
|
|
234
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
235
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
236
|
-
readonly prop: {
|
|
237
|
-
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>>;
|
|
238
|
-
readonly required: false;
|
|
239
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
|
-
__epPropKey: true;
|
|
241
|
-
};
|
|
242
|
-
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
243
|
-
readonly rules: {
|
|
244
|
-
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>>;
|
|
245
|
-
readonly required: false;
|
|
246
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
247
|
-
__epPropKey: true;
|
|
248
|
-
};
|
|
249
|
-
readonly error: StringConstructor;
|
|
250
|
-
readonly validateStatus: {
|
|
251
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
252
|
-
readonly required: false;
|
|
253
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
254
|
-
__epPropKey: true;
|
|
255
|
-
};
|
|
256
|
-
readonly for: StringConstructor;
|
|
257
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
258
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
259
|
-
readonly size: {
|
|
260
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
261
|
-
readonly required: false;
|
|
262
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
263
|
-
__epPropKey: true;
|
|
264
|
-
};
|
|
265
|
-
}>>, {
|
|
266
|
-
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
267
|
-
validateMessage: import('vue').Ref<string>;
|
|
268
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
269
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
270
|
-
clearValidate: () => void;
|
|
271
|
-
resetField: () => void;
|
|
272
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
273
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
274
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
275
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
276
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
277
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
278
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
279
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
280
|
-
created?: (() => void) | (() => void)[];
|
|
281
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
282
|
-
mounted?: (() => void) | (() => void)[];
|
|
283
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
284
|
-
updated?: (() => void) | (() => void)[];
|
|
285
|
-
activated?: (() => void) | (() => void)[];
|
|
286
|
-
deactivated?: (() => void) | (() => void)[];
|
|
287
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
288
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
289
|
-
destroyed?: (() => void) | (() => void)[];
|
|
290
|
-
unmounted?: (() => void) | (() => void)[];
|
|
291
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
292
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
293
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
294
|
-
};
|
|
295
|
-
$forceUpdate: () => void;
|
|
296
|
-
$nextTick: typeof import('vue').nextTick;
|
|
297
|
-
$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;
|
|
298
|
-
} & Readonly<{
|
|
299
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
300
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
301
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
302
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
303
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
304
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
305
|
-
readonly label: StringConstructor;
|
|
306
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
307
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
308
|
-
readonly prop: {
|
|
309
|
-
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>>;
|
|
310
|
-
readonly required: false;
|
|
311
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
312
|
-
__epPropKey: true;
|
|
313
|
-
};
|
|
314
|
-
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
315
|
-
readonly rules: {
|
|
316
|
-
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>>;
|
|
317
|
-
readonly required: false;
|
|
318
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
319
|
-
__epPropKey: true;
|
|
320
|
-
};
|
|
321
|
-
readonly error: StringConstructor;
|
|
322
|
-
readonly validateStatus: {
|
|
323
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
324
|
-
readonly required: false;
|
|
325
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
326
|
-
__epPropKey: true;
|
|
327
|
-
};
|
|
328
|
-
readonly for: StringConstructor;
|
|
329
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
330
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
331
|
-
readonly size: {
|
|
332
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
333
|
-
readonly required: false;
|
|
334
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
335
|
-
__epPropKey: true;
|
|
336
|
-
};
|
|
337
|
-
}>>, "required" | "size" | "validateState" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validateMessage" | "validate" | "clearValidate" | "resetField"> & import('vue').ShallowUnwrapRef<{
|
|
338
|
-
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
339
|
-
validateMessage: import('vue').Ref<string>;
|
|
340
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
341
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
342
|
-
clearValidate: () => void;
|
|
343
|
-
resetField: () => void;
|
|
344
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
345
|
-
$slots: {
|
|
346
|
-
label?(_: {
|
|
347
|
-
label: string;
|
|
348
|
-
}): any;
|
|
349
|
-
default?(_: {}): any;
|
|
350
|
-
error?(_: {
|
|
351
|
-
error: string;
|
|
352
|
-
}): any;
|
|
353
|
-
};
|
|
354
|
-
}) | undefined, ({
|
|
355
|
-
$: import('vue').ComponentInternalInstance;
|
|
356
|
-
$data: {};
|
|
357
|
-
$props: Partial<{
|
|
358
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
359
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
360
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
361
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
362
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
363
|
-
}> & Omit<{
|
|
364
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
365
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
366
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
367
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
368
|
-
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
369
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
370
|
-
readonly label?: string | undefined;
|
|
371
|
-
readonly for?: string | undefined;
|
|
372
|
-
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;
|
|
373
|
-
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;
|
|
374
|
-
readonly error?: string | undefined;
|
|
375
|
-
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
376
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
377
|
-
$attrs: {
|
|
378
|
-
[x: string]: unknown;
|
|
379
|
-
};
|
|
380
|
-
$refs: {
|
|
381
|
-
[x: string]: unknown;
|
|
382
|
-
};
|
|
383
|
-
$slots: Readonly<{
|
|
384
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
385
|
-
}>;
|
|
386
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
387
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
388
|
-
$host: Element | null;
|
|
389
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
390
|
-
$el: any;
|
|
391
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
392
|
-
readonly label: StringConstructor;
|
|
393
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
394
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
395
|
-
readonly prop: {
|
|
396
|
-
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>>;
|
|
230
|
+
readonly modelValue: {
|
|
231
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
397
232
|
readonly required: false;
|
|
398
233
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
399
234
|
__epPropKey: true;
|
|
235
|
+
} & {
|
|
236
|
+
readonly default: false;
|
|
400
237
|
};
|
|
401
|
-
readonly
|
|
402
|
-
readonly
|
|
403
|
-
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>>;
|
|
404
|
-
readonly required: false;
|
|
405
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
406
|
-
__epPropKey: true;
|
|
407
|
-
};
|
|
408
|
-
readonly error: StringConstructor;
|
|
409
|
-
readonly validateStatus: {
|
|
410
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
411
|
-
readonly required: false;
|
|
412
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
413
|
-
__epPropKey: true;
|
|
414
|
-
};
|
|
415
|
-
readonly for: StringConstructor;
|
|
416
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
417
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
238
|
+
readonly disabled: BooleanConstructor;
|
|
239
|
+
readonly loading: BooleanConstructor;
|
|
418
240
|
readonly size: {
|
|
419
|
-
readonly type: import('vue').PropType<
|
|
241
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
420
242
|
readonly required: false;
|
|
421
243
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
422
244
|
__epPropKey: true;
|
|
423
245
|
};
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
validateMessage: import('vue').Ref<string>;
|
|
427
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
428
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
429
|
-
clearValidate: () => void;
|
|
430
|
-
resetField: () => void;
|
|
431
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
432
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
433
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
434
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
435
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
436
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
437
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
438
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
439
|
-
created?: (() => void) | (() => void)[];
|
|
440
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
441
|
-
mounted?: (() => void) | (() => void)[];
|
|
442
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
443
|
-
updated?: (() => void) | (() => void)[];
|
|
444
|
-
activated?: (() => void) | (() => void)[];
|
|
445
|
-
deactivated?: (() => void) | (() => void)[];
|
|
446
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
447
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
448
|
-
destroyed?: (() => void) | (() => void)[];
|
|
449
|
-
unmounted?: (() => void) | (() => void)[];
|
|
450
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
451
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
452
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
453
|
-
};
|
|
454
|
-
$forceUpdate: () => void;
|
|
455
|
-
$nextTick: typeof import('vue').nextTick;
|
|
456
|
-
$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;
|
|
457
|
-
} & Readonly<{
|
|
458
|
-
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
459
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
460
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
461
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
462
|
-
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
463
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
464
|
-
readonly label: StringConstructor;
|
|
465
|
-
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
466
|
-
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
467
|
-
readonly prop: {
|
|
468
|
-
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>>;
|
|
469
|
-
readonly required: false;
|
|
470
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
471
|
-
__epPropKey: true;
|
|
472
|
-
};
|
|
473
|
-
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
474
|
-
readonly rules: {
|
|
475
|
-
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>>;
|
|
476
|
-
readonly required: false;
|
|
477
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
478
|
-
__epPropKey: true;
|
|
479
|
-
};
|
|
480
|
-
readonly error: StringConstructor;
|
|
481
|
-
readonly validateStatus: {
|
|
482
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
483
|
-
readonly required: false;
|
|
484
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
485
|
-
__epPropKey: true;
|
|
486
|
-
};
|
|
487
|
-
readonly for: StringConstructor;
|
|
488
|
-
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
489
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
490
|
-
readonly size: {
|
|
491
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
492
|
-
readonly required: false;
|
|
493
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
494
|
-
__epPropKey: true;
|
|
495
|
-
};
|
|
496
|
-
}>>, "required" | "size" | "validateState" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validateMessage" | "validate" | "clearValidate" | "resetField"> & import('vue').ShallowUnwrapRef<{
|
|
497
|
-
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
498
|
-
validateMessage: import('vue').Ref<string>;
|
|
499
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
500
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
501
|
-
clearValidate: () => void;
|
|
502
|
-
resetField: () => void;
|
|
503
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
504
|
-
$slots: {
|
|
505
|
-
label?(_: {
|
|
506
|
-
label: string;
|
|
507
|
-
}): any;
|
|
508
|
-
default?(_: {}): any;
|
|
509
|
-
error?(_: {
|
|
510
|
-
error: string;
|
|
511
|
-
}): any;
|
|
512
|
-
};
|
|
513
|
-
}) | undefined>;
|
|
514
|
-
field: import('vue').ShallowRef<({
|
|
515
|
-
$: import('vue').ComponentInternalInstance;
|
|
516
|
-
$data: {};
|
|
517
|
-
$props: Partial<{
|
|
518
|
-
readonly disabled: boolean;
|
|
519
|
-
readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
520
|
-
readonly name: string;
|
|
521
|
-
readonly loading: boolean;
|
|
522
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
523
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
524
|
-
readonly activeText: string;
|
|
525
|
-
readonly inactiveText: string;
|
|
526
|
-
readonly activeValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
527
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
528
|
-
readonly inlinePrompt: boolean;
|
|
529
|
-
}> & Omit<{
|
|
530
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
531
|
-
readonly disabled: boolean;
|
|
532
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
533
|
-
readonly name: string;
|
|
534
|
-
readonly loading: boolean;
|
|
535
|
-
readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
536
|
-
readonly inlinePrompt: boolean;
|
|
537
|
-
readonly activeText: string;
|
|
538
|
-
readonly inactiveText: string;
|
|
539
|
-
readonly activeValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
540
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
541
|
-
readonly ariaLabel?: string | undefined;
|
|
542
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large") | ((new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large"))[], unknown, "" | "small" | "default" | "large"> | undefined;
|
|
543
|
-
readonly id?: string | undefined;
|
|
544
|
-
readonly tabindex?: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
545
|
-
readonly inactiveActionIcon?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
546
|
-
readonly activeActionIcon?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
547
|
-
readonly activeIcon?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
548
|
-
readonly inactiveIcon?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
549
|
-
readonly beforeChange?: (() => Promise<boolean> | boolean) | undefined;
|
|
550
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined | undefined;
|
|
551
|
-
onChange?: ((val: string | number | boolean) => any) | undefined | undefined;
|
|
552
|
-
onInput?: ((val: string | number | boolean) => any) | undefined | undefined;
|
|
553
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "modelValue" | "disabled" | "validateEvent" | "name" | "loading" | "width" | "inlinePrompt" | "activeText" | "inactiveText" | "activeValue" | "inactiveValue">;
|
|
554
|
-
$attrs: {
|
|
555
|
-
[x: string]: unknown;
|
|
556
|
-
};
|
|
557
|
-
$refs: {
|
|
558
|
-
[x: string]: unknown;
|
|
559
|
-
};
|
|
560
|
-
$slots: Readonly<{
|
|
561
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
562
|
-
}>;
|
|
563
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
564
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
565
|
-
$host: Element | null;
|
|
566
|
-
$emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void) & ((event: "input", val: string | number | boolean) => void);
|
|
567
|
-
$el: any;
|
|
568
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
569
|
-
readonly ariaLabel: StringConstructor;
|
|
570
|
-
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
571
|
-
readonly disabled: BooleanConstructor;
|
|
572
|
-
readonly loading: BooleanConstructor;
|
|
573
|
-
readonly size: {
|
|
574
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large") | ((new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large"))[], unknown, "" | "small" | "default" | "large">>;
|
|
246
|
+
readonly width: {
|
|
247
|
+
readonly type: import('vue').PropType<string | number>;
|
|
575
248
|
readonly required: false;
|
|
576
249
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
577
250
|
__epPropKey: true;
|
|
251
|
+
} & {
|
|
252
|
+
readonly default: "";
|
|
578
253
|
};
|
|
579
|
-
readonly width: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
580
254
|
readonly inlinePrompt: BooleanConstructor;
|
|
581
255
|
readonly inactiveActionIcon: {
|
|
582
|
-
readonly type: import('vue').PropType<
|
|
256
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
583
257
|
readonly required: false;
|
|
584
258
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
585
259
|
__epPropKey: true;
|
|
586
260
|
};
|
|
587
261
|
readonly activeActionIcon: {
|
|
588
|
-
readonly type: import('vue').PropType<
|
|
262
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
589
263
|
readonly required: false;
|
|
590
264
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
591
265
|
__epPropKey: true;
|
|
592
266
|
};
|
|
593
267
|
readonly activeIcon: {
|
|
594
|
-
readonly type: import('vue').PropType<
|
|
268
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
595
269
|
readonly required: false;
|
|
596
270
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
597
271
|
__epPropKey: true;
|
|
598
272
|
};
|
|
599
273
|
readonly inactiveIcon: {
|
|
600
|
-
readonly type: import('vue').PropType<
|
|
601
|
-
readonly required: false;
|
|
602
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
603
|
-
__epPropKey: true;
|
|
604
|
-
};
|
|
605
|
-
readonly activeText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
606
|
-
readonly inactiveText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
607
|
-
readonly activeValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
608
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
609
|
-
readonly name: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
610
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
611
|
-
readonly beforeChange: {
|
|
612
|
-
readonly type: import('vue').PropType<() => Promise<boolean> | boolean>;
|
|
274
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
613
275
|
readonly required: false;
|
|
614
276
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
615
277
|
__epPropKey: true;
|
|
616
278
|
};
|
|
617
|
-
readonly
|
|
618
|
-
|
|
619
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
279
|
+
readonly activeText: {
|
|
280
|
+
readonly type: import('vue').PropType<string>;
|
|
620
281
|
readonly required: false;
|
|
621
282
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
622
283
|
__epPropKey: true;
|
|
284
|
+
} & {
|
|
285
|
+
readonly default: "";
|
|
623
286
|
};
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
627
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
628
|
-
}, {
|
|
629
|
-
focus: () => void;
|
|
630
|
-
checked: import('vue').ComputedRef<boolean>;
|
|
631
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
632
|
-
"update:modelValue": (val: string | number | boolean) => void;
|
|
633
|
-
change: (val: string | number | boolean) => void;
|
|
634
|
-
input: (val: string | number | boolean) => void;
|
|
635
|
-
}, string, {
|
|
636
|
-
readonly disabled: boolean;
|
|
637
|
-
readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
638
|
-
readonly name: string;
|
|
639
|
-
readonly loading: boolean;
|
|
640
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
641
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
642
|
-
readonly activeText: string;
|
|
643
|
-
readonly inactiveText: string;
|
|
644
|
-
readonly activeValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
645
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
646
|
-
readonly inlinePrompt: boolean;
|
|
647
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
648
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
649
|
-
created?: (() => void) | (() => void)[];
|
|
650
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
651
|
-
mounted?: (() => void) | (() => void)[];
|
|
652
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
653
|
-
updated?: (() => void) | (() => void)[];
|
|
654
|
-
activated?: (() => void) | (() => void)[];
|
|
655
|
-
deactivated?: (() => void) | (() => void)[];
|
|
656
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
657
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
658
|
-
destroyed?: (() => void) | (() => void)[];
|
|
659
|
-
unmounted?: (() => void) | (() => void)[];
|
|
660
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
661
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
662
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
663
|
-
};
|
|
664
|
-
$forceUpdate: () => void;
|
|
665
|
-
$nextTick: typeof import('vue').nextTick;
|
|
666
|
-
$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;
|
|
667
|
-
} & Readonly<{
|
|
668
|
-
readonly disabled: boolean;
|
|
669
|
-
readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
670
|
-
readonly name: string;
|
|
671
|
-
readonly loading: boolean;
|
|
672
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
673
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
674
|
-
readonly activeText: string;
|
|
675
|
-
readonly inactiveText: string;
|
|
676
|
-
readonly activeValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
677
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
678
|
-
readonly inlinePrompt: boolean;
|
|
679
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
680
|
-
readonly ariaLabel: StringConstructor;
|
|
681
|
-
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
682
|
-
readonly disabled: BooleanConstructor;
|
|
683
|
-
readonly loading: BooleanConstructor;
|
|
684
|
-
readonly size: {
|
|
685
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large") | ((new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large"))[], unknown, "" | "small" | "default" | "large">>;
|
|
686
|
-
readonly required: false;
|
|
687
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
688
|
-
__epPropKey: true;
|
|
689
|
-
};
|
|
690
|
-
readonly width: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
691
|
-
readonly inlinePrompt: BooleanConstructor;
|
|
692
|
-
readonly inactiveActionIcon: {
|
|
693
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
694
|
-
readonly required: false;
|
|
695
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
696
|
-
__epPropKey: true;
|
|
697
|
-
};
|
|
698
|
-
readonly activeActionIcon: {
|
|
699
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
700
|
-
readonly required: false;
|
|
701
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
702
|
-
__epPropKey: true;
|
|
703
|
-
};
|
|
704
|
-
readonly activeIcon: {
|
|
705
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
706
|
-
readonly required: false;
|
|
707
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
708
|
-
__epPropKey: true;
|
|
709
|
-
};
|
|
710
|
-
readonly inactiveIcon: {
|
|
711
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
712
|
-
readonly required: false;
|
|
713
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
714
|
-
__epPropKey: true;
|
|
715
|
-
};
|
|
716
|
-
readonly activeText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
717
|
-
readonly inactiveText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
718
|
-
readonly activeValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
719
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
720
|
-
readonly name: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
721
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
722
|
-
readonly beforeChange: {
|
|
723
|
-
readonly type: import('vue').PropType<() => Promise<boolean> | boolean>;
|
|
724
|
-
readonly required: false;
|
|
725
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
726
|
-
__epPropKey: true;
|
|
727
|
-
};
|
|
728
|
-
readonly id: StringConstructor;
|
|
729
|
-
readonly tabindex: {
|
|
730
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
731
|
-
readonly required: false;
|
|
732
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
733
|
-
__epPropKey: true;
|
|
734
|
-
};
|
|
735
|
-
}>> & {
|
|
736
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
737
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
738
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
739
|
-
}, "modelValue" | "disabled" | "validateEvent" | "name" | "checked" | "loading" | "focus" | "width" | "inlinePrompt" | "activeText" | "inactiveText" | "activeValue" | "inactiveValue"> & import('vue').ShallowUnwrapRef<{
|
|
740
|
-
focus: () => void;
|
|
741
|
-
checked: import('vue').ComputedRef<boolean>;
|
|
742
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
743
|
-
$slots: {
|
|
744
|
-
"active-action"?(_: {}): any;
|
|
745
|
-
"inactive-action"?(_: {}): any;
|
|
746
|
-
};
|
|
747
|
-
}) | undefined, ({
|
|
748
|
-
$: import('vue').ComponentInternalInstance;
|
|
749
|
-
$data: {};
|
|
750
|
-
$props: Partial<{
|
|
751
|
-
readonly disabled: boolean;
|
|
752
|
-
readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
753
|
-
readonly name: string;
|
|
754
|
-
readonly loading: boolean;
|
|
755
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
756
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
757
|
-
readonly activeText: string;
|
|
758
|
-
readonly inactiveText: string;
|
|
759
|
-
readonly activeValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
760
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
761
|
-
readonly inlinePrompt: boolean;
|
|
762
|
-
}> & Omit<{
|
|
763
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
764
|
-
readonly disabled: boolean;
|
|
765
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
766
|
-
readonly name: string;
|
|
767
|
-
readonly loading: boolean;
|
|
768
|
-
readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
769
|
-
readonly inlinePrompt: boolean;
|
|
770
|
-
readonly activeText: string;
|
|
771
|
-
readonly inactiveText: string;
|
|
772
|
-
readonly activeValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
773
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
774
|
-
readonly ariaLabel?: string | undefined;
|
|
775
|
-
readonly size?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large") | ((new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large"))[], unknown, "" | "small" | "default" | "large"> | undefined;
|
|
776
|
-
readonly id?: string | undefined;
|
|
777
|
-
readonly tabindex?: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
778
|
-
readonly inactiveActionIcon?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
779
|
-
readonly activeActionIcon?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
780
|
-
readonly activeIcon?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
781
|
-
readonly inactiveIcon?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown> | undefined;
|
|
782
|
-
readonly beforeChange?: (() => Promise<boolean> | boolean) | undefined;
|
|
783
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined | undefined;
|
|
784
|
-
onChange?: ((val: string | number | boolean) => any) | undefined | undefined;
|
|
785
|
-
onInput?: ((val: string | number | boolean) => any) | undefined | undefined;
|
|
786
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "modelValue" | "disabled" | "validateEvent" | "name" | "loading" | "width" | "inlinePrompt" | "activeText" | "inactiveText" | "activeValue" | "inactiveValue">;
|
|
787
|
-
$attrs: {
|
|
788
|
-
[x: string]: unknown;
|
|
789
|
-
};
|
|
790
|
-
$refs: {
|
|
791
|
-
[x: string]: unknown;
|
|
792
|
-
};
|
|
793
|
-
$slots: Readonly<{
|
|
794
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
795
|
-
}>;
|
|
796
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
797
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
798
|
-
$host: Element | null;
|
|
799
|
-
$emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void) & ((event: "input", val: string | number | boolean) => void);
|
|
800
|
-
$el: any;
|
|
801
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
802
|
-
readonly ariaLabel: StringConstructor;
|
|
803
|
-
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
804
|
-
readonly disabled: BooleanConstructor;
|
|
805
|
-
readonly loading: BooleanConstructor;
|
|
806
|
-
readonly size: {
|
|
807
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large") | ((new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large"))[], unknown, "" | "small" | "default" | "large">>;
|
|
287
|
+
readonly inactiveText: {
|
|
288
|
+
readonly type: import('vue').PropType<string>;
|
|
808
289
|
readonly required: false;
|
|
809
290
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
810
291
|
__epPropKey: true;
|
|
292
|
+
} & {
|
|
293
|
+
readonly default: "";
|
|
811
294
|
};
|
|
812
|
-
readonly
|
|
813
|
-
|
|
814
|
-
readonly inactiveActionIcon: {
|
|
815
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
295
|
+
readonly activeValue: {
|
|
296
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
816
297
|
readonly required: false;
|
|
817
298
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
818
299
|
__epPropKey: true;
|
|
300
|
+
} & {
|
|
301
|
+
readonly default: true;
|
|
819
302
|
};
|
|
820
|
-
readonly
|
|
821
|
-
readonly type: import('vue').PropType<
|
|
303
|
+
readonly inactiveValue: {
|
|
304
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
822
305
|
readonly required: false;
|
|
823
306
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
824
307
|
__epPropKey: true;
|
|
308
|
+
} & {
|
|
309
|
+
readonly default: false;
|
|
825
310
|
};
|
|
826
|
-
readonly
|
|
827
|
-
readonly type: import('vue').PropType<
|
|
311
|
+
readonly name: {
|
|
312
|
+
readonly type: import('vue').PropType<string>;
|
|
828
313
|
readonly required: false;
|
|
829
314
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
830
315
|
__epPropKey: true;
|
|
316
|
+
} & {
|
|
317
|
+
readonly default: "";
|
|
831
318
|
};
|
|
832
|
-
readonly
|
|
833
|
-
readonly type: import('vue').PropType<
|
|
319
|
+
readonly validateEvent: {
|
|
320
|
+
readonly type: import('vue').PropType<boolean>;
|
|
834
321
|
readonly required: false;
|
|
835
322
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
836
323
|
__epPropKey: true;
|
|
324
|
+
} & {
|
|
325
|
+
readonly default: true;
|
|
837
326
|
};
|
|
838
|
-
readonly activeText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
839
|
-
readonly inactiveText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
840
|
-
readonly activeValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
841
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
842
|
-
readonly name: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
843
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
844
327
|
readonly beforeChange: {
|
|
845
328
|
readonly type: import('vue').PropType<() => Promise<boolean> | boolean>;
|
|
846
329
|
readonly required: false;
|
|
@@ -849,135 +332,17 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
849
332
|
};
|
|
850
333
|
readonly id: StringConstructor;
|
|
851
334
|
readonly tabindex: {
|
|
852
|
-
readonly type: import('vue').PropType<
|
|
335
|
+
readonly type: import('vue').PropType<string | number>;
|
|
853
336
|
readonly required: false;
|
|
854
337
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
855
338
|
__epPropKey: true;
|
|
856
339
|
};
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
checked: import('vue').ComputedRef<boolean>;
|
|
864
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
865
|
-
"update:modelValue": (val: string | number | boolean) => void;
|
|
866
|
-
change: (val: string | number | boolean) => void;
|
|
867
|
-
input: (val: string | number | boolean) => void;
|
|
868
|
-
}, string, {
|
|
869
|
-
readonly disabled: boolean;
|
|
870
|
-
readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
871
|
-
readonly name: string;
|
|
872
|
-
readonly loading: boolean;
|
|
873
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
874
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
875
|
-
readonly activeText: string;
|
|
876
|
-
readonly inactiveText: string;
|
|
877
|
-
readonly activeValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
878
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
879
|
-
readonly inlinePrompt: boolean;
|
|
880
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
881
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
882
|
-
created?: (() => void) | (() => void)[];
|
|
883
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
884
|
-
mounted?: (() => void) | (() => void)[];
|
|
885
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
886
|
-
updated?: (() => void) | (() => void)[];
|
|
887
|
-
activated?: (() => void) | (() => void)[];
|
|
888
|
-
deactivated?: (() => void) | (() => void)[];
|
|
889
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
890
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
891
|
-
destroyed?: (() => void) | (() => void)[];
|
|
892
|
-
unmounted?: (() => void) | (() => void)[];
|
|
893
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
894
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
895
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
896
|
-
};
|
|
897
|
-
$forceUpdate: () => void;
|
|
898
|
-
$nextTick: typeof import('vue').nextTick;
|
|
899
|
-
$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;
|
|
900
|
-
} & Readonly<{
|
|
901
|
-
readonly disabled: boolean;
|
|
902
|
-
readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
903
|
-
readonly name: string;
|
|
904
|
-
readonly loading: boolean;
|
|
905
|
-
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
906
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
907
|
-
readonly activeText: string;
|
|
908
|
-
readonly inactiveText: string;
|
|
909
|
-
readonly activeValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
910
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
911
|
-
readonly inlinePrompt: boolean;
|
|
912
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
913
|
-
readonly ariaLabel: StringConstructor;
|
|
914
|
-
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
915
|
-
readonly disabled: BooleanConstructor;
|
|
916
|
-
readonly loading: BooleanConstructor;
|
|
917
|
-
readonly size: {
|
|
918
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large") | ((new (...args: any[]) => "" | "small" | "default" | "large") | (() => "" | "small" | "default" | "large"))[], unknown, "" | "small" | "default" | "large">>;
|
|
919
|
-
readonly required: false;
|
|
920
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
921
|
-
__epPropKey: true;
|
|
922
|
-
};
|
|
923
|
-
readonly width: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
924
|
-
readonly inlinePrompt: BooleanConstructor;
|
|
925
|
-
readonly inactiveActionIcon: {
|
|
926
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
927
|
-
readonly required: false;
|
|
928
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
929
|
-
__epPropKey: true;
|
|
930
|
-
};
|
|
931
|
-
readonly activeActionIcon: {
|
|
932
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
933
|
-
readonly required: false;
|
|
934
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
935
|
-
__epPropKey: true;
|
|
936
|
-
};
|
|
937
|
-
readonly activeIcon: {
|
|
938
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
939
|
-
readonly required: false;
|
|
940
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
941
|
-
__epPropKey: true;
|
|
942
|
-
};
|
|
943
|
-
readonly inactiveIcon: {
|
|
944
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
945
|
-
readonly required: false;
|
|
946
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
947
|
-
__epPropKey: true;
|
|
948
|
-
};
|
|
949
|
-
readonly activeText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
950
|
-
readonly inactiveText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
951
|
-
readonly activeValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
952
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
953
|
-
readonly name: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
954
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
955
|
-
readonly beforeChange: {
|
|
956
|
-
readonly type: import('vue').PropType<() => Promise<boolean> | boolean>;
|
|
957
|
-
readonly required: false;
|
|
958
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
959
|
-
__epPropKey: true;
|
|
960
|
-
};
|
|
961
|
-
readonly id: StringConstructor;
|
|
962
|
-
readonly tabindex: {
|
|
963
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
964
|
-
readonly required: false;
|
|
965
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
966
|
-
__epPropKey: true;
|
|
967
|
-
};
|
|
968
|
-
}>> & {
|
|
969
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
970
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
971
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
972
|
-
}, "modelValue" | "disabled" | "validateEvent" | "name" | "checked" | "loading" | "focus" | "width" | "inlinePrompt" | "activeText" | "inactiveText" | "activeValue" | "inactiveValue"> & import('vue').ShallowUnwrapRef<{
|
|
973
|
-
focus: () => void;
|
|
974
|
-
checked: import('vue').ComputedRef<boolean>;
|
|
975
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
976
|
-
$slots: {
|
|
977
|
-
"active-action"?(_: {}): any;
|
|
978
|
-
"inactive-action"?(_: {}): any;
|
|
979
|
-
};
|
|
980
|
-
}) | undefined>;
|
|
340
|
+
}>;
|
|
341
|
+
default: () => {};
|
|
342
|
+
};
|
|
343
|
+
}>, {
|
|
344
|
+
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
345
|
+
field: import('vue').ShallowRef<SwitchInstance | undefined, SwitchInstance | undefined>;
|
|
981
346
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
982
347
|
"update:modelValue": (val: string | number | boolean) => void;
|
|
983
348
|
change: (val: string | number | boolean) => void;
|
|
@@ -988,79 +353,170 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
988
353
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
989
354
|
};
|
|
990
355
|
label: StringConstructor;
|
|
991
|
-
labelWidth:
|
|
992
|
-
|
|
356
|
+
labelWidth: {
|
|
357
|
+
readonly type: import('vue').PropType<string | number>;
|
|
358
|
+
readonly required: false;
|
|
359
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
360
|
+
__epPropKey: true;
|
|
361
|
+
} & {
|
|
362
|
+
readonly default: "";
|
|
363
|
+
};
|
|
364
|
+
labelPosition: {
|
|
365
|
+
readonly type: import('vue').PropType<"" | "top" | "left" | "right">;
|
|
366
|
+
readonly required: false;
|
|
367
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
368
|
+
__epPropKey: true;
|
|
369
|
+
} & {
|
|
370
|
+
readonly default: "";
|
|
371
|
+
};
|
|
993
372
|
prop: {
|
|
994
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
373
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemProp>;
|
|
374
|
+
readonly required: false;
|
|
375
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
376
|
+
__epPropKey: true;
|
|
377
|
+
};
|
|
378
|
+
required: {
|
|
379
|
+
readonly type: import('vue').PropType<boolean>;
|
|
995
380
|
readonly required: false;
|
|
996
381
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
997
382
|
__epPropKey: true;
|
|
383
|
+
} & {
|
|
384
|
+
readonly default: undefined;
|
|
998
385
|
};
|
|
999
|
-
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1000
386
|
rules: {
|
|
1001
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
387
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>;
|
|
1002
388
|
readonly required: false;
|
|
1003
389
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1004
390
|
__epPropKey: true;
|
|
1005
391
|
};
|
|
1006
392
|
error: StringConstructor;
|
|
1007
393
|
validateStatus: {
|
|
1008
|
-
readonly type: import('vue').PropType<
|
|
394
|
+
readonly type: import('vue').PropType<"" | "success" | "error" | "validating">;
|
|
395
|
+
readonly required: false;
|
|
396
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
397
|
+
__epPropKey: true;
|
|
398
|
+
};
|
|
399
|
+
inlineMessage: {
|
|
400
|
+
readonly type: import('vue').PropType<string | boolean>;
|
|
1009
401
|
readonly required: false;
|
|
1010
402
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1011
403
|
__epPropKey: true;
|
|
404
|
+
} & {
|
|
405
|
+
readonly default: "";
|
|
406
|
+
};
|
|
407
|
+
showMessage: {
|
|
408
|
+
readonly type: import('vue').PropType<boolean>;
|
|
409
|
+
readonly required: false;
|
|
410
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
411
|
+
__epPropKey: true;
|
|
412
|
+
} & {
|
|
413
|
+
readonly default: true;
|
|
1012
414
|
};
|
|
1013
|
-
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
1014
|
-
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1015
415
|
size: {
|
|
1016
|
-
readonly type: import('vue').PropType<
|
|
416
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
1017
417
|
readonly required: false;
|
|
1018
418
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1019
419
|
__epPropKey: true;
|
|
1020
420
|
};
|
|
1021
421
|
} & Omit<{
|
|
1022
422
|
readonly ariaLabel: StringConstructor;
|
|
1023
|
-
readonly modelValue:
|
|
423
|
+
readonly modelValue: {
|
|
424
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
425
|
+
readonly required: false;
|
|
426
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
427
|
+
__epPropKey: true;
|
|
428
|
+
} & {
|
|
429
|
+
readonly default: false;
|
|
430
|
+
};
|
|
1024
431
|
readonly disabled: BooleanConstructor;
|
|
1025
432
|
readonly loading: BooleanConstructor;
|
|
1026
433
|
readonly size: {
|
|
1027
|
-
readonly type: import('vue').PropType<
|
|
434
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
435
|
+
readonly required: false;
|
|
436
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
437
|
+
__epPropKey: true;
|
|
438
|
+
};
|
|
439
|
+
readonly width: {
|
|
440
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1028
441
|
readonly required: false;
|
|
1029
442
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1030
443
|
__epPropKey: true;
|
|
444
|
+
} & {
|
|
445
|
+
readonly default: "";
|
|
1031
446
|
};
|
|
1032
|
-
readonly width: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1033
447
|
readonly inlinePrompt: BooleanConstructor;
|
|
1034
448
|
readonly inactiveActionIcon: {
|
|
1035
|
-
readonly type: import('vue').PropType<
|
|
449
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1036
450
|
readonly required: false;
|
|
1037
451
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1038
452
|
__epPropKey: true;
|
|
1039
453
|
};
|
|
1040
454
|
readonly activeActionIcon: {
|
|
1041
|
-
readonly type: import('vue').PropType<
|
|
455
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1042
456
|
readonly required: false;
|
|
1043
457
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1044
458
|
__epPropKey: true;
|
|
1045
459
|
};
|
|
1046
460
|
readonly activeIcon: {
|
|
1047
|
-
readonly type: import('vue').PropType<
|
|
461
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1048
462
|
readonly required: false;
|
|
1049
463
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1050
464
|
__epPropKey: true;
|
|
1051
465
|
};
|
|
1052
466
|
readonly inactiveIcon: {
|
|
1053
|
-
readonly type: import('vue').PropType<
|
|
467
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
468
|
+
readonly required: false;
|
|
469
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
470
|
+
__epPropKey: true;
|
|
471
|
+
};
|
|
472
|
+
readonly activeText: {
|
|
473
|
+
readonly type: import('vue').PropType<string>;
|
|
474
|
+
readonly required: false;
|
|
475
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
476
|
+
__epPropKey: true;
|
|
477
|
+
} & {
|
|
478
|
+
readonly default: "";
|
|
479
|
+
};
|
|
480
|
+
readonly inactiveText: {
|
|
481
|
+
readonly type: import('vue').PropType<string>;
|
|
482
|
+
readonly required: false;
|
|
483
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
484
|
+
__epPropKey: true;
|
|
485
|
+
} & {
|
|
486
|
+
readonly default: "";
|
|
487
|
+
};
|
|
488
|
+
readonly activeValue: {
|
|
489
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
490
|
+
readonly required: false;
|
|
491
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
492
|
+
__epPropKey: true;
|
|
493
|
+
} & {
|
|
494
|
+
readonly default: true;
|
|
495
|
+
};
|
|
496
|
+
readonly inactiveValue: {
|
|
497
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
498
|
+
readonly required: false;
|
|
499
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
500
|
+
__epPropKey: true;
|
|
501
|
+
} & {
|
|
502
|
+
readonly default: false;
|
|
503
|
+
};
|
|
504
|
+
readonly name: {
|
|
505
|
+
readonly type: import('vue').PropType<string>;
|
|
1054
506
|
readonly required: false;
|
|
1055
507
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1056
508
|
__epPropKey: true;
|
|
509
|
+
} & {
|
|
510
|
+
readonly default: "";
|
|
511
|
+
};
|
|
512
|
+
readonly validateEvent: {
|
|
513
|
+
readonly type: import('vue').PropType<boolean>;
|
|
514
|
+
readonly required: false;
|
|
515
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
516
|
+
__epPropKey: true;
|
|
517
|
+
} & {
|
|
518
|
+
readonly default: true;
|
|
1057
519
|
};
|
|
1058
|
-
readonly activeText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1059
|
-
readonly inactiveText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1060
|
-
readonly activeValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
1061
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1062
|
-
readonly name: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1063
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1064
520
|
readonly beforeChange: {
|
|
1065
521
|
readonly type: import('vue').PropType<() => Promise<boolean> | boolean>;
|
|
1066
522
|
readonly required: false;
|
|
@@ -1069,7 +525,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1069
525
|
};
|
|
1070
526
|
readonly id: StringConstructor;
|
|
1071
527
|
readonly tabindex: {
|
|
1072
|
-
readonly type: import('vue').PropType<
|
|
528
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1073
529
|
readonly required: false;
|
|
1074
530
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1075
531
|
__epPropKey: true;
|
|
@@ -1087,47 +543,103 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1087
543
|
fieldProps: {
|
|
1088
544
|
type: import('vue').PropType<{
|
|
1089
545
|
readonly ariaLabel: StringConstructor;
|
|
1090
|
-
readonly modelValue:
|
|
546
|
+
readonly modelValue: {
|
|
547
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
548
|
+
readonly required: false;
|
|
549
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
550
|
+
__epPropKey: true;
|
|
551
|
+
} & {
|
|
552
|
+
readonly default: false;
|
|
553
|
+
};
|
|
1091
554
|
readonly disabled: BooleanConstructor;
|
|
1092
555
|
readonly loading: BooleanConstructor;
|
|
1093
556
|
readonly size: {
|
|
1094
|
-
readonly type: import('vue').PropType<
|
|
557
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
558
|
+
readonly required: false;
|
|
559
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
560
|
+
__epPropKey: true;
|
|
561
|
+
};
|
|
562
|
+
readonly width: {
|
|
563
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1095
564
|
readonly required: false;
|
|
1096
565
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1097
566
|
__epPropKey: true;
|
|
567
|
+
} & {
|
|
568
|
+
readonly default: "";
|
|
1098
569
|
};
|
|
1099
|
-
readonly width: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1100
570
|
readonly inlinePrompt: BooleanConstructor;
|
|
1101
571
|
readonly inactiveActionIcon: {
|
|
1102
|
-
readonly type: import('vue').PropType<
|
|
572
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1103
573
|
readonly required: false;
|
|
1104
574
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1105
575
|
__epPropKey: true;
|
|
1106
576
|
};
|
|
1107
577
|
readonly activeActionIcon: {
|
|
1108
|
-
readonly type: import('vue').PropType<
|
|
578
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1109
579
|
readonly required: false;
|
|
1110
580
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1111
581
|
__epPropKey: true;
|
|
1112
582
|
};
|
|
1113
583
|
readonly activeIcon: {
|
|
1114
|
-
readonly type: import('vue').PropType<
|
|
584
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1115
585
|
readonly required: false;
|
|
1116
586
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1117
587
|
__epPropKey: true;
|
|
1118
588
|
};
|
|
1119
589
|
readonly inactiveIcon: {
|
|
1120
|
-
readonly type: import('vue').PropType<
|
|
590
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
591
|
+
readonly required: false;
|
|
592
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
593
|
+
__epPropKey: true;
|
|
594
|
+
};
|
|
595
|
+
readonly activeText: {
|
|
596
|
+
readonly type: import('vue').PropType<string>;
|
|
597
|
+
readonly required: false;
|
|
598
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
599
|
+
__epPropKey: true;
|
|
600
|
+
} & {
|
|
601
|
+
readonly default: "";
|
|
602
|
+
};
|
|
603
|
+
readonly inactiveText: {
|
|
604
|
+
readonly type: import('vue').PropType<string>;
|
|
1121
605
|
readonly required: false;
|
|
1122
606
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1123
607
|
__epPropKey: true;
|
|
608
|
+
} & {
|
|
609
|
+
readonly default: "";
|
|
610
|
+
};
|
|
611
|
+
readonly activeValue: {
|
|
612
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
613
|
+
readonly required: false;
|
|
614
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
615
|
+
__epPropKey: true;
|
|
616
|
+
} & {
|
|
617
|
+
readonly default: true;
|
|
618
|
+
};
|
|
619
|
+
readonly inactiveValue: {
|
|
620
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
621
|
+
readonly required: false;
|
|
622
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
623
|
+
__epPropKey: true;
|
|
624
|
+
} & {
|
|
625
|
+
readonly default: false;
|
|
626
|
+
};
|
|
627
|
+
readonly name: {
|
|
628
|
+
readonly type: import('vue').PropType<string>;
|
|
629
|
+
readonly required: false;
|
|
630
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
631
|
+
__epPropKey: true;
|
|
632
|
+
} & {
|
|
633
|
+
readonly default: "";
|
|
634
|
+
};
|
|
635
|
+
readonly validateEvent: {
|
|
636
|
+
readonly type: import('vue').PropType<boolean>;
|
|
637
|
+
readonly required: false;
|
|
638
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
639
|
+
__epPropKey: true;
|
|
640
|
+
} & {
|
|
641
|
+
readonly default: true;
|
|
1124
642
|
};
|
|
1125
|
-
readonly activeText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1126
|
-
readonly inactiveText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1127
|
-
readonly activeValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
1128
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1129
|
-
readonly name: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1130
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1131
643
|
readonly beforeChange: {
|
|
1132
644
|
readonly type: import('vue').PropType<() => Promise<boolean> | boolean>;
|
|
1133
645
|
readonly required: false;
|
|
@@ -1136,7 +648,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1136
648
|
};
|
|
1137
649
|
readonly id: StringConstructor;
|
|
1138
650
|
readonly tabindex: {
|
|
1139
|
-
readonly type: import('vue').PropType<
|
|
651
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1140
652
|
readonly required: false;
|
|
1141
653
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1142
654
|
__epPropKey: true;
|
|
@@ -1149,62 +661,118 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1149
661
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
1150
662
|
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
1151
663
|
}>, {
|
|
1152
|
-
required:
|
|
1153
|
-
readonly modelValue:
|
|
664
|
+
required: boolean;
|
|
665
|
+
readonly modelValue: string | number | boolean;
|
|
1154
666
|
readonly disabled: boolean;
|
|
1155
|
-
readonly validateEvent:
|
|
667
|
+
readonly validateEvent: boolean;
|
|
1156
668
|
readonly name: string;
|
|
1157
669
|
clearable: boolean;
|
|
1158
670
|
readonly loading: boolean;
|
|
1159
|
-
labelWidth:
|
|
1160
|
-
labelPosition:
|
|
1161
|
-
inlineMessage:
|
|
1162
|
-
showMessage:
|
|
671
|
+
labelWidth: string | number;
|
|
672
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
673
|
+
inlineMessage: string | boolean;
|
|
674
|
+
showMessage: boolean;
|
|
1163
675
|
fieldId: any;
|
|
1164
676
|
formItemProps: import('../FormItem').FormItemPropsType;
|
|
1165
677
|
fieldProps: {
|
|
1166
678
|
readonly ariaLabel: StringConstructor;
|
|
1167
|
-
readonly modelValue:
|
|
679
|
+
readonly modelValue: {
|
|
680
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
681
|
+
readonly required: false;
|
|
682
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
683
|
+
__epPropKey: true;
|
|
684
|
+
} & {
|
|
685
|
+
readonly default: false;
|
|
686
|
+
};
|
|
1168
687
|
readonly disabled: BooleanConstructor;
|
|
1169
688
|
readonly loading: BooleanConstructor;
|
|
1170
689
|
readonly size: {
|
|
1171
|
-
readonly type: import('vue').PropType<
|
|
690
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
691
|
+
readonly required: false;
|
|
692
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
693
|
+
__epPropKey: true;
|
|
694
|
+
};
|
|
695
|
+
readonly width: {
|
|
696
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1172
697
|
readonly required: false;
|
|
1173
698
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1174
699
|
__epPropKey: true;
|
|
700
|
+
} & {
|
|
701
|
+
readonly default: "";
|
|
1175
702
|
};
|
|
1176
|
-
readonly width: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1177
703
|
readonly inlinePrompt: BooleanConstructor;
|
|
1178
704
|
readonly inactiveActionIcon: {
|
|
1179
|
-
readonly type: import('vue').PropType<
|
|
705
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1180
706
|
readonly required: false;
|
|
1181
707
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1182
708
|
__epPropKey: true;
|
|
1183
709
|
};
|
|
1184
710
|
readonly activeActionIcon: {
|
|
1185
|
-
readonly type: import('vue').PropType<
|
|
711
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1186
712
|
readonly required: false;
|
|
1187
713
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1188
714
|
__epPropKey: true;
|
|
1189
715
|
};
|
|
1190
716
|
readonly activeIcon: {
|
|
1191
|
-
readonly type: import('vue').PropType<
|
|
717
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
1192
718
|
readonly required: false;
|
|
1193
719
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1194
720
|
__epPropKey: true;
|
|
1195
721
|
};
|
|
1196
722
|
readonly inactiveIcon: {
|
|
1197
|
-
readonly type: import('vue').PropType<
|
|
723
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
724
|
+
readonly required: false;
|
|
725
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
726
|
+
__epPropKey: true;
|
|
727
|
+
};
|
|
728
|
+
readonly activeText: {
|
|
729
|
+
readonly type: import('vue').PropType<string>;
|
|
730
|
+
readonly required: false;
|
|
731
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
732
|
+
__epPropKey: true;
|
|
733
|
+
} & {
|
|
734
|
+
readonly default: "";
|
|
735
|
+
};
|
|
736
|
+
readonly inactiveText: {
|
|
737
|
+
readonly type: import('vue').PropType<string>;
|
|
738
|
+
readonly required: false;
|
|
739
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
740
|
+
__epPropKey: true;
|
|
741
|
+
} & {
|
|
742
|
+
readonly default: "";
|
|
743
|
+
};
|
|
744
|
+
readonly activeValue: {
|
|
745
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
746
|
+
readonly required: false;
|
|
747
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
748
|
+
__epPropKey: true;
|
|
749
|
+
} & {
|
|
750
|
+
readonly default: true;
|
|
751
|
+
};
|
|
752
|
+
readonly inactiveValue: {
|
|
753
|
+
readonly type: import('vue').PropType<string | number | boolean>;
|
|
754
|
+
readonly required: false;
|
|
755
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
756
|
+
__epPropKey: true;
|
|
757
|
+
} & {
|
|
758
|
+
readonly default: false;
|
|
759
|
+
};
|
|
760
|
+
readonly name: {
|
|
761
|
+
readonly type: import('vue').PropType<string>;
|
|
762
|
+
readonly required: false;
|
|
763
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
764
|
+
__epPropKey: true;
|
|
765
|
+
} & {
|
|
766
|
+
readonly default: "";
|
|
767
|
+
};
|
|
768
|
+
readonly validateEvent: {
|
|
769
|
+
readonly type: import('vue').PropType<boolean>;
|
|
1198
770
|
readonly required: false;
|
|
1199
771
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1200
772
|
__epPropKey: true;
|
|
773
|
+
} & {
|
|
774
|
+
readonly default: true;
|
|
1201
775
|
};
|
|
1202
|
-
readonly activeText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1203
|
-
readonly inactiveText: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1204
|
-
readonly activeValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
1205
|
-
readonly inactiveValue: import('element-plus/es/utils').EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
1206
|
-
readonly name: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1207
|
-
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1208
776
|
readonly beforeChange: {
|
|
1209
777
|
readonly type: import('vue').PropType<() => Promise<boolean> | boolean>;
|
|
1210
778
|
readonly required: false;
|
|
@@ -1213,18 +781,18 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1213
781
|
};
|
|
1214
782
|
readonly id: StringConstructor;
|
|
1215
783
|
readonly tabindex: {
|
|
1216
|
-
readonly type: import('vue').PropType<
|
|
784
|
+
readonly type: import('vue').PropType<string | number>;
|
|
1217
785
|
readonly required: false;
|
|
1218
786
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1219
787
|
__epPropKey: true;
|
|
1220
788
|
};
|
|
1221
789
|
};
|
|
1222
|
-
readonly width:
|
|
790
|
+
readonly width: string | number;
|
|
1223
791
|
readonly inlinePrompt: boolean;
|
|
1224
792
|
readonly activeText: string;
|
|
1225
793
|
readonly inactiveText: string;
|
|
1226
|
-
readonly activeValue:
|
|
1227
|
-
readonly inactiveValue:
|
|
794
|
+
readonly activeValue: string | number | boolean;
|
|
795
|
+
readonly inactiveValue: string | number | boolean;
|
|
1228
796
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1229
797
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
1230
798
|
export default _default;
|