diff --git a/components.d.ts b/components.d.ts index b586813..b0e6dae 100644 --- a/components.d.ts +++ b/components.d.ts @@ -11,17 +11,17 @@ declare module 'vue' { BaseBoard: typeof import('./src/components/equipments/BaseBoard.vue')['default'] Canvas: typeof import('./src/components/Canvas.vue')['default'] CollapsibleSection: typeof import('./src/components/CollapsibleSection.vue')['default'] - ComponentSelector: typeof import('./src/components/ComponentSelector.vue')['default'] + ComponentSelector: typeof import('./src/components/LabCanvas/ComponentSelector.vue')['default'] DDR: typeof import('./src/components/equipments/DDR.vue')['default'] DDS: typeof import('./src/components/equipments/DDS.vue')['default'] DDSPropertyEditor: typeof import('./src/components/equipments/DDSPropertyEditor.vue')['default'] - DiagramCanvas: typeof import('./src/components/DiagramCanvas.vue')['default'] + DiagramCanvas: typeof import('./src/components/LabCanvas/DiagramCanvas.vue')['default'] Dialog: typeof import('./src/components/Dialog.vue')['default'] ETH: typeof import('./src/components/equipments/ETH.vue')['default'] HDMI: typeof import('./src/components/equipments/HDMI.vue')['default'] - LabCanvas: typeof import('./src/components/LabCanvas/LabCanvas.vue')['default'] + LabCanvas: typeof import('./src/components/LabCanvasNew/LabCanvas.vue')['default'] LabCanvasNew: typeof import('./src/components/LabCanvas/LabCanvasNew.vue')['default'] - LabComponentsDrawer: typeof import('./src/components/LabCanvas/LabComponentsDrawer.vue')['default'] + LabComponentsDrawer: typeof import('./src/components/LabCanvasNew/LabComponentsDrawer.vue')['default'] LabComponentsDrawerNew: typeof import('./src/components/LabCanvas/LabComponentsDrawerNew.vue')['default'] LoginCard: typeof import('./src/components/LoginCard.vue')['default'] MarkdownRenderer: typeof import('./src/components/MarkdownRenderer.vue')['default'] @@ -43,6 +43,9 @@ declare module 'vue' { Sidebar: typeof import('./src/components/Sidebar.vue')['default'] SMA: typeof import('./src/components/equipments/SMA.vue')['default'] SMT_LED: typeof import('./src/components/equipments/SMT_LED.vue')['default'] + SplitterGroup: typeof import('reka-ui')['SplitterGroup'] + SplitterPanel: typeof import('reka-ui')['SplitterPanel'] + SplitterResizeHandle: typeof import('reka-ui')['SplitterResizeHandle'] Switch: typeof import('./src/components/equipments/Switch.vue')['default'] ThemeControlButton: typeof import('./src/components/ThemeControlButton.vue')['default'] ThemeControlToggle: typeof import('./src/components/ThemeControlToggle.vue')['default'] diff --git a/src/components/ComponentSelector.vue b/src/components/LabCanvas/ComponentSelector.vue similarity index 99% rename from src/components/ComponentSelector.vue rename to src/components/LabCanvas/ComponentSelector.vue index b477ed9..3d40b6a 100644 --- a/src/components/ComponentSelector.vue +++ b/src/components/LabCanvas/ComponentSelector.vue @@ -181,8 +181,8 @@ - diff --git a/src/views/ProjectViewBack.vue b/src/views/ProjectViewBack.vue deleted file mode 100644 index 88bc8c3..0000000 --- a/src/views/ProjectViewBack.vue +++ /dev/null @@ -1,844 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/views/ProjectViewNew.vue b/src/views/ProjectViewNew.vue new file mode 100644 index 0000000..6705c88 --- /dev/null +++ b/src/views/ProjectViewNew.vue @@ -0,0 +1,38 @@ + + + + + + + + + Panel A + + + + + + + + +