From fd71e1e16e075d082c8e29f05a3884ee6a7c7325 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 21 Nov 2021 16:54:59 +0100 Subject: [PATCH] update: Add names to components Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- package.json | 1 + .../Background/Background.vue | 8 ++++++-- .../Controls/ControlButton.vue | 12 +++++------- src/additional-components/Controls/Controls.vue | 8 ++++++-- src/additional-components/MiniMap/MiniMap.vue | 15 ++++++++------- src/additional-components/MiniMap/MiniMapNode.vue | 6 ++++++ src/components/ConnectionLine/ConnectionLine.vue | 5 +++++ src/components/Edges/BezierEdge.vue | 1 + src/components/Edges/EdgeAnchor.vue | 5 +++++ src/components/Edges/EdgeText.vue | 5 +++++ src/components/Edges/EdgeWrapper.vue | 5 +++++ src/components/Edges/SmoothStepEdge.vue | 1 + src/components/Edges/StepEdge.vue | 5 +++++ src/components/Edges/StraightEdge.vue | 1 + src/components/Handle/Handle.vue | 5 +++++ src/components/Loading/LoadingIndicator.vue | 5 +++++ src/components/Nodes/DefaultNode.vue | 1 + src/components/Nodes/InputNode.vue | 1 + src/components/Nodes/NodeWrapper.vue | 5 +++++ src/components/Nodes/OutputNode.vue | 1 + src/components/NodesSelection/NodesSelection.vue | 5 +++++ src/components/UserSelection/SelectionRect.vue | 5 +++++ src/components/UserSelection/UserSelection.vue | 5 +++++ src/container/EdgeRenderer/EdgeRenderer.vue | 5 +++++ src/container/EdgeRenderer/Marker.vue | 5 +++++ src/container/EdgeRenderer/MarkerDefinitions.vue | 5 +++++ src/container/NodeRenderer/NodeRenderer.vue | 5 +++++ src/container/SelectionPane/SelectionPane.vue | 1 + src/container/VueFlow/VueFlow.vue | 3 +-- src/container/ZoomPane/ZoomPane.vue | 5 +++++ yarn.lock | 5 +++++ 31 files changed, 125 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 6ee0ddf8..c74f55aa 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "d3": "^7.1.1", "d3-selection": "^3.0.0", "d3-zoom": "^3.0.0", + "defu": "^5.0.0", "microdiff": "^1.2.0", "pinia": "^2.0.0-rc.10" }, diff --git a/src/additional-components/Background/Background.vue b/src/additional-components/Background/Background.vue index e1ed7390..80aa4219 100644 --- a/src/additional-components/Background/Background.vue +++ b/src/additional-components/Background/Background.vue @@ -1,9 +1,8 @@ +