@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
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="arcgis-js-api" />
|
|
2
|
-
/// <reference types="vue/jsx" />
|
|
3
1
|
import { Ref } from 'vue';
|
|
4
2
|
import { __VaSketch, __VaGraphicsLayer } from '@vuesri/core';
|
|
5
3
|
import Graphic from '@arcgis/core/Graphic';
|
|
@@ -14,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
12
|
type: import("vue").PropType<__esri.MapView>;
|
|
15
13
|
};
|
|
16
14
|
editTypes: {
|
|
17
|
-
type: import("vue").PropType<import("./const").EDIT_TYPE | import("./const").EDIT_TYPE
|
|
15
|
+
type: import("vue").PropType<import("./const").EDIT_TYPE[] | import("./const").EDIT_TYPE>;
|
|
18
16
|
default: () => string;
|
|
19
17
|
};
|
|
20
18
|
viewModelActiveFillSymbol: {
|
|
@@ -72,7 +70,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
70
|
default: number;
|
|
73
71
|
};
|
|
74
72
|
visibleElements: {
|
|
75
|
-
type: import("vue").PropType<__esri.
|
|
73
|
+
type: import("vue").PropType<__esri.SketchProperties["visibleElements"]>;
|
|
76
74
|
default: any;
|
|
77
75
|
};
|
|
78
76
|
maxlength: {
|
|
@@ -84,44 +82,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
82
|
required: boolean;
|
|
85
83
|
};
|
|
86
84
|
inputSlots: {
|
|
87
|
-
type: import("vue").PropType<import("
|
|
85
|
+
type: import("vue").PropType<import("@vunk/form/components/input/src/types").InputSlots>;
|
|
88
86
|
default: any;
|
|
89
87
|
};
|
|
90
88
|
rows: {
|
|
91
89
|
type: NumberConstructor;
|
|
92
90
|
default: any;
|
|
93
91
|
};
|
|
94
|
-
label: StringConstructor;
|
|
95
|
-
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
96
|
-
prop: {
|
|
97
|
-
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>>;
|
|
98
|
-
readonly required: false;
|
|
99
|
-
readonly validator: (val: unknown) => boolean;
|
|
100
|
-
__epPropKey: true;
|
|
101
|
-
};
|
|
102
92
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
103
|
-
rules: {
|
|
104
|
-
readonly type: import("vue").PropType<unknown>;
|
|
105
|
-
readonly required: false;
|
|
106
|
-
readonly validator: (val: unknown) => boolean;
|
|
107
|
-
__epPropKey: true;
|
|
108
|
-
};
|
|
109
|
-
error: StringConstructor;
|
|
110
|
-
validateStatus: {
|
|
111
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
112
|
-
readonly required: false;
|
|
113
|
-
readonly validator: (val: unknown) => boolean;
|
|
114
|
-
__epPropKey: true;
|
|
115
|
-
};
|
|
116
|
-
for: StringConstructor;
|
|
117
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
118
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
119
93
|
formItemSize: {
|
|
120
94
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
121
95
|
default: "default" | "small" | "large";
|
|
122
96
|
};
|
|
123
97
|
formItemSlots: {
|
|
124
|
-
type: import("vue").PropType<import("
|
|
98
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
125
99
|
default: any;
|
|
126
100
|
};
|
|
127
101
|
elRef: {
|
|
@@ -136,99 +110,121 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
136
110
|
type: import("vue").PropType<"right">;
|
|
137
111
|
default: string;
|
|
138
112
|
};
|
|
113
|
+
label: StringConstructor;
|
|
114
|
+
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
115
|
+
prop: {
|
|
116
|
+
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>>;
|
|
117
|
+
readonly required: false;
|
|
118
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
|
+
__epPropKey: true;
|
|
120
|
+
};
|
|
121
|
+
rules: {
|
|
122
|
+
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>>;
|
|
123
|
+
readonly required: false;
|
|
124
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
|
+
__epPropKey: true;
|
|
126
|
+
};
|
|
127
|
+
error: StringConstructor;
|
|
128
|
+
validateStatus: {
|
|
129
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
130
|
+
readonly required: false;
|
|
131
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
132
|
+
__epPropKey: true;
|
|
133
|
+
};
|
|
134
|
+
for: StringConstructor;
|
|
135
|
+
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
136
|
+
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
139
137
|
ariaLabel: StringConstructor;
|
|
140
138
|
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
141
139
|
size: {
|
|
142
140
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
143
141
|
readonly required: false;
|
|
144
|
-
readonly validator: (val: unknown) => boolean;
|
|
142
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
145
143
|
__epPropKey: true;
|
|
146
144
|
};
|
|
147
145
|
disabled: BooleanConstructor;
|
|
148
146
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
149
147
|
resize: {
|
|
150
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
148
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
151
149
|
readonly required: false;
|
|
152
|
-
readonly validator: (val: unknown) => boolean;
|
|
150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
153
151
|
__epPropKey: true;
|
|
154
152
|
};
|
|
155
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
156
|
-
minRows?: number;
|
|
157
|
-
maxRows?: number;
|
|
158
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
159
|
-
minRows?: number;
|
|
160
|
-
maxRows?: number;
|
|
161
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
153
|
+
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>;
|
|
162
154
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
163
155
|
formatter: {
|
|
164
156
|
readonly type: import("vue").PropType<Function>;
|
|
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
|
parser: {
|
|
170
|
-
readonly type: import("vue").PropType<Function>;
|
|
171
|
-
* 初始化
|
|
172
|
-
*/
|
|
162
|
+
readonly type: import("vue").PropType<Function>;
|
|
173
163
|
readonly required: false;
|
|
174
|
-
readonly validator: (val: unknown) => boolean;
|
|
164
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
175
165
|
__epPropKey: true;
|
|
176
166
|
};
|
|
177
167
|
placeholder: {
|
|
178
168
|
readonly type: import("vue").PropType<string>;
|
|
179
169
|
readonly required: false;
|
|
180
|
-
readonly validator: (val: unknown) => boolean;
|
|
170
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
181
171
|
__epPropKey: true;
|
|
182
172
|
};
|
|
183
173
|
form: {
|
|
184
174
|
readonly type: import("vue").PropType<string>;
|
|
185
175
|
readonly required: false;
|
|
186
|
-
readonly validator: (val: unknown) => boolean;
|
|
176
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
187
177
|
__epPropKey: true;
|
|
188
178
|
};
|
|
189
179
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
190
180
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
191
181
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
192
182
|
suffixIcon: {
|
|
193
|
-
readonly type: import("vue").PropType<unknown
|
|
183
|
+
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>>;
|
|
194
184
|
readonly required: false;
|
|
195
|
-
readonly validator: (val: unknown) => boolean;
|
|
185
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
196
186
|
__epPropKey: true;
|
|
197
187
|
};
|
|
198
188
|
prefixIcon: {
|
|
199
|
-
readonly type: import("vue").PropType<unknown
|
|
189
|
+
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>>;
|
|
200
190
|
readonly required: false;
|
|
201
|
-
readonly validator: (val: unknown) => boolean;
|
|
191
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
202
192
|
__epPropKey: true;
|
|
203
193
|
};
|
|
204
194
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
205
195
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
206
196
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
207
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
197
|
+
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>;
|
|
208
198
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
209
199
|
}, {
|
|
210
200
|
inputBindProps: import("vue").ComputedRef<{
|
|
201
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
202
|
+
disabled: boolean;
|
|
203
|
+
type: string;
|
|
204
|
+
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
205
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
206
|
+
formItemSize: "default" | "small" | "large";
|
|
207
|
+
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
208
|
+
elRef: any;
|
|
209
|
+
inline: boolean;
|
|
210
|
+
labelPosition: "right";
|
|
211
211
|
label: string;
|
|
212
212
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
213
|
-
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
214
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
213
|
+
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>;
|
|
215
214
|
rules: unknown;
|
|
216
215
|
error: string;
|
|
217
|
-
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
216
|
+
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>;
|
|
218
217
|
for: string;
|
|
219
218
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
220
219
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
221
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
222
|
-
type: string;
|
|
223
|
-
formItemSize: "default" | "small" | "large";
|
|
224
|
-
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
225
|
-
elRef: any;
|
|
226
|
-
inline: boolean;
|
|
227
|
-
labelPosition: "right";
|
|
228
|
-
disabled: boolean;
|
|
229
|
-
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
230
|
-
ariaLabel: string;
|
|
231
220
|
id: string;
|
|
221
|
+
placeholder: string;
|
|
222
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
223
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
224
|
+
form: string;
|
|
225
|
+
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
226
|
+
ariaLabel: string;
|
|
227
|
+
prefixIcon: unknown;
|
|
232
228
|
maxlength: number;
|
|
233
229
|
minlength: number;
|
|
234
230
|
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "vertical" | "horizontal" | "none" | "both", unknown>;
|
|
@@ -236,31 +232,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
236
232
|
autocomplete: string;
|
|
237
233
|
formatter: Function;
|
|
238
234
|
parser: Function;
|
|
239
|
-
placeholder: string;
|
|
240
|
-
form: string;
|
|
241
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
242
235
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
243
236
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
244
237
|
suffixIcon: unknown;
|
|
245
|
-
prefixIcon: unknown;
|
|
246
238
|
containerRole: string;
|
|
247
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
248
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
249
239
|
inputStyle: import("vue").StyleValue;
|
|
250
240
|
rows: number;
|
|
251
241
|
}>;
|
|
252
242
|
inputOnEmits: {
|
|
253
|
-
clear: (...e: any) => void;
|
|
254
|
-
input: (...e: any) => void;
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
243
|
+
clear: (...e: any[]) => void;
|
|
244
|
+
input: (...e: any[]) => void;
|
|
245
|
+
change: (...e: any[]) => void;
|
|
246
|
+
focus: (...e: any[]) => void;
|
|
247
|
+
blur: (...e: any[]) => void;
|
|
248
|
+
keydown: (...e: any[]) => void;
|
|
249
|
+
compositionend: (...e: any[]) => void;
|
|
250
|
+
compositionstart: (...e: any[]) => void;
|
|
251
|
+
compositionupdate: (...e: any[]) => void;
|
|
252
|
+
mouseenter: (...e: any[]) => void;
|
|
253
|
+
mouseleave: (...e: any[]) => void;
|
|
264
254
|
};
|
|
265
255
|
append: () => JSX.Element;
|
|
266
256
|
availableCreatureTools: import("vue").ComputedRef<("circle" | "point" | "polygon" | "polyline" | "rectangle")[]>;
|
|
@@ -284,9 +274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
284
274
|
layerRef: Ref<__esri.GraphicsLayer>;
|
|
285
275
|
getInputModelValue: (v: import("geojson").FeatureCollection<import("geojson").Geometry, any>) => string;
|
|
286
276
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
287
|
-
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
288
|
-
[name: string]: any;
|
|
289
|
-
}>) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
277
|
+
'update:modelValue': (e: import("geojson").FeatureCollection) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
290
278
|
[name: string]: any;
|
|
291
279
|
}>;
|
|
292
280
|
'update:flying': any;
|
|
@@ -299,7 +287,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
299
287
|
clear: () => boolean;
|
|
300
288
|
mouseleave: (evt: MouseEvent) => boolean;
|
|
301
289
|
mouseenter: (evt: MouseEvent) => boolean;
|
|
302
|
-
keydown: (evt:
|
|
290
|
+
keydown: (evt: KeyboardEvent | Event) => boolean;
|
|
303
291
|
compositionstart: (evt: CompositionEvent) => boolean;
|
|
304
292
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
305
293
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
@@ -314,7 +302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
314
302
|
type: import("vue").PropType<__esri.MapView>;
|
|
315
303
|
};
|
|
316
304
|
editTypes: {
|
|
317
|
-
type: import("vue").PropType<import("./const").EDIT_TYPE | import("./const").EDIT_TYPE
|
|
305
|
+
type: import("vue").PropType<import("./const").EDIT_TYPE[] | import("./const").EDIT_TYPE>;
|
|
318
306
|
default: () => string;
|
|
319
307
|
};
|
|
320
308
|
viewModelActiveFillSymbol: {
|
|
@@ -372,7 +360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
372
360
|
default: number;
|
|
373
361
|
};
|
|
374
362
|
visibleElements: {
|
|
375
|
-
type: import("vue").PropType<__esri.
|
|
363
|
+
type: import("vue").PropType<__esri.SketchProperties["visibleElements"]>;
|
|
376
364
|
default: any;
|
|
377
365
|
};
|
|
378
366
|
maxlength: {
|
|
@@ -384,44 +372,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
384
372
|
required: boolean;
|
|
385
373
|
};
|
|
386
374
|
inputSlots: {
|
|
387
|
-
type: import("vue").PropType<import("
|
|
375
|
+
type: import("vue").PropType<import("@vunk/form/components/input/src/types").InputSlots>;
|
|
388
376
|
default: any;
|
|
389
377
|
};
|
|
390
378
|
rows: {
|
|
391
379
|
type: NumberConstructor;
|
|
392
380
|
default: any;
|
|
393
381
|
};
|
|
394
|
-
label: StringConstructor;
|
|
395
|
-
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
396
|
-
prop: {
|
|
397
|
-
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>>;
|
|
398
|
-
readonly required: false;
|
|
399
|
-
readonly validator: (val: unknown) => boolean;
|
|
400
|
-
__epPropKey: true;
|
|
401
|
-
};
|
|
402
382
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
403
|
-
rules: {
|
|
404
|
-
readonly type: import("vue").PropType<unknown>;
|
|
405
|
-
readonly required: false;
|
|
406
|
-
readonly validator: (val: unknown) => boolean;
|
|
407
|
-
__epPropKey: true;
|
|
408
|
-
};
|
|
409
|
-
error: StringConstructor;
|
|
410
|
-
validateStatus: {
|
|
411
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
412
|
-
readonly required: false;
|
|
413
|
-
readonly validator: (val: unknown) => boolean;
|
|
414
|
-
__epPropKey: true;
|
|
415
|
-
};
|
|
416
|
-
for: StringConstructor;
|
|
417
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
418
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
419
383
|
formItemSize: {
|
|
420
384
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
421
385
|
default: "default" | "small" | "large";
|
|
422
386
|
};
|
|
423
387
|
formItemSlots: {
|
|
424
|
-
type: import("vue").PropType<import("
|
|
388
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
425
389
|
default: any;
|
|
426
390
|
};
|
|
427
391
|
elRef: {
|
|
@@ -436,88 +400,104 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
436
400
|
type: import("vue").PropType<"right">;
|
|
437
401
|
default: string;
|
|
438
402
|
};
|
|
403
|
+
label: StringConstructor;
|
|
404
|
+
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
405
|
+
prop: {
|
|
406
|
+
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>>;
|
|
407
|
+
readonly required: false;
|
|
408
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
409
|
+
__epPropKey: true;
|
|
410
|
+
};
|
|
411
|
+
rules: {
|
|
412
|
+
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>>;
|
|
413
|
+
readonly required: false;
|
|
414
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
415
|
+
__epPropKey: true;
|
|
416
|
+
};
|
|
417
|
+
error: StringConstructor;
|
|
418
|
+
validateStatus: {
|
|
419
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
420
|
+
readonly required: false;
|
|
421
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
422
|
+
__epPropKey: true;
|
|
423
|
+
};
|
|
424
|
+
for: StringConstructor;
|
|
425
|
+
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
426
|
+
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
439
427
|
ariaLabel: StringConstructor;
|
|
440
428
|
id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
441
429
|
size: {
|
|
442
430
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
443
431
|
readonly required: false;
|
|
444
|
-
readonly validator: (val: unknown) => boolean;
|
|
432
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
433
|
__epPropKey: true;
|
|
446
434
|
};
|
|
447
435
|
disabled: BooleanConstructor;
|
|
448
436
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
449
437
|
resize: {
|
|
450
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
438
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
|
|
451
439
|
readonly required: false;
|
|
452
|
-
readonly validator: (val: unknown) => boolean;
|
|
440
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
453
441
|
__epPropKey: true;
|
|
454
442
|
};
|
|
455
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
456
|
-
minRows?: number;
|
|
457
|
-
maxRows?: number;
|
|
458
|
-
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
459
|
-
minRows?: number;
|
|
460
|
-
maxRows?: number;
|
|
461
|
-
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
443
|
+
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>;
|
|
462
444
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
463
445
|
formatter: {
|
|
464
446
|
readonly type: import("vue").PropType<Function>;
|
|
465
447
|
readonly required: false;
|
|
466
|
-
readonly validator: (val: unknown) => boolean;
|
|
448
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
467
449
|
__epPropKey: true;
|
|
468
450
|
};
|
|
469
451
|
parser: {
|
|
470
|
-
readonly type: import("vue").PropType<Function>;
|
|
471
|
-
* 初始化
|
|
472
|
-
*/
|
|
452
|
+
readonly type: import("vue").PropType<Function>;
|
|
473
453
|
readonly required: false;
|
|
474
|
-
readonly validator: (val: unknown) => boolean;
|
|
454
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
475
455
|
__epPropKey: true;
|
|
476
456
|
};
|
|
477
457
|
placeholder: {
|
|
478
458
|
readonly type: import("vue").PropType<string>;
|
|
479
459
|
readonly required: false;
|
|
480
|
-
readonly validator: (val: unknown) => boolean;
|
|
460
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
481
461
|
__epPropKey: true;
|
|
482
462
|
};
|
|
483
463
|
form: {
|
|
484
464
|
readonly type: import("vue").PropType<string>;
|
|
485
465
|
readonly required: false;
|
|
486
|
-
readonly validator: (val: unknown) => boolean;
|
|
466
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
487
467
|
__epPropKey: true;
|
|
488
468
|
};
|
|
489
469
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
490
470
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
491
471
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
492
472
|
suffixIcon: {
|
|
493
|
-
readonly type: import("vue").PropType<unknown
|
|
473
|
+
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>>;
|
|
494
474
|
readonly required: false;
|
|
495
|
-
readonly validator: (val: unknown) => boolean;
|
|
475
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
496
476
|
__epPropKey: true;
|
|
497
477
|
};
|
|
498
478
|
prefixIcon: {
|
|
499
|
-
readonly type: import("vue").PropType<unknown
|
|
479
|
+
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>>;
|
|
500
480
|
readonly required: false;
|
|
501
|
-
readonly validator: (val: unknown) => boolean;
|
|
481
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
502
482
|
__epPropKey: true;
|
|
503
483
|
};
|
|
504
484
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
505
485
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
506
486
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
507
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
487
|
+
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>;
|
|
508
488
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
509
489
|
}>> & {
|
|
510
490
|
onChange?: (value: string) => any;
|
|
511
491
|
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
512
492
|
[name: string]: any;
|
|
513
493
|
}>) => any;
|
|
514
|
-
onInput?: (value: string) => any;
|
|
515
494
|
onFocus?: (evt: FocusEvent) => any;
|
|
516
495
|
onBlur?: (evt: FocusEvent) => any;
|
|
496
|
+
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
497
|
+
onInput?: (value: string) => any;
|
|
517
498
|
onClear?: () => any;
|
|
518
499
|
onMouseleave?: (evt: MouseEvent) => any;
|
|
519
500
|
onMouseenter?: (evt: MouseEvent) => any;
|
|
520
|
-
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
521
501
|
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
522
502
|
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
523
503
|
onCompositionend?: (evt: CompositionEvent) => any;
|
|
@@ -525,45 +505,45 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
525
505
|
onAppendFly?: (...args: any[] | unknown[]) => any;
|
|
526
506
|
onAppendEdit?: (...args: any[] | unknown[]) => any;
|
|
527
507
|
}, {
|
|
528
|
-
|
|
529
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
530
|
-
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
531
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
508
|
+
disabled: boolean;
|
|
532
509
|
type: string;
|
|
510
|
+
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
511
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
533
512
|
formItemSize: "default" | "small" | "large";
|
|
534
|
-
formItemSlots: import("
|
|
513
|
+
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
535
514
|
inline: boolean;
|
|
536
515
|
readonly: boolean;
|
|
537
516
|
labelPosition: "right";
|
|
538
|
-
|
|
539
|
-
|
|
517
|
+
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
518
|
+
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
519
|
+
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
520
|
+
visibleElements: any;
|
|
540
521
|
id: string;
|
|
522
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
523
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
541
524
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
525
|
+
multiple: boolean;
|
|
526
|
+
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
542
527
|
autosize: false;
|
|
543
528
|
autocomplete: string;
|
|
544
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
545
529
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
546
530
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
547
531
|
containerRole: string;
|
|
548
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
549
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
550
532
|
inputStyle: import("vue").StyleValue;
|
|
551
|
-
inputSlots: any;
|
|
552
|
-
rows: number;
|
|
553
|
-
multiple: boolean;
|
|
554
|
-
editTypes: import("./const").EDIT_TYPE | import("./const").EDIT_TYPE[];
|
|
555
|
-
showMap: boolean;
|
|
556
|
-
dialogEdit: boolean;
|
|
557
|
-
dialogEditFullscreen: boolean;
|
|
558
|
-
dialogEditTitle: string;
|
|
559
|
-
viewModelActiveFillSymbol: any;
|
|
560
|
-
visibleElements: any;
|
|
561
533
|
viewComponent: any;
|
|
562
534
|
viewComponentAttrs: any;
|
|
535
|
+
viewModelActiveFillSymbol: any;
|
|
536
|
+
editTypes: import("./const").EDIT_TYPE | import("./const").EDIT_TYPE[];
|
|
563
537
|
viewModelActiveLineSymbol: any;
|
|
564
538
|
viewModelActivePointSymbol: any;
|
|
565
539
|
skipSave: boolean;
|
|
540
|
+
showMap: boolean;
|
|
541
|
+
dialogEdit: boolean;
|
|
542
|
+
dialogEditFullscreen: boolean;
|
|
543
|
+
dialogEditTitle: string;
|
|
566
544
|
flying: boolean;
|
|
567
545
|
layerIndex: number;
|
|
546
|
+
inputSlots: any;
|
|
547
|
+
rows: number;
|
|
568
548
|
}, {}>;
|
|
569
549
|
export default _default;
|