sat-earth 0.0.28 → 0.3.2-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.
Binary file
@@ -234,6 +234,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
234
234
  closeEvent: Function;
235
235
  }>;
236
236
  SatMeasureMain: import("vue").DefineComponent<{}, {
237
+ isMobile: import("vue").Ref<boolean>;
237
238
  measureLength: () => void;
238
239
  measureArea: () => void;
239
240
  measureHeight: () => void;
@@ -243,6 +244,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
243
244
  measureTriangleHeight: () => void;
244
245
  measureAngle: () => void;
245
246
  removeAll: () => void;
247
+ stopDraw: () => void;
246
248
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
247
249
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:visible"[], "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
248
250
  visible: {
@@ -1,4 +1,5 @@
1
1
  declare const _sfc_main: import("vue").DefineComponent<{}, {
2
+ isMobile: import("vue").Ref<boolean>;
2
3
  measureLength: () => void;
3
4
  measureArea: () => void;
4
5
  measureHeight: () => void;
@@ -8,5 +9,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
8
9
  measureTriangleHeight: () => void;
9
10
  measureAngle: () => void;
10
11
  removeAll: () => void;
12
+ stopDraw: () => void;
11
13
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
12
14
  export default _sfc_main;
@@ -234,6 +234,7 @@ export declare const SatMeasure: import('../../utils/installer').SFCWithInstall<
234
234
  closeEvent: Function;
235
235
  }>;
236
236
  SatMeasureMain: import("vue").DefineComponent<{}, {
237
+ isMobile: import("vue").Ref<boolean>;
237
238
  measureLength: () => void;
238
239
  measureArea: () => void;
239
240
  measureHeight: () => void;
@@ -243,6 +244,7 @@ export declare const SatMeasure: import('../../utils/installer').SFCWithInstall<
243
244
  measureTriangleHeight: () => void;
244
245
  measureAngle: () => void;
245
246
  removeAll: () => void;
247
+ stopDraw: () => void;
246
248
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
247
249
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:visible"[], "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
248
250
  visible: {
@@ -233,6 +233,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
233
233
  shrinkEvent: Function;
234
234
  closeEvent: Function;
235
235
  }>;
236
+ SatPlotMain: import("vue").DefineComponent<{}, {
237
+ getAssetsSource: typeof import("../../utils/getAssetsSource").getAssetsSource;
238
+ importedDiv1: string;
239
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
236
240
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:visible"[], "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
237
241
  visible: {
238
242
  type: BooleanConstructor;
@@ -0,0 +1,6 @@
1
+ import { getAssetsSource } from '../../utils/getAssetsSource';
2
+ declare const _sfc_main: import("vue").DefineComponent<{}, {
3
+ getAssetsSource: typeof getAssetsSource;
4
+ importedDiv1: string;
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
6
+ export default _sfc_main;
@@ -233,6 +233,10 @@ export declare const SatPlot: import('../../utils/installer').SFCWithInstall<imp
233
233
  shrinkEvent: Function;
234
234
  closeEvent: Function;
235
235
  }>;
236
+ SatPlotMain: import("vue").DefineComponent<{}, {
237
+ getAssetsSource: typeof import("../../utils/getAssetsSource").getAssetsSource;
238
+ importedDiv1: string;
239
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
236
240
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:visible"[], "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
237
241
  visible: {
238
242
  type: BooleanConstructor;
@@ -46,6 +46,7 @@ declare module '@vue/runtime-core' {
46
46
  SatPathPlan: typeof import('./components/location/SatPathPlan.vue')['default']
47
47
  SatPicture: typeof import('./components/picture/SatPicture.vue')['default']
48
48
  SatPlot: typeof import('./components/plot/SatPlot.vue')['default']
49
+ SatPlotMain: typeof import('./components/plot/SatPlotMain.vue')['default']
49
50
  SatPoiQuery: typeof import('./components/location/SatPoiQuery.vue')['default']
50
51
  SatRoam: typeof import('./components/roam/SatRoam.vue')['default']
51
52
  SatSource: typeof import('./components/source/SatSource.vue')['default']
@@ -12,6 +12,7 @@ export declare class Measure {
12
12
  constructor(map: Mars3dMap);
13
13
  initMeasure(): void;
14
14
  removeAll(): void;
15
+ stopDraw(): void;
15
16
  measureLength(): void;
16
17
  measureArea(): void;
17
18
  measureHeight(): void;