@vunk/form 1.4.4 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +167 -200
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.cjs +3 -3
- package/components/cascader/index.mjs +3 -3
- package/components/cascader/src/ctx.d.ts +17 -6
- package/components/cascader/src/index.vue.d.ts +41 -13662
- package/components/checkbox/index.cjs +4 -4
- package/components/checkbox/index.mjs +4 -4
- package/components/checkbox/src/ctx.d.ts +4 -4
- package/components/checkbox/src/index.vue.d.ts +496 -481
- package/components/color-picker/index.cjs +2 -2
- package/components/color-picker/index.mjs +2 -2
- package/components/color-picker/src/ctx.d.ts +6 -6
- package/components/color-picker/src/index.vue.d.ts +15 -10959
- package/components/date-picker/index.cjs +1 -2
- package/components/date-picker/index.mjs +1 -2
- package/components/date-picker/src/ctx.d.ts +18 -10
- package/components/date-picker/src/index.vue.d.ts +96 -60
- package/components/date-picker/src/types.d.ts +1 -1
- package/components/date-picker-range/src/ctx.d.ts +16 -8
- package/components/date-picker-range/src/index.vue.d.ts +38 -20
- package/components/date-picker-range/src/types.d.ts +2 -2
- package/components/download-plus/src/ctx.d.ts +2 -2
- package/components/download-plus/src/index.vue.d.ts +451 -516
- package/components/esri-input-geojson/src/append.vue.d.ts +370 -1801
- package/components/esri-input-geojson/src/ctx.d.ts +20 -14
- package/components/esri-input-geojson/src/index.vue.d.ts +53 -41
- package/components/esri-input-geojson/src/types.d.ts +1 -1
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +313 -376
- package/components/form-item/src/ctx.d.ts +3 -3
- package/components/form-item/src/index.vue.d.ts +109 -126
- package/components/form-item-renderer/index.cjs +1 -0
- package/components/form-item-renderer/index.mjs +1 -0
- package/components/form-item-renderer/src/types.d.ts +1 -0
- package/components/geoinput/src/ctx.d.ts +18 -12
- package/components/geoinput/src/index.vue.d.ts +43 -31
- package/components/geoinput/src/types.d.ts +1 -1
- package/components/geoinput-read/src/append.vue.d.ts +220 -262
- package/components/geoinput-read/src/core.vue.d.ts +86 -81
- package/components/geoinput-read/src/ctx.d.ts +20 -14
- package/components/geoinput-read/src/index.vue.d.ts +129 -112
- package/components/geoinput-update/src/append.vue.d.ts +370 -1801
- package/components/geoinput-update/src/ctx.d.ts +20 -14
- package/components/geoinput-update/src/index.vue.d.ts +211 -388
- package/components/input/index.cjs +3 -7
- package/components/input/index.mjs +3 -7
- package/components/input/src/ctx.d.ts +21 -15
- package/components/input/src/index.vue.d.ts +314 -331
- package/components/input/src/types.d.ts +1 -1
- package/components/input-collection/src/ctx.d.ts +2 -2
- package/components/input-collection/src/index.vue.d.ts +267 -334
- package/components/input-collection/src/types.d.ts +1 -1
- package/components/input-link/index.cjs +7 -7
- package/components/input-link/index.mjs +7 -7
- package/components/input-link/src/ctx.d.ts +18 -12
- package/components/input-link/src/index.vue.d.ts +43 -31
- package/components/input-number/index.cjs +4 -4
- package/components/input-number/index.mjs +4 -4
- package/components/input-number/src/ctx.d.ts +6 -6
- package/components/input-number/src/index.vue.d.ts +107 -1483
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +5 -5
- package/components/monaco-editor/src/types.d.ts +1 -1
- package/components/radio/index.cjs +4 -4
- package/components/radio/index.mjs +4 -4
- package/components/radio/src/ctx.d.ts +6 -6
- package/components/radio/src/index.vue.d.ts +317 -303
- package/components/select/src/ctx.d.ts +2 -2
- package/components/select/src/index.vue.d.ts +33 -12877
- package/components/slider/src/ctx.d.ts +12 -12
- package/components/slider/src/index.vue.d.ts +29 -31
- package/components/switch/index.cjs +6 -7
- package/components/switch/index.mjs +6 -7
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +157 -206
- package/components/templates-default/index.cjs +0 -2
- package/components/templates-default/index.mjs +0 -2
- package/components/templates-default/src/index.vue.d.ts +2 -22
- package/components/templates-element-plus/src/index.vue.d.ts +92 -144
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-layout/src/index.vue.d.ts +107 -95
- package/components/upload/src/ctx.d.ts +7 -7
- package/components/upload/src/file.vue.d.ts +136 -193
- package/components/upload/src/index.vue.d.ts +386 -1888
- package/components/upload/src/types.d.ts +5 -0
- package/components/upload-plus/src/ctx.d.ts +2 -2
- package/components/upload-plus/src/index.vue.d.ts +484 -556
- package/components/van-cascader/src/ctx.d.ts +15 -4
- package/components/van-cascader/src/index.vue.d.ts +960 -10948
- package/components/var-datetime-picker/src/const.d.ts +1 -1
- package/components/var-datetime-picker/src/ctx.d.ts +2 -2
- package/components/var-datetime-picker/src/index.vue.d.ts +157 -212
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/src/ctx.d.ts +2 -2
- package/components/vditor/src/index.vue.d.ts +5 -5
- package/components/vditor/src/types.d.ts +1 -1
- package/package.json +1 -1
- package/shared/const/index.d.ts +0 -4
- package/shared/element-plus/ctx.d.ts +0 -26
- package/shared/element-plus/index.d.ts +0 -3
- package/shared/element-plus/instances.d.ts +0 -195
- package/shared/element-plus/version.d.ts +0 -1
- package/shared/form/index.d.ts +0 -18
- package/shared/helper/index.d.ts +0 -4
- package/shared/index.d.ts +0 -2
- package/shared/infer-prop/index.d.ts +0 -17
- package/shared/progress-it/index.d.ts +0 -16
- package/shared/rules/index.d.ts +0 -35
- package/shared/types/form/checkbox.d.ts +0 -13
- package/shared/types/form/index.d.ts +0 -2
- package/shared/types/form/radio.d.ts +0 -8
- package/shared/types/index.d.ts +0 -2
- package/shared/types/source/index.d.ts +0 -21
- package/shared/types/source-manager/index.d.ts +0 -6
- package/shared/upload/index.d.ts +0 -7
|
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
42
42
|
label: StringConstructor;
|
|
43
43
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
44
44
|
prop: {
|
|
45
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
45
|
+
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>>;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
};
|
|
56
56
|
error: StringConstructor;
|
|
57
57
|
validateStatus: {
|
|
58
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
58
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
59
59
|
readonly required: false;
|
|
60
60
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
61
61
|
__epPropKey: true;
|
|
@@ -116,7 +116,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
116
116
|
label: StringConstructor;
|
|
117
117
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
118
118
|
prop: {
|
|
119
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
119
|
+
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>>;
|
|
120
120
|
readonly required: false;
|
|
121
121
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
122
|
__epPropKey: true;
|
|
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
129
129
|
};
|
|
130
130
|
error: StringConstructor;
|
|
131
131
|
validateStatus: {
|
|
132
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
132
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
133
133
|
readonly required: false;
|
|
134
134
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
135
|
__epPropKey: true;
|
|
@@ -140,9 +140,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
140
140
|
}>> & Readonly<{
|
|
141
141
|
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
142
142
|
}>, {
|
|
143
|
-
type: "year" | "years" | "month" | "date" | "dates" | "week" | "datetime" | "daterange" | "monthrange";
|
|
143
|
+
type: "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "daterange" | "monthrange" | "yearrange";
|
|
144
144
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
145
|
-
formItemSize: "
|
|
145
|
+
formItemSize: "small" | "default" | "large";
|
|
146
146
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
147
147
|
inline: boolean;
|
|
148
148
|
readonly: boolean;
|
|
@@ -167,7 +167,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
167
167
|
install(app: import("vue").App): void;
|
|
168
168
|
};
|
|
169
169
|
ElDatePicker: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
170
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
170
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
171
|
+
readonly showNow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
171
172
|
readonly ariaLabel: StringConstructor;
|
|
172
173
|
readonly emptyValues: ArrayConstructor;
|
|
173
174
|
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -185,10 +186,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
185
186
|
};
|
|
186
187
|
readonly shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
187
188
|
readonly arrowControl: BooleanConstructor;
|
|
188
|
-
readonly
|
|
189
|
-
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>;
|
|
189
|
+
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>;
|
|
190
190
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
191
191
|
readonly unlinkPanels: BooleanConstructor;
|
|
192
|
+
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") | (() => import("element-plus").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") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
193
|
+
readonly fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
192
194
|
readonly disabledHours: {
|
|
193
195
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
194
196
|
readonly required: false;
|
|
@@ -208,12 +210,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
208
210
|
__epPropKey: true;
|
|
209
211
|
};
|
|
210
212
|
readonly id: {
|
|
211
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
213
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus/es/components/time-picker").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus/es/components/time-picker").SingleOrRange<string>))[], unknown, unknown>>;
|
|
214
|
+
readonly required: false;
|
|
215
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
216
|
+
__epPropKey: true;
|
|
217
|
+
};
|
|
218
|
+
readonly name: {
|
|
219
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus/es/components/time-picker").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus/es/components/time-picker").SingleOrRange<string>))[], unknown, unknown>>;
|
|
212
220
|
readonly required: false;
|
|
213
221
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
222
|
__epPropKey: true;
|
|
215
223
|
};
|
|
216
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
217
224
|
readonly popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
218
225
|
readonly format: StringConstructor;
|
|
219
226
|
readonly valueFormat: StringConstructor;
|
|
@@ -221,15 +228,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
221
228
|
readonly timeFormat: StringConstructor;
|
|
222
229
|
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
223
230
|
readonly clearIcon: {
|
|
224
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
231
|
+
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>>;
|
|
225
232
|
readonly required: false;
|
|
226
233
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
227
234
|
__epPropKey: true;
|
|
228
235
|
};
|
|
229
236
|
readonly editable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
230
|
-
readonly prefixIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
237
|
+
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>;
|
|
231
238
|
readonly size: {
|
|
232
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
239
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
233
240
|
readonly required: false;
|
|
234
241
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
235
242
|
__epPropKey: true;
|
|
@@ -238,25 +245,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
238
245
|
readonly disabled: BooleanConstructor;
|
|
239
246
|
readonly placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
240
247
|
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
241
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
248
|
+
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>;
|
|
242
249
|
readonly rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
243
250
|
readonly startPlaceholder: StringConstructor;
|
|
244
251
|
readonly endPlaceholder: StringConstructor;
|
|
245
252
|
readonly defaultValue: {
|
|
246
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus/es/components").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus/es/components").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
253
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus/es/components/time-picker").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus/es/components/time-picker").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
247
254
|
readonly required: false;
|
|
248
255
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
249
256
|
__epPropKey: true;
|
|
250
257
|
};
|
|
251
258
|
readonly defaultTime: {
|
|
252
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus/es/components").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus/es/components").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
259
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus/es/components/time-picker").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus/es/components/time-picker").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
253
260
|
readonly required: false;
|
|
254
261
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
255
262
|
__epPropKey: true;
|
|
256
263
|
};
|
|
257
264
|
readonly isRange: BooleanConstructor;
|
|
258
265
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
259
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
266
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
267
|
+
readonly showNow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
260
268
|
readonly ariaLabel: StringConstructor;
|
|
261
269
|
readonly emptyValues: ArrayConstructor;
|
|
262
270
|
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -274,10 +282,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
274
282
|
};
|
|
275
283
|
readonly shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
276
284
|
readonly arrowControl: BooleanConstructor;
|
|
277
|
-
readonly
|
|
278
|
-
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>;
|
|
285
|
+
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>;
|
|
279
286
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
280
287
|
readonly unlinkPanels: BooleanConstructor;
|
|
288
|
+
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") | (() => import("element-plus").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") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
289
|
+
readonly fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
281
290
|
readonly disabledHours: {
|
|
282
291
|
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
283
292
|
readonly required: false;
|
|
@@ -297,12 +306,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
297
306
|
__epPropKey: true;
|
|
298
307
|
};
|
|
299
308
|
readonly id: {
|
|
300
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
309
|
+
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>>;
|
|
310
|
+
readonly required: false;
|
|
311
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
312
|
+
__epPropKey: true;
|
|
313
|
+
};
|
|
314
|
+
readonly name: {
|
|
315
|
+
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>>;
|
|
301
316
|
readonly required: false;
|
|
302
317
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
303
318
|
__epPropKey: true;
|
|
304
319
|
};
|
|
305
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
306
320
|
readonly popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
307
321
|
readonly format: StringConstructor;
|
|
308
322
|
readonly valueFormat: StringConstructor;
|
|
@@ -310,15 +324,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
310
324
|
readonly timeFormat: StringConstructor;
|
|
311
325
|
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
312
326
|
readonly clearIcon: {
|
|
313
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
327
|
+
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>>;
|
|
314
328
|
readonly required: false;
|
|
315
329
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
316
330
|
__epPropKey: true;
|
|
317
331
|
};
|
|
318
332
|
readonly editable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
319
|
-
readonly prefixIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
333
|
+
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>;
|
|
320
334
|
readonly size: {
|
|
321
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
335
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
322
336
|
readonly required: false;
|
|
323
337
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
324
338
|
__epPropKey: true;
|
|
@@ -327,7 +341,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
327
341
|
readonly disabled: BooleanConstructor;
|
|
328
342
|
readonly placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
329
343
|
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
330
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").
|
|
344
|
+
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>;
|
|
331
345
|
readonly rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
332
346
|
readonly startPlaceholder: StringConstructor;
|
|
333
347
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -347,23 +361,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
347
361
|
}>> & {
|
|
348
362
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
349
363
|
}, {
|
|
350
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType & {}) | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType & {}) | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
351
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
352
|
-
readonly popperClass: string;
|
|
353
|
-
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
354
364
|
readonly disabled: boolean;
|
|
355
|
-
readonly
|
|
356
|
-
readonly name: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>;
|
|
365
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
357
366
|
readonly placeholder: string;
|
|
367
|
+
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>;
|
|
368
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<(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") | (() => import("element-plus").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") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown>;
|
|
369
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
370
|
+
readonly valueOnClear: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
358
371
|
readonly readonly: boolean;
|
|
359
|
-
readonly prefixIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
360
|
-
readonly label: string;
|
|
361
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>;
|
|
372
|
+
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>;
|
|
362
373
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
363
|
-
readonly
|
|
374
|
+
readonly clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
375
|
+
readonly fallbackPlacements: import("element-plus").Placement[];
|
|
376
|
+
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
377
|
+
readonly popperClass: string;
|
|
364
378
|
readonly editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
365
379
|
readonly rangeSeparator: string;
|
|
366
380
|
readonly shortcuts: unknown[];
|
|
381
|
+
readonly showNow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
367
382
|
readonly arrowControl: boolean;
|
|
368
383
|
readonly unlinkPanels: boolean;
|
|
369
384
|
readonly isRange: boolean;
|
|
@@ -485,20 +500,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
485
500
|
closeIconPosition: import("vant").PopupCloseIconPosition;
|
|
486
501
|
safeAreaInsetTop: boolean;
|
|
487
502
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
488
|
-
ElTabPane: import("element-plus/es/utils").SFCWithInstall<
|
|
489
|
-
|
|
490
|
-
readonly name: {
|
|
491
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
492
|
-
readonly required: false;
|
|
493
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
494
|
-
__epPropKey: true;
|
|
495
|
-
};
|
|
496
|
-
readonly closable: BooleanConstructor;
|
|
497
|
-
readonly disabled: BooleanConstructor;
|
|
498
|
-
readonly lazy: BooleanConstructor;
|
|
499
|
-
}, {
|
|
500
|
-
COMPONENT_NAME: string;
|
|
501
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
503
|
+
ElTabPane: import("element-plus/es/utils").SFCWithInstall<{
|
|
504
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
502
505
|
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
503
506
|
readonly name: {
|
|
504
507
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
@@ -509,57 +512,39 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
509
512
|
readonly closable: BooleanConstructor;
|
|
510
513
|
readonly disabled: BooleanConstructor;
|
|
511
514
|
readonly lazy: BooleanConstructor;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
(name: string): string;
|
|
532
|
-
};
|
|
533
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
534
|
-
cssVarName: (name: string) => string;
|
|
535
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
536
|
-
cssVarBlockName: (name: string) => string;
|
|
537
|
-
};
|
|
538
|
-
index: import("vue").Ref<string | undefined>;
|
|
539
|
-
isClosable: import("vue").ComputedRef<boolean>;
|
|
540
|
-
active: Readonly<import("vue").Ref<boolean>>;
|
|
541
|
-
loaded: import("vue").Ref<boolean>;
|
|
542
|
-
paneName: import("vue").ComputedRef<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined>;
|
|
543
|
-
shouldBeRender: Readonly<import("vue").Ref<boolean>>;
|
|
544
|
-
pane: {
|
|
545
|
-
uid: number;
|
|
546
|
-
slots: Readonly<{
|
|
547
|
-
[name: string]: import("vue").Slot | undefined;
|
|
548
|
-
}>;
|
|
549
|
-
props: {
|
|
550
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
551
|
-
readonly closable: boolean;
|
|
552
|
-
readonly disabled: boolean;
|
|
553
|
-
readonly name: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
554
|
-
readonly label: string;
|
|
555
|
-
readonly lazy: boolean;
|
|
515
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
516
|
+
readonly label: string;
|
|
517
|
+
readonly disabled: boolean;
|
|
518
|
+
readonly closable: boolean;
|
|
519
|
+
readonly lazy: boolean;
|
|
520
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
521
|
+
P: {};
|
|
522
|
+
B: {};
|
|
523
|
+
D: {};
|
|
524
|
+
C: {};
|
|
525
|
+
M: {};
|
|
526
|
+
Defaults: {};
|
|
527
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
528
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
529
|
+
readonly name: {
|
|
530
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
531
|
+
readonly required: false;
|
|
532
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
533
|
+
__epPropKey: true;
|
|
556
534
|
};
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
535
|
+
readonly closable: BooleanConstructor;
|
|
536
|
+
readonly disabled: BooleanConstructor;
|
|
537
|
+
readonly lazy: BooleanConstructor;
|
|
538
|
+
}>>, {}, {}, {}, {}, {
|
|
539
|
+
readonly label: string;
|
|
540
|
+
readonly disabled: boolean;
|
|
541
|
+
readonly closable: boolean;
|
|
542
|
+
readonly lazy: boolean;
|
|
543
|
+
}>;
|
|
544
|
+
__isFragment?: never;
|
|
545
|
+
__isTeleport?: never;
|
|
546
|
+
__isSuspense?: never;
|
|
547
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
563
548
|
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
564
549
|
readonly name: {
|
|
565
550
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
@@ -570,12 +555,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
570
555
|
readonly closable: BooleanConstructor;
|
|
571
556
|
readonly disabled: BooleanConstructor;
|
|
572
557
|
readonly lazy: BooleanConstructor;
|
|
573
|
-
}>>, {
|
|
574
|
-
readonly closable: boolean;
|
|
575
|
-
readonly disabled: boolean;
|
|
558
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
576
559
|
readonly label: string;
|
|
560
|
+
readonly disabled: boolean;
|
|
561
|
+
readonly closable: boolean;
|
|
577
562
|
readonly lazy: boolean;
|
|
578
|
-
}, {},
|
|
563
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
564
|
+
$slots: {
|
|
565
|
+
default?(_: {}): any;
|
|
566
|
+
};
|
|
567
|
+
})>;
|
|
579
568
|
ElTabs: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
580
569
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "card" | "border-card", unknown, "", boolean>;
|
|
581
570
|
readonly closable: BooleanConstructor;
|
|
@@ -588,38 +577,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
588
577
|
};
|
|
589
578
|
readonly editable: BooleanConstructor;
|
|
590
579
|
readonly tabPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right", unknown, "top", boolean>;
|
|
591
|
-
readonly beforeLeave: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<
|
|
592
|
-
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<
|
|
580
|
+
readonly beforeLeave: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | {
|
|
581
|
+
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>;
|
|
593
582
|
new (): any;
|
|
594
583
|
readonly prototype: any;
|
|
595
|
-
} | ((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<
|
|
596
|
-
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<
|
|
584
|
+
} | ((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | {
|
|
585
|
+
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>;
|
|
597
586
|
new (): any;
|
|
598
587
|
readonly prototype: any;
|
|
599
588
|
})[], unknown, unknown, () => true, boolean>;
|
|
600
589
|
readonly stretch: BooleanConstructor;
|
|
601
590
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
602
|
-
"update:modelValue": (name: import("element-plus
|
|
603
|
-
tabClick: (pane:
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
}>;
|
|
608
|
-
props: {
|
|
609
|
-
readonly closable: boolean;
|
|
610
|
-
readonly disabled: boolean;
|
|
611
|
-
readonly label: string;
|
|
612
|
-
readonly lazy: boolean;
|
|
613
|
-
readonly name?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
614
|
-
};
|
|
615
|
-
paneName: string | number | undefined;
|
|
616
|
-
active: boolean;
|
|
617
|
-
index: string | undefined;
|
|
618
|
-
isClosable: boolean;
|
|
619
|
-
}, ev: Event) => boolean;
|
|
620
|
-
tabChange: (name: import("element-plus/es/components/tabs/src/tabs").TabPaneName) => boolean;
|
|
621
|
-
edit: (paneName: import("element-plus/es/components/tabs/src/tabs").TabPaneName | undefined, action: "add" | "remove") => boolean;
|
|
622
|
-
tabRemove: (name: import("element-plus/es/components/tabs/src/tabs").TabPaneName) => boolean;
|
|
591
|
+
"update:modelValue": (name: import("element-plus").TabPaneName) => name is string | number;
|
|
592
|
+
tabClick: (pane: import("element-plus").TabsPaneContext, ev: Event) => boolean;
|
|
593
|
+
tabChange: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
594
|
+
edit: (paneName: import("element-plus").TabPaneName | undefined, action: "remove" | "add") => boolean;
|
|
595
|
+
tabRemove: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
623
596
|
tabAdd: () => boolean;
|
|
624
597
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
625
598
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "card" | "border-card", unknown, "", boolean>;
|
|
@@ -633,27 +606,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
633
606
|
};
|
|
634
607
|
readonly editable: BooleanConstructor;
|
|
635
608
|
readonly tabPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right", unknown, "top", boolean>;
|
|
636
|
-
readonly beforeLeave: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<
|
|
637
|
-
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<
|
|
609
|
+
readonly beforeLeave: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | {
|
|
610
|
+
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>;
|
|
638
611
|
new (): any;
|
|
639
612
|
readonly prototype: any;
|
|
640
|
-
} | ((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<
|
|
641
|
-
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<
|
|
613
|
+
} | ((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | {
|
|
614
|
+
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>;
|
|
642
615
|
new (): any;
|
|
643
616
|
readonly prototype: any;
|
|
644
617
|
})[], unknown, unknown, () => true, boolean>;
|
|
645
618
|
readonly stretch: BooleanConstructor;
|
|
646
619
|
}>> & {
|
|
647
|
-
"onUpdate:modelValue"?: ((name: import("element-plus
|
|
620
|
+
"onUpdate:modelValue"?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
648
621
|
onTabClick?: ((pane: {
|
|
649
622
|
uid: number;
|
|
650
|
-
slots:
|
|
651
|
-
[name: string]: import("vue").Slot | undefined;
|
|
652
|
-
}>;
|
|
623
|
+
slots: import("vue").Slots;
|
|
653
624
|
props: {
|
|
654
|
-
readonly closable: boolean;
|
|
655
|
-
readonly disabled: boolean;
|
|
656
625
|
readonly label: string;
|
|
626
|
+
readonly disabled: boolean;
|
|
627
|
+
readonly closable: boolean;
|
|
657
628
|
readonly lazy: boolean;
|
|
658
629
|
readonly name?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
659
630
|
};
|
|
@@ -662,33 +633,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
662
633
|
index: string | undefined;
|
|
663
634
|
isClosable: boolean;
|
|
664
635
|
}, ev: Event) => any) | undefined;
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
636
|
+
onTabRemove?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
637
|
+
onTabChange?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
638
|
+
onEdit?: ((paneName: import("element-plus").TabPaneName | undefined, action: "add" | "remove") => any) | undefined;
|
|
668
639
|
onTabAdd?: (() => any) | undefined;
|
|
669
640
|
}, {
|
|
641
|
+
readonly stretch: boolean;
|
|
670
642
|
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "card" | "border-card", unknown>;
|
|
671
643
|
readonly closable: boolean;
|
|
672
|
-
readonly
|
|
644
|
+
readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>;
|
|
673
645
|
readonly editable: boolean;
|
|
674
|
-
readonly beforeLeave: (newName: import("element-plus/es/components/tabs/src/tabs").TabPaneName, oldName: import("element-plus/es/components/tabs/src/tabs").TabPaneName) => import("element-plus/es/utils").Awaitable<boolean | void>;
|
|
675
646
|
readonly tabPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "left" | "right", unknown>;
|
|
676
647
|
readonly addable: boolean;
|
|
677
648
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & {
|
|
678
|
-
TabPane:
|
|
679
|
-
|
|
680
|
-
readonly name: {
|
|
681
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
682
|
-
readonly required: false;
|
|
683
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
684
|
-
__epPropKey: true;
|
|
685
|
-
};
|
|
686
|
-
readonly closable: BooleanConstructor;
|
|
687
|
-
readonly disabled: BooleanConstructor;
|
|
688
|
-
readonly lazy: BooleanConstructor;
|
|
689
|
-
}, {
|
|
690
|
-
COMPONENT_NAME: string;
|
|
691
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
649
|
+
TabPane: {
|
|
650
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
692
651
|
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
693
652
|
readonly name: {
|
|
694
653
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
@@ -699,57 +658,39 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
699
658
|
readonly closable: BooleanConstructor;
|
|
700
659
|
readonly disabled: BooleanConstructor;
|
|
701
660
|
readonly lazy: BooleanConstructor;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
(name: string): string;
|
|
722
|
-
};
|
|
723
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
724
|
-
cssVarName: (name: string) => string;
|
|
725
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
726
|
-
cssVarBlockName: (name: string) => string;
|
|
727
|
-
};
|
|
728
|
-
index: import("vue").Ref<string | undefined>;
|
|
729
|
-
isClosable: import("vue").ComputedRef<boolean>;
|
|
730
|
-
active: Readonly<import("vue").Ref<boolean>>;
|
|
731
|
-
loaded: import("vue").Ref<boolean>;
|
|
732
|
-
paneName: import("vue").ComputedRef<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined>;
|
|
733
|
-
shouldBeRender: Readonly<import("vue").Ref<boolean>>;
|
|
734
|
-
pane: {
|
|
735
|
-
uid: number;
|
|
736
|
-
slots: Readonly<{
|
|
737
|
-
[name: string]: import("vue").Slot | undefined;
|
|
738
|
-
}>;
|
|
739
|
-
props: {
|
|
740
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
741
|
-
readonly closable: boolean;
|
|
742
|
-
readonly disabled: boolean;
|
|
743
|
-
readonly name: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
744
|
-
readonly label: string;
|
|
745
|
-
readonly lazy: boolean;
|
|
661
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
662
|
+
readonly label: string;
|
|
663
|
+
readonly disabled: boolean;
|
|
664
|
+
readonly closable: boolean;
|
|
665
|
+
readonly lazy: boolean;
|
|
666
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
667
|
+
P: {};
|
|
668
|
+
B: {};
|
|
669
|
+
D: {};
|
|
670
|
+
C: {};
|
|
671
|
+
M: {};
|
|
672
|
+
Defaults: {};
|
|
673
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
674
|
+
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
675
|
+
readonly name: {
|
|
676
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
677
|
+
readonly required: false;
|
|
678
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
679
|
+
__epPropKey: true;
|
|
746
680
|
};
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
681
|
+
readonly closable: BooleanConstructor;
|
|
682
|
+
readonly disabled: BooleanConstructor;
|
|
683
|
+
readonly lazy: BooleanConstructor;
|
|
684
|
+
}>>, {}, {}, {}, {}, {
|
|
685
|
+
readonly label: string;
|
|
686
|
+
readonly disabled: boolean;
|
|
687
|
+
readonly closable: boolean;
|
|
688
|
+
readonly lazy: boolean;
|
|
689
|
+
}>;
|
|
690
|
+
__isFragment?: never;
|
|
691
|
+
__isTeleport?: never;
|
|
692
|
+
__isSuspense?: never;
|
|
693
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
753
694
|
readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
754
695
|
readonly name: {
|
|
755
696
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
@@ -760,12 +701,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
760
701
|
readonly closable: BooleanConstructor;
|
|
761
702
|
readonly disabled: BooleanConstructor;
|
|
762
703
|
readonly lazy: BooleanConstructor;
|
|
763
|
-
}>>, {
|
|
764
|
-
readonly closable: boolean;
|
|
765
|
-
readonly disabled: boolean;
|
|
704
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
766
705
|
readonly label: string;
|
|
706
|
+
readonly disabled: boolean;
|
|
707
|
+
readonly closable: boolean;
|
|
767
708
|
readonly lazy: boolean;
|
|
768
|
-
}
|
|
709
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
710
|
+
$slots: {
|
|
711
|
+
default?(_: {}): any;
|
|
712
|
+
};
|
|
713
|
+
});
|
|
769
714
|
};
|
|
770
715
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
771
716
|
export default _default;
|