@plurid/plurid-data 0.0.0-17 → 0.0.0-18
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.
|
@@ -200,7 +200,7 @@ export interface SpaceTransform {
|
|
|
200
200
|
scale: number;
|
|
201
201
|
}
|
|
202
202
|
export interface PluridPubSubMessageSpaceTransformData {
|
|
203
|
-
value: SpaceTransform
|
|
203
|
+
value: Partial<SpaceTransform>;
|
|
204
204
|
internal?: boolean;
|
|
205
205
|
}
|
|
206
206
|
export interface PluridPubSubPublishMessageSpaceTransform {
|
|
@@ -23,6 +23,7 @@ export interface PluridStateSpace {
|
|
|
23
23
|
translationX: number;
|
|
24
24
|
translationY: number;
|
|
25
25
|
translationZ: number;
|
|
26
|
+
transform: string;
|
|
26
27
|
tree: TreePlane[];
|
|
27
28
|
activeUniverseID: string;
|
|
28
29
|
camera: Coordinates;
|
|
@@ -30,6 +31,9 @@ export interface PluridStateSpace {
|
|
|
30
31
|
spaceSize: SpaceSize;
|
|
31
32
|
view: PluridApplicationView;
|
|
32
33
|
culledView: PluridApplicationView;
|
|
34
|
+
activePlaneID: string;
|
|
35
|
+
isolatePlane: string;
|
|
36
|
+
lastClosedPlane: string;
|
|
33
37
|
}
|
|
34
38
|
export interface PluridStateThemes {
|
|
35
39
|
general: Theme;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurid/plurid-data",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-18",
|
|
4
4
|
"description": "Plurid Constants, Interfaces, Enumerations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"plurid",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@plurid/plurid-themes": "0.0.0-2",
|
|
51
|
-
"@types/node": "^18.7.
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
53
|
-
"@typescript-eslint/parser": "^5.
|
|
51
|
+
"@types/node": "^18.7.14",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
|
53
|
+
"@typescript-eslint/parser": "^5.36.1",
|
|
54
54
|
"@zerollup/ts-transform-paths": "^1.7.18",
|
|
55
|
-
"eslint": "^8.
|
|
56
|
-
"rollup": "^2.
|
|
55
|
+
"eslint": "^8.23.0",
|
|
56
|
+
"rollup": "^2.79.0",
|
|
57
57
|
"rollup-plugin-terser": "^7.0.2",
|
|
58
58
|
"rollup-plugin-typescript2": "^0.33.0",
|
|
59
59
|
"ts-node": "^10.9.1",
|