@midscene/visualizer 1.0.1-beta-20251103074550.0 → 1.0.1-beta-20251104075048.0
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.
|
@@ -159,7 +159,7 @@ const generateAnimationScripts = (execution, task, imageWidth, imageHeight)=>{
|
|
|
159
159
|
imageHeight: (null == (_task_uiContext1 = task.uiContext) ? void 0 : null == (_task_uiContext_size1 = _task_uiContext1.size) ? void 0 : _task_uiContext_size1.height) || imageHeight
|
|
160
160
|
});
|
|
161
161
|
}
|
|
162
|
-
} else if ('
|
|
162
|
+
} else if ('Planning' === task.type && 'Locate' === task.subType) {
|
|
163
163
|
var _serviceTask_output;
|
|
164
164
|
const serviceTask = task;
|
|
165
165
|
const resultElement = null == (_serviceTask_output = serviceTask.output) ? void 0 : _serviceTask_output.element;
|
|
@@ -211,7 +211,7 @@ const generateAnimationScripts = (execution, task, imageWidth, imageHeight)=>{
|
|
|
211
211
|
});
|
|
212
212
|
insightOnTop = true;
|
|
213
213
|
}
|
|
214
|
-
} else if ('Action' === task.type && 'FalsyConditionStatement' !== task.subType) {
|
|
214
|
+
} else if ('Action Space' === task.type && 'FalsyConditionStatement' !== task.subType) {
|
|
215
215
|
var _task_recorder_, _task_recorder, _task_uiContext_size2, _task_uiContext2, _task_uiContext_size3, _task_uiContext3, _task_recorder_1, _task_recorder1;
|
|
216
216
|
const title = typeStr(task);
|
|
217
217
|
const subTitle = paramStr(task);
|
|
@@ -190,7 +190,7 @@ const generateAnimationScripts = (execution, task, imageWidth, imageHeight)=>{
|
|
|
190
190
|
imageHeight: (null == (_task_uiContext1 = task.uiContext) ? void 0 : null == (_task_uiContext_size1 = _task_uiContext1.size) ? void 0 : _task_uiContext_size1.height) || imageHeight
|
|
191
191
|
});
|
|
192
192
|
}
|
|
193
|
-
} else if ('
|
|
193
|
+
} else if ('Planning' === task.type && 'Locate' === task.subType) {
|
|
194
194
|
var _serviceTask_output;
|
|
195
195
|
const serviceTask = task;
|
|
196
196
|
const resultElement = null == (_serviceTask_output = serviceTask.output) ? void 0 : _serviceTask_output.element;
|
|
@@ -242,7 +242,7 @@ const generateAnimationScripts = (execution, task, imageWidth, imageHeight)=>{
|
|
|
242
242
|
});
|
|
243
243
|
insightOnTop = true;
|
|
244
244
|
}
|
|
245
|
-
} else if ('Action' === task.type && 'FalsyConditionStatement' !== task.subType) {
|
|
245
|
+
} else if ('Action Space' === task.type && 'FalsyConditionStatement' !== task.subType) {
|
|
246
246
|
var _task_recorder_, _task_recorder, _task_uiContext_size2, _task_uiContext2, _task_uiContext_size3, _task_uiContext3, _task_recorder_1, _task_recorder1;
|
|
247
247
|
const title = (0, agent_namespaceObject.typeStr)(task);
|
|
248
248
|
const subTitle = (0, agent_namespaceObject.paramStr)(task);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/visualizer",
|
|
3
|
-
"version": "1.0.1-beta-
|
|
3
|
+
"version": "1.0.1-beta-20251104075048.0",
|
|
4
4
|
"repository": "https://github.com/web-infra-dev/midscene",
|
|
5
5
|
"homepage": "https://midscenejs.com/",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"antd": "^5.21.6",
|
|
61
61
|
"buffer": "6.0.3",
|
|
62
62
|
"dayjs": "^1.11.11",
|
|
63
|
-
"@midscene/
|
|
64
|
-
"@midscene/
|
|
65
|
-
"@midscene/
|
|
66
|
-
"@midscene/web": "1.0.1-beta-
|
|
63
|
+
"@midscene/playground": "1.0.1-beta-20251104075048.0",
|
|
64
|
+
"@midscene/shared": "1.0.1-beta-20251104075048.0",
|
|
65
|
+
"@midscene/core": "1.0.1-beta-20251104075048.0",
|
|
66
|
+
"@midscene/web": "1.0.1-beta-20251104075048.0"
|
|
67
67
|
},
|
|
68
68
|
"license": "MIT",
|
|
69
69
|
"scripts": {
|