From ad827c1dc8ce717fa6823d3542d2c6e728300e0a Mon Sep 17 00:00:00 2001 From: "xiaozhe.ma" Date: Fri, 6 Sep 2024 09:08:56 +0900 Subject: [PATCH] =?UTF-8?q?feat:TASK617-681=E4=BF=AE=E6=AD=A3=20617:?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E6=9B=B4=E6=96=B0=E6=99=82Toast=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=20618:=E3=83=95=E3=82=A3=E3=83=BC=E3=83=AB=E3=83=89?= =?UTF-8?q?=E3=81=AE=E8=A1=A8=E7=A4=BA=E4=BB=B6=E6=95=B0=E3=80=81=E5=88=9D?= =?UTF-8?q?=E6=9C=9F=E3=82=BD=E3=83=BC=E3=83=89=E9=A0=86=E5=A4=89=E6=9B=B4?= =?UTF-8?q?=20=E3=81=9D=E3=81=AE=E4=BB=96=EF=BC=9A=E3=83=95=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=82=A8=E3=83=87=E3=82=A3=E3=82=BF=E3=81=AE=E4=B8=8D?= =?UTF-8?q?=E5=85=B7=E5=90=88=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/FieldList.vue | 17 +++++- frontend/src/components/FieldSelect.vue | 4 +- frontend/src/components/left/EventTree.vue | 14 ++--- frontend/src/components/right/EventSetter.vue | 12 ++-- .../src/components/right/PropertyPanel.vue | 8 +-- frontend/src/pages/FlowChart.vue | 15 ++++- frontend/src/stores/flowEditor.ts | 19 +++++- frontend/src/types/ActionTypes.ts | 13 ++-- frontend/src/types/KintoneEvents.ts | 22 +++---- plugin/kintone-addins/readme.md | 60 +++++++++++++++---- 10 files changed, 127 insertions(+), 57 deletions(-) diff --git a/frontend/src/components/FieldList.vue b/frontend/src/components/FieldList.vue index 9669d51..dee41f0 100644 --- a/frontend/src/components/FieldList.vue +++ b/frontend/src/components/FieldList.vue @@ -1,13 +1,18 @@