@vunk/form 1.1.65 → 1.1.67
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/component.d.ts +1 -1
- package/components/button/index.css +1 -0
- package/components/button/index.d.ts +1 -1
- package/components/button/index.js +43 -57
- package/components/button/src/ctx.d.ts +13 -13
- package/components/button/src/ctx.js +1 -39
- package/components/button/src/index.css +1 -0
- package/components/button/src/index.vue.d.ts +37 -73
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.css +1 -0
- package/components/cascader/index.d.ts +1 -1
- package/components/cascader/index.js +34 -49
- package/components/cascader/src/ctx.d.ts +15 -15
- package/components/cascader/src/ctx.js +1 -38
- package/components/cascader/src/index.css +1 -0
- package/components/cascader/src/index.vue.d.ts +45 -70
- package/components/cascader/src/use.d.ts +1 -1
- package/components/cascader/src/use.js +1 -28
- package/components/checkbox/index.css +1 -0
- package/components/checkbox/index.d.ts +1 -1
- package/components/checkbox/index.js +48 -53
- package/components/checkbox/src/ctx.d.ts +14 -14
- package/components/checkbox/src/ctx.js +1 -46
- package/components/checkbox/src/index.css +1 -0
- package/components/checkbox/src/index.vue.d.ts +43 -63
- package/components/color-picker/index.css +1 -0
- package/components/color-picker/index.d.ts +1 -1
- package/components/color-picker/index.js +38 -42
- package/components/color-picker/src/ctx.d.ts +15 -13
- package/components/color-picker/src/ctx.js +1 -23
- package/components/color-picker/src/index.css +1 -0
- package/components/color-picker/src/index.vue.d.ts +36 -65
- package/components/date-picker/index.css +1 -0
- package/components/date-picker/index.d.ts +1 -1
- package/components/date-picker/index.js +42 -55
- package/components/date-picker/src/ctx.d.ts +41 -34
- package/components/date-picker/src/ctx.js +1 -31
- package/components/date-picker/src/index.css +1 -0
- package/components/date-picker/src/index.vue.d.ts +122 -133
- package/components/date-picker/src/types.d.ts +9 -9
- package/components/date-picker/src/types.js +1 -11
- package/components/esri-input-geojson/index.css +8 -6
- package/components/esri-input-geojson/index.d.ts +1 -1
- package/components/esri-input-geojson/index.js +417 -535
- package/components/esri-input-geojson/src/append.vue.d.ts +7 -7
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/const.js +1 -33
- package/components/esri-input-geojson/src/ctx.d.ts +44 -35
- package/components/esri-input-geojson/src/ctx.js +1 -128
- package/components/esri-input-geojson/src/default-view.vue.d.ts +9 -9
- package/components/esri-input-geojson/src/index.css +1 -0
- package/components/esri-input-geojson/src/index.vue.d.ts +142 -119
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +23 -22
- package/components/form/index.css +1 -0
- package/components/form/index.d.ts +1 -1
- package/components/form/index.js +57 -87
- package/components/form/src/ctx.d.ts +176 -204
- package/components/form/src/ctx.js +1 -61
- package/components/form/src/index.css +1 -0
- package/components/form/src/index.vue.d.ts +515 -601
- package/components/form/src/types.d.ts +3 -3
- package/components/form/src/utils.d.ts +1 -1
- package/components/form/src/utils.js +1 -55
- package/components/form-item/index.css +1 -0
- package/components/form-item/index.d.ts +1 -1
- package/components/form-item/index.js +22 -50
- package/components/form-item/src/ctx.d.ts +9 -9
- package/components/form-item/src/ctx.js +1 -53
- package/components/form-item/src/index.css +1 -0
- package/components/form-item/src/index.vue.d.ts +26 -26
- package/components/form-item/src/types.d.ts +1 -1
- package/components/form-item-renderer/index.css +1 -0
- package/components/form-item-renderer/index.d.ts +1 -1
- package/components/form-item-renderer/index.js +10 -18
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/ctx.js +1 -16
- package/components/form-item-renderer/src/index.css +1 -0
- package/components/form-item-renderer/src/index.vue.d.ts +9 -9
- package/components/form-item-renderer/src/symbols.js +1 -3
- package/components/form-item-renderer-template/index.css +1 -0
- package/components/form-item-renderer-template/index.d.ts +1 -1
- package/components/form-item-renderer-template/index.js +6 -13
- package/components/form-item-renderer-template/src/ctx.js +1 -9
- package/components/form-item-renderer-template/src/index.css +1 -0
- package/components/form-item-renderer-template/src/index.vue.d.ts +2 -2
- package/components/geoinput/index.css +1 -0
- package/components/geoinput/index.d.ts +1 -1
- package/components/geoinput/index.js +45 -43
- package/components/geoinput/src/ctx.d.ts +42 -28
- package/components/geoinput/src/ctx.js +1 -39
- package/components/geoinput/src/index.css +1 -0
- package/components/geoinput/src/index.vue.d.ts +111 -223
- package/components/geoinput/src/types.d.ts +3 -3
- package/components/geoinput-read/index.css +1 -0
- package/components/geoinput-read/index.d.ts +1 -1
- package/components/geoinput-read/index.js +120 -160
- package/components/geoinput-read/src/append.vue.d.ts +4 -4
- package/components/geoinput-read/src/core.vue.d.ts +130 -104
- package/components/geoinput-read/src/ctx.d.ts +42 -30
- package/components/geoinput-read/src/ctx.js +1 -66
- package/components/geoinput-read/src/index.css +1 -0
- package/components/geoinput-read/src/index.vue.d.ts +108 -151
- package/components/geoinput-read/src/types.d.ts +1 -1
- package/components/geoinput-update/index.css +9 -7
- package/components/geoinput-update/index.d.ts +1 -1
- package/components/geoinput-update/index.js +335 -366
- package/components/geoinput-update/src/append.vue.d.ts +5 -5
- package/components/geoinput-update/src/ctx.d.ts +38 -28
- package/components/geoinput-update/src/ctx.js +1 -85
- package/components/geoinput-update/src/index.css +1 -0
- package/components/geoinput-update/src/index.vue.d.ts +120 -98
- package/components/geoinput-update/src/types.d.ts +2 -2
- package/components/input/index.css +1 -0
- package/components/input/index.d.ts +1 -1
- package/components/input/index.js +43 -60
- package/components/input/src/ctx.d.ts +31 -25
- package/components/input/src/ctx.js +1 -46
- package/components/input/src/index.css +1 -0
- package/components/input/src/index.vue.d.ts +94 -110
- package/components/input/src/types.d.ts +2 -2
- package/components/input-link/index.css +1 -0
- package/components/input-link/index.d.ts +1 -1
- package/components/input-link/index.js +71 -92
- package/components/input-link/src/ctx.d.ts +26 -20
- package/components/input-link/src/ctx.js +1 -66
- package/components/input-link/src/index.css +1 -0
- package/components/input-link/src/index.vue.d.ts +72 -116
- package/components/input-number/index.css +1 -0
- package/components/input-number/index.d.ts +1 -1
- package/components/input-number/index.js +37 -45
- package/components/input-number/src/ctx.d.ts +15 -15
- package/components/input-number/src/ctx.js +1 -38
- package/components/input-number/src/index.css +1 -0
- package/components/input-number/src/index.vue.d.ts +42 -65
- package/components/input-number/src/types.d.ts +1 -1
- package/components/radio/index.css +1 -0
- package/components/radio/index.d.ts +1 -1
- package/components/radio/index.js +45 -50
- package/components/radio/src/ctx.d.ts +11 -11
- package/components/radio/src/ctx.js +1 -39
- package/components/radio/src/index.css +1 -0
- package/components/radio/src/index.vue.d.ts +41 -60
- package/components/radio/src/types.d.ts +1 -1
- package/components/select/index.css +1 -0
- package/components/select/index.d.ts +1 -1
- package/components/select/index.js +59 -64
- package/components/select/src/ctx.d.ts +39 -41
- package/components/select/src/ctx.js +1 -40
- package/components/select/src/index.css +1 -0
- package/components/select/src/index.vue.d.ts +130 -162
- package/components/select/src/types.d.ts +2 -2
- package/components/slider/index.css +1 -0
- package/components/slider/index.d.ts +1 -1
- package/components/slider/index.js +33 -50
- package/components/slider/src/ctx.d.ts +18 -18
- package/components/slider/src/ctx.js +1 -29
- package/components/slider/src/index.css +1 -0
- package/components/slider/src/index.vue.d.ts +62 -81
- package/components/switch/index.css +1 -0
- package/components/switch/index.d.ts +1 -1
- package/components/switch/index.js +33 -50
- package/components/switch/src/ctx.d.ts +22 -22
- package/components/switch/src/ctx.js +1 -31
- package/components/switch/src/index.css +1 -0
- package/components/switch/src/index.vue.d.ts +65 -83
- package/components/switch/src/types.d.ts +1 -1
- package/components/templates-default/index.css +1 -0
- package/components/templates-default/index.d.ts +1 -1
- package/components/templates-default/index.js +243 -172
- package/components/templates-default/src/ctx.d.ts +1 -1
- package/components/templates-default/src/ctx.js +1 -18
- package/components/templates-default/src/index.css +1 -0
- package/components/templates-default/src/index.vue.d.ts +9 -9
- package/components/templates-default/src/types.d.ts +16 -16
- package/components/templates-element-plus/index.css +1 -0
- package/components/templates-element-plus/index.d.ts +1 -1
- package/components/templates-element-plus/index.js +66 -36
- package/components/templates-element-plus/src/ctx.js +1 -9
- package/components/templates-element-plus/src/index.css +1 -0
- package/components/templates-element-plus/src/index.vue.d.ts +7 -7
- package/components/templates-element-plus/src/types.d.ts +1 -1
- package/components/templates-esri/index.css +1 -0
- package/components/templates-esri/index.d.ts +1 -1
- package/components/templates-esri/index.js +25 -24
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/ctx.js +1 -11
- package/components/templates-esri/src/index.css +1 -0
- package/components/templates-esri/src/index.vue.d.ts +6 -6
- package/components/templates-esri/src/types.d.ts +1 -1
- package/components/templates-layout/index.css +1 -0
- package/components/templates-layout/index.d.ts +1 -1
- package/components/templates-layout/index.js +96 -63
- package/components/templates-layout/src/ctx.js +1 -9
- package/components/templates-layout/src/index.css +1 -0
- package/components/templates-layout/src/index.vue.d.ts +7 -7
- package/components/templates-layout/src/types.d.ts +3 -3
- package/components/templates-mapbox/index.css +1 -0
- package/components/templates-mapbox/index.d.ts +1 -1
- package/components/templates-mapbox/index.js +25 -24
- package/components/templates-mapbox/src/ctx.d.ts +1 -1
- package/components/templates-mapbox/src/ctx.js +1 -11
- package/components/templates-mapbox/src/index.css +1 -0
- package/components/templates-mapbox/src/index.vue.d.ts +6 -6
- package/components/templates-mapbox/src/types.d.ts +1 -1
- package/components/upload/index.css +11 -9
- package/components/upload/index.d.ts +1 -1
- package/components/upload/index.js +283 -296
- package/components/upload/src/ctx.d.ts +32 -22
- package/components/upload/src/ctx.js +1 -45
- package/components/upload/src/file.vue.d.ts +28 -19
- package/components/upload/src/index.css +1 -0
- package/components/upload/src/index.vue.d.ts +63 -62
- package/components/upload-plus/index.css +1 -0
- package/components/upload-plus/index.d.ts +1 -1
- package/components/upload-plus/index.js +911 -9539
- package/components/upload-plus/src/api.d.ts +3 -3
- package/components/upload-plus/src/api.js +21 -18114
- package/components/upload-plus/src/const.js +1 -12
- package/components/upload-plus/src/ctx.d.ts +13 -13
- package/components/upload-plus/src/ctx.js +1 -58
- package/components/upload-plus/src/index.css +1 -0
- package/components/upload-plus/src/index.vue.d.ts +31 -48
- package/components/upload-plus/src/types.d.ts +1 -1
- package/components/van-cascader/index.css +1 -0
- package/components/van-cascader/index.d.ts +1 -1
- package/components/van-cascader/index.js +47 -55
- package/components/van-cascader/src/ctx.d.ts +13 -13
- package/components/van-cascader/src/ctx.js +1 -22
- package/components/van-cascader/src/index.css +1 -0
- package/components/van-cascader/src/index.vue.d.ts +40 -57
- package/components/var-datetime-picker/index.css +1 -0
- package/components/var-datetime-picker/index.d.ts +1 -1
- package/components/var-datetime-picker/index.js +137 -168
- package/components/var-datetime-picker/src/const.js +1 -91
- package/components/var-datetime-picker/src/ctx.d.ts +10 -10
- package/components/var-datetime-picker/src/ctx.js +1 -43
- package/components/var-datetime-picker/src/index.css +1 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +26 -42
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/index.css +1 -0
- package/components/vditor/index.d.ts +1 -1
- package/components/vditor/index.js +22 -17
- package/components/vditor/src/ctx.js +1 -15
- package/components/vditor/src/index.css +1 -0
- package/components/vditor/src/index.vue.d.ts +4 -3
- package/components/vditor/src/types.d.ts +1 -1
- package/composables/index.css +1 -0
- package/composables/index.js +1 -104
- package/composables/useForm.d.ts +2 -2
- package/composables/useSourceManager.d.ts +1 -1
- package/index.css +127 -20
- package/index.esm.js +1 -44
- package/package.json +1 -1
- package/shared/const/index.css +1 -0
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.js +1 -56
- package/shared/element-plus/ctx.d.ts +28 -26
- package/shared/element-plus/index.css +1 -0
- package/shared/element-plus/index.js +1 -220
- package/shared/element-plus/instances.d.ts +45 -38
- package/shared/form/index.css +1 -0
- package/shared/form/index.js +1 -30
- package/shared/helper/index.css +1 -0
- package/shared/helper/index.js +1 -9
- package/shared/index.css +1 -0
- package/shared/index.js +1 -56
- package/shared/infer-prop/index.css +1 -0
- package/shared/infer-prop/index.d.ts +1 -1
- package/shared/infer-prop/index.js +1 -34
- package/shared/progress-it/index.css +1 -0
- package/shared/progress-it/index.d.ts +4 -4
- package/shared/progress-it/index.js +1 -57
- package/shared/rules/index.css +1 -0
- package/shared/rules/index.js +1 -32
- package/shared/types/form/index.css +1 -0
- package/shared/types/index.css +1 -0
- package/shared/types/source/index.css +1 -0
- package/shared/types/source/index.d.ts +2 -2
- package/shared/types/source-manager/index.css +1 -0
- package/shared/upload/index.css +1 -0
- package/shared/upload/index.js +1 -767
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
type: import("vue").PropType<import("geojson").FeatureCollection<any, any>>;
|
|
4
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
4
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
5
|
+
[name: string]: any;
|
|
6
|
+
}>;
|
|
5
7
|
};
|
|
6
8
|
editStyles: {
|
|
7
9
|
type: import("vue").PropType<import("@vumap/core/components/control-draw/src/types").StyleLayer[]>;
|
|
8
|
-
default: () =>
|
|
10
|
+
default: () => any[];
|
|
9
11
|
};
|
|
10
12
|
editTypes: {
|
|
11
13
|
type: import("vue").PropType<import("../../geoinput/src/types").EditType | import("../../geoinput/src/types").EditType[]>;
|
|
@@ -13,11 +15,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
15
|
};
|
|
14
16
|
paint: {
|
|
15
17
|
type: import("vue").PropType<import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint>;
|
|
16
|
-
default:
|
|
18
|
+
default: any;
|
|
17
19
|
};
|
|
18
20
|
type: {
|
|
19
21
|
type: StringConstructor;
|
|
20
|
-
default:
|
|
22
|
+
default: any;
|
|
21
23
|
};
|
|
22
24
|
custom: {
|
|
23
25
|
type: BooleanConstructor;
|
|
@@ -40,7 +42,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
42
|
before: StringConstructor;
|
|
41
43
|
data: {
|
|
42
44
|
type: import("vue").PropType<any>;
|
|
43
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
45
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
46
|
+
[name: string]: any;
|
|
47
|
+
}>;
|
|
44
48
|
};
|
|
45
49
|
maxlength: {
|
|
46
50
|
type: NumberConstructor;
|
|
@@ -52,32 +56,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
56
|
};
|
|
53
57
|
inputSlots: {
|
|
54
58
|
type: import("vue").PropType<import("../../input/src/types").InputSlots>;
|
|
55
|
-
default:
|
|
59
|
+
default: any;
|
|
56
60
|
};
|
|
57
61
|
rows: {
|
|
58
62
|
type: NumberConstructor;
|
|
59
|
-
default:
|
|
63
|
+
default: any;
|
|
60
64
|
};
|
|
61
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
62
65
|
label: StringConstructor;
|
|
63
66
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
64
67
|
prop: {
|
|
65
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
68
|
+
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>>;
|
|
66
69
|
readonly required: false;
|
|
67
|
-
readonly validator: (
|
|
70
|
+
readonly validator: (val: unknown) => boolean;
|
|
68
71
|
__epPropKey: true;
|
|
69
72
|
};
|
|
73
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
70
74
|
rules: {
|
|
71
|
-
readonly type: import("vue").PropType<
|
|
75
|
+
readonly type: import("vue").PropType<unknown>;
|
|
72
76
|
readonly required: false;
|
|
73
|
-
readonly validator: (
|
|
77
|
+
readonly validator: (val: unknown) => boolean;
|
|
74
78
|
__epPropKey: true;
|
|
75
79
|
};
|
|
76
80
|
error: StringConstructor;
|
|
77
81
|
validateStatus: {
|
|
78
82
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
79
83
|
readonly required: false;
|
|
80
|
-
readonly validator: (
|
|
84
|
+
readonly validator: (val: unknown) => boolean;
|
|
81
85
|
__epPropKey: true;
|
|
82
86
|
};
|
|
83
87
|
for: StringConstructor;
|
|
@@ -89,7 +93,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
89
93
|
};
|
|
90
94
|
formItemSlots: {
|
|
91
95
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
92
|
-
default:
|
|
96
|
+
default: any;
|
|
93
97
|
};
|
|
94
98
|
elRef: {
|
|
95
99
|
type: import("vue").PropType<any>;
|
|
@@ -101,7 +105,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
105
|
};
|
|
102
106
|
readonly: {
|
|
103
107
|
type: BooleanConstructor;
|
|
104
|
-
default:
|
|
108
|
+
default: any;
|
|
105
109
|
};
|
|
106
110
|
labelPosition: {
|
|
107
111
|
type: import("vue").PropType<"right">;
|
|
@@ -110,109 +114,115 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
114
|
size: {
|
|
111
115
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
112
116
|
readonly required: false;
|
|
113
|
-
readonly validator: (
|
|
117
|
+
readonly validator: (val: unknown) => boolean;
|
|
114
118
|
__epPropKey: true;
|
|
115
119
|
};
|
|
116
120
|
disabled: BooleanConstructor;
|
|
117
121
|
resize: {
|
|
118
122
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
119
123
|
readonly required: false;
|
|
120
|
-
readonly validator: (
|
|
124
|
+
readonly validator: (val: unknown) => boolean;
|
|
121
125
|
__epPropKey: true;
|
|
122
126
|
};
|
|
123
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
127
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
128
|
+
minRows?: number;
|
|
129
|
+
maxRows?: number;
|
|
130
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
131
|
+
minRows?: number;
|
|
132
|
+
maxRows?: number;
|
|
133
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
124
134
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
125
135
|
formatter: {
|
|
126
136
|
readonly type: import("vue").PropType<Function>;
|
|
127
137
|
readonly required: false;
|
|
128
|
-
readonly validator: (
|
|
138
|
+
readonly validator: (val: unknown) => boolean;
|
|
129
139
|
__epPropKey: true;
|
|
130
140
|
};
|
|
131
141
|
parser: {
|
|
132
142
|
readonly type: import("vue").PropType<Function>;
|
|
133
143
|
readonly required: false;
|
|
134
|
-
readonly validator: (
|
|
144
|
+
readonly validator: (val: unknown) => boolean;
|
|
135
145
|
__epPropKey: true;
|
|
136
146
|
};
|
|
137
147
|
placeholder: {
|
|
138
148
|
readonly type: import("vue").PropType<string>;
|
|
139
149
|
readonly required: false;
|
|
140
|
-
readonly validator: (
|
|
150
|
+
readonly validator: (val: unknown) => boolean;
|
|
141
151
|
__epPropKey: true;
|
|
142
152
|
};
|
|
143
153
|
form: {
|
|
144
154
|
readonly type: import("vue").PropType<string>;
|
|
145
155
|
readonly required: false;
|
|
146
|
-
readonly validator: (
|
|
156
|
+
readonly validator: (val: unknown) => boolean;
|
|
147
157
|
__epPropKey: true;
|
|
148
158
|
};
|
|
149
159
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
150
160
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
151
161
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
152
162
|
suffixIcon: {
|
|
153
|
-
readonly type: import("vue").PropType<
|
|
163
|
+
readonly type: import("vue").PropType<unknown>;
|
|
154
164
|
readonly required: false;
|
|
155
|
-
readonly validator: (
|
|
165
|
+
readonly validator: (val: unknown) => boolean;
|
|
156
166
|
__epPropKey: true;
|
|
157
167
|
};
|
|
158
168
|
prefixIcon: {
|
|
159
|
-
readonly type: import("vue").PropType<
|
|
169
|
+
readonly type: import("vue").PropType<unknown>;
|
|
160
170
|
readonly required: false;
|
|
161
|
-
readonly validator: (
|
|
171
|
+
readonly validator: (val: unknown) => boolean;
|
|
162
172
|
__epPropKey: true;
|
|
163
173
|
};
|
|
164
174
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
165
175
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
166
176
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
167
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
177
|
+
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>;
|
|
168
178
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
169
179
|
}, {
|
|
170
180
|
mapFit: () => void;
|
|
171
181
|
inputBindProps: import("vue").ComputedRef<{
|
|
172
|
-
|
|
173
|
-
label: string | undefined;
|
|
182
|
+
label: string;
|
|
174
183
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
175
|
-
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
184
|
+
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>;
|
|
185
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
186
|
+
rules: unknown;
|
|
187
|
+
error: string;
|
|
188
|
+
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>;
|
|
189
|
+
for: string;
|
|
180
190
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
181
191
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
182
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never
|
|
192
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
183
193
|
formItemSize: "default" | "small" | "large";
|
|
184
|
-
formItemSlots: import("../../form-item/src/types").FormItemSlots
|
|
194
|
+
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
185
195
|
elRef: any;
|
|
186
196
|
inline: boolean;
|
|
187
197
|
labelPosition: "right";
|
|
188
198
|
disabled: boolean;
|
|
189
199
|
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
190
|
-
|
|
191
|
-
|
|
200
|
+
maxlength: number;
|
|
201
|
+
minlength: number;
|
|
202
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>;
|
|
203
|
+
autosize: false;
|
|
192
204
|
autocomplete: string;
|
|
193
|
-
formatter: Function
|
|
194
|
-
parser: Function
|
|
195
|
-
placeholder: string
|
|
196
|
-
form: string
|
|
205
|
+
formatter: Function;
|
|
206
|
+
parser: Function;
|
|
207
|
+
placeholder: string;
|
|
208
|
+
form: string;
|
|
197
209
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
198
210
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
199
211
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
200
|
-
suffixIcon:
|
|
201
|
-
prefixIcon:
|
|
202
|
-
containerRole: string
|
|
212
|
+
suffixIcon: unknown;
|
|
213
|
+
prefixIcon: unknown;
|
|
214
|
+
containerRole: string;
|
|
203
215
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
204
216
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
205
217
|
inputStyle: import("vue").StyleValue;
|
|
206
|
-
|
|
207
|
-
minlength: number | undefined;
|
|
208
|
-
rows: number | undefined;
|
|
218
|
+
rows: number;
|
|
209
219
|
}>;
|
|
210
220
|
inputOnEmits: {
|
|
221
|
+
clear: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
211
222
|
input: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
212
|
-
change: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
213
223
|
focus: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
214
224
|
blur: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
215
|
-
|
|
225
|
+
change: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
216
226
|
mouseleave: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
217
227
|
mouseenter: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
218
228
|
keydown: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
@@ -222,10 +232,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
232
|
};
|
|
223
233
|
mapBindProps: import("vue").ComputedRef<{
|
|
224
234
|
id: string;
|
|
225
|
-
maxzoom: number
|
|
226
|
-
minzoom: number
|
|
235
|
+
maxzoom: number;
|
|
236
|
+
minzoom: number;
|
|
227
237
|
cursor: string;
|
|
228
|
-
before: string
|
|
238
|
+
before: string;
|
|
229
239
|
}>;
|
|
230
240
|
mapOnEmits: {
|
|
231
241
|
click: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
@@ -236,7 +246,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
236
246
|
paintFromEditStyles: import("vue").ComputedRef<import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint>;
|
|
237
247
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
238
248
|
layerChange: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent;
|
|
239
|
-
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
249
|
+
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
250
|
+
[name: string]: any;
|
|
251
|
+
}>) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
252
|
+
[name: string]: any;
|
|
253
|
+
}>;
|
|
240
254
|
layerClick: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent;
|
|
241
255
|
input: (value: string) => boolean;
|
|
242
256
|
change: (value: string) => boolean;
|
|
@@ -250,14 +264,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
250
264
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
251
265
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
252
266
|
load: (e: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent;
|
|
253
|
-
}, string, import("vue").
|
|
267
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
254
268
|
modelValue: {
|
|
255
269
|
type: import("vue").PropType<import("geojson").FeatureCollection<any, any>>;
|
|
256
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
270
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
271
|
+
[name: string]: any;
|
|
272
|
+
}>;
|
|
257
273
|
};
|
|
258
274
|
editStyles: {
|
|
259
275
|
type: import("vue").PropType<import("@vumap/core/components/control-draw/src/types").StyleLayer[]>;
|
|
260
|
-
default: () =>
|
|
276
|
+
default: () => any[];
|
|
261
277
|
};
|
|
262
278
|
editTypes: {
|
|
263
279
|
type: import("vue").PropType<import("../../geoinput/src/types").EditType | import("../../geoinput/src/types").EditType[]>;
|
|
@@ -265,11 +281,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
265
281
|
};
|
|
266
282
|
paint: {
|
|
267
283
|
type: import("vue").PropType<import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint>;
|
|
268
|
-
default:
|
|
284
|
+
default: any;
|
|
269
285
|
};
|
|
270
286
|
type: {
|
|
271
287
|
type: StringConstructor;
|
|
272
|
-
default:
|
|
288
|
+
default: any;
|
|
273
289
|
};
|
|
274
290
|
custom: {
|
|
275
291
|
type: BooleanConstructor;
|
|
@@ -292,7 +308,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
292
308
|
before: StringConstructor;
|
|
293
309
|
data: {
|
|
294
310
|
type: import("vue").PropType<any>;
|
|
295
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
311
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
312
|
+
[name: string]: any;
|
|
313
|
+
}>;
|
|
296
314
|
};
|
|
297
315
|
maxlength: {
|
|
298
316
|
type: NumberConstructor;
|
|
@@ -304,32 +322,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
304
322
|
};
|
|
305
323
|
inputSlots: {
|
|
306
324
|
type: import("vue").PropType<import("../../input/src/types").InputSlots>;
|
|
307
|
-
default:
|
|
325
|
+
default: any;
|
|
308
326
|
};
|
|
309
327
|
rows: {
|
|
310
328
|
type: NumberConstructor;
|
|
311
|
-
default:
|
|
329
|
+
default: any;
|
|
312
330
|
};
|
|
313
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
314
331
|
label: StringConstructor;
|
|
315
332
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
316
333
|
prop: {
|
|
317
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
334
|
+
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>>;
|
|
318
335
|
readonly required: false;
|
|
319
|
-
readonly validator: (
|
|
336
|
+
readonly validator: (val: unknown) => boolean;
|
|
320
337
|
__epPropKey: true;
|
|
321
338
|
};
|
|
339
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
322
340
|
rules: {
|
|
323
|
-
readonly type: import("vue").PropType<
|
|
341
|
+
readonly type: import("vue").PropType<unknown>;
|
|
324
342
|
readonly required: false;
|
|
325
|
-
readonly validator: (
|
|
343
|
+
readonly validator: (val: unknown) => boolean;
|
|
326
344
|
__epPropKey: true;
|
|
327
345
|
};
|
|
328
346
|
error: StringConstructor;
|
|
329
347
|
validateStatus: {
|
|
330
348
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
331
349
|
readonly required: false;
|
|
332
|
-
readonly validator: (
|
|
350
|
+
readonly validator: (val: unknown) => boolean;
|
|
333
351
|
__epPropKey: true;
|
|
334
352
|
};
|
|
335
353
|
for: StringConstructor;
|
|
@@ -341,7 +359,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
341
359
|
};
|
|
342
360
|
formItemSlots: {
|
|
343
361
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
344
|
-
default:
|
|
362
|
+
default: any;
|
|
345
363
|
};
|
|
346
364
|
elRef: {
|
|
347
365
|
type: import("vue").PropType<any>;
|
|
@@ -353,7 +371,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
353
371
|
};
|
|
354
372
|
readonly: {
|
|
355
373
|
type: BooleanConstructor;
|
|
356
|
-
default:
|
|
374
|
+
default: any;
|
|
357
375
|
};
|
|
358
376
|
labelPosition: {
|
|
359
377
|
type: import("vue").PropType<"right">;
|
|
@@ -362,95 +380,102 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
362
380
|
size: {
|
|
363
381
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
364
382
|
readonly required: false;
|
|
365
|
-
readonly validator: (
|
|
383
|
+
readonly validator: (val: unknown) => boolean;
|
|
366
384
|
__epPropKey: true;
|
|
367
385
|
};
|
|
368
386
|
disabled: BooleanConstructor;
|
|
369
387
|
resize: {
|
|
370
388
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
371
389
|
readonly required: false;
|
|
372
|
-
readonly validator: (
|
|
390
|
+
readonly validator: (val: unknown) => boolean;
|
|
373
391
|
__epPropKey: true;
|
|
374
392
|
};
|
|
375
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
393
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
394
|
+
minRows?: number;
|
|
395
|
+
maxRows?: number;
|
|
396
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
397
|
+
minRows?: number;
|
|
398
|
+
maxRows?: number;
|
|
399
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
376
400
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
377
401
|
formatter: {
|
|
378
402
|
readonly type: import("vue").PropType<Function>;
|
|
379
403
|
readonly required: false;
|
|
380
|
-
readonly validator: (
|
|
404
|
+
readonly validator: (val: unknown) => boolean;
|
|
381
405
|
__epPropKey: true;
|
|
382
406
|
};
|
|
383
407
|
parser: {
|
|
384
408
|
readonly type: import("vue").PropType<Function>;
|
|
385
409
|
readonly required: false;
|
|
386
|
-
readonly validator: (
|
|
410
|
+
readonly validator: (val: unknown) => boolean;
|
|
387
411
|
__epPropKey: true;
|
|
388
412
|
};
|
|
389
413
|
placeholder: {
|
|
390
414
|
readonly type: import("vue").PropType<string>;
|
|
391
415
|
readonly required: false;
|
|
392
|
-
readonly validator: (
|
|
416
|
+
readonly validator: (val: unknown) => boolean;
|
|
393
417
|
__epPropKey: true;
|
|
394
418
|
};
|
|
395
419
|
form: {
|
|
396
420
|
readonly type: import("vue").PropType<string>;
|
|
397
421
|
readonly required: false;
|
|
398
|
-
readonly validator: (
|
|
422
|
+
readonly validator: (val: unknown) => boolean;
|
|
399
423
|
__epPropKey: true;
|
|
400
424
|
};
|
|
401
425
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
402
426
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
403
427
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
404
428
|
suffixIcon: {
|
|
405
|
-
readonly type: import("vue").PropType<
|
|
429
|
+
readonly type: import("vue").PropType<unknown>;
|
|
406
430
|
readonly required: false;
|
|
407
|
-
readonly validator: (
|
|
431
|
+
readonly validator: (val: unknown) => boolean;
|
|
408
432
|
__epPropKey: true;
|
|
409
433
|
};
|
|
410
434
|
prefixIcon: {
|
|
411
|
-
readonly type: import("vue").PropType<
|
|
435
|
+
readonly type: import("vue").PropType<unknown>;
|
|
412
436
|
readonly required: false;
|
|
413
|
-
readonly validator: (
|
|
437
|
+
readonly validator: (val: unknown) => boolean;
|
|
414
438
|
__epPropKey: true;
|
|
415
439
|
};
|
|
416
440
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
417
441
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
418
442
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
419
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
443
|
+
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>;
|
|
420
444
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
421
445
|
}>> & {
|
|
422
|
-
onChange?: (
|
|
423
|
-
"onUpdate:modelValue"?: (
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
446
|
+
onChange?: (value: string) => any;
|
|
447
|
+
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
448
|
+
[name: string]: any;
|
|
449
|
+
}>) => any;
|
|
450
|
+
onInput?: (value: string) => any;
|
|
451
|
+
onFocus?: (evt: FocusEvent) => any;
|
|
452
|
+
onBlur?: (evt: FocusEvent) => any;
|
|
453
|
+
onClear?: () => any;
|
|
454
|
+
onMouseleave?: (evt: MouseEvent) => any;
|
|
455
|
+
onMouseenter?: (evt: MouseEvent) => any;
|
|
456
|
+
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
457
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
458
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
459
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
|
460
|
+
onLoad?: (e: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
|
|
461
|
+
onLayerChange?: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
|
|
462
|
+
onLayerClick?: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => any;
|
|
437
463
|
}, {
|
|
438
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
439
|
-
type: string;
|
|
440
464
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
465
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
441
466
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
442
467
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
468
|
+
type: string;
|
|
443
469
|
formItemSize: "default" | "small" | "large";
|
|
444
470
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
445
471
|
inline: boolean;
|
|
446
472
|
readonly: boolean;
|
|
447
473
|
labelPosition: "right";
|
|
448
|
-
data: any;
|
|
449
474
|
disabled: boolean;
|
|
450
475
|
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
451
476
|
id: string;
|
|
452
477
|
modelValue: import("geojson").FeatureCollection<any, any>;
|
|
453
|
-
autosize:
|
|
478
|
+
autosize: false;
|
|
454
479
|
autocomplete: string;
|
|
455
480
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
456
481
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -459,13 +484,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
459
484
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
460
485
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
461
486
|
inputStyle: import("vue").StyleValue;
|
|
462
|
-
inputSlots:
|
|
487
|
+
inputSlots: any;
|
|
463
488
|
rows: number;
|
|
489
|
+
data: any;
|
|
464
490
|
cursor: string;
|
|
465
|
-
paint:
|
|
491
|
+
paint: any;
|
|
466
492
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
467
493
|
editTypes: import("../../geoinput/src/types").EditType | import("../../geoinput/src/types").EditType[];
|
|
468
494
|
custom: boolean;
|
|
469
495
|
showMap: boolean;
|
|
470
|
-
}>;
|
|
496
|
+
}, {}>;
|
|
471
497
|
export default _default;
|