cloud-ide-layout 1.0.199 → 1.0.200
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-Deblu8LO.mjs → cloud-ide-layout-cloud-ide-layout-CORQ4qRo.mjs} +6 -5
- package/fesm2022/{cloud-ide-layout-cloud-ide-layout-Deblu8LO.mjs.map → cloud-ide-layout-cloud-ide-layout-CORQ4qRo.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-Cp31ZkHK.mjs → cloud-ide-layout-dashboard-manager.component-BsvKrr3U.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-Cp31ZkHK.mjs.map → cloud-ide-layout-dashboard-manager.component-BsvKrr3U.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-DdCKzQqW.mjs → cloud-ide-layout-drawer-theme.component-CEZFC5lr.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-DdCKzQqW.mjs.map → cloud-ide-layout-drawer-theme.component-CEZFC5lr.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-BMW2OdjT.mjs → cloud-ide-layout-home-wrapper.component-DAy0cN4o.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-BMW2OdjT.mjs.map → cloud-ide-layout-home-wrapper.component-DAy0cN4o.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-DScabglS.mjs → cloud-ide-layout-sidedrawer-notes.component-BnZzY9LX.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-DScabglS.mjs.map → cloud-ide-layout-sidedrawer-notes.component-BnZzY9LX.mjs.map} +1 -1
- package/fesm2022/cloud-ide-layout.mjs +1 -1
- package/package.json +1 -1
|
@@ -5476,8 +5476,8 @@ class CideLytSidedrawerWrapperComponent {
|
|
|
5476
5476
|
}
|
|
5477
5477
|
ngOnInit() {
|
|
5478
5478
|
// Initialize the component map (You'd likely populate this from a config or service)
|
|
5479
|
-
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-
|
|
5480
|
-
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-
|
|
5479
|
+
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-BnZzY9LX.mjs').then(m => m.CideLytSidedrawerNotesComponent);
|
|
5480
|
+
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-CEZFC5lr.mjs').then(m => m.CideLytDrawerThemeComponent);
|
|
5481
5481
|
}
|
|
5482
5482
|
async loadComponent(configFor) {
|
|
5483
5483
|
console.log('🔍 SIDEDRAWER - Loading component:', configFor, 'Current tab:', this.currentTabId);
|
|
@@ -6966,6 +6966,7 @@ class RightsService {
|
|
|
6966
6966
|
*/
|
|
6967
6967
|
initializeRights(pageCode, forceRefresh = false, fetchRightsOnly = 'auto') {
|
|
6968
6968
|
this.currentPageCode.set(pageCode);
|
|
6969
|
+
debugger;
|
|
6969
6970
|
if (forceRefresh) {
|
|
6970
6971
|
// Invalidate cache to force fresh data from API
|
|
6971
6972
|
this.sharedService.invalidateCache(pageCode);
|
|
@@ -7169,7 +7170,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
7169
7170
|
},
|
|
7170
7171
|
{
|
|
7171
7172
|
path: "home",
|
|
7172
|
-
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-
|
|
7173
|
+
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-DAy0cN4o.mjs').then(c => c.CideLytHomeWrapperComponent),
|
|
7173
7174
|
canActivate: [authGuard],
|
|
7174
7175
|
data: {
|
|
7175
7176
|
sypg_page_code: "cide_lyt_home" // Used by RequestService to fetch tab properties
|
|
@@ -7177,7 +7178,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
7177
7178
|
},
|
|
7178
7179
|
{
|
|
7179
7180
|
path: "dashboard-manager",
|
|
7180
|
-
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-
|
|
7181
|
+
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-BsvKrr3U.mjs').then(c => c.DashboardManagerComponent),
|
|
7181
7182
|
canActivate: [authGuard],
|
|
7182
7183
|
data: {
|
|
7183
7184
|
sypg_page_code: "cide_lyt_dashboard_manager"
|
|
@@ -9001,4 +9002,4 @@ var floatingEntitySelection_component = /*#__PURE__*/Object.freeze({
|
|
|
9001
9002
|
*/
|
|
9002
9003
|
|
|
9003
9004
|
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, AppStateService as j, CideLytUserStatusService as k, layoutRoutes as l, CacheManagerService as m, CideLytFileManagerService as n, CideLytFloatingEntityRightsSharingComponent as o, processThemeVariable as p, CideLytFloatingEntityRightsSharingService as q, CideLytFloatingEntitySelectionComponent as r, setCSSVariable as s, themeFactory as t, CideLytFloatingEntitySelectionService as u };
|
|
9004
|
-
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-
|
|
9005
|
+
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-CORQ4qRo.mjs.map
|