113 lines
3.5 KiB
JSON
113 lines
3.5 KiB
JSON
{
|
|
"id": "",
|
|
"actionNodes": [
|
|
{
|
|
"id": "c5cd772a-04be-418e-a811-3787f98a2285",
|
|
"name": "app.record.create.show",
|
|
"title": "レコード追加画面",
|
|
"subTitle": "レコード追加画面を表示した後",
|
|
"inputPoint": "",
|
|
"outputPoints": [],
|
|
"isRoot": true,
|
|
"actionProps": [],
|
|
"ActionValue": {},
|
|
"nextNodeIds": {
|
|
"": "1eb097b1-9d08-462e-97b0-6e3e1232edef"
|
|
}
|
|
},
|
|
{
|
|
"id": "1eb097b1-9d08-462e-97b0-6e3e1232edef",
|
|
"name": "属性UIテスト用",
|
|
"inputPoint": "",
|
|
"outputPoints": [],
|
|
"actionProps": [
|
|
{
|
|
"component": "InputText",
|
|
"props": {
|
|
"name": "displayName",
|
|
"displayName": "表示名",
|
|
"placeholder": "表示を入力してください",
|
|
"hint": "",
|
|
"modelValue": "属性UIテスト用"
|
|
}
|
|
},
|
|
{
|
|
"component": "AppFieldSelect",
|
|
"props": {
|
|
"displayName": "フィールド選択(複数)",
|
|
"modelValue": {
|
|
"app": {
|
|
"id": "64",
|
|
"name": "日報テスト",
|
|
"description": "日々の業務内容、報告事項、所感などを記載していくアプリです。\n記録を行うだけでなく、あとからの振り返りやメンバー間のコミュニケーションにも活用できます。",
|
|
"createdate": "2023/07/15 10:15:03"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "ステータス",
|
|
"type": "STATUS",
|
|
"code": "ステータス",
|
|
"label": "ステータス",
|
|
"enabled": false
|
|
}
|
|
]
|
|
},
|
|
"name": "selectFields",
|
|
"placeholder": "アプリ選択後、フィールドを選んでください",
|
|
"selectType": "multiple"
|
|
}
|
|
},
|
|
{
|
|
"component": "AppFieldSelect",
|
|
"props": {
|
|
"displayName": "フィールド選択(単一)",
|
|
"modelValue": {
|
|
"app": {
|
|
"id": "58",
|
|
"name": "日報",
|
|
"description": "",
|
|
"createdate": "2023/07/13 19:05:26"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "所感、学び",
|
|
"type": "MULTI_LINE_TEXT",
|
|
"code": "文字列__複数行__0",
|
|
"label": "所感、学び",
|
|
"noLabel": false,
|
|
"required": false,
|
|
"defaultValue": ""
|
|
}
|
|
]
|
|
},
|
|
"name": "selectField",
|
|
"placeholder": "アプリ選択後、フィールドを選んでください",
|
|
"selectType": "single"
|
|
}
|
|
},
|
|
{
|
|
"component": "ColorPicker",
|
|
"props": {
|
|
"displayName": "色選択",
|
|
"modelValue": "#f50000",
|
|
"name": "color",
|
|
"placeholder": "カラーを選択してください"
|
|
}
|
|
},
|
|
{
|
|
"component": "NumInput",
|
|
"props": {
|
|
"displayName": "数値入力フィールド",
|
|
"modelValue": 100,
|
|
"name": "num",
|
|
"max": 100,
|
|
"min": 0,
|
|
"placeholder": "数値を入力してください"
|
|
}
|
|
}
|
|
],
|
|
"prevNodeId": "c5cd772a-04be-418e-a811-3787f98a2285",
|
|
"nextNodeIds": {}
|
|
}
|
|
]
|
|
} |