sat-earth 0.0.23 → 0.0.26-beta
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/README.md +11 -0
- package/dist/packages/components/location/SatLocation.vue.d.ts +1 -2
- package/dist/packages/components/location/SatLocationMain.vue.d.ts +1 -2
- package/dist/packages/components/location/SatPoiQuery.vue.d.ts +0 -1
- package/dist/packages/components/location/index.d.ts +1 -2
- package/dist/sat-earth.es.js +55 -53
- package/dist/sat-earth.umd.js +50 -47
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -301,6 +301,17 @@ onMounted(() => {
|
|
|
301
301
|
>
|
|
302
302
|
<SatMenu>
|
|
303
303
|
<SatSource></SatSource>
|
|
304
|
+
<SatMapPart></SatMapPart>
|
|
305
|
+
<SatLocation></SatLocation>
|
|
306
|
+
<SatMeasure></SatMeasure>
|
|
307
|
+
<SatPlot></SatPlot>
|
|
308
|
+
<SatPicture></SatPicture>
|
|
309
|
+
<SatSpatialAnalysis></SatSpatialAnalysis>
|
|
310
|
+
<SatTerrainAnalysis></SatTerrainAnalysis>
|
|
311
|
+
<SatModelAnalysis></SatModelAnalysis>
|
|
312
|
+
<SatVideoFusion></SatVideoFusion>
|
|
313
|
+
<SatRoam></SatRoam>
|
|
314
|
+
<SatBallistic></SatBallistic>
|
|
304
315
|
<!-- 自定义菜单项 -->
|
|
305
316
|
<template #custom-enable>
|
|
306
317
|
<SatMenuTree
|
|
@@ -234,7 +234,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
234
234
|
closeEvent: Function;
|
|
235
235
|
}>;
|
|
236
236
|
SatLocationMain: import("vue").DefineComponent<{}, {
|
|
237
|
-
activeName: string
|
|
237
|
+
activeName: import("vue").Ref<string>;
|
|
238
238
|
placeLocationPng: string;
|
|
239
239
|
routePathPng: string;
|
|
240
240
|
placeSearchPng: string;
|
|
@@ -640,7 +640,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
640
640
|
saveGeoJSON: () => void;
|
|
641
641
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
642
642
|
SatPoiQuery: import("vue").DefineComponent<{}, {
|
|
643
|
-
isMobile: import("vue").Ref<boolean>;
|
|
644
643
|
keyword: import("vue").Ref<string>;
|
|
645
644
|
isShowTip: import("vue").Ref<boolean>;
|
|
646
645
|
tipList: any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
|
-
activeName: string
|
|
2
|
+
activeName: import("vue").Ref<string>;
|
|
3
3
|
placeLocationPng: string;
|
|
4
4
|
routePathPng: string;
|
|
5
5
|
placeSearchPng: string;
|
|
@@ -405,7 +405,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
405
405
|
saveGeoJSON: () => void;
|
|
406
406
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
407
407
|
SatPoiQuery: import("vue").DefineComponent<{}, {
|
|
408
|
-
isMobile: import("vue").Ref<boolean>;
|
|
409
408
|
keyword: import("vue").Ref<string>;
|
|
410
409
|
isShowTip: import("vue").Ref<boolean>;
|
|
411
410
|
tipList: any;
|
|
@@ -234,7 +234,7 @@ export declare const SatLocation: import('../../utils/installer').SFCWithInstall
|
|
|
234
234
|
closeEvent: Function;
|
|
235
235
|
}>;
|
|
236
236
|
SatLocationMain: import("vue").DefineComponent<{}, {
|
|
237
|
-
activeName: string
|
|
237
|
+
activeName: import("vue").Ref<string>;
|
|
238
238
|
placeLocationPng: string;
|
|
239
239
|
routePathPng: string;
|
|
240
240
|
placeSearchPng: string;
|
|
@@ -640,7 +640,6 @@ export declare const SatLocation: import('../../utils/installer').SFCWithInstall
|
|
|
640
640
|
saveGeoJSON: () => void;
|
|
641
641
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
642
642
|
SatPoiQuery: import("vue").DefineComponent<{}, {
|
|
643
|
-
isMobile: import("vue").Ref<boolean>;
|
|
644
643
|
keyword: import("vue").Ref<string>;
|
|
645
644
|
isShowTip: import("vue").Ref<boolean>;
|
|
646
645
|
tipList: any;
|