codexly-ui 0.0.31 → 0.0.32

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.
@@ -11,6 +11,7 @@ import { Chart, LineController, BarController, PieController, DoughnutController
11
11
  import * as i1$2 from '@angular/cdk/portal';
12
12
  import { PortalModule, ComponentPortal } from '@angular/cdk/portal';
13
13
  import { FocusTrapFactory } from '@angular/cdk/a11y';
14
+ import { CdkScrollable } from '@angular/cdk/scrolling';
14
15
  import { RouterLink, RouterLinkActive } from '@angular/router';
15
16
 
16
17
  // ── Parse 'red' | 'red-500' → { color, shade } ───────────────────────────────
@@ -11014,19 +11015,19 @@ class ClxAppLayoutComponent {
11014
11015
  <ng-content select="[clx-header]"></ng-content>
11015
11016
  </header>
11016
11017
 
11017
- <main class="flex-1 overflow-y-auto bg-white">
11018
+ <main cdkScrollable class="flex-1 overflow-y-auto bg-white">
11018
11019
  <ng-content></ng-content>
11019
11020
  </main>
11020
11021
 
11021
11022
  </div>
11022
- `, isInline: true, dependencies: [{ kind: "component", type: ClxIconComponent, selector: "span[clx-icon]", inputs: ["name", "size", "color", "fill"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11023
+ `, isInline: true, dependencies: [{ kind: "component", type: ClxIconComponent, selector: "span[clx-icon]", inputs: ["name", "size", "color", "fill"] }, { kind: "directive", type: CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
11023
11024
  }
11024
11025
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.23", ngImport: i0, type: ClxAppLayoutComponent, decorators: [{
11025
11026
  type: Component,
11026
11027
  args: [{
11027
11028
  selector: 'clx-app-layout',
11028
11029
  standalone: true,
11029
- imports: [ClxIconComponent],
11030
+ imports: [ClxIconComponent, CdkScrollable],
11030
11031
  template: `
11031
11032
  <!-- Mobile backdrop -->
11032
11033
  @if (_showBackdrop()) {
@@ -11076,7 +11077,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.23", ngImpo
11076
11077
  <ng-content select="[clx-header]"></ng-content>
11077
11078
  </header>
11078
11079
 
11079
- <main class="flex-1 overflow-y-auto bg-white">
11080
+ <main cdkScrollable class="flex-1 overflow-y-auto bg-white">
11080
11081
  <ng-content></ng-content>
11081
11082
  </main>
11082
11083