推进 INI 面板 shell handoff workflow render-state helper
This commit is contained in:
@@ -36,6 +36,7 @@ import {
|
||||
mountIniPanelShellSessionHandoffFromControlPage,
|
||||
createIniPanelShellSessionHandoffWorkflowSummary,
|
||||
createIniPanelShellSessionHandoffWorkflowDisplayViewModel,
|
||||
createIniPanelShellSessionHandoffWorkflowRenderState,
|
||||
renderIniPanelShellSessionHandoffMountState,
|
||||
createIniPanelShellSessionHandoffPackageReport,
|
||||
createIniPanelShellSessionHandoffPackageRenderState,
|
||||
@@ -261,6 +262,10 @@ reasons into display rows. Use
|
||||
`linuxCncIniPanelLaunchApi.getShellSessionHandoffWorkflowDisplayViewModel()`
|
||||
when an outer shell needs that end-to-end summary compressed into stable
|
||||
`title`, `statusText`, `detailText`, and rows for direct display. Use
|
||||
`createIniPanelShellSessionHandoffWorkflowRenderState()` or
|
||||
`linuxCncIniPanelLaunchApi.getShellSessionHandoffWorkflowRenderState()` when an
|
||||
outer shell needs that workflow display-model compressed into stable
|
||||
`dataset`, `statusLine`, and rows for direct DOM rendering. 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