@vunk/form 2.18.2 → 2.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/_plugin-vue_export-helper.cjs +1 -11
- package/components/api-tables-select/index.cjs +1 -467
- package/components/api-tables-select/index.mjs +56 -413
- package/components/api-tables-select/src/ctx.d.ts +147 -173
- package/components/api-tables-select/src/index.vue.d.ts +390 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +56 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +314 -621
- package/components/card-input-collection/index.cjs +1 -370
- package/components/card-input-collection/index.mjs +175 -277
- package/components/card-input-collection/src/core.vue.d.ts +57 -950
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +49 -112
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +148 -207
- package/components/cascader/src/index.vue.d.ts +335 -525
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -152
- package/components/checkbox/index.mjs +75 -119
- package/components/checkbox/src/ctx.d.ts +46 -69
- package/components/checkbox/src/index.vue.d.ts +445 -1012
- package/components/cloneDeep.cjs +1 -2106
- package/components/color-picker/index.cjs +1 -80
- package/components/color-picker/index.mjs +46 -69
- package/components/color-picker/src/ctx.d.ts +138 -107
- package/components/color-picker/src/index.vue.d.ts +305 -255
- package/components/date-picker/index.cjs +1 -119
- package/components/date-picker/index.mjs +63 -97
- package/components/date-picker/src/ctx.d.ts +131 -206
- package/components/date-picker/src/index.vue.d.ts +287 -1359
- package/components/date-picker/src/types.d.ts +7 -7
- package/components/date-picker-range/index.cjs +1 -177
- package/components/date-picker-range/index.mjs +62 -113
- package/components/date-picker-range/src/ctx.d.ts +139 -207
- package/components/date-picker-range/src/index.vue.d.ts +896 -450
- package/components/debounce.cjs +1 -0
- package/components/dialog/index.cjs +1 -126
- package/components/dialog/index.mjs +65 -99
- package/components/dialog/src/ctx.d.ts +17 -108
- package/components/dialog/src/index.vue.d.ts +77 -1070
- package/components/dialog-input-collection/index.cjs +1 -624
- package/components/dialog-input-collection/index.mjs +276 -498
- package/components/dialog-input-collection/src/ctx.d.ts +20 -50
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +28 -6366
- package/components/dialog-input-collection/src/index.vue.d.ts +66 -7629
- package/components/dialog-input-collection/src/layout.vue.d.ts +16 -72
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +214 -358
- package/components/download-plus/src/ctx.d.ts +20 -50
- package/components/download-plus/src/index.vue.d.ts +434 -1171
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +20 -50
- package/components/editable-text/src/index.vue.d.ts +62 -3257
- package/components/el-slider/index.cjs +1 -0
- package/components/el-slider/index.d.ts +5 -0
- package/components/el-slider/index.mjs +475 -0
- package/components/el-slider/src/button.d.ts +36 -0
- package/components/el-slider/src/button.vue.d.ts +42 -0
- package/components/el-slider/src/composables/index.cjs +1 -0
- package/components/el-slider/src/composables/index.d.ts +6 -0
- package/components/el-slider/src/composables/index.mjs +9 -0
- package/components/el-slider/src/composables/use-lifecycle.d.ts +4 -0
- package/components/el-slider/src/composables/use-marks.d.ts +7 -0
- package/components/el-slider/src/composables/use-slide.d.ts +23 -0
- package/components/el-slider/src/composables/use-slider-button.d.ts +18 -0
- package/components/el-slider/src/composables/use-stops.d.ts +8 -0
- package/components/el-slider/src/composables/use-watch.d.ts +4 -0
- package/components/el-slider/src/constants.d.ts +14 -0
- package/components/el-slider/src/marker.d.ts +37 -0
- package/components/el-slider/src/slider-core.vue.d.ts +219 -0
- package/components/el-slider/src/slider.d.ts +175 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +666 -1289
- package/components/esri-input-geojson/src/append.vue.d.ts +225 -1084
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +62 -158
- package/components/esri-input-geojson/src/default-view.vue.d.ts +12 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +1470 -789
- package/components/esri-input-geojson/src/viewer.vue.d.ts +424 -287
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +62 -77
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +10 -9
- package/components/form/index.cjs +1 -248
- package/components/form/index.mjs +107 -161
- package/components/form/src/ctx.d.ts +15 -64
- package/components/form/src/index.vue.d.ts +360 -2416
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +139 -229
- package/components/form-item/src/core.vue.d.ts +33 -1853
- package/components/form-item/src/ctx.d.ts +17 -47
- package/components/form-item/src/index.vue.d.ts +41 -103
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +102 -162
- package/components/form-item-renderer/src/core.vue.d.ts +12 -11
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +25 -73
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +19 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +4 -3
- package/components/forms-provider/index.cjs +1 -99
- package/components/forms-provider/index.mjs +44 -73
- package/components/forms-provider/src/core.d.ts +3 -2
- package/components/forms-provider/src/index.vue.d.ts +5 -2
- package/components/forms-provider/src/segment.vue.d.ts +12 -8
- package/components/forms-provider/src/view.vue.d.ts +17 -3
- package/components/index.cjs +1 -399
- package/components/index2.cjs +1 -17
- package/components/information/index.cjs +1 -65
- package/components/information/index.mjs +28 -38
- package/components/information/src/ctx.d.ts +2 -2
- package/components/information/src/index.vue.d.ts +7 -6
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +20 -50
- package/components/information-collection/src/index.vue.d.ts +49 -112
- package/components/information-renderer/index.cjs +1 -16
- package/components/information-renderer/index.mjs +9 -10
- package/components/information-tag/index.cjs +1 -101
- package/components/information-tag/index.mjs +44 -54
- package/components/information-tag/src/ctx.d.ts +5 -19
- package/components/information-tag/src/index.vue.d.ts +24 -51
- package/components/information-templates-default/index.cjs +1 -101
- package/components/information-templates-default/index.mjs +63 -73
- package/components/information-templates-default/src/index.vue.d.ts +2 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +50 -151
- package/components/input/src/index.vue.d.ts +389 -947
- package/components/input-array/index.cjs +1 -310
- package/components/input-array/index.mjs +114 -244
- package/components/input-array/src/ctx.d.ts +19 -49
- package/components/input-array/src/form-template.vue.d.ts +2 -901
- package/components/input-array/src/index.vue.d.ts +45 -731
- package/components/input-collection/index.cjs +1 -452
- package/components/input-collection/index.mjs +195 -355
- package/components/input-collection/src/core.vue.d.ts +59 -1019
- package/components/input-collection/src/ctx.d.ts +19 -49
- package/components/input-collection/src/index.vue.d.ts +47 -110
- package/components/input-file/index.cjs +1 -142
- package/components/input-file/index.mjs +68 -100
- package/components/input-file/src/ctx.d.ts +8 -29
- package/components/input-file/src/index.vue.d.ts +447 -76
- package/components/input-file/src/template.vue.d.ts +2 -124
- package/components/input-link/index.cjs +1 -167
- package/components/input-link/index.mjs +60 -83
- package/components/input-link/src/ctx.d.ts +48 -135
- package/components/input-link/src/index.vue.d.ts +835 -312
- package/components/input-number/index.cjs +1 -119
- package/components/input-number/index.mjs +73 -87
- package/components/input-number/src/ctx.d.ts +38 -131
- package/components/input-number/src/index.vue.d.ts +321 -682
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +41 -143
- package/components/input-tag/src/index.vue.d.ts +322 -775
- package/components/isObject.cjs +1 -165
- package/components/monaco-editor/index.cjs +1 -83
- package/components/monaco-editor/index.mjs +40 -59
- package/components/monaco-editor/src/ctx.d.ts +19 -44
- package/components/monaco-editor/src/index.vue.d.ts +212 -111
- package/components/radio/index.cjs +1 -267
- package/components/radio/index.mjs +110 -209
- package/components/radio/src/ctx.d.ts +27 -91
- package/components/radio/src/index.vue.d.ts +299 -1279
- package/components/radio/src/option.vue.d.ts +28 -878
- package/components/radio/src/wraper.vue.d.ts +67 -198
- package/components/renderer-data/index.cjs +1 -41
- package/components/renderer-data/index.mjs +19 -26
- package/components/renderer-data/src/ctx.d.ts +1 -1
- package/components/renderer-data/src/index.vue.d.ts +5 -4
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +446 -1028
- package/components/select/src/ctx.d.ts +60 -215
- package/components/select/src/index.vue.d.ts +318 -593
- package/components/select/src/options.vue.d.ts +4 -3
- package/components/slider/index.cjs +1 -88
- package/components/slider/index.mjs +41 -70
- package/components/slider/src/ctx.d.ts +63 -174
- package/components/slider/src/index.vue.d.ts +154 -419
- package/components/style.css +1 -0
- package/components/switch/index.cjs +1 -88
- package/components/switch/index.mjs +37 -69
- package/components/switch/src/ctx.d.ts +30 -109
- package/components/switch/src/index.vue.d.ts +90 -697
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +101 -172
- package/components/tables-select/src/ctx.d.ts +68 -99
- package/components/tables-select/src/index.vue.d.ts +233 -4988
- package/components/template-instances-provider/index.cjs +1 -31
- package/components/template-instances-provider/index.mjs +18 -22
- package/components/template-instances-provider/src/index.vue.d.ts +5 -4
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +2 -2
- package/components/templates-default/src/index.vue.d.ts +7337 -145
- package/components/templates-element-plus/index.cjs +1 -112
- package/components/templates-element-plus/index.mjs +49 -91
- package/components/templates-element-plus/src/ctx.d.ts +1 -1
- package/components/templates-element-plus/src/index.vue.d.ts +59 -251
- package/components/templates-esri/index.cjs +1 -65
- package/components/templates-esri/index.mjs +29 -39
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/index.vue.d.ts +2184 -25
- package/components/templates-layout/index.cjs +1 -137
- package/components/templates-layout/index.mjs +78 -116
- package/components/templates-layout/src/ctx.d.ts +1 -1
- package/components/templates-layout/src/index.vue.d.ts +73 -404
- package/components/templates-variant/index.cjs +1 -70
- package/components/templates-variant/index.mjs +33 -43
- package/components/templates-variant/src/ctx.d.ts +1 -1
- package/components/templates-variant/src/index.vue.d.ts +1272 -25
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +130 -212
- package/components/time-picker/src/index.vue.d.ts +283 -1371
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +106 -191
- package/components/upload/src/file.vue.d.ts +168 -745
- package/components/upload/src/index.vue.d.ts +647 -1888
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +233 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4566 -18366
- package/components/upload-plus/src/api.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +21 -51
- package/components/upload-plus/src/index.vue.d.ts +53 -1657
- package/components/use-watch.cjs +1 -0
- package/components/van-cascader/index.cjs +1 -125
- package/components/van-cascader/index.mjs +51 -96
- package/components/van-cascader/src/ctx.d.ts +143 -203
- package/components/van-cascader/src/index.vue.d.ts +332 -988
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +173 -254
- package/components/var-datetime-picker/src/ctx.d.ts +18 -48
- package/components/var-datetime-picker/src/index.vue.d.ts +628 -1090
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +15 -45
- package/components/vditor/src/index.vue.d.ts +195 -120
- package/composables/element-plus/index.cjs +1 -23
- package/composables/element-plus/index.mjs +14 -18
- package/composables/index.cjs +1 -161
- package/composables/index.d.ts +1 -0
- package/composables/index.mjs +100 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- package/composables/useTemplateInstances.d.ts +3 -3
- package/index.css +1 -562
- package/index.d.ts +0 -3
- package/index.esm.js +23 -48
- package/locale/index.cjs +1 -102
- package/locale/index.mjs +34 -34
- package/locale/lang/index.cjs +1 -2
- package/locale/lang/index.d.ts +1 -0
- package/package.json +14 -85
- package/shared/const/index.cjs +1 -59
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.mjs +18 -20
- package/shared/element-plus/ctx.d.ts +40 -37
- package/shared/element-plus/index.cjs +1 -211
- package/shared/element-plus/index.mjs +93 -161
- package/shared/element-plus/instances.d.ts +224 -321
- package/shared/form/index.cjs +1 -33
- package/shared/form/index.mjs +23 -25
- package/shared/helper/index.cjs +1 -11
- package/shared/helper/index.mjs +7 -8
- package/shared/index.cjs +1 -8
- package/shared/index.mjs +5 -1
- package/shared/infer-prop/index.cjs +1 -36
- package/shared/infer-prop/index.mjs +22 -28
- package/shared/progress-it/index.cjs +1 -42
- package/shared/progress-it/index.mjs +15 -31
- package/shared/rules/index.cjs +1 -56
- package/shared/rules/index.mjs +19 -18
- package/shared/types/form/index.cjs +1 -2
- package/shared/types/index.cjs +1 -2
- package/shared/types/source/index.cjs +1 -2
- package/shared/types/source-manager/index.cjs +1 -2
- package/shared/upload/index.cjs +1 -774
- package/shared/upload/index.mjs +180 -764
- package/component.d.ts +0 -3
- package/components/_plugin-vue_export-helper.mjs +0 -9
- package/components/card-input-collection/index.css +0 -21
- package/components/cascader/index.css +0 -9
- package/components/checkbox/index.css +0 -30
- package/components/cloneDeep.mjs +0 -2104
- package/components/date-picker-range/index.css +0 -18
- package/components/dialog-input-collection/index.css +0 -21
- package/components/download-plus/index.css +0 -68
- package/components/editable-text/index.css +0 -9
- package/components/esri-input-geojson/index.css +0 -32
- package/components/fieldset/index.css +0 -5
- package/components/form-item/index.css +0 -35
- package/components/index.mjs +0 -378
- package/components/index2.mjs +0 -14
- package/components/information-tag/index.css +0 -6
- package/components/information-templates-default/index.css +0 -16
- package/components/input-array/index.css +0 -14
- package/components/input-collection/index.css +0 -20
- package/components/input-link/index.css +0 -4
- package/components/input-number/index.css +0 -13
- package/components/isObject.mjs +0 -158
- package/components/monaco-editor/index.css +0 -4
- package/components/radio/index.css +0 -40
- package/components/select/index.css +0 -15
- package/components/switch/index.css +0 -10
- package/components/tables-select/index.css +0 -3
- package/components/templates-layout/index.css +0 -3
- package/components/upload/index.css +0 -34
- package/components/upload-plus/index.css +0 -84
- package/components/van-cascader/index.css +0 -6
- package/components/var-datetime-picker/index.css +0 -17
- package/defaults.d.ts +0 -5
|
@@ -1,144 +1,31 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import MapView from '@arcgis/core/views/MapView';
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
4
|
+
export default _default;
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
6
|
view: {
|
|
5
7
|
type: PropType<__esri.MapView>;
|
|
6
|
-
default:
|
|
8
|
+
default: undefined;
|
|
7
9
|
};
|
|
8
10
|
viewComponent: {
|
|
9
11
|
type: PropType<any>;
|
|
10
|
-
default: () =>
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
thumbnailUrl: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
minScale: {
|
|
35
|
-
type: NumberConstructor;
|
|
36
|
-
default: number;
|
|
37
|
-
};
|
|
38
|
-
maxScale: {
|
|
39
|
-
type: NumberConstructor;
|
|
40
|
-
default: number;
|
|
41
|
-
};
|
|
42
|
-
token: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: any;
|
|
45
|
-
};
|
|
46
|
-
webTileLayerOptions: {
|
|
47
|
-
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
48
|
-
default: () => __esri.WebTileLayerProperties;
|
|
49
|
-
};
|
|
50
|
-
}, {
|
|
51
|
-
thumbnailUrl: import("vue").ComputedRef<string>;
|
|
52
|
-
annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
53
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
54
|
-
load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
|
|
55
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
|
-
spatialReference: {
|
|
57
|
-
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
58
|
-
default: () => {
|
|
59
|
-
wkid: number;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
type: {
|
|
63
|
-
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
64
|
-
default: string;
|
|
65
|
-
};
|
|
66
|
-
orphan: {
|
|
67
|
-
type: BooleanConstructor;
|
|
68
|
-
default: boolean;
|
|
69
|
-
};
|
|
70
|
-
anno: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
thumbnailUrl: {
|
|
75
|
-
type: StringConstructor;
|
|
76
|
-
default: string;
|
|
77
|
-
};
|
|
78
|
-
minScale: {
|
|
79
|
-
type: NumberConstructor;
|
|
80
|
-
default: number;
|
|
81
|
-
};
|
|
82
|
-
maxScale: {
|
|
83
|
-
type: NumberConstructor;
|
|
84
|
-
default: number;
|
|
85
|
-
};
|
|
86
|
-
token: {
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
default: any;
|
|
89
|
-
};
|
|
90
|
-
webTileLayerOptions: {
|
|
91
|
-
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
92
|
-
default: () => __esri.WebTileLayerProperties;
|
|
93
|
-
};
|
|
94
|
-
}>> & {
|
|
95
|
-
onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
|
|
96
|
-
}, {
|
|
97
|
-
orphan: boolean;
|
|
98
|
-
type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
|
|
99
|
-
spatialReference: {
|
|
100
|
-
wkid: number;
|
|
101
|
-
};
|
|
102
|
-
thumbnailUrl: string;
|
|
103
|
-
maxScale: number;
|
|
104
|
-
minScale: number;
|
|
105
|
-
token: string;
|
|
106
|
-
anno: boolean;
|
|
107
|
-
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
108
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
109
|
-
readonly VaMapView: import("vue").DefineComponent<{
|
|
110
|
-
defaultOptions: {
|
|
111
|
-
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
112
|
-
default: () => {};
|
|
113
|
-
};
|
|
114
|
-
cursor: {
|
|
115
|
-
type: StringConstructor;
|
|
116
|
-
default: string;
|
|
117
|
-
};
|
|
118
|
-
}, {
|
|
119
|
-
viewNode: import("vue").Ref<HTMLDivElement>;
|
|
120
|
-
eventCursor: import("vue").Ref<string>;
|
|
121
|
-
cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
122
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
123
|
-
load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
|
|
124
|
-
'update:cursor': (e: string) => string | true;
|
|
125
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
126
|
-
defaultOptions: {
|
|
127
|
-
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
128
|
-
default: () => {};
|
|
129
|
-
};
|
|
130
|
-
cursor: {
|
|
131
|
-
type: StringConstructor;
|
|
132
|
-
default: string;
|
|
133
|
-
};
|
|
134
|
-
}>> & {
|
|
135
|
-
onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
|
|
136
|
-
"onUpdate:cursor"?: (e: string) => any;
|
|
137
|
-
}, {
|
|
138
|
-
defaultOptions: {};
|
|
139
|
-
cursor: string;
|
|
140
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
141
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
default: () => {
|
|
13
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
14
|
+
P: {};
|
|
15
|
+
B: {};
|
|
16
|
+
D: {};
|
|
17
|
+
C: {};
|
|
18
|
+
M: {};
|
|
19
|
+
Defaults: {};
|
|
20
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
21
|
+
__isFragment?: never;
|
|
22
|
+
__isTeleport?: never;
|
|
23
|
+
__isSuspense?: never;
|
|
24
|
+
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
25
|
+
$slots: {
|
|
26
|
+
default?: (props: {}) => any;
|
|
27
|
+
};
|
|
28
|
+
});
|
|
142
29
|
};
|
|
143
30
|
viewComponentAttrs: {
|
|
144
31
|
type: PropType<any>;
|
|
@@ -147,153 +34,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
147
34
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
148
35
|
view: {
|
|
149
36
|
type: PropType<__esri.MapView>;
|
|
150
|
-
default:
|
|
37
|
+
default: undefined;
|
|
151
38
|
};
|
|
152
39
|
viewComponent: {
|
|
153
40
|
type: PropType<any>;
|
|
154
|
-
default: () =>
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
};
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
type: BooleanConstructor;
|
|
172
|
-
default: boolean;
|
|
173
|
-
};
|
|
174
|
-
thumbnailUrl: {
|
|
175
|
-
type: StringConstructor;
|
|
176
|
-
default: string;
|
|
177
|
-
};
|
|
178
|
-
minScale: {
|
|
179
|
-
type: NumberConstructor;
|
|
180
|
-
default: number;
|
|
181
|
-
};
|
|
182
|
-
maxScale: {
|
|
183
|
-
type: NumberConstructor;
|
|
184
|
-
default: number;
|
|
185
|
-
};
|
|
186
|
-
token: {
|
|
187
|
-
type: StringConstructor;
|
|
188
|
-
default: any;
|
|
189
|
-
};
|
|
190
|
-
webTileLayerOptions: {
|
|
191
|
-
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
192
|
-
default: () => __esri.WebTileLayerProperties;
|
|
193
|
-
};
|
|
194
|
-
}, {
|
|
195
|
-
thumbnailUrl: import("vue").ComputedRef<string>;
|
|
196
|
-
annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
197
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
198
|
-
load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
|
|
199
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
200
|
-
spatialReference: {
|
|
201
|
-
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
202
|
-
default: () => {
|
|
203
|
-
wkid: number;
|
|
204
|
-
};
|
|
205
|
-
};
|
|
206
|
-
type: {
|
|
207
|
-
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w">;
|
|
208
|
-
default: string;
|
|
209
|
-
};
|
|
210
|
-
orphan: {
|
|
211
|
-
type: BooleanConstructor;
|
|
212
|
-
default: boolean;
|
|
213
|
-
};
|
|
214
|
-
anno: {
|
|
215
|
-
type: BooleanConstructor;
|
|
216
|
-
default: boolean;
|
|
217
|
-
};
|
|
218
|
-
thumbnailUrl: {
|
|
219
|
-
type: StringConstructor;
|
|
220
|
-
default: string;
|
|
221
|
-
};
|
|
222
|
-
minScale: {
|
|
223
|
-
type: NumberConstructor;
|
|
224
|
-
default: number;
|
|
225
|
-
};
|
|
226
|
-
maxScale: {
|
|
227
|
-
type: NumberConstructor;
|
|
228
|
-
default: number;
|
|
229
|
-
};
|
|
230
|
-
token: {
|
|
231
|
-
type: StringConstructor;
|
|
232
|
-
default: any;
|
|
233
|
-
};
|
|
234
|
-
webTileLayerOptions: {
|
|
235
|
-
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
236
|
-
default: () => __esri.WebTileLayerProperties;
|
|
237
|
-
};
|
|
238
|
-
}>> & {
|
|
239
|
-
onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
|
|
240
|
-
}, {
|
|
241
|
-
orphan: boolean;
|
|
242
|
-
type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
|
|
243
|
-
spatialReference: {
|
|
244
|
-
wkid: number;
|
|
245
|
-
};
|
|
246
|
-
thumbnailUrl: string;
|
|
247
|
-
maxScale: number;
|
|
248
|
-
minScale: number;
|
|
249
|
-
token: string;
|
|
250
|
-
anno: boolean;
|
|
251
|
-
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
252
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
253
|
-
readonly VaMapView: import("vue").DefineComponent<{
|
|
254
|
-
defaultOptions: {
|
|
255
|
-
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
256
|
-
default: () => {};
|
|
257
|
-
};
|
|
258
|
-
cursor: {
|
|
259
|
-
type: StringConstructor;
|
|
260
|
-
default: string;
|
|
261
|
-
};
|
|
262
|
-
}, {
|
|
263
|
-
viewNode: import("vue").Ref<HTMLDivElement>;
|
|
264
|
-
eventCursor: import("vue").Ref<string>;
|
|
265
|
-
cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
266
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
267
|
-
load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
|
|
268
|
-
'update:cursor': (e: string) => string | true;
|
|
269
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
270
|
-
defaultOptions: {
|
|
271
|
-
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
272
|
-
default: () => {};
|
|
273
|
-
};
|
|
274
|
-
cursor: {
|
|
275
|
-
type: StringConstructor;
|
|
276
|
-
default: string;
|
|
277
|
-
};
|
|
278
|
-
}>> & {
|
|
279
|
-
onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
|
|
280
|
-
"onUpdate:cursor"?: (e: string) => any;
|
|
281
|
-
}, {
|
|
282
|
-
defaultOptions: {};
|
|
283
|
-
cursor: string;
|
|
284
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
285
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
default: () => {
|
|
42
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
43
|
+
P: {};
|
|
44
|
+
B: {};
|
|
45
|
+
D: {};
|
|
46
|
+
C: {};
|
|
47
|
+
M: {};
|
|
48
|
+
Defaults: {};
|
|
49
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
50
|
+
__isFragment?: never;
|
|
51
|
+
__isTeleport?: never;
|
|
52
|
+
__isSuspense?: never;
|
|
53
|
+
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
54
|
+
$slots: {
|
|
55
|
+
default?: (props: {}) => any;
|
|
56
|
+
};
|
|
57
|
+
});
|
|
286
58
|
};
|
|
287
59
|
viewComponentAttrs: {
|
|
288
60
|
type: PropType<any>;
|
|
289
61
|
default: () => {};
|
|
290
62
|
};
|
|
291
63
|
}>> & Readonly<{}>, {
|
|
64
|
+
view: MapView;
|
|
292
65
|
viewComponent: any;
|
|
293
66
|
viewComponentAttrs: any;
|
|
294
|
-
view: MapView;
|
|
295
67
|
}, {}, {
|
|
296
|
-
VaTdtBasemap: import("vue").DefineComponent<{
|
|
68
|
+
VaTdtBasemap: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
297
69
|
spatialReference: {
|
|
298
70
|
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
299
71
|
default: () => {
|
|
@@ -332,10 +104,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
332
104
|
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
333
105
|
default: () => __esri.WebTileLayerProperties;
|
|
334
106
|
};
|
|
335
|
-
|
|
107
|
+
keepAlive: {
|
|
108
|
+
type: BooleanConstructor;
|
|
109
|
+
default: boolean;
|
|
110
|
+
};
|
|
111
|
+
baseUrlTemplate: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
}>, {
|
|
336
116
|
thumbnailUrl: import("vue").ComputedRef<string>;
|
|
337
117
|
annoType: import("vue").ComputedRef<"cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
338
|
-
},
|
|
118
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
339
119
|
load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
|
|
340
120
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
341
121
|
spatialReference: {
|
|
@@ -376,22 +156,361 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
376
156
|
type: import("vue").PropType<__esri.WebTileLayerProperties>;
|
|
377
157
|
default: () => __esri.WebTileLayerProperties;
|
|
378
158
|
};
|
|
379
|
-
|
|
159
|
+
keepAlive: {
|
|
160
|
+
type: BooleanConstructor;
|
|
161
|
+
default: boolean;
|
|
162
|
+
};
|
|
163
|
+
baseUrlTemplate: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
default: string;
|
|
166
|
+
};
|
|
167
|
+
}>> & Readonly<{
|
|
380
168
|
onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
|
|
381
|
-
}
|
|
169
|
+
}>, {
|
|
382
170
|
orphan: boolean;
|
|
383
171
|
type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w";
|
|
384
|
-
spatialReference:
|
|
385
|
-
wkid: number;
|
|
386
|
-
};
|
|
172
|
+
spatialReference: __esri.SpatialReferenceProperties;
|
|
387
173
|
thumbnailUrl: string;
|
|
388
174
|
maxScale: number;
|
|
389
175
|
minScale: number;
|
|
176
|
+
keepAlive: boolean;
|
|
390
177
|
token: string;
|
|
178
|
+
baseUrlTemplate: string;
|
|
391
179
|
anno: boolean;
|
|
392
180
|
webTileLayerOptions: __esri.WebTileLayerProperties;
|
|
393
|
-
}, {}, {
|
|
394
|
-
|
|
181
|
+
}, {}, {
|
|
182
|
+
VaBasemap: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
183
|
+
baseLayers: {
|
|
184
|
+
type: import("vue").PropType<__esri.CollectionProperties<__esri.LayerProperties>>;
|
|
185
|
+
default: () => any[];
|
|
186
|
+
};
|
|
187
|
+
spatialReference: {
|
|
188
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
189
|
+
default: any;
|
|
190
|
+
};
|
|
191
|
+
orphan: {
|
|
192
|
+
type: BooleanConstructor;
|
|
193
|
+
default: boolean;
|
|
194
|
+
};
|
|
195
|
+
defaultOptions: {
|
|
196
|
+
type: import("vue").PropType<__esri.BasemapProperties>;
|
|
197
|
+
default: () => {};
|
|
198
|
+
};
|
|
199
|
+
thumbnailUrl: {
|
|
200
|
+
type: StringConstructor;
|
|
201
|
+
default: string;
|
|
202
|
+
};
|
|
203
|
+
keepAlive: {
|
|
204
|
+
type: BooleanConstructor;
|
|
205
|
+
default: boolean;
|
|
206
|
+
};
|
|
207
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
208
|
+
[key: string]: any;
|
|
209
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
210
|
+
load: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => import("@vuesri/core/components/basemap/src/types").LoadEvent;
|
|
211
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
212
|
+
baseLayers: {
|
|
213
|
+
type: import("vue").PropType<__esri.CollectionProperties<__esri.LayerProperties>>;
|
|
214
|
+
default: () => any[];
|
|
215
|
+
};
|
|
216
|
+
spatialReference: {
|
|
217
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
218
|
+
default: any;
|
|
219
|
+
};
|
|
220
|
+
orphan: {
|
|
221
|
+
type: BooleanConstructor;
|
|
222
|
+
default: boolean;
|
|
223
|
+
};
|
|
224
|
+
defaultOptions: {
|
|
225
|
+
type: import("vue").PropType<__esri.BasemapProperties>;
|
|
226
|
+
default: () => {};
|
|
227
|
+
};
|
|
228
|
+
thumbnailUrl: {
|
|
229
|
+
type: StringConstructor;
|
|
230
|
+
default: string;
|
|
231
|
+
};
|
|
232
|
+
keepAlive: {
|
|
233
|
+
type: BooleanConstructor;
|
|
234
|
+
default: boolean;
|
|
235
|
+
};
|
|
236
|
+
}>> & Readonly<{
|
|
237
|
+
onLoad?: (e: import("@vuesri/core/components/basemap/src/types").LoadEvent) => any;
|
|
238
|
+
}>, {
|
|
239
|
+
defaultOptions: __esri.BasemapProperties;
|
|
240
|
+
orphan: boolean;
|
|
241
|
+
spatialReference: __esri.SpatialReferenceProperties;
|
|
242
|
+
baseLayers: __esri.CollectionProperties<__esri.LayerProperties>;
|
|
243
|
+
thumbnailUrl: string;
|
|
244
|
+
keepAlive: boolean;
|
|
245
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
246
|
+
VaBasemapBaseLayers: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
247
|
+
keepAlive: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
251
|
+
index: {
|
|
252
|
+
type: NumberConstructor;
|
|
253
|
+
default: any;
|
|
254
|
+
};
|
|
255
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
256
|
+
keepAlive: {
|
|
257
|
+
type: BooleanConstructor;
|
|
258
|
+
default: boolean;
|
|
259
|
+
};
|
|
260
|
+
index: {
|
|
261
|
+
type: NumberConstructor;
|
|
262
|
+
default: any;
|
|
263
|
+
};
|
|
264
|
+
}>> & Readonly<{}>, {
|
|
265
|
+
index: number;
|
|
266
|
+
keepAlive: boolean;
|
|
267
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
268
|
+
VaTdtWebTileLayer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
269
|
+
type: {
|
|
270
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w" | "cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
271
|
+
default: string;
|
|
272
|
+
};
|
|
273
|
+
spatialReference: {
|
|
274
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
275
|
+
default: () => {
|
|
276
|
+
wkid: number;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
token: {
|
|
280
|
+
type: StringConstructor;
|
|
281
|
+
default: string;
|
|
282
|
+
};
|
|
283
|
+
minScale: {
|
|
284
|
+
type: NumberConstructor;
|
|
285
|
+
default: number;
|
|
286
|
+
};
|
|
287
|
+
maxScale: {
|
|
288
|
+
type: NumberConstructor;
|
|
289
|
+
default: number;
|
|
290
|
+
};
|
|
291
|
+
tileInfoVersion: {
|
|
292
|
+
type: NumberConstructor;
|
|
293
|
+
default: number;
|
|
294
|
+
};
|
|
295
|
+
baseUrlTemplate: {
|
|
296
|
+
type: StringConstructor;
|
|
297
|
+
default: string;
|
|
298
|
+
};
|
|
299
|
+
defaultOptions: {
|
|
300
|
+
type: import("vue").PropType<import("@vuesri/core/components/web-tile-layer/src/types").DefaultOptions>;
|
|
301
|
+
default: () => {};
|
|
302
|
+
};
|
|
303
|
+
cursor: {
|
|
304
|
+
type: StringConstructor;
|
|
305
|
+
default: string;
|
|
306
|
+
};
|
|
307
|
+
title: {
|
|
308
|
+
type: StringConstructor;
|
|
309
|
+
default: string;
|
|
310
|
+
};
|
|
311
|
+
visible: {
|
|
312
|
+
type: BooleanConstructor;
|
|
313
|
+
default: boolean;
|
|
314
|
+
};
|
|
315
|
+
opacity: {
|
|
316
|
+
type: NumberConstructor;
|
|
317
|
+
default: any;
|
|
318
|
+
};
|
|
319
|
+
index: {
|
|
320
|
+
type: NumberConstructor;
|
|
321
|
+
default: any;
|
|
322
|
+
};
|
|
323
|
+
orphan: {
|
|
324
|
+
type: BooleanConstructor;
|
|
325
|
+
default: boolean;
|
|
326
|
+
};
|
|
327
|
+
}>, {
|
|
328
|
+
defaultOptions: import("vue").ComputedRef<import("@vuesri/core/components/web-tile-layer/src/types").DefaultOptions>;
|
|
329
|
+
coreProps: import("vue").ComputedRef<{
|
|
330
|
+
visible: boolean;
|
|
331
|
+
orphan: boolean;
|
|
332
|
+
index: number;
|
|
333
|
+
cursor: string;
|
|
334
|
+
title: string;
|
|
335
|
+
maxScale: number;
|
|
336
|
+
minScale: number;
|
|
337
|
+
opacity: number;
|
|
338
|
+
}>;
|
|
339
|
+
coreEmits: {};
|
|
340
|
+
ready: import("vue").Ref<boolean, boolean>;
|
|
341
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
342
|
+
load: (e: import("@vuesri/core/components/web-tile-layer/src/types").LoadEvent) => import("@vuesri/core/components/web-tile-layer/src/types").LoadEvent;
|
|
343
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
344
|
+
type: {
|
|
345
|
+
type: import("vue").PropType<"img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w" | "cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w">;
|
|
346
|
+
default: string;
|
|
347
|
+
};
|
|
348
|
+
spatialReference: {
|
|
349
|
+
type: import("vue").PropType<__esri.SpatialReferenceProperties>;
|
|
350
|
+
default: () => {
|
|
351
|
+
wkid: number;
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
token: {
|
|
355
|
+
type: StringConstructor;
|
|
356
|
+
default: string;
|
|
357
|
+
};
|
|
358
|
+
minScale: {
|
|
359
|
+
type: NumberConstructor;
|
|
360
|
+
default: number;
|
|
361
|
+
};
|
|
362
|
+
maxScale: {
|
|
363
|
+
type: NumberConstructor;
|
|
364
|
+
default: number;
|
|
365
|
+
};
|
|
366
|
+
tileInfoVersion: {
|
|
367
|
+
type: NumberConstructor;
|
|
368
|
+
default: number;
|
|
369
|
+
};
|
|
370
|
+
baseUrlTemplate: {
|
|
371
|
+
type: StringConstructor;
|
|
372
|
+
default: string;
|
|
373
|
+
};
|
|
374
|
+
defaultOptions: {
|
|
375
|
+
type: import("vue").PropType<import("@vuesri/core/components/web-tile-layer/src/types").DefaultOptions>;
|
|
376
|
+
default: () => {};
|
|
377
|
+
};
|
|
378
|
+
cursor: {
|
|
379
|
+
type: StringConstructor;
|
|
380
|
+
default: string;
|
|
381
|
+
};
|
|
382
|
+
title: {
|
|
383
|
+
type: StringConstructor;
|
|
384
|
+
default: string;
|
|
385
|
+
};
|
|
386
|
+
visible: {
|
|
387
|
+
type: BooleanConstructor;
|
|
388
|
+
default: boolean;
|
|
389
|
+
};
|
|
390
|
+
opacity: {
|
|
391
|
+
type: NumberConstructor;
|
|
392
|
+
default: any;
|
|
393
|
+
};
|
|
394
|
+
index: {
|
|
395
|
+
type: NumberConstructor;
|
|
396
|
+
default: any;
|
|
397
|
+
};
|
|
398
|
+
orphan: {
|
|
399
|
+
type: BooleanConstructor;
|
|
400
|
+
default: boolean;
|
|
401
|
+
};
|
|
402
|
+
}>> & Readonly<{
|
|
403
|
+
onLoad?: (e: import("@vuesri/core/components/web-tile-layer/src/types").LoadEvent) => any;
|
|
404
|
+
}>, {
|
|
405
|
+
defaultOptions: import("@vuesri/core/components/web-tile-layer/src/types").DefaultOptions;
|
|
406
|
+
visible: boolean;
|
|
407
|
+
orphan: boolean;
|
|
408
|
+
type: "img_c" | "vec_c" | "ter_c" | "img_w" | "vec_w" | "ter_w" | "cia_c" | "cva_c" | "cta_c" | "cia_w" | "cva_w" | "cta_w";
|
|
409
|
+
index: number;
|
|
410
|
+
cursor: string;
|
|
411
|
+
spatialReference: __esri.SpatialReferenceProperties;
|
|
412
|
+
title: string;
|
|
413
|
+
maxScale: number;
|
|
414
|
+
minScale: number;
|
|
415
|
+
opacity: number;
|
|
416
|
+
token: string;
|
|
417
|
+
tileInfoVersion: number;
|
|
418
|
+
baseUrlTemplate: string;
|
|
419
|
+
}, {}, {
|
|
420
|
+
VaWebTileLayer: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
421
|
+
defaultOptions: {
|
|
422
|
+
type: import("vue").PropType<import("@vuesri/core/components/web-tile-layer/src/types").DefaultOptions>;
|
|
423
|
+
default: () => {};
|
|
424
|
+
};
|
|
425
|
+
maxScale: {
|
|
426
|
+
type: NumberConstructor;
|
|
427
|
+
default: number;
|
|
428
|
+
};
|
|
429
|
+
minScale: {
|
|
430
|
+
type: NumberConstructor;
|
|
431
|
+
default: number;
|
|
432
|
+
};
|
|
433
|
+
cursor: {
|
|
434
|
+
type: StringConstructor;
|
|
435
|
+
default: string;
|
|
436
|
+
};
|
|
437
|
+
title: {
|
|
438
|
+
type: StringConstructor;
|
|
439
|
+
default: string;
|
|
440
|
+
};
|
|
441
|
+
visible: {
|
|
442
|
+
type: BooleanConstructor;
|
|
443
|
+
default: boolean;
|
|
444
|
+
};
|
|
445
|
+
opacity: {
|
|
446
|
+
type: NumberConstructor;
|
|
447
|
+
default: any;
|
|
448
|
+
};
|
|
449
|
+
index: {
|
|
450
|
+
type: NumberConstructor;
|
|
451
|
+
default: any;
|
|
452
|
+
};
|
|
453
|
+
orphan: {
|
|
454
|
+
type: BooleanConstructor;
|
|
455
|
+
default: boolean;
|
|
456
|
+
};
|
|
457
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
458
|
+
[key: string]: any;
|
|
459
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
460
|
+
load: (e: import("@vuesri/core/components/web-tile-layer/src/types").LoadEvent) => import("@vuesri/core/components/web-tile-layer/src/types").LoadEvent;
|
|
461
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
462
|
+
defaultOptions: {
|
|
463
|
+
type: import("vue").PropType<import("@vuesri/core/components/web-tile-layer/src/types").DefaultOptions>;
|
|
464
|
+
default: () => {};
|
|
465
|
+
};
|
|
466
|
+
maxScale: {
|
|
467
|
+
type: NumberConstructor;
|
|
468
|
+
default: number;
|
|
469
|
+
};
|
|
470
|
+
minScale: {
|
|
471
|
+
type: NumberConstructor;
|
|
472
|
+
default: number;
|
|
473
|
+
};
|
|
474
|
+
cursor: {
|
|
475
|
+
type: StringConstructor;
|
|
476
|
+
default: string;
|
|
477
|
+
};
|
|
478
|
+
title: {
|
|
479
|
+
type: StringConstructor;
|
|
480
|
+
default: string;
|
|
481
|
+
};
|
|
482
|
+
visible: {
|
|
483
|
+
type: BooleanConstructor;
|
|
484
|
+
default: boolean;
|
|
485
|
+
};
|
|
486
|
+
opacity: {
|
|
487
|
+
type: NumberConstructor;
|
|
488
|
+
default: any;
|
|
489
|
+
};
|
|
490
|
+
index: {
|
|
491
|
+
type: NumberConstructor;
|
|
492
|
+
default: any;
|
|
493
|
+
};
|
|
494
|
+
orphan: {
|
|
495
|
+
type: BooleanConstructor;
|
|
496
|
+
default: boolean;
|
|
497
|
+
};
|
|
498
|
+
}>> & Readonly<{
|
|
499
|
+
onLoad?: (e: import("@vuesri/core/components/web-tile-layer/src/types").LoadEvent) => any;
|
|
500
|
+
}>, {
|
|
501
|
+
defaultOptions: import("@vuesri/core/components/web-tile-layer/src/types").DefaultOptions;
|
|
502
|
+
visible: boolean;
|
|
503
|
+
orphan: boolean;
|
|
504
|
+
index: number;
|
|
505
|
+
cursor: string;
|
|
506
|
+
title: string;
|
|
507
|
+
maxScale: number;
|
|
508
|
+
minScale: number;
|
|
509
|
+
opacity: number;
|
|
510
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
511
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
512
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
513
|
+
VaMapView: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
395
514
|
defaultOptions: {
|
|
396
515
|
type: import("vue").PropType<__esri.MapViewProperties>;
|
|
397
516
|
default: () => {};
|
|
@@ -400,11 +519,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
400
519
|
type: StringConstructor;
|
|
401
520
|
default: string;
|
|
402
521
|
};
|
|
403
|
-
}
|
|
404
|
-
viewNode: import("vue").Ref<HTMLDivElement>;
|
|
405
|
-
eventCursor: import("vue").Ref<string>;
|
|
522
|
+
}>, {
|
|
523
|
+
viewNode: import("vue").Ref<HTMLDivElement, HTMLDivElement>;
|
|
524
|
+
eventCursor: import("vue").Ref<string, string>;
|
|
406
525
|
cursorStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
407
|
-
},
|
|
526
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
408
527
|
load: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => import("@vuesri/core/components/map-view/src/types").LoadEvent;
|
|
409
528
|
'update:cursor': (e: string) => string | true;
|
|
410
529
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -416,12 +535,30 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
416
535
|
type: StringConstructor;
|
|
417
536
|
default: string;
|
|
418
537
|
};
|
|
419
|
-
}>> & {
|
|
538
|
+
}>> & Readonly<{
|
|
420
539
|
onLoad?: (e: import("@vuesri/core/components/map-view/src/types").LoadEvent) => any;
|
|
421
540
|
"onUpdate:cursor"?: (e: string) => any;
|
|
422
|
-
}
|
|
423
|
-
defaultOptions:
|
|
541
|
+
}>, {
|
|
542
|
+
defaultOptions: __esri.MapViewProperties;
|
|
424
543
|
cursor: string;
|
|
425
|
-
}, {}, {
|
|
544
|
+
}, {}, {
|
|
545
|
+
ViewEvents: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
546
|
+
cursor: {
|
|
547
|
+
type: StringConstructor;
|
|
548
|
+
default: string;
|
|
549
|
+
};
|
|
550
|
+
}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
551
|
+
"update:cursor": (e: string) => string | true;
|
|
552
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
553
|
+
cursor: {
|
|
554
|
+
type: StringConstructor;
|
|
555
|
+
default: string;
|
|
556
|
+
};
|
|
557
|
+
}>> & Readonly<{
|
|
558
|
+
"onUpdate:cursor"?: (e: string) => any;
|
|
559
|
+
}>, {
|
|
560
|
+
cursor: string;
|
|
561
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
562
|
+
ViewWatchs: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
563
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
426
564
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
427
|
-
export default _default;
|