cloud-ide-layout 1.0.10 → 1.0.11

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.
@@ -233,7 +233,7 @@ class AppStateService {
233
233
  id: user._id,
234
234
  name: user.user_fullname || `${user.user_firstname} ${user.user_lastname}`,
235
235
  email: user.user_emailid,
236
- role: user.user_id_role
236
+ role: "" // user.user_id_role
237
237
  };
238
238
  }, ...(ngDevMode ? [{ debugName: "userInfo" }] : []));
239
239
  // Computed signal for active module info
@@ -2400,8 +2400,8 @@ class CideLytSidedrawerWrapperComponent {
2400
2400
  }
2401
2401
  ngOnInit() {
2402
2402
  // Initialize the component map (You'd likely populate this from a config or service)
2403
- this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-BmadMzdl.mjs').then(m => m.CideLytSidedrawerNotesComponent);
2404
- this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-Bn5--C_Q.mjs').then(m => m.CideLytDrawerThemeComponent);
2403
+ this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-5RDOJLKd.mjs').then(m => m.CideLytSidedrawerNotesComponent);
2404
+ this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-DBnbJVq_.mjs').then(m => m.CideLytDrawerThemeComponent);
2405
2405
  }
2406
2406
  async loadComponent(configFor) {
2407
2407
  console.log('🔍 SIDEDRAWER - Loading component:', configFor, 'Current tab:', this.currentTabId);
@@ -2773,7 +2773,7 @@ const layoutControlPannelChildRoutes = [{
2773
2773
  },
2774
2774
  {
2775
2775
  path: "home",
2776
- loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-Bo-4LNLx.mjs').then(c => c.CideLytHomeWrapperComponent),
2776
+ loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-jSCIv-3f.mjs').then(c => c.CideLytHomeWrapperComponent),
2777
2777
  data: {
2778
2778
  reuseTab: true, // For CustomRouteReuseStrategy
2779
2779
  sypg_page_code: "cide_lyt_home" // Used by RequestService to fetch tab properties
@@ -3047,4 +3047,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImpor
3047
3047
  */
3048
3048
 
3049
3049
  export { AppStateHelperService as A, CideLytSharedWrapperComponent as C, ENVIRONMENT_CONFIG as E, CideLytSidebarService as a, CideLytRequestService as b, CideLytSidedrawerService as c, CideLytThemeService as d, CloudIdeLayoutService as e, CloudIdeLayoutComponent as f, CideLytSharedService as g, layoutControlPannelChildRoutes as h, CustomRouteReuseStrategy as i, AppStateService as j, CideLytUserStatusService as k, layoutRoutes as l, CacheManagerService as m, processThemeVariable as p, setCSSVariable as s, themeFactory as t };
3050
- //# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-DLceZY3Y.mjs.map
3050
+ //# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-CQJB93Rs.mjs.map