补全任务编排界面未提交的代码
This commit is contained in:
@@ -11,6 +11,7 @@ declare module 'vue' {
|
|||||||
AiGenerateDialog: typeof import('./src/components/map-editor/AiGenerateDialog.vue')['default']
|
AiGenerateDialog: typeof import('./src/components/map-editor/AiGenerateDialog.vue')['default']
|
||||||
ConfigPageBase: typeof import('./src/components/ConfigPageBase.vue')['default']
|
ConfigPageBase: typeof import('./src/components/ConfigPageBase.vue')['default']
|
||||||
DataTablePro: typeof import('./src/components/DataTablePro.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']
|
EditPropertyPanel: typeof import('./src/components/map-editor/EditPropertyPanel.vue')['default']
|
||||||
EditStatusBar: typeof import('./src/components/map-editor/EditStatusBar.vue')['default']
|
EditStatusBar: typeof import('./src/components/map-editor/EditStatusBar.vue')['default']
|
||||||
EditToolRail: typeof import('./src/components/map-editor/EditToolRail.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']
|
MapMonitorConfigGroup: typeof import('./src/components/config/MapMonitorConfigGroup.vue')['default']
|
||||||
MissionListPanel: typeof import('./src/components/workbench/MissionListPanel.vue')['default']
|
MissionListPanel: typeof import('./src/components/workbench/MissionListPanel.vue')['default']
|
||||||
MonitorSelectionPanel: typeof import('./src/components/workbench/MonitorSelectionPanel.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']
|
PermissionGuard: typeof import('./src/components/PermissionGuard.vue')['default']
|
||||||
PluginListPanel: typeof import('./src/components/reflection/PluginListPanel.vue')['default']
|
PluginListPanel: typeof import('./src/components/reflection/PluginListPanel.vue')['default']
|
||||||
ProjectBrowseDialog: typeof import('./src/components/map-editor/ProjectBrowseDialog.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']
|
VehicleHealthCard: typeof import('./src/components/fleet/VehicleHealthCard.vue')['default']
|
||||||
VehicleMonitorPanel: typeof import('./src/components/workbench/VehicleMonitorPanel.vue')['default']
|
VehicleMonitorPanel: typeof import('./src/components/workbench/VehicleMonitorPanel.vue')['default']
|
||||||
WorkbenchSidePanel: typeof import('./src/components/workbench/WorkbenchSidePanel.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']
|
Workspace3D: typeof import('./src/components/Workspace3D.vue')['default']
|
||||||
WorkspaceCanvasToolbar: typeof import('./src/components/workspace/WorkspaceCanvasToolbar.vue')['default']
|
WorkspaceCanvasToolbar: typeof import('./src/components/workspace/WorkspaceCanvasToolbar.vue')['default']
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user