From 78bba2502f56559c3554b6dc05a07c9c0a4c52a8 Mon Sep 17 00:00:00 2001 From: Mouriya Date: Sat, 25 May 2024 07:01:58 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=BC=E3=82=BF=E3=83=BB=E3=83=9E?= =?UTF-8?q?=E3=83=83=E3=83=94=E3=83=B3=E3=82=B0=E3=83=BB=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=AE=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/right/DataMapping.vue | 165 ++++++++++++++++++ .../src/components/right/PropertyList.vue | 4 +- 2 files changed, 168 insertions(+), 1 deletion(-) create mode 100644 frontend/src/components/right/DataMapping.vue diff --git a/frontend/src/components/right/DataMapping.vue b/frontend/src/components/right/DataMapping.vue new file mode 100644 index 0000000..d26b6ed --- /dev/null +++ b/frontend/src/components/right/DataMapping.vue @@ -0,0 +1,165 @@ + + + + \ No newline at end of file diff --git a/frontend/src/components/right/PropertyList.vue b/frontend/src/components/right/PropertyList.vue index f19bf98..a08141a 100644 --- a/frontend/src/components/right/PropertyList.vue +++ b/frontend/src/components/right/PropertyList.vue @@ -22,6 +22,7 @@ import EventSetter from '../right/EventSetter.vue'; import ColorPicker from './ColorPicker.vue'; import NumInput from './NumInput.vue'; import DataProcessing from './DataProcessing.vue'; +import DataMapping from './DataMapping.vue'; import { IActionNode,IActionProperty,IProp } from 'src/types/ActionTypes'; export default defineComponent({ @@ -37,7 +38,8 @@ export default defineComponent({ EventSetter, ColorPicker, NumInput, - DataProcessing + DataProcessing, + DataMapping }, props: { nodeProps: {