From ead66584553ab90af3ad45d42c0f38cd00d48538 Mon Sep 17 00:00:00 2001 From: maxiaozhe Date: Thu, 26 Oct 2023 09:15:34 +0900 Subject: [PATCH] =?UTF-8?q?floweditor=20=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/right/PropertyPanel.vue | 8 +- frontend/src/pages/FlowChart.vue | 33 ++- frontend/src/stores/flowEditor.ts | 5 +- frontend/src/types/KintoneEvents.ts | 40 +-- frontend/yarn.lock | 232 +++++++++++------- plugin/kintone-addins/yarn.lock | 210 ++++++++++++++++ 6 files changed, 392 insertions(+), 136 deletions(-) create mode 100644 plugin/kintone-addins/yarn.lock diff --git a/frontend/src/components/right/PropertyPanel.vue b/frontend/src/components/right/PropertyPanel.vue index d7c2f05..69a642e 100644 --- a/frontend/src/components/right/PropertyPanel.vue +++ b/frontend/src/components/right/PropertyPanel.vue @@ -28,7 +28,7 @@