@vsn-ux/ngx-gaia 0.9.2 → 0.9.3
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
|
@@ -5,7 +5,7 @@ import { Provider, Type, OnInit, InjectionToken, TemplateRef, WritableSignal, Af
|
|
|
5
5
|
import * as _angular_forms from '@angular/forms';
|
|
6
6
|
import { ControlValueAccessor, CheckboxRequiredValidator, Validator, AbstractControl, ValidationErrors, NgControl, RequiredValidator, FormGroupDirective, NgForm } from '@angular/forms';
|
|
7
7
|
import * as _angular_cdk_overlay from '@angular/cdk/overlay';
|
|
8
|
-
import { CdkOverlayOrigin, ConnectedPosition } from '@angular/cdk/overlay';
|
|
8
|
+
import { CdkOverlayOrigin, ConnectedPosition, CdkConnectedOverlay } from '@angular/cdk/overlay';
|
|
9
9
|
import * as i1 from '@angular/cdk/menu';
|
|
10
10
|
import * as _vsn_ux_ngx_gaia from '@vsn-ux/ngx-gaia';
|
|
11
11
|
import * as rxjs from 'rxjs';
|
|
@@ -1075,6 +1075,7 @@ declare class GaSelectComponent implements ControlValueAccessor, AfterContentIni
|
|
|
1075
1075
|
protected readonly customSelectValue: _angular_core.Signal<GaSelectValueComponent | undefined>;
|
|
1076
1076
|
protected readonly inputSearch: _angular_core.Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
1077
1077
|
protected readonly content: _angular_core.Signal<ElementRef<any> | undefined>;
|
|
1078
|
+
protected readonly connectedOverlay: _angular_core.Signal<CdkConnectedOverlay | undefined>;
|
|
1078
1079
|
readonly id: _angular_core.Signal<string>;
|
|
1079
1080
|
readonly isOpen: _angular_core.Signal<boolean>;
|
|
1080
1081
|
readonly disabled: _angular_core.WritableSignal<boolean>;
|