@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,61 +114,67 @@ 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
|
VmMap: import("vue").DefineComponent<{
|
|
@@ -188,84 +198,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
188
198
|
minZoom: NumberConstructor;
|
|
189
199
|
maxZoom: NumberConstructor;
|
|
190
200
|
}>> & {
|
|
191
|
-
onLoad?: (
|
|
201
|
+
onLoad?: (e: import("@vumap/core/components/map/src/types").LoadEvent) => any;
|
|
192
202
|
}, {
|
|
193
203
|
defaultOptions: Partial<import("mapbox-gl").MapboxOptions>;
|
|
194
|
-
}>;
|
|
195
|
-
coreBindProps: import("vue").ComputedRef<{
|
|
196
|
-
|
|
197
|
-
type: string | undefined;
|
|
198
|
-
label: string | undefined;
|
|
199
|
-
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
200
|
-
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown> | undefined;
|
|
201
|
-
rules: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown> | undefined;
|
|
202
|
-
error: string | undefined;
|
|
203
|
-
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
204
|
-
for: string | undefined;
|
|
205
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
206
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
207
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
208
|
-
formItemSize: "default" | "small" | "large";
|
|
209
|
-
formItemSlots: import("../../form-item/src/types").FormItemSlots | undefined;
|
|
210
|
-
elRef: any;
|
|
211
|
-
inline: boolean;
|
|
212
|
-
readonly: boolean | undefined;
|
|
213
|
-
labelPosition: "right";
|
|
214
|
-
data: any;
|
|
215
|
-
disabled: boolean;
|
|
216
|
-
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
217
|
-
id: string;
|
|
218
|
-
modelValue: import("geojson").FeatureCollection<any, any>;
|
|
219
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
|
|
220
|
-
autosize: import("element-plus").InputAutoSize;
|
|
221
|
-
autocomplete: string;
|
|
222
|
-
formatter: Function | undefined;
|
|
223
|
-
parser: Function | undefined;
|
|
224
|
-
placeholder: string | undefined;
|
|
225
|
-
form: string | undefined;
|
|
226
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
227
|
-
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
228
|
-
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
229
|
-
suffixIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown> | undefined;
|
|
230
|
-
prefixIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown> | undefined;
|
|
231
|
-
containerRole: string | undefined;
|
|
232
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
233
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
234
|
-
inputStyle: import("vue").StyleValue;
|
|
235
|
-
maxlength: number | undefined;
|
|
236
|
-
minlength: number | undefined;
|
|
237
|
-
inputSlots: import("../../input/src/types").InputSlots | undefined;
|
|
238
|
-
rows: number | undefined;
|
|
239
|
-
maxzoom: number | undefined;
|
|
240
|
-
minzoom: number | undefined;
|
|
241
|
-
cursor: string;
|
|
242
|
-
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint | undefined;
|
|
243
|
-
before: string | undefined;
|
|
244
|
-
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
245
|
-
editTypes: import("../../geoinput/src/types").EditType | import("../../geoinput/src/types").EditType[];
|
|
246
|
-
custom: boolean;
|
|
247
|
-
showMap: boolean;
|
|
248
|
-
}>;
|
|
249
|
-
coreOnEmits: {
|
|
250
|
-
"update:modelValue": (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
251
|
-
input: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
252
|
-
change: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
253
|
-
focus: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
254
|
-
blur: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
255
|
-
clear: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
256
|
-
mouseleave: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
257
|
-
mouseenter: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
258
|
-
keydown: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
259
|
-
compositionstart: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
260
|
-
compositionupdate: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
261
|
-
compositionend: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
262
|
-
load: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
263
|
-
layerChange: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
264
|
-
layerClick: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
|
|
265
|
-
};
|
|
204
|
+
}, {}>;
|
|
205
|
+
coreBindProps: import("vue").ComputedRef<{}>;
|
|
206
|
+
coreOnEmits: {};
|
|
266
207
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
267
208
|
layerChange: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent;
|
|
268
|
-
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
209
|
+
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
210
|
+
[name: string]: any;
|
|
211
|
+
}>) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
212
|
+
[name: string]: any;
|
|
213
|
+
}>;
|
|
269
214
|
layerClick: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent;
|
|
270
215
|
input: (value: string) => boolean;
|
|
271
216
|
change: (value: string) => boolean;
|
|
@@ -279,14 +224,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
279
224
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
280
225
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
281
226
|
load: (e: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent;
|
|
282
|
-
}, string, import("vue").
|
|
227
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
283
228
|
modelValue: {
|
|
284
229
|
type: import("vue").PropType<import("geojson").FeatureCollection<any, any>>;
|
|
285
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
230
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
231
|
+
[name: string]: any;
|
|
232
|
+
}>;
|
|
286
233
|
};
|
|
287
234
|
editStyles: {
|
|
288
235
|
type: import("vue").PropType<import("@vumap/core/components/control-draw/src/types").StyleLayer[]>;
|
|
289
|
-
default: () =>
|
|
236
|
+
default: () => any[];
|
|
290
237
|
};
|
|
291
238
|
editTypes: {
|
|
292
239
|
type: import("vue").PropType<import("../../geoinput/src/types").EditType | import("../../geoinput/src/types").EditType[]>;
|
|
@@ -294,11 +241,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
294
241
|
};
|
|
295
242
|
paint: {
|
|
296
243
|
type: import("vue").PropType<import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint>;
|
|
297
|
-
default:
|
|
244
|
+
default: any;
|
|
298
245
|
};
|
|
299
246
|
type: {
|
|
300
247
|
type: StringConstructor;
|
|
301
|
-
default:
|
|
248
|
+
default: any;
|
|
302
249
|
};
|
|
303
250
|
custom: {
|
|
304
251
|
type: BooleanConstructor;
|
|
@@ -321,7 +268,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
321
268
|
before: StringConstructor;
|
|
322
269
|
data: {
|
|
323
270
|
type: import("vue").PropType<any>;
|
|
324
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
271
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
272
|
+
[name: string]: any;
|
|
273
|
+
}>;
|
|
325
274
|
};
|
|
326
275
|
maxlength: {
|
|
327
276
|
type: NumberConstructor;
|
|
@@ -333,32 +282,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
333
282
|
};
|
|
334
283
|
inputSlots: {
|
|
335
284
|
type: import("vue").PropType<import("../../input/src/types").InputSlots>;
|
|
336
|
-
default:
|
|
285
|
+
default: any;
|
|
337
286
|
};
|
|
338
287
|
rows: {
|
|
339
288
|
type: NumberConstructor;
|
|
340
|
-
default:
|
|
289
|
+
default: any;
|
|
341
290
|
};
|
|
342
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
343
291
|
label: StringConstructor;
|
|
344
292
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
345
293
|
prop: {
|
|
346
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
294
|
+
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>>;
|
|
347
295
|
readonly required: false;
|
|
348
|
-
readonly validator: (
|
|
296
|
+
readonly validator: (val: unknown) => boolean;
|
|
349
297
|
__epPropKey: true;
|
|
350
298
|
};
|
|
299
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
351
300
|
rules: {
|
|
352
|
-
readonly type: import("vue").PropType<
|
|
301
|
+
readonly type: import("vue").PropType<unknown>;
|
|
353
302
|
readonly required: false;
|
|
354
|
-
readonly validator: (
|
|
303
|
+
readonly validator: (val: unknown) => boolean;
|
|
355
304
|
__epPropKey: true;
|
|
356
305
|
};
|
|
357
306
|
error: StringConstructor;
|
|
358
307
|
validateStatus: {
|
|
359
308
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
360
309
|
readonly required: false;
|
|
361
|
-
readonly validator: (
|
|
310
|
+
readonly validator: (val: unknown) => boolean;
|
|
362
311
|
__epPropKey: true;
|
|
363
312
|
};
|
|
364
313
|
for: StringConstructor;
|
|
@@ -370,7 +319,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
370
319
|
};
|
|
371
320
|
formItemSlots: {
|
|
372
321
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
373
|
-
default:
|
|
322
|
+
default: any;
|
|
374
323
|
};
|
|
375
324
|
elRef: {
|
|
376
325
|
type: import("vue").PropType<any>;
|
|
@@ -382,7 +331,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
382
331
|
};
|
|
383
332
|
readonly: {
|
|
384
333
|
type: BooleanConstructor;
|
|
385
|
-
default:
|
|
334
|
+
default: any;
|
|
386
335
|
};
|
|
387
336
|
labelPosition: {
|
|
388
337
|
type: import("vue").PropType<"right">;
|
|
@@ -391,95 +340,102 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
391
340
|
size: {
|
|
392
341
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
393
342
|
readonly required: false;
|
|
394
|
-
readonly validator: (
|
|
343
|
+
readonly validator: (val: unknown) => boolean;
|
|
395
344
|
__epPropKey: true;
|
|
396
345
|
};
|
|
397
346
|
disabled: BooleanConstructor;
|
|
398
347
|
resize: {
|
|
399
348
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
400
349
|
readonly required: false;
|
|
401
|
-
readonly validator: (
|
|
350
|
+
readonly validator: (val: unknown) => boolean;
|
|
402
351
|
__epPropKey: true;
|
|
403
352
|
};
|
|
404
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
353
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
354
|
+
minRows?: number;
|
|
355
|
+
maxRows?: number;
|
|
356
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
357
|
+
minRows?: number;
|
|
358
|
+
maxRows?: number;
|
|
359
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
405
360
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
406
361
|
formatter: {
|
|
407
362
|
readonly type: import("vue").PropType<Function>;
|
|
408
363
|
readonly required: false;
|
|
409
|
-
readonly validator: (
|
|
364
|
+
readonly validator: (val: unknown) => boolean;
|
|
410
365
|
__epPropKey: true;
|
|
411
366
|
};
|
|
412
367
|
parser: {
|
|
413
368
|
readonly type: import("vue").PropType<Function>;
|
|
414
369
|
readonly required: false;
|
|
415
|
-
readonly validator: (
|
|
370
|
+
readonly validator: (val: unknown) => boolean;
|
|
416
371
|
__epPropKey: true;
|
|
417
372
|
};
|
|
418
373
|
placeholder: {
|
|
419
374
|
readonly type: import("vue").PropType<string>;
|
|
420
375
|
readonly required: false;
|
|
421
|
-
readonly validator: (
|
|
376
|
+
readonly validator: (val: unknown) => boolean;
|
|
422
377
|
__epPropKey: true;
|
|
423
378
|
};
|
|
424
379
|
form: {
|
|
425
380
|
readonly type: import("vue").PropType<string>;
|
|
426
381
|
readonly required: false;
|
|
427
|
-
readonly validator: (
|
|
382
|
+
readonly validator: (val: unknown) => boolean;
|
|
428
383
|
__epPropKey: true;
|
|
429
384
|
};
|
|
430
385
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
431
386
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
432
387
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
433
388
|
suffixIcon: {
|
|
434
|
-
readonly type: import("vue").PropType<
|
|
389
|
+
readonly type: import("vue").PropType<unknown>;
|
|
435
390
|
readonly required: false;
|
|
436
|
-
readonly validator: (
|
|
391
|
+
readonly validator: (val: unknown) => boolean;
|
|
437
392
|
__epPropKey: true;
|
|
438
393
|
};
|
|
439
394
|
prefixIcon: {
|
|
440
|
-
readonly type: import("vue").PropType<
|
|
395
|
+
readonly type: import("vue").PropType<unknown>;
|
|
441
396
|
readonly required: false;
|
|
442
|
-
readonly validator: (
|
|
397
|
+
readonly validator: (val: unknown) => boolean;
|
|
443
398
|
__epPropKey: true;
|
|
444
399
|
};
|
|
445
400
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
446
401
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
447
402
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
448
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
403
|
+
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>;
|
|
449
404
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
450
405
|
}>> & {
|
|
451
|
-
onChange?: (
|
|
452
|
-
"onUpdate:modelValue"?: (
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
406
|
+
onChange?: (value: string) => any;
|
|
407
|
+
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
408
|
+
[name: string]: any;
|
|
409
|
+
}>) => any;
|
|
410
|
+
onInput?: (value: string) => any;
|
|
411
|
+
onFocus?: (evt: FocusEvent) => any;
|
|
412
|
+
onBlur?: (evt: FocusEvent) => any;
|
|
413
|
+
onClear?: () => any;
|
|
414
|
+
onMouseleave?: (evt: MouseEvent) => any;
|
|
415
|
+
onMouseenter?: (evt: MouseEvent) => any;
|
|
416
|
+
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
417
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
418
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
419
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
|
420
|
+
onLoad?: (e: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
|
|
421
|
+
onLayerChange?: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
|
|
422
|
+
onLayerClick?: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => any;
|
|
466
423
|
}, {
|
|
467
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
468
|
-
type: string;
|
|
469
424
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
425
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
470
426
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
471
427
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
428
|
+
type: string;
|
|
472
429
|
formItemSize: "default" | "small" | "large";
|
|
473
430
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
474
431
|
inline: boolean;
|
|
475
432
|
readonly: boolean;
|
|
476
433
|
labelPosition: "right";
|
|
477
|
-
data: any;
|
|
478
434
|
disabled: boolean;
|
|
479
435
|
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
480
436
|
id: string;
|
|
481
437
|
modelValue: import("geojson").FeatureCollection<any, any>;
|
|
482
|
-
autosize:
|
|
438
|
+
autosize: false;
|
|
483
439
|
autocomplete: string;
|
|
484
440
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
485
441
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -488,13 +444,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
488
444
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
489
445
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
490
446
|
inputStyle: import("vue").StyleValue;
|
|
491
|
-
inputSlots:
|
|
447
|
+
inputSlots: any;
|
|
492
448
|
rows: number;
|
|
449
|
+
data: any;
|
|
493
450
|
cursor: string;
|
|
494
|
-
paint:
|
|
451
|
+
paint: any;
|
|
495
452
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
496
453
|
editTypes: import("../../geoinput/src/types").EditType | import("../../geoinput/src/types").EditType[];
|
|
497
454
|
custom: boolean;
|
|
498
455
|
showMap: boolean;
|
|
499
|
-
}>;
|
|
456
|
+
}, {}>;
|
|
500
457
|
export default _default;
|
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
|
|
2
|
+
.vk-geoinput-upload-x.vk-geoinput-upload-x{
|
|
3
|
+
padding: 0;
|
|
4
|
+
}
|
|
5
|
+
.vk-geoinput-upload .el-upload{
|
|
6
|
+
padding: 8px 15px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
2
11
|
.geoinput-map-x{
|
|
3
12
|
margin-bottom: 18px;
|
|
4
13
|
height: 300px;
|
|
@@ -35,10 +44,3 @@
|
|
|
35
44
|
flex: 1;
|
|
36
45
|
}
|
|
37
46
|
|
|
38
|
-
.vk-geoinput-upload-x.vk-geoinput-upload-x{
|
|
39
|
-
padding: 0;
|
|
40
|
-
}
|
|
41
|
-
.vk-geoinput-upload .el-upload{
|
|
42
|
-
padding: 8px 15px;
|
|
43
|
-
}
|
|
44
|
-
|