@hinen/pro-element-plus 1.0.2 → 1.1.0
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 +59 -59
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/defineDataTableColumns.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +19 -19
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/useDataTable.d.ts +4 -4
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +566 -566
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +50 -50
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +136 -136
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +19 -19
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +243 -243
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/props.d.ts +60 -60
- 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/FormItem/utils.d.ts +3 -3
- package/dist/components/FormFields/FormItem/utils.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +223 -223
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/props.d.ts +28 -28
- package/dist/components/FormFields/FormNumber/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +150 -150
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +24 -24
- package/dist/components/FormFields/FormRadioGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +265 -265
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/props.d.ts +40 -40
- package/dist/components/FormFields/FormRate/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +243 -243
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/props.d.ts +62 -62
- package/dist/components/FormFields/FormSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +293 -293
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/props.d.ts +38 -38
- package/dist/components/FormFields/FormSwitch/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +287 -287
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/props.d.ts +34 -34
- package/dist/components/FormFields/FormTagInput/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +323 -293
- package/dist/components/FormFields/FormText/FormText.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/props.d.ts +62 -50
- package/dist/components/FormFields/FormText/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +242 -242
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/props.d.ts +60 -60
- package/dist/components/FormFields/FormTimePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/types.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +94 -94
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +10 -10
- package/dist/components/FormFields/FormTreeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/utils.d.ts +9 -9
- package/dist/components/FormFields/utils.d.ts.map +1 -1
- package/dist/components/Image/index.d.ts +4 -0
- package/dist/components/Image/index.d.ts.map +1 -0
- package/dist/components/Image/props.d.ts +59 -0
- package/dist/components/Image/props.d.ts.map +1 -0
- package/dist/components/Image/types.d.ts +10 -0
- package/dist/components/Image/types.d.ts.map +1 -0
- 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 +26 -26
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/props.d.ts +9 -9
- 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 +14 -14
- package/dist/index.js +571 -568
- 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,80 +74,80 @@ 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;
|
|
@@ -160,15 +160,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
160
160
|
};
|
|
161
161
|
fieldId: any;
|
|
162
162
|
formItemProps: {
|
|
163
|
-
type: import('vue').PropType<import('
|
|
163
|
+
type: import('vue').PropType<import('../FormItem').FormItemPropsType>;
|
|
164
164
|
default: () => {};
|
|
165
165
|
};
|
|
166
166
|
fieldProps: {
|
|
167
167
|
type: import('vue').PropType<{
|
|
168
|
-
readonly showNow: import('element-plus/es/utils
|
|
168
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
169
169
|
readonly ariaLabel: StringConstructor;
|
|
170
170
|
readonly emptyValues: ArrayConstructor;
|
|
171
|
-
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>;
|
|
172
172
|
readonly disabledDate: {
|
|
173
173
|
readonly type: import('vue').PropType<Function>;
|
|
174
174
|
readonly required: false;
|
|
@@ -181,80 +181,80 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
181
181
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
182
|
__epPropKey: true;
|
|
183
183
|
};
|
|
184
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
184
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
185
185
|
readonly arrowControl: BooleanConstructor;
|
|
186
|
-
readonly tabindex: import('element-plus/es/utils
|
|
187
|
-
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>;
|
|
188
188
|
readonly unlinkPanels: BooleanConstructor;
|
|
189
|
-
readonly placement: import('element-plus/es/utils
|
|
190
|
-
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>;
|
|
191
191
|
readonly disabledHours: {
|
|
192
|
-
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>;
|
|
193
193
|
readonly required: false;
|
|
194
194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
195
195
|
__epPropKey: true;
|
|
196
196
|
};
|
|
197
197
|
readonly disabledMinutes: {
|
|
198
|
-
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>;
|
|
199
199
|
readonly required: false;
|
|
200
200
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
201
201
|
__epPropKey: true;
|
|
202
202
|
};
|
|
203
203
|
readonly disabledSeconds: {
|
|
204
|
-
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>;
|
|
205
205
|
readonly required: false;
|
|
206
206
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
207
207
|
__epPropKey: true;
|
|
208
208
|
};
|
|
209
209
|
readonly id: {
|
|
210
|
-
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>>;
|
|
211
211
|
readonly required: false;
|
|
212
212
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
213
213
|
__epPropKey: true;
|
|
214
214
|
};
|
|
215
215
|
readonly name: {
|
|
216
|
-
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>>;
|
|
217
217
|
readonly required: false;
|
|
218
218
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
219
219
|
__epPropKey: true;
|
|
220
220
|
};
|
|
221
|
-
readonly popperClass: import('element-plus/es/utils
|
|
221
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
222
222
|
readonly format: StringConstructor;
|
|
223
223
|
readonly valueFormat: StringConstructor;
|
|
224
224
|
readonly dateFormat: StringConstructor;
|
|
225
225
|
readonly timeFormat: StringConstructor;
|
|
226
|
-
readonly type: import('element-plus/es/utils
|
|
227
|
-
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>;
|
|
228
228
|
readonly clearIcon: {
|
|
229
|
-
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>>;
|
|
230
230
|
readonly required: false;
|
|
231
231
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
232
232
|
__epPropKey: true;
|
|
233
233
|
};
|
|
234
|
-
readonly editable: import('element-plus/es/utils
|
|
235
|
-
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>;
|
|
236
236
|
readonly size: {
|
|
237
|
-
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>>;
|
|
238
238
|
readonly required: false;
|
|
239
239
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
240
|
__epPropKey: true;
|
|
241
241
|
};
|
|
242
242
|
readonly readonly: BooleanConstructor;
|
|
243
243
|
readonly disabled: BooleanConstructor;
|
|
244
|
-
readonly placeholder: import('element-plus/es/utils
|
|
245
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
246
|
-
readonly modelValue: import('element-plus/es/utils
|
|
247
|
-
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>;
|
|
248
248
|
readonly startPlaceholder: StringConstructor;
|
|
249
249
|
readonly endPlaceholder: StringConstructor;
|
|
250
250
|
readonly defaultValue: {
|
|
251
|
-
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>>;
|
|
252
252
|
readonly required: false;
|
|
253
253
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
254
254
|
__epPropKey: true;
|
|
255
255
|
};
|
|
256
256
|
readonly defaultTime: {
|
|
257
|
-
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>>;
|
|
258
258
|
readonly required: false;
|
|
259
259
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
260
|
__epPropKey: true;
|
|
@@ -268,24 +268,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
268
268
|
$: import('vue').ComponentInternalInstance;
|
|
269
269
|
$data: {};
|
|
270
270
|
$props: Partial<{
|
|
271
|
-
readonly required: import('element-plus/es/utils
|
|
272
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
273
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
274
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
275
|
-
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>;
|
|
276
276
|
}> & Omit<{
|
|
277
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
278
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
279
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
280
|
-
readonly showMessage: import('element-plus/es/utils
|
|
281
|
-
readonly required?: import('element-plus/es/utils
|
|
282
|
-
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;
|
|
283
283
|
readonly label?: string | undefined;
|
|
284
284
|
readonly for?: string | undefined;
|
|
285
|
-
readonly prop?: import('element-plus/es/utils
|
|
286
|
-
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;
|
|
287
287
|
readonly error?: string | undefined;
|
|
288
|
-
readonly validateStatus?: import('element-plus/es/utils
|
|
288
|
+
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
289
289
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
290
290
|
$attrs: {
|
|
291
291
|
[x: string]: unknown;
|
|
@@ -303,33 +303,33 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
303
303
|
$el: any;
|
|
304
304
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
305
305
|
readonly label: StringConstructor;
|
|
306
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
307
|
-
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>;
|
|
308
308
|
readonly prop: {
|
|
309
|
-
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>>;
|
|
310
310
|
readonly required: false;
|
|
311
311
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
312
312
|
__epPropKey: true;
|
|
313
313
|
};
|
|
314
|
-
readonly required: import('element-plus/es/utils
|
|
314
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
315
315
|
readonly rules: {
|
|
316
|
-
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>>;
|
|
317
317
|
readonly required: false;
|
|
318
318
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
319
319
|
__epPropKey: true;
|
|
320
320
|
};
|
|
321
321
|
readonly error: StringConstructor;
|
|
322
322
|
readonly validateStatus: {
|
|
323
|
-
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>>;
|
|
324
324
|
readonly required: false;
|
|
325
325
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
326
326
|
__epPropKey: true;
|
|
327
327
|
};
|
|
328
328
|
readonly for: StringConstructor;
|
|
329
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
330
|
-
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>;
|
|
331
331
|
readonly size: {
|
|
332
|
-
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>>;
|
|
333
333
|
readonly required: false;
|
|
334
334
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
335
335
|
__epPropKey: true;
|
|
@@ -342,11 +342,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
342
342
|
clearValidate: () => void;
|
|
343
343
|
resetField: () => void;
|
|
344
344
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
345
|
-
readonly required: import('element-plus/es/utils
|
|
346
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
347
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
348
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
349
|
-
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>;
|
|
350
350
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
351
351
|
beforeCreate?: (() => void) | (() => void)[];
|
|
352
352
|
created?: (() => void) | (() => void)[];
|
|
@@ -368,40 +368,40 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
368
368
|
$nextTick: typeof import('vue').nextTick;
|
|
369
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;
|
|
370
370
|
} & Readonly<{
|
|
371
|
-
readonly required: import('element-plus/es/utils
|
|
372
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
373
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
374
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
375
|
-
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>;
|
|
376
376
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
377
377
|
readonly label: StringConstructor;
|
|
378
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
379
|
-
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>;
|
|
380
380
|
readonly prop: {
|
|
381
|
-
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>>;
|
|
382
382
|
readonly required: false;
|
|
383
383
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
384
384
|
__epPropKey: true;
|
|
385
385
|
};
|
|
386
|
-
readonly required: import('element-plus/es/utils
|
|
386
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
387
387
|
readonly rules: {
|
|
388
|
-
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>>;
|
|
389
389
|
readonly required: false;
|
|
390
390
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
391
|
__epPropKey: true;
|
|
392
392
|
};
|
|
393
393
|
readonly error: StringConstructor;
|
|
394
394
|
readonly validateStatus: {
|
|
395
|
-
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>>;
|
|
396
396
|
readonly required: false;
|
|
397
397
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
398
398
|
__epPropKey: true;
|
|
399
399
|
};
|
|
400
400
|
readonly for: StringConstructor;
|
|
401
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
402
|
-
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>;
|
|
403
403
|
readonly size: {
|
|
404
|
-
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>>;
|
|
405
405
|
readonly required: false;
|
|
406
406
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
407
407
|
__epPropKey: true;
|
|
@@ -427,24 +427,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
427
427
|
$: import('vue').ComponentInternalInstance;
|
|
428
428
|
$data: {};
|
|
429
429
|
$props: Partial<{
|
|
430
|
-
readonly required: import('element-plus/es/utils
|
|
431
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
432
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
433
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
434
|
-
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>;
|
|
435
435
|
}> & Omit<{
|
|
436
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
437
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
438
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
439
|
-
readonly showMessage: import('element-plus/es/utils
|
|
440
|
-
readonly required?: import('element-plus/es/utils
|
|
441
|
-
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;
|
|
442
442
|
readonly label?: string | undefined;
|
|
443
443
|
readonly for?: string | undefined;
|
|
444
|
-
readonly prop?: import('element-plus/es/utils
|
|
445
|
-
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;
|
|
446
446
|
readonly error?: string | undefined;
|
|
447
|
-
readonly validateStatus?: import('element-plus/es/utils
|
|
447
|
+
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
448
448
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
449
449
|
$attrs: {
|
|
450
450
|
[x: string]: unknown;
|
|
@@ -462,33 +462,33 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
462
462
|
$el: any;
|
|
463
463
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
464
464
|
readonly label: StringConstructor;
|
|
465
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
466
|
-
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>;
|
|
467
467
|
readonly prop: {
|
|
468
|
-
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>>;
|
|
469
469
|
readonly required: false;
|
|
470
470
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
471
471
|
__epPropKey: true;
|
|
472
472
|
};
|
|
473
|
-
readonly required: import('element-plus/es/utils
|
|
473
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
474
474
|
readonly rules: {
|
|
475
|
-
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>>;
|
|
476
476
|
readonly required: false;
|
|
477
477
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
478
478
|
__epPropKey: true;
|
|
479
479
|
};
|
|
480
480
|
readonly error: StringConstructor;
|
|
481
481
|
readonly validateStatus: {
|
|
482
|
-
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>>;
|
|
483
483
|
readonly required: false;
|
|
484
484
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
485
485
|
__epPropKey: true;
|
|
486
486
|
};
|
|
487
487
|
readonly for: StringConstructor;
|
|
488
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
489
|
-
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>;
|
|
490
490
|
readonly size: {
|
|
491
|
-
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>>;
|
|
492
492
|
readonly required: false;
|
|
493
493
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
494
494
|
__epPropKey: true;
|
|
@@ -501,11 +501,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
501
501
|
clearValidate: () => void;
|
|
502
502
|
resetField: () => void;
|
|
503
503
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
504
|
-
readonly required: import('element-plus/es/utils
|
|
505
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
506
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
507
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
508
|
-
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>;
|
|
509
509
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
510
510
|
beforeCreate?: (() => void) | (() => void)[];
|
|
511
511
|
created?: (() => void) | (() => void)[];
|
|
@@ -527,40 +527,40 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
527
527
|
$nextTick: typeof import('vue').nextTick;
|
|
528
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;
|
|
529
529
|
} & Readonly<{
|
|
530
|
-
readonly required: import('element-plus/es/utils
|
|
531
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
532
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
533
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
534
|
-
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>;
|
|
535
535
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
536
536
|
readonly label: StringConstructor;
|
|
537
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
538
|
-
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>;
|
|
539
539
|
readonly prop: {
|
|
540
|
-
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>>;
|
|
541
541
|
readonly required: false;
|
|
542
542
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
543
543
|
__epPropKey: true;
|
|
544
544
|
};
|
|
545
|
-
readonly required: import('element-plus/es/utils
|
|
545
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
546
546
|
readonly rules: {
|
|
547
|
-
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>>;
|
|
548
548
|
readonly required: false;
|
|
549
549
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
550
550
|
__epPropKey: true;
|
|
551
551
|
};
|
|
552
552
|
readonly error: StringConstructor;
|
|
553
553
|
readonly validateStatus: {
|
|
554
|
-
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>>;
|
|
555
555
|
readonly required: false;
|
|
556
556
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
557
557
|
__epPropKey: true;
|
|
558
558
|
};
|
|
559
559
|
readonly for: StringConstructor;
|
|
560
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
561
|
-
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>;
|
|
562
562
|
readonly size: {
|
|
563
|
-
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>>;
|
|
564
564
|
readonly required: false;
|
|
565
565
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
566
566
|
__epPropKey: true;
|
|
@@ -597,41 +597,41 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
597
597
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
598
598
|
};
|
|
599
599
|
label: StringConstructor;
|
|
600
|
-
labelWidth: import('element-plus/es/utils
|
|
601
|
-
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>;
|
|
602
602
|
prop: {
|
|
603
|
-
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>>;
|
|
604
604
|
readonly required: false;
|
|
605
605
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
606
606
|
__epPropKey: true;
|
|
607
607
|
};
|
|
608
|
-
required: import('element-plus/es/utils
|
|
608
|
+
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
609
609
|
rules: {
|
|
610
|
-
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>>;
|
|
611
611
|
readonly required: false;
|
|
612
612
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
613
613
|
__epPropKey: true;
|
|
614
614
|
};
|
|
615
615
|
error: StringConstructor;
|
|
616
616
|
validateStatus: {
|
|
617
|
-
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>>;
|
|
618
618
|
readonly required: false;
|
|
619
619
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
620
620
|
__epPropKey: true;
|
|
621
621
|
};
|
|
622
|
-
inlineMessage: import('element-plus/es/utils
|
|
623
|
-
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>;
|
|
624
624
|
size: {
|
|
625
|
-
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>>;
|
|
626
626
|
readonly required: false;
|
|
627
627
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
628
628
|
__epPropKey: true;
|
|
629
629
|
};
|
|
630
630
|
} & Omit<{
|
|
631
|
-
readonly showNow: import('element-plus/es/utils
|
|
631
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
632
632
|
readonly ariaLabel: StringConstructor;
|
|
633
633
|
readonly emptyValues: ArrayConstructor;
|
|
634
|
-
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>;
|
|
635
635
|
readonly disabledDate: {
|
|
636
636
|
readonly type: import('vue').PropType<Function>;
|
|
637
637
|
readonly required: false;
|
|
@@ -644,80 +644,80 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
644
644
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
645
645
|
__epPropKey: true;
|
|
646
646
|
};
|
|
647
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
647
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
648
648
|
readonly arrowControl: BooleanConstructor;
|
|
649
|
-
readonly tabindex: import('element-plus/es/utils
|
|
650
|
-
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>;
|
|
651
651
|
readonly unlinkPanels: BooleanConstructor;
|
|
652
|
-
readonly placement: import('element-plus/es/utils
|
|
653
|
-
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>;
|
|
654
654
|
readonly disabledHours: {
|
|
655
|
-
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>;
|
|
656
656
|
readonly required: false;
|
|
657
657
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
658
658
|
__epPropKey: true;
|
|
659
659
|
};
|
|
660
660
|
readonly disabledMinutes: {
|
|
661
|
-
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>;
|
|
662
662
|
readonly required: false;
|
|
663
663
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
664
664
|
__epPropKey: true;
|
|
665
665
|
};
|
|
666
666
|
readonly disabledSeconds: {
|
|
667
|
-
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>;
|
|
668
668
|
readonly required: false;
|
|
669
669
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
670
670
|
__epPropKey: true;
|
|
671
671
|
};
|
|
672
672
|
readonly id: {
|
|
673
|
-
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>>;
|
|
674
674
|
readonly required: false;
|
|
675
675
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
676
676
|
__epPropKey: true;
|
|
677
677
|
};
|
|
678
678
|
readonly name: {
|
|
679
|
-
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>>;
|
|
680
680
|
readonly required: false;
|
|
681
681
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
682
682
|
__epPropKey: true;
|
|
683
683
|
};
|
|
684
|
-
readonly popperClass: import('element-plus/es/utils
|
|
684
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
685
685
|
readonly format: StringConstructor;
|
|
686
686
|
readonly valueFormat: StringConstructor;
|
|
687
687
|
readonly dateFormat: StringConstructor;
|
|
688
688
|
readonly timeFormat: StringConstructor;
|
|
689
|
-
readonly type: import('element-plus/es/utils
|
|
690
|
-
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>;
|
|
691
691
|
readonly clearIcon: {
|
|
692
|
-
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>>;
|
|
693
693
|
readonly required: false;
|
|
694
694
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
695
695
|
__epPropKey: true;
|
|
696
696
|
};
|
|
697
|
-
readonly editable: import('element-plus/es/utils
|
|
698
|
-
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>;
|
|
699
699
|
readonly size: {
|
|
700
|
-
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>>;
|
|
701
701
|
readonly required: false;
|
|
702
702
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
703
703
|
__epPropKey: true;
|
|
704
704
|
};
|
|
705
705
|
readonly readonly: BooleanConstructor;
|
|
706
706
|
readonly disabled: BooleanConstructor;
|
|
707
|
-
readonly placeholder: import('element-plus/es/utils
|
|
708
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
709
|
-
readonly modelValue: import('element-plus/es/utils
|
|
710
|
-
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>;
|
|
711
711
|
readonly startPlaceholder: StringConstructor;
|
|
712
712
|
readonly endPlaceholder: StringConstructor;
|
|
713
713
|
readonly defaultValue: {
|
|
714
|
-
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>>;
|
|
715
715
|
readonly required: false;
|
|
716
716
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
717
717
|
__epPropKey: true;
|
|
718
718
|
};
|
|
719
719
|
readonly defaultTime: {
|
|
720
|
-
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>>;
|
|
721
721
|
readonly required: false;
|
|
722
722
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
723
723
|
__epPropKey: true;
|
|
@@ -730,15 +730,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
730
730
|
};
|
|
731
731
|
fieldId: any;
|
|
732
732
|
formItemProps: {
|
|
733
|
-
type: import('vue').PropType<import('
|
|
733
|
+
type: import('vue').PropType<import('../FormItem').FormItemPropsType>;
|
|
734
734
|
default: () => {};
|
|
735
735
|
};
|
|
736
736
|
fieldProps: {
|
|
737
737
|
type: import('vue').PropType<{
|
|
738
|
-
readonly showNow: import('element-plus/es/utils
|
|
738
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
739
739
|
readonly ariaLabel: StringConstructor;
|
|
740
740
|
readonly emptyValues: ArrayConstructor;
|
|
741
|
-
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>;
|
|
742
742
|
readonly disabledDate: {
|
|
743
743
|
readonly type: import('vue').PropType<Function>;
|
|
744
744
|
readonly required: false;
|
|
@@ -751,80 +751,80 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
751
751
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
752
752
|
__epPropKey: true;
|
|
753
753
|
};
|
|
754
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
754
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
755
755
|
readonly arrowControl: BooleanConstructor;
|
|
756
|
-
readonly tabindex: import('element-plus/es/utils
|
|
757
|
-
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>;
|
|
758
758
|
readonly unlinkPanels: BooleanConstructor;
|
|
759
|
-
readonly placement: import('element-plus/es/utils
|
|
760
|
-
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>;
|
|
761
761
|
readonly disabledHours: {
|
|
762
|
-
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>;
|
|
763
763
|
readonly required: false;
|
|
764
764
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
765
765
|
__epPropKey: true;
|
|
766
766
|
};
|
|
767
767
|
readonly disabledMinutes: {
|
|
768
|
-
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>;
|
|
769
769
|
readonly required: false;
|
|
770
770
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
771
771
|
__epPropKey: true;
|
|
772
772
|
};
|
|
773
773
|
readonly disabledSeconds: {
|
|
774
|
-
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>;
|
|
775
775
|
readonly required: false;
|
|
776
776
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
777
777
|
__epPropKey: true;
|
|
778
778
|
};
|
|
779
779
|
readonly id: {
|
|
780
|
-
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>>;
|
|
781
781
|
readonly required: false;
|
|
782
782
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
783
783
|
__epPropKey: true;
|
|
784
784
|
};
|
|
785
785
|
readonly name: {
|
|
786
|
-
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>>;
|
|
787
787
|
readonly required: false;
|
|
788
788
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
789
789
|
__epPropKey: true;
|
|
790
790
|
};
|
|
791
|
-
readonly popperClass: import('element-plus/es/utils
|
|
791
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
792
792
|
readonly format: StringConstructor;
|
|
793
793
|
readonly valueFormat: StringConstructor;
|
|
794
794
|
readonly dateFormat: StringConstructor;
|
|
795
795
|
readonly timeFormat: StringConstructor;
|
|
796
|
-
readonly type: import('element-plus/es/utils
|
|
797
|
-
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>;
|
|
798
798
|
readonly clearIcon: {
|
|
799
|
-
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>>;
|
|
800
800
|
readonly required: false;
|
|
801
801
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
802
802
|
__epPropKey: true;
|
|
803
803
|
};
|
|
804
|
-
readonly editable: import('element-plus/es/utils
|
|
805
|
-
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>;
|
|
806
806
|
readonly size: {
|
|
807
|
-
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>>;
|
|
808
808
|
readonly required: false;
|
|
809
809
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
810
810
|
__epPropKey: true;
|
|
811
811
|
};
|
|
812
812
|
readonly readonly: BooleanConstructor;
|
|
813
813
|
readonly disabled: BooleanConstructor;
|
|
814
|
-
readonly placeholder: import('element-plus/es/utils
|
|
815
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
816
|
-
readonly modelValue: import('element-plus/es/utils
|
|
817
|
-
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>;
|
|
818
818
|
readonly startPlaceholder: StringConstructor;
|
|
819
819
|
readonly endPlaceholder: StringConstructor;
|
|
820
820
|
readonly defaultValue: {
|
|
821
|
-
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>>;
|
|
822
822
|
readonly required: false;
|
|
823
823
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
824
824
|
__epPropKey: true;
|
|
825
825
|
};
|
|
826
826
|
readonly defaultTime: {
|
|
827
|
-
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>>;
|
|
828
828
|
readonly required: false;
|
|
829
829
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
830
830
|
__epPropKey: true;
|
|
@@ -842,29 +842,29 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
842
842
|
"onVisible-change"?: ((visibility: boolean) => any) | undefined;
|
|
843
843
|
}>, {
|
|
844
844
|
readonly type: string;
|
|
845
|
-
required: import('element-plus/es/utils
|
|
846
|
-
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>;
|
|
847
847
|
readonly disabled: boolean;
|
|
848
|
-
readonly validateEvent: import('element-plus/es/utils
|
|
849
|
-
readonly tabindex: import('element-plus/es/utils
|
|
850
|
-
readonly valueOnClear: import('element-plus/es/utils
|
|
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
851
|
clearable: boolean;
|
|
852
852
|
readonly popperClass: string;
|
|
853
853
|
readonly popperOptions: any;
|
|
854
854
|
readonly placeholder: string;
|
|
855
855
|
readonly placement: any;
|
|
856
856
|
readonly fallbackPlacements: Placement[];
|
|
857
|
-
labelWidth: import('element-plus/es/utils
|
|
858
|
-
labelPosition: import('element-plus/es/utils
|
|
859
|
-
inlineMessage: import('element-plus/es/utils
|
|
860
|
-
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>;
|
|
861
861
|
fieldId: any;
|
|
862
|
-
formItemProps: import('
|
|
862
|
+
formItemProps: import('../FormItem').FormItemPropsType;
|
|
863
863
|
fieldProps: {
|
|
864
|
-
readonly showNow: import('element-plus/es/utils
|
|
864
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
865
865
|
readonly ariaLabel: StringConstructor;
|
|
866
866
|
readonly emptyValues: ArrayConstructor;
|
|
867
|
-
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>;
|
|
868
868
|
readonly disabledDate: {
|
|
869
869
|
readonly type: import('vue').PropType<Function>;
|
|
870
870
|
readonly required: false;
|
|
@@ -877,80 +877,80 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
877
877
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
878
878
|
__epPropKey: true;
|
|
879
879
|
};
|
|
880
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
880
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
881
881
|
readonly arrowControl: BooleanConstructor;
|
|
882
|
-
readonly tabindex: import('element-plus/es/utils
|
|
883
|
-
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>;
|
|
884
884
|
readonly unlinkPanels: BooleanConstructor;
|
|
885
|
-
readonly placement: import('element-plus/es/utils
|
|
886
|
-
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>;
|
|
887
887
|
readonly disabledHours: {
|
|
888
|
-
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>;
|
|
889
889
|
readonly required: false;
|
|
890
890
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
891
891
|
__epPropKey: true;
|
|
892
892
|
};
|
|
893
893
|
readonly disabledMinutes: {
|
|
894
|
-
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>;
|
|
895
895
|
readonly required: false;
|
|
896
896
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
897
897
|
__epPropKey: true;
|
|
898
898
|
};
|
|
899
899
|
readonly disabledSeconds: {
|
|
900
|
-
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>;
|
|
901
901
|
readonly required: false;
|
|
902
902
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
903
903
|
__epPropKey: true;
|
|
904
904
|
};
|
|
905
905
|
readonly id: {
|
|
906
|
-
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>>;
|
|
907
907
|
readonly required: false;
|
|
908
908
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
909
909
|
__epPropKey: true;
|
|
910
910
|
};
|
|
911
911
|
readonly name: {
|
|
912
|
-
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>>;
|
|
913
913
|
readonly required: false;
|
|
914
914
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
915
915
|
__epPropKey: true;
|
|
916
916
|
};
|
|
917
|
-
readonly popperClass: import('element-plus/es/utils
|
|
917
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
918
918
|
readonly format: StringConstructor;
|
|
919
919
|
readonly valueFormat: StringConstructor;
|
|
920
920
|
readonly dateFormat: StringConstructor;
|
|
921
921
|
readonly timeFormat: StringConstructor;
|
|
922
|
-
readonly type: import('element-plus/es/utils
|
|
923
|
-
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>;
|
|
924
924
|
readonly clearIcon: {
|
|
925
|
-
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>>;
|
|
926
926
|
readonly required: false;
|
|
927
927
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
928
928
|
__epPropKey: true;
|
|
929
929
|
};
|
|
930
|
-
readonly editable: import('element-plus/es/utils
|
|
931
|
-
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>;
|
|
932
932
|
readonly size: {
|
|
933
|
-
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>>;
|
|
934
934
|
readonly required: false;
|
|
935
935
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
936
936
|
__epPropKey: true;
|
|
937
937
|
};
|
|
938
938
|
readonly readonly: BooleanConstructor;
|
|
939
939
|
readonly disabled: BooleanConstructor;
|
|
940
|
-
readonly placeholder: import('element-plus/es/utils
|
|
941
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
942
|
-
readonly modelValue: import('element-plus/es/utils
|
|
943
|
-
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>;
|
|
944
944
|
readonly startPlaceholder: StringConstructor;
|
|
945
945
|
readonly endPlaceholder: StringConstructor;
|
|
946
946
|
readonly defaultValue: {
|
|
947
|
-
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>>;
|
|
948
948
|
readonly required: false;
|
|
949
949
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
950
950
|
__epPropKey: true;
|
|
951
951
|
};
|
|
952
952
|
readonly defaultTime: {
|
|
953
|
-
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>>;
|
|
954
954
|
readonly required: false;
|
|
955
955
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
956
956
|
__epPropKey: true;
|
|
@@ -958,12 +958,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
958
958
|
readonly isRange: BooleanConstructor;
|
|
959
959
|
};
|
|
960
960
|
readonly readonly: boolean;
|
|
961
|
-
readonly prefixIcon: import('element-plus/es/utils
|
|
962
|
-
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>;
|
|
963
963
|
readonly shortcuts: unknown[];
|
|
964
964
|
readonly arrowControl: boolean;
|
|
965
965
|
readonly unlinkPanels: boolean;
|
|
966
|
-
readonly editable: import('element-plus/es/utils
|
|
966
|
+
readonly editable: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
967
967
|
readonly rangeSeparator: string;
|
|
968
968
|
readonly isRange: boolean;
|
|
969
969
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|