cloud-ide-layout 1.0.216 → 1.0.217
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-fLgpr_dY.mjs → cloud-ide-layout-cloud-ide-layout-CiHfhtlY.mjs} +11 -5
- package/fesm2022/cloud-ide-layout-cloud-ide-layout-CiHfhtlY.mjs.map +1 -0
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-CVYP8nuM.mjs → cloud-ide-layout-dashboard-manager.component-FIj6BGFA.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-CVYP8nuM.mjs.map → cloud-ide-layout-dashboard-manager.component-FIj6BGFA.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-B2lokDrC.mjs → cloud-ide-layout-drawer-theme.component-ctgJ_ijQ.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-B2lokDrC.mjs.map → cloud-ide-layout-drawer-theme.component-ctgJ_ijQ.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-CuyPLv7n.mjs → cloud-ide-layout-home-wrapper.component-B0c2PATc.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-CuyPLv7n.mjs.map → cloud-ide-layout-home-wrapper.component-B0c2PATc.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-CRz1cgo4.mjs → cloud-ide-layout-sidedrawer-notes.component-DHXNvtpU.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-CRz1cgo4.mjs.map → cloud-ide-layout-sidedrawer-notes.component-DHXNvtpU.mjs.map} +1 -1
- package/fesm2022/cloud-ide-layout.mjs +1 -1
- package/index.d.ts +4 -0
- package/package.json +1 -1
- package/fesm2022/cloud-ide-layout-cloud-ide-layout-fLgpr_dY.mjs.map +0 -1
|
@@ -928,6 +928,12 @@ class AppStateHelperService {
|
|
|
928
928
|
const academicYear = this.getActiveAcademicYear();
|
|
929
929
|
return academicYear?._id || null;
|
|
930
930
|
}
|
|
931
|
+
/**
|
|
932
|
+
* Set the student model
|
|
933
|
+
*/
|
|
934
|
+
setStudentModel(model) {
|
|
935
|
+
this.appStateService.setStudentModel(model);
|
|
936
|
+
}
|
|
931
937
|
/**
|
|
932
938
|
* Manually refresh state from localStorage
|
|
933
939
|
*/
|
|
@@ -5511,8 +5517,8 @@ class CideLytSidedrawerWrapperComponent {
|
|
|
5511
5517
|
}
|
|
5512
5518
|
ngOnInit() {
|
|
5513
5519
|
// Initialize the component map (You'd likely populate this from a config or service)
|
|
5514
|
-
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-
|
|
5515
|
-
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-
|
|
5520
|
+
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-DHXNvtpU.mjs').then(m => m.CideLytSidedrawerNotesComponent);
|
|
5521
|
+
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-ctgJ_ijQ.mjs').then(m => m.CideLytDrawerThemeComponent);
|
|
5516
5522
|
}
|
|
5517
5523
|
async loadComponent(configFor) {
|
|
5518
5524
|
console.log('🔍 SIDEDRAWER - Loading component:', configFor, 'Current tab:', this.currentTabId);
|
|
@@ -7237,7 +7243,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
7237
7243
|
},
|
|
7238
7244
|
{
|
|
7239
7245
|
path: "home",
|
|
7240
|
-
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-
|
|
7246
|
+
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-B0c2PATc.mjs').then(c => c.CideLytHomeWrapperComponent),
|
|
7241
7247
|
canActivate: [authGuard],
|
|
7242
7248
|
data: {
|
|
7243
7249
|
sypg_page_code: "cide_lyt_home" // Used by RequestService to fetch tab properties
|
|
@@ -7245,7 +7251,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
7245
7251
|
},
|
|
7246
7252
|
{
|
|
7247
7253
|
path: "dashboard-manager",
|
|
7248
|
-
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-
|
|
7254
|
+
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-FIj6BGFA.mjs').then(c => c.DashboardManagerComponent),
|
|
7249
7255
|
canActivate: [authGuard],
|
|
7250
7256
|
data: {
|
|
7251
7257
|
sypg_page_code: "cide_lyt_dashboard_manager"
|
|
@@ -9069,4 +9075,4 @@ var floatingEntitySelection_component = /*#__PURE__*/Object.freeze({
|
|
|
9069
9075
|
*/
|
|
9070
9076
|
|
|
9071
9077
|
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 };
|
|
9072
|
-
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-
|
|
9078
|
+
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-CiHfhtlY.mjs.map
|