refactor: update SDUIFormWidget error handling, enhance StepperSDUI with state management and scrolling behavior, and clean up SDUIWidgetModel documentation

This commit is contained in:
2026-01-04 10:03:28 +03:30
parent 26f94345f6
commit 4dcc574e19
4 changed files with 787 additions and 16 deletions

View File

@@ -95,7 +95,7 @@ sealed class SDUIWidgetModel with _$SDUIWidgetModel {
String? visibleCondition,
}) = _SizedBox;
// تبدیل مستقیم JSON به مدل بدون هیچ واسطه‌ای
factory SDUIWidgetModel.fromJson(Map<String, dynamic> json) =>
_$SDUIWidgetModelFromJson(json);