@vunk/form 2.14.0 → 2.14.2
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/api-tables-select/index.d.ts +4 -0
- package/components/api-tables-select/src/ctx.d.ts +374 -0
- package/components/api-tables-select/src/index.vue.d.ts +1335 -0
- package/components/api-tables-select/src/types.d.ts +19 -0
- package/components/button/index.d.ts +4 -0
- package/components/button/src/ctx.d.ts +185 -0
- package/components/button/src/index.vue.d.ts +813 -0
- package/components/button/src/types.d.ts +13 -0
- package/components/card-input-collection/index.d.ts +4 -0
- package/components/card-input-collection/src/ctx.d.ts +114 -0
- package/components/card-input-collection/src/index.vue.d.ts +1029 -0
- package/components/card-input-collection/src/types.d.ts +10 -0
- package/components/cascader/index.d.ts +6 -0
- package/components/cascader/src/ctx.d.ts +285 -0
- package/components/cascader/src/index.vue.d.ts +627 -0
- package/components/cascader/src/types.d.ts +19 -0
- package/components/cascader/src/use.d.ts +5 -0
- package/components/checkbox/index.d.ts +5 -0
- package/components/checkbox/src/ctx.d.ts +146 -0
- package/components/checkbox/src/index.vue.d.ts +1353 -0
- package/components/checkbox/src/types.d.ts +8 -0
- package/components/color-picker/index.d.ts +4 -0
- package/components/color-picker/src/ctx.d.ts +164 -0
- package/components/color-picker/src/index.vue.d.ts +366 -0
- package/components/color-picker/src/types.d.ts +7 -0
- package/components/date-picker/index.d.ts +5 -0
- package/components/date-picker/src/ctx.d.ts +321 -0
- package/components/date-picker/src/index.vue.d.ts +1423 -0
- package/components/date-picker/src/types.d.ts +20 -0
- package/components/date-picker-range/index.d.ts +4 -0
- package/components/date-picker-range/src/ctx.d.ts +329 -0
- package/components/date-picker-range/src/index.vue.d.ts +720 -0
- package/components/date-picker-range/src/types.d.ts +12 -0
- package/components/dialog-input-collection/index.d.ts +4 -0
- package/components/dialog-input-collection/src/ctx.d.ts +140 -0
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +1782 -0
- package/components/dialog-input-collection/src/index.vue.d.ts +3100 -0
- package/components/dialog-input-collection/src/layout.vue.d.ts +85 -0
- package/components/dialog-input-collection/src/types.d.ts +28 -0
- package/components/download-plus/index.d.ts +4 -0
- package/components/download-plus/src/api.d.ts +13 -0
- package/components/download-plus/src/const.d.ts +9 -0
- package/components/download-plus/src/ctx.d.ts +124 -0
- package/components/download-plus/src/index.vue.d.ts +1453 -0
- package/components/download-plus/src/types.d.ts +17 -0
- package/components/editable-text/index.d.ts +4 -0
- package/components/editable-text/src/ctx.d.ts +127 -0
- package/components/editable-text/src/index.vue.d.ts +3385 -0
- package/components/editable-text/src/types.d.ts +1 -0
- package/components/esri-input-geojson/index.d.ts +6 -0
- package/components/esri-input-geojson/src/append.vue.d.ts +1179 -0
- package/components/esri-input-geojson/src/const.d.ts +12 -0
- package/components/esri-input-geojson/src/ctx.d.ts +344 -0
- package/components/esri-input-geojson/src/default-view.vue.d.ts +133 -0
- package/components/esri-input-geojson/src/index.vue.d.ts +1471 -0
- package/components/esri-input-geojson/src/types.d.ts +22 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +427 -0
- package/components/fieldset/index.d.ts +4 -0
- package/components/fieldset/src/ctx.d.ts +12 -0
- package/components/fieldset/src/index.vue.d.ts +23 -0
- package/components/fieldset/src/types.d.ts +1 -0
- package/components/fieldset/src/use.d.ts +5 -0
- package/components/form/index.d.ts +5 -0
- package/components/form/src/ctx.d.ts +139 -0
- package/components/form/src/index.vue.d.ts +1182 -0
- package/components/form/src/types.d.ts +25 -0
- package/components/form/src/utils.d.ts +15 -0
- package/components/form-item/index.d.ts +5 -0
- package/components/form-item/src/core.vue.d.ts +1847 -0
- package/components/form-item/src/ctx.d.ts +102 -0
- package/components/form-item/src/index.vue.d.ts +211 -0
- package/components/form-item/src/types.d.ts +10 -0
- package/components/form-item-renderer/index.d.ts +4 -0
- package/components/form-item-renderer/src/core.vue.d.ts +38 -0
- package/components/form-item-renderer/src/ctx.d.ts +16 -0
- package/components/form-item-renderer/src/index.vue.d.ts +93 -0
- package/components/form-item-renderer/src/types.d.ts +5 -0
- package/components/form-item-renderer/src/utils.d.ts +5 -0
- package/components/form-item-renderer-template/index.d.ts +4 -0
- package/components/form-item-renderer-template/src/ctx.d.ts +7 -0
- package/components/form-item-renderer-template/src/index.vue.d.ts +16 -0
- package/components/form-item-renderer-template/src/types.d.ts +55 -0
- package/components/forms-provider/index.d.ts +6 -0
- package/components/forms-provider/src/core.d.ts +6 -0
- package/components/forms-provider/src/index.vue.d.ts +2 -0
- package/components/forms-provider/src/segment.vue.d.ts +9 -0
- package/components/forms-provider/src/types.d.ts +10 -0
- package/components/forms-provider/src/view.vue.d.ts +7 -0
- package/components/information/index.d.ts +4 -0
- package/components/information/src/ctx.d.ts +13 -0
- package/components/information/src/index.vue.d.ts +23 -0
- package/components/information/src/types.d.ts +3 -0
- package/components/information-collection/index.d.ts +4 -0
- package/components/information-collection/src/ctx.d.ts +142 -0
- package/components/information-collection/src/index.vue.d.ts +293 -0
- package/components/information-collection/src/types.d.ts +6 -0
- package/components/information-renderer/index.d.ts +73 -0
- package/components/information-tag/index.d.ts +4 -0
- package/components/information-tag/src/ctx.d.ts +64 -0
- package/components/information-tag/src/index.vue.d.ts +134 -0
- package/components/information-tag/src/types.d.ts +1 -0
- package/components/information-templates-default/index.d.ts +4 -0
- package/components/information-templates-default/src/ctx.d.ts +2 -0
- package/components/information-templates-default/src/index.vue.d.ts +2 -0
- package/components/information-templates-default/src/types.d.ts +1 -0
- package/components/input/index.d.ts +5 -0
- package/components/input/src/ctx.d.ts +273 -0
- package/components/input/src/index.vue.d.ts +1234 -0
- package/components/input/src/types.d.ts +13 -0
- package/components/input-array/index.d.ts +5 -0
- package/components/input-array/src/ctx.d.ts +129 -0
- package/components/input-array/src/form-template.vue.d.ts +867 -0
- package/components/input-array/src/index.vue.d.ts +855 -0
- package/components/input-array/src/types.d.ts +7 -0
- package/components/input-collection/index.cjs +3 -2
- package/components/input-collection/index.d.ts +4 -0
- package/components/input-collection/index.mjs +3 -2
- package/components/input-collection/src/ctx.d.ts +132 -0
- package/components/input-collection/src/index.vue.d.ts +1127 -0
- package/components/input-collection/src/types.d.ts +29 -0
- package/components/input-link/index.d.ts +4 -0
- package/components/input-link/src/ctx.d.ts +277 -0
- package/components/input-link/src/index.vue.d.ts +587 -0
- package/components/input-link/src/types.d.ts +7 -0
- package/components/input-number/index.d.ts +4 -0
- package/components/input-number/src/ctx.d.ts +211 -0
- package/components/input-number/src/index.vue.d.ts +852 -0
- package/components/input-number/src/types.d.ts +12 -0
- package/components/input-tag/index.d.ts +5 -0
- package/components/input-tag/src/ctx.d.ts +227 -0
- package/components/input-tag/src/index.vue.d.ts +947 -0
- package/components/input-tag/src/types.d.ts +22 -0
- package/components/monaco-editor/index.d.ts +4 -0
- package/components/monaco-editor/src/ctx.d.ts +110 -0
- package/components/monaco-editor/src/index.vue.d.ts +294 -0
- package/components/monaco-editor/src/types.d.ts +7 -0
- package/components/radio/index.d.ts +4 -0
- package/components/radio/src/ctx.d.ts +157 -0
- package/components/radio/src/index.vue.d.ts +1302 -0
- package/components/radio/src/types.d.ts +8 -0
- package/components/renderer-data/index.d.ts +4 -0
- package/components/renderer-data/src/ctx.d.ts +12 -0
- package/components/renderer-data/src/index.vue.d.ts +20 -0
- package/components/renderer-data/src/types.d.ts +1 -0
- package/components/select/index.d.ts +5 -0
- package/components/select/src/ctx.d.ts +220 -0
- package/components/select/src/index.vue.d.ts +1034 -0
- package/components/select/src/types.d.ts +11 -0
- package/components/slider/index.d.ts +4 -0
- package/components/slider/src/ctx.d.ts +248 -0
- package/components/slider/src/index.vue.d.ts +579 -0
- package/components/slider/src/types.d.ts +7 -0
- package/components/switch/index.d.ts +4 -0
- package/components/switch/src/ctx.d.ts +203 -0
- package/components/switch/src/index.vue.d.ts +886 -0
- package/components/switch/src/types.d.ts +8 -0
- package/components/tables-select/index.d.ts +5 -0
- package/components/tables-select/src/ctx.d.ts +420 -0
- package/components/tables-select/src/index.vue.d.ts +5411 -0
- package/components/tables-select/src/types.d.ts +9 -0
- package/components/template-instances-provider/index.d.ts +3 -0
- package/components/template-instances-provider/src/index.vue.d.ts +6 -0
- package/components/templates-default/index.d.ts +4 -0
- package/components/templates-default/src/ctx.d.ts +19 -0
- package/components/templates-default/src/index.vue.d.ts +187 -0
- package/components/templates-default/src/types.d.ts +55 -0
- package/components/templates-element-plus/index.d.ts +4 -0
- package/components/templates-element-plus/src/ctx.d.ts +9 -0
- package/components/templates-element-plus/src/index.vue.d.ts +301 -0
- package/components/templates-element-plus/src/types.d.ts +13 -0
- package/components/templates-esri/index.d.ts +4 -0
- package/components/templates-esri/src/ctx.d.ts +11 -0
- package/components/templates-esri/src/index.vue.d.ts +43 -0
- package/components/templates-esri/src/types.d.ts +2 -0
- package/components/templates-layout/index.d.ts +4 -0
- package/components/templates-layout/src/ctx.d.ts +9 -0
- package/components/templates-layout/src/index.vue.d.ts +446 -0
- package/components/templates-layout/src/types.d.ts +32 -0
- package/components/templates-variant/index.d.ts +4 -0
- package/components/templates-variant/src/ctx.d.ts +11 -0
- package/components/templates-variant/src/index.vue.d.ts +43 -0
- package/components/templates-variant/src/types.d.ts +2 -0
- package/components/upload/index.d.ts +5 -0
- package/components/upload/src/ctx.d.ts +289 -0
- package/components/upload/src/file.vue.d.ts +492 -0
- package/components/upload/src/index.vue.d.ts +1926 -0
- package/components/upload/src/types.d.ts +13 -0
- package/components/upload-plus/index.d.ts +6 -0
- package/components/upload-plus/src/api.d.ts +38 -0
- package/components/upload-plus/src/const.d.ts +9 -0
- package/components/upload-plus/src/ctx.d.ts +143 -0
- package/components/upload-plus/src/index.vue.d.ts +1770 -0
- package/components/upload-plus/src/types.d.ts +32 -0
- package/components/van-cascader/index.d.ts +4 -0
- package/components/van-cascader/src/ctx.d.ts +272 -0
- package/components/van-cascader/src/index.vue.d.ts +2093 -0
- package/components/van-cascader/src/types.d.ts +1 -0
- package/components/var-datetime-picker/index.d.ts +4 -0
- package/components/var-datetime-picker/src/const.d.ts +10 -0
- package/components/var-datetime-picker/src/ctx.d.ts +107 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +1485 -0
- package/components/var-datetime-picker/src/types.d.ts +22 -0
- package/components/vditor/index.d.ts +4 -0
- package/components/vditor/src/ctx.d.ts +117 -0
- package/components/vditor/src/index.vue.d.ts +409 -0
- package/components/vditor/src/types.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1471 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { __VaSketch, __VaGraphicsLayer } from '@vuesri/core';
|
|
3
|
+
import Graphic from '@arcgis/core/Graphic';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
+
viewComponent: any;
|
|
6
|
+
viewComponentAttrs: any;
|
|
7
|
+
readonly: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: any;
|
|
10
|
+
};
|
|
11
|
+
view: {
|
|
12
|
+
type: import("vue").PropType<__esri.MapView>;
|
|
13
|
+
};
|
|
14
|
+
editTypes: {
|
|
15
|
+
type: import("vue").PropType<import("./const").EDIT_TYPE[] | import("./const").EDIT_TYPE>;
|
|
16
|
+
default: () => string;
|
|
17
|
+
};
|
|
18
|
+
viewModelActiveFillSymbol: {
|
|
19
|
+
type: import("vue").PropType<any>;
|
|
20
|
+
default: () => {
|
|
21
|
+
type: string;
|
|
22
|
+
color: number[];
|
|
23
|
+
style: string;
|
|
24
|
+
outline: {
|
|
25
|
+
color: number[];
|
|
26
|
+
width: number;
|
|
27
|
+
style: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
viewModelActiveLineSymbol: any;
|
|
32
|
+
viewModelActivePointSymbol: any;
|
|
33
|
+
modelValue: {
|
|
34
|
+
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
35
|
+
default: () => {
|
|
36
|
+
type: string;
|
|
37
|
+
features: any[];
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
multiple: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
skipSave: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
showMap: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
dialogEdit: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
dialogEditFullscreen: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
dialogEditTitle: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
flying: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
layerIndex: {
|
|
69
|
+
type: NumberConstructor;
|
|
70
|
+
default: number;
|
|
71
|
+
};
|
|
72
|
+
visibleElements: {
|
|
73
|
+
type: import("vue").PropType<__esri.SketchProperties["visibleElements"]>;
|
|
74
|
+
default: any;
|
|
75
|
+
};
|
|
76
|
+
maxlength: {
|
|
77
|
+
type: NumberConstructor;
|
|
78
|
+
required: boolean;
|
|
79
|
+
};
|
|
80
|
+
minlength: {
|
|
81
|
+
type: NumberConstructor;
|
|
82
|
+
required: boolean;
|
|
83
|
+
};
|
|
84
|
+
inputSlots: {
|
|
85
|
+
type: import("vue").PropType<import("@vunk/form/components/input/src/types").InputSlots>;
|
|
86
|
+
default: any;
|
|
87
|
+
};
|
|
88
|
+
rows: {
|
|
89
|
+
type: NumberConstructor;
|
|
90
|
+
default: any;
|
|
91
|
+
};
|
|
92
|
+
required: {
|
|
93
|
+
readonly type: import("vue").PropType<boolean>;
|
|
94
|
+
readonly required: false;
|
|
95
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
96
|
+
__epPropKey: true;
|
|
97
|
+
} & {
|
|
98
|
+
readonly default: undefined;
|
|
99
|
+
};
|
|
100
|
+
formItemSize: {
|
|
101
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
102
|
+
default: "default" | "small" | "large";
|
|
103
|
+
};
|
|
104
|
+
formItemSlots: {
|
|
105
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
106
|
+
default: any;
|
|
107
|
+
};
|
|
108
|
+
elRef: {
|
|
109
|
+
type: import("vue").PropType<any>;
|
|
110
|
+
required: boolean;
|
|
111
|
+
};
|
|
112
|
+
inline: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
formItemTip: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
default: any;
|
|
119
|
+
};
|
|
120
|
+
formItemTipClass: any;
|
|
121
|
+
labelTip: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
default: any;
|
|
124
|
+
};
|
|
125
|
+
information: {
|
|
126
|
+
type: BooleanConstructor;
|
|
127
|
+
default: boolean;
|
|
128
|
+
};
|
|
129
|
+
prop: any;
|
|
130
|
+
label: StringConstructor;
|
|
131
|
+
labelWidth: {
|
|
132
|
+
readonly type: import("vue").PropType<string | number>;
|
|
133
|
+
readonly required: false;
|
|
134
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
|
+
__epPropKey: true;
|
|
136
|
+
} & {
|
|
137
|
+
readonly default: "";
|
|
138
|
+
};
|
|
139
|
+
labelPosition: {
|
|
140
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
141
|
+
readonly required: false;
|
|
142
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
143
|
+
__epPropKey: true;
|
|
144
|
+
} & {
|
|
145
|
+
readonly default: "";
|
|
146
|
+
};
|
|
147
|
+
rules: {
|
|
148
|
+
readonly type: import("vue").PropType<unknown>;
|
|
149
|
+
readonly required: false;
|
|
150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
|
+
__epPropKey: true;
|
|
152
|
+
};
|
|
153
|
+
error: StringConstructor;
|
|
154
|
+
validateStatus: {
|
|
155
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
156
|
+
readonly required: false;
|
|
157
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
+
__epPropKey: true;
|
|
159
|
+
};
|
|
160
|
+
for: StringConstructor;
|
|
161
|
+
inlineMessage: {
|
|
162
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
163
|
+
readonly required: false;
|
|
164
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
165
|
+
__epPropKey: true;
|
|
166
|
+
} & {
|
|
167
|
+
readonly default: "";
|
|
168
|
+
};
|
|
169
|
+
showMessage: {
|
|
170
|
+
readonly type: import("vue").PropType<boolean>;
|
|
171
|
+
readonly required: false;
|
|
172
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
|
+
__epPropKey: true;
|
|
174
|
+
} & {
|
|
175
|
+
readonly default: true;
|
|
176
|
+
};
|
|
177
|
+
inputmode: {
|
|
178
|
+
readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
179
|
+
readonly required: false;
|
|
180
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
181
|
+
__epPropKey: true;
|
|
182
|
+
} & {
|
|
183
|
+
readonly default: undefined;
|
|
184
|
+
};
|
|
185
|
+
name: StringConstructor;
|
|
186
|
+
ariaLabel: StringConstructor;
|
|
187
|
+
id: {
|
|
188
|
+
readonly type: import("vue").PropType<string>;
|
|
189
|
+
readonly required: false;
|
|
190
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
|
+
__epPropKey: true;
|
|
192
|
+
} & {
|
|
193
|
+
readonly default: undefined;
|
|
194
|
+
};
|
|
195
|
+
size: {
|
|
196
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
197
|
+
readonly required: false;
|
|
198
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
199
|
+
__epPropKey: true;
|
|
200
|
+
};
|
|
201
|
+
disabled: BooleanConstructor;
|
|
202
|
+
type: {
|
|
203
|
+
readonly type: import("vue").PropType<string>;
|
|
204
|
+
readonly required: false;
|
|
205
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
206
|
+
__epPropKey: true;
|
|
207
|
+
} & {
|
|
208
|
+
readonly default: "text";
|
|
209
|
+
};
|
|
210
|
+
resize: {
|
|
211
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
212
|
+
readonly required: false;
|
|
213
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
|
+
__epPropKey: true;
|
|
215
|
+
};
|
|
216
|
+
autosize: {
|
|
217
|
+
readonly type: import("vue").PropType<unknown>;
|
|
218
|
+
readonly required: false;
|
|
219
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
220
|
+
__epPropKey: true;
|
|
221
|
+
} & {
|
|
222
|
+
readonly default: false;
|
|
223
|
+
};
|
|
224
|
+
autocomplete: {
|
|
225
|
+
readonly type: import("vue").PropType<string>;
|
|
226
|
+
readonly required: false;
|
|
227
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
228
|
+
__epPropKey: true;
|
|
229
|
+
} & {
|
|
230
|
+
readonly default: "off";
|
|
231
|
+
};
|
|
232
|
+
formatter: {
|
|
233
|
+
readonly type: import("vue").PropType<Function>;
|
|
234
|
+
readonly required: false;
|
|
235
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
236
|
+
__epPropKey: true;
|
|
237
|
+
};
|
|
238
|
+
parser: {
|
|
239
|
+
readonly type: import("vue").PropType<Function>;
|
|
240
|
+
readonly required: false;
|
|
241
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
242
|
+
__epPropKey: true;
|
|
243
|
+
};
|
|
244
|
+
placeholder: {
|
|
245
|
+
readonly type: import("vue").PropType<string>;
|
|
246
|
+
readonly required: false;
|
|
247
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
|
+
__epPropKey: true;
|
|
249
|
+
};
|
|
250
|
+
form: {
|
|
251
|
+
readonly type: import("vue").PropType<string>;
|
|
252
|
+
readonly required: false;
|
|
253
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
254
|
+
__epPropKey: true;
|
|
255
|
+
};
|
|
256
|
+
clearable: BooleanConstructor;
|
|
257
|
+
showPassword: BooleanConstructor;
|
|
258
|
+
showWordLimit: BooleanConstructor;
|
|
259
|
+
suffixIcon: {
|
|
260
|
+
readonly type: import("vue").PropType<unknown>;
|
|
261
|
+
readonly required: false;
|
|
262
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
263
|
+
__epPropKey: true;
|
|
264
|
+
};
|
|
265
|
+
prefixIcon: {
|
|
266
|
+
readonly type: import("vue").PropType<unknown>;
|
|
267
|
+
readonly required: false;
|
|
268
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
269
|
+
__epPropKey: true;
|
|
270
|
+
};
|
|
271
|
+
containerRole: {
|
|
272
|
+
readonly type: import("vue").PropType<string>;
|
|
273
|
+
readonly required: false;
|
|
274
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
275
|
+
__epPropKey: true;
|
|
276
|
+
} & {
|
|
277
|
+
readonly default: undefined;
|
|
278
|
+
};
|
|
279
|
+
tabindex: {
|
|
280
|
+
readonly type: import("vue").PropType<string | number>;
|
|
281
|
+
readonly required: false;
|
|
282
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
283
|
+
__epPropKey: true;
|
|
284
|
+
} & {
|
|
285
|
+
readonly default: 0;
|
|
286
|
+
};
|
|
287
|
+
validateEvent: {
|
|
288
|
+
readonly type: import("vue").PropType<boolean>;
|
|
289
|
+
readonly required: false;
|
|
290
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
291
|
+
__epPropKey: true;
|
|
292
|
+
} & {
|
|
293
|
+
readonly default: true;
|
|
294
|
+
};
|
|
295
|
+
inputStyle: {
|
|
296
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
297
|
+
readonly required: false;
|
|
298
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
299
|
+
__epPropKey: true;
|
|
300
|
+
} & {
|
|
301
|
+
readonly default: () => {};
|
|
302
|
+
};
|
|
303
|
+
autofocus: BooleanConstructor;
|
|
304
|
+
}>, {
|
|
305
|
+
inputBindProps: import("vue").ComputedRef<{
|
|
306
|
+
type: string;
|
|
307
|
+
required: boolean;
|
|
308
|
+
size: "" | "default" | "small" | "large";
|
|
309
|
+
formItemSize: "default" | "small" | "large";
|
|
310
|
+
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
311
|
+
elRef: any;
|
|
312
|
+
inline: boolean;
|
|
313
|
+
formItemTip: string;
|
|
314
|
+
formItemTipClass: any;
|
|
315
|
+
labelTip: string;
|
|
316
|
+
information: boolean;
|
|
317
|
+
prop: any;
|
|
318
|
+
label: string;
|
|
319
|
+
labelWidth: string | number;
|
|
320
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
321
|
+
rules: unknown;
|
|
322
|
+
error: string;
|
|
323
|
+
validateStatus: "" | "error" | "success" | "validating";
|
|
324
|
+
for: string;
|
|
325
|
+
inlineMessage: string | boolean;
|
|
326
|
+
showMessage: boolean;
|
|
327
|
+
disabled: boolean;
|
|
328
|
+
id: string;
|
|
329
|
+
ariaLabel: string;
|
|
330
|
+
name: string;
|
|
331
|
+
clearable: boolean;
|
|
332
|
+
placeholder: string;
|
|
333
|
+
formatter: Function;
|
|
334
|
+
autofocus: boolean;
|
|
335
|
+
maxlength: number;
|
|
336
|
+
minlength: number;
|
|
337
|
+
rows: number;
|
|
338
|
+
inputmode: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
339
|
+
resize: "none" | "horizontal" | "vertical" | "both";
|
|
340
|
+
autosize: false;
|
|
341
|
+
autocomplete: string;
|
|
342
|
+
parser: Function;
|
|
343
|
+
form: string;
|
|
344
|
+
showPassword: boolean;
|
|
345
|
+
showWordLimit: boolean;
|
|
346
|
+
suffixIcon: unknown;
|
|
347
|
+
prefixIcon: unknown;
|
|
348
|
+
containerRole: string;
|
|
349
|
+
tabindex: string | number;
|
|
350
|
+
validateEvent: boolean;
|
|
351
|
+
inputStyle: import("vue").StyleValue;
|
|
352
|
+
}>;
|
|
353
|
+
inputOnEmits: {
|
|
354
|
+
focus: (...e: any[]) => void;
|
|
355
|
+
clear: (...e: any[]) => void;
|
|
356
|
+
change: (...e: any[]) => void;
|
|
357
|
+
input: (...e: any[]) => void;
|
|
358
|
+
blur: (...e: any[]) => void;
|
|
359
|
+
mouseleave: (...e: any[]) => void;
|
|
360
|
+
mouseenter: (...e: any[]) => void;
|
|
361
|
+
keydown: (...e: any[]) => void;
|
|
362
|
+
compositionstart: (...e: any[]) => void;
|
|
363
|
+
compositionupdate: (...e: any[]) => void;
|
|
364
|
+
compositionend: (...e: any[]) => void;
|
|
365
|
+
};
|
|
366
|
+
append: () => JSX.Element;
|
|
367
|
+
availableCreatureTools: import("vue").ComputedRef<("circle" | "point" | "polygon" | "polyline" | "rectangle")[]>;
|
|
368
|
+
sketchValue: Ref<Graphic[], Graphic[]>;
|
|
369
|
+
handleUpdateSketchValue: (e: __esri.Graphic[]) => void;
|
|
370
|
+
sketchRef: Ref<__esri.Sketch, __esri.Sketch>;
|
|
371
|
+
sketchLoad: __VaSketch.OnLoad;
|
|
372
|
+
shetchPanel: import("vue").ComputedRef<Element>;
|
|
373
|
+
dialogShow: Ref<boolean, boolean>;
|
|
374
|
+
setDialogShow: (v: boolean) => void;
|
|
375
|
+
normalMapRef: Ref<HTMLDivElement, HTMLDivElement>;
|
|
376
|
+
dialogMapRef: Ref<HTMLDivElement, HTMLDivElement>;
|
|
377
|
+
dialogOnOpen: () => Promise<void>;
|
|
378
|
+
dialogOnClose: () => Promise<void>;
|
|
379
|
+
mapTo: Ref<HTMLDivElement, HTMLDivElement>;
|
|
380
|
+
doSave: () => void;
|
|
381
|
+
readonly: import("vue").ComputedRef<boolean>;
|
|
382
|
+
layerLoad: __VaGraphicsLayer.OnLoad;
|
|
383
|
+
sketchIf: Ref<boolean, boolean>;
|
|
384
|
+
fly: () => Promise<void>;
|
|
385
|
+
layerRef: Ref<__esri.GraphicsLayer, __esri.GraphicsLayer>;
|
|
386
|
+
getInputModelValue: (v: import("geojson").FeatureCollection<import("geojson").Geometry, any>) => string;
|
|
387
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
388
|
+
'update:modelValue': (e: import("geojson").FeatureCollection) => import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
389
|
+
[name: string]: any;
|
|
390
|
+
}>;
|
|
391
|
+
'update:flying': any;
|
|
392
|
+
appendFly: any;
|
|
393
|
+
appendEdit: any;
|
|
394
|
+
input: (value: string) => boolean;
|
|
395
|
+
change: (value: string) => boolean;
|
|
396
|
+
focus: (evt: FocusEvent) => boolean;
|
|
397
|
+
blur: (evt: FocusEvent) => boolean;
|
|
398
|
+
clear: () => boolean;
|
|
399
|
+
mouseleave: (evt: MouseEvent) => boolean;
|
|
400
|
+
mouseenter: (evt: MouseEvent) => boolean;
|
|
401
|
+
keydown: (evt: KeyboardEvent | Event) => boolean;
|
|
402
|
+
compositionstart: (evt: CompositionEvent) => boolean;
|
|
403
|
+
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
404
|
+
compositionend: (evt: CompositionEvent) => boolean;
|
|
405
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
406
|
+
viewComponent: any;
|
|
407
|
+
viewComponentAttrs: any;
|
|
408
|
+
readonly: {
|
|
409
|
+
type: BooleanConstructor;
|
|
410
|
+
default: any;
|
|
411
|
+
};
|
|
412
|
+
view: {
|
|
413
|
+
type: import("vue").PropType<__esri.MapView>;
|
|
414
|
+
};
|
|
415
|
+
editTypes: {
|
|
416
|
+
type: import("vue").PropType<import("./const").EDIT_TYPE[] | import("./const").EDIT_TYPE>;
|
|
417
|
+
default: () => string;
|
|
418
|
+
};
|
|
419
|
+
viewModelActiveFillSymbol: {
|
|
420
|
+
type: import("vue").PropType<any>;
|
|
421
|
+
default: () => {
|
|
422
|
+
type: string;
|
|
423
|
+
color: number[];
|
|
424
|
+
style: string;
|
|
425
|
+
outline: {
|
|
426
|
+
color: number[];
|
|
427
|
+
width: number;
|
|
428
|
+
style: string;
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
};
|
|
432
|
+
viewModelActiveLineSymbol: any;
|
|
433
|
+
viewModelActivePointSymbol: any;
|
|
434
|
+
modelValue: {
|
|
435
|
+
type: import("vue").PropType<import("geojson").FeatureCollection<import("geojson").Geometry, any>>;
|
|
436
|
+
default: () => {
|
|
437
|
+
type: string;
|
|
438
|
+
features: any[];
|
|
439
|
+
};
|
|
440
|
+
};
|
|
441
|
+
multiple: {
|
|
442
|
+
type: BooleanConstructor;
|
|
443
|
+
default: boolean;
|
|
444
|
+
};
|
|
445
|
+
skipSave: {
|
|
446
|
+
type: BooleanConstructor;
|
|
447
|
+
default: boolean;
|
|
448
|
+
};
|
|
449
|
+
showMap: {
|
|
450
|
+
type: BooleanConstructor;
|
|
451
|
+
default: boolean;
|
|
452
|
+
};
|
|
453
|
+
dialogEdit: {
|
|
454
|
+
type: BooleanConstructor;
|
|
455
|
+
default: boolean;
|
|
456
|
+
};
|
|
457
|
+
dialogEditFullscreen: {
|
|
458
|
+
type: BooleanConstructor;
|
|
459
|
+
default: boolean;
|
|
460
|
+
};
|
|
461
|
+
dialogEditTitle: {
|
|
462
|
+
type: StringConstructor;
|
|
463
|
+
default: string;
|
|
464
|
+
};
|
|
465
|
+
flying: {
|
|
466
|
+
type: BooleanConstructor;
|
|
467
|
+
default: boolean;
|
|
468
|
+
};
|
|
469
|
+
layerIndex: {
|
|
470
|
+
type: NumberConstructor;
|
|
471
|
+
default: number;
|
|
472
|
+
};
|
|
473
|
+
visibleElements: {
|
|
474
|
+
type: import("vue").PropType<__esri.SketchProperties["visibleElements"]>;
|
|
475
|
+
default: any;
|
|
476
|
+
};
|
|
477
|
+
maxlength: {
|
|
478
|
+
type: NumberConstructor;
|
|
479
|
+
required: boolean;
|
|
480
|
+
};
|
|
481
|
+
minlength: {
|
|
482
|
+
type: NumberConstructor;
|
|
483
|
+
required: boolean;
|
|
484
|
+
};
|
|
485
|
+
inputSlots: {
|
|
486
|
+
type: import("vue").PropType<import("@vunk/form/components/input/src/types").InputSlots>;
|
|
487
|
+
default: any;
|
|
488
|
+
};
|
|
489
|
+
rows: {
|
|
490
|
+
type: NumberConstructor;
|
|
491
|
+
default: any;
|
|
492
|
+
};
|
|
493
|
+
required: {
|
|
494
|
+
readonly type: import("vue").PropType<boolean>;
|
|
495
|
+
readonly required: false;
|
|
496
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
497
|
+
__epPropKey: true;
|
|
498
|
+
} & {
|
|
499
|
+
readonly default: undefined;
|
|
500
|
+
};
|
|
501
|
+
formItemSize: {
|
|
502
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
503
|
+
default: "default" | "small" | "large";
|
|
504
|
+
};
|
|
505
|
+
formItemSlots: {
|
|
506
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
507
|
+
default: any;
|
|
508
|
+
};
|
|
509
|
+
elRef: {
|
|
510
|
+
type: import("vue").PropType<any>;
|
|
511
|
+
required: boolean;
|
|
512
|
+
};
|
|
513
|
+
inline: {
|
|
514
|
+
type: BooleanConstructor;
|
|
515
|
+
default: boolean;
|
|
516
|
+
};
|
|
517
|
+
formItemTip: {
|
|
518
|
+
type: StringConstructor;
|
|
519
|
+
default: any;
|
|
520
|
+
};
|
|
521
|
+
formItemTipClass: any;
|
|
522
|
+
labelTip: {
|
|
523
|
+
type: StringConstructor;
|
|
524
|
+
default: any;
|
|
525
|
+
};
|
|
526
|
+
information: {
|
|
527
|
+
type: BooleanConstructor;
|
|
528
|
+
default: boolean;
|
|
529
|
+
};
|
|
530
|
+
prop: any;
|
|
531
|
+
label: StringConstructor;
|
|
532
|
+
labelWidth: {
|
|
533
|
+
readonly type: import("vue").PropType<string | number>;
|
|
534
|
+
readonly required: false;
|
|
535
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
536
|
+
__epPropKey: true;
|
|
537
|
+
} & {
|
|
538
|
+
readonly default: "";
|
|
539
|
+
};
|
|
540
|
+
labelPosition: {
|
|
541
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
542
|
+
readonly required: false;
|
|
543
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
544
|
+
__epPropKey: true;
|
|
545
|
+
} & {
|
|
546
|
+
readonly default: "";
|
|
547
|
+
};
|
|
548
|
+
rules: {
|
|
549
|
+
readonly type: import("vue").PropType<unknown>;
|
|
550
|
+
readonly required: false;
|
|
551
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
552
|
+
__epPropKey: true;
|
|
553
|
+
};
|
|
554
|
+
error: StringConstructor;
|
|
555
|
+
validateStatus: {
|
|
556
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
557
|
+
readonly required: false;
|
|
558
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
559
|
+
__epPropKey: true;
|
|
560
|
+
};
|
|
561
|
+
for: StringConstructor;
|
|
562
|
+
inlineMessage: {
|
|
563
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
564
|
+
readonly required: false;
|
|
565
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
566
|
+
__epPropKey: true;
|
|
567
|
+
} & {
|
|
568
|
+
readonly default: "";
|
|
569
|
+
};
|
|
570
|
+
showMessage: {
|
|
571
|
+
readonly type: import("vue").PropType<boolean>;
|
|
572
|
+
readonly required: false;
|
|
573
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
574
|
+
__epPropKey: true;
|
|
575
|
+
} & {
|
|
576
|
+
readonly default: true;
|
|
577
|
+
};
|
|
578
|
+
inputmode: {
|
|
579
|
+
readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
580
|
+
readonly required: false;
|
|
581
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
582
|
+
__epPropKey: true;
|
|
583
|
+
} & {
|
|
584
|
+
readonly default: undefined;
|
|
585
|
+
};
|
|
586
|
+
name: StringConstructor;
|
|
587
|
+
ariaLabel: StringConstructor;
|
|
588
|
+
id: {
|
|
589
|
+
readonly type: import("vue").PropType<string>;
|
|
590
|
+
readonly required: false;
|
|
591
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
592
|
+
__epPropKey: true;
|
|
593
|
+
} & {
|
|
594
|
+
readonly default: undefined;
|
|
595
|
+
};
|
|
596
|
+
size: {
|
|
597
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
598
|
+
readonly required: false;
|
|
599
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
|
+
__epPropKey: true;
|
|
601
|
+
};
|
|
602
|
+
disabled: BooleanConstructor;
|
|
603
|
+
type: {
|
|
604
|
+
readonly type: import("vue").PropType<string>;
|
|
605
|
+
readonly required: false;
|
|
606
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
607
|
+
__epPropKey: true;
|
|
608
|
+
} & {
|
|
609
|
+
readonly default: "text";
|
|
610
|
+
};
|
|
611
|
+
resize: {
|
|
612
|
+
readonly type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both">;
|
|
613
|
+
readonly required: false;
|
|
614
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
615
|
+
__epPropKey: true;
|
|
616
|
+
};
|
|
617
|
+
autosize: {
|
|
618
|
+
readonly type: import("vue").PropType<unknown>;
|
|
619
|
+
readonly required: false;
|
|
620
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
621
|
+
__epPropKey: true;
|
|
622
|
+
} & {
|
|
623
|
+
readonly default: false;
|
|
624
|
+
};
|
|
625
|
+
autocomplete: {
|
|
626
|
+
readonly type: import("vue").PropType<string>;
|
|
627
|
+
readonly required: false;
|
|
628
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
629
|
+
__epPropKey: true;
|
|
630
|
+
} & {
|
|
631
|
+
readonly default: "off";
|
|
632
|
+
};
|
|
633
|
+
formatter: {
|
|
634
|
+
readonly type: import("vue").PropType<Function>;
|
|
635
|
+
readonly required: false;
|
|
636
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
637
|
+
__epPropKey: true;
|
|
638
|
+
};
|
|
639
|
+
parser: {
|
|
640
|
+
readonly type: import("vue").PropType<Function>;
|
|
641
|
+
readonly required: false;
|
|
642
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
643
|
+
__epPropKey: true;
|
|
644
|
+
};
|
|
645
|
+
placeholder: {
|
|
646
|
+
readonly type: import("vue").PropType<string>;
|
|
647
|
+
readonly required: false;
|
|
648
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
649
|
+
__epPropKey: true;
|
|
650
|
+
};
|
|
651
|
+
form: {
|
|
652
|
+
readonly type: import("vue").PropType<string>;
|
|
653
|
+
readonly required: false;
|
|
654
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
655
|
+
__epPropKey: true;
|
|
656
|
+
};
|
|
657
|
+
clearable: BooleanConstructor;
|
|
658
|
+
showPassword: BooleanConstructor;
|
|
659
|
+
showWordLimit: BooleanConstructor;
|
|
660
|
+
suffixIcon: {
|
|
661
|
+
readonly type: import("vue").PropType<unknown>;
|
|
662
|
+
readonly required: false;
|
|
663
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
664
|
+
__epPropKey: true;
|
|
665
|
+
};
|
|
666
|
+
prefixIcon: {
|
|
667
|
+
readonly type: import("vue").PropType<unknown>;
|
|
668
|
+
readonly required: false;
|
|
669
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
670
|
+
__epPropKey: true;
|
|
671
|
+
};
|
|
672
|
+
containerRole: {
|
|
673
|
+
readonly type: import("vue").PropType<string>;
|
|
674
|
+
readonly required: false;
|
|
675
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
676
|
+
__epPropKey: true;
|
|
677
|
+
} & {
|
|
678
|
+
readonly default: undefined;
|
|
679
|
+
};
|
|
680
|
+
tabindex: {
|
|
681
|
+
readonly type: import("vue").PropType<string | number>;
|
|
682
|
+
readonly required: false;
|
|
683
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
684
|
+
__epPropKey: true;
|
|
685
|
+
} & {
|
|
686
|
+
readonly default: 0;
|
|
687
|
+
};
|
|
688
|
+
validateEvent: {
|
|
689
|
+
readonly type: import("vue").PropType<boolean>;
|
|
690
|
+
readonly required: false;
|
|
691
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
692
|
+
__epPropKey: true;
|
|
693
|
+
} & {
|
|
694
|
+
readonly default: true;
|
|
695
|
+
};
|
|
696
|
+
inputStyle: {
|
|
697
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
698
|
+
readonly required: false;
|
|
699
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
700
|
+
__epPropKey: true;
|
|
701
|
+
} & {
|
|
702
|
+
readonly default: () => {};
|
|
703
|
+
};
|
|
704
|
+
autofocus: BooleanConstructor;
|
|
705
|
+
}>> & Readonly<{
|
|
706
|
+
onFocus?: (evt: FocusEvent) => any;
|
|
707
|
+
onClear?: () => any;
|
|
708
|
+
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
709
|
+
[name: string]: any;
|
|
710
|
+
}>) => any;
|
|
711
|
+
onChange?: (value: string) => any;
|
|
712
|
+
onInput?: (value: string) => any;
|
|
713
|
+
onBlur?: (evt: FocusEvent) => any;
|
|
714
|
+
onMouseleave?: (evt: MouseEvent) => any;
|
|
715
|
+
onMouseenter?: (evt: MouseEvent) => any;
|
|
716
|
+
onKeydown?: (evt: Event | KeyboardEvent) => any;
|
|
717
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
|
718
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
719
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
|
720
|
+
"onUpdate:flying"?: (...args: any[] | unknown[]) => any;
|
|
721
|
+
onAppendFly?: (...args: any[] | unknown[]) => any;
|
|
722
|
+
onAppendEdit?: (...args: any[] | unknown[]) => any;
|
|
723
|
+
}>, {
|
|
724
|
+
type: string;
|
|
725
|
+
required: boolean;
|
|
726
|
+
formItemSize: "default" | "small" | "large";
|
|
727
|
+
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
728
|
+
inline: boolean;
|
|
729
|
+
readonly: boolean;
|
|
730
|
+
formItemTip: string;
|
|
731
|
+
formItemTipClass: any;
|
|
732
|
+
labelTip: string;
|
|
733
|
+
information: boolean;
|
|
734
|
+
prop: any;
|
|
735
|
+
labelWidth: string | number;
|
|
736
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
737
|
+
inlineMessage: string | boolean;
|
|
738
|
+
showMessage: boolean;
|
|
739
|
+
disabled: boolean;
|
|
740
|
+
id: string;
|
|
741
|
+
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
742
|
+
clearable: boolean;
|
|
743
|
+
multiple: boolean;
|
|
744
|
+
autofocus: boolean;
|
|
745
|
+
inputSlots: import("@vunk/form/components/input/src/types").InputSlots;
|
|
746
|
+
rows: number;
|
|
747
|
+
inputmode: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
|
|
748
|
+
autosize: false;
|
|
749
|
+
autocomplete: string;
|
|
750
|
+
showPassword: boolean;
|
|
751
|
+
showWordLimit: boolean;
|
|
752
|
+
containerRole: string;
|
|
753
|
+
tabindex: string | number;
|
|
754
|
+
validateEvent: boolean;
|
|
755
|
+
inputStyle: import("vue").StyleValue;
|
|
756
|
+
visibleElements: __esri.SketchVisibleElements;
|
|
757
|
+
viewComponent: any;
|
|
758
|
+
viewComponentAttrs: any;
|
|
759
|
+
editTypes: import("./const").EDIT_TYPE | import("./const").EDIT_TYPE[];
|
|
760
|
+
viewModelActiveFillSymbol: any;
|
|
761
|
+
viewModelActiveLineSymbol: any;
|
|
762
|
+
viewModelActivePointSymbol: any;
|
|
763
|
+
skipSave: boolean;
|
|
764
|
+
showMap: boolean;
|
|
765
|
+
dialogEdit: boolean;
|
|
766
|
+
dialogEditFullscreen: boolean;
|
|
767
|
+
dialogEditTitle: string;
|
|
768
|
+
flying: boolean;
|
|
769
|
+
layerIndex: number;
|
|
770
|
+
}, {}, {
|
|
771
|
+
VkfInput: {
|
|
772
|
+
new (...args: any[]): any;
|
|
773
|
+
__isFragment?: never;
|
|
774
|
+
__isTeleport?: never;
|
|
775
|
+
__isSuspense?: never;
|
|
776
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
777
|
+
[x: string]: any;
|
|
778
|
+
[x: symbol]: any;
|
|
779
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
780
|
+
install(app: import("vue").App): void;
|
|
781
|
+
};
|
|
782
|
+
VaSketch: import("vue").DefineComponent<{
|
|
783
|
+
defaultOptions: {
|
|
784
|
+
type: import("vue").PropType<__esri.SketchProperties>;
|
|
785
|
+
default: () => __esri.SketchProperties;
|
|
786
|
+
};
|
|
787
|
+
availableCreatureTools: {
|
|
788
|
+
type: import("vue").PropType<("point" | "polyline" | "polygon" | "rectangle" | "circle")[]>;
|
|
789
|
+
default: any;
|
|
790
|
+
};
|
|
791
|
+
position: {
|
|
792
|
+
type: import("vue").PropType<import("@vuesri/core").UiAddPosition>;
|
|
793
|
+
default: import("@vuesri/core").UiAddPosition;
|
|
794
|
+
};
|
|
795
|
+
orphan: {
|
|
796
|
+
type: BooleanConstructor;
|
|
797
|
+
default: boolean;
|
|
798
|
+
};
|
|
799
|
+
modelValueInitFrom: {
|
|
800
|
+
type: import("vue").PropType<"modelValue" | "layerGraphics">;
|
|
801
|
+
default: string;
|
|
802
|
+
};
|
|
803
|
+
viewModelPointSymbol: {
|
|
804
|
+
type: import("vue").PropType<__esri.SimpleMarkerSymbol | __esri.PointSymbol3D | __esri.CIMSymbol | __esri.TextSymbol | __esri.WebStyleSymbol>;
|
|
805
|
+
};
|
|
806
|
+
viewModelPolygonSymbol: {
|
|
807
|
+
type: import("vue").PropType<__esri.PolygonSymbol3D | __esri.SimpleFillSymbol | __esri.CIMSymbol>;
|
|
808
|
+
};
|
|
809
|
+
viewModelPolylineSymbol: {
|
|
810
|
+
type: import("vue").PropType<__esri.SimpleLineSymbol | __esri.CIMSymbol | __esri.LineSymbol3D>;
|
|
811
|
+
};
|
|
812
|
+
viewModelActiveFillSymbol: {
|
|
813
|
+
type: import("vue").PropType<__esri.SimpleFillSymbol>;
|
|
814
|
+
};
|
|
815
|
+
visibleElements: {
|
|
816
|
+
type: import("vue").PropType<__esri.SketchVisibleElements>;
|
|
817
|
+
default: any;
|
|
818
|
+
};
|
|
819
|
+
modelValue: {
|
|
820
|
+
type: import("vue").PropType<__esri.Collection<__esri.Graphic> | __esri.Graphic[]>;
|
|
821
|
+
default: () => any[];
|
|
822
|
+
};
|
|
823
|
+
multiple: {
|
|
824
|
+
type: BooleanConstructor;
|
|
825
|
+
default: boolean;
|
|
826
|
+
};
|
|
827
|
+
}, {
|
|
828
|
+
eventsBindProps: import("vue").ComputedRef<{}>;
|
|
829
|
+
eventsOnEmits: {};
|
|
830
|
+
sketchNode: import("vue").Ref<any>;
|
|
831
|
+
ready: import("vue").Ref<boolean>;
|
|
832
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
833
|
+
'update:modelValue': (e: __esri.Collection<__esri.Graphic> | __esri.Graphic[]) => __esri.Collection<__esri.Graphic> | __esri.Graphic[];
|
|
834
|
+
complete: (e: __esri.SketchCreateEvent | __esri.SketchUpdateEvent) => __esri.SketchCreateEvent | __esri.SketchUpdateEvent;
|
|
835
|
+
update: (e: __esri.SketchUpdateEvent) => boolean;
|
|
836
|
+
create: (e: __esri.SketchCreateEvent) => boolean;
|
|
837
|
+
load: (e: import("@vuesri/core/components/sketch/src/types").LoadEvent) => import("@vuesri/core/components/sketch/src/types").LoadEvent;
|
|
838
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
839
|
+
defaultOptions: {
|
|
840
|
+
type: import("vue").PropType<__esri.SketchProperties>;
|
|
841
|
+
default: () => __esri.SketchProperties;
|
|
842
|
+
};
|
|
843
|
+
availableCreatureTools: {
|
|
844
|
+
type: import("vue").PropType<("point" | "polyline" | "polygon" | "rectangle" | "circle")[]>;
|
|
845
|
+
default: any;
|
|
846
|
+
};
|
|
847
|
+
position: {
|
|
848
|
+
type: import("vue").PropType<import("@vuesri/core").UiAddPosition>;
|
|
849
|
+
default: import("@vuesri/core").UiAddPosition;
|
|
850
|
+
};
|
|
851
|
+
orphan: {
|
|
852
|
+
type: BooleanConstructor;
|
|
853
|
+
default: boolean;
|
|
854
|
+
};
|
|
855
|
+
modelValueInitFrom: {
|
|
856
|
+
type: import("vue").PropType<"modelValue" | "layerGraphics">;
|
|
857
|
+
default: string;
|
|
858
|
+
};
|
|
859
|
+
viewModelPointSymbol: {
|
|
860
|
+
type: import("vue").PropType<__esri.SimpleMarkerSymbol | __esri.PointSymbol3D | __esri.CIMSymbol | __esri.TextSymbol | __esri.WebStyleSymbol>;
|
|
861
|
+
};
|
|
862
|
+
viewModelPolygonSymbol: {
|
|
863
|
+
type: import("vue").PropType<__esri.PolygonSymbol3D | __esri.SimpleFillSymbol | __esri.CIMSymbol>;
|
|
864
|
+
};
|
|
865
|
+
viewModelPolylineSymbol: {
|
|
866
|
+
type: import("vue").PropType<__esri.SimpleLineSymbol | __esri.CIMSymbol | __esri.LineSymbol3D>;
|
|
867
|
+
};
|
|
868
|
+
viewModelActiveFillSymbol: {
|
|
869
|
+
type: import("vue").PropType<__esri.SimpleFillSymbol>;
|
|
870
|
+
};
|
|
871
|
+
visibleElements: {
|
|
872
|
+
type: import("vue").PropType<__esri.SketchVisibleElements>;
|
|
873
|
+
default: any;
|
|
874
|
+
};
|
|
875
|
+
modelValue: {
|
|
876
|
+
type: import("vue").PropType<__esri.Collection<__esri.Graphic> | __esri.Graphic[]>;
|
|
877
|
+
default: () => any[];
|
|
878
|
+
};
|
|
879
|
+
multiple: {
|
|
880
|
+
type: BooleanConstructor;
|
|
881
|
+
default: boolean;
|
|
882
|
+
};
|
|
883
|
+
}>> & {
|
|
884
|
+
onLoad?: (e: import("@vuesri/core/components/sketch/src/types").LoadEvent) => any;
|
|
885
|
+
"onUpdate:modelValue"?: (e: __esri.Collection<__esri.Graphic> | __esri.Graphic[]) => any;
|
|
886
|
+
onComplete?: (e: __esri.SketchCreateEvent | __esri.SketchUpdateEvent) => any;
|
|
887
|
+
onUpdate?: (e: __esri.SketchUpdateEvent) => any;
|
|
888
|
+
onCreate?: (e: __esri.SketchCreateEvent) => any;
|
|
889
|
+
}, {
|
|
890
|
+
defaultOptions: __esri.SketchProperties;
|
|
891
|
+
position: "bottom-leading" | "bottom-left" | "bottom-right" | "bottom-trailing" | "top-leading" | "top-left" | "top-right" | "top-trailing" | "manual" | __esri.UIAddPosition;
|
|
892
|
+
orphan: boolean;
|
|
893
|
+
modelValue: __esri.Collection<__esri.Graphic> | __esri.Graphic[];
|
|
894
|
+
visibleElements: any;
|
|
895
|
+
multiple: boolean;
|
|
896
|
+
availableCreatureTools: ("point" | "polyline" | "polygon" | "rectangle" | "circle")[];
|
|
897
|
+
modelValueInitFrom: "modelValue" | "layerGraphics";
|
|
898
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
899
|
+
ViewerVue: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
900
|
+
view: {
|
|
901
|
+
type: import("vue").PropType<__esri.MapView>;
|
|
902
|
+
default: any;
|
|
903
|
+
};
|
|
904
|
+
viewComponent: {
|
|
905
|
+
type: import("vue").PropType<any>;
|
|
906
|
+
default: () => import("vue").DefineComponent<{}, {
|
|
907
|
+
readonly VaTdtBasemap: import("vue").DefineComponent<{
|
|
908
|
+
spatialReference: {
|
|
909
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
910
|
+
default: () => {
|
|
911
|
+
wkid: number;
|
|
912
|
+
};
|
|
913
|
+
};
|
|
914
|
+
type: {
|
|
915
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
916
|
+
default: string;
|
|
917
|
+
};
|
|
918
|
+
orphan: {
|
|
919
|
+
type: BooleanConstructor;
|
|
920
|
+
default: boolean;
|
|
921
|
+
};
|
|
922
|
+
anno: {
|
|
923
|
+
type: BooleanConstructor;
|
|
924
|
+
default: boolean;
|
|
925
|
+
};
|
|
926
|
+
thumbnailUrl: {
|
|
927
|
+
type: StringConstructor;
|
|
928
|
+
default: string;
|
|
929
|
+
};
|
|
930
|
+
minScale: {
|
|
931
|
+
type: NumberConstructor;
|
|
932
|
+
default: number;
|
|
933
|
+
};
|
|
934
|
+
maxScale: {
|
|
935
|
+
type: NumberConstructor;
|
|
936
|
+
default: number;
|
|
937
|
+
};
|
|
938
|
+
token: {
|
|
939
|
+
type: StringConstructor;
|
|
940
|
+
default: any;
|
|
941
|
+
};
|
|
942
|
+
webTileLayerOptions: {
|
|
943
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
944
|
+
default: () => __esri.WebTileLayerProperties;
|
|
945
|
+
};
|
|
946
|
+
}, {
|
|
947
|
+
thumbnailUrl: import("vue").ComputedRef<string>;
|
|
948
|
+
annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
949
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
950
|
+
load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
|
|
951
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
952
|
+
spatialReference: {
|
|
953
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
954
|
+
default: () => {
|
|
955
|
+
wkid: number;
|
|
956
|
+
};
|
|
957
|
+
};
|
|
958
|
+
type: {
|
|
959
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
960
|
+
default: string;
|
|
961
|
+
};
|
|
962
|
+
orphan: {
|
|
963
|
+
type: BooleanConstructor;
|
|
964
|
+
default: boolean;
|
|
965
|
+
};
|
|
966
|
+
anno: {
|
|
967
|
+
type: BooleanConstructor;
|
|
968
|
+
default: boolean;
|
|
969
|
+
};
|
|
970
|
+
thumbnailUrl: {
|
|
971
|
+
type: StringConstructor;
|
|
972
|
+
default: string;
|
|
973
|
+
};
|
|
974
|
+
minScale: {
|
|
975
|
+
type: NumberConstructor;
|
|
976
|
+
default: number;
|
|
977
|
+
};
|
|
978
|
+
maxScale: {
|
|
979
|
+
type: NumberConstructor;
|
|
980
|
+
default: number;
|
|
981
|
+
};
|
|
982
|
+
token: {
|
|
983
|
+
type: StringConstructor;
|
|
984
|
+
default: any;
|
|
985
|
+
};
|
|
986
|
+
webTileLayerOptions: {
|
|
987
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
988
|
+
default: () => __esri.WebTileLayerProperties;
|
|
989
|
+
};
|
|
990
|
+
}>> & {
|
|
991
|
+
onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
|
|
992
|
+
}, {
|
|
993
|
+
orphan: boolean;
|
|
994
|
+
type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
|
|
995
|
+
spatialReference: {
|
|
996
|
+
wkid: number;
|
|
997
|
+
};
|
|
998
|
+
thumbnailUrl: string;
|
|
999
|
+
maxScale: number;
|
|
1000
|
+
minScale: number;
|
|
1001
|
+
token: string;
|
|
1002
|
+
anno: boolean;
|
|
1003
|
+
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
1004
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1005
|
+
readonly VaMapView: import("vue").DefineComponent<{
|
|
1006
|
+
defaultOptions: {
|
|
1007
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
1008
|
+
default: () => {};
|
|
1009
|
+
};
|
|
1010
|
+
cursor: {
|
|
1011
|
+
type: StringConstructor;
|
|
1012
|
+
default: string;
|
|
1013
|
+
};
|
|
1014
|
+
}, {
|
|
1015
|
+
viewNode: import("vue").Ref<HTMLDivElement>;
|
|
1016
|
+
eventCursor: import("vue").Ref<string>;
|
|
1017
|
+
cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1018
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1019
|
+
load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
|
|
1020
|
+
'update:cursor': (e: string) => string | true;
|
|
1021
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1022
|
+
defaultOptions: {
|
|
1023
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
1024
|
+
default: () => {};
|
|
1025
|
+
};
|
|
1026
|
+
cursor: {
|
|
1027
|
+
type: StringConstructor;
|
|
1028
|
+
default: string;
|
|
1029
|
+
};
|
|
1030
|
+
}>> & {
|
|
1031
|
+
onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
|
|
1032
|
+
"onUpdate:cursor"?: (e: string) => any;
|
|
1033
|
+
}, {
|
|
1034
|
+
defaultOptions: {};
|
|
1035
|
+
cursor: string;
|
|
1036
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1037
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1038
|
+
};
|
|
1039
|
+
viewComponentAttrs: {
|
|
1040
|
+
type: import("vue").PropType<any>;
|
|
1041
|
+
default: () => {};
|
|
1042
|
+
};
|
|
1043
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1044
|
+
view: {
|
|
1045
|
+
type: import("vue").PropType<__esri.MapView>;
|
|
1046
|
+
default: any;
|
|
1047
|
+
};
|
|
1048
|
+
viewComponent: {
|
|
1049
|
+
type: import("vue").PropType<any>;
|
|
1050
|
+
default: () => import("vue").DefineComponent<{}, {
|
|
1051
|
+
readonly VaTdtBasemap: import("vue").DefineComponent<{
|
|
1052
|
+
spatialReference: {
|
|
1053
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
1054
|
+
default: () => {
|
|
1055
|
+
wkid: number;
|
|
1056
|
+
};
|
|
1057
|
+
};
|
|
1058
|
+
type: {
|
|
1059
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
1060
|
+
default: string;
|
|
1061
|
+
};
|
|
1062
|
+
orphan: {
|
|
1063
|
+
type: BooleanConstructor;
|
|
1064
|
+
default: boolean;
|
|
1065
|
+
};
|
|
1066
|
+
anno: {
|
|
1067
|
+
type: BooleanConstructor;
|
|
1068
|
+
default: boolean;
|
|
1069
|
+
};
|
|
1070
|
+
thumbnailUrl: {
|
|
1071
|
+
type: StringConstructor;
|
|
1072
|
+
default: string;
|
|
1073
|
+
};
|
|
1074
|
+
minScale: {
|
|
1075
|
+
type: NumberConstructor;
|
|
1076
|
+
default: number;
|
|
1077
|
+
};
|
|
1078
|
+
maxScale: {
|
|
1079
|
+
type: NumberConstructor;
|
|
1080
|
+
default: number;
|
|
1081
|
+
};
|
|
1082
|
+
token: {
|
|
1083
|
+
type: StringConstructor;
|
|
1084
|
+
default: any;
|
|
1085
|
+
};
|
|
1086
|
+
webTileLayerOptions: {
|
|
1087
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
1088
|
+
default: () => __esri.WebTileLayerProperties;
|
|
1089
|
+
};
|
|
1090
|
+
}, {
|
|
1091
|
+
thumbnailUrl: import("vue").ComputedRef<string>;
|
|
1092
|
+
annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
1093
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1094
|
+
load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
|
|
1095
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1096
|
+
spatialReference: {
|
|
1097
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
1098
|
+
default: () => {
|
|
1099
|
+
wkid: number;
|
|
1100
|
+
};
|
|
1101
|
+
};
|
|
1102
|
+
type: {
|
|
1103
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
1104
|
+
default: string;
|
|
1105
|
+
};
|
|
1106
|
+
orphan: {
|
|
1107
|
+
type: BooleanConstructor;
|
|
1108
|
+
default: boolean;
|
|
1109
|
+
};
|
|
1110
|
+
anno: {
|
|
1111
|
+
type: BooleanConstructor;
|
|
1112
|
+
default: boolean;
|
|
1113
|
+
};
|
|
1114
|
+
thumbnailUrl: {
|
|
1115
|
+
type: StringConstructor;
|
|
1116
|
+
default: string;
|
|
1117
|
+
};
|
|
1118
|
+
minScale: {
|
|
1119
|
+
type: NumberConstructor;
|
|
1120
|
+
default: number;
|
|
1121
|
+
};
|
|
1122
|
+
maxScale: {
|
|
1123
|
+
type: NumberConstructor;
|
|
1124
|
+
default: number;
|
|
1125
|
+
};
|
|
1126
|
+
token: {
|
|
1127
|
+
type: StringConstructor;
|
|
1128
|
+
default: any;
|
|
1129
|
+
};
|
|
1130
|
+
webTileLayerOptions: {
|
|
1131
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
1132
|
+
default: () => __esri.WebTileLayerProperties;
|
|
1133
|
+
};
|
|
1134
|
+
}>> & {
|
|
1135
|
+
onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
|
|
1136
|
+
}, {
|
|
1137
|
+
orphan: boolean;
|
|
1138
|
+
type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
|
|
1139
|
+
spatialReference: {
|
|
1140
|
+
wkid: number;
|
|
1141
|
+
};
|
|
1142
|
+
thumbnailUrl: string;
|
|
1143
|
+
maxScale: number;
|
|
1144
|
+
minScale: number;
|
|
1145
|
+
token: string;
|
|
1146
|
+
anno: boolean;
|
|
1147
|
+
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
1148
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1149
|
+
readonly VaMapView: import("vue").DefineComponent<{
|
|
1150
|
+
defaultOptions: {
|
|
1151
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
1152
|
+
default: () => {};
|
|
1153
|
+
};
|
|
1154
|
+
cursor: {
|
|
1155
|
+
type: StringConstructor;
|
|
1156
|
+
default: string;
|
|
1157
|
+
};
|
|
1158
|
+
}, {
|
|
1159
|
+
viewNode: import("vue").Ref<HTMLDivElement>;
|
|
1160
|
+
eventCursor: import("vue").Ref<string>;
|
|
1161
|
+
cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1162
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1163
|
+
load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
|
|
1164
|
+
'update:cursor': (e: string) => string | true;
|
|
1165
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1166
|
+
defaultOptions: {
|
|
1167
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
1168
|
+
default: () => {};
|
|
1169
|
+
};
|
|
1170
|
+
cursor: {
|
|
1171
|
+
type: StringConstructor;
|
|
1172
|
+
default: string;
|
|
1173
|
+
};
|
|
1174
|
+
}>> & {
|
|
1175
|
+
onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
|
|
1176
|
+
"onUpdate:cursor"?: (e: string) => any;
|
|
1177
|
+
}, {
|
|
1178
|
+
defaultOptions: {};
|
|
1179
|
+
cursor: string;
|
|
1180
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1181
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1182
|
+
};
|
|
1183
|
+
viewComponentAttrs: {
|
|
1184
|
+
type: import("vue").PropType<any>;
|
|
1185
|
+
default: () => {};
|
|
1186
|
+
};
|
|
1187
|
+
}>> & Readonly<{}>, {
|
|
1188
|
+
viewComponent: any;
|
|
1189
|
+
viewComponentAttrs: any;
|
|
1190
|
+
view: __esri.MapView;
|
|
1191
|
+
}, {}, {
|
|
1192
|
+
VaTdtBasemap: import("vue").DefineComponent<{
|
|
1193
|
+
spatialReference: {
|
|
1194
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
1195
|
+
default: () => {
|
|
1196
|
+
wkid: number;
|
|
1197
|
+
};
|
|
1198
|
+
};
|
|
1199
|
+
type: {
|
|
1200
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
1201
|
+
default: string;
|
|
1202
|
+
};
|
|
1203
|
+
orphan: {
|
|
1204
|
+
type: BooleanConstructor;
|
|
1205
|
+
default: boolean;
|
|
1206
|
+
};
|
|
1207
|
+
anno: {
|
|
1208
|
+
type: BooleanConstructor;
|
|
1209
|
+
default: boolean;
|
|
1210
|
+
};
|
|
1211
|
+
thumbnailUrl: {
|
|
1212
|
+
type: StringConstructor;
|
|
1213
|
+
default: string;
|
|
1214
|
+
};
|
|
1215
|
+
minScale: {
|
|
1216
|
+
type: NumberConstructor;
|
|
1217
|
+
default: number;
|
|
1218
|
+
};
|
|
1219
|
+
maxScale: {
|
|
1220
|
+
type: NumberConstructor;
|
|
1221
|
+
default: number;
|
|
1222
|
+
};
|
|
1223
|
+
token: {
|
|
1224
|
+
type: StringConstructor;
|
|
1225
|
+
default: any;
|
|
1226
|
+
};
|
|
1227
|
+
webTileLayerOptions: {
|
|
1228
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
1229
|
+
default: () => __esri.WebTileLayerProperties;
|
|
1230
|
+
};
|
|
1231
|
+
}, {
|
|
1232
|
+
thumbnailUrl: import("vue").ComputedRef<string>;
|
|
1233
|
+
annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
1234
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1235
|
+
load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
|
|
1236
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1237
|
+
spatialReference: {
|
|
1238
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
1239
|
+
default: () => {
|
|
1240
|
+
wkid: number;
|
|
1241
|
+
};
|
|
1242
|
+
};
|
|
1243
|
+
type: {
|
|
1244
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
1245
|
+
default: string;
|
|
1246
|
+
};
|
|
1247
|
+
orphan: {
|
|
1248
|
+
type: BooleanConstructor;
|
|
1249
|
+
default: boolean;
|
|
1250
|
+
};
|
|
1251
|
+
anno: {
|
|
1252
|
+
type: BooleanConstructor;
|
|
1253
|
+
default: boolean;
|
|
1254
|
+
};
|
|
1255
|
+
thumbnailUrl: {
|
|
1256
|
+
type: StringConstructor;
|
|
1257
|
+
default: string;
|
|
1258
|
+
};
|
|
1259
|
+
minScale: {
|
|
1260
|
+
type: NumberConstructor;
|
|
1261
|
+
default: number;
|
|
1262
|
+
};
|
|
1263
|
+
maxScale: {
|
|
1264
|
+
type: NumberConstructor;
|
|
1265
|
+
default: number;
|
|
1266
|
+
};
|
|
1267
|
+
token: {
|
|
1268
|
+
type: StringConstructor;
|
|
1269
|
+
default: any;
|
|
1270
|
+
};
|
|
1271
|
+
webTileLayerOptions: {
|
|
1272
|
+
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
1273
|
+
default: () => __esri.WebTileLayerProperties;
|
|
1274
|
+
};
|
|
1275
|
+
}>> & {
|
|
1276
|
+
onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
|
|
1277
|
+
}, {
|
|
1278
|
+
orphan: boolean;
|
|
1279
|
+
type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
|
|
1280
|
+
spatialReference: {
|
|
1281
|
+
wkid: number;
|
|
1282
|
+
};
|
|
1283
|
+
thumbnailUrl: string;
|
|
1284
|
+
maxScale: number;
|
|
1285
|
+
minScale: number;
|
|
1286
|
+
token: string;
|
|
1287
|
+
anno: boolean;
|
|
1288
|
+
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
1289
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1290
|
+
VaMapView: import("vue").DefineComponent<{
|
|
1291
|
+
defaultOptions: {
|
|
1292
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
1293
|
+
default: () => {};
|
|
1294
|
+
};
|
|
1295
|
+
cursor: {
|
|
1296
|
+
type: StringConstructor;
|
|
1297
|
+
default: string;
|
|
1298
|
+
};
|
|
1299
|
+
}, {
|
|
1300
|
+
viewNode: import("vue").Ref<HTMLDivElement>;
|
|
1301
|
+
eventCursor: import("vue").Ref<string>;
|
|
1302
|
+
cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1303
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1304
|
+
load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
|
|
1305
|
+
'update:cursor': (e: string) => string | true;
|
|
1306
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1307
|
+
defaultOptions: {
|
|
1308
|
+
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
1309
|
+
default: () => {};
|
|
1310
|
+
};
|
|
1311
|
+
cursor: {
|
|
1312
|
+
type: StringConstructor;
|
|
1313
|
+
default: string;
|
|
1314
|
+
};
|
|
1315
|
+
}>> & {
|
|
1316
|
+
onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
|
|
1317
|
+
"onUpdate:cursor"?: (e: string) => any;
|
|
1318
|
+
}, {
|
|
1319
|
+
defaultOptions: {};
|
|
1320
|
+
cursor: string;
|
|
1321
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1322
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1323
|
+
VkAsyncTeleport: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1324
|
+
to: {
|
|
1325
|
+
type: import("vue").PropType<string | import("vue").RendererElement>;
|
|
1326
|
+
default: any;
|
|
1327
|
+
};
|
|
1328
|
+
sleep: {
|
|
1329
|
+
type: NumberConstructor;
|
|
1330
|
+
default: number;
|
|
1331
|
+
};
|
|
1332
|
+
await: {
|
|
1333
|
+
type: PromiseConstructor;
|
|
1334
|
+
default: any;
|
|
1335
|
+
};
|
|
1336
|
+
teleport: {
|
|
1337
|
+
type: BooleanConstructor;
|
|
1338
|
+
default: boolean;
|
|
1339
|
+
};
|
|
1340
|
+
}>, {
|
|
1341
|
+
ready: import("vue").Ref<boolean, boolean>;
|
|
1342
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1343
|
+
to: {
|
|
1344
|
+
type: import("vue").PropType<string | import("vue").RendererElement>;
|
|
1345
|
+
default: any;
|
|
1346
|
+
};
|
|
1347
|
+
sleep: {
|
|
1348
|
+
type: NumberConstructor;
|
|
1349
|
+
default: number;
|
|
1350
|
+
};
|
|
1351
|
+
await: {
|
|
1352
|
+
type: PromiseConstructor;
|
|
1353
|
+
default: any;
|
|
1354
|
+
};
|
|
1355
|
+
teleport: {
|
|
1356
|
+
type: BooleanConstructor;
|
|
1357
|
+
default: boolean;
|
|
1358
|
+
};
|
|
1359
|
+
}>> & Readonly<{}>, {
|
|
1360
|
+
to: string | import("vue").RendererElement;
|
|
1361
|
+
sleep: number;
|
|
1362
|
+
await: Promise<unknown>;
|
|
1363
|
+
teleport: boolean;
|
|
1364
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1365
|
+
DocumentChecked: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1366
|
+
VaGraphicsLayer: import("vue").DefineComponent<{
|
|
1367
|
+
defaultOptions: {
|
|
1368
|
+
type: import("vue").PropType<__esri.GraphicsLayerProperties>;
|
|
1369
|
+
default: () => {};
|
|
1370
|
+
};
|
|
1371
|
+
graphics: {
|
|
1372
|
+
type: import("vue").PropType<__esri.Graphic[]>;
|
|
1373
|
+
default: () => any[];
|
|
1374
|
+
};
|
|
1375
|
+
maxScale: {
|
|
1376
|
+
type: NumberConstructor;
|
|
1377
|
+
default: number;
|
|
1378
|
+
};
|
|
1379
|
+
minScale: {
|
|
1380
|
+
type: NumberConstructor;
|
|
1381
|
+
default: number;
|
|
1382
|
+
};
|
|
1383
|
+
cursor: {
|
|
1384
|
+
type: StringConstructor;
|
|
1385
|
+
default: string;
|
|
1386
|
+
};
|
|
1387
|
+
title: {
|
|
1388
|
+
type: StringConstructor;
|
|
1389
|
+
default: string;
|
|
1390
|
+
};
|
|
1391
|
+
visible: {
|
|
1392
|
+
type: BooleanConstructor;
|
|
1393
|
+
default: boolean;
|
|
1394
|
+
};
|
|
1395
|
+
opacity: {
|
|
1396
|
+
type: NumberConstructor;
|
|
1397
|
+
default: number;
|
|
1398
|
+
};
|
|
1399
|
+
index: {
|
|
1400
|
+
type: NumberConstructor;
|
|
1401
|
+
default: any;
|
|
1402
|
+
};
|
|
1403
|
+
orphan: {
|
|
1404
|
+
type: BooleanConstructor;
|
|
1405
|
+
default: boolean;
|
|
1406
|
+
};
|
|
1407
|
+
}, {
|
|
1408
|
+
eventsOnEmits: {};
|
|
1409
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1410
|
+
click: (e: import("@vuesri/core/components/graphics-layer/src/types").ClickEvent) => import("@vuesri/core/components/graphics-layer/src/types").ClickEvent;
|
|
1411
|
+
pointerMove: (e: import("@vuesri/core/components/graphics-layer/src/types").PointerMoveEvent) => import("@vuesri/core/components/graphics-layer/src/types").PointerMoveEvent;
|
|
1412
|
+
load: (e: import("@vuesri/core/components/graphics-layer/src/types").LoadEvent) => import("@vuesri/core/components/graphics-layer/src/types").LoadEvent;
|
|
1413
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1414
|
+
defaultOptions: {
|
|
1415
|
+
type: import("vue").PropType<__esri.GraphicsLayerProperties>;
|
|
1416
|
+
default: () => {};
|
|
1417
|
+
};
|
|
1418
|
+
graphics: {
|
|
1419
|
+
type: import("vue").PropType<__esri.Graphic[]>;
|
|
1420
|
+
default: () => any[];
|
|
1421
|
+
};
|
|
1422
|
+
maxScale: {
|
|
1423
|
+
type: NumberConstructor;
|
|
1424
|
+
default: number;
|
|
1425
|
+
};
|
|
1426
|
+
minScale: {
|
|
1427
|
+
type: NumberConstructor;
|
|
1428
|
+
default: number;
|
|
1429
|
+
};
|
|
1430
|
+
cursor: {
|
|
1431
|
+
type: StringConstructor;
|
|
1432
|
+
default: string;
|
|
1433
|
+
};
|
|
1434
|
+
title: {
|
|
1435
|
+
type: StringConstructor;
|
|
1436
|
+
default: string;
|
|
1437
|
+
};
|
|
1438
|
+
visible: {
|
|
1439
|
+
type: BooleanConstructor;
|
|
1440
|
+
default: boolean;
|
|
1441
|
+
};
|
|
1442
|
+
opacity: {
|
|
1443
|
+
type: NumberConstructor;
|
|
1444
|
+
default: number;
|
|
1445
|
+
};
|
|
1446
|
+
index: {
|
|
1447
|
+
type: NumberConstructor;
|
|
1448
|
+
default: any;
|
|
1449
|
+
};
|
|
1450
|
+
orphan: {
|
|
1451
|
+
type: BooleanConstructor;
|
|
1452
|
+
default: boolean;
|
|
1453
|
+
};
|
|
1454
|
+
}>> & {
|
|
1455
|
+
onLoad?: (e: import("@vuesri/core/components/graphics-layer/src/types").LoadEvent) => any;
|
|
1456
|
+
onClick?: (e: import("@vuesri/core/components/graphics-layer/src/types").ClickEvent) => any;
|
|
1457
|
+
onPointerMove?: (e: import("@vuesri/core/components/graphics-layer/src/types").PointerMoveEvent) => any;
|
|
1458
|
+
}, {
|
|
1459
|
+
defaultOptions: {};
|
|
1460
|
+
visible: boolean;
|
|
1461
|
+
orphan: boolean;
|
|
1462
|
+
cursor: string;
|
|
1463
|
+
index: number;
|
|
1464
|
+
opacity: number;
|
|
1465
|
+
title: string;
|
|
1466
|
+
graphics: __esri.Graphic[];
|
|
1467
|
+
maxScale: number;
|
|
1468
|
+
minScale: number;
|
|
1469
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1470
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1471
|
+
export default _default;
|