You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Gallery | GalleryConfigSchema | ⚠️ | coverField, coverFit, cardSize, titleField, visibleFields (implemented but type not exported from @object-ui/types) | Type export missing from index.ts |
907
+
| Gallery | GalleryConfigSchema | ⚠️ | coverField, coverFit, cardSize, titleField, visibleFields | Type implemented but not exported from @object-ui/types index.ts |
908
908
| Timeline | TimelineConfigSchema | ❌ | — | Type NOT defined; uses non-standard `dateField` instead of spec `startDateField`; missing: endDateField, groupByField, colorField, scale |
909
909
| Map | (no spec config) | N/A | locationField, latitudeField, longitudeField, titleField | N/A (no MapConfig in spec) |
910
910
@@ -934,7 +934,7 @@ Each package is rated against three dimensions:
934
934
|**Focus / Keyboard**| FocusManagementSchema, FocusTrapConfigSchema, KeyboardNavigationConfigSchema, KeyboardShortcutSchema | 🔲 Not Started | Types re-exported; no focus management runtime |
935
935
|**Notifications**| NotificationSchema, NotificationActionSchema, NotificationConfigSchema, NotificationPositionSchema, NotificationSeveritySchema, NotificationTypeSchema | 🔲 Not Started | Types re-exported; no notification system implemented |
936
936
|**Offline / Sync**| OfflineCacheConfigSchema, OfflineConfigSchema, OfflineStrategySchema, SyncConfigSchema, ConflictResolutionSchema, PersistStorageSchema, EvictionPolicySchema | 🔲 Not Started | Service Worker caching in @object-ui/mobile; spec offline schemas not consumed |
937
-
|**View Enhancements**| ColumnSummarySchema, GalleryConfigSchema, GroupingConfigSchema, GroupingFieldSchema, RowColorConfigSchema, RowHeightSchema, ViewSharingSchema, TimelineConfigSchema, DensityMode | ⚠️ Partial | ColumnSummary, Grouping, RowColor consumed in plugin-grid; Gallery implemented in plugin-list but type not exported; **TimelineConfigSchema not consumed** (uses non-standard dateField); RowHeight and DensityMode not yet implemented |
937
+
|**View Enhancements**| ColumnSummarySchema, GalleryConfigSchema, GroupingConfigSchema, GroupingFieldSchema, RowColorConfigSchema, RowHeightSchema, ViewSharingSchema, TimelineConfigSchema, DensityMode | ⚠️ Partial | ColumnSummary, Grouping, RowColor consumed in plugin-grid; Gallery implemented in plugin-list but type not exported; TimelineConfigSchema not consumed (uses non-standard dateField); RowHeight and DensityMode not yet implemented |
938
938
|**Performance**| PerformanceConfigSchema | 🔲 Not Started | Types re-exported; no performance monitoring runtime |
939
939
|**Page**| PageComponentType, PageTransitionSchema | ⚠️ Partial | Page component exists with 4 variants; PageTransitionSchema not consumed |
0 commit comments