cloud-ide-layout 1.0.126 → 1.0.128
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-DdMf1j7_.mjs → cloud-ide-layout-cloud-ide-layout-rUYm3HK3.mjs} +14 -10
- package/fesm2022/cloud-ide-layout-cloud-ide-layout-rUYm3HK3.mjs.map +1 -0
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-C8rnVZpP.mjs → cloud-ide-layout-dashboard-manager.component-B07pZGyf.mjs} +6 -6
- package/fesm2022/cloud-ide-layout-dashboard-manager.component-B07pZGyf.mjs.map +1 -0
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-DV0QsDsO.mjs → cloud-ide-layout-drawer-theme.component-BEZtWw5o.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-DV0QsDsO.mjs.map → cloud-ide-layout-drawer-theme.component-BEZtWw5o.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-floating-entity-selection.component-DteJtUqk.mjs → cloud-ide-layout-floating-entity-selection.component-BKoJPKEE.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-floating-entity-selection.component-DteJtUqk.mjs.map → cloud-ide-layout-floating-entity-selection.component-BKoJPKEE.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-DjRHVU59.mjs → cloud-ide-layout-home-wrapper.component-Cwzqvnkc.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-DjRHVU59.mjs.map → cloud-ide-layout-home-wrapper.component-Cwzqvnkc.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-C2tOsEC4.mjs → cloud-ide-layout-sidedrawer-notes.component-CaFNYLdT.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-C2tOsEC4.mjs.map → cloud-ide-layout-sidedrawer-notes.component-CaFNYLdT.mjs.map} +1 -1
- package/fesm2022/cloud-ide-layout.mjs +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/fesm2022/cloud-ide-layout-cloud-ide-layout-DdMf1j7_.mjs.map +0 -1
- package/fesm2022/cloud-ide-layout-dashboard-manager.component-C8rnVZpP.mjs.map +0 -1
|
@@ -1353,7 +1353,7 @@ class CideLytFloatingEntitySelectionService {
|
|
|
1353
1353
|
}
|
|
1354
1354
|
try {
|
|
1355
1355
|
// Use relative import to avoid circular dependency
|
|
1356
|
-
const module = await import('./cloud-ide-layout-floating-entity-selection.component-
|
|
1356
|
+
const module = await import('./cloud-ide-layout-floating-entity-selection.component-BKoJPKEE.mjs');
|
|
1357
1357
|
if (module.CideLytFloatingEntitySelectionComponent) {
|
|
1358
1358
|
this.containerService.registerComponent('entity-selection-header', module.CideLytFloatingEntitySelectionComponent);
|
|
1359
1359
|
console.log('✅ Entity selection component registered successfully');
|
|
@@ -4954,8 +4954,8 @@ class CideLytSidedrawerWrapperComponent {
|
|
|
4954
4954
|
}
|
|
4955
4955
|
ngOnInit() {
|
|
4956
4956
|
// Initialize the component map (You'd likely populate this from a config or service)
|
|
4957
|
-
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-
|
|
4958
|
-
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-
|
|
4957
|
+
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-CaFNYLdT.mjs').then(m => m.CideLytSidedrawerNotesComponent);
|
|
4958
|
+
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-BEZtWw5o.mjs').then(m => m.CideLytDrawerThemeComponent);
|
|
4959
4959
|
}
|
|
4960
4960
|
async loadComponent(configFor) {
|
|
4961
4961
|
console.log('🔍 SIDEDRAWER - Loading component:', configFor, 'Current tab:', this.currentTabId);
|
|
@@ -6193,7 +6193,8 @@ class CideLytSharedWrapperComponent {
|
|
|
6193
6193
|
breadcrumb = viewChild(CideEleBreadcrumbComponent, ...(ngDevMode ? [{ debugName: "breadcrumb" }] : []));
|
|
6194
6194
|
shared_wrapper_setup_param = input({}, ...(ngDevMode ? [{ debugName: "shared_wrapper_setup_param" }] : []));
|
|
6195
6195
|
breadcrumb_data = input([], ...(ngDevMode ? [{ debugName: "breadcrumb_data" }] : []));
|
|
6196
|
-
page_data
|
|
6196
|
+
// Convert page_data to signal so breadcrumb updates reactively when page data loads
|
|
6197
|
+
page_data = signal({}, ...(ngDevMode ? [{ debugName: "page_data" }] : []));
|
|
6197
6198
|
sharedService = inject(CideLytSharedService);
|
|
6198
6199
|
sidedrawerService = inject(CideLytSidedrawerService);
|
|
6199
6200
|
router = inject(Router);
|
|
@@ -6205,6 +6206,7 @@ class CideLytSharedWrapperComponent {
|
|
|
6205
6206
|
fullBreadcrumbItems = computed(() => {
|
|
6206
6207
|
const moduleInfo = this.appState.getActiveModuleInfo();
|
|
6207
6208
|
const pageCode = this.shared_wrapper_setup_param()?.sypg_page_code;
|
|
6209
|
+
const pageData = this.page_data(); // Get current value from signal
|
|
6208
6210
|
// Default breadcrumb items
|
|
6209
6211
|
const defaultItems = [];
|
|
6210
6212
|
// Add module if available
|
|
@@ -6216,8 +6218,8 @@ class CideLytSharedWrapperComponent {
|
|
|
6216
6218
|
url: moduleInfo.path || undefined
|
|
6217
6219
|
});
|
|
6218
6220
|
}
|
|
6219
|
-
// Add current page
|
|
6220
|
-
const currentPageTitle =
|
|
6221
|
+
// Add current page - use title from page data if available, otherwise fallback to page code
|
|
6222
|
+
const currentPageTitle = pageData?.page?.sypg_title || pageCode || 'Current';
|
|
6221
6223
|
defaultItems.push({
|
|
6222
6224
|
id: 'current-page',
|
|
6223
6225
|
label: currentPageTitle,
|
|
@@ -6260,12 +6262,14 @@ class CideLytSharedWrapperComponent {
|
|
|
6260
6262
|
}).subscribe({
|
|
6261
6263
|
next: (page_data_response) => {
|
|
6262
6264
|
console.log('✅ SHARED WRAPPER: Page data loaded and processed for:', page_data_payload.sypg_page_code);
|
|
6263
|
-
|
|
6265
|
+
// Update page_data signal - this will trigger breadcrumb recomputation
|
|
6266
|
+
this.page_data.set(page_data_response?.data || {});
|
|
6264
6267
|
// Sidebar context is automatically set by loadAndProcessPageData when setSidebarContext: true
|
|
6265
6268
|
const pageId = page_data_response?.data?.page?._id || '';
|
|
6266
6269
|
const themeId = page_data_response?.data?.theme?._id || '';
|
|
6267
6270
|
this.sidedrawerService.setContext(pageId, themeId);
|
|
6268
6271
|
// Breadcrumb will be updated automatically by the effect when fullBreadcrumbItems changes
|
|
6272
|
+
// Now that page_data is a signal, the computed signal will react to changes
|
|
6269
6273
|
},
|
|
6270
6274
|
error: (err) => {
|
|
6271
6275
|
console.error('❌ SHARED WRAPPER: Error loading page data:', err);
|
|
@@ -6622,7 +6626,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
6622
6626
|
},
|
|
6623
6627
|
{
|
|
6624
6628
|
path: "home",
|
|
6625
|
-
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-
|
|
6629
|
+
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-Cwzqvnkc.mjs').then(c => c.CideLytHomeWrapperComponent),
|
|
6626
6630
|
canActivate: [authGuard],
|
|
6627
6631
|
data: {
|
|
6628
6632
|
sypg_page_code: "cide_lyt_home" // Used by RequestService to fetch tab properties
|
|
@@ -6630,7 +6634,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
6630
6634
|
},
|
|
6631
6635
|
{
|
|
6632
6636
|
path: "dashboard-manager",
|
|
6633
|
-
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-
|
|
6637
|
+
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-B07pZGyf.mjs').then(c => c.DashboardManagerComponent),
|
|
6634
6638
|
canActivate: [authGuard],
|
|
6635
6639
|
data: {
|
|
6636
6640
|
sypg_page_code: "cide_lyt_dashboard_manager"
|
|
@@ -8197,4 +8201,4 @@ var floatingEntityRightsSharing_component = /*#__PURE__*/Object.freeze({
|
|
|
8197
8201
|
*/
|
|
8198
8202
|
|
|
8199
8203
|
export { AppStateHelperService as A, CideLytSharedWrapperComponent as C, ENVIRONMENT_CONFIG as E, NotificationSettingsService as N, RightsService as R, CideLytSidebarService as a, CideLytRequestService as b, CideLytSidedrawerService as c, CideLytThemeService as d, AppStateService as e, CloudIdeLayoutService as f, CloudIdeLayoutComponent as g, CideLytSharedService as h, ComponentContextService as i, layoutControlPannelChildRoutes as j, CustomRouteReuseStrategy 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 };
|
|
8200
|
-
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-
|
|
8204
|
+
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-rUYm3HK3.mjs.map
|