推进 INI 面板 shell handoff workflow summary helper
This commit is contained in:
@@ -34,6 +34,7 @@ import {
|
||||
createIniPanelShellSessionHandoffMountDomReadiness,
|
||||
mountIniPanelShellSessionHandoff,
|
||||
mountIniPanelShellSessionHandoffFromControlPage,
|
||||
createIniPanelShellSessionHandoffWorkflowSummary,
|
||||
renderIniPanelShellSessionHandoffMountState,
|
||||
createIniPanelShellSessionHandoffPackageReport,
|
||||
createIniPanelShellSessionHandoffPackageRenderState,
|
||||
@@ -250,6 +251,11 @@ view-model, mount render-state, and DOM mount workflow result. Use
|
||||
`linuxCncIniPanelLaunchApi.readShellSessionHandoffStatusFromControlPage()`
|
||||
when an outer shell needs to read the control-page readonly status and verify
|
||||
the expected handoff status fields as a structured ready/blocked result. Use
|
||||
`createIniPanelShellSessionHandoffWorkflowSummary()` or
|
||||
`linuxCncIniPanelLaunchApi.getShellSessionHandoffWorkflowSummary()` when an
|
||||
outer shell needs one stable end-to-end summary that combines mount workflow,
|
||||
control-page mount workflow, readonly status result, and current blocking
|
||||
reasons into display rows. Use
|
||||
`renderIniPanelShellSessionHandoffMountState()` or
|
||||
`linuxCncIniPanelLaunchApi.renderShellSessionHandoffMountState()` when an outer
|
||||
shell needs the shared read-only DOM renderer for those rows. The launch page
|
||||
|
||||
Reference in New Issue
Block a user