cloud-ide-layout 1.0.98 → 1.0.100

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.
Files changed (13) hide show
  1. package/fesm2022/{cloud-ide-layout-cloud-ide-layout-CqBW0oD-.mjs → cloud-ide-layout-cloud-ide-layout-CKSZ76I0.mjs} +7 -7
  2. package/fesm2022/cloud-ide-layout-cloud-ide-layout-CKSZ76I0.mjs.map +1 -0
  3. package/fesm2022/{cloud-ide-layout-drawer-theme.component-BQolR62u.mjs → cloud-ide-layout-drawer-theme.component-czczzvkH.mjs} +2 -2
  4. package/fesm2022/{cloud-ide-layout-drawer-theme.component-BQolR62u.mjs.map → cloud-ide-layout-drawer-theme.component-czczzvkH.mjs.map} +1 -1
  5. package/fesm2022/{cloud-ide-layout-floating-entity-selection.component-Pdw896P2.mjs → cloud-ide-layout-floating-entity-selection.component-D6-0FNyt.mjs} +2 -2
  6. package/fesm2022/{cloud-ide-layout-floating-entity-selection.component-Pdw896P2.mjs.map → cloud-ide-layout-floating-entity-selection.component-D6-0FNyt.mjs.map} +1 -1
  7. package/fesm2022/{cloud-ide-layout-home-wrapper.component-JL-5QSMB.mjs → cloud-ide-layout-home-wrapper.component-BI1j8B7v.mjs} +2 -2
  8. package/fesm2022/{cloud-ide-layout-home-wrapper.component-JL-5QSMB.mjs.map → cloud-ide-layout-home-wrapper.component-BI1j8B7v.mjs.map} +1 -1
  9. package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-DjTuogGp.mjs → cloud-ide-layout-sidedrawer-notes.component-CroeZIdG.mjs} +2 -2
  10. package/fesm2022/{cloud-ide-layout-sidedrawer-notes.component-DjTuogGp.mjs.map → cloud-ide-layout-sidedrawer-notes.component-CroeZIdG.mjs.map} +1 -1
  11. package/fesm2022/cloud-ide-layout.mjs +1 -1
  12. package/package.json +1 -1
  13. package/fesm2022/cloud-ide-layout-cloud-ide-layout-CqBW0oD-.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-Pdw896P2.mjs');
1269
+ const module = await import('./cloud-ide-layout-floating-entity-selection.component-D6-0FNyt.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');
@@ -3951,8 +3951,8 @@ class CideLytSidedrawerWrapperComponent {
3951
3951
  }
3952
3952
  ngOnInit() {
3953
3953
  // Initialize the component map (You'd likely populate this from a config or service)
3954
- this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-DjTuogGp.mjs').then(m => m.CideLytSidedrawerNotesComponent);
3955
- this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-BQolR62u.mjs').then(m => m.CideLytDrawerThemeComponent);
3954
+ this.componentMap['drowar_notes'] = () => import('./cloud-ide-layout-sidedrawer-notes.component-CroeZIdG.mjs').then(m => m.CideLytSidedrawerNotesComponent);
3955
+ this.componentMap['drawer_theme'] = () => import('./cloud-ide-layout-drawer-theme.component-czczzvkH.mjs').then(m => m.CideLytDrawerThemeComponent);
3956
3956
  }
