@lv-x-software-house/x_view 1.2.5-dev.10 → 1.2.5-dev.11
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.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11456,6 +11456,7 @@ function XViewScene({
|
|
|
11456
11456
|
boardPromise
|
|
11457
11457
|
]);
|
|
11458
11458
|
if ((sceneResponse == null ? void 0 : sceneResponse.success) && ((_a2 = sceneResponse.data) == null ? void 0 : _a2.scene) && ((_b2 = sceneResponse.data) == null ? void 0 : _b2.parent)) {
|
|
11459
|
+
console.log("XViewScene - View Members:", sceneResponse.data.scene.members);
|
|
11459
11460
|
if (focusNodeId) {
|
|
11460
11461
|
let targetNode = sceneResponse.data.scene.nodes.find(
|
|
11461
11462
|
(n) => String(n.id) === String(focusNodeId)
|
package/dist/index.mjs
CHANGED
|
@@ -11462,6 +11462,7 @@ function XViewScene({
|
|
|
11462
11462
|
boardPromise
|
|
11463
11463
|
]);
|
|
11464
11464
|
if ((sceneResponse == null ? void 0 : sceneResponse.success) && ((_a2 = sceneResponse.data) == null ? void 0 : _a2.scene) && ((_b2 = sceneResponse.data) == null ? void 0 : _b2.parent)) {
|
|
11465
|
+
console.log("XViewScene - View Members:", sceneResponse.data.scene.members);
|
|
11465
11466
|
if (focusNodeId) {
|
|
11466
11467
|
let targetNode = sceneResponse.data.scene.nodes.find(
|
|
11467
11468
|
(n) => String(n.id) === String(focusNodeId)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lv-x-software-house/x_view",
|
|
3
|
-
"version": "1.2.5-dev.
|
|
3
|
+
"version": "1.2.5-dev.11",
|
|
4
4
|
"description": "Pacote privado contendo os componentes e lógica de renderização 3D do X View.",
|
|
5
5
|
"author": "iv.x - Engenharia de Software - ivxsoftwarehouse@gmail.com",
|
|
6
6
|
"license": "UNLICENSED",
|