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.
- package/dist/images/div1.png +0 -0
- package/dist/packages/components/measure/SatMeasure.vue.d.ts +2 -0
- package/dist/packages/components/measure/SatMeasureMain.vue.d.ts +2 -0
- package/dist/packages/components/measure/index.d.ts +2 -0
- package/dist/packages/components/plot/SatPlot.vue.d.ts +4 -0
- package/dist/packages/components/plot/SatPlotMain.vue.d.ts +6 -0
- package/dist/packages/components/plot/index.d.ts +4 -0
- package/dist/packages/global.d.ts +1 -0
- package/dist/packages/utils/map/satMap/measure/index.d.ts +1 -0
- package/dist/sat-earth.es.js +610 -459
- package/dist/sat-earth.umd.js +51 -51
- package/dist/style.css +1 -1
- package/package.json +7 -1
|
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']
|