@vunk/form 1.1.65 → 1.1.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/component.d.ts +1 -1
- package/components/button/index.css +1 -0
- package/components/button/index.d.ts +1 -1
- package/components/button/index.js +43 -57
- package/components/button/src/ctx.d.ts +13 -13
- package/components/button/src/ctx.js +1 -39
- package/components/button/src/index.css +1 -0
- package/components/button/src/index.vue.d.ts +37 -73
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.css +1 -0
- package/components/cascader/index.d.ts +1 -1
- package/components/cascader/index.js +34 -49
- package/components/cascader/src/ctx.d.ts +15 -15
- package/components/cascader/src/ctx.js +1 -38
- package/components/cascader/src/index.css +1 -0
- package/components/cascader/src/index.vue.d.ts +45 -70
- package/components/cascader/src/use.d.ts +1 -1
- package/components/cascader/src/use.js +1 -28
- package/components/checkbox/index.css +1 -0
- package/components/checkbox/index.d.ts +1 -1
- package/components/checkbox/index.js +48 -53
- package/components/checkbox/src/ctx.d.ts +14 -14
- package/components/checkbox/src/ctx.js +1 -46
- package/components/checkbox/src/index.css +1 -0
- package/components/checkbox/src/index.vue.d.ts +43 -63
- package/components/color-picker/index.css +1 -0
- package/components/color-picker/index.d.ts +1 -1
- package/components/color-picker/index.js +38 -42
- package/components/color-picker/src/ctx.d.ts +15 -13
- package/components/color-picker/src/ctx.js +1 -23
- package/components/color-picker/src/index.css +1 -0
- package/components/color-picker/src/index.vue.d.ts +36 -65
- package/components/date-picker/index.css +1 -0
- package/components/date-picker/index.d.ts +1 -1
- package/components/date-picker/index.js +42 -55
- package/components/date-picker/src/ctx.d.ts +41 -34
- package/components/date-picker/src/ctx.js +1 -31
- package/components/date-picker/src/index.css +1 -0
- package/components/date-picker/src/index.vue.d.ts +122 -133
- package/components/date-picker/src/types.d.ts +9 -9
- package/components/date-picker/src/types.js +1 -11
- package/components/esri-input-geojson/index.css +8 -6
- package/components/esri-input-geojson/index.d.ts +1 -1
- package/components/esri-input-geojson/index.js +417 -535
- package/components/esri-input-geojson/src/append.vue.d.ts +7 -7
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/const.js +1 -33
- package/components/esri-input-geojson/src/ctx.d.ts +44 -35
- package/components/esri-input-geojson/src/ctx.js +1 -128
- package/components/esri-input-geojson/src/default-view.vue.d.ts +9 -9
- package/components/esri-input-geojson/src/index.css +1 -0
- package/components/esri-input-geojson/src/index.vue.d.ts +142 -119
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +23 -22
- package/components/form/index.css +1 -0
- package/components/form/index.d.ts +1 -1
- package/components/form/index.js +57 -87
- package/components/form/src/ctx.d.ts +176 -204
- package/components/form/src/ctx.js +1 -61
- package/components/form/src/index.css +1 -0
- package/components/form/src/index.vue.d.ts +515 -601
- package/components/form/src/types.d.ts +3 -3
- package/components/form/src/utils.d.ts +1 -1
- package/components/form/src/utils.js +1 -55
- package/components/form-item/index.css +1 -0
- package/components/form-item/index.d.ts +1 -1
- package/components/form-item/index.js +22 -50
- package/components/form-item/src/ctx.d.ts +9 -9
- package/components/form-item/src/ctx.js +1 -53
- package/components/form-item/src/index.css +1 -0
- package/components/form-item/src/index.vue.d.ts +26 -26
- package/components/form-item/src/types.d.ts +1 -1
- package/components/form-item-renderer/index.css +1 -0
- package/components/form-item-renderer/index.d.ts +1 -1
- package/components/form-item-renderer/index.js +10 -18
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/ctx.js +1 -16
- package/components/form-item-renderer/src/index.css +1 -0
- package/components/form-item-renderer/src/index.vue.d.ts +9 -9
- package/components/form-item-renderer/src/symbols.js +1 -3
- package/components/form-item-renderer-template/index.css +1 -0
- package/components/form-item-renderer-template/index.d.ts +1 -1
- package/components/form-item-renderer-template/index.js +6 -13
- package/components/form-item-renderer-template/src/ctx.js +1 -9
- package/components/form-item-renderer-template/src/index.css +1 -0
- package/components/form-item-renderer-template/src/index.vue.d.ts +2 -2
- package/components/geoinput/index.css +1 -0
- package/components/geoinput/index.d.ts +1 -1
- package/components/geoinput/index.js +45 -43
- package/components/geoinput/src/ctx.d.ts +42 -28
- package/components/geoinput/src/ctx.js +1 -39
- package/components/geoinput/src/index.css +1 -0
- package/components/geoinput/src/index.vue.d.ts +111 -223
- package/components/geoinput/src/types.d.ts +3 -3
- package/components/geoinput-read/index.css +1 -0
- package/components/geoinput-read/index.d.ts +1 -1
- package/components/geoinput-read/index.js +120 -160
- package/components/geoinput-read/src/append.vue.d.ts +4 -4
- package/components/geoinput-read/src/core.vue.d.ts +130 -104
- package/components/geoinput-read/src/ctx.d.ts +42 -30
- package/components/geoinput-read/src/ctx.js +1 -66
- package/components/geoinput-read/src/index.css +1 -0
- package/components/geoinput-read/src/index.vue.d.ts +108 -151
- package/components/geoinput-read/src/types.d.ts +1 -1
- package/components/geoinput-update/index.css +9 -7
- package/components/geoinput-update/index.d.ts +1 -1
- package/components/geoinput-update/index.js +335 -366
- package/components/geoinput-update/src/append.vue.d.ts +5 -5
- package/components/geoinput-update/src/ctx.d.ts +38 -28
- package/components/geoinput-update/src/ctx.js +1 -85
- package/components/geoinput-update/src/index.css +1 -0
- package/components/geoinput-update/src/index.vue.d.ts +120 -98
- package/components/geoinput-update/src/types.d.ts +2 -2
- package/components/input/index.css +1 -0
- package/components/input/index.d.ts +1 -1
- package/components/input/index.js +43 -60
- package/components/input/src/ctx.d.ts +31 -25
- package/components/input/src/ctx.js +1 -46
- package/components/input/src/index.css +1 -0
- package/components/input/src/index.vue.d.ts +94 -110
- package/components/input/src/types.d.ts +2 -2
- package/components/input-link/index.css +1 -0
- package/components/input-link/index.d.ts +1 -1
- package/components/input-link/index.js +71 -92
- package/components/input-link/src/ctx.d.ts +26 -20
- package/components/input-link/src/ctx.js +1 -66
- package/components/input-link/src/index.css +1 -0
- package/components/input-link/src/index.vue.d.ts +72 -116
- package/components/input-number/index.css +1 -0
- package/components/input-number/index.d.ts +1 -1
- package/components/input-number/index.js +37 -45
- package/components/input-number/src/ctx.d.ts +15 -15
- package/components/input-number/src/ctx.js +1 -38
- package/components/input-number/src/index.css +1 -0
- package/components/input-number/src/index.vue.d.ts +42 -65
- package/components/input-number/src/types.d.ts +1 -1
- package/components/radio/index.css +1 -0
- package/components/radio/index.d.ts +1 -1
- package/components/radio/index.js +45 -50
- package/components/radio/src/ctx.d.ts +11 -11
- package/components/radio/src/ctx.js +1 -39
- package/components/radio/src/index.css +1 -0
- package/components/radio/src/index.vue.d.ts +41 -60
- package/components/radio/src/types.d.ts +1 -1
- package/components/select/index.css +1 -0
- package/components/select/index.d.ts +1 -1
- package/components/select/index.js +59 -64
- package/components/select/src/ctx.d.ts +39 -41
- package/components/select/src/ctx.js +1 -40
- package/components/select/src/index.css +1 -0
- package/components/select/src/index.vue.d.ts +130 -162
- package/components/select/src/types.d.ts +2 -2
- package/components/slider/index.css +1 -0
- package/components/slider/index.d.ts +1 -1
- package/components/slider/index.js +33 -50
- package/components/slider/src/ctx.d.ts +18 -18
- package/components/slider/src/ctx.js +1 -29
- package/components/slider/src/index.css +1 -0
- package/components/slider/src/index.vue.d.ts +62 -81
- package/components/switch/index.css +1 -0
- package/components/switch/index.d.ts +1 -1
- package/components/switch/index.js +33 -50
- package/components/switch/src/ctx.d.ts +22 -22
- package/components/switch/src/ctx.js +1 -31
- package/components/switch/src/index.css +1 -0
- package/components/switch/src/index.vue.d.ts +65 -83
- package/components/switch/src/types.d.ts +1 -1
- package/components/templates-default/index.css +1 -0
- package/components/templates-default/index.d.ts +1 -1
- package/components/templates-default/index.js +243 -172
- package/components/templates-default/src/ctx.d.ts +1 -1
- package/components/templates-default/src/ctx.js +1 -18
- package/components/templates-default/src/index.css +1 -0
- package/components/templates-default/src/index.vue.d.ts +9 -9
- package/components/templates-default/src/types.d.ts +16 -16
- package/components/templates-element-plus/index.css +1 -0
- package/components/templates-element-plus/index.d.ts +1 -1
- package/components/templates-element-plus/index.js +66 -36
- package/components/templates-element-plus/src/ctx.js +1 -9
- package/components/templates-element-plus/src/index.css +1 -0
- package/components/templates-element-plus/src/index.vue.d.ts +7 -7
- package/components/templates-element-plus/src/types.d.ts +1 -1
- package/components/templates-esri/index.css +1 -0
- package/components/templates-esri/index.d.ts +1 -1
- package/components/templates-esri/index.js +25 -24
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/ctx.js +1 -11
- package/components/templates-esri/src/index.css +1 -0
- package/components/templates-esri/src/index.vue.d.ts +6 -6
- package/components/templates-esri/src/types.d.ts +1 -1
- package/components/templates-layout/index.css +1 -0
- package/components/templates-layout/index.d.ts +1 -1
- package/components/templates-layout/index.js +96 -63
- package/components/templates-layout/src/ctx.js +1 -9
- package/components/templates-layout/src/index.css +1 -0
- package/components/templates-layout/src/index.vue.d.ts +7 -7
- package/components/templates-layout/src/types.d.ts +3 -3
- package/components/templates-mapbox/index.css +1 -0
- package/components/templates-mapbox/index.d.ts +1 -1
- package/components/templates-mapbox/index.js +25 -24
- package/components/templates-mapbox/src/ctx.d.ts +1 -1
- package/components/templates-mapbox/src/ctx.js +1 -11
- package/components/templates-mapbox/src/index.css +1 -0
- package/components/templates-mapbox/src/index.vue.d.ts +6 -6
- package/components/templates-mapbox/src/types.d.ts +1 -1
- package/components/upload/index.css +11 -9
- package/components/upload/index.d.ts +1 -1
- package/components/upload/index.js +283 -296
- package/components/upload/src/ctx.d.ts +32 -22
- package/components/upload/src/ctx.js +1 -45
- package/components/upload/src/file.vue.d.ts +28 -19
- package/components/upload/src/index.css +1 -0
- package/components/upload/src/index.vue.d.ts +63 -62
- package/components/upload-plus/index.css +1 -0
- package/components/upload-plus/index.d.ts +1 -1
- package/components/upload-plus/index.js +911 -9539
- package/components/upload-plus/src/api.d.ts +3 -3
- package/components/upload-plus/src/api.js +21 -18114
- package/components/upload-plus/src/const.js +1 -12
- package/components/upload-plus/src/ctx.d.ts +13 -13
- package/components/upload-plus/src/ctx.js +1 -58
- package/components/upload-plus/src/index.css +1 -0
- package/components/upload-plus/src/index.vue.d.ts +31 -48
- package/components/upload-plus/src/types.d.ts +1 -1
- package/components/van-cascader/index.css +1 -0
- package/components/van-cascader/index.d.ts +1 -1
- package/components/van-cascader/index.js +47 -55
- package/components/van-cascader/src/ctx.d.ts +13 -13
- package/components/van-cascader/src/ctx.js +1 -22
- package/components/van-cascader/src/index.css +1 -0
- package/components/van-cascader/src/index.vue.d.ts +40 -57
- package/components/var-datetime-picker/index.css +1 -0
- package/components/var-datetime-picker/index.d.ts +1 -1
- package/components/var-datetime-picker/index.js +137 -168
- package/components/var-datetime-picker/src/const.js +1 -91
- package/components/var-datetime-picker/src/ctx.d.ts +10 -10
- package/components/var-datetime-picker/src/ctx.js +1 -43
- package/components/var-datetime-picker/src/index.css +1 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +26 -42
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/index.css +1 -0
- package/components/vditor/index.d.ts +1 -1
- package/components/vditor/index.js +22 -17
- package/components/vditor/src/ctx.js +1 -15
- package/components/vditor/src/index.css +1 -0
- package/components/vditor/src/index.vue.d.ts +4 -3
- package/components/vditor/src/types.d.ts +1 -1
- package/composables/index.css +1 -0
- package/composables/index.js +1 -104
- package/composables/useForm.d.ts +2 -2
- package/composables/useSourceManager.d.ts +1 -1
- package/index.css +127 -20
- package/index.esm.js +1 -44
- package/package.json +1 -1
- package/shared/const/index.css +1 -0
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.js +1 -56
- package/shared/element-plus/ctx.d.ts +28 -26
- package/shared/element-plus/index.css +1 -0
- package/shared/element-plus/index.js +1 -220
- package/shared/element-plus/instances.d.ts +45 -38
- package/shared/form/index.css +1 -0
- package/shared/form/index.js +1 -30
- package/shared/helper/index.css +1 -0
- package/shared/helper/index.js +1 -9
- package/shared/index.css +1 -0
- package/shared/index.js +1 -56
- package/shared/infer-prop/index.css +1 -0
- package/shared/infer-prop/index.d.ts +1 -1
- package/shared/infer-prop/index.js +1 -34
- package/shared/progress-it/index.css +1 -0
- package/shared/progress-it/index.d.ts +4 -4
- package/shared/progress-it/index.js +1 -57
- package/shared/rules/index.css +1 -0
- package/shared/rules/index.js +1 -32
- package/shared/types/form/index.css +1 -0
- package/shared/types/index.css +1 -0
- package/shared/types/source/index.css +1 -0
- package/shared/types/source/index.d.ts +2 -2
- package/shared/types/source-manager/index.css +1 -0
- package/shared/upload/index.css +1 -0
- package/shared/upload/index.js +1 -767
|
@@ -1,12 +1,13 @@
|
|
|
1
|
+
/// <reference types="arcgis-js-api" />
|
|
1
2
|
import { Ref } from 'vue';
|
|
2
3
|
import { __VaSketch, __VaGraphicsLayer } from '@vuesri/core';
|
|
3
4
|
import Graphic from '@arcgis/core/Graphic';
|
|
4
5
|
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
viewComponent:
|
|
6
|
-
viewComponentAttrs:
|
|
6
|
+
viewComponent: any;
|
|
7
|
+
viewComponentAttrs: any;
|
|
7
8
|
readonly: {
|
|
8
9
|
type: BooleanConstructor;
|
|
9
|
-
default:
|
|
10
|
+
default: any;
|
|
10
11
|
};
|
|
11
12
|
view: {
|
|
12
13
|
type: import("vue").PropType<__esri.MapView>;
|
|
@@ -28,13 +29,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
29
|
};
|
|
29
30
|
};
|
|
30
31
|
};
|
|
31
|
-
viewModelActiveLineSymbol:
|
|
32
|
-
viewModelActivePointSymbol:
|
|
32
|
+
viewModelActiveLineSymbol: any;
|
|
33
|
+
viewModelActivePointSymbol: any;
|
|
33
34
|
modelValue: {
|
|
34
35
|
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
35
36
|
default: () => {
|
|
36
37
|
type: string;
|
|
37
|
-
features:
|
|
38
|
+
features: any[];
|
|
38
39
|
};
|
|
39
40
|
};
|
|
40
41
|
multiple: {
|
|
@@ -70,8 +71,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
70
71
|
default: number;
|
|
71
72
|
};
|
|
72
73
|
visibleElements: {
|
|
73
|
-
type: import("vue").PropType<__esri.SketchVisibleElements
|
|
74
|
-
default:
|
|
74
|
+
type: import("vue").PropType<__esri.SketchVisibleElements>;
|
|
75
|
+
default: any;
|
|
75
76
|
};
|
|
76
77
|
maxlength: {
|
|
77
78
|
type: NumberConstructor;
|
|
@@ -83,32 +84,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
84
|
};
|
|
84
85
|
inputSlots: {
|
|
85
86
|
type: import("vue").PropType<import("../../input/src/types").InputSlots>;
|
|
86
|
-
default:
|
|
87
|
+
default: any;
|
|
87
88
|
};
|
|
88
89
|
rows: {
|
|
89
90
|
type: NumberConstructor;
|
|
90
|
-
default:
|
|
91
|
+
default: any;
|
|
91
92
|
};
|
|
92
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
93
93
|
label: StringConstructor;
|
|
94
94
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
95
95
|
prop: {
|
|
96
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
96
|
+
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>>;
|
|
97
97
|
readonly required: false;
|
|
98
|
-
readonly validator: (
|
|
98
|
+
readonly validator: (val: unknown) => boolean;
|
|
99
99
|
__epPropKey: true;
|
|
100
100
|
};
|
|
101
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
101
102
|
rules: {
|
|
102
|
-
readonly type: import("vue").PropType<
|
|
103
|
+
readonly type: import("vue").PropType<unknown>;
|
|
103
104
|
readonly required: false;
|
|
104
|
-
readonly validator: (
|
|
105
|
+
readonly validator: (val: unknown) => boolean;
|
|
105
106
|
__epPropKey: true;
|
|
106
107
|
};
|
|
107
108
|
error: StringConstructor;
|
|
108
109
|
validateStatus: {
|
|
109
110
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
110
111
|
readonly required: false;
|
|
111
|
-
readonly validator: (
|
|
112
|
+
readonly validator: (val: unknown) => boolean;
|
|
112
113
|
__epPropKey: true;
|
|
113
114
|
};
|
|
114
115
|
for: StringConstructor;
|
|
@@ -120,7 +121,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
120
121
|
};
|
|
121
122
|
formItemSlots: {
|
|
122
123
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
123
|
-
default:
|
|
124
|
+
default: any;
|
|
124
125
|
};
|
|
125
126
|
elRef: {
|
|
126
127
|
type: import("vue").PropType<any>;
|
|
@@ -138,7 +139,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
139
|
size: {
|
|
139
140
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
140
141
|
readonly required: false;
|
|
141
|
-
readonly validator: (
|
|
142
|
+
readonly validator: (val: unknown) => boolean;
|
|
142
143
|
__epPropKey: true;
|
|
143
144
|
};
|
|
144
145
|
disabled: BooleanConstructor;
|
|
@@ -146,109 +147,115 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
147
|
resize: {
|
|
147
148
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
148
149
|
readonly required: false;
|
|
149
|
-
readonly validator: (
|
|
150
|
+
readonly validator: (val: unknown) => boolean;
|
|
150
151
|
__epPropKey: true;
|
|
151
152
|
};
|
|
152
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
153
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
154
|
+
minRows?: number;
|
|
155
|
+
maxRows?: number;
|
|
156
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
157
|
+
minRows?: number;
|
|
158
|
+
maxRows?: number;
|
|
159
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
153
160
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
154
161
|
formatter: {
|
|
155
162
|
readonly type: import("vue").PropType<Function>;
|
|
156
163
|
readonly required: false;
|
|
157
|
-
readonly validator: (
|
|
164
|
+
readonly validator: (val: unknown) => boolean;
|
|
158
165
|
__epPropKey: true;
|
|
159
166
|
};
|
|
160
167
|
parser: {
|
|
161
168
|
readonly type: import("vue").PropType<Function>;
|
|
162
169
|
readonly required: false;
|
|
163
|
-
readonly validator: (
|
|
170
|
+
readonly validator: (val: unknown) => boolean;
|
|
164
171
|
__epPropKey: true;
|
|
165
172
|
};
|
|
166
173
|
placeholder: {
|
|
167
174
|
readonly type: import("vue").PropType<string>;
|
|
168
175
|
readonly required: false;
|
|
169
|
-
readonly validator: (
|
|
176
|
+
readonly validator: (val: unknown) => boolean;
|
|
170
177
|
__epPropKey: true;
|
|
171
178
|
};
|
|
172
179
|
form: {
|
|
173
180
|
readonly type: import("vue").PropType<string>;
|
|
174
181
|
readonly required: false;
|
|
175
|
-
readonly validator: (
|
|
182
|
+
readonly validator: (val: unknown) => boolean;
|
|
176
183
|
__epPropKey: true;
|
|
177
184
|
};
|
|
178
185
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
179
186
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
180
187
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
181
188
|
suffixIcon: {
|
|
182
|
-
readonly type: import("vue").PropType<
|
|
189
|
+
readonly type: import("vue").PropType<unknown>;
|
|
183
190
|
readonly required: false;
|
|
184
|
-
readonly validator: (
|
|
191
|
+
readonly validator: (val: unknown) => boolean;
|
|
185
192
|
__epPropKey: true;
|
|
186
193
|
};
|
|
187
194
|
prefixIcon: {
|
|
188
|
-
readonly type: import("vue").PropType<
|
|
195
|
+
readonly type: import("vue").PropType<unknown>;
|
|
189
196
|
readonly required: false;
|
|
190
|
-
readonly validator: (
|
|
197
|
+
readonly validator: (val: unknown) => boolean;
|
|
191
198
|
__epPropKey: true;
|
|
192
199
|
};
|
|
193
200
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
194
201
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
195
202
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
196
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
203
|
+
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
197
204
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
198
205
|
}, {
|
|
199
206
|
inputBindProps: import("vue").ComputedRef<{
|
|
200
|
-
|
|
201
|
-
type: string;
|
|
202
|
-
label: string | undefined;
|
|
207
|
+
label: string;
|
|
203
208
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
204
|
-
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
+
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>;
|
|
210
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
211
|
+
rules: unknown;
|
|
212
|
+
error: string;
|
|
213
|
+
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>;
|
|
214
|
+
for: string;
|
|
209
215
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
210
216
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
211
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never
|
|
217
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
218
|
+
type: string;
|
|
212
219
|
formItemSize: "default" | "small" | "large";
|
|
213
|
-
formItemSlots: import("../../form-item/src/types").FormItemSlots
|
|
220
|
+
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
214
221
|
elRef: any;
|
|
215
222
|
inline: boolean;
|
|
216
223
|
labelPosition: "right";
|
|
217
224
|
disabled: boolean;
|
|
218
225
|
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
219
|
-
id: string
|
|
220
|
-
|
|
221
|
-
|
|
226
|
+
id: string;
|
|
227
|
+
maxlength: number;
|
|
228
|
+
minlength: number;
|
|
229
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>;
|
|
230
|
+
autosize: false;
|
|
222
231
|
autocomplete: string;
|
|
223
|
-
formatter: Function
|
|
224
|
-
parser: Function
|
|
225
|
-
placeholder: string
|
|
226
|
-
form: string
|
|
232
|
+
formatter: Function;
|
|
233
|
+
parser: Function;
|
|
234
|
+
placeholder: string;
|
|
235
|
+
form: string;
|
|
227
236
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
228
237
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
229
238
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
230
|
-
suffixIcon:
|
|
231
|
-
prefixIcon:
|
|
232
|
-
containerRole: string
|
|
239
|
+
suffixIcon: unknown;
|
|
240
|
+
prefixIcon: unknown;
|
|
241
|
+
containerRole: string;
|
|
233
242
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
234
243
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
235
244
|
inputStyle: import("vue").StyleValue;
|
|
236
|
-
|
|
237
|
-
minlength: number | undefined;
|
|
238
|
-
rows: number | undefined;
|
|
245
|
+
rows: number;
|
|
239
246
|
}>;
|
|
240
247
|
inputOnEmits: {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
focus: (...e: any
|
|
244
|
-
blur: (...e: any
|
|
245
|
-
|
|
246
|
-
mouseleave: (...e: any
|
|
247
|
-
mouseenter: (...e: any
|
|
248
|
-
keydown: (...e: any
|
|
249
|
-
compositionstart: (...e: any
|
|
250
|
-
compositionupdate: (...e: any
|
|
251
|
-
compositionend: (...e: any
|
|
248
|
+
clear: (...e: any) => void;
|
|
249
|
+
input: (...e: any) => void;
|
|
250
|
+
focus: (...e: any) => void;
|
|
251
|
+
blur: (...e: any) => void;
|
|
252
|
+
change: (...e: any) => void;
|
|
253
|
+
mouseleave: (...e: any) => void;
|
|
254
|
+
mouseenter: (...e: any) => void;
|
|
255
|
+
keydown: (...e: any) => void;
|
|
256
|
+
compositionstart: (...e: any) => void;
|
|
257
|
+
compositionupdate: (...e: any) => void;
|
|
258
|
+
compositionend: (...e: any) => void;
|
|
252
259
|
};
|
|
253
260
|
append: () => JSX.Element;
|
|
254
261
|
availableCreatureTools: import("vue").ComputedRef<("circle" | "point" | "polygon" | "polyline" | "rectangle")[]>;
|
|
@@ -256,7 +263,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
256
263
|
handleUpdateSketchValue: (e: __esri.Graphic[]) => void;
|
|
257
264
|
sketchRef: Ref<__esri.Sketch>;
|
|
258
265
|
sketchLoad: __VaSketch.OnLoad;
|
|
259
|
-
shetchPanel: import("vue").ComputedRef<Element
|
|
266
|
+
shetchPanel: import("vue").ComputedRef<Element>;
|
|
260
267
|
dialogShow: Ref<boolean>;
|
|
261
268
|
setDialogShow: (v: boolean) => void;
|
|
262
269
|
normalMapRef: Ref<HTMLDivElement>;
|
|
@@ -272,10 +279,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
272
279
|
layerRef: Ref<__esri.GraphicsLayer>;
|
|
273
280
|
getInputModelValue: (v: import("geojson").FeatureCollection<import("geojson").Geometry, any>) => string;
|
|
274
281
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
275
|
-
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry,
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
282
|
+
'update:modelValue': (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
283
|
+
[name: string]: any;
|
|
284
|
+
}>) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
285
|
+
[name: string]: any;
|
|
286
|
+
}>;
|
|
287
|
+
'update:flying': any;
|
|
288
|
+
appendFly: any;
|
|
289
|
+
appendEdit: any;
|
|
279
290
|
input: (value: string) => boolean;
|
|
280
291
|
change: (value: string) => boolean;
|
|
281
292
|
focus: (evt: FocusEvent) => boolean;
|
|
@@ -287,12 +298,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
287
298
|
compositionstart: (evt: CompositionEvent) => boolean;
|
|
288
299
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
289
300
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
290
|
-
}, string, import("vue").
|
|
291
|
-
viewComponent:
|
|
292
|
-
viewComponentAttrs:
|
|
301
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
302
|
+
viewComponent: any;
|
|
303
|
+
viewComponentAttrs: any;
|
|
293
304
|
readonly: {
|
|
294
305
|
type: BooleanConstructor;
|
|
295
|
-
default:
|
|
306
|
+
default: any;
|
|
296
307
|
};
|
|
297
308
|
view: {
|
|
298
309
|
type: import("vue").PropType<__esri.MapView>;
|
|
@@ -314,13 +325,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
314
325
|
};
|
|
315
326
|
};
|
|
316
327
|
};
|
|
317
|
-
viewModelActiveLineSymbol:
|
|
318
|
-
viewModelActivePointSymbol:
|
|
328
|
+
viewModelActiveLineSymbol: any;
|
|
329
|
+
viewModelActivePointSymbol: any;
|
|
319
330
|
modelValue: {
|
|
320
331
|
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
321
332
|
default: () => {
|
|
322
333
|
type: string;
|
|
323
|
-
features:
|
|
334
|
+
features: any[];
|
|
324
335
|
};
|
|
325
336
|
};
|
|
326
337
|
multiple: {
|
|
@@ -356,8 +367,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
356
367
|
default: number;
|
|
357
368
|
};
|
|
358
369
|
visibleElements: {
|
|
359
|
-
type: import("vue").PropType<__esri.SketchVisibleElements
|
|
360
|
-
default:
|
|
370
|
+
type: import("vue").PropType<__esri.SketchVisibleElements>;
|
|
371
|
+
default: any;
|
|
361
372
|
};
|
|
362
373
|
maxlength: {
|
|
363
374
|
type: NumberConstructor;
|
|
@@ -369,32 +380,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
369
380
|
};
|
|
370
381
|
inputSlots: {
|
|
371
382
|
type: import("vue").PropType<import("../../input/src/types").InputSlots>;
|
|
372
|
-
default:
|
|
383
|
+
default: any;
|
|
373
384
|
};
|
|
374
385
|
rows: {
|
|
375
386
|
type: NumberConstructor;
|
|
376
|
-
default:
|
|
387
|
+
default: any;
|
|
377
388
|
};
|
|
378
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
379
389
|
label: StringConstructor;
|
|
380
390
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
381
391
|
prop: {
|
|
382
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
392
|
+
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>>;
|
|
383
393
|
readonly required: false;
|
|
384
|
-
readonly validator: (
|
|
394
|
+
readonly validator: (val: unknown) => boolean;
|
|
385
395
|
__epPropKey: true;
|
|
386
396
|
};
|
|
397
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
387
398
|
rules: {
|
|
388
|
-
readonly type: import("vue").PropType<
|
|
399
|
+
readonly type: import("vue").PropType<unknown>;
|
|
389
400
|
readonly required: false;
|
|
390
|
-
readonly validator: (
|
|
401
|
+
readonly validator: (val: unknown) => boolean;
|
|
391
402
|
__epPropKey: true;
|
|
392
403
|
};
|
|
393
404
|
error: StringConstructor;
|
|
394
405
|
validateStatus: {
|
|
395
406
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
396
407
|
readonly required: false;
|
|
397
|
-
readonly validator: (
|
|
408
|
+
readonly validator: (val: unknown) => boolean;
|
|
398
409
|
__epPropKey: true;
|
|
399
410
|
};
|
|
400
411
|
for: StringConstructor;
|
|
@@ -406,7 +417,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
406
417
|
};
|
|
407
418
|
formItemSlots: {
|
|
408
419
|
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
409
|
-
default:
|
|
420
|
+
default: any;
|
|
410
421
|
};
|
|
411
422
|
elRef: {
|
|
412
423
|
type: import("vue").PropType<any>;
|
|
@@ -424,7 +435,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
424
435
|
size: {
|
|
425
436
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
426
437
|
readonly required: false;
|
|
427
|
-
readonly validator: (
|
|
438
|
+
readonly validator: (val: unknown) => boolean;
|
|
428
439
|
__epPropKey: true;
|
|
429
440
|
};
|
|
430
441
|
disabled: BooleanConstructor;
|
|
@@ -432,77 +443,85 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
432
443
|
resize: {
|
|
433
444
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
434
445
|
readonly required: false;
|
|
435
|
-
readonly validator: (
|
|
446
|
+
readonly validator: (val: unknown) => boolean;
|
|
436
447
|
__epPropKey: true;
|
|
437
448
|
};
|
|
438
|
-
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
449
|
+
autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
450
|
+
minRows?: number;
|
|
451
|
+
maxRows?: number;
|
|
452
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
453
|
+
minRows?: number;
|
|
454
|
+
maxRows?: number;
|
|
455
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
439
456
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
440
457
|
formatter: {
|
|
441
458
|
readonly type: import("vue").PropType<Function>;
|
|
442
459
|
readonly required: false;
|
|
443
|
-
readonly validator: (
|
|
460
|
+
readonly validator: (val: unknown) => boolean;
|
|
444
461
|
__epPropKey: true;
|
|
445
462
|
};
|
|
446
463
|
parser: {
|
|
447
464
|
readonly type: import("vue").PropType<Function>;
|
|
448
465
|
readonly required: false;
|
|
449
|
-
readonly validator: (
|
|
466
|
+
readonly validator: (val: unknown) => boolean;
|
|
450
467
|
__epPropKey: true;
|
|
451
468
|
};
|
|
452
469
|
placeholder: {
|
|
453
470
|
readonly type: import("vue").PropType<string>;
|
|
454
471
|
readonly required: false;
|
|
455
|
-
readonly validator: (
|
|
472
|
+
readonly validator: (val: unknown) => boolean;
|
|
456
473
|
__epPropKey: true;
|
|
457
474
|
};
|
|
458
475
|
form: {
|
|
459
476
|
readonly type: import("vue").PropType<string>;
|
|
460
477
|
readonly required: false;
|
|
461
|
-
readonly validator: (
|
|
478
|
+
readonly validator: (val: unknown) => boolean;
|
|
462
479
|
__epPropKey: true;
|
|
463
480
|
};
|
|
464
481
|
clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
465
482
|
showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
466
483
|
showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
467
484
|
suffixIcon: {
|
|
468
|
-
readonly type: import("vue").PropType<
|
|
485
|
+
readonly type: import("vue").PropType<unknown>;
|
|
469
486
|
readonly required: false;
|
|
470
|
-
readonly validator: (
|
|
487
|
+
readonly validator: (val: unknown) => boolean;
|
|
471
488
|
__epPropKey: true;
|
|
472
489
|
};
|
|
473
490
|
prefixIcon: {
|
|
474
|
-
readonly type: import("vue").PropType<
|
|
491
|
+
readonly type: import("vue").PropType<unknown>;
|
|
475
492
|
readonly required: false;
|
|
476
|
-
readonly validator: (
|
|
493
|
+
readonly validator: (val: unknown) => boolean;
|
|
477
494
|
__epPropKey: true;
|
|
478
495
|
};
|
|
479
496
|
containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
480
497
|
tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
481
498
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
482
|
-
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
499
|
+
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
483
500
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
484
501
|
}>> & {
|
|
485
|
-
onChange?: (
|
|
486
|
-
"onUpdate:modelValue"?: (
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
502
|
+
onChange?: (value: string) => any;
|
|
503
|
+
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
504
|
+
[name: string]: any;
|
|
505
|
+
}>) => any;
|
|
506
|
+
onInput?: (value: string) => any;
|
|
507
|
+
onFocus?: (evt: FocusEvent) => any;
|
|
508
|
+
onBlur?: (evt: FocusEvent) => any;
|
|
509
|
+
onClear?: () => any;
|
|
510
|
+
onMouseleave?: (evt: MouseEvent) => any;
|
|
511
|
+
onMouseenter?: (evt: MouseEvent) => any;
|
|
512
|
+
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
513
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
514
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
515
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
|
516
|
+
"onUpdate:flying"?: (...args: any[] | unknown[]) => any;
|
|
517
|
+
onAppendFly?: (...args: any[] | unknown[]) => any;
|
|
518
|
+
onAppendEdit?: (...args: any[] | unknown[]) => any;
|
|
500
519
|
}, {
|
|
501
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
502
|
-
type: string;
|
|
503
520
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
521
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
504
522
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
505
523
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
524
|
+
type: string;
|
|
506
525
|
formItemSize: "default" | "small" | "large";
|
|
507
526
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
508
527
|
inline: boolean;
|
|
@@ -512,7 +531,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
512
531
|
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
513
532
|
id: string;
|
|
514
533
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
515
|
-
autosize:
|
|
534
|
+
autosize: false;
|
|
516
535
|
autocomplete: string;
|
|
517
536
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
518
537
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -521,7 +540,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
521
540
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
522
541
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
523
542
|
inputStyle: import("vue").StyleValue;
|
|
524
|
-
inputSlots:
|
|
543
|
+
inputSlots: any;
|
|
525
544
|
rows: number;
|
|
526
545
|
multiple: boolean;
|
|
527
546
|
editTypes: import("./const").EDIT_TYPE | import("./const").EDIT_TYPE[];
|
|
@@ -530,9 +549,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
530
549
|
dialogEditFullscreen: boolean;
|
|
531
550
|
dialogEditTitle: string;
|
|
532
551
|
viewModelActiveFillSymbol: any;
|
|
533
|
-
visibleElements:
|
|
552
|
+
visibleElements: any;
|
|
553
|
+
viewComponent: any;
|
|
554
|
+
viewComponentAttrs: any;
|
|
555
|
+
viewModelActiveLineSymbol: any;
|
|
556
|
+
viewModelActivePointSymbol: any;
|
|
534
557
|
skipSave: boolean;
|
|
535
558
|
flying: boolean;
|
|
536
559
|
layerIndex: number;
|
|
537
|
-
}>;
|
|
560
|
+
}, {}>;
|
|
538
561
|
export default _default;
|