diff --git a/frontends/apps/simple-platform-vue/components.d.ts b/frontends/apps/simple-platform-vue/components.d.ts index 4d757ef..1892a7c 100644 --- a/frontends/apps/simple-platform-vue/components.d.ts +++ b/frontends/apps/simple-platform-vue/components.d.ts @@ -11,6 +11,7 @@ declare module 'vue' { AiGenerateDialog: typeof import('./src/components/map-editor/AiGenerateDialog.vue')['default'] ConfigPageBase: typeof import('./src/components/ConfigPageBase.vue')['default'] DataTablePro: typeof import('./src/components/DataTablePro.vue')['default'] + EdgeInspector: typeof import('./src/components/workflow/EdgeInspector.vue')['default'] EditPropertyPanel: typeof import('./src/components/map-editor/EditPropertyPanel.vue')['default'] EditStatusBar: typeof import('./src/components/map-editor/EditStatusBar.vue')['default'] EditToolRail: typeof import('./src/components/map-editor/EditToolRail.vue')['default'] @@ -81,6 +82,8 @@ declare module 'vue' { MapMonitorConfigGroup: typeof import('./src/components/config/MapMonitorConfigGroup.vue')['default'] MissionListPanel: typeof import('./src/components/workbench/MissionListPanel.vue')['default'] MonitorSelectionPanel: typeof import('./src/components/workbench/MonitorSelectionPanel.vue')['default'] + NodeInspector: typeof import('./src/components/workflow/NodeInspector.vue')['default'] + NodePalette: typeof import('./src/components/workflow/NodePalette.vue')['default'] PermissionGuard: typeof import('./src/components/PermissionGuard.vue')['default'] PluginListPanel: typeof import('./src/components/reflection/PluginListPanel.vue')['default'] ProjectBrowseDialog: typeof import('./src/components/map-editor/ProjectBrowseDialog.vue')['default'] @@ -96,6 +99,9 @@ declare module 'vue' { VehicleHealthCard: typeof import('./src/components/fleet/VehicleHealthCard.vue')['default'] VehicleMonitorPanel: typeof import('./src/components/workbench/VehicleMonitorPanel.vue')['default'] WorkbenchSidePanel: typeof import('./src/components/workbench/WorkbenchSidePanel.vue')['default'] + WorkflowEditor: typeof import('./src/components/workflow/WorkflowEditor.vue')['default'] + WorkflowListPanel: typeof import('./src/components/workflow/WorkflowListPanel.vue')['default'] + WorkflowNode: typeof import('./src/components/workflow/WorkflowNode.vue')['default'] Workspace3D: typeof import('./src/components/Workspace3D.vue')['default'] WorkspaceCanvasToolbar: typeof import('./src/components/workspace/WorkspaceCanvasToolbar.vue')['default'] }