@vsn-ux/ngx-gaia 0.8.4 → 0.8.5

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/index.d.ts CHANGED
@@ -9,9 +9,10 @@ import * as rxjs from 'rxjs';
9
9
  import { Observable, Subject } from 'rxjs';
10
10
  import * as i1$1 from '@angular/cdk/a11y';
11
11
  import { ComponentType } from '@angular/cdk/portal';
12
+ import * as i1$2 from '@angular/cdk/scrolling';
12
13
  import * as _angular_cdk_overlay from '@angular/cdk/overlay';
13
14
  import { ConnectedPosition, CdkOverlayOrigin } from '@angular/cdk/overlay';
14
- import * as i1$2 from '@angular/cdk/listbox';
15
+ import * as i1$3 from '@angular/cdk/listbox';
15
16
  import { CdkOption, CdkListbox } from '@angular/cdk/listbox';
16
17
 
17
18
  declare class GaAlertTitleComponent {
@@ -578,7 +579,7 @@ declare class GaModalDescriptionComponent {
578
579
 
579
580
  declare class GaModalContentComponent {
580
581
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaModalContentComponent, never>;
581
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaModalContentComponent, "ga-modal-content", never, {}, {}, never, ["*"], true, never>;
582
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaModalContentComponent, "ga-modal-content", never, {}, {}, never, ["*"], true, [{ directive: typeof i1$2.CdkScrollable; inputs: {}; outputs: {}; }]>;
582
583
  }
583
584
 
584
585
  declare class GaModalActionsComponent {
@@ -724,7 +725,7 @@ declare class GaOptionComponent<InputType = any> {
724
725
  constructor();
725
726
  onClick(): void;
726
727
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaOptionComponent<any>, never>;
727
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaOptionComponent<any>, "ga-option", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "withInput": { "alias": "withInput"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$2.CdkOption; inputs: { "cdkOption": "value"; "cdkOptionDisabled": "disabled"; "cdkOptionTypeaheadLabel": "typeaheadLabel"; }; outputs: {}; }]>;
728
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaOptionComponent<any>, "ga-option", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "withInput": { "alias": "withInput"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$3.CdkOption; inputs: { "cdkOption": "value"; "cdkOptionDisabled": "disabled"; "cdkOptionTypeaheadLabel": "typeaheadLabel"; }; outputs: {}; }]>;
728
729
  }
729
730
 
730
731
  declare class GaSelectValueComponent {
@@ -740,7 +741,7 @@ declare class GaSelectComponent implements ControlValueAccessor, GaFormControl,
740
741
  protected readonly positions: ConnectedPosition[];
741
742
  private readonly injector;
742
743
  protected readonly overlayOrigin: CdkOverlayOrigin;
743
- protected readonly blockScrollStrategy: _angular_cdk_overlay.BlockScrollStrategy;
744
+ protected readonly repositionScrollStrategy: _angular_cdk_overlay.RepositionScrollStrategy;
744
745
  private readonly implicitInvalid;
745
746
  private readonly _isOpen;
746
747
  readonly value: _angular_core.ModelSignal<unknown>;
@@ -805,7 +806,7 @@ declare class GaOptgroupComponent {
805
806
  declare class GaSelectDropdownComponent {
806
807
  readonly loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
807
808
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<GaSelectDropdownComponent, never>;
808
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaSelectDropdownComponent, "ga-select-dropdown", never, { "loading": { "alias": "loading"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$2.CdkListbox; inputs: {}; outputs: {}; }]>;
809
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaSelectDropdownComponent, "ga-select-dropdown", never, { "loading": { "alias": "loading"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof i1$3.CdkListbox; inputs: {}; outputs: {}; }]>;
809
810
  }
810
811
 
811
812
  declare class GaSelectDropdownSpinnerComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vsn-ux/ngx-gaia",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.0.0",
6
6
  "@angular/common": "^20.0.0",