@soonspacejs/plugin-cps-soonmanager 2.15.0 → 2.15.1
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 +12 -3
- package/package.json +8 -8
package/dist/index.esm.js
CHANGED
|
@@ -42599,7 +42599,10 @@ function loadSemanticObjects(v, e) {
|
|
|
42599
42599
|
color: randomColor(),
|
|
42600
42600
|
opacity: 0.5
|
|
42601
42601
|
}
|
|
42602
|
-
]
|
|
42602
|
+
],
|
|
42603
|
+
userData: {
|
|
42604
|
+
renderType: "WALL"
|
|
42605
|
+
}
|
|
42603
42606
|
});
|
|
42604
42607
|
E.attach(P);
|
|
42605
42608
|
}), R.Windows?.forEach((T) => {
|
|
@@ -42616,7 +42619,10 @@ function loadSemanticObjects(v, e) {
|
|
|
42616
42619
|
color: randomColor(),
|
|
42617
42620
|
opacity: 0.5
|
|
42618
42621
|
}
|
|
42619
|
-
]
|
|
42622
|
+
],
|
|
42623
|
+
userData: {
|
|
42624
|
+
renderType: "WINDOW"
|
|
42625
|
+
}
|
|
42620
42626
|
});
|
|
42621
42627
|
E.attach(P);
|
|
42622
42628
|
}), R.Columns?.forEach((T) => {
|
|
@@ -42633,7 +42639,10 @@ function loadSemanticObjects(v, e) {
|
|
|
42633
42639
|
color: randomColor(),
|
|
42634
42640
|
opacity: 0.5
|
|
42635
42641
|
}
|
|
42636
|
-
]
|
|
42642
|
+
],
|
|
42643
|
+
userData: {
|
|
42644
|
+
renderType: "COLUMN"
|
|
42645
|
+
}
|
|
42637
42646
|
});
|
|
42638
42647
|
E.attach(P);
|
|
42639
42648
|
}));
|
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.1",
|
|
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",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"socket.io-client": "^4.7.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@soonspacejs/plugin-atmosphere": "2.15.
|
|
39
|
-
"@soonspacejs/plugin-effect": "2.15.
|
|
40
|
-
"@soonspacejs/plugin-flow": "2.15.
|
|
41
|
-
"@soonspacejs/plugin-gs3d-loader": "2.15.
|
|
42
|
-
"@soonspacejs/plugin-poi-renderer": "2.15.
|
|
43
|
-
"@soonspacejs/plugin-tiles": "2.15.
|
|
44
|
-
"soonspacejs": "2.15.
|
|
38
|
+
"@soonspacejs/plugin-atmosphere": "2.15.1",
|
|
39
|
+
"@soonspacejs/plugin-effect": "2.15.1",
|
|
40
|
+
"@soonspacejs/plugin-flow": "2.15.1",
|
|
41
|
+
"@soonspacejs/plugin-gs3d-loader": "2.15.1",
|
|
42
|
+
"@soonspacejs/plugin-poi-renderer": "2.15.1",
|
|
43
|
+
"@soonspacejs/plugin-tiles": "2.15.1",
|
|
44
|
+
"soonspacejs": "2.15.1",
|
|
45
45
|
"umanager-animation-parser": "^0.0.6"
|
|
46
46
|
}
|
|
47
47
|
}
|