推进 INI 面板浏览器 control-page contract 暴露
This commit is contained in:
@@ -4,6 +4,9 @@ import {
|
||||
import {
|
||||
createMachineSessionControlPageController,
|
||||
} from "./control-page-controller.js";
|
||||
import {
|
||||
createIniPanelShellControlPageContract,
|
||||
} from "./ui-shell.js";
|
||||
|
||||
const panelFrameNode = document.getElementById("panel-frame");
|
||||
const statusNode = document.getElementById("control-page-status");
|
||||
@@ -20,6 +23,7 @@ controller.mount();
|
||||
|
||||
window.linuxCncIniPanelControlPageApi = {
|
||||
getControlView: controller.getControlView,
|
||||
getControlPageContract: createIniPanelShellControlPageContract,
|
||||
getPanelApi: controller.getPanelApi,
|
||||
loadControlPageSessionState: controller.loadSessionState,
|
||||
refreshControlPage: controller.refresh,
|
||||
|
||||
Reference in New Issue
Block a user