@vunk/form 2.2.1 → 2.3.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/components/api-tables-select/index.cjs +468 -0
- package/components/api-tables-select/index.d.ts +4 -0
- package/components/api-tables-select/index.mjs +462 -0
- package/components/api-tables-select/src/ctx.d.ts +340 -0
- package/components/api-tables-select/src/index.vue.d.ts +844 -0
- package/components/api-tables-select/src/types.d.ts +13 -0
- package/components/button/src/index.vue.d.ts +16 -16
- package/components/card-input-collection/index.cjs +1 -0
- package/components/card-input-collection/index.mjs +1 -0
- package/components/card-input-collection/src/index.vue.d.ts +3 -3
- package/components/card-input-collection/src/types.d.ts +1 -1
- package/components/cascader/src/ctx.d.ts +2 -2
- package/components/cascader/src/index.vue.d.ts +22 -22
- package/components/checkbox/src/ctx.d.ts +1 -1
- package/components/checkbox/src/index.vue.d.ts +8 -8
- package/components/cloneDeep.cjs +25 -180
- package/components/cloneDeep.mjs +1 -156
- package/components/color-picker/src/index.vue.d.ts +4 -4
- package/components/date-picker/src/ctx.d.ts +2 -2
- package/components/date-picker/src/index.vue.d.ts +18 -18
- package/components/date-picker-range/src/ctx.d.ts +21 -21
- package/components/date-picker-range/src/index.vue.d.ts +50 -50
- package/components/download-plus/src/index.vue.d.ts +1 -1
- package/components/esri-input-geojson/src/append.vue.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +2 -2
- package/components/esri-input-geojson/src/index.vue.d.ts +18 -18
- package/components/form/index.cjs +3 -3
- package/components/form/index.mjs +3 -3
- package/components/form/src/ctx.d.ts +2 -2
- package/components/form/src/index.vue.d.ts +11 -11
- package/components/form-item/src/index.vue.d.ts +2 -2
- package/components/input/src/ctx.d.ts +2 -2
- package/components/input/src/index.vue.d.ts +13 -13
- package/components/input-collection/index.cjs +1 -0
- package/components/input-collection/index.mjs +1 -0
- package/components/input-collection/src/index.vue.d.ts +4 -4
- package/components/input-link/src/index.vue.d.ts +6 -6
- package/components/input-number/src/ctx.d.ts +2 -2
- package/components/input-number/src/index.vue.d.ts +9 -9
- package/components/isObject.cjs +165 -0
- package/components/isObject.mjs +158 -0
- package/components/monaco-editor/src/index.vue.d.ts +2 -2
- package/components/radio/src/index.vue.d.ts +7 -7
- package/components/select/src/ctx.d.ts +3 -3
- package/components/select/src/index.vue.d.ts +24 -24
- package/components/slider/src/index.vue.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +10 -10
- package/components/tables-select/index.cjs +37 -7
- package/components/tables-select/index.d.ts +1 -0
- package/components/tables-select/index.mjs +38 -9
- package/components/tables-select/src/ctx.d.ts +18 -5
- package/components/tables-select/src/index.vue.d.ts +124 -112
- package/components/tables-select/src/types.d.ts +2 -1
- package/components/upload/src/ctx.d.ts +1 -1
- package/components/upload/src/index.vue.d.ts +4 -4
- package/components/upload-plus/src/index.vue.d.ts +1 -1
- package/components/van-cascader/src/index.vue.d.ts +14 -14
- package/components/var-datetime-picker/src/index.vue.d.ts +2 -2
- package/components/vditor/src/index.vue.d.ts +2 -2
- package/package.json +6 -1
|
@@ -158,24 +158,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
158
158
|
}>, {
|
|
159
159
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
160
160
|
datePickerBindProps: import("vue").ComputedRef<{
|
|
161
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
161
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
162
162
|
disabled: boolean;
|
|
163
|
-
name: 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>;
|
|
164
|
-
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>;
|
|
165
163
|
id: 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>;
|
|
164
|
+
ariaLabel: string;
|
|
165
|
+
popperClass: string;
|
|
166
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
167
|
+
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>;
|
|
168
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
169
|
+
name: 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>;
|
|
166
170
|
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>;
|
|
171
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
172
|
+
placeholder: string;
|
|
173
|
+
cellClassName: Function;
|
|
167
174
|
emptyValues: unknown[];
|
|
168
175
|
valueOnClear: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
169
|
-
placeholder: string;
|
|
170
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
171
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
172
|
-
popperClass: string;
|
|
173
176
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
177
|
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
175
|
-
ariaLabel: string;
|
|
176
178
|
showNow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
177
179
|
disabledDate: Function;
|
|
178
|
-
cellClassName: Function;
|
|
179
180
|
shortcuts: unknown[];
|
|
180
181
|
arrowControl: boolean;
|
|
181
182
|
unlinkPanels: boolean;
|
|
@@ -189,7 +190,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
189
190
|
clearIcon: unknown;
|
|
190
191
|
editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
191
192
|
prefixIcon: "";
|
|
192
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
193
193
|
rangeSeparator: string;
|
|
194
194
|
startPlaceholder: string;
|
|
195
195
|
endPlaceholder: string;
|
|
@@ -366,19 +366,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
366
366
|
};
|
|
367
367
|
isRange: BooleanConstructor;
|
|
368
368
|
}>> & Readonly<{
|
|
369
|
+
onFocus?: (...args: any[] | unknown[]) => any;
|
|
369
370
|
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
370
371
|
onChange?: (...args: any[] | unknown[]) => any;
|
|
371
|
-
onFocus?: (...args: any[] | unknown[]) => any;
|
|
372
372
|
onBlur?: (...args: any[] | unknown[]) => any;
|
|
373
373
|
"onCalendar-change"?: (...args: any[] | unknown[]) => any;
|
|
374
374
|
"onPanel-change"?: (...args: any[] | unknown[]) => any;
|
|
375
375
|
"onVisible-change"?: (...args: any[] | unknown[]) => any;
|
|
376
376
|
onKeydown?: (...args: any[] | unknown[]) => any;
|
|
377
377
|
}>, {
|
|
378
|
-
disabled: boolean;
|
|
379
378
|
type: "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
|
|
380
379
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
381
|
-
formItemSize: "
|
|
380
|
+
formItemSize: "default" | "small" | "large";
|
|
382
381
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
383
382
|
inline: boolean;
|
|
384
383
|
readonly: boolean;
|
|
@@ -389,13 +388,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
389
388
|
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
390
389
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
391
390
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
391
|
+
disabled: boolean;
|
|
392
|
+
popperClass: string;
|
|
393
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
392
394
|
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>;
|
|
395
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
393
396
|
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>;
|
|
394
|
-
valueOnClear: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
395
|
-
placeholder: string;
|
|
396
397
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
397
|
-
|
|
398
|
-
|
|
398
|
+
placeholder: string;
|
|
399
|
+
valueOnClear: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
399
400
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
400
401
|
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
401
402
|
showNow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -404,7 +405,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
404
405
|
unlinkPanels: boolean;
|
|
405
406
|
editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
406
407
|
prefixIcon: "";
|
|
407
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
408
408
|
rangeSeparator: string;
|
|
409
409
|
isRange: boolean;
|
|
410
410
|
datePickerSlots: import("./types").DatePickerSlots;
|
|
@@ -41,14 +41,7 @@ export declare const props: {
|
|
|
41
41
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
42
42
|
__epPropKey: true;
|
|
43
43
|
};
|
|
44
|
-
disabled: BooleanConstructor;
|
|
45
44
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
46
|
-
name: {
|
|
47
|
-
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>>;
|
|
48
|
-
readonly required: false;
|
|
49
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
|
-
__epPropKey: true;
|
|
51
|
-
};
|
|
52
45
|
formItemSize: {
|
|
53
46
|
type: PropType<"default" | "small" | "large">;
|
|
54
47
|
default: "default" | "small" | "large";
|
|
@@ -97,35 +90,43 @@ export declare const props: {
|
|
|
97
90
|
for: StringConstructor;
|
|
98
91
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
99
92
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
100
|
-
|
|
93
|
+
disabled: BooleanConstructor;
|
|
101
94
|
id: {
|
|
102
95
|
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>>;
|
|
103
96
|
readonly required: false;
|
|
104
97
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
105
98
|
__epPropKey: true;
|
|
106
99
|
};
|
|
107
|
-
emptyValues: ArrayConstructor;
|
|
108
|
-
valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
109
|
-
placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
110
|
-
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
111
|
-
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>;
|
|
112
|
-
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
113
|
-
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
114
|
-
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>;
|
|
115
100
|
ariaLabel: StringConstructor;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
101
|
+
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
102
|
+
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>;
|
|
103
|
+
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>;
|
|
104
|
+
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>;
|
|
105
|
+
name: {
|
|
106
|
+
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>>;
|
|
119
107
|
readonly required: false;
|
|
120
108
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
109
|
__epPropKey: true;
|
|
122
110
|
};
|
|
111
|
+
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
112
|
+
placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
123
113
|
cellClassName: {
|
|
124
114
|
readonly type: import("vue").PropType<Function>;
|
|
125
115
|
readonly required: false;
|
|
126
116
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
117
|
__epPropKey: true;
|
|
128
118
|
};
|
|
119
|
+
emptyValues: ArrayConstructor;
|
|
120
|
+
valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
121
|
+
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
122
|
+
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>;
|
|
123
|
+
showNow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
124
|
+
disabledDate: {
|
|
125
|
+
readonly type: import("vue").PropType<Function>;
|
|
126
|
+
readonly required: false;
|
|
127
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
|
+
__epPropKey: true;
|
|
129
|
+
};
|
|
129
130
|
shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
130
131
|
arrowControl: BooleanConstructor;
|
|
131
132
|
unlinkPanels: BooleanConstructor;
|
|
@@ -158,7 +159,6 @@ export declare const props: {
|
|
|
158
159
|
};
|
|
159
160
|
editable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
160
161
|
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>;
|
|
161
|
-
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>;
|
|
162
162
|
rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
163
163
|
defaultValue: {
|
|
164
164
|
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>>;
|
|
@@ -181,8 +181,8 @@ export declare const props: {
|
|
|
181
181
|
export declare const emits: {
|
|
182
182
|
'update:startValue': any;
|
|
183
183
|
'update:endValue': any;
|
|
184
|
-
change: any;
|
|
185
184
|
focus: any;
|
|
185
|
+
change: any;
|
|
186
186
|
blur: any;
|
|
187
187
|
"calendar-change": any;
|
|
188
188
|
"panel-change": any;
|
|
@@ -41,14 +41,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
41
41
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
42
42
|
__epPropKey: true;
|
|
43
43
|
};
|
|
44
|
-
disabled: BooleanConstructor;
|
|
45
44
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
46
|
-
name: {
|
|
47
|
-
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>>;
|
|
48
|
-
readonly required: false;
|
|
49
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
|
-
__epPropKey: true;
|
|
51
|
-
};
|
|
52
45
|
formItemSize: {
|
|
53
46
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
54
47
|
default: "default" | "small" | "large";
|
|
@@ -97,35 +90,43 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
97
90
|
for: StringConstructor;
|
|
98
91
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
99
92
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
100
|
-
|
|
93
|
+
disabled: BooleanConstructor;
|
|
101
94
|
id: {
|
|
102
95
|
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>>;
|
|
103
96
|
readonly required: false;
|
|
104
97
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
105
98
|
__epPropKey: true;
|
|
106
99
|
};
|
|
107
|
-
emptyValues: ArrayConstructor;
|
|
108
|
-
valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
109
|
-
placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
110
|
-
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
111
|
-
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>;
|
|
112
|
-
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
113
|
-
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
114
|
-
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>;
|
|
115
100
|
ariaLabel: StringConstructor;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
101
|
+
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
102
|
+
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>;
|
|
103
|
+
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>;
|
|
104
|
+
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>;
|
|
105
|
+
name: {
|
|
106
|
+
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>>;
|
|
119
107
|
readonly required: false;
|
|
120
108
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
109
|
__epPropKey: true;
|
|
122
110
|
};
|
|
111
|
+
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
112
|
+
placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
123
113
|
cellClassName: {
|
|
124
114
|
readonly type: import("vue").PropType<Function>;
|
|
125
115
|
readonly required: false;
|
|
126
116
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
117
|
__epPropKey: true;
|
|
128
118
|
};
|
|
119
|
+
emptyValues: ArrayConstructor;
|
|
120
|
+
valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
121
|
+
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
122
|
+
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>;
|
|
123
|
+
showNow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
124
|
+
disabledDate: {
|
|
125
|
+
readonly type: import("vue").PropType<Function>;
|
|
126
|
+
readonly required: false;
|
|
127
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
|
+
__epPropKey: true;
|
|
129
|
+
};
|
|
129
130
|
shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
130
131
|
arrowControl: BooleanConstructor;
|
|
131
132
|
unlinkPanels: BooleanConstructor;
|
|
@@ -158,7 +159,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
158
159
|
};
|
|
159
160
|
editable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
160
161
|
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>;
|
|
161
|
-
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>;
|
|
162
162
|
rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
163
163
|
defaultValue: {
|
|
164
164
|
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>>;
|
|
@@ -180,8 +180,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
180
180
|
}>, {
|
|
181
181
|
coreProps: import("vue").ComputedRef<{}>;
|
|
182
182
|
coreEmits: {
|
|
183
|
-
change: (...e: any[]) => void;
|
|
184
183
|
focus: (...e: any[]) => void;
|
|
184
|
+
change: (...e: any[]) => void;
|
|
185
185
|
blur: (...e: any[]) => void;
|
|
186
186
|
"calendar-change": (...e: any[]) => void;
|
|
187
187
|
"panel-change": (...e: any[]) => void;
|
|
@@ -194,8 +194,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
194
194
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
195
195
|
'update:startValue': any;
|
|
196
196
|
'update:endValue': any;
|
|
197
|
-
change: any;
|
|
198
197
|
focus: any;
|
|
198
|
+
change: any;
|
|
199
199
|
blur: any;
|
|
200
200
|
"calendar-change": any;
|
|
201
201
|
"panel-change": any;
|
|
@@ -242,14 +242,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
242
242
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
243
243
|
__epPropKey: true;
|
|
244
244
|
};
|
|
245
|
-
disabled: BooleanConstructor;
|
|
246
245
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
247
|
-
name: {
|
|
248
|
-
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>>;
|
|
249
|
-
readonly required: false;
|
|
250
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
251
|
-
__epPropKey: true;
|
|
252
|
-
};
|
|
253
246
|
formItemSize: {
|
|
254
247
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
255
248
|
default: "default" | "small" | "large";
|
|
@@ -298,35 +291,43 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
298
291
|
for: StringConstructor;
|
|
299
292
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
300
293
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
301
|
-
|
|
294
|
+
disabled: BooleanConstructor;
|
|
302
295
|
id: {
|
|
303
296
|
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>>;
|
|
304
297
|
readonly required: false;
|
|
305
298
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
306
299
|
__epPropKey: true;
|
|
307
300
|
};
|
|
308
|
-
emptyValues: ArrayConstructor;
|
|
309
|
-
valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
310
|
-
placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
311
|
-
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
312
|
-
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>;
|
|
313
|
-
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
314
|
-
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
315
|
-
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>;
|
|
316
301
|
ariaLabel: StringConstructor;
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
302
|
+
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
303
|
+
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>;
|
|
304
|
+
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>;
|
|
305
|
+
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>;
|
|
306
|
+
name: {
|
|
307
|
+
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>>;
|
|
320
308
|
readonly required: false;
|
|
321
309
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
322
310
|
__epPropKey: true;
|
|
323
311
|
};
|
|
312
|
+
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
313
|
+
placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
324
314
|
cellClassName: {
|
|
325
315
|
readonly type: import("vue").PropType<Function>;
|
|
326
316
|
readonly required: false;
|
|
327
317
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
328
318
|
__epPropKey: true;
|
|
329
319
|
};
|
|
320
|
+
emptyValues: ArrayConstructor;
|
|
321
|
+
valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
322
|
+
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
323
|
+
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>;
|
|
324
|
+
showNow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
325
|
+
disabledDate: {
|
|
326
|
+
readonly type: import("vue").PropType<Function>;
|
|
327
|
+
readonly required: false;
|
|
328
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
329
|
+
__epPropKey: true;
|
|
330
|
+
};
|
|
330
331
|
shortcuts: import("element-plus/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
331
332
|
arrowControl: BooleanConstructor;
|
|
332
333
|
unlinkPanels: BooleanConstructor;
|
|
@@ -359,7 +360,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
359
360
|
};
|
|
360
361
|
editable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
361
362
|
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>;
|
|
362
|
-
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>;
|
|
363
363
|
rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
364
364
|
defaultValue: {
|
|
365
365
|
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>>;
|
|
@@ -379,8 +379,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
379
379
|
default: any;
|
|
380
380
|
};
|
|
381
381
|
}>> & Readonly<{
|
|
382
|
-
onChange?: (...args: any[] | unknown[]) => any;
|
|
383
382
|
onFocus?: (...args: any[] | unknown[]) => any;
|
|
383
|
+
onChange?: (...args: any[] | unknown[]) => any;
|
|
384
384
|
onBlur?: (...args: any[] | unknown[]) => any;
|
|
385
385
|
"onCalendar-change"?: (...args: any[] | unknown[]) => any;
|
|
386
386
|
"onPanel-change"?: (...args: any[] | unknown[]) => any;
|
|
@@ -389,10 +389,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
389
389
|
"onUpdate:startValue"?: (...args: any[] | unknown[]) => any;
|
|
390
390
|
"onUpdate:endValue"?: (...args: any[] | unknown[]) => any;
|
|
391
391
|
}>, {
|
|
392
|
-
disabled: boolean;
|
|
393
392
|
type: "datetimerange" | "daterange" | "monthrange";
|
|
394
393
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
395
|
-
formItemSize: "
|
|
394
|
+
formItemSize: "default" | "small" | "large";
|
|
396
395
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
397
396
|
inline: boolean;
|
|
398
397
|
readonly: boolean;
|
|
@@ -403,12 +402,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
403
402
|
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
404
403
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
405
404
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
405
|
+
disabled: boolean;
|
|
406
|
+
popperClass: string;
|
|
407
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
406
408
|
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>;
|
|
407
|
-
|
|
408
|
-
placeholder: string;
|
|
409
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
409
410
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
410
|
-
|
|
411
|
-
|
|
411
|
+
placeholder: string;
|
|
412
|
+
valueOnClear: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
412
413
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
413
414
|
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
414
415
|
showNow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -418,7 +419,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
418
419
|
valueFormat: string;
|
|
419
420
|
editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
420
421
|
prefixIcon: "";
|
|
421
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
422
422
|
rangeSeparator: string;
|
|
423
423
|
startPlaceholder: string;
|
|
424
424
|
endPlaceholder: string;
|
|
@@ -237,7 +237,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
237
237
|
"onUpdate:fileStatus"?: (...args: any[] | unknown[]) => any;
|
|
238
238
|
}>, {
|
|
239
239
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
240
|
-
formItemSize: "
|
|
240
|
+
formItemSize: "default" | "small" | "large";
|
|
241
241
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
242
242
|
inline: boolean;
|
|
243
243
|
readonly: boolean;
|
|
@@ -26,8 +26,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
26
26
|
onFly?: (...args: any[] | unknown[]) => any;
|
|
27
27
|
}>, {
|
|
28
28
|
disabled: boolean;
|
|
29
|
-
upload: boolean;
|
|
30
29
|
dialog: boolean;
|
|
30
|
+
upload: boolean;
|
|
31
31
|
}, {}, {
|
|
32
32
|
ElButton: import("element-plus/es/utils").SFCWithInstall<{
|
|
33
33
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -209,7 +209,7 @@ export declare const props: {
|
|
|
209
209
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
210
210
|
autofocus: BooleanConstructor;
|
|
211
211
|
};
|
|
212
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"
|
|
212
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"formatter", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"visibleElements", keyof T2> | Extract<"rows", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"parser", keyof T2> | Extract<"form", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"view", keyof T2> | Extract<"viewComponent", keyof T2> | Extract<"viewComponentAttrs", keyof T2> | Extract<"viewModelActiveFillSymbol", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"viewModelActiveLineSymbol", keyof T2> | Extract<"viewModelActivePointSymbol", keyof T2> | Extract<"skipSave", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"flying", keyof T2> | Extract<"layerIndex", keyof T2> | Extract<"inputSlots", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "type" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "id" | "ariaLabel" | "modelValue" | "clearable" | "multiple" | "placeholder" | "formatter" | "autofocus" | "visibleElements" | "rows" | "validateEvent" | "tabindex" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "parser" | "form" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "view" | "viewComponent" | "viewComponentAttrs" | "viewModelActiveFillSymbol" | "editTypes" | "viewModelActiveLineSymbol" | "viewModelActivePointSymbol" | "skipSave" | "showMap" | "dialogEdit" | "dialogEditFullscreen" | "dialogEditTitle" | "flying" | "layerIndex" | "inputSlots", keyof T2>, KE> : Extract<"size" | "type" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "id" | "ariaLabel" | "modelValue" | "clearable" | "multiple" | "placeholder" | "formatter" | "autofocus" | "visibleElements" | "rows" | "validateEvent" | "tabindex" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "parser" | "form" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "view" | "viewComponent" | "viewComponentAttrs" | "viewModelActiveFillSymbol" | "editTypes" | "viewModelActiveLineSymbol" | "viewModelActivePointSymbol" | "skipSave" | "showMap" | "dialogEdit" | "dialogEditFullscreen" | "dialogEditTitle" | "flying" | "layerIndex" | "inputSlots", keyof T2>]: { [k in Extract<"size" | "type" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "id" | "ariaLabel" | "modelValue" | "clearable" | "multiple" | "placeholder" | "formatter" | "autofocus" | "visibleElements" | "rows" | "validateEvent" | "tabindex" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "parser" | "form" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "view" | "viewComponent" | "viewComponentAttrs" | "viewModelActiveFillSymbol" | "editTypes" | "viewModelActiveLineSymbol" | "viewModelActivePointSymbol" | "skipSave" | "showMap" | "dialogEdit" | "dialogEditFullscreen" | "dialogEditTitle" | "flying" | "layerIndex" | "inputSlots", keyof T2>]: T2[k]; }[P]; }>;
|
|
213
213
|
export declare const emits: {
|
|
214
214
|
'update:modelValue': (e: FeatureCollection) => FeatureCollection<Geometry, {
|
|
215
215
|
[name: string]: any;
|
|
@@ -232,4 +232,4 @@ export declare const emits: {
|
|
|
232
232
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
233
233
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
234
234
|
};
|
|
235
|
-
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("clear" | "
|
|
235
|
+
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("clear" | "focus" | "update:modelValue" | "change" | "blur" | "keydown" | "input" | "compositionend" | "compositionstart" | "compositionupdate" | "mouseenter" | "mouseleave" | "update:flying" | "appendFly" | "appendEdit")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"clear" | "focus" | "update:modelValue" | "change" | "blur" | "keydown" | "input" | "compositionend" | "compositionstart" | "compositionupdate" | "mouseenter" | "mouseleave" | "update:flying" | "appendFly" | "appendEdit", KE> : "clear" | "focus" | "update:modelValue" | "change" | "blur" | "keydown" | "input" | "compositionend" | "compositionstart" | "compositionupdate" | "mouseenter" | "mouseleave" | "update:flying" | "appendFly" | "appendEdit"]: { [k in "clear" | "focus" | "update:modelValue" | "change" | "blur" | "keydown" | "input" | "compositionend" | "compositionstart" | "compositionupdate" | "mouseenter" | "mouseleave" | "update:flying" | "appendFly" | "appendEdit"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|