cloud-ide-layout 1.0.133 → 1.0.134
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-DqXOVthq.mjs → cloud-ide-layout-cloud-ide-layout-CkYksc6R.mjs} +8 -8
- package/fesm2022/{cloud-ide-layout-cloud-ide-layout-DqXOVthq.mjs.map → cloud-ide-layout-cloud-ide-layout-CkYksc6R.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-Cjlc2fRO.mjs → cloud-ide-layout-dashboard-manager.component-BDqOLP6_.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-dashboard-manager.component-Cjlc2fRO.mjs.map → cloud-ide-layout-dashboard-manager.component-BDqOLP6_.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-DAzlD35r.mjs → cloud-ide-layout-drawer-theme.component-BEu-E1nX.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-drawer-theme.component-DAzlD35r.mjs.map → cloud-ide-layout-drawer-theme.component-BEu-E1nX.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-floating-entity-selection.component-ChfCJuzG.mjs → cloud-ide-layout-floating-entity-selection.component-C6ZUJZN9.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-floating-entity-selection.component-ChfCJuzG.mjs.map → cloud-ide-layout-floating-entity-selection.component-C6ZUJZN9.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-D1SYY8SA.mjs → cloud-ide-layout-home-wrapper.component-Cvyafnc-.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-home-wrapper.component-D1SYY8SA.mjs.map → cloud-ide-layout-home-wrapper.component-Cvyafnc-.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-D7kN9Z2y.mjs → cloud-ide-layout-sidedrawer-notes.component-CtZeOFiG.mjs} +2 -2
- package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-D7kN9Z2y.mjs.map → cloud-ide-layout-sidedrawer-notes.component-CtZeOFiG.mjs.map} +1 -1
- package/fesm2022/cloud-ide-layout.mjs +1 -1
- package/package.json +1 -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-C6ZUJZN9.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');
|
|
@@ -4964,8 +4964,8 @@ class CideLytSidedrawerWrapperComponent {
|
|
|
4964
4964
|
}
|
|
4965
4965
|
ngOnInit() {
|
|
4966
4966
|
// Initialize the component map (You'd likely populate this from a config or service)
|
|
4967
|
-
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-
|
|
4968
|
-
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-
|
|
4967
|
+
this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-CtZeOFiG.mjs').then(m => m.CideLytSidedrawerNotesComponent);
|
|
4968
|
+
this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-BEu-E1nX.mjs').then(m => m.CideLytDrawerThemeComponent);
|
|
4969
4969
|
}
|
|
4970
4970
|
async loadComponent(configFor) {
|
|
4971
4971
|
console.log('🔍 SIDEDRAWER - Loading component:', configFor, 'Current tab:', this.currentTabId);
|
|
@@ -5861,11 +5861,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImpor
|
|
|
5861
5861
|
|
|
5862
5862
|
class CideLytConsoleWrapperComponent {
|
|
5863
5863
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CideLytConsoleWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5864
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.7", type: CideLytConsoleWrapperComponent, isStandalone: true, selector: "cide-lyt-console-wrapper", ngImport: i0, template: "<div id=\"cide-lyt-console-wrapper\" class=\"cide-lyt-console tw-w-full tw-absolute tw-items-center tw-bg-gray-50 tw-h-0 tw-border-b-gray-200 tw-border-solid tw-border-t tw-select-none tw-z-[100] tw-bottom-0 tw-px-3\">\r\n\r\n</div>\r\n<!-- h-6 -->", styles: ["#cide-lyt-console-wrapper{position:absolute;bottom:0;left:0;right:0;width:100%;height:0;min-height:0;background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;align-items:center;padding:0 .75rem;z-index:100;-webkit-user-select:none;user-select:none;transition:height .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-sizing:border-box}.cide-lyt-console-wrapper-hide{display:none!important}
|
|
5864
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.7", type: CideLytConsoleWrapperComponent, isStandalone: true, selector: "cide-lyt-console-wrapper", ngImport: i0, template: "<div id=\"cide-lyt-console-wrapper\" class=\"cide-lyt-console tw-w-full tw-absolute tw-items-center tw-bg-gray-50 tw-h-0 tw-border-b-gray-200 tw-border-solid tw-border-t tw-select-none tw-z-[100] tw-bottom-0 tw-px-3\">\r\n\r\n</div>\r\n<!-- h-6 -->", styles: ["#cide-lyt-console-wrapper{position:absolute;bottom:0;left:0;right:0;width:100%;height:0;min-height:0;background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;align-items:center;padding:0 .75rem;z-index:100;-webkit-user-select:none;user-select:none;transition:height .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-sizing:border-box}.cide-lyt-console-wrapper-hide{display:none!important}@media screen and (max-width: 768px){#cide-lyt-console-wrapper{padding:.5rem;font-size:.75rem;border-top-width:1px}#cide-lyt-console-wrapper:not(.cide-lyt-console-wrapper-hide){min-height:36px;max-height:40vh}#cide-lyt-footer-console-wrapper{flex-direction:column}}@media screen and (max-width: 480px){#cide-lyt-console-wrapper{padding:.375rem;font-size:.7rem}#cide-lyt-console-wrapper:not(.cide-lyt-console-wrapper-hide){min-height:32px;max-height:35vh}}@media screen and (min-width: 769px) and (max-width: 1024px){#cide-lyt-console-wrapper{padding:.625rem}#cide-lyt-console-wrapper:not(.cide-lyt-console-wrapper-hide){max-height:45vh}}:root[data-theme=dark] #cide-lyt-console-wrapper,:root.dark-mode #cide-lyt-console-wrapper{background-color:#1f2937;border-top-color:#374151;color:#e5e7eb}@media screen and (max-width: 768px) and (orientation: landscape){#cide-lyt-console-wrapper:not(.cide-lyt-console-wrapper-hide){max-height:30vh}}#cide-lyt-console-wrapper::-webkit-scrollbar{width:6px;height:6px}#cide-lyt-console-wrapper::-webkit-scrollbar-track{background:transparent}#cide-lyt-console-wrapper::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}#cide-lyt-console-wrapper::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}:root[data-theme=dark] #cide-lyt-console-wrapper::-webkit-scrollbar-thumb,:root.dark-mode #cide-lyt-console-wrapper::-webkit-scrollbar-thumb{background-color:#4b5563}:root[data-theme=dark] #cide-lyt-console-wrapper::-webkit-scrollbar-thumb:hover,:root.dark-mode #cide-lyt-console-wrapper::-webkit-scrollbar-thumb:hover{background-color:#6b7280}\n"] });
|
|
5865
5865
|
}
|
|
5866
5866
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CideLytConsoleWrapperComponent, decorators: [{
|
|
5867
5867
|
type: Component,
|
|
5868
|
-
args: [{ selector: 'cide-lyt-console-wrapper', standalone: true, imports: [], template: "<div id=\"cide-lyt-console-wrapper\" class=\"cide-lyt-console tw-w-full tw-absolute tw-items-center tw-bg-gray-50 tw-h-0 tw-border-b-gray-200 tw-border-solid tw-border-t tw-select-none tw-z-[100] tw-bottom-0 tw-px-3\">\r\n\r\n</div>\r\n<!-- h-6 -->", styles: ["#cide-lyt-console-wrapper{position:absolute;bottom:0;left:0;right:0;width:100%;height:0;min-height:0;background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;align-items:center;padding:0 .75rem;z-index:100;-webkit-user-select:none;user-select:none;transition:height .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-sizing:border-box}.cide-lyt-console-wrapper-hide{display:none!important}
|
|
5868
|
+
args: [{ selector: 'cide-lyt-console-wrapper', standalone: true, imports: [], template: "<div id=\"cide-lyt-console-wrapper\" class=\"cide-lyt-console tw-w-full tw-absolute tw-items-center tw-bg-gray-50 tw-h-0 tw-border-b-gray-200 tw-border-solid tw-border-t tw-select-none tw-z-[100] tw-bottom-0 tw-px-3\">\r\n\r\n</div>\r\n<!-- h-6 -->", styles: ["#cide-lyt-console-wrapper{position:absolute;bottom:0;left:0;right:0;width:100%;height:0;min-height:0;background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;align-items:center;padding:0 .75rem;z-index:100;-webkit-user-select:none;user-select:none;transition:height .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-sizing:border-box}.cide-lyt-console-wrapper-hide{display:none!important}@media screen and (max-width: 768px){#cide-lyt-console-wrapper{padding:.5rem;font-size:.75rem;border-top-width:1px}#cide-lyt-console-wrapper:not(.cide-lyt-console-wrapper-hide){min-height:36px;max-height:40vh}#cide-lyt-footer-console-wrapper{flex-direction:column}}@media screen and (max-width: 480px){#cide-lyt-console-wrapper{padding:.375rem;font-size:.7rem}#cide-lyt-console-wrapper:not(.cide-lyt-console-wrapper-hide){min-height:32px;max-height:35vh}}@media screen and (min-width: 769px) and (max-width: 1024px){#cide-lyt-console-wrapper{padding:.625rem}#cide-lyt-console-wrapper:not(.cide-lyt-console-wrapper-hide){max-height:45vh}}:root[data-theme=dark] #cide-lyt-console-wrapper,:root.dark-mode #cide-lyt-console-wrapper{background-color:#1f2937;border-top-color:#374151;color:#e5e7eb}@media screen and (max-width: 768px) and (orientation: landscape){#cide-lyt-console-wrapper:not(.cide-lyt-console-wrapper-hide){max-height:30vh}}#cide-lyt-console-wrapper::-webkit-scrollbar{width:6px;height:6px}#cide-lyt-console-wrapper::-webkit-scrollbar-track{background:transparent}#cide-lyt-console-wrapper::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}#cide-lyt-console-wrapper::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}:root[data-theme=dark] #cide-lyt-console-wrapper::-webkit-scrollbar-thumb,:root.dark-mode #cide-lyt-console-wrapper::-webkit-scrollbar-thumb{background-color:#4b5563}:root[data-theme=dark] #cide-lyt-console-wrapper::-webkit-scrollbar-thumb:hover,:root.dark-mode #cide-lyt-console-wrapper::-webkit-scrollbar-thumb:hover{background-color:#6b7280}\n"] }]
|
|
5869
5869
|
}] });
|
|
5870
5870
|
|
|
5871
5871
|
class CideLytRequestWrapperComponent {
|
|
@@ -6657,7 +6657,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
6657
6657
|
},
|
|
6658
6658
|
{
|
|
6659
6659
|
path: "home",
|
|
6660
|
-
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-
|
|
6660
|
+
loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-Cvyafnc-.mjs').then(c => c.CideLytHomeWrapperComponent),
|
|
6661
6661
|
canActivate: [authGuard],
|
|
6662
6662
|
data: {
|
|
6663
6663
|
sypg_page_code: "cide_lyt_home" // Used by RequestService to fetch tab properties
|
|
@@ -6665,7 +6665,7 @@ const layoutControlPannelChildRoutes = [{
|
|
|
6665
6665
|
},
|
|
6666
6666
|
{
|
|
6667
6667
|
path: "dashboard-manager",
|
|
6668
|
-
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-
|
|
6668
|
+
loadComponent: () => import('./cloud-ide-layout-dashboard-manager.component-BDqOLP6_.mjs').then(c => c.DashboardManagerComponent),
|
|
6669
6669
|
canActivate: [authGuard],
|
|
6670
6670
|
data: {
|
|
6671
6671
|
sypg_page_code: "cide_lyt_dashboard_manager"
|
|
@@ -8232,4 +8232,4 @@ var floatingEntityRightsSharing_component = /*#__PURE__*/Object.freeze({
|
|
|
8232
8232
|
*/
|
|
8233
8233
|
|
|
8234
8234
|
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 };
|
|
8235
|
-
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-
|
|
8235
|
+
//# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-CkYksc6R.mjs.map
|