@lv-x-software-house/x_view 1.2.5-dev.20 → 1.2.5-dev.21
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 +19 -2
- package/dist/index.mjs +19 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2769,7 +2769,15 @@ var userActionHandlers = {
|
|
|
2769
2769
|
var _a;
|
|
2770
2770
|
const { graphDataRef, sceneDataRef, stateRef, setters } = context;
|
|
2771
2771
|
if (!graphDataRef.current || !sceneDataRef.current) return;
|
|
2772
|
-
const {
|
|
2772
|
+
const {
|
|
2773
|
+
_baseEmissiveIntensity,
|
|
2774
|
+
_baseScale,
|
|
2775
|
+
labelObject,
|
|
2776
|
+
labelOffset,
|
|
2777
|
+
timelineIntervalBar,
|
|
2778
|
+
timelineEndLabel,
|
|
2779
|
+
...nodeToSave
|
|
2780
|
+
} = updatedNode;
|
|
2773
2781
|
const parentInfo = getParentFileInfoForNode(graphDataRef.current, sceneDataRef.current, nodeToSave.id, context.sceneConfigId, context.ownerId);
|
|
2774
2782
|
if (!parentInfo || !parentInfo.ownerId) {
|
|
2775
2783
|
console.error("N\xE3o foi poss\xEDvel encontrar as informa\xE7\xF5es do arquivo pai (ou ownerId) para o Node a ser atualizado:", nodeToSave.id);
|
|
@@ -13037,8 +13045,17 @@ function XViewScene({
|
|
|
13037
13045
|
const handleStartQuestQuick = (0, import_react26.useCallback)((questNode) => {
|
|
13038
13046
|
var _a2;
|
|
13039
13047
|
if (!questNode || !actionHandlerContext) return;
|
|
13048
|
+
const {
|
|
13049
|
+
labelObject,
|
|
13050
|
+
labelOffset,
|
|
13051
|
+
aura,
|
|
13052
|
+
borderRing,
|
|
13053
|
+
timelineIntervalBar,
|
|
13054
|
+
timelineEndLabel,
|
|
13055
|
+
...cleanQuestNode
|
|
13056
|
+
} = questNode;
|
|
13040
13057
|
const updatedNode = {
|
|
13041
|
-
...
|
|
13058
|
+
...cleanQuestNode,
|
|
13042
13059
|
status: "In Progress",
|
|
13043
13060
|
color: "#eab308",
|
|
13044
13061
|
assignee_id: (_a2 = session == null ? void 0 : session.user) == null ? void 0 : _a2.id
|
package/dist/index.mjs
CHANGED
|
@@ -2730,7 +2730,15 @@ var userActionHandlers = {
|
|
|
2730
2730
|
var _a;
|
|
2731
2731
|
const { graphDataRef, sceneDataRef, stateRef, setters } = context;
|
|
2732
2732
|
if (!graphDataRef.current || !sceneDataRef.current) return;
|
|
2733
|
-
const {
|
|
2733
|
+
const {
|
|
2734
|
+
_baseEmissiveIntensity,
|
|
2735
|
+
_baseScale,
|
|
2736
|
+
labelObject,
|
|
2737
|
+
labelOffset,
|
|
2738
|
+
timelineIntervalBar,
|
|
2739
|
+
timelineEndLabel,
|
|
2740
|
+
...nodeToSave
|
|
2741
|
+
} = updatedNode;
|
|
2734
2742
|
const parentInfo = getParentFileInfoForNode(graphDataRef.current, sceneDataRef.current, nodeToSave.id, context.sceneConfigId, context.ownerId);
|
|
2735
2743
|
if (!parentInfo || !parentInfo.ownerId) {
|
|
2736
2744
|
console.error("N\xE3o foi poss\xEDvel encontrar as informa\xE7\xF5es do arquivo pai (ou ownerId) para o Node a ser atualizado:", nodeToSave.id);
|
|
@@ -13042,8 +13050,17 @@ function XViewScene({
|
|
|
13042
13050
|
const handleStartQuestQuick = useCallback4((questNode) => {
|
|
13043
13051
|
var _a2;
|
|
13044
13052
|
if (!questNode || !actionHandlerContext) return;
|
|
13053
|
+
const {
|
|
13054
|
+
labelObject,
|
|
13055
|
+
labelOffset,
|
|
13056
|
+
aura,
|
|
13057
|
+
borderRing,
|
|
13058
|
+
timelineIntervalBar,
|
|
13059
|
+
timelineEndLabel,
|
|
13060
|
+
...cleanQuestNode
|
|
13061
|
+
} = questNode;
|
|
13045
13062
|
const updatedNode = {
|
|
13046
|
-
...
|
|
13063
|
+
...cleanQuestNode,
|
|
13047
13064
|
status: "In Progress",
|
|
13048
13065
|
color: "#eab308",
|
|
13049
13066
|
assignee_id: (_a2 = session == null ? void 0 : session.user) == null ? void 0 : _a2.id
|
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.21",
|
|
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",
|