@soonspacejs/plugin-cps-soonmanager 2.14.0 → 2.14.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/types.d.ts CHANGED
@@ -99,6 +99,8 @@ export interface PoiContent {
99
99
  * Poi
100
100
  */
101
101
  export interface IPoiData {
102
+ id: string;
103
+ sid: string;
102
104
  projectId: string;
103
105
  sceneId: string;
104
106
  nodeId: string;
@@ -291,6 +293,10 @@ export interface ILoadSceneOptions extends ConstructorOptions {
291
293
  * 加载 poi
292
294
  */
293
295
  loadPoi?: boolean;
296
+ /**
297
+ * 加载 topology
298
+ */
299
+ loadTopologies?: boolean;
294
300
  /**
295
301
  * 通过数据源刷新 poi
296
302
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-cps-soonmanager",
3
3
  "pluginName": "CpsSoonmanagerPlugin",
4
- "version": "2.14.0",
4
+ "version": "2.14.2",
5
5
  "description": "Sync cps soonmanager data plugin for SoonSpace.js",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",
@@ -13,12 +13,13 @@
13
13
  ],
14
14
  "author": "xunwei",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "4c85e8b7b8ad24ccb9b42f3a1826bca377c42a6d",
16
+ "gitHead": "00bbf1c9241f4466abe494c009c99a316ccfc24a",
17
17
  "dependencyPlugins": [
18
18
  "plugin-poi-renderer",
19
19
  "plugin-effect",
20
20
  "plugin-atmosphere",
21
- "plugin-gs3d-loader"
21
+ "plugin-gs3d-loader",
22
+ "plugin-flow"
22
23
  ],
23
24
  "devDependencies": {
24
25
  "@soonflow/core": "0.2.13",
@@ -34,11 +35,12 @@
34
35
  },
35
36
  "peerDependencies": {
36
37
  "3d-tiles-renderer": "^0.4.14",
37
- "@soonspacejs/plugin-atmosphere": "2.14.0",
38
- "@soonspacejs/plugin-effect": "2.14.0",
39
- "@soonspacejs/plugin-gs3d-loader": "2.14.0",
40
- "@soonspacejs/plugin-poi-renderer": "2.14.0",
41
- "soonspacejs": "2.14.0",
38
+ "@soonspacejs/plugin-atmosphere": "2.14.2",
39
+ "@soonspacejs/plugin-effect": "2.14.2",
40
+ "@soonspacejs/plugin-flow": "2.14.2",
41
+ "@soonspacejs/plugin-gs3d-loader": "2.14.2",
42
+ "@soonspacejs/plugin-poi-renderer": "2.14.2",
43
+ "soonspacejs": "2.14.2",
42
44
  "umanager-animation-parser": "^0.0.6"
43
45
  }
44
46
  }