@hinen/pro-element-plus 1.0.1 → 1.0.3
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 +9 -9
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/props.d.ts +4 -4
- package/dist/components/CheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/DataSelect/DataSelect.vue.d.ts +57 -57
- package/dist/components/DataSelect/DataSelect.vue.d.ts.map +1 -1
- package/dist/components/DataSelect/props.d.ts +24 -24
- package/dist/components/DataSelect/props.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +63 -63
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/defineDataTableColumns.d.ts +1 -2
- package/dist/components/DataTable/defineDataTableColumns.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +21 -21
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts +11 -7
- package/dist/components/DataTable/types.d.ts.map +1 -1
- package/dist/components/DataTable/useDataTable.d.ts +4 -4
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +576 -568
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +55 -51
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +145 -136
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +23 -19
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +254 -246
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/props.d.ts +65 -61
- package/dist/components/FormFields/FormDatePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts +23 -23
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/props.d.ts +9 -9
- package/dist/components/FormFields/FormItem/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +234 -225
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/props.d.ts +33 -29
- package/dist/components/FormFields/FormNumber/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +159 -150
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +28 -24
- package/dist/components/FormFields/FormRadioGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +276 -268
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/props.d.ts +45 -41
- package/dist/components/FormFields/FormRate/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +251 -245
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/props.d.ts +66 -63
- package/dist/components/FormFields/FormSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +304 -295
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/props.d.ts +43 -39
- package/dist/components/FormFields/FormSwitch/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +298 -290
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/props.d.ts +39 -35
- package/dist/components/FormFields/FormTagInput/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +298 -290
- package/dist/components/FormFields/FormText/FormText.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/props.d.ts +53 -49
- package/dist/components/FormFields/FormText/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +253 -245
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/props.d.ts +65 -61
- package/dist/components/FormFields/FormTimePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +99 -95
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +15 -11
- package/dist/components/FormFields/FormTreeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/utils.d.ts +14 -10
- package/dist/components/FormFields/utils.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +33 -33
- package/dist/components/Modal/Modal.vue.d.ts.map +1 -1
- package/dist/components/Modal/props.d.ts +16 -16
- package/dist/components/Modal/props.d.ts.map +1 -1
- package/dist/components/QueryForm/QueryForm.vue.d.ts +28 -28
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/props.d.ts +20 -14
- package/dist/components/QueryForm/props.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +16 -16
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/RadioGroup/props.d.ts +7 -7
- package/dist/components/RadioGroup/props.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +57 -57
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/props.d.ts +24 -24
- package/dist/components/Select/props.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +18 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -27,41 +27,41 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
27
27
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
28
28
|
};
|
|
29
29
|
label: StringConstructor;
|
|
30
|
-
labelWidth: import('element-plus/es/utils
|
|
31
|
-
labelPosition: import('element-plus/es/utils
|
|
30
|
+
labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
31
|
+
labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
32
32
|
prop: {
|
|
33
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
33
|
+
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>>;
|
|
34
34
|
readonly required: false;
|
|
35
35
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
36
36
|
__epPropKey: true;
|
|
37
37
|
};
|
|
38
|
-
required: import('element-plus/es/utils
|
|
38
|
+
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
39
39
|
rules: {
|
|
40
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
40
|
+
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>>;
|
|
41
41
|
readonly required: false;
|
|
42
42
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
43
|
__epPropKey: true;
|
|
44
44
|
};
|
|
45
45
|
error: StringConstructor;
|
|
46
46
|
validateStatus: {
|
|
47
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
47
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
48
48
|
readonly required: false;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
51
51
|
};
|
|
52
|
-
inlineMessage: import('element-plus/es/utils
|
|
53
|
-
showMessage: import('element-plus/es/utils
|
|
52
|
+
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
53
|
+
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
54
|
size: {
|
|
55
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
55
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
56
56
|
readonly required: false;
|
|
57
57
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
58
|
__epPropKey: true;
|
|
59
59
|
};
|
|
60
60
|
} & Omit<{
|
|
61
|
-
readonly showNow: import('element-plus/es/utils
|
|
61
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
62
62
|
readonly ariaLabel: StringConstructor;
|
|
63
63
|
readonly emptyValues: ArrayConstructor;
|
|
64
|
-
readonly valueOnClear: import('element-plus/es/utils
|
|
64
|
+
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
65
65
|
readonly disabledDate: {
|
|
66
66
|
readonly type: import('vue').PropType<Function>;
|
|
67
67
|
readonly required: false;
|
|
@@ -74,97 +74,101 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
74
74
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
75
75
|
__epPropKey: true;
|
|
76
76
|
};
|
|
77
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
77
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
78
78
|
readonly arrowControl: BooleanConstructor;
|
|
79
|
-
readonly tabindex: import('element-plus/es/utils
|
|
80
|
-
readonly validateEvent: import('element-plus/es/utils
|
|
79
|
+
readonly tabindex: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
80
|
+
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
81
81
|
readonly unlinkPanels: BooleanConstructor;
|
|
82
|
-
readonly placement: import('element-plus/es/utils
|
|
83
|
-
readonly fallbackPlacements: import('element-plus/es/utils
|
|
82
|
+
readonly placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
83
|
+
readonly fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
84
84
|
readonly disabledHours: {
|
|
85
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
85
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledHours>;
|
|
86
86
|
readonly required: false;
|
|
87
87
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
88
88
|
__epPropKey: true;
|
|
89
89
|
};
|
|
90
90
|
readonly disabledMinutes: {
|
|
91
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
91
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledMinutes>;
|
|
92
92
|
readonly required: false;
|
|
93
93
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
94
94
|
__epPropKey: true;
|
|
95
95
|
};
|
|
96
96
|
readonly disabledSeconds: {
|
|
97
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
97
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledSeconds>;
|
|
98
98
|
readonly required: false;
|
|
99
99
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
100
|
__epPropKey: true;
|
|
101
101
|
};
|
|
102
102
|
readonly id: {
|
|
103
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
103
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
104
104
|
readonly required: false;
|
|
105
105
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
106
|
__epPropKey: true;
|
|
107
107
|
};
|
|
108
108
|
readonly name: {
|
|
109
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
109
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
110
110
|
readonly required: false;
|
|
111
111
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
112
112
|
__epPropKey: true;
|
|
113
113
|
};
|
|
114
|
-
readonly popperClass: import('element-plus/es/utils
|
|
114
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
115
115
|
readonly format: StringConstructor;
|
|
116
116
|
readonly valueFormat: StringConstructor;
|
|
117
117
|
readonly dateFormat: StringConstructor;
|
|
118
118
|
readonly timeFormat: StringConstructor;
|
|
119
|
-
readonly type: import('element-plus/es/utils
|
|
120
|
-
readonly clearable: import('element-plus/es/utils
|
|
119
|
+
readonly type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
120
|
+
readonly clearable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
121
121
|
readonly clearIcon: {
|
|
122
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
122
|
+
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>>;
|
|
123
123
|
readonly required: false;
|
|
124
124
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
125
|
__epPropKey: true;
|
|
126
126
|
};
|
|
127
|
-
readonly editable: import('element-plus/es/utils
|
|
128
|
-
readonly prefixIcon: import('element-plus/es/utils
|
|
127
|
+
readonly editable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
128
|
+
readonly prefixIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, "", boolean>;
|
|
129
129
|
readonly size: {
|
|
130
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
130
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
131
131
|
readonly required: false;
|
|
132
132
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
133
133
|
__epPropKey: true;
|
|
134
134
|
};
|
|
135
135
|
readonly readonly: BooleanConstructor;
|
|
136
136
|
readonly disabled: BooleanConstructor;
|
|
137
|
-
readonly placeholder: import('element-plus/es/utils
|
|
138
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
139
|
-
readonly modelValue: import('element-plus/es/utils
|
|
140
|
-
readonly rangeSeparator: import('element-plus/es/utils
|
|
137
|
+
readonly placeholder: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
138
|
+
readonly popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
139
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType))[], unknown, unknown, "", boolean>;
|
|
140
|
+
readonly rangeSeparator: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
141
141
|
readonly startPlaceholder: StringConstructor;
|
|
142
142
|
readonly endPlaceholder: StringConstructor;
|
|
143
143
|
readonly defaultValue: {
|
|
144
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
144
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
145
145
|
readonly required: false;
|
|
146
146
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
147
|
__epPropKey: true;
|
|
148
148
|
};
|
|
149
149
|
readonly defaultTime: {
|
|
150
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
150
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
151
151
|
readonly required: false;
|
|
152
152
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
153
153
|
__epPropKey: true;
|
|
154
154
|
};
|
|
155
155
|
readonly isRange: BooleanConstructor;
|
|
156
|
-
}, "size" | "id"> & {
|
|
156
|
+
}, "size" | "id" | "clearable"> & {
|
|
157
|
+
clearable: {
|
|
158
|
+
type: BooleanConstructor;
|
|
159
|
+
default: boolean;
|
|
160
|
+
};
|
|
157
161
|
fieldId: any;
|
|
158
162
|
formItemProps: {
|
|
159
|
-
type: import('vue').PropType<import('
|
|
163
|
+
type: import('vue').PropType<import('../FormItem').FormItemPropsType>;
|
|
160
164
|
default: () => {};
|
|
161
165
|
};
|
|
162
166
|
fieldProps: {
|
|
163
167
|
type: import('vue').PropType<{
|
|
164
|
-
readonly showNow: import('element-plus/es/utils
|
|
168
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
165
169
|
readonly ariaLabel: StringConstructor;
|
|
166
170
|
readonly emptyValues: ArrayConstructor;
|
|
167
|
-
readonly valueOnClear: import('element-plus/es/utils
|
|
171
|
+
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
168
172
|
readonly disabledDate: {
|
|
169
173
|
readonly type: import('vue').PropType<Function>;
|
|
170
174
|
readonly required: false;
|
|
@@ -177,80 +181,80 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
177
181
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
178
182
|
__epPropKey: true;
|
|
179
183
|
};
|
|
180
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
184
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
181
185
|
readonly arrowControl: BooleanConstructor;
|
|
182
|
-
readonly tabindex: import('element-plus/es/utils
|
|
183
|
-
readonly validateEvent: import('element-plus/es/utils
|
|
186
|
+
readonly tabindex: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
187
|
+
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
184
188
|
readonly unlinkPanels: BooleanConstructor;
|
|
185
|
-
readonly placement: import('element-plus/es/utils
|
|
186
|
-
readonly fallbackPlacements: import('element-plus/es/utils
|
|
189
|
+
readonly placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
190
|
+
readonly fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
187
191
|
readonly disabledHours: {
|
|
188
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
192
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledHours>;
|
|
189
193
|
readonly required: false;
|
|
190
194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
195
|
__epPropKey: true;
|
|
192
196
|
};
|
|
193
197
|
readonly disabledMinutes: {
|
|
194
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
198
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledMinutes>;
|
|
195
199
|
readonly required: false;
|
|
196
200
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
201
|
__epPropKey: true;
|
|
198
202
|
};
|
|
199
203
|
readonly disabledSeconds: {
|
|
200
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
204
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledSeconds>;
|
|
201
205
|
readonly required: false;
|
|
202
206
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
203
207
|
__epPropKey: true;
|
|
204
208
|
};
|
|
205
209
|
readonly id: {
|
|
206
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
210
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
207
211
|
readonly required: false;
|
|
208
212
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
209
213
|
__epPropKey: true;
|
|
210
214
|
};
|
|
211
215
|
readonly name: {
|
|
212
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
216
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
213
217
|
readonly required: false;
|
|
214
218
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
215
219
|
__epPropKey: true;
|
|
216
220
|
};
|
|
217
|
-
readonly popperClass: import('element-plus/es/utils
|
|
221
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
218
222
|
readonly format: StringConstructor;
|
|
219
223
|
readonly valueFormat: StringConstructor;
|
|
220
224
|
readonly dateFormat: StringConstructor;
|
|
221
225
|
readonly timeFormat: StringConstructor;
|
|
222
|
-
readonly type: import('element-plus/es/utils
|
|
223
|
-
readonly clearable: import('element-plus/es/utils
|
|
226
|
+
readonly type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
227
|
+
readonly clearable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
224
228
|
readonly clearIcon: {
|
|
225
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
229
|
+
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>>;
|
|
226
230
|
readonly required: false;
|
|
227
231
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
228
232
|
__epPropKey: true;
|
|
229
233
|
};
|
|
230
|
-
readonly editable: import('element-plus/es/utils
|
|
231
|
-
readonly prefixIcon: import('element-plus/es/utils
|
|
234
|
+
readonly editable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
235
|
+
readonly prefixIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, "", boolean>;
|
|
232
236
|
readonly size: {
|
|
233
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
237
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
234
238
|
readonly required: false;
|
|
235
239
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
236
240
|
__epPropKey: true;
|
|
237
241
|
};
|
|
238
242
|
readonly readonly: BooleanConstructor;
|
|
239
243
|
readonly disabled: BooleanConstructor;
|
|
240
|
-
readonly placeholder: import('element-plus/es/utils
|
|
241
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
242
|
-
readonly modelValue: import('element-plus/es/utils
|
|
243
|
-
readonly rangeSeparator: import('element-plus/es/utils
|
|
244
|
+
readonly placeholder: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
245
|
+
readonly popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
246
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType))[], unknown, unknown, "", boolean>;
|
|
247
|
+
readonly rangeSeparator: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
244
248
|
readonly startPlaceholder: StringConstructor;
|
|
245
249
|
readonly endPlaceholder: StringConstructor;
|
|
246
250
|
readonly defaultValue: {
|
|
247
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
251
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
248
252
|
readonly required: false;
|
|
249
253
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
250
254
|
__epPropKey: true;
|
|
251
255
|
};
|
|
252
256
|
readonly defaultTime: {
|
|
253
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
257
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
254
258
|
readonly required: false;
|
|
255
259
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
256
260
|
__epPropKey: true;
|
|
@@ -264,24 +268,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
264
268
|
$: import('vue').ComponentInternalInstance;
|
|
265
269
|
$data: {};
|
|
266
270
|
$props: Partial<{
|
|
267
|
-
readonly required: import('element-plus/es/utils
|
|
268
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
269
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
270
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
271
|
-
readonly showMessage: import('element-plus/es/utils
|
|
271
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
272
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
273
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
274
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
275
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
272
276
|
}> & Omit<{
|
|
273
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
274
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
275
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
276
|
-
readonly showMessage: import('element-plus/es/utils
|
|
277
|
-
readonly required?: import('element-plus/es/utils
|
|
278
|
-
readonly size?: import('element-plus/es/utils
|
|
277
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
278
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
279
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
280
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
281
|
+
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
282
|
+
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
279
283
|
readonly label?: string | undefined;
|
|
280
284
|
readonly for?: string | undefined;
|
|
281
|
-
readonly prop?: import('element-plus/es/utils
|
|
282
|
-
readonly rules?: import('element-plus/es/utils
|
|
285
|
+
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;
|
|
286
|
+
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;
|
|
283
287
|
readonly error?: string | undefined;
|
|
284
|
-
readonly validateStatus?: import('element-plus/es/utils
|
|
288
|
+
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
285
289
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
286
290
|
$attrs: {
|
|
287
291
|
[x: string]: unknown;
|
|
@@ -299,33 +303,33 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
299
303
|
$el: any;
|
|
300
304
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
301
305
|
readonly label: StringConstructor;
|
|
302
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
303
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
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>;
|
|
304
308
|
readonly prop: {
|
|
305
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
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>>;
|
|
306
310
|
readonly required: false;
|
|
307
311
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
308
312
|
__epPropKey: true;
|
|
309
313
|
};
|
|
310
|
-
readonly required: import('element-plus/es/utils
|
|
314
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
311
315
|
readonly rules: {
|
|
312
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
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>>;
|
|
313
317
|
readonly required: false;
|
|
314
318
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
315
319
|
__epPropKey: true;
|
|
316
320
|
};
|
|
317
321
|
readonly error: StringConstructor;
|
|
318
322
|
readonly validateStatus: {
|
|
319
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
323
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
320
324
|
readonly required: false;
|
|
321
325
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
322
326
|
__epPropKey: true;
|
|
323
327
|
};
|
|
324
328
|
readonly for: StringConstructor;
|
|
325
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
326
|
-
readonly showMessage: import('element-plus/es/utils
|
|
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>;
|
|
327
331
|
readonly size: {
|
|
328
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
332
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
329
333
|
readonly required: false;
|
|
330
334
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
331
335
|
__epPropKey: true;
|
|
@@ -338,11 +342,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
338
342
|
clearValidate: () => void;
|
|
339
343
|
resetField: () => void;
|
|
340
344
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
341
|
-
readonly required: import('element-plus/es/utils
|
|
342
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
343
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
344
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
345
|
-
readonly showMessage: import('element-plus/es/utils
|
|
345
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
346
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
347
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
348
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
349
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
346
350
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
347
351
|
beforeCreate?: (() => void) | (() => void)[];
|
|
348
352
|
created?: (() => void) | (() => void)[];
|
|
@@ -364,40 +368,40 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
364
368
|
$nextTick: typeof import('vue').nextTick;
|
|
365
369
|
$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;
|
|
366
370
|
} & Readonly<{
|
|
367
|
-
readonly required: import('element-plus/es/utils
|
|
368
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
369
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
370
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
371
|
-
readonly showMessage: import('element-plus/es/utils
|
|
371
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
372
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
373
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
374
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
375
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
372
376
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
373
377
|
readonly label: StringConstructor;
|
|
374
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
375
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
378
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
379
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
376
380
|
readonly prop: {
|
|
377
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
381
|
+
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>>;
|
|
378
382
|
readonly required: false;
|
|
379
383
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
380
384
|
__epPropKey: true;
|
|
381
385
|
};
|
|
382
|
-
readonly required: import('element-plus/es/utils
|
|
386
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
383
387
|
readonly rules: {
|
|
384
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
388
|
+
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>>;
|
|
385
389
|
readonly required: false;
|
|
386
390
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
387
391
|
__epPropKey: true;
|
|
388
392
|
};
|
|
389
393
|
readonly error: StringConstructor;
|
|
390
394
|
readonly validateStatus: {
|
|
391
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
395
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
392
396
|
readonly required: false;
|
|
393
397
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
394
398
|
__epPropKey: true;
|
|
395
399
|
};
|
|
396
400
|
readonly for: StringConstructor;
|
|
397
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
398
|
-
readonly showMessage: import('element-plus/es/utils
|
|
401
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
402
|
+
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
399
403
|
readonly size: {
|
|
400
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
404
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
401
405
|
readonly required: false;
|
|
402
406
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
403
407
|
__epPropKey: true;
|
|
@@ -423,24 +427,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
423
427
|
$: import('vue').ComponentInternalInstance;
|
|
424
428
|
$data: {};
|
|
425
429
|
$props: Partial<{
|
|
426
|
-
readonly required: import('element-plus/es/utils
|
|
427
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
428
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
429
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
430
|
-
readonly showMessage: import('element-plus/es/utils
|
|
430
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
431
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
432
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
433
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
434
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
431
435
|
}> & Omit<{
|
|
432
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
433
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
434
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
435
|
-
readonly showMessage: import('element-plus/es/utils
|
|
436
|
-
readonly required?: import('element-plus/es/utils
|
|
437
|
-
readonly size?: import('element-plus/es/utils
|
|
436
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
437
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
438
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
439
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
440
|
+
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
441
|
+
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
438
442
|
readonly label?: string | undefined;
|
|
439
443
|
readonly for?: string | undefined;
|
|
440
|
-
readonly prop?: import('element-plus/es/utils
|
|
441
|
-
readonly rules?: import('element-plus/es/utils
|
|
444
|
+
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;
|
|
445
|
+
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;
|
|
442
446
|
readonly error?: string | undefined;
|
|
443
|
-
readonly validateStatus?: import('element-plus/es/utils
|
|
447
|
+
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
444
448
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
445
449
|
$attrs: {
|
|
446
450
|
[x: string]: unknown;
|
|
@@ -458,33 +462,33 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
458
462
|
$el: any;
|
|
459
463
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
460
464
|
readonly label: StringConstructor;
|
|
461
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
462
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
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>;
|
|
463
467
|
readonly prop: {
|
|
464
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
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>>;
|
|
465
469
|
readonly required: false;
|
|
466
470
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
467
471
|
__epPropKey: true;
|
|
468
472
|
};
|
|
469
|
-
readonly required: import('element-plus/es/utils
|
|
473
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
470
474
|
readonly rules: {
|
|
471
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
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>>;
|
|
472
476
|
readonly required: false;
|
|
473
477
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
474
478
|
__epPropKey: true;
|
|
475
479
|
};
|
|
476
480
|
readonly error: StringConstructor;
|
|
477
481
|
readonly validateStatus: {
|
|
478
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
482
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
479
483
|
readonly required: false;
|
|
480
484
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
481
485
|
__epPropKey: true;
|
|
482
486
|
};
|
|
483
487
|
readonly for: StringConstructor;
|
|
484
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
485
|
-
readonly showMessage: import('element-plus/es/utils
|
|
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>;
|
|
486
490
|
readonly size: {
|
|
487
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
491
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
488
492
|
readonly required: false;
|
|
489
493
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
490
494
|
__epPropKey: true;
|
|
@@ -497,11 +501,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
497
501
|
clearValidate: () => void;
|
|
498
502
|
resetField: () => void;
|
|
499
503
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
500
|
-
readonly required: import('element-plus/es/utils
|
|
501
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
502
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
503
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
504
|
-
readonly showMessage: import('element-plus/es/utils
|
|
504
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
505
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
506
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
507
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
508
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
505
509
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
506
510
|
beforeCreate?: (() => void) | (() => void)[];
|
|
507
511
|
created?: (() => void) | (() => void)[];
|
|
@@ -523,40 +527,40 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
523
527
|
$nextTick: typeof import('vue').nextTick;
|
|
524
528
|
$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;
|
|
525
529
|
} & Readonly<{
|
|
526
|
-
readonly required: import('element-plus/es/utils
|
|
527
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
528
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
529
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
530
|
-
readonly showMessage: import('element-plus/es/utils
|
|
530
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
531
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
532
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
533
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
534
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
531
535
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
532
536
|
readonly label: StringConstructor;
|
|
533
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
534
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
537
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
538
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
535
539
|
readonly prop: {
|
|
536
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
540
|
+
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>>;
|
|
537
541
|
readonly required: false;
|
|
538
542
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
539
543
|
__epPropKey: true;
|
|
540
544
|
};
|
|
541
|
-
readonly required: import('element-plus/es/utils
|
|
545
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
542
546
|
readonly rules: {
|
|
543
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
547
|
+
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>>;
|
|
544
548
|
readonly required: false;
|
|
545
549
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
546
550
|
__epPropKey: true;
|
|
547
551
|
};
|
|
548
552
|
readonly error: StringConstructor;
|
|
549
553
|
readonly validateStatus: {
|
|
550
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
554
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
551
555
|
readonly required: false;
|
|
552
556
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
553
557
|
__epPropKey: true;
|
|
554
558
|
};
|
|
555
559
|
readonly for: StringConstructor;
|
|
556
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
557
|
-
readonly showMessage: import('element-plus/es/utils
|
|
560
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
561
|
+
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
558
562
|
readonly size: {
|
|
559
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
563
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
560
564
|
readonly required: false;
|
|
561
565
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
562
566
|
__epPropKey: true;
|
|
@@ -593,41 +597,41 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
593
597
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
594
598
|
};
|
|
595
599
|
label: StringConstructor;
|
|
596
|
-
labelWidth: import('element-plus/es/utils
|
|
597
|
-
labelPosition: import('element-plus/es/utils
|
|
600
|
+
labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
601
|
+
labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
598
602
|
prop: {
|
|
599
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
603
|
+
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>>;
|
|
600
604
|
readonly required: false;
|
|
601
605
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
602
606
|
__epPropKey: true;
|
|
603
607
|
};
|
|
604
|
-
required: import('element-plus/es/utils
|
|
608
|
+
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
605
609
|
rules: {
|
|
606
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
610
|
+
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>>;
|
|
607
611
|
readonly required: false;
|
|
608
612
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
609
613
|
__epPropKey: true;
|
|
610
614
|
};
|
|
611
615
|
error: StringConstructor;
|
|
612
616
|
validateStatus: {
|
|
613
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
617
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
614
618
|
readonly required: false;
|
|
615
619
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
616
620
|
__epPropKey: true;
|
|
617
621
|
};
|
|
618
|
-
inlineMessage: import('element-plus/es/utils
|
|
619
|
-
showMessage: import('element-plus/es/utils
|
|
622
|
+
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
623
|
+
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
620
624
|
size: {
|
|
621
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
625
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
622
626
|
readonly required: false;
|
|
623
627
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
624
628
|
__epPropKey: true;
|
|
625
629
|
};
|
|
626
630
|
} & Omit<{
|
|
627
|
-
readonly showNow: import('element-plus/es/utils
|
|
631
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
628
632
|
readonly ariaLabel: StringConstructor;
|
|
629
633
|
readonly emptyValues: ArrayConstructor;
|
|
630
|
-
readonly valueOnClear: import('element-plus/es/utils
|
|
634
|
+
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
631
635
|
readonly disabledDate: {
|
|
632
636
|
readonly type: import('vue').PropType<Function>;
|
|
633
637
|
readonly required: false;
|
|
@@ -640,97 +644,101 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
640
644
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
641
645
|
__epPropKey: true;
|
|
642
646
|
};
|
|
643
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
647
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
644
648
|
readonly arrowControl: BooleanConstructor;
|
|
645
|
-
readonly tabindex: import('element-plus/es/utils
|
|
646
|
-
readonly validateEvent: import('element-plus/es/utils
|
|
649
|
+
readonly tabindex: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
650
|
+
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
647
651
|
readonly unlinkPanels: BooleanConstructor;
|
|
648
|
-
readonly placement: import('element-plus/es/utils
|
|
649
|
-
readonly fallbackPlacements: import('element-plus/es/utils
|
|
652
|
+
readonly placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
653
|
+
readonly fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
650
654
|
readonly disabledHours: {
|
|
651
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
655
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledHours>;
|
|
652
656
|
readonly required: false;
|
|
653
657
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
654
658
|
__epPropKey: true;
|
|
655
659
|
};
|
|
656
660
|
readonly disabledMinutes: {
|
|
657
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
661
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledMinutes>;
|
|
658
662
|
readonly required: false;
|
|
659
663
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
660
664
|
__epPropKey: true;
|
|
661
665
|
};
|
|
662
666
|
readonly disabledSeconds: {
|
|
663
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
667
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledSeconds>;
|
|
664
668
|
readonly required: false;
|
|
665
669
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
666
670
|
__epPropKey: true;
|
|
667
671
|
};
|
|
668
672
|
readonly id: {
|
|
669
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
673
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
670
674
|
readonly required: false;
|
|
671
675
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
672
676
|
__epPropKey: true;
|
|
673
677
|
};
|
|
674
678
|
readonly name: {
|
|
675
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
679
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
676
680
|
readonly required: false;
|
|
677
681
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
678
682
|
__epPropKey: true;
|
|
679
683
|
};
|
|
680
|
-
readonly popperClass: import('element-plus/es/utils
|
|
684
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
681
685
|
readonly format: StringConstructor;
|
|
682
686
|
readonly valueFormat: StringConstructor;
|
|
683
687
|
readonly dateFormat: StringConstructor;
|
|
684
688
|
readonly timeFormat: StringConstructor;
|
|
685
|
-
readonly type: import('element-plus/es/utils
|
|
686
|
-
readonly clearable: import('element-plus/es/utils
|
|
689
|
+
readonly type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
690
|
+
readonly clearable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
687
691
|
readonly clearIcon: {
|
|
688
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
692
|
+
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>>;
|
|
689
693
|
readonly required: false;
|
|
690
694
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
691
695
|
__epPropKey: true;
|
|
692
696
|
};
|
|
693
|
-
readonly editable: import('element-plus/es/utils
|
|
694
|
-
readonly prefixIcon: import('element-plus/es/utils
|
|
697
|
+
readonly editable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
698
|
+
readonly prefixIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, "", boolean>;
|
|
695
699
|
readonly size: {
|
|
696
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
700
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
697
701
|
readonly required: false;
|
|
698
702
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
699
703
|
__epPropKey: true;
|
|
700
704
|
};
|
|
701
705
|
readonly readonly: BooleanConstructor;
|
|
702
706
|
readonly disabled: BooleanConstructor;
|
|
703
|
-
readonly placeholder: import('element-plus/es/utils
|
|
704
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
705
|
-
readonly modelValue: import('element-plus/es/utils
|
|
706
|
-
readonly rangeSeparator: import('element-plus/es/utils
|
|
707
|
+
readonly placeholder: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
708
|
+
readonly popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
709
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType))[], unknown, unknown, "", boolean>;
|
|
710
|
+
readonly rangeSeparator: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
707
711
|
readonly startPlaceholder: StringConstructor;
|
|
708
712
|
readonly endPlaceholder: StringConstructor;
|
|
709
713
|
readonly defaultValue: {
|
|
710
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
714
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
711
715
|
readonly required: false;
|
|
712
716
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
713
717
|
__epPropKey: true;
|
|
714
718
|
};
|
|
715
719
|
readonly defaultTime: {
|
|
716
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
720
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
717
721
|
readonly required: false;
|
|
718
722
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
719
723
|
__epPropKey: true;
|
|
720
724
|
};
|
|
721
725
|
readonly isRange: BooleanConstructor;
|
|
722
|
-
}, "size" | "id"> & {
|
|
726
|
+
}, "size" | "id" | "clearable"> & {
|
|
727
|
+
clearable: {
|
|
728
|
+
type: BooleanConstructor;
|
|
729
|
+
default: boolean;
|
|
730
|
+
};
|
|
723
731
|
fieldId: any;
|
|
724
732
|
formItemProps: {
|
|
725
|
-
type: import('vue').PropType<import('
|
|
733
|
+
type: import('vue').PropType<import('../FormItem').FormItemPropsType>;
|
|
726
734
|
default: () => {};
|
|
727
735
|
};
|
|
728
736
|
fieldProps: {
|
|
729
737
|
type: import('vue').PropType<{
|
|
730
|
-
readonly showNow: import('element-plus/es/utils
|
|
738
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
731
739
|
readonly ariaLabel: StringConstructor;
|
|
732
740
|
readonly emptyValues: ArrayConstructor;
|
|
733
|
-
readonly valueOnClear: import('element-plus/es/utils
|
|
741
|
+
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
734
742
|
readonly disabledDate: {
|
|
735
743
|
readonly type: import('vue').PropType<Function>;
|
|
736
744
|
readonly required: false;
|
|
@@ -743,80 +751,80 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
743
751
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
744
752
|
__epPropKey: true;
|
|
745
753
|
};
|
|
746
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
754
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
747
755
|
readonly arrowControl: BooleanConstructor;
|
|
748
|
-
readonly tabindex: import('element-plus/es/utils
|
|
749
|
-
readonly validateEvent: import('element-plus/es/utils
|
|
756
|
+
readonly tabindex: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
757
|
+
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
750
758
|
readonly unlinkPanels: BooleanConstructor;
|
|
751
|
-
readonly placement: import('element-plus/es/utils
|
|
752
|
-
readonly fallbackPlacements: import('element-plus/es/utils
|
|
759
|
+
readonly placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
760
|
+
readonly fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
753
761
|
readonly disabledHours: {
|
|
754
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
762
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledHours>;
|
|
755
763
|
readonly required: false;
|
|
756
764
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
757
765
|
__epPropKey: true;
|
|
758
766
|
};
|
|
759
767
|
readonly disabledMinutes: {
|
|
760
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
768
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledMinutes>;
|
|
761
769
|
readonly required: false;
|
|
762
770
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
763
771
|
__epPropKey: true;
|
|
764
772
|
};
|
|
765
773
|
readonly disabledSeconds: {
|
|
766
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
774
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledSeconds>;
|
|
767
775
|
readonly required: false;
|
|
768
776
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
769
777
|
__epPropKey: true;
|
|
770
778
|
};
|
|
771
779
|
readonly id: {
|
|
772
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
780
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
773
781
|
readonly required: false;
|
|
774
782
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
775
783
|
__epPropKey: true;
|
|
776
784
|
};
|
|
777
785
|
readonly name: {
|
|
778
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
786
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
779
787
|
readonly required: false;
|
|
780
788
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
781
789
|
__epPropKey: true;
|
|
782
790
|
};
|
|
783
|
-
readonly popperClass: import('element-plus/es/utils
|
|
791
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
784
792
|
readonly format: StringConstructor;
|
|
785
793
|
readonly valueFormat: StringConstructor;
|
|
786
794
|
readonly dateFormat: StringConstructor;
|
|
787
795
|
readonly timeFormat: StringConstructor;
|
|
788
|
-
readonly type: import('element-plus/es/utils
|
|
789
|
-
readonly clearable: import('element-plus/es/utils
|
|
796
|
+
readonly type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
797
|
+
readonly clearable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
790
798
|
readonly clearIcon: {
|
|
791
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
799
|
+
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>>;
|
|
792
800
|
readonly required: false;
|
|
793
801
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
794
802
|
__epPropKey: true;
|
|
795
803
|
};
|
|
796
|
-
readonly editable: import('element-plus/es/utils
|
|
797
|
-
readonly prefixIcon: import('element-plus/es/utils
|
|
804
|
+
readonly editable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
805
|
+
readonly prefixIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, "", boolean>;
|
|
798
806
|
readonly size: {
|
|
799
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
807
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
800
808
|
readonly required: false;
|
|
801
809
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
802
810
|
__epPropKey: true;
|
|
803
811
|
};
|
|
804
812
|
readonly readonly: BooleanConstructor;
|
|
805
813
|
readonly disabled: BooleanConstructor;
|
|
806
|
-
readonly placeholder: import('element-plus/es/utils
|
|
807
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
808
|
-
readonly modelValue: import('element-plus/es/utils
|
|
809
|
-
readonly rangeSeparator: import('element-plus/es/utils
|
|
814
|
+
readonly placeholder: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
815
|
+
readonly popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
816
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType))[], unknown, unknown, "", boolean>;
|
|
817
|
+
readonly rangeSeparator: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
810
818
|
readonly startPlaceholder: StringConstructor;
|
|
811
819
|
readonly endPlaceholder: StringConstructor;
|
|
812
820
|
readonly defaultValue: {
|
|
813
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
821
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
814
822
|
readonly required: false;
|
|
815
823
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
816
824
|
__epPropKey: true;
|
|
817
825
|
};
|
|
818
826
|
readonly defaultTime: {
|
|
819
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
827
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
820
828
|
readonly required: false;
|
|
821
829
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
822
830
|
__epPropKey: true;
|
|
@@ -834,29 +842,29 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
834
842
|
"onVisible-change"?: ((visibility: boolean) => any) | undefined;
|
|
835
843
|
}>, {
|
|
836
844
|
readonly type: string;
|
|
837
|
-
required: import('element-plus/es/utils
|
|
838
|
-
readonly modelValue: import('element-plus/es/utils
|
|
845
|
+
required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
846
|
+
readonly modelValue: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType))[], unknown, unknown>;
|
|
839
847
|
readonly disabled: boolean;
|
|
840
|
-
readonly validateEvent: import('element-plus/es/utils
|
|
841
|
-
readonly tabindex: import('element-plus/es/utils
|
|
842
|
-
readonly valueOnClear: import('element-plus/es/utils
|
|
843
|
-
|
|
848
|
+
readonly validateEvent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
849
|
+
readonly tabindex: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
850
|
+
readonly valueOnClear: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
851
|
+
clearable: boolean;
|
|
844
852
|
readonly popperClass: string;
|
|
845
853
|
readonly popperOptions: any;
|
|
846
854
|
readonly placeholder: string;
|
|
847
855
|
readonly placement: any;
|
|
848
856
|
readonly fallbackPlacements: Placement[];
|
|
849
|
-
labelWidth: import('element-plus/es/utils
|
|
850
|
-
labelPosition: import('element-plus/es/utils
|
|
851
|
-
inlineMessage: import('element-plus/es/utils
|
|
852
|
-
showMessage: import('element-plus/es/utils
|
|
857
|
+
labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
858
|
+
labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
859
|
+
inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
860
|
+
showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
853
861
|
fieldId: any;
|
|
854
|
-
formItemProps: import('
|
|
862
|
+
formItemProps: import('../FormItem').FormItemPropsType;
|
|
855
863
|
fieldProps: {
|
|
856
|
-
readonly showNow: import('element-plus/es/utils
|
|
864
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
857
865
|
readonly ariaLabel: StringConstructor;
|
|
858
866
|
readonly emptyValues: ArrayConstructor;
|
|
859
|
-
readonly valueOnClear: import('element-plus/es/utils
|
|
867
|
+
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
860
868
|
readonly disabledDate: {
|
|
861
869
|
readonly type: import('vue').PropType<Function>;
|
|
862
870
|
readonly required: false;
|
|
@@ -869,80 +877,80 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
869
877
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
870
878
|
__epPropKey: true;
|
|
871
879
|
};
|
|
872
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
880
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
873
881
|
readonly arrowControl: BooleanConstructor;
|
|
874
|
-
readonly tabindex: import('element-plus/es/utils
|
|
875
|
-
readonly validateEvent: import('element-plus/es/utils
|
|
882
|
+
readonly tabindex: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
883
|
+
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
876
884
|
readonly unlinkPanels: BooleanConstructor;
|
|
877
|
-
readonly placement: import('element-plus/es/utils
|
|
878
|
-
readonly fallbackPlacements: import('element-plus/es/utils
|
|
885
|
+
readonly placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
886
|
+
readonly fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
879
887
|
readonly disabledHours: {
|
|
880
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
888
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledHours>;
|
|
881
889
|
readonly required: false;
|
|
882
890
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
883
891
|
__epPropKey: true;
|
|
884
892
|
};
|
|
885
893
|
readonly disabledMinutes: {
|
|
886
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
894
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledMinutes>;
|
|
887
895
|
readonly required: false;
|
|
888
896
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
889
897
|
__epPropKey: true;
|
|
890
898
|
};
|
|
891
899
|
readonly disabledSeconds: {
|
|
892
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
900
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledSeconds>;
|
|
893
901
|
readonly required: false;
|
|
894
902
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
895
903
|
__epPropKey: true;
|
|
896
904
|
};
|
|
897
905
|
readonly id: {
|
|
898
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
906
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
899
907
|
readonly required: false;
|
|
900
908
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
901
909
|
__epPropKey: true;
|
|
902
910
|
};
|
|
903
911
|
readonly name: {
|
|
904
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
912
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
905
913
|
readonly required: false;
|
|
906
914
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
907
915
|
__epPropKey: true;
|
|
908
916
|
};
|
|
909
|
-
readonly popperClass: import('element-plus/es/utils
|
|
917
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
910
918
|
readonly format: StringConstructor;
|
|
911
919
|
readonly valueFormat: StringConstructor;
|
|
912
920
|
readonly dateFormat: StringConstructor;
|
|
913
921
|
readonly timeFormat: StringConstructor;
|
|
914
|
-
readonly type: import('element-plus/es/utils
|
|
915
|
-
readonly clearable: import('element-plus/es/utils
|
|
922
|
+
readonly type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
923
|
+
readonly clearable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
916
924
|
readonly clearIcon: {
|
|
917
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
925
|
+
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>>;
|
|
918
926
|
readonly required: false;
|
|
919
927
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
920
928
|
__epPropKey: true;
|
|
921
929
|
};
|
|
922
|
-
readonly editable: import('element-plus/es/utils
|
|
923
|
-
readonly prefixIcon: import('element-plus/es/utils
|
|
930
|
+
readonly editable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
931
|
+
readonly prefixIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, "", boolean>;
|
|
924
932
|
readonly size: {
|
|
925
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
933
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
926
934
|
readonly required: false;
|
|
927
935
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
928
936
|
__epPropKey: true;
|
|
929
937
|
};
|
|
930
938
|
readonly readonly: BooleanConstructor;
|
|
931
939
|
readonly disabled: BooleanConstructor;
|
|
932
|
-
readonly placeholder: import('element-plus/es/utils
|
|
933
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
934
|
-
readonly modelValue: import('element-plus/es/utils
|
|
935
|
-
readonly rangeSeparator: import('element-plus/es/utils
|
|
940
|
+
readonly placeholder: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
941
|
+
readonly popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>))[], unknown, unknown, () => {}, boolean>;
|
|
942
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType))[], unknown, unknown, "", boolean>;
|
|
943
|
+
readonly rangeSeparator: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
936
944
|
readonly startPlaceholder: StringConstructor;
|
|
937
945
|
readonly endPlaceholder: StringConstructor;
|
|
938
946
|
readonly defaultValue: {
|
|
939
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
947
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
940
948
|
readonly required: false;
|
|
941
949
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
942
950
|
__epPropKey: true;
|
|
943
951
|
};
|
|
944
952
|
readonly defaultTime: {
|
|
945
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
953
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
946
954
|
readonly required: false;
|
|
947
955
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
948
956
|
__epPropKey: true;
|
|
@@ -950,12 +958,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
950
958
|
readonly isRange: BooleanConstructor;
|
|
951
959
|
};
|
|
952
960
|
readonly readonly: boolean;
|
|
953
|
-
readonly prefixIcon: import('element-plus/es/utils
|
|
954
|
-
readonly showNow: import('element-plus/es/utils
|
|
961
|
+
readonly prefixIcon: 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>;
|
|
962
|
+
readonly showNow: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
955
963
|
readonly shortcuts: unknown[];
|
|
956
964
|
readonly arrowControl: boolean;
|
|
957
965
|
readonly unlinkPanels: boolean;
|
|
958
|
-
readonly editable: import('element-plus/es/utils
|
|
966
|
+
readonly editable: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
959
967
|
readonly rangeSeparator: string;
|
|
960
968
|
readonly isRange: boolean;
|
|
961
969
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|