@soonspacejs/plugin-cps-soonmanager 2.15.11 → 2.15.12
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/index.esm.js +3414 -3363
- package/dist/utils.d.ts +0 -7
- package/package.json +9 -9
package/dist/utils.d.ts
CHANGED
|
@@ -11,13 +11,6 @@ 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
13
|
export declare function createSpace(ssp: SoonSpace, node: ITreeData, objectId: string): import('soonspacejs').Canvas3D;
|
|
14
|
-
/**
|
|
15
|
-
* 创建门
|
|
16
|
-
* @param ssp
|
|
17
|
-
* @param node
|
|
18
|
-
* @param objectId
|
|
19
|
-
* @returns
|
|
20
|
-
*/
|
|
21
14
|
export declare function createDoor(ssp: SoonSpace, node: ITreeData, objectId: string): import('soonspacejs').Canvas3D;
|
|
22
15
|
export declare function createWindow(ssp: SoonSpace, node: ITreeData, objectId: string): import('soonspacejs').Canvas3D;
|
|
23
16
|
/**
|
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
|
+
"version": "2.15.12",
|
|
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.
|
|
41
|
-
"@soonspacejs/plugin-effect": "2.15.
|
|
42
|
-
"@soonspacejs/plugin-flow": "2.15.
|
|
43
|
-
"@soonspacejs/plugin-gs3d-loader": "2.15.
|
|
44
|
-
"@soonspacejs/plugin-poi-renderer": "2.15.
|
|
45
|
-
"@soonspacejs/plugin-tiles": "2.15.
|
|
46
|
-
"soonspacejs": "2.15.
|
|
40
|
+
"@soonspacejs/plugin-atmosphere": "2.15.12",
|
|
41
|
+
"@soonspacejs/plugin-effect": "2.15.12",
|
|
42
|
+
"@soonspacejs/plugin-flow": "2.15.12",
|
|
43
|
+
"@soonspacejs/plugin-gs3d-loader": "2.15.12",
|
|
44
|
+
"@soonspacejs/plugin-poi-renderer": "2.15.12",
|
|
45
|
+
"@soonspacejs/plugin-tiles": "2.15.12",
|
|
46
|
+
"soonspacejs": "2.15.12",
|
|
47
47
|
"umanager-animation-parser": "^0.0.6",
|
|
48
|
-
"@soonspacejs/plugin-fds": "2.15.
|
|
48
|
+
"@soonspacejs/plugin-fds": "2.15.12"
|
|
49
49
|
}
|
|
50
50
|
}
|