From 2846297112ed017eb1b3e3286126d6b92a1e8428 Mon Sep 17 00:00:00 2001 From: "maxiaozhe@alicorns.co.jp" Date: Tue, 30 Apr 2024 12:54:20 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=83=97=E3=83=AA=E3=81=8B=E3=82=89?= =?UTF-8?q?=E3=83=95=E3=82=A3=E3=83=BC=E3=83=AB=E3=83=89=E9=81=B8=E6=8A=9E?= =?UTF-8?q?=E3=81=AE=E8=A4=87=E6=95=B0=E9=81=B8=E6=8A=9E=E3=83=BB=E5=8D=98?= =?UTF-8?q?=E4=B8=80=E9=81=B8=E6=8A=9E=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/right/AppFieldSelect.vue | 8 +++++--- plugin/kintone-addins/readme.md | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/right/AppFieldSelect.vue b/frontend/src/components/right/AppFieldSelect.vue index a6545d6..fe49486 100644 --- a/frontend/src/components/right/AppFieldSelect.vue +++ b/frontend/src/components/right/AppFieldSelect.vue @@ -82,7 +82,7 @@
-
@@ -151,9 +151,11 @@ export default defineComponent({ type: Object, default: null }, - + selectType:{ + type:String, + default:'single' + } }, - setup(props, { emit }) { const appDlg = ref(); const fieldDlg = ref(); diff --git a/plugin/kintone-addins/readme.md b/plugin/kintone-addins/readme.md index df925b9..4e85ad1 100644 --- a/plugin/kintone-addins/readme.md +++ b/plugin/kintone-addins/readme.md @@ -68,6 +68,10 @@ | modelValue | 空文字 | コンポーネントの初期値を設定します。
初期設定ないの場合は空文字で設定する。 | name | field | 属性の設定値の名前です。 | | placeholder | 対象項目を選択してください| 入力フィールドに表示されるプレースホルダーのテキストです。この場合は設定されていません。 | +| hint | 説明文| 長い説明文を設定することが可能です。(markdown形式サポート予定、現在HTML可能) | +| selectType |`single` or `multiple`| フィールド選択・他のアプリのフィールド選択の選択モードを設定する | + + ### 使用可能なコンポーネント | No. | コンポーネント名 | コンポーネントタイプ | 説明 |