@ethlete/cdk 3.5.2 → 3.5.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/CHANGELOG.md +6 -0
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.mjs +11 -1
- package/fesm2022/ethlete-cdk.mjs +9 -0
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.d.ts +1 -0
- package/package.json +1 -1
|
@@ -7,6 +7,7 @@ export declare const COMBOBOX_TOKEN: InjectionToken<ComboboxDirective>;
|
|
|
7
7
|
export declare class ComboboxDirective implements OnInit {
|
|
8
8
|
private readonly _destroy$;
|
|
9
9
|
private readonly _input;
|
|
10
|
+
private readonly _selectField;
|
|
10
11
|
private readonly _animatedOverlay;
|
|
11
12
|
get options(): unknown[];
|
|
12
13
|
set options(value: unknown[]);
|