refactor: finalize bootstrap-driven layout and widget runtime

This commit is contained in:
sdarbinyan
2026-07-05 04:17:31 +04:00
parent 6550250d13
commit c901ec1e49
19 changed files with 697 additions and 181 deletions

View File

@@ -3,6 +3,8 @@ export * from './bootstrap-config.model';
export * from './branding.model';
export * from './company.model';
export * from './feature-flags.model';
export * from './footer-config.model';
export * from './layout.model';
export * from './localization.model';
export * from './navigation.model';
export * from './page.model';
@@ -13,3 +15,4 @@ export * from './static-page.model';
export * from './tenant.model';
export * from './theme.model';
export * from './widget.model';
export * from './widget-registry.model';