sat-earth 0.8.1 → 0.8.2
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/sat-earth/index.d.ts +2 -0
- package/dist/sat-earth.mjs +4 -1
- package/dist/sat-earth.umd.js +3 -3
- package/package.json +1 -1
|
@@ -2,6 +2,8 @@ import type { App } from 'vue';
|
|
|
2
2
|
export * as SatCompTypes from '../components/types';
|
|
3
3
|
export * as SatUtil from '../utils';
|
|
4
4
|
export * as SatStore from '../store';
|
|
5
|
+
export * as mars3d from 'mars3d';
|
|
6
|
+
export { Cesium } from 'mars3d';
|
|
5
7
|
declare const _default: {
|
|
6
8
|
install: (app: App, options: any) => void;
|
|
7
9
|
length: number;
|
package/dist/sat-earth.mjs
CHANGED
|
@@ -15,6 +15,7 @@ import { createPinia as Ra, defineStore as et, storeToRefs as Pe } from "pinia";
|
|
|
15
15
|
import X from "jquery";
|
|
16
16
|
import * as N from "mars3d";
|
|
17
17
|
import { Cesium as _e } from "mars3d";
|
|
18
|
+
import { Cesium as Rr } from "mars3d";
|
|
18
19
|
import Ha, { ElMessage as Ua, ElLoading as Ja, ElMessageBox as Ka } from "element-plus";
|
|
19
20
|
import { plotResources as w } from "sat-earth-resources";
|
|
20
21
|
import * as Dt from "kml-geojson";
|
|
@@ -10182,8 +10183,10 @@ const Mr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
10182
10183
|
}
|
|
10183
10184
|
};
|
|
10184
10185
|
export {
|
|
10186
|
+
Rr as Cesium,
|
|
10185
10187
|
Mr as SatCompTypes,
|
|
10186
10188
|
Pr as SatStore,
|
|
10187
10189
|
Gr as SatUtil,
|
|
10188
|
-
zr as default
|
|
10190
|
+
zr as default,
|
|
10191
|
+
N as mars3d
|
|
10189
10192
|
};
|