@vsn-ux/ngx-gaia 0.8.4 → 0.8.6

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 {
@@ -718,13 +719,14 @@ declare class GaOptionComponent<InputType = any> {
718
719
  readonly cdkOption: CdkOption<any>;
719
720
  readonly value: _angular_core.InputSignal<InputType | null>;
720
721
  readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
722
+ readonly hidden: _angular_core.InputSignalWithTransform<boolean, unknown>;
721
723
  readonly withInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
722
724
  readonly selected: _angular_core.Signal<boolean>;
723
725
  readonly active: _angular_core.Signal<boolean>;
724
726
  constructor();
725
727
  onClick(): void;
726
728
  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: {}; }]>;
729
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<GaOptionComponent<any>, "ga-option", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "hidden": { "alias": "hidden"; "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
730
  }
729
731
 
730
732
  declare class GaSelectValueComponent {
@@ -739,8 +741,9 @@ declare class GaSelectComponent implements ControlValueAccessor, GaFormControl,
739
741
  private _onModelChanged?;
740
742
  protected readonly positions: ConnectedPosition[];
741
743
  private readonly injector;
744
+ private readonly elementRef;
742
745
  protected readonly overlayOrigin: CdkOverlayOrigin;
743
- protected readonly blockScrollStrategy: _angular_cdk_overlay.BlockScrollStrategy;
746
+ protected readonly repositionScrollStrategy: _angular_cdk_overlay.RepositionScrollStrategy;
744
747
  private readonly implicitInvalid;
745
748
  private readonly _isOpen;
746
749
  readonly value: _angular_core.ModelSignal<unknown>;
@@ -805,7 +808,7 @@ declare class GaOptgroupComponent {
805
808
  declare class GaSelectDropdownComponent {
806
809
  readonly loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
807
810
  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: {}; }]>;
811
+ 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
812
  }
810
813
 
811
814
  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.6",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.0.0",
6
6
  "@angular/common": "^20.0.0",