Merge commit
This commit is contained in:
parent
1d307fcd35
commit
4785ccb49f
|
@ -6037,6 +6037,7 @@
|
||||||
"name": "Multi step Formblock",
|
"name": "Multi step Formblock",
|
||||||
"icon": "AssetsAdded",
|
"icon": "AssetsAdded",
|
||||||
"block": true,
|
"block": true,
|
||||||
|
"hasChildren": false,
|
||||||
"settings": [
|
"settings": [
|
||||||
{
|
{
|
||||||
"type": "table",
|
"type": "table",
|
||||||
|
@ -6057,11 +6058,64 @@
|
||||||
{
|
{
|
||||||
"type": "stepConfiguration",
|
"type": "stepConfiguration",
|
||||||
"key": "steps",
|
"key": "steps",
|
||||||
"label": "Multi Steps"
|
"nested": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"resetOn": ["dataSource", "actionType"]
|
"resetOn": ["dataSource", "actionType"]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"type": "ValidateForm",
|
||||||
|
"suffix": "form"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ClearForm",
|
||||||
|
"suffix": "form"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "UpdateFieldValue",
|
||||||
|
"suffix": "form"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ScrollTo",
|
||||||
|
"suffix": "form"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "ChangeFormStep",
|
||||||
|
"suffix": "form"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"context": [
|
||||||
|
{
|
||||||
|
"type": "form",
|
||||||
|
"suffix": "form"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "static",
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"label": "Value",
|
||||||
|
"key": "__value",
|
||||||
|
"type": "object"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Valid",
|
||||||
|
"key": "__valid",
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Current Step",
|
||||||
|
"key": "__currentStep",
|
||||||
|
"type": "number"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Current Step Valid",
|
||||||
|
"key": "__currentStepValid",
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"formblock": {
|
"formblock": {
|
||||||
|
|
Loading…
Reference in New Issue