@vunk/form 1.1.77 → 1.1.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/_plugin-vue_export-helper.mjs +9 -0
- package/components/button/{index.js → index.mjs} +33 -29
- package/components/button/src/ctx.d.ts +30 -30
- package/components/button/src/index.vue.d.ts +69 -69
- package/components/cascader/index.css +0 -2
- package/components/cascader/{index.js → index.mjs} +22 -22
- package/components/cascader/src/ctx.d.ts +37 -45
- package/components/cascader/src/index.vue.d.ts +92 -92
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.css +0 -9
- package/components/checkbox/{index.js → index.mjs} +45 -42
- package/components/checkbox/src/ctx.d.ts +29 -32
- package/components/checkbox/src/index.vue.d.ts +65 -65
- package/components/color-picker/{index.js → index.mjs} +23 -22
- package/components/color-picker/src/ctx.d.ts +29 -29
- package/components/color-picker/src/index.vue.d.ts +67 -67
- package/components/date-picker/index.d.ts +1 -0
- package/components/date-picker/{index.js → index.mjs} +46 -26
- package/components/date-picker/src/ctx.d.ts +51 -49
- package/components/date-picker/src/index.vue.d.ts +104 -104
- package/components/date-picker-range/index.css +18 -0
- package/components/date-picker-range/index.d.ts +4 -0
- package/components/date-picker-range/index.mjs +164 -0
- package/components/date-picker-range/src/ctx.d.ts +177 -0
- package/components/date-picker-range/src/index.vue.d.ts +398 -0
- package/components/date-picker-range/src/types.d.ts +12 -0
- package/components/download-plus/index.css +0 -6
- package/components/download-plus/{index.js → index.mjs} +119 -147
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +27 -26
- package/components/download-plus/src/index.vue.d.ts +59 -59
- package/components/esri-input-geojson/index.css +0 -10
- package/components/esri-input-geojson/index.mjs +1109 -0
- package/components/esri-input-geojson/src/append.vue.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +49 -72
- package/components/esri-input-geojson/src/index.vue.d.ts +138 -158
- package/components/esri-input-geojson/src/types.d.ts +0 -1
- package/components/esri-input-geojson/src/viewer.vue.d.ts +18 -19
- package/components/form/{index.js → index.mjs} +38 -36
- package/components/form/src/ctx.d.ts +13 -297
- package/components/form/src/index.vue.d.ts +97 -659
- package/components/form-item/index.css +0 -8
- package/components/form-item/{index.js → index.mjs} +22 -19
- package/components/form-item/src/ctx.d.ts +13 -11
- package/components/form-item/src/index.vue.d.ts +20 -20
- package/components/form-item-renderer/{index.js → index.mjs} +9 -7
- package/components/form-item-renderer/src/index.vue.d.ts +1 -1
- package/components/form-item-renderer-template/{index.js → index.mjs} +7 -7
- package/components/geoinput/{index.js → index.mjs} +10 -17
- package/components/geoinput/src/ctx.d.ts +48 -60
- package/components/geoinput/src/index.vue.d.ts +114 -132
- package/components/geoinput-read/index.css +0 -2
- package/components/geoinput-read/{index.js → index.mjs} +101 -109
- package/components/geoinput-read/src/core.vue.d.ts +123 -142
- package/components/geoinput-read/src/ctx.d.ts +50 -74
- package/components/geoinput-read/src/index.vue.d.ts +102 -120
- package/components/geoinput-update/index.css +0 -6
- package/components/geoinput-update/index.mjs +399 -0
- package/components/geoinput-update/src/ctx.d.ts +49 -69
- package/components/geoinput-update/src/index.vue.d.ts +126 -141
- package/components/index.mjs +11 -0
- package/components/index2.mjs +306 -0
- package/components/index3.mjs +484 -0
- package/components/input/{index.js → index.mjs} +31 -27
- package/components/input/src/ctx.d.ts +47 -66
- package/components/input/src/index.vue.d.ts +101 -113
- package/components/input-link/index.css +0 -2
- package/components/input-link/index.mjs +151 -0
- package/components/input-link/src/ctx.d.ts +40 -56
- package/components/input-link/src/index.vue.d.ts +89 -101
- package/components/input-number/index.css +0 -2
- package/components/input-number/{index.js → index.mjs} +25 -25
- package/components/input-number/src/ctx.d.ts +31 -37
- package/components/input-number/src/index.vue.d.ts +71 -71
- package/components/radio/index.css +0 -6
- package/components/radio/{index.js → index.mjs} +50 -47
- package/components/radio/src/ctx.d.ts +29 -29
- package/components/radio/src/index.vue.d.ts +64 -64
- package/components/select/index.css +0 -2
- package/components/select/{index.js → index.mjs} +49 -48
- package/components/select/src/ctx.d.ts +31 -85
- package/components/select/src/index.vue.d.ts +121 -230
- package/components/slider/{index.js → index.mjs} +28 -24
- package/components/slider/src/ctx.d.ts +35 -35
- package/components/slider/src/index.vue.d.ts +93 -93
- package/components/switch/index.css +0 -2
- package/components/switch/{index.js → index.mjs} +29 -24
- package/components/switch/src/ctx.d.ts +40 -40
- package/components/switch/src/index.vue.d.ts +91 -91
- package/components/templates-default/index.mjs +302 -0
- package/components/templates-default/src/ctx.d.ts +2 -4
- package/components/templates-default/src/index.vue.d.ts +2 -8
- package/components/templates-element-plus/index.mjs +106 -0
- package/components/templates-esri/index.mjs +59 -0
- package/components/templates-layout/index.css +0 -3
- package/components/templates-layout/index.mjs +131 -0
- package/components/templates-mapbox/index.mjs +59 -0
- package/components/templates-variant/index.d.ts +4 -0
- package/components/templates-variant/index.mjs +64 -0
- package/components/templates-variant/src/ctx.d.ts +11 -0
- package/components/templates-variant/src/index.vue.d.ts +20 -0
- package/components/templates-variant/src/types.d.ts +2 -0
- package/components/upload/index.css +0 -7
- package/components/upload/index.mjs +501 -0
- package/components/upload/src/ctx.d.ts +36 -38
- package/components/upload/src/file.vue.d.ts +22 -21
- package/components/upload/src/index.vue.d.ts +78 -78
- package/components/upload-plus/index.css +4 -8
- package/components/upload-plus/{index.js → index.mjs} +9497 -926
- package/components/upload-plus/src/api.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +25 -28
- package/components/upload-plus/src/index.vue.d.ts +58 -58
- package/components/van-cascader/index.css +0 -2
- package/components/van-cascader/{index.js → index.mjs} +41 -44
- package/components/van-cascader/src/ctx.d.ts +35 -35
- package/components/van-cascader/src/index.vue.d.ts +82 -82
- package/components/var-datetime-picker/index.css +0 -2
- package/components/var-datetime-picker/index.mjs +324 -0
- package/components/var-datetime-picker/src/ctx.d.ts +27 -26
- package/components/var-datetime-picker/src/index.vue.d.ts +57 -57
- package/components/vditor/{index.js → index.mjs} +9 -14
- package/components/vditor/src/ctx.d.ts +2 -1
- package/components/vditor/src/index.vue.d.ts +2 -3
- package/composables/index.mjs +85 -0
- package/composables/useSourceManager.d.ts +2 -2
- package/defaults.d.ts +1 -1
- package/index.css +22 -168
- package/index.d.ts +1 -1
- package/index.esm.js +44 -1
- package/package.json +257 -2
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.mjs +56 -0
- package/shared/element-plus/ctx.d.ts +26 -94
- package/shared/element-plus/index.mjs +285 -0
- package/shared/element-plus/instances.d.ts +29 -28
- package/shared/form/index.mjs +30 -0
- package/shared/helper/index.mjs +9 -0
- package/shared/index.mjs +1 -0
- package/shared/infer-prop/index.mjs +34 -0
- package/shared/progress-it/index.mjs +38 -0
- package/shared/rules/index.mjs +53 -0
- package/shared/types/source/index.d.ts +2 -1
- package/shared/upload/index.mjs +771 -0
- package/components/button/src/ctx.js +0 -1
- package/components/cascader/src/ctx.js +0 -1
- package/components/cascader/src/types.js +0 -1
- package/components/cascader/src/use.js +0 -1
- package/components/checkbox/src/ctx.js +0 -1
- package/components/checkbox/src/index.css +0 -1
- package/components/checkbox/src/types.js +0 -1
- package/components/color-picker/index.css +0 -1
- package/components/color-picker/src/ctx.js +0 -1
- package/components/color-picker/src/index.css +0 -1
- package/components/color-picker/src/types.js +0 -1
- package/components/date-picker/index.css +0 -1
- package/components/date-picker/src/ctx.js +0 -1
- package/components/date-picker/src/index.css +0 -1
- package/components/date-picker/src/types.js +0 -1
- package/components/download-plus/src/api.js +0 -1
- package/components/download-plus/src/const.js +0 -1
- package/components/download-plus/src/ctx.js +0 -1
- package/components/download-plus/src/index.css +0 -1
- package/components/download-plus/src/types.js +0 -1
- package/components/esri-input-geojson/index.js +0 -1563
- package/components/esri-input-geojson/src/const.js +0 -1
- package/components/esri-input-geojson/src/ctx.js +0 -1
- package/components/esri-input-geojson/src/index.css +0 -1
- package/components/esri-input-geojson/src/types.js +0 -1
- package/components/form/index.css +0 -1
- package/components/form/src/ctx.js +0 -1
- package/components/form/src/index.css +0 -1
- package/components/form/src/types.js +0 -1
- package/components/form/src/utils.js +0 -1
- package/components/form-item/src/ctx.js +0 -1
- package/components/form-item/src/index.css +0 -1
- package/components/form-item/src/types.js +0 -1
- package/components/form-item-renderer/index.css +0 -1
- package/components/form-item-renderer/src/ctx.js +0 -1
- package/components/form-item-renderer/src/index.css +0 -1
- package/components/form-item-renderer/src/symbols.js +0 -1
- package/components/form-item-renderer/src/types.js +0 -1
- package/components/form-item-renderer-template/index.css +0 -1
- package/components/form-item-renderer-template/src/ctx.js +0 -1
- package/components/form-item-renderer-template/src/index.css +0 -1
- package/components/form-item-renderer-template/src/types.js +0 -1
- package/components/geoinput/index.css +0 -1
- package/components/geoinput/src/ctx.js +0 -1
- package/components/geoinput/src/index.css +0 -1
- package/components/geoinput/src/types.js +0 -1
- package/components/geoinput-read/src/ctx.js +0 -1
- package/components/geoinput-read/src/index.css +0 -1
- package/components/geoinput-read/src/types.js +0 -1
- package/components/geoinput-update/index.js +0 -930
- package/components/geoinput-update/src/ctx.js +0 -1
- package/components/geoinput-update/src/index.css +0 -1
- package/components/geoinput-update/src/types.js +0 -1
- package/components/input/index.css +0 -1
- package/components/input/src/ctx.js +0 -1
- package/components/input/src/index.css +0 -1
- package/components/input/src/types.js +0 -1
- package/components/input-link/index.js +0 -163
- package/components/input-link/src/ctx.js +0 -1
- package/components/input-link/src/index.css +0 -1
- package/components/input-link/src/types.js +0 -1
- package/components/input-number/src/ctx.js +0 -1
- package/components/input-number/src/index.css +0 -1
- package/components/input-number/src/types.js +0 -1
- package/components/radio/src/ctx.js +0 -1
- package/components/radio/src/index.css +0 -1
- package/components/radio/src/types.js +0 -1
- package/components/select/src/ctx.js +0 -1
- package/components/select/src/index.css +0 -1
- package/components/select/src/types.js +0 -1
- package/components/slider/index.css +0 -1
- package/components/slider/src/ctx.js +0 -1
- package/components/slider/src/index.css +0 -1
- package/components/slider/src/types.js +0 -1
- package/components/switch/src/ctx.js +0 -1
- package/components/switch/src/index.css +0 -1
- package/components/switch/src/types.js +0 -1
- package/components/templates-default/index.css +0 -1
- package/components/templates-default/index.js +0 -347
- package/components/templates-default/src/ctx.js +0 -1
- package/components/templates-default/src/index.css +0 -1
- package/components/templates-default/src/types.js +0 -1
- package/components/templates-element-plus/index.css +0 -1
- package/components/templates-element-plus/index.js +0 -110
- package/components/templates-element-plus/src/ctx.js +0 -1
- package/components/templates-element-plus/src/index.css +0 -1
- package/components/templates-element-plus/src/types.js +0 -1
- package/components/templates-esri/index.css +0 -1
- package/components/templates-esri/index.js +0 -65
- package/components/templates-esri/src/ctx.js +0 -1
- package/components/templates-esri/src/index.css +0 -1
- package/components/templates-esri/src/types.js +0 -1
- package/components/templates-layout/index.js +0 -141
- package/components/templates-layout/src/ctx.js +0 -1
- package/components/templates-layout/src/index.css +0 -1
- package/components/templates-layout/src/types.js +0 -1
- package/components/templates-mapbox/index.css +0 -1
- package/components/templates-mapbox/index.js +0 -65
- package/components/templates-mapbox/src/ctx.js +0 -1
- package/components/templates-mapbox/src/index.css +0 -1
- package/components/templates-mapbox/src/types.js +0 -1
- package/components/upload/index.js +0 -565
- package/components/upload/src/ctx.js +0 -1
- package/components/upload/src/index.css +0 -1
- package/components/upload/src/types.js +0 -1
- package/components/upload-plus/src/api.js +0 -28
- package/components/upload-plus/src/const.js +0 -1
- package/components/upload-plus/src/ctx.js +0 -1
- package/components/upload-plus/src/index.css +0 -1
- package/components/upload-plus/src/types.js +0 -1
- package/components/van-cascader/src/ctx.js +0 -1
- package/components/van-cascader/src/index.css +0 -1
- package/components/van-cascader/src/types.js +0 -1
- package/components/var-datetime-picker/index.js +0 -299
- package/components/var-datetime-picker/src/const.js +0 -1
- package/components/var-datetime-picker/src/ctx.js +0 -1
- package/components/var-datetime-picker/src/index.css +0 -1
- package/components/var-datetime-picker/src/types.js +0 -1
- package/components/vditor/index.css +0 -1
- package/components/vditor/src/ctx.js +0 -1
- package/components/vditor/src/index.css +0 -1
- package/components/vditor/src/types.js +0 -1
- package/composables/index.css +0 -1
- package/composables/index.js +0 -1
- package/shared/const/index.css +0 -1
- package/shared/const/index.js +0 -1
- package/shared/element-plus/index.css +0 -1
- package/shared/element-plus/index.js +0 -1
- package/shared/form/index.css +0 -1
- package/shared/form/index.js +0 -1
- package/shared/helper/index.css +0 -1
- package/shared/helper/index.js +0 -1
- package/shared/index.css +0 -1
- package/shared/index.js +0 -1
- package/shared/infer-prop/index.css +0 -1
- package/shared/infer-prop/index.js +0 -1
- package/shared/progress-it/index.css +0 -1
- package/shared/progress-it/index.js +0 -1
- package/shared/rules/index.css +0 -1
- package/shared/rules/index.js +0 -1
- package/shared/types/form/index.css +0 -1
- package/shared/types/form/index.js +0 -1
- package/shared/types/index.css +0 -1
- package/shared/types/index.js +0 -1
- package/shared/types/source/index.css +0 -1
- package/shared/types/source/index.js +0 -1
- package/shared/types/source-manager/index.css +0 -1
- package/shared/types/source-manager/index.js +0 -1
- package/shared/upload/index.css +0 -1
- package/shared/upload/index.js +0 -1
- /package/{components/button/index.css → shared/types/form/index.mjs} +0 -0
- /package/{components/button/src/index.css → shared/types/index.mjs} +0 -0
- /package/{components/cascader/src/index.css → shared/types/source/index.mjs} +0 -0
- /package/{components/button/src/types.js → shared/types/source-manager/index.mjs} +0 -0
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
default: () => any[];
|
|
11
11
|
};
|
|
12
12
|
editTypes: {
|
|
13
|
-
type: import("vue").PropType<import("
|
|
13
|
+
type: import("vue").PropType<import("@vunk/form/components/geoinput/src/types").EditType[] | import("@vunk/form/components/geoinput/src/types").EditType>;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
16
|
paint: {
|
|
@@ -42,9 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
42
|
before: StringConstructor;
|
|
43
43
|
data: {
|
|
44
44
|
type: import("vue").PropType<any>;
|
|
45
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
46
|
-
[name: string]: any;
|
|
47
|
-
}>;
|
|
45
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
|
|
48
46
|
};
|
|
49
47
|
maxlength: {
|
|
50
48
|
type: NumberConstructor;
|
|
@@ -55,44 +53,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
53
|
required: boolean;
|
|
56
54
|
};
|
|
57
55
|
inputSlots: {
|
|
58
|
-
type: import("vue").PropType<import("
|
|
56
|
+
type: import("vue").PropType<import("@vunk/form/components/input/src/types").InputSlots>;
|
|
59
57
|
default: any;
|
|
60
58
|
};
|
|
61
59
|
rows: {
|
|
62
60
|
type: NumberConstructor;
|
|
63
61
|
default: any;
|
|
64
62
|
};
|
|
65
|
-
label: StringConstructor;
|
|
66
|
-
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
67
|
-
prop: {
|
|
68
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
69
|
-
readonly required: false;
|
|
70
|
-
readonly validator: (val: unknown) => boolean;
|
|
71
|
-
__epPropKey: true;
|
|
72
|
-
};
|
|
73
63
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
74
|
-
rules: {
|
|
75
|
-
readonly type: import("vue").PropType<unknown>;
|
|
76
|
-
readonly required: false;
|
|
77
|
-
readonly validator: (val: unknown) => boolean;
|
|
78
|
-
__epPropKey: true;
|
|
79
|
-
};
|
|
80
|
-
error: StringConstructor;
|
|
81
|
-
validateStatus: {
|
|
82
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
83
|
-
readonly required: false;
|
|
84
|
-
readonly validator: (val: unknown) => boolean;
|
|
85
|
-
__epPropKey: true;
|
|
86
|
-
};
|
|
87
|
-
for: StringConstructor;
|
|
88
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
89
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
90
64
|
formItemSize: {
|
|
91
65
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
92
66
|
default: "default" | "small" | "large";
|
|
93
67
|
};
|
|
94
68
|
formItemSlots: {
|
|
95
|
-
type: import("vue").PropType<import("
|
|
69
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
96
70
|
default: any;
|
|
97
71
|
};
|
|
98
72
|
elRef: {
|
|
@@ -111,71 +85,89 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
85
|
type: import("vue").PropType<"right">;
|
|
112
86
|
default: string;
|
|
113
87
|
};
|
|
88
|
+
label: StringConstructor;
|
|
89
|
+
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
90
|
+
prop: {
|
|
91
|
+
readonly type: import("vue").PropType<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>>;
|
|
92
|
+
readonly required: false;
|
|
93
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
94
|
+
__epPropKey: true;
|
|
95
|
+
};
|
|
96
|
+
rules: {
|
|
97
|
+
readonly type: import("vue").PropType<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>>;
|
|
98
|
+
readonly required: false;
|
|
99
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
|
+
__epPropKey: true;
|
|
101
|
+
};
|
|
102
|
+
error: StringConstructor;
|
|
103
|
+
validateStatus: {
|
|
104
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
105
|
+
readonly required: false;
|
|
106
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
|
+
__epPropKey: true;
|
|
108
|
+
};
|
|
109
|
+
for: StringConstructor;
|
|
110
|
+
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
111
|
+
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
114
112
|
ariaLabel: StringConstructor;
|
|
115
113
|
size: {
|
|
116
114
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
117
115
|
readonly required: false;
|
|
118
|
-
readonly validator: (val: unknown) => boolean;
|
|
116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
117
|
__epPropKey: true;
|
|
120
118
|
};
|
|
121
119
|
disabled: BooleanConstructor;
|
|
122
120
|
resize: {
|
|
123
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
121
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
124
122
|
readonly required: false;
|
|
125
|
-
readonly validator: (val: unknown) => boolean;
|
|
123
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
126
124
|
__epPropKey: true;
|
|
127
125
|
};
|
|
128
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
129
|
-
minRows?: number;
|
|
130
|
-
maxRows?: number;
|
|
131
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
132
|
-
minRows?: number;
|
|
133
|
-
maxRows?: number;
|
|
134
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
126
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
135
127
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
136
128
|
formatter: {
|
|
137
129
|
readonly type: import("vue").PropType<Function>;
|
|
138
130
|
readonly required: false;
|
|
139
|
-
readonly validator: (val: unknown) => boolean;
|
|
131
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
140
132
|
__epPropKey: true;
|
|
141
133
|
};
|
|
142
134
|
parser: {
|
|
143
135
|
readonly type: import("vue").PropType<Function>;
|
|
144
136
|
readonly required: false;
|
|
145
|
-
readonly validator: (val: unknown) => boolean;
|
|
137
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
146
138
|
__epPropKey: true;
|
|
147
139
|
};
|
|
148
140
|
placeholder: {
|
|
149
141
|
readonly type: import("vue").PropType<string>;
|
|
150
142
|
readonly required: false;
|
|
151
|
-
readonly validator: (val: unknown) => boolean;
|
|
143
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
144
|
__epPropKey: true;
|
|
153
145
|
};
|
|
154
146
|
form: {
|
|
155
147
|
readonly type: import("vue").PropType<string>;
|
|
156
148
|
readonly required: false;
|
|
157
|
-
readonly validator: (val: unknown) => boolean;
|
|
149
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
150
|
__epPropKey: true;
|
|
159
151
|
};
|
|
160
152
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
161
153
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
162
154
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
163
155
|
suffixIcon: {
|
|
164
|
-
readonly type: import("vue").PropType<unknown
|
|
156
|
+
readonly type: import("vue").PropType<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>>;
|
|
165
157
|
readonly required: false;
|
|
166
|
-
readonly validator: (val: unknown) => boolean;
|
|
158
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
167
159
|
__epPropKey: true;
|
|
168
160
|
};
|
|
169
161
|
prefixIcon: {
|
|
170
|
-
readonly type: import("vue").PropType<unknown
|
|
162
|
+
readonly type: import("vue").PropType<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>>;
|
|
171
163
|
readonly required: false;
|
|
172
|
-
readonly validator: (val: unknown) => boolean;
|
|
164
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
165
|
__epPropKey: true;
|
|
174
166
|
};
|
|
175
167
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
176
168
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
177
169
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
178
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
170
|
+
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
179
171
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
180
172
|
}, {
|
|
181
173
|
VmMap: import("vue").DefineComponent<{
|
|
@@ -199,7 +191,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
191
|
minZoom: NumberConstructor;
|
|
200
192
|
maxZoom: NumberConstructor;
|
|
201
193
|
}>> & {
|
|
202
|
-
onLoad?: (e: import("@vumap/core/components/map/src/types").LoadEvent) => any;
|
|
194
|
+
onLoad?: ((e: import("@vumap/core/components/map/src/types").LoadEvent) => any) | undefined;
|
|
203
195
|
}, {
|
|
204
196
|
defaultOptions: Partial<import("mapbox-gl").MapboxOptions>;
|
|
205
197
|
}, {}>;
|
|
@@ -207,9 +199,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
199
|
coreOnEmits: {};
|
|
208
200
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
209
201
|
layerChange: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent;
|
|
210
|
-
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
211
|
-
[name: string]: any;
|
|
212
|
-
}>) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
202
|
+
'update:modelValue': (e: import("geojson").FeatureCollection) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
213
203
|
[name: string]: any;
|
|
214
204
|
}>;
|
|
215
205
|
layerClick: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent;
|
|
@@ -220,7 +210,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
210
|
clear: () => boolean;
|
|
221
211
|
mouseleave: (evt: MouseEvent) => boolean;
|
|
222
212
|
mouseenter: (evt: MouseEvent) => boolean;
|
|
223
|
-
keydown: (evt:
|
|
213
|
+
keydown: (evt: KeyboardEvent | Event) => boolean;
|
|
224
214
|
compositionstart: (evt: CompositionEvent) => boolean;
|
|
225
215
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
226
216
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
@@ -237,7 +227,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
237
227
|
default: () => any[];
|
|
238
228
|
};
|
|
239
229
|
editTypes: {
|
|
240
|
-
type: import("vue").PropType<import("
|
|
230
|
+
type: import("vue").PropType<import("@vunk/form/components/geoinput/src/types").EditType[] | import("@vunk/form/components/geoinput/src/types").EditType>;
|
|
241
231
|
default: string;
|
|
242
232
|
};
|
|
243
233
|
paint: {
|
|
@@ -269,9 +259,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
269
259
|
before: StringConstructor;
|
|
270
260
|
data: {
|
|
271
261
|
type: import("vue").PropType<any>;
|
|
272
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
273
|
-
[name: string]: any;
|
|
274
|
-
}>;
|
|
262
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
|
|
275
263
|
};
|
|
276
264
|
maxlength: {
|
|
277
265
|
type: NumberConstructor;
|
|
@@ -282,44 +270,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
282
270
|
required: boolean;
|
|
283
271
|
};
|
|
284
272
|
inputSlots: {
|
|
285
|
-
type: import("vue").PropType<import("
|
|
273
|
+
type: import("vue").PropType<import("@vunk/form/components/input/src/types").InputSlots>;
|
|
286
274
|
default: any;
|
|
287
275
|
};
|
|
288
276
|
rows: {
|
|
289
277
|
type: NumberConstructor;
|
|
290
278
|
default: any;
|
|
291
279
|
};
|
|
292
|
-
label: StringConstructor;
|
|
293
|
-
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
294
|
-
prop: {
|
|
295
|
-
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>>;
|
|
296
|
-
readonly required: false;
|
|
297
|
-
readonly validator: (val: unknown) => boolean;
|
|
298
|
-
__epPropKey: true;
|
|
299
|
-
};
|
|
300
280
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
301
|
-
rules: {
|
|
302
|
-
readonly type: import("vue").PropType<unknown>;
|
|
303
|
-
readonly required: false;
|
|
304
|
-
readonly validator: (val: unknown) => boolean;
|
|
305
|
-
__epPropKey: true;
|
|
306
|
-
};
|
|
307
|
-
error: StringConstructor;
|
|
308
|
-
validateStatus: {
|
|
309
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
310
|
-
readonly required: false;
|
|
311
|
-
readonly validator: (val: unknown) => boolean;
|
|
312
|
-
__epPropKey: true;
|
|
313
|
-
};
|
|
314
|
-
for: StringConstructor;
|
|
315
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
316
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
317
281
|
formItemSize: {
|
|
318
282
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
319
283
|
default: "default" | "small" | "large";
|
|
320
284
|
};
|
|
321
285
|
formItemSlots: {
|
|
322
|
-
type: import("vue").PropType<import("
|
|
286
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
323
287
|
default: any;
|
|
324
288
|
};
|
|
325
289
|
elRef: {
|
|
@@ -338,84 +302,102 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
338
302
|
type: import("vue").PropType<"right">;
|
|
339
303
|
default: string;
|
|
340
304
|
};
|
|
305
|
+
label: StringConstructor;
|
|
306
|
+
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
307
|
+
prop: {
|
|
308
|
+
readonly type: import("vue").PropType<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>>;
|
|
309
|
+
readonly required: false;
|
|
310
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
|
+
__epPropKey: true;
|
|
312
|
+
};
|
|
313
|
+
rules: {
|
|
314
|
+
readonly type: import("vue").PropType<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>>;
|
|
315
|
+
readonly required: false;
|
|
316
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
317
|
+
__epPropKey: true;
|
|
318
|
+
};
|
|
319
|
+
error: StringConstructor;
|
|
320
|
+
validateStatus: {
|
|
321
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
322
|
+
readonly required: false;
|
|
323
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
324
|
+
__epPropKey: true;
|
|
325
|
+
};
|
|
326
|
+
for: StringConstructor;
|
|
327
|
+
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
328
|
+
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
341
329
|
ariaLabel: StringConstructor;
|
|
342
330
|
size: {
|
|
343
331
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
344
332
|
readonly required: false;
|
|
345
|
-
readonly validator: (val: unknown) => boolean;
|
|
333
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
346
334
|
__epPropKey: true;
|
|
347
335
|
};
|
|
348
336
|
disabled: BooleanConstructor;
|
|
349
337
|
resize: {
|
|
350
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
338
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
351
339
|
readonly required: false;
|
|
352
|
-
readonly validator: (val: unknown) => boolean;
|
|
340
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
353
341
|
__epPropKey: true;
|
|
354
342
|
};
|
|
355
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
356
|
-
minRows?: number;
|
|
357
|
-
maxRows?: number;
|
|
358
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
359
|
-
minRows?: number;
|
|
360
|
-
maxRows?: number;
|
|
361
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
343
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
362
344
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
363
345
|
formatter: {
|
|
364
346
|
readonly type: import("vue").PropType<Function>;
|
|
365
347
|
readonly required: false;
|
|
366
|
-
readonly validator: (val: unknown) => boolean;
|
|
348
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
367
349
|
__epPropKey: true;
|
|
368
350
|
};
|
|
369
351
|
parser: {
|
|
370
352
|
readonly type: import("vue").PropType<Function>;
|
|
371
353
|
readonly required: false;
|
|
372
|
-
readonly validator: (val: unknown) => boolean;
|
|
354
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
373
355
|
__epPropKey: true;
|
|
374
356
|
};
|
|
375
357
|
placeholder: {
|
|
376
358
|
readonly type: import("vue").PropType<string>;
|
|
377
359
|
readonly required: false;
|
|
378
|
-
readonly validator: (val: unknown) => boolean;
|
|
360
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
379
361
|
__epPropKey: true;
|
|
380
362
|
};
|
|
381
363
|
form: {
|
|
382
364
|
readonly type: import("vue").PropType<string>;
|
|
383
365
|
readonly required: false;
|
|
384
|
-
readonly validator: (val: unknown) => boolean;
|
|
366
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
367
|
__epPropKey: true;
|
|
386
368
|
};
|
|
387
369
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
388
370
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
389
371
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
390
372
|
suffixIcon: {
|
|
391
|
-
readonly type: import("vue").PropType<unknown
|
|
373
|
+
readonly type: import("vue").PropType<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>>;
|
|
392
374
|
readonly required: false;
|
|
393
|
-
readonly validator: (val: unknown) => boolean;
|
|
375
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
394
376
|
__epPropKey: true;
|
|
395
377
|
};
|
|
396
378
|
prefixIcon: {
|
|
397
|
-
readonly type: import("vue").PropType<unknown
|
|
379
|
+
readonly type: import("vue").PropType<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>>;
|
|
398
380
|
readonly required: false;
|
|
399
|
-
readonly validator: (val: unknown) => boolean;
|
|
381
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
400
382
|
__epPropKey: true;
|
|
401
383
|
};
|
|
402
384
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
403
385
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
404
386
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
405
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
387
|
+
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
406
388
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
407
389
|
}>> & {
|
|
408
390
|
onChange?: (value: string) => any;
|
|
409
391
|
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
410
392
|
[name: string]: any;
|
|
411
393
|
}>) => any;
|
|
412
|
-
onInput?: (value: string) => any;
|
|
413
394
|
onFocus?: (evt: FocusEvent) => any;
|
|
414
395
|
onBlur?: (evt: FocusEvent) => any;
|
|
396
|
+
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
397
|
+
onInput?: (value: string) => any;
|
|
415
398
|
onClear?: () => any;
|
|
416
399
|
onMouseleave?: (evt: MouseEvent) => any;
|
|
417
400
|
onMouseenter?: (evt: MouseEvent) => any;
|
|
418
|
-
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
419
401
|
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
420
402
|
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
421
403
|
onCompositionend?: (evt: CompositionEvent) => any;
|
|
@@ -423,37 +405,37 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
423
405
|
onLayerChange?: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
|
|
424
406
|
onLayerClick?: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => any;
|
|
425
407
|
}, {
|
|
426
|
-
|
|
427
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
428
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
429
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
408
|
+
disabled: boolean;
|
|
430
409
|
type: string;
|
|
410
|
+
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
411
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
431
412
|
formItemSize: "default" | "small" | "large";
|
|
432
|
-
formItemSlots: import("
|
|
413
|
+
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
433
414
|
inline: boolean;
|
|
434
415
|
readonly: boolean;
|
|
435
416
|
labelPosition: "right";
|
|
436
|
-
|
|
437
|
-
|
|
417
|
+
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
418
|
+
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
419
|
+
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
420
|
+
data: any;
|
|
438
421
|
id: string;
|
|
422
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
423
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
439
424
|
modelValue: import("geojson").FeatureCollection<any, any>;
|
|
425
|
+
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
440
426
|
autosize: false;
|
|
441
427
|
autocomplete: string;
|
|
442
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
443
428
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
444
429
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
445
430
|
containerRole: string;
|
|
446
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
447
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
448
431
|
inputStyle: import("vue").StyleValue;
|
|
432
|
+
cursor: string;
|
|
433
|
+
editTypes: import("@vunk/form/components/geoinput/src/types").EditType | import("@vunk/form/components/geoinput/src/types").EditType[];
|
|
434
|
+
showMap: boolean;
|
|
449
435
|
inputSlots: any;
|
|
450
436
|
rows: number;
|
|
451
|
-
data: any;
|
|
452
|
-
cursor: string;
|
|
453
|
-
paint: any;
|
|
454
437
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
455
|
-
|
|
438
|
+
paint: any;
|
|
456
439
|
custom: boolean;
|
|
457
|
-
showMap: boolean;
|
|
458
440
|
}, {}>;
|
|
459
441
|
export default _default;
|
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
|
|
2
1
|
.vk-geoinput-upload-x.vk-geoinput-upload-x{
|
|
3
2
|
padding: 0;
|
|
4
3
|
}
|
|
5
4
|
.vk-geoinput-upload .el-upload{
|
|
6
5
|
padding: 8px 15px;
|
|
7
6
|
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
7
|
.geoinput-map-x{
|
|
12
8
|
margin-bottom: 18px;
|
|
13
9
|
height: 300px;
|
|
@@ -18,7 +14,6 @@
|
|
|
18
14
|
display: flex;
|
|
19
15
|
flex-direction: column;
|
|
20
16
|
}
|
|
21
|
-
|
|
22
17
|
.vk-geoinput-edit-map{
|
|
23
18
|
height: 100%;
|
|
24
19
|
}
|
|
@@ -43,4 +38,3 @@
|
|
|
43
38
|
.vk-geoinput-edit-map{
|
|
44
39
|
flex: 1;
|
|
45
40
|
}
|
|
46
|
-
|