feat: add stepper and page view components to SDUI, enhance form handling with dynamic visibility conditions and improved error handling

This commit is contained in:
2025-12-29 10:09:57 +03:30
parent fc0161e261
commit dcfe9f6dcf
15 changed files with 2116 additions and 31 deletions

View File

@@ -0,0 +1,9 @@
{
"type": "stepper",
"visible": true,
"data": {
"key": "activeStepperIndex",
"totalSteps": 5,
"activeStep": 0
}
}