@fps-games/editor 0.1.5-beta.1 → 0.1.5-beta.2
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/build-info.json +13 -13
- package/dist/local-editor-harness.js +1 -1
- package/dist/local-editor-harness.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/package.json +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection-pick-resolver.d.ts +26 -0
- package/node_modules/@fps-games/editor-babylon/dist/projection-pick-resolver.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/projection-pick-resolver.js +312 -0
- package/node_modules/@fps-games/editor-babylon/dist/projection-pick-resolver.js.map +1 -0
- package/node_modules/@fps-games/editor-babylon/dist/projection-selection-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection-selection-controller.js +51 -29
- package/node_modules/@fps-games/editor-babylon/dist/projection-selection-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-babylon/dist/projection.js +4 -39
- package/node_modules/@fps-games/editor-babylon/dist/projection.js.map +1 -1
- package/node_modules/@fps-games/editor-babylon/package.json +5 -5
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.d.ts +5 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.js +34 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-actions.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-attach-dialog.d.ts +47 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-attach-dialog.d.ts.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-attach-dialog.js +404 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-attach-dialog.js.map +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.js +59 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-hierarchy-controller.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-input-router.d.ts +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-input-router.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-input-router.js +12 -6
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-input-router.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.d.ts +2 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js +1 -0
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/package.json +3 -3
- package/node_modules/@fps-games/editor-core/package.json +2 -2
- package/node_modules/@fps-games/editor-forge-play/package.json +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/package.json +3 -3
- package/node_modules/@fps-games/editor-protocol/package.json +1 -1
- package/package.json +8 -8
package/dist/build-info.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"packageName": "@fps-games/editor",
|
|
4
|
-
"version": "0.1.5-beta.
|
|
5
|
-
"gitSha": "
|
|
6
|
-
"distHash": "
|
|
7
|
-
"cacheKey": "0.1.5-beta.
|
|
4
|
+
"version": "0.1.5-beta.2",
|
|
5
|
+
"gitSha": "8d26f5b28c3bda3ce2c143c74815f21f33f8e290",
|
|
6
|
+
"distHash": "9a904e426483b4dd95795366063c0566cf9abf61d0d6529de96cc802d45ec5bd",
|
|
7
|
+
"cacheKey": "0.1.5-beta.2-9a904e426483",
|
|
8
8
|
"bundledPackages": [
|
|
9
9
|
{
|
|
10
10
|
"name": "@fps-games/babylon-renderer",
|
|
11
|
-
"version": "0.1.5-beta.
|
|
11
|
+
"version": "0.1.5-beta.2",
|
|
12
12
|
"distHash": "4f7a4a42f4ff9302e9c7a2fbf05583464024ca4c6bb7af78233c51daeb208d2a"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"name": "@fps-games/editor-babylon",
|
|
16
|
-
"version": "0.1.5-beta.
|
|
17
|
-
"distHash": "
|
|
16
|
+
"version": "0.1.5-beta.2",
|
|
17
|
+
"distHash": "bfa78aced4d0d1aa49a1ea0ecaeb7a1dc2329616297c32d73168d2c40e4d3b77"
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"name": "@fps-games/editor-browser",
|
|
21
|
-
"version": "0.1.5-beta.
|
|
22
|
-
"distHash": "
|
|
21
|
+
"version": "0.1.5-beta.2",
|
|
22
|
+
"distHash": "eb37100deb16cf2ead2a11809115ba05e1a75bae6cd74e42c890d0e8bd0fdbf8"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"name": "@fps-games/editor-core",
|
|
26
|
-
"version": "0.1.5-beta.
|
|
26
|
+
"version": "0.1.5-beta.2",
|
|
27
27
|
"distHash": "b75b017086d9a36dc3a7ded36862a17b4e8d65922e24febc8325d56762a5c082"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "@fps-games/editor-forge-play",
|
|
31
|
-
"version": "0.1.5-beta.
|
|
31
|
+
"version": "0.1.5-beta.2",
|
|
32
32
|
"distHash": "d4e88e24b6b104c4c67ccf2112a4113e923c5b684696eb8d4afadbe12da46dae"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"name": "@fps-games/editor-playable-sdk",
|
|
36
|
-
"version": "0.1.5-beta.
|
|
36
|
+
"version": "0.1.5-beta.2",
|
|
37
37
|
"distHash": "4fd9b228181f707bbe1ba96dd3a38c8854d4640162a312365b9bd25487df0ffa"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"name": "@fps-games/editor-protocol",
|
|
41
|
-
"version": "0.1.5-beta.
|
|
41
|
+
"version": "0.1.5-beta.2",
|
|
42
42
|
"distHash": "804779770727f3603bfffa7eca4e6c6919446dca21fdce4175115d8d3e3c97ef"
|
|
43
43
|
}
|
|
44
44
|
]
|
|
@@ -3988,7 +3988,7 @@ function withRuntimeInspectorSections(state, options, document, inspectorObject)
|
|
|
3988
3988
|
...(options.documentAdapter.getRuntimeInspectorSections?.(context) ?? []),
|
|
3989
3989
|
];
|
|
3990
3990
|
const sections = mergeInspectorSections(baseInspectorObject.sections, runtimeSections, {
|
|
3991
|
-
propertyConflict: options.inspector?.propertyConflict,
|
|
3991
|
+
propertyConflict: options.inspector?.propertyConflict ?? 'ignore',
|
|
3992
3992
|
});
|
|
3993
3993
|
return {
|
|
3994
3994
|
...baseInspectorObject,
|