@soonspacejs/plugin-cps-soonmanager 2.15.4 → 2.15.6

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
@@ -405,6 +405,7 @@ export interface Geo {
405
405
  lineColor?: any;
406
406
  fillColor?: any;
407
407
  lineWidth?: any;
408
+ opacity?: number;
408
409
  }
409
410
  export interface Terrain {
410
411
  id: string;
package/dist/utils.d.ts CHANGED
@@ -10,12 +10,6 @@ import { default as CpsSoonmanagerPlugin } from '.';
10
10
  export declare function decodeString(encodedStr: string): string;
11
11
  export declare const mapTreeNodeByKey: <T, K extends keyof BaseTreeNode<T>, V>(tree: BaseTreeNode<T>[], key: K, map?: Map<V, BaseTreeNode<T>>) => Map<V, BaseTreeNode<T>>;
12
12
  export declare function isSpace(renderType: ITreeData['renderType']): renderType is "AREA" | "FLOOR" | "ROOM" | "OUTSIDE" | "BUILDING";
13
- /**
14
- * 创建空间
15
- * @param ssp
16
- * @param node
17
- * @returns
18
- */
19
13
  export declare function createSpace(ssp: SoonSpace, node: ITreeData, objectId: string): import('soonspacejs').Canvas3D;
20
14
  /**
21
15
  * 创建门
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-cps-soonmanager",
3
3
  "pluginName": "CpsSoonmanagerPlugin",
4
- "version": "2.15.4",
4
+ "version": "2.15.6",
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",
@@ -37,14 +37,14 @@
37
37
  "socket.io-client": "^4.7.2"
38
38
  },
39
39
  "peerDependencies": {
40
- "@soonspacejs/plugin-atmosphere": "2.15.4",
41
- "@soonspacejs/plugin-effect": "2.15.4",
42
- "@soonspacejs/plugin-flow": "2.15.4",
43
- "@soonspacejs/plugin-gs3d-loader": "2.15.4",
44
- "@soonspacejs/plugin-poi-renderer": "2.15.4",
45
- "@soonspacejs/plugin-tiles": "2.15.4",
46
- "soonspacejs": "2.15.4",
40
+ "@soonspacejs/plugin-atmosphere": "2.15.5",
41
+ "@soonspacejs/plugin-effect": "2.15.5",
42
+ "@soonspacejs/plugin-flow": "2.15.5",
43
+ "@soonspacejs/plugin-gs3d-loader": "2.15.5",
44
+ "@soonspacejs/plugin-poi-renderer": "2.15.5",
45
+ "@soonspacejs/plugin-tiles": "2.15.5",
46
+ "soonspacejs": "2.15.5",
47
47
  "umanager-animation-parser": "^0.0.6",
48
- "@soonspacejs/plugin-fds": "2.15.4"
48
+ "@soonspacejs/plugin-fds": "2.15.5"
49
49
  }
50
50
  }