推进 INI 面板 control-page API manifest predicate
This commit is contained in:
88
text12.txt
88
text12.txt
@@ -1481,3 +1481,91 @@ host_wasm_opfs_browser_smokes=ok
|
||||
继续推进 browser/UI workflow。下一批建议把 control-page browser API 也补齐 schema/version 与
|
||||
compatibility predicate,使 launch API 和 control-page API 具备一致的外部 shell 接入模型;仍保持
|
||||
只读,不新增控制按钮,不解析 G-code。
|
||||
|
||||
十九、2026-06-15 继续执行记录:INI panel control-page API manifest compatibility predicate
|
||||
|
||||
本轮按“第一原则:加快实质性推进”继续推进 browser/UI workflow,把 control-page browser API
|
||||
补齐 schema/version、manifest 和 compatibility predicate,使 launch API 与 control-page API
|
||||
具备一致的外部 shell 接入模型。
|
||||
|
||||
完成内容:
|
||||
|
||||
- `wasm-port/runtime/ui/ini-panel/ui-shell.js` 新增:
|
||||
- `createControlPageBrowserApiSchema()`;
|
||||
- `createControlPageBrowserApiManifest()`;
|
||||
- `isSupportedIniPanelControlPageApiManifest()`;
|
||||
- `createControlPageBrowserApiMethods()` 新增:
|
||||
- `isSupportedControlPageApiManifest`;
|
||||
- `getControlPageApiSchema`;
|
||||
- `getControlPageApiManifest`;
|
||||
- `createIniPanelShellViewModel().controlPage` 新增:
|
||||
- `browserApiSchema`;
|
||||
- `browserApiManifest`;
|
||||
- `isSupportedBrowserApiManifest`;
|
||||
- `control-page.js` 的 `window.linuxCncIniPanelControlPageApi` 新增真实 browser 入口:
|
||||
- `isSupportedControlPageApiManifest()`;
|
||||
- `getControlPageApiSchema()`;
|
||||
- `getControlPageApiManifest()`;
|
||||
- `ini_panel_control_page_smoke.html` 在真实 control-page iframe 中校验:
|
||||
- schema `manifestVersion`;
|
||||
- schema fields 包含 `readonlyStatusApiManifest`;
|
||||
- 当前 manifest 被 predicate 接受;
|
||||
- 错误 `apiName` 被 predicate 拒绝;
|
||||
- manifest methods 与 browser API methods 一致;
|
||||
- manifest 暴露 readonly status API manifest;
|
||||
- `verify_ini_panel_shell_control_page_contract.mjs` 覆盖 control-page browser API schema、
|
||||
manifest、supported、错误 version、错误 apiName、缺少字段和 null 输入;
|
||||
- `verify_ini_panel_ui_shell.mjs`、`verify_ini_panel_entry_docs.mjs` 与 `docs/panel-entry.md`
|
||||
记录并校验 control-page browser API schema/manifest/predicate;
|
||||
- launch manifest 继续通过同一 `createControlPageBrowserApiMethods()` 获取 control-page
|
||||
方法清单;
|
||||
- 未新增控制按钮;
|
||||
- 未解析 G-code;
|
||||
- 未解释 canonical events;
|
||||
- 未改变 OPFS/session persistence、LinuxCNC interpreter、tool、parameter、planner 或
|
||||
LinuxCNC-owned runtime semantics。
|
||||
|
||||
验证已通过:
|
||||
|
||||
```bash
|
||||
git diff --check
|
||||
wasm-port/tests/ui/node/verify_ini_panel_shell_control_page_contract.sh
|
||||
wasm-port/tests/ui/node/verify_ini_panel_ui_shell.sh
|
||||
wasm-port/tests/ui/node/verify_ini_panel_entry_docs.sh
|
||||
wasm-port/tests/ui/node/verify_ini_panel_launch_api_manifest.sh
|
||||
wasm-port/tests/ui/node/verify_ui_node_smokes.sh
|
||||
SKIP_INI_BUILD=1 SKIP_INTERP_BUILD=1 wasm-port/tests/browser/verify_ini_panel_browser.sh
|
||||
wasm-port/tools/verify_vendor_sync.sh
|
||||
wasm-port/tools/verify_no_standalone_cnc_semantics.sh
|
||||
SKIP_INTERP_BUILD=1 wasm-port/tests/wasm/node/verify_interp_wasm.sh
|
||||
SKIP_INTERP_BUILD=1 wasm-port/tests/wasm/node/verify_sim_configs_inventory_wasm.sh
|
||||
wasm-port/tests/host/verify_host_smokes.sh
|
||||
```
|
||||
|
||||
关键输出:
|
||||
|
||||
```text
|
||||
ini_panel_shell_control_page_contract_node_smoke=ok
|
||||
ini_panel_ui_shell_node_smoke=ok
|
||||
ini_panel_entry_docs_node_smoke=ok
|
||||
ini_panel_launch_api_manifest_node_smoke=ok
|
||||
ui_node_smokes=ok
|
||||
browser_ini_opfs_smoke=ok
|
||||
browser_ini_control_page_smoke=ok
|
||||
browser_ini_launch_smoke=ok
|
||||
vendor sync up to date
|
||||
standalone CNC semantics guard complete
|
||||
interp_wasm_node_smoke=ok
|
||||
sim_configs_wasm_node_inventory_executed=28
|
||||
sim_configs_wasm_node_inventory_passed=28
|
||||
sim_configs_wasm_node_inventory_skipped=131
|
||||
sim_configs_wasm_node_inventory_unexpected_fail=0
|
||||
host_wasm_opfs_browser_smokes=ok
|
||||
```
|
||||
|
||||
下一步建议:
|
||||
|
||||
继续推进 SDK/API surface。下一批建议把 launch API 和 control-page API 的 manifest 组合成一个
|
||||
可复用的 shell integration manifest(例如 `createIniPanelShellIntegrationManifest()`),让外部
|
||||
shell 一次读取入口页、目标页、launch API、control-page API、OPFS/session persistence 能力与
|
||||
compatibility predicate 状态;仍保持只读,不新增控制按钮,不解析 G-code。
|
||||
|
||||
Reference in New Issue
Block a user