codexly-ui 0.0.56 → 0.0.57

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.
@@ -11049,7 +11049,7 @@ class ClxAppLayoutComponent {
11049
11049
  openSidebar() { this._enableTransition(); this._sidebarOpen.set(true); }
11050
11050
  closeSidebar() { this._enableTransition(); this._sidebarOpen.set(false); }
11051
11051
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.15", ngImport: i0, type: ClxAppLayoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11052
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: ClxAppLayoutComponent, isStandalone: true, selector: "clx-app-layout", inputs: { activeColor: { classPropertyName: "activeColor", publicName: "activeColor", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { collapsedChange: "collapsedChange", expandedChange: "expandedChange" }, host: { classAttribute: "flex h-screen overflow-hidden" }, ngImport: i0, template: `
11052
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.15", type: ClxAppLayoutComponent, isStandalone: true, selector: "clx-app-layout", inputs: { activeColor: { classPropertyName: "activeColor", publicName: "activeColor", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { collapsedChange: "collapsedChange", expandedChange: "expandedChange" }, host: { styleAttribute: "position:fixed;inset:0", classAttribute: "flex overflow-hidden" }, ngImport: i0, template: `
11053
11053
  <!-- Mobile backdrop -->
11054
11054
  @if (_showBackdrop()) {
11055
11055
  <div
@@ -11168,7 +11168,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
11168
11168
  `,
11169
11169
  encapsulation: ViewEncapsulation.None,
11170
11170
  changeDetection: ChangeDetectionStrategy.OnPush,
11171
- host: { class: 'flex h-screen overflow-hidden' },
11171
+ host: { class: 'flex overflow-hidden', style: 'position:fixed;inset:0' },
11172
11172
  }]
11173
11173
  }], ctorParameters: () => [], propDecorators: { activeColor: [{ type: i0.Input, args: [{ isSignal: true, alias: "activeColor", required: false }] }], collapsedChange: [{ type: i0.Output, args: ["collapsedChange"] }], expandedChange: [{ type: i0.Output, args: ["expandedChange"] }] } });
11174
11174