@lv-x-software-house/x_view 1.1.9-dev.1 → 1.1.9-dev.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/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11834,6 +11834,7 @@ function XViewScene({
|
|
|
11834
11834
|
CreateAncestryPanel,
|
|
11835
11835
|
{
|
|
11836
11836
|
ancestryMode,
|
|
11837
|
+
setAncestryMode,
|
|
11837
11838
|
onSelectParent: handleSelectAncestryParent,
|
|
11838
11839
|
onRemoveNode: handleRemoveFromAncestry,
|
|
11839
11840
|
onSave: handleSaveAncestry,
|
package/dist/index.mjs
CHANGED
|
@@ -11828,6 +11828,7 @@ function XViewScene({
|
|
|
11828
11828
|
CreateAncestryPanel,
|
|
11829
11829
|
{
|
|
11830
11830
|
ancestryMode,
|
|
11831
|
+
setAncestryMode,
|
|
11831
11832
|
onSelectParent: handleSelectAncestryParent,
|
|
11832
11833
|
onRemoveNode: handleRemoveFromAncestry,
|
|
11833
11834
|
onSave: handleSaveAncestry,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lv-x-software-house/x_view",
|
|
3
|
-
"version": "1.1.9-dev.
|
|
3
|
+
"version": "1.1.9-dev.2",
|
|
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",
|