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 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;
@@ -1,5 +1,4 @@
1
1
  declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- isMobile: import("vue").Ref<boolean>;
3
2
  keyword: import("vue").Ref<string>;
4
3
  isShowTip: import("vue").Ref<boolean>;
5
4
  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;