cloud-ide-layout 1.0.209 → 1.0.212
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-C4dYqSYm.mjs → cloud-ide-layout-cloud-ide-layout-DLUn03lq.mjs} +6 -6
- package/fesm2022/{cloud-ide-layout-cloud-ide-layout-C4dYqSYm.mjs.map → cloud-ide-layout-cloud-ide-layout-DLUn03lq.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-BJArKBjQ.mjs → cloud-ide-layout-dashboard-manager.component-vczS3dAl.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-BJArKBjQ.mjs.map → cloud-ide-layout-dashboard-manager.component-vczS3dAl.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-D_F14KO8.mjs → cloud-ide-layout-drawer-theme.component-CXq6X6hn.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-D_F14KO8.mjs.map → cloud-ide-layout-drawer-theme.component-CXq6X6hn.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-CsfkluH7.mjs → cloud-ide-layout-home-wrapper.component-DeBWYUJP.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-CsfkluH7.mjs.map → cloud-ide-layout-home-wrapper.component-DeBWYUJP.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-uQ2UOmsw.mjs → cloud-ide-layout-sidedrawer-notes.component-D4O-fRSQ.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-uQ2UOmsw.mjs.map → cloud-ide-layout-sidedrawer-notes.component-D4O-fRSQ.mjs.map} +1 -1
- package/fesm2022/cloud-ide-layout.mjs +1 -1
- package/index.d.ts +86 -4
- package/package.json +1 -1
|
@@ -5469,8 +5469,8 @@ class CideLytSidedrawerWrapperComponent {
|
|
|
5469
5469
|
}
|
|
5470
5470
|
ngOnInit() {
|
|
5471
5471
|
// Initialize the component map (You'd likely populate this from a config or service)
|
|
5472
|
-
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-
|
|
5473
|
-
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-
|
|
5472
|
+
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-D4O-fRSQ.mjs').then(m => m.CideLytSidedrawerNotesComponent);
|
|
5473
|
+
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-CXq6X6hn.mjs').then(m => m.CideLytDrawerThemeComponent);
|
|
5474
5474
|
}
|
|
5475
5475
|
async loadComponent(configFor) {
|
|
5476
5476
|
console.log('🔍 SIDEDRAWER - Loading component:', configFor, 'Current tab:', this.currentTabId);
|
|
@@ -7169,7 +7169,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
7169
7169
|
},
|
|
7170
7170
|
{
|
|
7171
7171
|
path: "home",
|
|
7172
|
-
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-
|
|
7172
|
+
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-DeBWYUJP.mjs').then(c => c.CideLytHomeWrapperComponent),
|
|
7173
7173
|
canActivate: [authGuard],
|
|
7174
7174
|
data: {
|
|
7175
7175
|
sypg_page_code: "cide_lyt_home" // Used by RequestService to fetch tab properties
|
|
@@ -7177,7 +7177,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
7177
7177
|
},
|
|
7178
7178
|
{
|
|
7179
7179
|
path: "dashboard-manager",
|
|
7180
|
-
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-
|
|
7180
|
+
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-vczS3dAl.mjs').then(c => c.DashboardManagerComponent),
|
|
7181
7181
|
canActivate: [authGuard],
|
|
7182
7182
|
data: {
|
|
7183
7183
|
sypg_page_code: "cide_lyt_dashboard_manager"
|
|
@@ -9000,5 +9000,5 @@ var floatingEntitySelection_component = /*#__PURE__*/Object.freeze({
|
|
|
9000
9000
|
* Generated bundle index. Do not edit.
|
|
9001
9001
|
*/
|
|
9002
9002
|
|
|
9003
|
-
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,
|
|
9004
|
-
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-
|
|
9003
|
+
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 };
|
|
9004
|
+
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-DLUn03lq.mjs.map
|