@vunk/form 1.1.69 → 1.1.71
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 +26 -26
- package/components/cascader/src/ctx.d.ts +3 -3
- package/components/cascader/src/index.vue.d.ts +29 -29
- package/components/checkbox/src/ctx.d.ts +6 -6
- package/components/checkbox/src/index.vue.d.ts +22 -22
- package/components/color-picker/src/ctx.d.ts +5 -5
- package/components/color-picker/src/index.vue.d.ts +15 -15
- package/components/date-picker/src/ctx.d.ts +5 -5
- package/components/date-picker/src/index.vue.d.ts +28 -28
- package/components/esri-input-geojson/src/ctx.d.ts +3 -3
- package/components/esri-input-geojson/src/index.vue.d.ts +23 -23
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +5 -5
- package/components/form-item/src/ctx.d.ts +1 -1
- package/components/form-item/src/index.vue.d.ts +3 -3
- package/components/geoinput/src/ctx.d.ts +1 -1
- package/components/geoinput/src/index.vue.d.ts +12 -12
- package/components/geoinput-read/src/core.vue.d.ts +29 -29
- package/components/geoinput-read/src/ctx.d.ts +7 -7
- package/components/geoinput-read/src/index.vue.d.ts +19 -19
- package/components/geoinput-update/src/ctx.d.ts +7 -7
- package/components/geoinput-update/src/index.vue.d.ts +31 -31
- package/components/input/src/ctx.d.ts +7 -7
- package/components/input/src/index.vue.d.ts +27 -27
- package/components/input-link/src/ctx.d.ts +1 -1
- package/components/input-link/src/index.vue.d.ts +12 -12
- package/components/input-number/src/ctx.d.ts +3 -3
- package/components/input-number/src/index.vue.d.ts +11 -11
- package/components/radio/src/ctx.d.ts +5 -5
- package/components/radio/src/index.vue.d.ts +19 -19
- package/components/select/src/ctx.d.ts +8 -8
- package/components/select/src/index.vue.d.ts +59 -59
- package/components/slider/src/ctx.d.ts +5 -5
- package/components/slider/src/index.vue.d.ts +19 -19
- package/components/switch/src/ctx.d.ts +5 -5
- package/components/switch/src/index.vue.d.ts +19 -19
- package/components/upload/src/ctx.d.ts +6 -6
- package/components/upload/src/index.vue.d.ts +17 -17
- package/components/upload-plus/index.js +9 -8
- package/components/upload-plus/src/api.d.ts +2 -1
- package/components/upload-plus/src/api.js +1 -1
- package/components/upload-plus/src/ctx.d.ts +5 -5
- package/components/upload-plus/src/index.vue.d.ts +13 -13
- package/components/van-cascader/src/ctx.d.ts +1 -1
- package/components/van-cascader/src/index.vue.d.ts +19 -19
- package/components/var-datetime-picker/src/ctx.d.ts +1 -1
- package/components/var-datetime-picker/src/index.vue.d.ts +6 -6
- package/package.json +1 -1
|
@@ -20,6 +20,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
__epPropKey: true;
|
|
21
21
|
};
|
|
22
22
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
23
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
24
|
+
readonly: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: any;
|
|
27
|
+
};
|
|
23
28
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
24
29
|
prop: {
|
|
25
30
|
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>>;
|
|
@@ -27,7 +32,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
32
|
readonly validator: (val: unknown) => boolean;
|
|
28
33
|
__epPropKey: true;
|
|
29
34
|
};
|
|
30
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
31
35
|
rules: {
|
|
32
36
|
readonly type: import("vue").PropType<unknown>;
|
|
33
37
|
readonly required: false;
|
|
@@ -60,10 +64,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
64
|
type: BooleanConstructor;
|
|
61
65
|
default: boolean;
|
|
62
66
|
};
|
|
63
|
-
readonly: {
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
default: any;
|
|
66
|
-
};
|
|
67
67
|
labelPosition: {
|
|
68
68
|
type: import("vue").PropType<"right">;
|
|
69
69
|
default: string;
|
|
@@ -100,6 +100,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
100
100
|
__epPropKey: true;
|
|
101
101
|
};
|
|
102
102
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
103
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
104
|
+
readonly: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: any;
|
|
107
|
+
};
|
|
103
108
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
104
109
|
prop: {
|
|
105
110
|
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>>;
|
|
@@ -107,7 +112,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
107
112
|
readonly validator: (val: unknown) => boolean;
|
|
108
113
|
__epPropKey: true;
|
|
109
114
|
};
|
|
110
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
111
115
|
rules: {
|
|
112
116
|
readonly type: import("vue").PropType<unknown>;
|
|
113
117
|
readonly required: false;
|
|
@@ -140,10 +144,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
140
144
|
type: BooleanConstructor;
|
|
141
145
|
default: boolean;
|
|
142
146
|
};
|
|
143
|
-
readonly: {
|
|
144
|
-
type: BooleanConstructor;
|
|
145
|
-
default: any;
|
|
146
|
-
};
|
|
147
147
|
labelPosition: {
|
|
148
148
|
type: import("vue").PropType<"right">;
|
|
149
149
|
default: string;
|
|
@@ -155,20 +155,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
155
155
|
onBlur?: (event: FocusEvent) => any;
|
|
156
156
|
onActiveChange?: (val: string) => any;
|
|
157
157
|
}, {
|
|
158
|
+
disabled: boolean;
|
|
159
|
+
popperClass: string;
|
|
160
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
161
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
162
|
+
readonly: boolean;
|
|
158
163
|
label: string;
|
|
159
164
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
160
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
161
165
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
162
166
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
163
167
|
formItemSize: "default" | "small" | "large";
|
|
164
168
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
165
169
|
inline: boolean;
|
|
166
|
-
readonly: boolean;
|
|
167
170
|
labelPosition: "right";
|
|
168
|
-
disabled: boolean;
|
|
169
171
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
170
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
171
|
-
popperClass: string;
|
|
172
172
|
showAlpha: boolean;
|
|
173
173
|
}, {}>;
|
|
174
174
|
export default _default;
|
|
@@ -5,6 +5,11 @@ export declare const props: {
|
|
|
5
5
|
type: PropType<DatePickerSlots>;
|
|
6
6
|
default: any;
|
|
7
7
|
};
|
|
8
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
9
|
+
readonly: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: any;
|
|
12
|
+
};
|
|
8
13
|
label: StringConstructor;
|
|
9
14
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
10
15
|
prop: {
|
|
@@ -13,7 +18,6 @@ export declare const props: {
|
|
|
13
18
|
readonly validator: (val: unknown) => boolean;
|
|
14
19
|
__epPropKey: true;
|
|
15
20
|
};
|
|
16
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
17
21
|
rules: {
|
|
18
22
|
readonly type: PropType<unknown>;
|
|
19
23
|
readonly required: false;
|
|
@@ -46,10 +50,6 @@ export declare const props: {
|
|
|
46
50
|
type: BooleanConstructor;
|
|
47
51
|
default: boolean;
|
|
48
52
|
};
|
|
49
|
-
readonly: {
|
|
50
|
-
type: BooleanConstructor;
|
|
51
|
-
default: any;
|
|
52
|
-
};
|
|
53
53
|
labelPosition: {
|
|
54
54
|
type: PropType<"right">;
|
|
55
55
|
default: string;
|
|
@@ -3,6 +3,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
type: import("vue").PropType<import("./types").DatePickerSlots>;
|
|
4
4
|
default: any;
|
|
5
5
|
};
|
|
6
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
7
|
+
readonly: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: any;
|
|
10
|
+
};
|
|
6
11
|
label: StringConstructor;
|
|
7
12
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
8
13
|
prop: {
|
|
@@ -11,7 +16,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
16
|
readonly validator: (val: unknown) => boolean;
|
|
12
17
|
__epPropKey: true;
|
|
13
18
|
};
|
|
14
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
15
19
|
rules: {
|
|
16
20
|
readonly type: import("vue").PropType<unknown>;
|
|
17
21
|
readonly required: false;
|
|
@@ -44,10 +48,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
48
|
type: BooleanConstructor;
|
|
45
49
|
default: boolean;
|
|
46
50
|
};
|
|
47
|
-
readonly: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: any;
|
|
50
|
-
};
|
|
51
51
|
labelPosition: {
|
|
52
52
|
type: import("vue").PropType<"right">;
|
|
53
53
|
default: string;
|
|
@@ -141,19 +141,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
141
|
}, {
|
|
142
142
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
143
143
|
datePickerBindProps: import("vue").ComputedRef<{
|
|
144
|
-
label: string;
|
|
145
144
|
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
146
|
-
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>;
|
|
147
|
-
disabled: boolean;
|
|
148
|
-
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>;
|
|
149
|
-
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
150
145
|
placeholder: string;
|
|
146
|
+
disabled: boolean;
|
|
151
147
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
152
|
-
prefixIcon: "";
|
|
153
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
154
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
155
148
|
popperClass: string;
|
|
149
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
150
|
+
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
156
151
|
popperOptions: {};
|
|
152
|
+
label: string;
|
|
153
|
+
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>;
|
|
154
|
+
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>;
|
|
155
|
+
prefixIcon: "";
|
|
156
|
+
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
157
157
|
clearIcon: unknown;
|
|
158
158
|
disabledDate: Function;
|
|
159
159
|
cellClassName: Function;
|
|
@@ -191,6 +191,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
191
191
|
type: import("vue").PropType<import("./types").DatePickerSlots>;
|
|
192
192
|
default: any;
|
|
193
193
|
};
|
|
194
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
195
|
+
readonly: {
|
|
196
|
+
type: BooleanConstructor;
|
|
197
|
+
default: any;
|
|
198
|
+
};
|
|
194
199
|
label: StringConstructor;
|
|
195
200
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
196
201
|
prop: {
|
|
@@ -199,7 +204,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
204
|
readonly validator: (val: unknown) => boolean;
|
|
200
205
|
__epPropKey: true;
|
|
201
206
|
};
|
|
202
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
203
207
|
rules: {
|
|
204
208
|
readonly type: import("vue").PropType<unknown>;
|
|
205
209
|
readonly required: false;
|
|
@@ -232,10 +236,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
232
236
|
type: BooleanConstructor;
|
|
233
237
|
default: boolean;
|
|
234
238
|
};
|
|
235
|
-
readonly: {
|
|
236
|
-
type: BooleanConstructor;
|
|
237
|
-
default: any;
|
|
238
|
-
};
|
|
239
239
|
labelPosition: {
|
|
240
240
|
type: import("vue").PropType<"right">;
|
|
241
241
|
default: string;
|
|
@@ -336,26 +336,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
336
336
|
"onCalendar-change"?: (...args: any[] | unknown[]) => any;
|
|
337
337
|
"onPanel-change"?: (...args: any[] | unknown[]) => any;
|
|
338
338
|
}, {
|
|
339
|
-
|
|
339
|
+
placeholder: string;
|
|
340
|
+
disabled: boolean;
|
|
341
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
342
|
+
popperClass: string;
|
|
343
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
344
|
+
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
345
|
+
type: "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange";
|
|
340
346
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
347
|
+
popperOptions: {};
|
|
348
|
+
readonly: boolean;
|
|
349
|
+
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
341
350
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
342
351
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
343
|
-
type: "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange";
|
|
344
352
|
formItemSize: "default" | "small" | "large";
|
|
345
353
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
346
354
|
inline: boolean;
|
|
347
|
-
readonly: boolean;
|
|
348
355
|
labelPosition: "right";
|
|
349
356
|
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>;
|
|
350
|
-
disabled: boolean;
|
|
351
|
-
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
352
|
-
placeholder: string;
|
|
353
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
354
357
|
prefixIcon: "";
|
|
355
358
|
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
356
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
357
|
-
popperClass: string;
|
|
358
|
-
popperOptions: {};
|
|
359
359
|
shortcuts: unknown[];
|
|
360
360
|
arrowControl: boolean;
|
|
361
361
|
unlinkPanels: boolean;
|
|
@@ -90,6 +90,7 @@ export declare const props: {
|
|
|
90
90
|
type: NumberConstructor;
|
|
91
91
|
default: any;
|
|
92
92
|
};
|
|
93
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
93
94
|
label: StringConstructor;
|
|
94
95
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
95
96
|
prop: {
|
|
@@ -98,7 +99,6 @@ export declare const props: {
|
|
|
98
99
|
readonly validator: (val: unknown) => boolean;
|
|
99
100
|
__epPropKey: true;
|
|
100
101
|
};
|
|
101
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
102
102
|
rules: {
|
|
103
103
|
readonly type: PropType<unknown>;
|
|
104
104
|
readonly required: false;
|
|
@@ -203,7 +203,7 @@ export declare const props: {
|
|
|
203
203
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
204
204
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
205
205
|
};
|
|
206
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"
|
|
206
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"disabled", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"form", keyof T2> | Extract<"multiple", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"id", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"viewModelActiveFillSymbol", keyof T2> | Extract<"visibleElements", keyof T2> | Extract<"view", keyof T2> | Extract<"viewComponent", keyof T2> | Extract<"viewComponentAttrs", keyof T2> | Extract<"viewModelActiveLineSymbol", keyof T2> | Extract<"viewModelActivePointSymbol", keyof T2> | Extract<"skipSave", keyof T2> | Extract<"flying", keyof T2> | Extract<"layerIndex", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"type", keyof T2>, KE> | Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"form", keyof T2>, KE> | Exclude<Extract<"multiple", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"maxlength", keyof T2>, KE> | Exclude<Extract<"minlength", keyof T2>, KE> | Exclude<Extract<"resize", keyof T2>, KE> | Exclude<Extract<"autosize", keyof T2>, KE> | Exclude<Extract<"autocomplete", keyof T2>, KE> | Exclude<Extract<"formatter", keyof T2>, KE> | Exclude<Extract<"parser", keyof T2>, KE> | Exclude<Extract<"showPassword", keyof T2>, KE> | Exclude<Extract<"showWordLimit", keyof T2>, KE> | Exclude<Extract<"suffixIcon", keyof T2>, KE> | Exclude<Extract<"prefixIcon", keyof T2>, KE> | Exclude<Extract<"containerRole", keyof T2>, KE> | Exclude<Extract<"tabindex", keyof T2>, KE> | Exclude<Extract<"inputStyle", keyof T2>, KE> | Exclude<Extract<"autofocus", keyof T2>, KE> | Exclude<Extract<"inputSlots", keyof T2>, KE> | Exclude<Extract<"rows", keyof T2>, KE> | Exclude<Extract<"editTypes", keyof T2>, KE> | Exclude<Extract<"showMap", keyof T2>, KE> | Exclude<Extract<"dialogEdit", keyof T2>, KE> | Exclude<Extract<"dialogEditFullscreen", keyof T2>, KE> | Exclude<Extract<"dialogEditTitle", keyof T2>, KE> | Exclude<Extract<"viewModelActiveFillSymbol", keyof T2>, KE> | Exclude<Extract<"visibleElements", keyof T2>, KE> | Exclude<Extract<"view", keyof T2>, KE> | Exclude<Extract<"viewComponent", keyof T2>, KE> | Exclude<Extract<"viewComponentAttrs", keyof T2>, KE> | Exclude<Extract<"viewModelActiveLineSymbol", keyof T2>, KE> | Exclude<Extract<"viewModelActivePointSymbol", keyof T2>, KE> | Exclude<Extract<"skipSave", keyof T2>, KE> | Exclude<Extract<"flying", keyof T2>, KE> | Exclude<Extract<"layerIndex", keyof T2>, KE> : Extract<"size", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"disabled", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"form", keyof T2> | Extract<"multiple", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"id", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"viewModelActiveFillSymbol", keyof T2> | Extract<"visibleElements", keyof T2> | Extract<"view", keyof T2> | Extract<"viewComponent", keyof T2> | Extract<"viewComponentAttrs", keyof T2> | Extract<"viewModelActiveLineSymbol", keyof T2> | Extract<"viewModelActivePointSymbol", keyof T2> | Extract<"skipSave", keyof T2> | Extract<"flying", keyof T2> | Extract<"layerIndex", keyof T2>]: { [k in Extract<"size", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"disabled", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"form", keyof T2> | Extract<"multiple", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"id", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"viewModelActiveFillSymbol", keyof T2> | Extract<"visibleElements", keyof T2> | Extract<"view", keyof T2> | Extract<"viewComponent", keyof T2> | Extract<"viewComponentAttrs", keyof T2> | Extract<"viewModelActiveLineSymbol", keyof T2> | Extract<"viewModelActivePointSymbol", keyof T2> | Extract<"skipSave", keyof T2> | Extract<"flying", keyof T2> | Extract<"layerIndex", keyof T2>]: T2[k]; }[P]; }>;
|
|
207
207
|
export declare const emits: {
|
|
208
208
|
'update:modelValue': (e: FeatureCollection) => FeatureCollection<Geometry, {
|
|
209
209
|
[name: string]: any;
|
|
@@ -226,7 +226,7 @@ export declare const emits: {
|
|
|
226
226
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
227
227
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
228
228
|
};
|
|
229
|
-
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("
|
|
229
|
+
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("input" | "clear" | "update:modelValue" | "change" | "focus" | "blur" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend" | "update:flying" | "appendFly" | "appendEdit")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"input", KE> | Exclude<"clear", KE> | Exclude<"update:modelValue", KE> | Exclude<"change", KE> | Exclude<"focus", KE> | Exclude<"blur", KE> | Exclude<"mouseleave", KE> | Exclude<"mouseenter", KE> | Exclude<"keydown", KE> | Exclude<"compositionstart", KE> | Exclude<"compositionupdate", KE> | Exclude<"compositionend", KE> | Exclude<"update:flying", KE> | Exclude<"appendFly", KE> | Exclude<"appendEdit", KE> : "input" | "clear" | "update:modelValue" | "change" | "focus" | "blur" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend" | "update:flying" | "appendFly" | "appendEdit"]: {
|
|
230
230
|
'update:modelValue': (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
231
231
|
'update:flying': (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
232
232
|
appendFly: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
@@ -90,6 +90,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
90
|
type: NumberConstructor;
|
|
91
91
|
default: any;
|
|
92
92
|
};
|
|
93
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
93
94
|
label: StringConstructor;
|
|
94
95
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
95
96
|
prop: {
|
|
@@ -98,7 +99,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
98
99
|
readonly validator: (val: unknown) => boolean;
|
|
99
100
|
__epPropKey: true;
|
|
100
101
|
};
|
|
101
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
102
102
|
rules: {
|
|
103
103
|
readonly type: import("vue").PropType<unknown>;
|
|
104
104
|
readonly required: false;
|
|
@@ -204,25 +204,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
204
204
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
205
205
|
}, {
|
|
206
206
|
inputBindProps: import("vue").ComputedRef<{
|
|
207
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
208
|
+
placeholder: string;
|
|
209
|
+
disabled: boolean;
|
|
210
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
211
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
212
|
+
type: string;
|
|
213
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
214
|
+
form: string;
|
|
207
215
|
label: string;
|
|
208
216
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
209
217
|
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>;
|
|
210
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
211
218
|
rules: unknown;
|
|
212
219
|
error: string;
|
|
213
220
|
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>;
|
|
214
221
|
for: string;
|
|
215
222
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
216
223
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
217
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
218
|
-
type: string;
|
|
219
224
|
formItemSize: "default" | "small" | "large";
|
|
220
225
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
221
226
|
elRef: any;
|
|
222
227
|
inline: boolean;
|
|
223
228
|
labelPosition: "right";
|
|
224
|
-
disabled: boolean;
|
|
225
|
-
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
226
229
|
id: string;
|
|
227
230
|
maxlength: number;
|
|
228
231
|
minlength: number;
|
|
@@ -231,25 +234,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
231
234
|
autocomplete: string;
|
|
232
235
|
formatter: Function;
|
|
233
236
|
parser: Function;
|
|
234
|
-
placeholder: string;
|
|
235
|
-
form: string;
|
|
236
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
237
237
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
238
238
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
239
239
|
suffixIcon: unknown;
|
|
240
240
|
prefixIcon: unknown;
|
|
241
241
|
containerRole: string;
|
|
242
242
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
243
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
244
243
|
inputStyle: import("vue").StyleValue;
|
|
244
|
+
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
245
245
|
rows: number;
|
|
246
246
|
}>;
|
|
247
247
|
inputOnEmits: {
|
|
248
|
-
clear: (...e: any) => void;
|
|
249
248
|
input: (...e: any) => void;
|
|
249
|
+
clear: (...e: any) => void;
|
|
250
|
+
change: (...e: any) => void;
|
|
250
251
|
focus: (...e: any) => void;
|
|
251
252
|
blur: (...e: any) => void;
|
|
252
|
-
change: (...e: any) => void;
|
|
253
253
|
mouseleave: (...e: any) => void;
|
|
254
254
|
mouseenter: (...e: any) => void;
|
|
255
255
|
keydown: (...e: any) => void;
|
|
@@ -386,6 +386,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
386
386
|
type: NumberConstructor;
|
|
387
387
|
default: any;
|
|
388
388
|
};
|
|
389
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
389
390
|
label: StringConstructor;
|
|
390
391
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
391
392
|
prop: {
|
|
@@ -394,7 +395,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
394
395
|
readonly validator: (val: unknown) => boolean;
|
|
395
396
|
__epPropKey: true;
|
|
396
397
|
};
|
|
397
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
398
398
|
rules: {
|
|
399
399
|
readonly type: import("vue").PropType<unknown>;
|
|
400
400
|
readonly required: false;
|
|
@@ -503,9 +503,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
503
503
|
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
504
504
|
[name: string]: any;
|
|
505
505
|
}>) => any;
|
|
506
|
-
onInput?: (value: string) => any;
|
|
507
506
|
onFocus?: (evt: FocusEvent) => any;
|
|
508
507
|
onBlur?: (evt: FocusEvent) => any;
|
|
508
|
+
onInput?: (value: string) => any;
|
|
509
509
|
onClear?: () => any;
|
|
510
510
|
onMouseleave?: (evt: MouseEvent) => any;
|
|
511
511
|
onMouseenter?: (evt: MouseEvent) => any;
|
|
@@ -517,32 +517,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
517
517
|
onAppendFly?: (...args: any[] | unknown[]) => any;
|
|
518
518
|
onAppendEdit?: (...args: any[] | unknown[]) => any;
|
|
519
519
|
}, {
|
|
520
|
-
|
|
520
|
+
disabled: boolean;
|
|
521
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
522
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
523
|
+
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
524
|
+
type: string;
|
|
521
525
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
526
|
+
multiple: boolean;
|
|
527
|
+
readonly: boolean;
|
|
528
|
+
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
522
529
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
523
530
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
524
|
-
type: string;
|
|
525
531
|
formItemSize: "default" | "small" | "large";
|
|
526
532
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
527
533
|
inline: boolean;
|
|
528
|
-
readonly: boolean;
|
|
529
534
|
labelPosition: "right";
|
|
530
|
-
disabled: boolean;
|
|
531
|
-
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
532
535
|
id: string;
|
|
533
|
-
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
534
536
|
autosize: false;
|
|
535
537
|
autocomplete: string;
|
|
536
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
537
538
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
538
539
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
539
540
|
containerRole: string;
|
|
540
541
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
541
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
542
542
|
inputStyle: import("vue").StyleValue;
|
|
543
|
+
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
543
544
|
inputSlots: any;
|
|
544
545
|
rows: number;
|
|
545
|
-
multiple: boolean;
|
|
546
546
|
editTypes: import("./const").EDIT_TYPE | import("./const").EDIT_TYPE[];
|
|
547
547
|
showMap: boolean;
|
|
548
548
|
dialogEdit: boolean;
|
|
@@ -355,7 +355,7 @@ export declare const props: {
|
|
|
355
355
|
};
|
|
356
356
|
disabled: BooleanConstructor;
|
|
357
357
|
};
|
|
358
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"
|
|
358
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"rules", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"data", keyof T2> | Extract<"model", keyof T2> | Extract<"statusIcon", keyof T2> | Extract<"requireAsteriskPosition", keyof T2> | Extract<"labelSuffix", keyof T2> | Extract<"validateOnRuleChange", keyof T2> | Extract<"hideRequiredAsterisk", keyof T2> | Extract<"scrollToError", keyof T2> | Extract<"scrollIntoViewOptions", keyof T2> | Extract<"formItems", keyof T2> | Extract<"layout", keyof T2> | Extract<"rowSource", keyof T2> | Extract<"colSource", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> | Exclude<Extract<"data", keyof T2>, KE> | Exclude<Extract<"model", keyof T2>, KE> | Exclude<Extract<"statusIcon", keyof T2>, KE> | Exclude<Extract<"requireAsteriskPosition", keyof T2>, KE> | Exclude<Extract<"labelSuffix", keyof T2>, KE> | Exclude<Extract<"validateOnRuleChange", keyof T2>, KE> | Exclude<Extract<"hideRequiredAsterisk", keyof T2>, KE> | Exclude<Extract<"scrollToError", keyof T2>, KE> | Exclude<Extract<"scrollIntoViewOptions", keyof T2>, KE> | Exclude<Extract<"formItems", keyof T2>, KE> | Exclude<Extract<"layout", keyof T2>, KE> | Exclude<Extract<"rowSource", keyof T2>, KE> | Exclude<Extract<"colSource", keyof T2>, KE> : Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"rules", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"data", keyof T2> | Extract<"model", keyof T2> | Extract<"statusIcon", keyof T2> | Extract<"requireAsteriskPosition", keyof T2> | Extract<"labelSuffix", keyof T2> | Extract<"validateOnRuleChange", keyof T2> | Extract<"hideRequiredAsterisk", keyof T2> | Extract<"scrollToError", keyof T2> | Extract<"scrollIntoViewOptions", keyof T2> | Extract<"formItems", keyof T2> | Extract<"layout", keyof T2> | Extract<"rowSource", keyof T2> | Extract<"colSource", keyof T2>]: { [k in Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"rules", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"data", keyof T2> | Extract<"model", keyof T2> | Extract<"statusIcon", keyof T2> | Extract<"requireAsteriskPosition", keyof T2> | Extract<"labelSuffix", keyof T2> | Extract<"validateOnRuleChange", keyof T2> | Extract<"hideRequiredAsterisk", keyof T2> | Extract<"scrollToError", keyof T2> | Extract<"scrollIntoViewOptions", keyof T2> | Extract<"formItems", keyof T2> | Extract<"layout", keyof T2> | Extract<"rowSource", keyof T2> | Extract<"colSource", keyof T2>]: T2[k]; }[P]; }>;
|
|
359
359
|
export declare const emits: {
|
|
360
360
|
setData: (e: SetDataEvent) => SetDataEvent;
|
|
361
361
|
validate: any;
|
|
@@ -342,14 +342,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
342
342
|
disabled: BooleanConstructor;
|
|
343
343
|
}, {
|
|
344
344
|
formProps: import("vue").ComputedRef<{
|
|
345
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>;
|
|
346
|
+
disabled: boolean;
|
|
345
347
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
346
348
|
rules: Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>;
|
|
347
349
|
inlineMessage: boolean;
|
|
348
350
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
349
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>;
|
|
350
351
|
inline: boolean;
|
|
351
352
|
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
352
|
-
disabled: boolean;
|
|
353
353
|
statusIcon: boolean;
|
|
354
354
|
requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
355
355
|
labelSuffix: string;
|
|
@@ -709,10 +709,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
709
709
|
};
|
|
710
710
|
disabled: BooleanConstructor;
|
|
711
711
|
}>> & {
|
|
712
|
+
onValidate?: (...args: any[] | unknown[]) => any;
|
|
712
713
|
onSubmit?: (...args: any[] | unknown[]) => any;
|
|
713
714
|
onSetData?: (e: import("@vunk/core").SetDataEvent) => any;
|
|
714
|
-
onValidate?: (...args: any[] | unknown[]) => any;
|
|
715
715
|
}, {
|
|
716
|
+
disabled: boolean;
|
|
717
|
+
readonly: boolean;
|
|
716
718
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
717
719
|
inlineMessage: boolean;
|
|
718
720
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -999,9 +1001,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
999
1001
|
readonly scrollToError: boolean;
|
|
1000
1002
|
}>) => any;
|
|
1001
1003
|
inline: boolean;
|
|
1002
|
-
readonly: boolean;
|
|
1003
1004
|
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
1004
|
-
disabled: boolean;
|
|
1005
1005
|
data: {};
|
|
1006
1006
|
statusIcon: boolean;
|
|
1007
1007
|
requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
@@ -57,4 +57,4 @@ export declare const props: Omit<{
|
|
|
57
57
|
__epPropKey: true;
|
|
58
58
|
};
|
|
59
59
|
}, "size">;
|
|
60
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"
|
|
60
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> : Extract<"required", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2>]: { [k in Extract<"required", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2>]: T2[k]; }[P]; }>;
|