cloud-ide-layout 1.0.33 → 1.0.35
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-DTOaEV8O.mjs → cloud-ide-layout-cloud-ide-layout-CAo1_7zl.mjs} +15 -14
- package/fesm2022/{cloud-ide-layout-cloud-ide-layout-DTOaEV8O.mjs.map → cloud-ide-layout-cloud-ide-layout-CAo1_7zl.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-DlokytIT.mjs → cloud-ide-layout-drawer-theme.component-DNNgFvg2.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-DlokytIT.mjs.map → cloud-ide-layout-drawer-theme.component-DNNgFvg2.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-floating-entity-selection.component-DTvh4J3A.mjs → cloud-ide-layout-floating-entity-selection.component-B7fxTYAX.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-floating-entity-selection.component-DTvh4J3A.mjs.map → cloud-ide-layout-floating-entity-selection.component-B7fxTYAX.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-kxLA14dY.mjs → cloud-ide-layout-sidedrawer-notes.component-D1mljSc0.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-kxLA14dY.mjs.map → cloud-ide-layout-sidedrawer-notes.component-D1mljSc0.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-BrDHB71L.mjs +0 -202
- package/fesm2022/cloud-ide-layout-home-wrapper.component-BrDHB71L.mjs.map +0 -1
|
@@ -1266,7 +1266,7 @@ class CideLytFloatingEntitySelectionService {
|
|
|
1266
1266
|
}
|
|
1267
1267
|
try {
|
|
1268
1268
|
// Use relative import to avoid circular dependency
|
|
1269
|
-
const module = await import('./cloud-ide-layout-floating-entity-selection.component-
|
|
1269
|
+
const module = await import('./cloud-ide-layout-floating-entity-selection.component-B7fxTYAX.mjs');
|
|
1270
1270
|
if (module.CideLytFloatingEntitySelectionComponent) {
|
|
1271
1271
|
this.containerService.registerComponent('entity-selection-header', module.CideLytFloatingEntitySelectionComponent);
|
|
1272
1272
|
console.log('✅ Entity selection component registered successfully');
|
|
@@ -2741,8 +2741,8 @@ class CideLytSidedrawerWrapperComponent {
|
|
|
2741
2741
|
}
|
|
2742
2742
|
ngOnInit() {
|
|
2743
2743
|
// Initialize the component map (You'd likely populate this from a config or service)
|
|
2744
|
-
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-
|
|
2745
|
-
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-
|
|
2744
|
+
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-D1mljSc0.mjs').then(m => m.CideLytSidedrawerNotesComponent);
|
|
2745
|
+
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-DNNgFvg2.mjs').then(m => m.CideLytDrawerThemeComponent);
|
|
2746
2746
|
}
|
|
2747
2747
|
async loadComponent(configFor) {
|
|
2748
2748
|
console.log('🔍 SIDEDRAWER - Loading component:', configFor, 'Current tab:', this.currentTabId);
|
|
@@ -3256,15 +3256,16 @@ const layoutControlPannelChildRoutes = [{
|
|
|
3256
3256
|
pathMatch: "full",
|
|
3257
3257
|
redirectTo: "home"
|
|
3258
3258
|
},
|
|
3259
|
-
{
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
}
|
|
3259
|
+
// {
|
|
3260
|
+
// path: "home",
|
|
3261
|
+
// loadComponent: () => import('./layout/home/home-wrapper/home-wrapper.component').then(c => c.CideLytHomeWrapperComponent),
|
|
3262
|
+
// // canActivate: [authGuard],
|
|
3263
|
+
// data: {
|
|
3264
|
+
// reuseTab: true, // For CustomRouteReuseStrategy
|
|
3265
|
+
// sypg_page_code: "cide_lyt_home" // Used by RequestService to fetch tab properties
|
|
3266
|
+
// }
|
|
3267
|
+
// }
|
|
3268
|
+
];
|
|
3268
3269
|
|
|
3269
3270
|
// Define an InjectionToken for the environment configuration
|
|
3270
3271
|
// This is needed to inject environment variables into services provided in 'root'
|
|
@@ -4824,5 +4825,5 @@ var floatingEntityRightsSharing_component = /*#__PURE__*/Object.freeze({
|
|
|
4824
4825
|
* Generated bundle index. Do not edit.
|
|
4825
4826
|
*/
|
|
4826
4827
|
|
|
4827
|
-
export { AppStateHelperService as A,
|
|
4828
|
-
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-
|
|
4828
|
+
export { AppStateHelperService as A, CideLytSidedrawerService as C, ENVIRONMENT_CONFIG as E, CideLytThemeService as a, AppStateService as b, CloudIdeLayoutService as c, CloudIdeLayoutComponent as d, CideLytSharedWrapperComponent as e, CideLytSharedService as f, layoutControlPannelChildRoutes as g, CustomRouteReuseStrategy as h, CideLytUserStatusService as i, CacheManagerService as j, CideLytFileManagerService as k, layoutRoutes as l, CideLytFloatingEntityRightsSharingComponent as m, CideLytFloatingEntityRightsSharingService as n, processThemeVariable as p, setCSSVariable as s, themeFactory as t };
|
|
4829
|
+
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-CAo1_7zl.mjs.map
|