@vunk/form 1.1.64 → 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 +912 -9540
- 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,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly: {
|
|
3
3
|
type: BooleanConstructor;
|
|
4
|
-
default:
|
|
4
|
+
default: any;
|
|
5
5
|
};
|
|
6
6
|
showMap: {
|
|
7
7
|
type: BooleanConstructor;
|
|
@@ -25,7 +25,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
};
|
|
26
26
|
modelValue: {
|
|
27
27
|
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
28
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
28
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
29
|
+
[name: string]: any;
|
|
30
|
+
}>;
|
|
29
31
|
};
|
|
30
32
|
editControls: {
|
|
31
33
|
type: import("vue").PropType<import("../../geoinput-update/src/types").EditType[]>;
|
|
@@ -41,7 +43,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
43
|
};
|
|
42
44
|
mapTo: {
|
|
43
45
|
type: import("vue").PropType<string | import("vue").RendererElement>;
|
|
44
|
-
default:
|
|
46
|
+
default: any;
|
|
45
47
|
};
|
|
46
48
|
mapCenter: {
|
|
47
49
|
type: import("vue").PropType<import("mapbox-gl").LngLatLike>;
|
|
@@ -49,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
51
|
};
|
|
50
52
|
editStyles: {
|
|
51
53
|
type: import("vue").PropType<import("@vumap/core/components/control-draw/src/types").StyleLayer[]>;
|
|
52
|
-
default: () =>
|
|
54
|
+
default: () => any[];
|
|
53
55
|
};
|
|
54
56
|
slots: {
|
|
55
57
|
type: import("vue").PropType<import("../../geoinput-update/src/types").Slots>;
|
|
@@ -69,32 +71,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
71
|
};
|
|
70
72
|
inputSlots: {
|
|
71
73
|
type: import("vue").PropType<import("../../input/src/types").InputSlots>;
|
|
72
|
-
default:
|
|
74
|
+
default: any;
|
|
73
75
|
};
|
|
74
76
|
rows: {
|
|
75
77
|
type: NumberConstructor;
|
|
76
|
-
default:
|
|
78
|
+
default: any;
|
|
77
79
|
};
|
|
78
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
79
80
|
label: StringConstructor;
|
|
80
81
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
81
82
|
prop: {
|
|
82
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
83
|
+
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>>;
|
|
83
84
|
readonly required: false;
|
|
84
|
-
readonly validator: (
|
|
85
|
+
readonly validator: (val: unknown) => boolean;
|
|
85
86
|
__epPropKey: true;
|
|
86
87
|
};
|
|
88
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
87
89
|
rules: {
|
|
88
|
-
readonly type: import("vue").PropType<
|
|
90
|
+
readonly type: import("vue").PropType<unknown>;
|
|
89
91
|
readonly required: false;
|
|
90
|
-
readonly validator: (
|
|
92
|
+
readonly validator: (val: unknown) => boolean;
|
|
91
93
|
__epPropKey: true;
|
|
92
94
|
};
|
|
93
95
|
error: StringConstructor;
|
|
94
96
|
validateStatus: {
|
|
95
97
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
96
98
|
readonly required: false;
|
|
97
|
-
readonly validator: (
|
|
99
|
+
readonly validator: (val: unknown) => boolean;
|
|
98
100
|
__epPropKey: true;
|
|
99
101
|
};
|
|
100
102
|
for: StringConstructor;
|
|
@@ -106,7 +108,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
108
|
};
|
|
107
109
|
formItemSlots: {
|
|
108
110
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
109
|
-
default:
|
|
111
|
+
default: any;
|
|
110
112
|
};
|
|
111
113
|
elRef: {
|
|
112
114
|
type: import("vue").PropType<any>;
|
|
@@ -124,65 +126,71 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
124
126
|
size: {
|
|
125
127
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
126
128
|
readonly required: false;
|
|
127
|
-
readonly validator: (
|
|
129
|
+
readonly validator: (val: unknown) => boolean;
|
|
128
130
|
__epPropKey: true;
|
|
129
131
|
};
|
|
130
132
|
disabled: BooleanConstructor;
|
|
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
|
paint: {
|
|
184
192
|
type: import("vue").PropType<import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint>;
|
|
185
|
-
default:
|
|
193
|
+
default: any;
|
|
186
194
|
};
|
|
187
195
|
custom: {
|
|
188
196
|
type: BooleanConstructor;
|
|
@@ -197,154 +205,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
197
205
|
before: StringConstructor;
|
|
198
206
|
data: {
|
|
199
207
|
type: import("vue").PropType<any>;
|
|
200
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
208
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
209
|
+
[name: string]: any;
|
|
210
|
+
}>;
|
|
201
211
|
};
|
|
202
212
|
}, {
|
|
203
213
|
readonly: import("vue").ComputedRef<boolean>;
|
|
204
|
-
readProps: import("vue").ComputedRef<{
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
209
|
-
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;
|
|
210
|
-
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;
|
|
211
|
-
error: string | undefined;
|
|
212
|
-
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
213
|
-
for: string | undefined;
|
|
214
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
215
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
216
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
217
|
-
formItemSize: "default" | "small" | "large";
|
|
218
|
-
formItemSlots: import("../../form-item/src/types").FormItemSlots | undefined;
|
|
219
|
-
elRef: any;
|
|
220
|
-
inline: boolean;
|
|
221
|
-
readonly: boolean | undefined;
|
|
222
|
-
labelPosition: "right";
|
|
223
|
-
data: any;
|
|
224
|
-
disabled: boolean;
|
|
225
|
-
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
226
|
-
id: string | undefined;
|
|
227
|
-
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
228
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
|
|
229
|
-
autosize: import("element-plus").InputAutoSize;
|
|
230
|
-
autocomplete: string;
|
|
231
|
-
formatter: Function | undefined;
|
|
232
|
-
parser: Function | undefined;
|
|
233
|
-
placeholder: string | undefined;
|
|
234
|
-
form: string | undefined;
|
|
235
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
236
|
-
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
237
|
-
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
238
|
-
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;
|
|
239
|
-
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;
|
|
240
|
-
containerRole: string | undefined;
|
|
241
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
242
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
243
|
-
inputStyle: import("vue").StyleValue;
|
|
244
|
-
maxlength: number | undefined;
|
|
245
|
-
minlength: number | undefined;
|
|
246
|
-
inputSlots: import("../../input/src/types").InputSlots | undefined;
|
|
247
|
-
rows: number | undefined;
|
|
248
|
-
maxzoom: number | undefined;
|
|
249
|
-
minzoom: number | undefined;
|
|
250
|
-
cursor: string;
|
|
251
|
-
paint: import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint | undefined;
|
|
252
|
-
before: string | undefined;
|
|
253
|
-
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
254
|
-
editTypes: import("../../geoinput-update/src/types").EditType | import("../../geoinput-update/src/types").EditType[];
|
|
255
|
-
custom: boolean;
|
|
256
|
-
showMap: boolean;
|
|
257
|
-
}>;
|
|
258
|
-
updateProps: import("vue").ComputedRef<{
|
|
259
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
260
|
-
type: string;
|
|
261
|
-
label: string | undefined;
|
|
262
|
-
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
263
|
-
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;
|
|
264
|
-
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;
|
|
265
|
-
error: string | undefined;
|
|
266
|
-
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown> | undefined;
|
|
267
|
-
for: string | undefined;
|
|
268
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
269
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
270
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
271
|
-
formItemSize: "default" | "small" | "large";
|
|
272
|
-
formItemSlots: import("../../form-item/src/types").FormItemSlots | undefined;
|
|
273
|
-
elRef: any;
|
|
274
|
-
inline: boolean;
|
|
275
|
-
readonly: boolean | undefined;
|
|
276
|
-
labelPosition: "right";
|
|
277
|
-
slots: import("../../geoinput-update/src/types").Slots;
|
|
278
|
-
disabled: boolean;
|
|
279
|
-
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
280
|
-
id: string | undefined;
|
|
281
|
-
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
282
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
|
|
283
|
-
autosize: import("element-plus").InputAutoSize;
|
|
284
|
-
autocomplete: string;
|
|
285
|
-
formatter: Function | undefined;
|
|
286
|
-
parser: Function | undefined;
|
|
287
|
-
placeholder: string | undefined;
|
|
288
|
-
form: string | undefined;
|
|
289
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
290
|
-
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
291
|
-
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
292
|
-
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;
|
|
293
|
-
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;
|
|
294
|
-
containerRole: string | undefined;
|
|
295
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
296
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
297
|
-
inputStyle: import("vue").StyleValue;
|
|
298
|
-
maxlength: number | undefined;
|
|
299
|
-
minlength: number | undefined;
|
|
300
|
-
inputSlots: import("../../input/src/types").InputSlots | undefined;
|
|
301
|
-
rows: number | undefined;
|
|
302
|
-
multiple: boolean;
|
|
303
|
-
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
304
|
-
editTypes: import("../../geoinput-update/src/types").EditType | import("../../geoinput-update/src/types").EditType[];
|
|
305
|
-
showMap: boolean;
|
|
306
|
-
dialogEdit: boolean;
|
|
307
|
-
dialogEditFullscreen: boolean;
|
|
308
|
-
dialogEditTitle: string;
|
|
309
|
-
editControls: import("../../geoinput-update/src/types").EditType[];
|
|
310
|
-
mapTo: string | import("vue").RendererElement | undefined;
|
|
311
|
-
mapCenter: import("mapbox-gl").LngLatLike;
|
|
312
|
-
spikSave: boolean;
|
|
313
|
-
}>;
|
|
314
|
-
readEmits: {
|
|
315
|
-
"update:modelValue": (e: any) => void;
|
|
316
|
-
input: (e: any) => void;
|
|
317
|
-
change: (e: any) => void;
|
|
318
|
-
focus: (e: any) => void;
|
|
319
|
-
blur: (e: any) => void;
|
|
320
|
-
clear: (e: any) => void;
|
|
321
|
-
mouseleave: (e: any) => void;
|
|
322
|
-
mouseenter: (e: any) => void;
|
|
323
|
-
keydown: (e: any) => void;
|
|
324
|
-
compositionstart: (e: any) => void;
|
|
325
|
-
compositionupdate: (e: any) => void;
|
|
326
|
-
compositionend: (e: any) => void;
|
|
327
|
-
load: (e: any) => void;
|
|
328
|
-
layerChange: (e: any) => void;
|
|
329
|
-
layerClick: (e: any) => void;
|
|
330
|
-
};
|
|
331
|
-
updateEmits: {
|
|
332
|
-
"update:modelValue": (e: any) => void;
|
|
333
|
-
input: (e: any) => void;
|
|
334
|
-
change: (e: any) => void;
|
|
335
|
-
focus: (e: any) => void;
|
|
336
|
-
blur: (e: any) => void;
|
|
337
|
-
clear: (e: any) => void;
|
|
338
|
-
mouseleave: (e: any) => void;
|
|
339
|
-
mouseenter: (e: any) => void;
|
|
340
|
-
keydown: (e: any) => void;
|
|
341
|
-
compositionstart: (e: any) => void;
|
|
342
|
-
compositionupdate: (e: any) => void;
|
|
343
|
-
compositionend: (e: any) => void;
|
|
344
|
-
editUpdate: (e: any) => void;
|
|
345
|
-
};
|
|
214
|
+
readProps: import("vue").ComputedRef<{}>;
|
|
215
|
+
updateProps: import("vue").ComputedRef<{}>;
|
|
216
|
+
readEmits: {};
|
|
217
|
+
updateEmits: {};
|
|
346
218
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
347
|
-
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
219
|
+
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
220
|
+
[name: string]: any;
|
|
221
|
+
}>) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
222
|
+
[name: string]: any;
|
|
223
|
+
}>;
|
|
348
224
|
editUpdate: (e: any) => any;
|
|
349
225
|
input: (value: string) => boolean;
|
|
350
226
|
change: (value: string) => boolean;
|
|
@@ -360,10 +236,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
360
236
|
layerChange: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent;
|
|
361
237
|
layerClick: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent;
|
|
362
238
|
load: (e: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent;
|
|
363
|
-
}, string, import("vue").
|
|
239
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
364
240
|
readonly: {
|
|
365
241
|
type: BooleanConstructor;
|
|
366
|
-
default:
|
|
242
|
+
default: any;
|
|
367
243
|
};
|
|
368
244
|
showMap: {
|
|
369
245
|
type: BooleanConstructor;
|
|
@@ -387,7 +263,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
387
263
|
};
|
|
388
264
|
modelValue: {
|
|
389
265
|
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
390
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
266
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
267
|
+
[name: string]: any;
|
|
268
|
+
}>;
|
|
391
269
|
};
|
|
392
270
|
editControls: {
|
|
393
271
|
type: import("vue").PropType<import("../../geoinput-update/src/types").EditType[]>;
|
|
@@ -403,7 +281,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
403
281
|
};
|
|
404
282
|
mapTo: {
|
|
405
283
|
type: import("vue").PropType<string | import("vue").RendererElement>;
|
|
406
|
-
default:
|
|
284
|
+
default: any;
|
|
407
285
|
};
|
|
408
286
|
mapCenter: {
|
|
409
287
|
type: import("vue").PropType<import("mapbox-gl").LngLatLike>;
|
|
@@ -411,7 +289,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
411
289
|
};
|
|
412
290
|
editStyles: {
|
|
413
291
|
type: import("vue").PropType<import("@vumap/core/components/control-draw/src/types").StyleLayer[]>;
|
|
414
|
-
default: () =>
|
|
292
|
+
default: () => any[];
|
|
415
293
|
};
|
|
416
294
|
slots: {
|
|
417
295
|
type: import("vue").PropType<import("../../geoinput-update/src/types").Slots>;
|
|
@@ -431,32 +309,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
431
309
|
};
|
|
432
310
|
inputSlots: {
|
|
433
311
|
type: import("vue").PropType<import("../../input/src/types").InputSlots>;
|
|
434
|
-
default:
|
|
312
|
+
default: any;
|
|
435
313
|
};
|
|
436
314
|
rows: {
|
|
437
315
|
type: NumberConstructor;
|
|
438
|
-
default:
|
|
316
|
+
default: any;
|
|
439
317
|
};
|
|
440
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
441
318
|
label: StringConstructor;
|
|
442
319
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
443
320
|
prop: {
|
|
444
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
321
|
+
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>>;
|
|
445
322
|
readonly required: false;
|
|
446
|
-
readonly validator: (
|
|
323
|
+
readonly validator: (val: unknown) => boolean;
|
|
447
324
|
__epPropKey: true;
|
|
448
325
|
};
|
|
326
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
449
327
|
rules: {
|
|
450
|
-
readonly type: import("vue").PropType<
|
|
328
|
+
readonly type: import("vue").PropType<unknown>;
|
|
451
329
|
readonly required: false;
|
|
452
|
-
readonly validator: (
|
|
330
|
+
readonly validator: (val: unknown) => boolean;
|
|
453
331
|
__epPropKey: true;
|
|
454
332
|
};
|
|
455
333
|
error: StringConstructor;
|
|
456
334
|
validateStatus: {
|
|
457
335
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
458
336
|
readonly required: false;
|
|
459
|
-
readonly validator: (
|
|
337
|
+
readonly validator: (val: unknown) => boolean;
|
|
460
338
|
__epPropKey: true;
|
|
461
339
|
};
|
|
462
340
|
for: StringConstructor;
|
|
@@ -468,7 +346,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
468
346
|
};
|
|
469
347
|
formItemSlots: {
|
|
470
348
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
471
|
-
default:
|
|
349
|
+
default: any;
|
|
472
350
|
};
|
|
473
351
|
elRef: {
|
|
474
352
|
type: import("vue").PropType<any>;
|
|
@@ -486,65 +364,71 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
486
364
|
size: {
|
|
487
365
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
488
366
|
readonly required: false;
|
|
489
|
-
readonly validator: (
|
|
367
|
+
readonly validator: (val: unknown) => boolean;
|
|
490
368
|
__epPropKey: true;
|
|
491
369
|
};
|
|
492
370
|
disabled: BooleanConstructor;
|
|
493
371
|
resize: {
|
|
494
372
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
495
373
|
readonly required: false;
|
|
496
|
-
readonly validator: (
|
|
374
|
+
readonly validator: (val: unknown) => boolean;
|
|
497
375
|
__epPropKey: true;
|
|
498
376
|
};
|
|
499
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
377
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
378
|
+
minRows?: number;
|
|
379
|
+
maxRows?: number;
|
|
380
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
381
|
+
minRows?: number;
|
|
382
|
+
maxRows?: number;
|
|
383
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
500
384
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
501
385
|
formatter: {
|
|
502
386
|
readonly type: import("vue").PropType<Function>;
|
|
503
387
|
readonly required: false;
|
|
504
|
-
readonly validator: (
|
|
388
|
+
readonly validator: (val: unknown) => boolean;
|
|
505
389
|
__epPropKey: true;
|
|
506
390
|
};
|
|
507
391
|
parser: {
|
|
508
392
|
readonly type: import("vue").PropType<Function>;
|
|
509
393
|
readonly required: false;
|
|
510
|
-
readonly validator: (
|
|
394
|
+
readonly validator: (val: unknown) => boolean;
|
|
511
395
|
__epPropKey: true;
|
|
512
396
|
};
|
|
513
397
|
placeholder: {
|
|
514
398
|
readonly type: import("vue").PropType<string>;
|
|
515
399
|
readonly required: false;
|
|
516
|
-
readonly validator: (
|
|
400
|
+
readonly validator: (val: unknown) => boolean;
|
|
517
401
|
__epPropKey: true;
|
|
518
402
|
};
|
|
519
403
|
form: {
|
|
520
404
|
readonly type: import("vue").PropType<string>;
|
|
521
405
|
readonly required: false;
|
|
522
|
-
readonly validator: (
|
|
406
|
+
readonly validator: (val: unknown) => boolean;
|
|
523
407
|
__epPropKey: true;
|
|
524
408
|
};
|
|
525
409
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
526
410
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
527
411
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
528
412
|
suffixIcon: {
|
|
529
|
-
readonly type: import("vue").PropType<
|
|
413
|
+
readonly type: import("vue").PropType<unknown>;
|
|
530
414
|
readonly required: false;
|
|
531
|
-
readonly validator: (
|
|
415
|
+
readonly validator: (val: unknown) => boolean;
|
|
532
416
|
__epPropKey: true;
|
|
533
417
|
};
|
|
534
418
|
prefixIcon: {
|
|
535
|
-
readonly type: import("vue").PropType<
|
|
419
|
+
readonly type: import("vue").PropType<unknown>;
|
|
536
420
|
readonly required: false;
|
|
537
|
-
readonly validator: (
|
|
421
|
+
readonly validator: (val: unknown) => boolean;
|
|
538
422
|
__epPropKey: true;
|
|
539
423
|
};
|
|
540
424
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
541
425
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
542
426
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
543
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
427
|
+
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>;
|
|
544
428
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
545
429
|
paint: {
|
|
546
430
|
type: import("vue").PropType<import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint>;
|
|
547
|
-
default:
|
|
431
|
+
default: any;
|
|
548
432
|
};
|
|
549
433
|
custom: {
|
|
550
434
|
type: BooleanConstructor;
|
|
@@ -559,43 +443,46 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
559
443
|
before: StringConstructor;
|
|
560
444
|
data: {
|
|
561
445
|
type: import("vue").PropType<any>;
|
|
562
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
446
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
447
|
+
[name: string]: any;
|
|
448
|
+
}>;
|
|
563
449
|
};
|
|
564
450
|
}>> & {
|
|
565
|
-
onChange?: (
|
|
566
|
-
"onUpdate:modelValue"?: (
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
451
|
+
onChange?: (value: string) => any;
|
|
452
|
+
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
453
|
+
[name: string]: any;
|
|
454
|
+
}>) => any;
|
|
455
|
+
onInput?: (value: string) => any;
|
|
456
|
+
onFocus?: (evt: FocusEvent) => any;
|
|
457
|
+
onBlur?: (evt: FocusEvent) => any;
|
|
458
|
+
onClear?: () => any;
|
|
459
|
+
onMouseleave?: (evt: MouseEvent) => any;
|
|
460
|
+
onMouseenter?: (evt: MouseEvent) => any;
|
|
461
|
+
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
462
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
463
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
464
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
|
465
|
+
onLoad?: (e: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
|
|
466
|
+
onLayerChange?: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
|
|
467
|
+
onLayerClick?: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => any;
|
|
468
|
+
onEditUpdate?: (e: any) => any;
|
|
581
469
|
}, {
|
|
582
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
583
|
-
type: string;
|
|
584
470
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
471
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
585
472
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
586
473
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
474
|
+
type: string;
|
|
475
|
+
slots: import("../../geoinput-update/src/types").Slots;
|
|
587
476
|
formItemSize: "default" | "small" | "large";
|
|
588
477
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
589
478
|
inline: boolean;
|
|
590
479
|
readonly: boolean;
|
|
591
480
|
labelPosition: "right";
|
|
592
|
-
data: any;
|
|
593
|
-
slots: import("../../geoinput-update/src/types").Slots;
|
|
594
481
|
disabled: boolean;
|
|
595
482
|
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
596
483
|
id: string;
|
|
597
484
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
598
|
-
autosize:
|
|
485
|
+
autosize: false;
|
|
599
486
|
autocomplete: string;
|
|
600
487
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
601
488
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -604,11 +491,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
604
491
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
605
492
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
606
493
|
inputStyle: import("vue").StyleValue;
|
|
607
|
-
inputSlots:
|
|
494
|
+
inputSlots: any;
|
|
608
495
|
rows: number;
|
|
609
496
|
multiple: boolean;
|
|
497
|
+
data: any;
|
|
610
498
|
cursor: string;
|
|
611
|
-
paint:
|
|
499
|
+
paint: any;
|
|
612
500
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
613
501
|
editTypes: import("../../geoinput-update/src/types").EditType | import("../../geoinput-update/src/types").EditType[];
|
|
614
502
|
custom: boolean;
|
|
@@ -617,8 +505,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
617
505
|
dialogEditFullscreen: boolean;
|
|
618
506
|
dialogEditTitle: string;
|
|
619
507
|
editControls: import("../../geoinput-update/src/types").EditType[];
|
|
620
|
-
mapTo:
|
|
508
|
+
mapTo: any;
|
|
621
509
|
mapCenter: import("mapbox-gl").LngLatLike;
|
|
622
510
|
spikSave: boolean;
|
|
623
|
-
}>;
|
|
511
|
+
}, {}>;
|
|
624
512
|
export default _default;
|