From 2240603c2cb5756e2f866007bef1a22430b8e015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=93=B2=20=E9=A6=AC?= Date: Mon, 31 Jul 2023 08:50:35 +0000 Subject: [PATCH 1/3] =?UTF-8?q?Renamed=20VUE3.0=E3=82=B3=E3=83=BC=E3=83=87?= =?UTF-8?q?=E3=82=A3=E3=83=B3=E3=82=B0=E3=83=AB=E3=83=BC=E3=83=AB.md=20to?= =?UTF-8?q?=20VUE3.0-coding-rule.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/{VUE3.0コーディングルール.md => VUE3.0-coding-rule.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename frontend/{VUE3.0コーディングルール.md => VUE3.0-coding-rule.md} (100%) diff --git a/frontend/VUE3.0コーディングルール.md b/frontend/VUE3.0-coding-rule.md similarity index 100% rename from frontend/VUE3.0コーディングルール.md rename to frontend/VUE3.0-coding-rule.md From a04f7b1bd51a20689f04a3e89ff9cf8e8e64c07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=93=B2=20=E9=A6=AC?= Date: Mon, 31 Jul 2023 08:51:25 +0000 Subject: [PATCH 2/3] Updated README.md --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index b8ccb31..4dea4d1 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -50,4 +50,4 @@ See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar- ## VUE3.0编程规范 1. [VUE3.0编程概要](./VUE3.0概要.md) -2. [VUE3.0编程规范](./VUE3.0コーディングルール.md) +2. [VUE3.0编程规范](./VUE3.0-coding-rule.md) From 0ec2b2275457c2dec9809cd9c3861b2d8e5758e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=20=E6=9F=8F?= Date: Wed, 2 Aug 2023 11:35:32 +0000 Subject: [PATCH 3/3] App,Field,Action Select Dialogue --- document/Kintone自動化ツール設計図.drawio | 14 +-- frontend/src/components/ActionSelect.vue | 40 +++++++++ frontend/src/components/AppSelect.vue | 33 ++++--- frontend/src/components/FieldSelect.vue | 47 ++++++++++ frontend/src/components/ShowDialog.vue | 3 +- frontend/src/pages/RuleEditor.vue | 101 ++++++++-------------- 6 files changed, 155 insertions(+), 83 deletions(-) create mode 100644 frontend/src/components/ActionSelect.vue create mode 100644 frontend/src/components/FieldSelect.vue diff --git a/document/Kintone自動化ツール設計図.drawio b/document/Kintone自動化ツール設計図.drawio index 4ad1e68..5c5b1ae 100644 --- a/document/Kintone自動化ツール設計図.drawio +++ b/document/Kintone自動化ツール設計図.drawio @@ -1,6 +1,6 @@ - + @@ -763,23 +763,23 @@ - + - + - + - + - + - + diff --git a/frontend/src/components/ActionSelect.vue b/frontend/src/components/ActionSelect.vue new file mode 100644 index 0000000..9228315 --- /dev/null +++ b/frontend/src/components/ActionSelect.vue @@ -0,0 +1,40 @@ + + diff --git a/frontend/src/components/AppSelect.vue b/frontend/src/components/AppSelect.vue index 0eab75a..1bd5e92 100644 --- a/frontend/src/components/AppSelect.vue +++ b/frontend/src/components/AppSelect.vue @@ -1,11 +1,11 @@ -