@@ -64,7 +64,7 @@ FormView.type: 'simple' | 'tabbed' | 'wizard' | 'split' | 'drawer' | 'modal'
6464- [x] Modal Form - Dialog-based form (Dialog)
6565- [x] Section/Group support (collapsible, columns per section)
6666- [x] FormField.colSpan support
67- - [ ] FormField.dependsOn (field dependencies) — type defined, runtime evaluation pending
67+ - [x ] FormField.dependsOn (field dependencies) — runtime evaluation in FormSectionRenderer
6868- [x] FormField.widget (custom widget override)
6969
7070---
@@ -97,8 +97,9 @@ Action.params: ActionParam[]
9797- [x] Conditional visibility & enabled state (via expression evaluation)
9898
9999** Remaining:**
100- - [ ] ActionParam UI collection (before execution) — param form dialog
101- - [ ] FormField.dependsOn (field dependencies) — type defined, runtime evaluation pending
100+ - [x] ActionParam UI collection (before execution) — ActionParamDialog + ParamCollectionHandler
101+ - [x] FormField.dependsOn (field dependencies) — runtime evaluation in FormSectionRenderer
102+ - [x] FormField.visibleOn (expression-based visibility) — evaluated via ExpressionEvaluator
102103
103104---
104105
@@ -135,8 +136,6 @@ Reusable `useNavigationOverlay` hook in @object-ui/react + `NavigationOverlay` c
135136** Remaining:**
136137- [ ] ` navigation.view ` property — target view/form schema lookup (currently renders field list)
137138- [ ] ObjectForm integration in overlay content (render forms when editing)
138- - [ ] ActionParam UI collection (before execution) — param form dialog
139- - [ ] FormField.dependsOn (field dependencies) — type defined, runtime evaluation pending
140139
141140---
142141
@@ -198,7 +197,7 @@ PageRenderer supports four page types with region-based layouts and page-level v
198197- [x] 36 PageRenderer tests + 23 usePageVariables tests, all passing
199198
200199** Remaining:**
201- - [ ] Page.template support (predefined layout templates)
200+ - [x ] Page.template support (predefined layout templates: default, header-sidebar-main, three-column, dashboard )
202201- [ ] Page.object data binding (auto-fetch record data)
203202
204203---
@@ -283,7 +282,7 @@ WidgetManifest: {
283282
284283- [ ] Responsive grid layout
285284- [ ] Multi-column layout components
286- - [ ] Layout templates
285+ - [x ] Layout templates (4 predefined: default, header-sidebar-main, three-column, dashboard)
287286
288287---
289288
0 commit comments