@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
|
@@ -30,11 +30,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
}>;
|
|
31
31
|
};
|
|
32
32
|
editControls: {
|
|
33
|
-
type: import("vue").PropType<import("
|
|
33
|
+
type: import("vue").PropType<import("@vunk/form/components/geoinput-update/src/types").EditType[]>;
|
|
34
34
|
default: () => string[];
|
|
35
35
|
};
|
|
36
36
|
editTypes: {
|
|
37
|
-
type: import("vue").PropType<import("
|
|
37
|
+
type: import("vue").PropType<import("@vunk/form/components/geoinput-update/src/types").EditType[] | import("@vunk/form/components/geoinput-update/src/types").EditType>;
|
|
38
38
|
default: () => string;
|
|
39
39
|
};
|
|
40
40
|
multiple: {
|
|
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
42
|
default: boolean;
|
|
43
43
|
};
|
|
44
44
|
mapTo: {
|
|
45
|
-
type: import("vue").PropType<
|
|
45
|
+
type: import("vue").PropType<import("vue").RendererElement | string>;
|
|
46
46
|
default: any;
|
|
47
47
|
};
|
|
48
48
|
mapCenter: {
|
|
@@ -54,7 +54,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
default: () => any[];
|
|
55
55
|
};
|
|
56
56
|
slots: {
|
|
57
|
-
type: import("vue").PropType<import("
|
|
57
|
+
type: import("vue").PropType<import("@vunk/form/components/geoinput-update/src/types").Slots>;
|
|
58
58
|
default: () => {};
|
|
59
59
|
};
|
|
60
60
|
spikSave: {
|
|
@@ -70,44 +70,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
70
70
|
required: boolean;
|
|
71
71
|
};
|
|
72
72
|
inputSlots: {
|
|
73
|
-
type: import("vue").PropType<import("
|
|
73
|
+
type: import("vue").PropType<import("@vunk/form/components/input/src/types").InputSlots>;
|
|
74
74
|
default: any;
|
|
75
75
|
};
|
|
76
76
|
rows: {
|
|
77
77
|
type: NumberConstructor;
|
|
78
78
|
default: any;
|
|
79
79
|
};
|
|
80
|
-
label: StringConstructor;
|
|
81
|
-
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
82
|
-
prop: {
|
|
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>>;
|
|
84
|
-
readonly required: false;
|
|
85
|
-
readonly validator: (val: unknown) => boolean;
|
|
86
|
-
__epPropKey: true;
|
|
87
|
-
};
|
|
88
80
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
89
|
-
rules: {
|
|
90
|
-
readonly type: import("vue").PropType<unknown>;
|
|
91
|
-
readonly required: false;
|
|
92
|
-
readonly validator: (val: unknown) => boolean;
|
|
93
|
-
__epPropKey: true;
|
|
94
|
-
};
|
|
95
|
-
error: StringConstructor;
|
|
96
|
-
validateStatus: {
|
|
97
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
98
|
-
readonly required: false;
|
|
99
|
-
readonly validator: (val: unknown) => boolean;
|
|
100
|
-
__epPropKey: true;
|
|
101
|
-
};
|
|
102
|
-
for: StringConstructor;
|
|
103
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
104
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
105
81
|
formItemSize: {
|
|
106
82
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
107
83
|
default: "default" | "small" | "large";
|
|
108
84
|
};
|
|
109
85
|
formItemSlots: {
|
|
110
|
-
type: import("vue").PropType<import("
|
|
86
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
111
87
|
default: any;
|
|
112
88
|
};
|
|
113
89
|
elRef: {
|
|
@@ -122,72 +98,90 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
122
98
|
type: import("vue").PropType<"right">;
|
|
123
99
|
default: string;
|
|
124
100
|
};
|
|
101
|
+
label: StringConstructor;
|
|
102
|
+
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
103
|
+
prop: {
|
|
104
|
+
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>>;
|
|
105
|
+
readonly required: false;
|
|
106
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
|
+
__epPropKey: true;
|
|
108
|
+
};
|
|
109
|
+
rules: {
|
|
110
|
+
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>>;
|
|
111
|
+
readonly required: false;
|
|
112
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
113
|
+
__epPropKey: true;
|
|
114
|
+
};
|
|
115
|
+
error: StringConstructor;
|
|
116
|
+
validateStatus: {
|
|
117
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
118
|
+
readonly required: false;
|
|
119
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
120
|
+
__epPropKey: true;
|
|
121
|
+
};
|
|
122
|
+
for: StringConstructor;
|
|
123
|
+
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
124
|
+
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
125
125
|
ariaLabel: StringConstructor;
|
|
126
126
|
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
127
127
|
size: {
|
|
128
128
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
129
129
|
readonly required: false;
|
|
130
|
-
readonly validator: (val: unknown) => boolean;
|
|
130
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
131
131
|
__epPropKey: true;
|
|
132
132
|
};
|
|
133
133
|
disabled: BooleanConstructor;
|
|
134
134
|
resize: {
|
|
135
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
135
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
136
136
|
readonly required: false;
|
|
137
|
-
readonly validator: (val: unknown) => boolean;
|
|
137
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
139
139
|
};
|
|
140
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
141
|
-
minRows?: number;
|
|
142
|
-
maxRows?: number;
|
|
143
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
144
|
-
minRows?: number;
|
|
145
|
-
maxRows?: number;
|
|
146
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
140
|
+
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>;
|
|
147
141
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
148
142
|
formatter: {
|
|
149
143
|
readonly type: import("vue").PropType<Function>;
|
|
150
144
|
readonly required: false;
|
|
151
|
-
readonly validator: (val: unknown) => boolean;
|
|
145
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
146
|
__epPropKey: true;
|
|
153
147
|
};
|
|
154
148
|
parser: {
|
|
155
149
|
readonly type: import("vue").PropType<Function>;
|
|
156
150
|
readonly required: false;
|
|
157
|
-
readonly validator: (val: unknown) => boolean;
|
|
151
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
152
|
__epPropKey: true;
|
|
159
153
|
};
|
|
160
154
|
placeholder: {
|
|
161
155
|
readonly type: import("vue").PropType<string>;
|
|
162
156
|
readonly required: false;
|
|
163
|
-
readonly validator: (val: unknown) => boolean;
|
|
157
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
164
158
|
__epPropKey: true;
|
|
165
159
|
};
|
|
166
160
|
form: {
|
|
167
161
|
readonly type: import("vue").PropType<string>;
|
|
168
162
|
readonly required: false;
|
|
169
|
-
readonly validator: (val: unknown) => boolean;
|
|
163
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
164
|
__epPropKey: true;
|
|
171
165
|
};
|
|
172
166
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
173
167
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
174
168
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
175
169
|
suffixIcon: {
|
|
176
|
-
readonly type: import("vue").PropType<unknown
|
|
170
|
+
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>>;
|
|
177
171
|
readonly required: false;
|
|
178
|
-
readonly validator: (val: unknown) => boolean;
|
|
172
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
173
|
__epPropKey: true;
|
|
180
174
|
};
|
|
181
175
|
prefixIcon: {
|
|
182
|
-
readonly type: import("vue").PropType<unknown
|
|
176
|
+
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>>;
|
|
183
177
|
readonly required: false;
|
|
184
|
-
readonly validator: (val: unknown) => boolean;
|
|
178
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
185
179
|
__epPropKey: true;
|
|
186
180
|
};
|
|
187
181
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
188
182
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
189
183
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
190
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
184
|
+
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>;
|
|
191
185
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
192
186
|
paint: {
|
|
193
187
|
type: import("vue").PropType<import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint>;
|
|
@@ -206,9 +200,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
206
200
|
before: StringConstructor;
|
|
207
201
|
data: {
|
|
208
202
|
type: import("vue").PropType<any>;
|
|
209
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
210
|
-
[name: string]: any;
|
|
211
|
-
}>;
|
|
203
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
|
|
212
204
|
};
|
|
213
205
|
}, {
|
|
214
206
|
readonly: import("vue").ComputedRef<boolean>;
|
|
@@ -217,12 +209,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
217
209
|
readEmits: {};
|
|
218
210
|
updateEmits: {};
|
|
219
211
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
220
|
-
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
221
|
-
[name: string]: any;
|
|
222
|
-
}>) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
212
|
+
'update:modelValue': (e: import("geojson").FeatureCollection) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
223
213
|
[name: string]: any;
|
|
224
214
|
}>;
|
|
225
|
-
editUpdate: (e:
|
|
215
|
+
editUpdate: (e: import("@vumap/core/components/control-draw/src/types").UpdateEvent) => any;
|
|
226
216
|
input: (value: string) => boolean;
|
|
227
217
|
change: (value: string) => boolean;
|
|
228
218
|
focus: (evt: FocusEvent) => boolean;
|
|
@@ -230,7 +220,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
230
220
|
clear: () => boolean;
|
|
231
221
|
mouseleave: (evt: MouseEvent) => boolean;
|
|
232
222
|
mouseenter: (evt: MouseEvent) => boolean;
|
|
233
|
-
keydown: (evt:
|
|
223
|
+
keydown: (evt: KeyboardEvent | Event) => boolean;
|
|
234
224
|
compositionstart: (evt: CompositionEvent) => boolean;
|
|
235
225
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
236
226
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
@@ -269,11 +259,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
269
259
|
}>;
|
|
270
260
|
};
|
|
271
261
|
editControls: {
|
|
272
|
-
type: import("vue").PropType<import("
|
|
262
|
+
type: import("vue").PropType<import("@vunk/form/components/geoinput-update/src/types").EditType[]>;
|
|
273
263
|
default: () => string[];
|
|
274
264
|
};
|
|
275
265
|
editTypes: {
|
|
276
|
-
type: import("vue").PropType<import("
|
|
266
|
+
type: import("vue").PropType<import("@vunk/form/components/geoinput-update/src/types").EditType[] | import("@vunk/form/components/geoinput-update/src/types").EditType>;
|
|
277
267
|
default: () => string;
|
|
278
268
|
};
|
|
279
269
|
multiple: {
|
|
@@ -281,7 +271,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
281
271
|
default: boolean;
|
|
282
272
|
};
|
|
283
273
|
mapTo: {
|
|
284
|
-
type: import("vue").PropType<
|
|
274
|
+
type: import("vue").PropType<import("vue").RendererElement | string>;
|
|
285
275
|
default: any;
|
|
286
276
|
};
|
|
287
277
|
mapCenter: {
|
|
@@ -293,7 +283,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
293
283
|
default: () => any[];
|
|
294
284
|
};
|
|
295
285
|
slots: {
|
|
296
|
-
type: import("vue").PropType<import("
|
|
286
|
+
type: import("vue").PropType<import("@vunk/form/components/geoinput-update/src/types").Slots>;
|
|
297
287
|
default: () => {};
|
|
298
288
|
};
|
|
299
289
|
spikSave: {
|
|
@@ -309,44 +299,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
309
299
|
required: boolean;
|
|
310
300
|
};
|
|
311
301
|
inputSlots: {
|
|
312
|
-
type: import("vue").PropType<import("
|
|
302
|
+
type: import("vue").PropType<import("@vunk/form/components/input/src/types").InputSlots>;
|
|
313
303
|
default: any;
|
|
314
304
|
};
|
|
315
305
|
rows: {
|
|
316
306
|
type: NumberConstructor;
|
|
317
307
|
default: any;
|
|
318
308
|
};
|
|
319
|
-
label: StringConstructor;
|
|
320
|
-
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
321
|
-
prop: {
|
|
322
|
-
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>>;
|
|
323
|
-
readonly required: false;
|
|
324
|
-
readonly validator: (val: unknown) => boolean;
|
|
325
|
-
__epPropKey: true;
|
|
326
|
-
};
|
|
327
309
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
328
|
-
rules: {
|
|
329
|
-
readonly type: import("vue").PropType<unknown>;
|
|
330
|
-
readonly required: false;
|
|
331
|
-
readonly validator: (val: unknown) => boolean;
|
|
332
|
-
__epPropKey: true;
|
|
333
|
-
};
|
|
334
|
-
error: StringConstructor;
|
|
335
|
-
validateStatus: {
|
|
336
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
337
|
-
readonly required: false;
|
|
338
|
-
readonly validator: (val: unknown) => boolean;
|
|
339
|
-
__epPropKey: true;
|
|
340
|
-
};
|
|
341
|
-
for: StringConstructor;
|
|
342
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
343
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
344
310
|
formItemSize: {
|
|
345
311
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
346
312
|
default: "default" | "small" | "large";
|
|
347
313
|
};
|
|
348
314
|
formItemSlots: {
|
|
349
|
-
type: import("vue").PropType<import("
|
|
315
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
350
316
|
default: any;
|
|
351
317
|
};
|
|
352
318
|
elRef: {
|
|
@@ -361,72 +327,90 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
361
327
|
type: import("vue").PropType<"right">;
|
|
362
328
|
default: string;
|
|
363
329
|
};
|
|
330
|
+
label: StringConstructor;
|
|
331
|
+
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
332
|
+
prop: {
|
|
333
|
+
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>>;
|
|
334
|
+
readonly required: false;
|
|
335
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
336
|
+
__epPropKey: true;
|
|
337
|
+
};
|
|
338
|
+
rules: {
|
|
339
|
+
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>>;
|
|
340
|
+
readonly required: false;
|
|
341
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
342
|
+
__epPropKey: true;
|
|
343
|
+
};
|
|
344
|
+
error: StringConstructor;
|
|
345
|
+
validateStatus: {
|
|
346
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
347
|
+
readonly required: false;
|
|
348
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
349
|
+
__epPropKey: true;
|
|
350
|
+
};
|
|
351
|
+
for: StringConstructor;
|
|
352
|
+
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
353
|
+
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
364
354
|
ariaLabel: StringConstructor;
|
|
365
355
|
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
366
356
|
size: {
|
|
367
357
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
368
358
|
readonly required: false;
|
|
369
|
-
readonly validator: (val: unknown) => boolean;
|
|
359
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
370
360
|
__epPropKey: true;
|
|
371
361
|
};
|
|
372
362
|
disabled: BooleanConstructor;
|
|
373
363
|
resize: {
|
|
374
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
364
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
375
365
|
readonly required: false;
|
|
376
|
-
readonly validator: (val: unknown) => boolean;
|
|
366
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
377
367
|
__epPropKey: true;
|
|
378
368
|
};
|
|
379
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
380
|
-
minRows?: number;
|
|
381
|
-
maxRows?: number;
|
|
382
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
383
|
-
minRows?: number;
|
|
384
|
-
maxRows?: number;
|
|
385
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
369
|
+
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>;
|
|
386
370
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
387
371
|
formatter: {
|
|
388
372
|
readonly type: import("vue").PropType<Function>;
|
|
389
373
|
readonly required: false;
|
|
390
|
-
readonly validator: (val: unknown) => boolean;
|
|
374
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
375
|
__epPropKey: true;
|
|
392
376
|
};
|
|
393
377
|
parser: {
|
|
394
378
|
readonly type: import("vue").PropType<Function>;
|
|
395
379
|
readonly required: false;
|
|
396
|
-
readonly validator: (val: unknown) => boolean;
|
|
380
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
397
381
|
__epPropKey: true;
|
|
398
382
|
};
|
|
399
383
|
placeholder: {
|
|
400
384
|
readonly type: import("vue").PropType<string>;
|
|
401
385
|
readonly required: false;
|
|
402
|
-
readonly validator: (val: unknown) => boolean;
|
|
386
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
403
387
|
__epPropKey: true;
|
|
404
388
|
};
|
|
405
389
|
form: {
|
|
406
390
|
readonly type: import("vue").PropType<string>;
|
|
407
391
|
readonly required: false;
|
|
408
|
-
readonly validator: (val: unknown) => boolean;
|
|
392
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
409
393
|
__epPropKey: true;
|
|
410
394
|
};
|
|
411
395
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
412
396
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
413
397
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
414
398
|
suffixIcon: {
|
|
415
|
-
readonly type: import("vue").PropType<unknown
|
|
399
|
+
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>>;
|
|
416
400
|
readonly required: false;
|
|
417
|
-
readonly validator: (val: unknown) => boolean;
|
|
401
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
418
402
|
__epPropKey: true;
|
|
419
403
|
};
|
|
420
404
|
prefixIcon: {
|
|
421
|
-
readonly type: import("vue").PropType<unknown
|
|
405
|
+
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>>;
|
|
422
406
|
readonly required: false;
|
|
423
|
-
readonly validator: (val: unknown) => boolean;
|
|
407
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
424
408
|
__epPropKey: true;
|
|
425
409
|
};
|
|
426
410
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
427
411
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
428
412
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
429
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
413
|
+
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>;
|
|
430
414
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
431
415
|
paint: {
|
|
432
416
|
type: import("vue").PropType<import("mapbox-gl").FillPaint | import("mapbox-gl").LinePaint>;
|
|
@@ -445,70 +429,68 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
445
429
|
before: StringConstructor;
|
|
446
430
|
data: {
|
|
447
431
|
type: import("vue").PropType<any>;
|
|
448
|
-
default: () => import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
449
|
-
[name: string]: any;
|
|
450
|
-
}>;
|
|
432
|
+
default: () => import("geojson").FeatureCollection<import("geojson").Geometry, import("geojson").GeoJsonProperties>;
|
|
451
433
|
};
|
|
452
434
|
}>> & {
|
|
453
435
|
onChange?: (value: string) => any;
|
|
454
436
|
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
455
437
|
[name: string]: any;
|
|
456
438
|
}>) => any;
|
|
457
|
-
onInput?: (value: string) => any;
|
|
458
439
|
onFocus?: (evt: FocusEvent) => any;
|
|
459
440
|
onBlur?: (evt: FocusEvent) => any;
|
|
441
|
+
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
442
|
+
onInput?: (value: string) => any;
|
|
460
443
|
onClear?: () => any;
|
|
461
444
|
onMouseleave?: (evt: MouseEvent) => any;
|
|
462
445
|
onMouseenter?: (evt: MouseEvent) => any;
|
|
463
|
-
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
464
446
|
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
465
447
|
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
466
448
|
onCompositionend?: (evt: CompositionEvent) => any;
|
|
467
449
|
onLoad?: (e: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
|
|
450
|
+
onEditUpdate?: (e: any) => any;
|
|
468
451
|
onLayerChange?: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
|
|
469
452
|
onLayerClick?: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => any;
|
|
470
|
-
onEditUpdate?: (e: any) => any;
|
|
471
453
|
}, {
|
|
472
|
-
|
|
473
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
474
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
475
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
454
|
+
disabled: boolean;
|
|
476
455
|
type: string;
|
|
477
|
-
|
|
456
|
+
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
457
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
478
458
|
formItemSize: "default" | "small" | "large";
|
|
479
|
-
formItemSlots: import("
|
|
459
|
+
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
480
460
|
inline: boolean;
|
|
481
461
|
readonly: boolean;
|
|
482
462
|
labelPosition: "right";
|
|
483
|
-
|
|
484
|
-
|
|
463
|
+
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
464
|
+
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
465
|
+
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
466
|
+
slots: import("@vunk/form/components/geoinput-update/src/types").Slots;
|
|
467
|
+
data: any;
|
|
485
468
|
id: string;
|
|
469
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
470
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
486
471
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
472
|
+
multiple: boolean;
|
|
473
|
+
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
487
474
|
autosize: false;
|
|
488
475
|
autocomplete: string;
|
|
489
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
490
476
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
491
477
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
492
478
|
containerRole: string;
|
|
493
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
494
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
495
479
|
inputStyle: import("vue").StyleValue;
|
|
496
|
-
inputSlots: any;
|
|
497
|
-
rows: number;
|
|
498
|
-
multiple: boolean;
|
|
499
|
-
data: any;
|
|
500
480
|
cursor: string;
|
|
501
|
-
|
|
502
|
-
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
503
|
-
editTypes: import("../../geoinput-update/src/types").EditType | import("../../geoinput-update/src/types").EditType[];
|
|
504
|
-
custom: boolean;
|
|
481
|
+
editTypes: import("@vunk/form/components/geoinput-update/src/types").EditType | import("@vunk/form/components/geoinput-update/src/types").EditType[];
|
|
505
482
|
showMap: boolean;
|
|
506
483
|
dialogEdit: boolean;
|
|
507
484
|
dialogEditFullscreen: boolean;
|
|
508
485
|
dialogEditTitle: string;
|
|
509
|
-
|
|
486
|
+
inputSlots: any;
|
|
487
|
+
rows: number;
|
|
510
488
|
mapTo: any;
|
|
489
|
+
editControls: import("@vunk/form/components/geoinput-update/src/types").EditType[];
|
|
511
490
|
mapCenter: import("mapbox-gl").LngLatLike;
|
|
491
|
+
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
512
492
|
spikSave: boolean;
|
|
493
|
+
paint: any;
|
|
494
|
+
custom: boolean;
|
|
513
495
|
}, {}>;
|
|
514
496
|
export default _default;
|