cloud-ide-layout 1.0.295 → 1.0.297
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-CRx1Eh8n.mjs → cloud-ide-layout-cloud-ide-layout-DgwU-sCr.mjs} +5 -5
- package/fesm2022/{cloud-ide-layout-cloud-ide-layout-CRx1Eh8n.mjs.map → cloud-ide-layout-cloud-ide-layout-DgwU-sCr.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-geI-WzBz.mjs → cloud-ide-layout-dashboard-manager.component-CHthRoQj.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-geI-WzBz.mjs.map → cloud-ide-layout-dashboard-manager.component-CHthRoQj.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-DoTjS0j1.mjs → cloud-ide-layout-drawer-theme.component-BWSMDvLy.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-DoTjS0j1.mjs.map → cloud-ide-layout-drawer-theme.component-BWSMDvLy.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-d_8bYcPS.mjs → cloud-ide-layout-home-wrapper.component-CH7LlO1x.mjs} +22 -6
- package/fesm2022/cloud-ide-layout-home-wrapper.component-CH7LlO1x.mjs.map +1 -0
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-Dx9Rxj7n.mjs → cloud-ide-layout-sidedrawer-notes.component-DVj6eU3V.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-Dx9Rxj7n.mjs.map → cloud-ide-layout-sidedrawer-notes.component-DVj6eU3V.mjs.map} +1 -1
- package/fesm2022/cloud-ide-layout.mjs +1 -1
- package/package.json +1 -1
- package/fesm2022/cloud-ide-layout-home-wrapper.component-d_8bYcPS.mjs.map +0 -1
|
@@ -5568,8 +5568,8 @@ class CideLytSidedrawerWrapperComponent {
|
|
|
5568
5568
|
}
|
|
5569
5569
|
ngOnInit() {
|
|
5570
5570
|
// Initialize the component map (You'd likely populate this from a config or service)
|
|
5571
|
-
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-
|
|
5572
|
-
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-
|
|
5571
|
+
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-DVj6eU3V.mjs').then(m => m.CideLytSidedrawerNotesComponent);
|
|
5572
|
+
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-BWSMDvLy.mjs').then(m => m.CideLytDrawerThemeComponent);
|
|
5573
5573
|
}
|
|
5574
5574
|
async loadComponent(configFor) {
|
|
5575
5575
|
console.log('🔍 SIDEDRAWER - Loading component:', configFor, 'Current tab:', this.currentTabId);
|
|
@@ -7294,7 +7294,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
7294
7294
|
},
|
|
7295
7295
|
{
|
|
7296
7296
|
path: "home",
|
|
7297
|
-
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-
|
|
7297
|
+
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-CH7LlO1x.mjs').then(c => c.CideLytHomeWrapperComponent),
|
|
7298
7298
|
canActivate: [authGuard],
|
|
7299
7299
|
data: {
|
|
7300
7300
|
sypg_page_code: "cide_lyt_home" // Used by RequestService to fetch tab properties
|
|
@@ -7302,7 +7302,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
7302
7302
|
},
|
|
7303
7303
|
{
|
|
7304
7304
|
path: "dashboard-manager",
|
|
7305
|
-
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-
|
|
7305
|
+
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-CHthRoQj.mjs').then(c => c.DashboardManagerComponent),
|
|
7306
7306
|
canActivate: [authGuard],
|
|
7307
7307
|
data: {
|
|
7308
7308
|
sypg_page_code: "cide_lyt_dashboard_manager"
|
|
@@ -9128,4 +9128,4 @@ var floatingEntitySelection_component = /*#__PURE__*/Object.freeze({
|
|
|
9128
9128
|
*/
|
|
9129
9129
|
|
|
9130
9130
|
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 };
|
|
9131
|
-
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-
|
|
9131
|
+
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-DgwU-sCr.mjs.map
|