@vunk/form 1.1.65 → 1.1.66
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 +264 -289
- package/components/upload/src/ctx.d.ts +21 -16
- package/components/upload/src/ctx.js +1 -45
- package/components/upload/src/file.vue.d.ts +19 -19
- package/components/upload/src/index.css +1 -0
- package/components/upload/src/index.vue.d.ts +54 -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
|
@@ -20,7 +20,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
};
|
|
21
21
|
modelValue: {
|
|
22
22
|
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
23
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
23
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
24
|
+
[name: string]: any;
|
|
25
|
+
}>;
|
|
24
26
|
};
|
|
25
27
|
editControls: {
|
|
26
28
|
type: import("vue").PropType<import("./types").EditType[]>;
|
|
@@ -36,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
38
|
};
|
|
37
39
|
mapTo: {
|
|
38
40
|
type: import("vue").PropType<string | import("vue").RendererElement>;
|
|
39
|
-
default:
|
|
41
|
+
default: any;
|
|
40
42
|
};
|
|
41
43
|
mapCenter: {
|
|
42
44
|
type: import("vue").PropType<import("mapbox-gl").LngLatLike>;
|
|
@@ -44,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
46
|
};
|
|
45
47
|
editStyles: {
|
|
46
48
|
type: import("vue").PropType<import("@vumap/core/components/control-draw/src/types").StyleLayer[]>;
|
|
47
|
-
default: () =>
|
|
49
|
+
default: () => any[];
|
|
48
50
|
};
|
|
49
51
|
slots: {
|
|
50
52
|
type: import("vue").PropType<import("./types").Slots>;
|
|
@@ -64,32 +66,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
66
|
};
|
|
65
67
|
inputSlots: {
|
|
66
68
|
type: import("vue").PropType<import("../../input/src/types").InputSlots>;
|
|
67
|
-
default:
|
|
69
|
+
default: any;
|
|
68
70
|
};
|
|
69
71
|
rows: {
|
|
70
72
|
type: NumberConstructor;
|
|
71
|
-
default:
|
|
73
|
+
default: any;
|
|
72
74
|
};
|
|
73
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
74
75
|
label: StringConstructor;
|
|
75
76
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
76
77
|
prop: {
|
|
77
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
78
|
+
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>>;
|
|
78
79
|
readonly required: false;
|
|
79
|
-
readonly validator: (
|
|
80
|
+
readonly validator: (val: unknown) => boolean;
|
|
80
81
|
__epPropKey: true;
|
|
81
82
|
};
|
|
83
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
82
84
|
rules: {
|
|
83
|
-
readonly type: import("vue").PropType<
|
|
85
|
+
readonly type: import("vue").PropType<unknown>;
|
|
84
86
|
readonly required: false;
|
|
85
|
-
readonly validator: (
|
|
87
|
+
readonly validator: (val: unknown) => boolean;
|
|
86
88
|
__epPropKey: true;
|
|
87
89
|
};
|
|
88
90
|
error: StringConstructor;
|
|
89
91
|
validateStatus: {
|
|
90
92
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
91
93
|
readonly required: false;
|
|
92
|
-
readonly validator: (
|
|
94
|
+
readonly validator: (val: unknown) => boolean;
|
|
93
95
|
__epPropKey: true;
|
|
94
96
|
};
|
|
95
97
|
for: StringConstructor;
|
|
@@ -101,7 +103,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
103
|
};
|
|
102
104
|
formItemSlots: {
|
|
103
105
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
104
|
-
default:
|
|
106
|
+
default: any;
|
|
105
107
|
};
|
|
106
108
|
elRef: {
|
|
107
109
|
type: import("vue").PropType<any>;
|
|
@@ -113,7 +115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
115
|
};
|
|
114
116
|
readonly: {
|
|
115
117
|
type: BooleanConstructor;
|
|
116
|
-
default:
|
|
118
|
+
default: any;
|
|
117
119
|
};
|
|
118
120
|
labelPosition: {
|
|
119
121
|
type: import("vue").PropType<"right">;
|
|
@@ -123,7 +125,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
125
|
size: {
|
|
124
126
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
125
127
|
readonly required: false;
|
|
126
|
-
readonly validator: (
|
|
128
|
+
readonly validator: (val: unknown) => boolean;
|
|
127
129
|
__epPropKey: true;
|
|
128
130
|
};
|
|
129
131
|
disabled: BooleanConstructor;
|
|
@@ -131,103 +133,109 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
133
|
resize: {
|
|
132
134
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
133
135
|
readonly required: false;
|
|
134
|
-
readonly validator: (
|
|
136
|
+
readonly validator: (val: unknown) => boolean;
|
|
135
137
|
__epPropKey: true;
|
|
136
138
|
};
|
|
137
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
139
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
140
|
+
minRows?: number;
|
|
141
|
+
maxRows?: number;
|
|
142
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
143
|
+
minRows?: number;
|
|
144
|
+
maxRows?: number;
|
|
145
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
138
146
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
139
147
|
formatter: {
|
|
140
148
|
readonly type: import("vue").PropType<Function>;
|
|
141
149
|
readonly required: false;
|
|
142
|
-
readonly validator: (
|
|
150
|
+
readonly validator: (val: unknown) => boolean;
|
|
143
151
|
__epPropKey: true;
|
|
144
152
|
};
|
|
145
153
|
parser: {
|
|
146
154
|
readonly type: import("vue").PropType<Function>;
|
|
147
155
|
readonly required: false;
|
|
148
|
-
readonly validator: (
|
|
156
|
+
readonly validator: (val: unknown) => boolean;
|
|
149
157
|
__epPropKey: true;
|
|
150
158
|
};
|
|
151
159
|
placeholder: {
|
|
152
160
|
readonly type: import("vue").PropType<string>;
|
|
153
161
|
readonly required: false;
|
|
154
|
-
readonly validator: (
|
|
162
|
+
readonly validator: (val: unknown) => boolean;
|
|
155
163
|
__epPropKey: true;
|
|
156
164
|
};
|
|
157
165
|
form: {
|
|
158
166
|
readonly type: import("vue").PropType<string>;
|
|
159
167
|
readonly required: false;
|
|
160
|
-
readonly validator: (
|
|
168
|
+
readonly validator: (val: unknown) => boolean;
|
|
161
169
|
__epPropKey: true;
|
|
162
170
|
};
|
|
163
171
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
164
172
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
165
173
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
166
174
|
suffixIcon: {
|
|
167
|
-
readonly type: import("vue").PropType<
|
|
175
|
+
readonly type: import("vue").PropType<unknown>;
|
|
168
176
|
readonly required: false;
|
|
169
|
-
readonly validator: (
|
|
177
|
+
readonly validator: (val: unknown) => boolean;
|
|
170
178
|
__epPropKey: true;
|
|
171
179
|
};
|
|
172
180
|
prefixIcon: {
|
|
173
|
-
readonly type: import("vue").PropType<
|
|
181
|
+
readonly type: import("vue").PropType<unknown>;
|
|
174
182
|
readonly required: false;
|
|
175
|
-
readonly validator: (
|
|
183
|
+
readonly validator: (val: unknown) => boolean;
|
|
176
184
|
__epPropKey: true;
|
|
177
185
|
};
|
|
178
186
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
179
187
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
180
188
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
181
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
189
|
+
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>;
|
|
182
190
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
183
191
|
}, {
|
|
184
192
|
inputBindProps: import("vue").ComputedRef<{
|
|
185
|
-
|
|
186
|
-
type: string;
|
|
187
|
-
label: string | undefined;
|
|
193
|
+
label: string;
|
|
188
194
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
189
|
-
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
195
|
+
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>;
|
|
196
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
197
|
+
rules: unknown;
|
|
198
|
+
error: string;
|
|
199
|
+
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>;
|
|
200
|
+
for: string;
|
|
194
201
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
195
202
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
196
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never
|
|
203
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
204
|
+
type: string;
|
|
197
205
|
formItemSize: "default" | "small" | "large";
|
|
198
|
-
formItemSlots: import("../../form-item/src/types").FormItemSlots
|
|
206
|
+
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
199
207
|
elRef: any;
|
|
200
208
|
inline: boolean;
|
|
201
209
|
labelPosition: "right";
|
|
202
210
|
disabled: boolean;
|
|
203
211
|
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
204
|
-
id: string
|
|
205
|
-
|
|
206
|
-
|
|
212
|
+
id: string;
|
|
213
|
+
maxlength: number;
|
|
214
|
+
minlength: number;
|
|
215
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>;
|
|
216
|
+
autosize: false;
|
|
207
217
|
autocomplete: string;
|
|
208
|
-
formatter: Function
|
|
209
|
-
parser: Function
|
|
210
|
-
placeholder: string
|
|
211
|
-
form: string
|
|
218
|
+
formatter: Function;
|
|
219
|
+
parser: Function;
|
|
220
|
+
placeholder: string;
|
|
221
|
+
form: string;
|
|
212
222
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
213
223
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
214
224
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
215
|
-
suffixIcon:
|
|
216
|
-
prefixIcon:
|
|
217
|
-
containerRole: string
|
|
225
|
+
suffixIcon: unknown;
|
|
226
|
+
prefixIcon: unknown;
|
|
227
|
+
containerRole: string;
|
|
218
228
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
219
229
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
220
230
|
inputStyle: import("vue").StyleValue;
|
|
221
|
-
|
|
222
|
-
minlength: number | undefined;
|
|
223
|
-
rows: number | undefined;
|
|
231
|
+
rows: number;
|
|
224
232
|
}>;
|
|
225
233
|
inputOnEmits: {
|
|
234
|
+
clear: (e: any) => void;
|
|
226
235
|
input: (e: any) => void;
|
|
227
|
-
change: (e: any) => void;
|
|
228
236
|
focus: (e: any) => void;
|
|
229
237
|
blur: (e: any) => void;
|
|
230
|
-
|
|
238
|
+
change: (e: any) => void;
|
|
231
239
|
mouseleave: (e: any) => void;
|
|
232
240
|
mouseenter: (e: any) => void;
|
|
233
241
|
keydown: (e: any) => void;
|
|
@@ -243,13 +251,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
243
251
|
mapOptions: import("vue").ComputedRef<Partial<MapboxOptions>>;
|
|
244
252
|
geoInputMapDialogNode: Ref<HTMLDivElement>;
|
|
245
253
|
geoInputMapXNode: Ref<HTMLDivElement>;
|
|
246
|
-
mapTo: import("vue").ComputedRef<
|
|
254
|
+
mapTo: import("vue").ComputedRef<any>;
|
|
247
255
|
mapControls: import("vue").ComputedRef<import("./types").EditType[]>;
|
|
248
256
|
doSave: () => void;
|
|
249
257
|
currentDrawValue: import("vue").ComputedRef<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
250
258
|
setCurrentDrawValue: (value: any) => void;
|
|
251
259
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
252
|
-
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
260
|
+
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
261
|
+
[name: string]: any;
|
|
262
|
+
}>) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
263
|
+
[name: string]: any;
|
|
264
|
+
}>;
|
|
253
265
|
editUpdate: (e: any) => any;
|
|
254
266
|
input: (value: string) => boolean;
|
|
255
267
|
change: (value: string) => boolean;
|
|
@@ -262,7 +274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
262
274
|
compositionstart: (evt: CompositionEvent) => boolean;
|
|
263
275
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
264
276
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
265
|
-
}, string, import("vue").
|
|
277
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
266
278
|
showMap: {
|
|
267
279
|
type: BooleanConstructor;
|
|
268
280
|
default: boolean;
|
|
@@ -281,7 +293,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
281
293
|
};
|
|
282
294
|
modelValue: {
|
|
283
295
|
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
284
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
296
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
297
|
+
[name: string]: any;
|
|
298
|
+
}>;
|
|
285
299
|
};
|
|
286
300
|
editControls: {
|
|
287
301
|
type: import("vue").PropType<import("./types").EditType[]>;
|
|
@@ -297,7 +311,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
297
311
|
};
|
|
298
312
|
mapTo: {
|
|
299
313
|
type: import("vue").PropType<string | import("vue").RendererElement>;
|
|
300
|
-
default:
|
|
314
|
+
default: any;
|
|
301
315
|
};
|
|
302
316
|
mapCenter: {
|
|
303
317
|
type: import("vue").PropType<import("mapbox-gl").LngLatLike>;
|
|
@@ -305,7 +319,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
305
319
|
};
|
|
306
320
|
editStyles: {
|
|
307
321
|
type: import("vue").PropType<import("@vumap/core/components/control-draw/src/types").StyleLayer[]>;
|
|
308
|
-
default: () =>
|
|
322
|
+
default: () => any[];
|
|
309
323
|
};
|
|
310
324
|
slots: {
|
|
311
325
|
type: import("vue").PropType<import("./types").Slots>;
|
|
@@ -325,32 +339,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
325
339
|
};
|
|
326
340
|
inputSlots: {
|
|
327
341
|
type: import("vue").PropType<import("../../input/src/types").InputSlots>;
|
|
328
|
-
default:
|
|
342
|
+
default: any;
|
|
329
343
|
};
|
|
330
344
|
rows: {
|
|
331
345
|
type: NumberConstructor;
|
|
332
|
-
default:
|
|
346
|
+
default: any;
|
|
333
347
|
};
|
|
334
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
335
348
|
label: StringConstructor;
|
|
336
349
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
337
350
|
prop: {
|
|
338
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
351
|
+
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>>;
|
|
339
352
|
readonly required: false;
|
|
340
|
-
readonly validator: (
|
|
353
|
+
readonly validator: (val: unknown) => boolean;
|
|
341
354
|
__epPropKey: true;
|
|
342
355
|
};
|
|
356
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
343
357
|
rules: {
|
|
344
|
-
readonly type: import("vue").PropType<
|
|
358
|
+
readonly type: import("vue").PropType<unknown>;
|
|
345
359
|
readonly required: false;
|
|
346
|
-
readonly validator: (
|
|
360
|
+
readonly validator: (val: unknown) => boolean;
|
|
347
361
|
__epPropKey: true;
|
|
348
362
|
};
|
|
349
363
|
error: StringConstructor;
|
|
350
364
|
validateStatus: {
|
|
351
365
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
352
366
|
readonly required: false;
|
|
353
|
-
readonly validator: (
|
|
367
|
+
readonly validator: (val: unknown) => boolean;
|
|
354
368
|
__epPropKey: true;
|
|
355
369
|
};
|
|
356
370
|
for: StringConstructor;
|
|
@@ -362,7 +376,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
362
376
|
};
|
|
363
377
|
formItemSlots: {
|
|
364
378
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
365
|
-
default:
|
|
379
|
+
default: any;
|
|
366
380
|
};
|
|
367
381
|
elRef: {
|
|
368
382
|
type: import("vue").PropType<any>;
|
|
@@ -374,7 +388,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
374
388
|
};
|
|
375
389
|
readonly: {
|
|
376
390
|
type: BooleanConstructor;
|
|
377
|
-
default:
|
|
391
|
+
default: any;
|
|
378
392
|
};
|
|
379
393
|
labelPosition: {
|
|
380
394
|
type: import("vue").PropType<"right">;
|
|
@@ -384,7 +398,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
384
398
|
size: {
|
|
385
399
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
386
400
|
readonly required: false;
|
|
387
|
-
readonly validator: (
|
|
401
|
+
readonly validator: (val: unknown) => boolean;
|
|
388
402
|
__epPropKey: true;
|
|
389
403
|
};
|
|
390
404
|
disabled: BooleanConstructor;
|
|
@@ -392,86 +406,94 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
392
406
|
resize: {
|
|
393
407
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
394
408
|
readonly required: false;
|
|
395
|
-
readonly validator: (
|
|
409
|
+
readonly validator: (val: unknown) => boolean;
|
|
396
410
|
__epPropKey: true;
|
|
397
411
|
};
|
|
398
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
412
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
413
|
+
minRows?: number;
|
|
414
|
+
maxRows?: number;
|
|
415
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
416
|
+
minRows?: number;
|
|
417
|
+
maxRows?: number;
|
|
418
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
399
419
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
400
420
|
formatter: {
|
|
401
421
|
readonly type: import("vue").PropType<Function>;
|
|
402
422
|
readonly required: false;
|
|
403
|
-
readonly validator: (
|
|
423
|
+
readonly validator: (val: unknown) => boolean;
|
|
404
424
|
__epPropKey: true;
|
|
405
425
|
};
|
|
406
426
|
parser: {
|
|
407
427
|
readonly type: import("vue").PropType<Function>;
|
|
408
428
|
readonly required: false;
|
|
409
|
-
readonly validator: (
|
|
429
|
+
readonly validator: (val: unknown) => boolean;
|
|
410
430
|
__epPropKey: true;
|
|
411
431
|
};
|
|
412
432
|
placeholder: {
|
|
413
433
|
readonly type: import("vue").PropType<string>;
|
|
414
434
|
readonly required: false;
|
|
415
|
-
readonly validator: (
|
|
435
|
+
readonly validator: (val: unknown) => boolean;
|
|
416
436
|
__epPropKey: true;
|
|
417
437
|
};
|
|
418
438
|
form: {
|
|
419
439
|
readonly type: import("vue").PropType<string>;
|
|
420
440
|
readonly required: false;
|
|
421
|
-
readonly validator: (
|
|
441
|
+
readonly validator: (val: unknown) => boolean;
|
|
422
442
|
__epPropKey: true;
|
|
423
443
|
};
|
|
424
444
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
425
445
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
426
446
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
427
447
|
suffixIcon: {
|
|
428
|
-
readonly type: import("vue").PropType<
|
|
448
|
+
readonly type: import("vue").PropType<unknown>;
|
|
429
449
|
readonly required: false;
|
|
430
|
-
readonly validator: (
|
|
450
|
+
readonly validator: (val: unknown) => boolean;
|
|
431
451
|
__epPropKey: true;
|
|
432
452
|
};
|
|
433
453
|
prefixIcon: {
|
|
434
|
-
readonly type: import("vue").PropType<
|
|
454
|
+
readonly type: import("vue").PropType<unknown>;
|
|
435
455
|
readonly required: false;
|
|
436
|
-
readonly validator: (
|
|
456
|
+
readonly validator: (val: unknown) => boolean;
|
|
437
457
|
__epPropKey: true;
|
|
438
458
|
};
|
|
439
459
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
440
460
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
441
461
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
442
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
462
|
+
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>;
|
|
443
463
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
444
464
|
}>> & {
|
|
445
|
-
onChange?: (
|
|
446
|
-
"onUpdate:modelValue"?: (
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
465
|
+
onChange?: (value: string) => any;
|
|
466
|
+
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
467
|
+
[name: string]: any;
|
|
468
|
+
}>) => any;
|
|
469
|
+
onInput?: (value: string) => any;
|
|
470
|
+
onFocus?: (evt: FocusEvent) => any;
|
|
471
|
+
onBlur?: (evt: FocusEvent) => any;
|
|
472
|
+
onClear?: () => any;
|
|
473
|
+
onMouseleave?: (evt: MouseEvent) => any;
|
|
474
|
+
onMouseenter?: (evt: MouseEvent) => any;
|
|
475
|
+
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
476
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
477
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
478
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
|
479
|
+
onEditUpdate?: (e: any) => any;
|
|
458
480
|
}, {
|
|
459
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
460
|
-
type: string;
|
|
461
481
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
482
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
462
483
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
463
484
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
485
|
+
type: string;
|
|
486
|
+
slots: import("./types").Slots;
|
|
464
487
|
formItemSize: "default" | "small" | "large";
|
|
465
488
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
466
489
|
inline: boolean;
|
|
467
490
|
readonly: boolean;
|
|
468
491
|
labelPosition: "right";
|
|
469
|
-
slots: import("./types").Slots;
|
|
470
492
|
disabled: boolean;
|
|
471
493
|
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
472
494
|
id: string;
|
|
473
495
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
474
|
-
autosize:
|
|
496
|
+
autosize: false;
|
|
475
497
|
autocomplete: string;
|
|
476
498
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
477
499
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -480,7 +502,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
480
502
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
481
503
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
482
504
|
inputStyle: import("vue").StyleValue;
|
|
483
|
-
inputSlots:
|
|
505
|
+
inputSlots: any;
|
|
484
506
|
rows: number;
|
|
485
507
|
multiple: boolean;
|
|
486
508
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
@@ -490,8 +512,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
490
512
|
dialogEditFullscreen: boolean;
|
|
491
513
|
dialogEditTitle: string;
|
|
492
514
|
editControls: import("./types").EditType[];
|
|
493
|
-
mapTo:
|
|
515
|
+
mapTo: any;
|
|
494
516
|
mapCenter: import("mapbox-gl").LngLatLike;
|
|
495
517
|
spikSave: boolean;
|
|
496
|
-
}>;
|
|
518
|
+
}, {}>;
|
|
497
519
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AnyFunc } from '@vunk/core';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
2
|
+
export type EditType = 'point' | 'polygon' | 'line_string' | 'trash';
|
|
3
|
+
export type Slots = {
|
|
4
4
|
map: AnyFunc;
|
|
5
5
|
};
|
|
6
6
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|