cloud-ide-layout 1.0.219 → 1.0.220
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/{cloud-ide-layout-cloud-ide-layout-CXK0yI_8.mjs → cloud-ide-layout-cloud-ide-layout-CAzDS9mo.mjs} +6 -5
- package/fesm2022/cloud-ide-layout-cloud-ide-layout-CAzDS9mo.mjs.map +1 -0
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-QV-rcofp.mjs → cloud-ide-layout-dashboard-manager.component-D1E7EzFZ.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-QV-rcofp.mjs.map → cloud-ide-layout-dashboard-manager.component-D1E7EzFZ.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-B3OjLIc_.mjs → cloud-ide-layout-drawer-theme.component-5uE0XcKu.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-B3OjLIc_.mjs.map → cloud-ide-layout-drawer-theme.component-5uE0XcKu.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-D80JDbmz.mjs → cloud-ide-layout-home-wrapper.component-44J6ywiJ.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-D80JDbmz.mjs.map → cloud-ide-layout-home-wrapper.component-44J6ywiJ.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-CEsInZTY.mjs → cloud-ide-layout-sidedrawer-notes.component-CaikMciG.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-CEsInZTY.mjs.map → cloud-ide-layout-sidedrawer-notes.component-CaikMciG.mjs.map} +1 -1
- package/fesm2022/cloud-ide-layout.mjs +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
- package/fesm2022/cloud-ide-layout-cloud-ide-layout-CXK0yI_8.mjs.map +0 -1
|
@@ -716,6 +716,7 @@ class AppStateHelperService {
|
|
|
716
716
|
activeModuleInfo = this.appStateService.activeModuleInfo;
|
|
717
717
|
activeEntity = this.appStateService.activeEntity;
|
|
718
718
|
activeAcademicYear = this.appStateService.activeAcademicYear;
|
|
719
|
+
studentModel = this.appStateService.studentModel;
|
|
719
720
|
/**
|
|
720
721
|
* Get current user value (non-reactive)
|
|
721
722
|
*/
|
|
@@ -5528,8 +5529,8 @@ class CideLytSidedrawerWrapperComponent {
|
|
|
5528
5529
|
}
|
|
5529
5530
|
ngOnInit() {
|
|
5530
5531
|
// Initialize the component map (You'd likely populate this from a config or service)
|
|
5531
|
-
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-
|
|
5532
|
-
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-
|
|
5532
|
+
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-CaikMciG.mjs').then(m => m.CideLytSidedrawerNotesComponent);
|
|
5533
|
+
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-5uE0XcKu.mjs').then(m => m.CideLytDrawerThemeComponent);
|
|
5533
5534
|
}
|
|
5534
5535
|
async loadComponent(configFor) {
|
|
5535
5536
|
console.log('🔍 SIDEDRAWER - Loading component:', configFor, 'Current tab:', this.currentTabId);
|
|
@@ -7254,7 +7255,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
7254
7255
|
},
|
|
7255
7256
|
{
|
|
7256
7257
|
path: "home",
|
|
7257
|
-
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-
|
|
7258
|
+
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-44J6ywiJ.mjs').then(c => c.CideLytHomeWrapperComponent),
|
|
7258
7259
|
canActivate: [authGuard],
|
|
7259
7260
|
data: {
|
|
7260
7261
|
sypg_page_code: "cide_lyt_home" // Used by RequestService to fetch tab properties
|
|
@@ -7262,7 +7263,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
7262
7263
|
},
|
|
7263
7264
|
{
|
|
7264
7265
|
path: "dashboard-manager",
|
|
7265
|
-
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-
|
|
7266
|
+
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-D1E7EzFZ.mjs').then(c => c.DashboardManagerComponent),
|
|
7266
7267
|
canActivate: [authGuard],
|
|
7267
7268
|
data: {
|
|
7268
7269
|
sypg_page_code: "cide_lyt_dashboard_manager"
|
|
@@ -9086,4 +9087,4 @@ var floatingEntitySelection_component = /*#__PURE__*/Object.freeze({
|
|
|
9086
9087
|
*/
|
|
9087
9088
|
|
|
9088
9089
|
export { AppStateHelperService as A, CideLytSharedWrapperComponent as C, ENVIRONMENT_CONFIG as E, NotificationSettingsService as N, RightsService as R, CideLytSidebarService as a, CideLytSidedrawerService as b, CideLytThemeService as c, CloudIdeLayoutService as d, CloudIdeLayoutComponent as e, CideLytSharedService as f, ComponentContextService as g, layoutControlPannelChildRoutes as h, CustomRouteReuseStrategy as i, CideLytRequestService as j, AppStateService as k, layoutRoutes as l, CideLytUserStatusService as m, CacheManagerService as n, CideLytFileManagerService as o, processThemeVariable as p, CideLytFloatingEntityRightsSharingComponent as q, CideLytFloatingEntityRightsSharingService as r, setCSSVariable as s, themeFactory as t, CideLytFloatingEntitySelectionComponent as u, CideLytFloatingEntitySelectionService as v };
|
|
9089
|
-
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-
|
|
9090
|
+
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-CAzDS9mo.mjs.map
|