@soonspacejs/plugin-cps-soonmanager 2.15.6 → 2.15.7
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 +5 -5
- package/package.json +9 -9
package/dist/index.esm.js
CHANGED
|
@@ -24789,7 +24789,7 @@ function gisPlotToAddOptions(v) {
|
|
|
24789
24789
|
let q = null;
|
|
24790
24790
|
switch (A) {
|
|
24791
24791
|
case "point": {
|
|
24792
|
-
q = { type: "point", ...
|
|
24792
|
+
q = { type: "point", ...T };
|
|
24793
24793
|
break;
|
|
24794
24794
|
}
|
|
24795
24795
|
case "line": {
|
|
@@ -24797,19 +24797,19 @@ function gisPlotToAddOptions(v) {
|
|
|
24797
24797
|
break;
|
|
24798
24798
|
}
|
|
24799
24799
|
case "polygon": {
|
|
24800
|
-
q = { type: "polygon", ...
|
|
24800
|
+
q = { type: "polygon", ...T };
|
|
24801
24801
|
break;
|
|
24802
24802
|
}
|
|
24803
24803
|
case "rectangle": {
|
|
24804
|
-
q = { type: "rectangle", ...
|
|
24804
|
+
q = { type: "rectangle", ...T };
|
|
24805
24805
|
break;
|
|
24806
24806
|
}
|
|
24807
24807
|
case "sector": {
|
|
24808
|
-
q = { type: "sector", ...
|
|
24808
|
+
q = { type: "sector", ...T };
|
|
24809
24809
|
break;
|
|
24810
24810
|
}
|
|
24811
24811
|
case "arrow": {
|
|
24812
|
-
q = { type: "arrow", ...
|
|
24812
|
+
q = { type: "arrow", ...T };
|
|
24813
24813
|
break;
|
|
24814
24814
|
}
|
|
24815
24815
|
case "text": {
|
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.7",
|
|
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.7",
|
|
41
|
+
"@soonspacejs/plugin-effect": "2.15.7",
|
|
42
|
+
"@soonspacejs/plugin-flow": "2.15.7",
|
|
43
|
+
"@soonspacejs/plugin-gs3d-loader": "2.15.7",
|
|
44
|
+
"@soonspacejs/plugin-poi-renderer": "2.15.7",
|
|
45
|
+
"@soonspacejs/plugin-tiles": "2.15.7",
|
|
46
|
+
"soonspacejs": "2.15.7",
|
|
47
47
|
"umanager-animation-parser": "^0.0.6",
|
|
48
|
-
"@soonspacejs/plugin-fds": "2.15.
|
|
48
|
+
"@soonspacejs/plugin-fds": "2.15.7"
|
|
49
49
|
}
|
|
50
50
|
}
|