3957
3957
  async loadComponent(configFor) {
3958
3958
  console.log('🔍 SIDEDRAWER - Loading component:', configFor, 'Current tab:', this.currentTabId);
@@ -4456,11 +4456,11 @@ class CideLytSharedWrapperComponent {
4456
4456
  this.router.navigate(['/control-panel']);
4457
4457
  }
4458
4458
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CideLytSharedWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4459
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.1.7", type: CideLytSharedWrapperComponent, isStandalone: true, selector: "cide-lyt-shared-wrapper", inputs: { shared_wrapper_setup_param: { classPropertyName: "shared_wrapper_setup_param", publicName: "shared_wrapper_setup_param", isSignal: true, isRequired: false, transformFunction: null }, breadcrumb_data: { classPropertyName: "breadcrumb_data", publicName: "breadcrumb_data", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "breadcrumb", first: true, predicate: CideEleBreadcrumbComponent, descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"tw-w-full tw-h-full tw-table\">\r\n <div\r\n class=\"tw-sticky tw-table-row tw-w-full tw-top-0 tw-z-50 tw-bg-white tw-border-b tw-border-gray-200 tw-shadow-sm\">\r\n <div class=\"tw-flex tw-items-center tw-justify-between tw-px-4 tw-py-0.5\">\r\n <div class=\"tw-flex-1\">\r\n <cide-ele-breadcrumb style=\"modern\" [compact]=\"true\" (homeClick)=\"onBreadcrumbHomeClick()\"></cide-ele-breadcrumb>\r\n </div>\r\n <div class=\"tw-flex-shrink-0 tw-ml-4\">\r\n <ng-content select=\"[breadcrumb-actions]\"></ng-content>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"tw-table-row tw-h-full tw-w-full tw-overflow-y-auto\">\r\n <ng-content></ng-content>\r\n </div>\r\n</div>", styles: [":host{display:block;height:100%}:host>div{display:flex;flex-direction:column}::ng-deep cide-lyt-shared-wrapper{height:100%!important;display:block!important;width:100%!important}\n"], dependencies: [{ kind: "component", type: CideEleBreadcrumbComponent, selector: "cide-ele-breadcrumb", inputs: ["items", "style", "separator", "showHomeIcon", "homeIcon", "maxItems", "showDropdownOnOverflow", "dropdownOptions", "clickableItems", "showTooltips", "responsive", "compact", "animated", "loadingInput", "disabled", "contextId", "pageCode"], outputs: ["itemClick", "dropdownOptionClick", "homeClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
4459
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.1.7", type: CideLytSharedWrapperComponent, isStandalone: true, selector: "cide-lyt-shared-wrapper", inputs: { shared_wrapper_setup_param: { classPropertyName: "shared_wrapper_setup_param", publicName: "shared_wrapper_setup_param", isSignal: true, isRequired: false, transformFunction: null }, breadcrumb_data: { classPropertyName: "breadcrumb_data", publicName: "breadcrumb_data", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "breadcrumb", first: true, predicate: CideEleBreadcrumbComponent, descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"tw-w-full tw-h-full tw-table tw-max-w-full tw-overflow-hidden\">\r\n <div\r\n class=\"tw-sticky tw-table-row tw-w-full tw-max-w-full tw-top-0 tw-z-50 tw-bg-white tw-border-b tw-border-gray-200 tw-shadow-sm\">\r\n <div class=\"tw-flex tw-items-center tw-justify-between tw-px-4 tw-py-0.5 tw-min-w-0 tw-overflow-hidden\">\r\n <div class=\"tw-flex-1 tw-min-w-0 tw-overflow-hidden\">\r\n <cide-ele-breadcrumb style=\"modern\" [compact]=\"true\" (homeClick)=\"onBreadcrumbHomeClick()\"></cide-ele-breadcrumb>\r\n </div>\r\n <div class=\"tw-flex-shrink-0 tw-ml-4\">\r\n <ng-content select=\"[breadcrumb-actions]\"></ng-content>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"tw-table-row tw-h-full tw-w-full tw-max-w-full tw-overflow-y-auto tw-overflow-x-hidden\">\r\n <ng-content></ng-content>\r\n </div>\r\n</div>", styles: [":host{display:block;height:100%}:host>div{display:flex;flex-direction:column}::ng-deep cide-lyt-shared-wrapper{height:100%!important;display:block!important;width:100%!important}\n"], dependencies: [{ kind: "component", type: CideEleBreadcrumbComponent, selector: "cide-ele-breadcrumb", inputs: ["items", "style", "separator", "showHomeIcon", "homeIcon", "maxItems", "showDropdownOnOverflow", "dropdownOptions", "clickableItems", "showTooltips", "responsive", "compact", "animated", "loadingInput", "disabled", "contextId", "pageCode"], outputs: ["itemClick", "dropdownOptionClick", "homeClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
4460
4460
  }
4461
4461
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.7", ngImport: i0, type: CideLytSharedWrapperComponent, decorators: [{
4462
4462
  type: Component,
4463
- args: [{ selector: 'cide-lyt-shared-wrapper', imports: [CideEleBreadcrumbComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"tw-w-full tw-h-full tw-table\">\r\n <div\r\n class=\"tw-sticky tw-table-row tw-w-full tw-top-0 tw-z-50 tw-bg-white tw-border-b tw-border-gray-200 tw-shadow-sm\">\r\n <div class=\"tw-flex tw-items-center tw-justify-between tw-px-4 tw-py-0.5\">\r\n <div class=\"tw-flex-1\">\r\n <cide-ele-breadcrumb style=\"modern\" [compact]=\"true\" (homeClick)=\"onBreadcrumbHomeClick()\"></cide-ele-breadcrumb>\r\n </div>\r\n <div class=\"tw-flex-shrink-0 tw-ml-4\">\r\n <ng-content select=\"[breadcrumb-actions]\"></ng-content>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"tw-table-row tw-h-full tw-w-full tw-overflow-y-auto\">\r\n <ng-content></ng-content>\r\n </div>\r\n</div>", styles: [":host{display:block;height:100%}:host>div{display:flex;flex-direction:column}::ng-deep cide-lyt-shared-wrapper{height:100%!important;display:block!important;width:100%!important}\n"] }]
4463
+ args: [{ selector: 'cide-lyt-shared-wrapper', imports: [CideEleBreadcrumbComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"tw-w-full tw-h-full tw-table tw-max-w-full tw-overflow-hidden\">\r\n <div\r\n class=\"tw-sticky tw-table-row tw-w-full tw-max-w-full tw-top-0 tw-z-50 tw-bg-white tw-border-b tw-border-gray-200 tw-shadow-sm\">\r\n <div class=\"tw-flex tw-items-center tw-justify-between tw-px-4 tw-py-0.5 tw-min-w-0 tw-overflow-hidden\">\r\n <div class=\"tw-flex-1 tw-min-w-0 tw-overflow-hidden\">\r\n <cide-ele-breadcrumb style=\"modern\" [compact]=\"true\" (homeClick)=\"onBreadcrumbHomeClick()\"></cide-ele-breadcrumb>\r\n </div>\r\n <div class=\"tw-flex-shrink-0 tw-ml-4\">\r\n <ng-content select=\"[breadcrumb-actions]\"></ng-content>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"tw-table-row tw-h-full tw-w-full tw-max-w-full tw-overflow-y-auto tw-overflow-x-hidden\">\r\n <ng-content></ng-content>\r\n </div>\r\n</div>", styles: [":host{display:block;height:100%}:host>div{display:flex;flex-direction:column}::ng-deep cide-lyt-shared-wrapper{height:100%!important;display:block!important;width:100%!important}\n"] }]
4464
4464
  }], ctorParameters: () => [] });
4465
4465
 
4466
4466
  const layoutRoutes = {
@@ -4475,7 +4475,7 @@ const layoutControlPannelChildRoutes = [{
4475
4475
  },
4476
4476
  {
4477
4477
  path: "home",
4478
- loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-JL-5QSMB.mjs').then(c => c.CideLytHomeWrapperComponent),
4478
+ loadComponent: () => import('./cloud-ide-layout-home-wrapper.component-BI1j8B7v.mjs').then(c => c.CideLytHomeWrapperComponent),
4479
4479
  canActivate: [authGuard],
4480
4480
  data: {
4481
4481
  reuseTab: true, // For CustomRouteReuseStrategy
@@ -6043,4 +6043,4 @@ var floatingEntityRightsSharing_component = /*#__PURE__*/Object.freeze({
6043
6043
  */
6044
6044
 
6045
6045
  export { AppStateHelperService as A, CideLytSharedWrapperComponent as C, ENVIRONMENT_CONFIG as E, CideLytSidebarService as a, CideLytRequestService as b, CideLytSidedrawerService as c, CideLytThemeService as d, AppStateService as e, CloudIdeLayoutService as f, CloudIdeLayoutComponent as g, CideLytSharedService as h, layoutControlPannelChildRoutes as i, CustomRouteReuseStrategy as j, CideLytUserStatusService as k, layoutRoutes as l, CacheManagerService as m, CideLytFileManagerService as n, CideLytFloatingEntityRightsSharingComponent as o, processThemeVariable as p, CideLytFloatingEntityRightsSharingService as q, setCSSVariable as s, themeFactory as t };
6046
- //# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-CqBW0oD-.mjs.map
6046
+ //# sourceMappingURL=cloud-ide-layout-cloud-ide-layout-CKSZ76I0.mjs.map