@jorgmoritz/gis-manager 0.1.36 → 0.1.38
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/{VertexDetailInfo-Cz9y16HG.d.cts → VertexDetailInfo-DYr1P_fe.d.cts} +7 -3
- package/dist/{VertexDetailInfo-Cz9y16HG.d.ts → VertexDetailInfo-DYr1P_fe.d.ts} +7 -3
- package/dist/index.cjs +1110 -705
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +328 -34
- package/dist/index.d.ts +328 -34
- package/dist/index.js +1104 -706
- package/dist/index.js.map +1 -1
- package/dist/vue/index.cjs +871 -679
- package/dist/vue/index.cjs.map +1 -1
- package/dist/vue/index.d.cts +1 -1
- package/dist/vue/index.d.ts +1 -1
- package/dist/vue/index.js +871 -679
- package/dist/vue/index.js.map +1 -1
- package/package.json +1 -1
package/dist/vue/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as Cesium from 'cesium';
|
|
2
|
-
import { V as VertexDetailInfo, a as VertexOperationInfo } from '../VertexDetailInfo-
|
|
2
|
+
import { V as VertexDetailInfo, a as VertexOperationInfo } from '../VertexDetailInfo-DYr1P_fe.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* 🎨 GisViewer 组件 - Vue3 声明式地图容器
|
package/dist/vue/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as Cesium from 'cesium';
|
|
2
|
-
import { V as VertexDetailInfo, a as VertexOperationInfo } from '../VertexDetailInfo-
|
|
2
|
+
import { V as VertexDetailInfo, a as VertexOperationInfo } from '../VertexDetailInfo-DYr1P_fe.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* 🎨 GisViewer 组件 - Vue3 声明式地图容器
|