@ethlete/cdk 4.32.0 → 4.33.0

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.
@@ -15,6 +15,9 @@ export declare class SelectOptionDirective implements AfterViewInit {
15
15
  set disabled(value: unknown);
16
16
  private _disabled$;
17
17
  readonly disabled$: import("rxjs").Observable<boolean>;
18
+ get label(): string | null;
19
+ set label(label: string | null);
20
+ private _label$;
18
21
  readonly isSelected$: import("rxjs").Observable<boolean>;
19
22
  readonly isSelected: import("@angular/core").Signal<boolean | undefined>;
20
23
  get viewValue(): string;
@@ -38,5 +41,5 @@ export declare class SelectOptionDirective implements AfterViewInit {
38
41
  _updateViewValue(): void;
39
42
  protected setActiveByHover(): void;
40
43
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective, never, never, { "value": { "alias": "value"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.ObserveContentDirective; inputs: {}; outputs: {}; }]>;
44
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective, never, never, { "value": { "alias": "value"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.ObserveContentDirective; inputs: {}; outputs: {}; }]>;
42
45
  }
@@ -4,5 +4,5 @@ import * as i1 from "../../directives/select-option/select-option.directive";
4
4
  export declare class SelectOptionComponent {
5
5
  protected readonly selectOption: SelectOptionDirective;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "et-select-option", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.SelectOptionDirective; inputs: { "value": "value"; "disabled": "disabled"; }; outputs: {}; }]>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectOptionComponent, "et-select-option", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.SelectOptionDirective; inputs: { "value": "value"; "disabled": "disabled"; "label": "label"; }; outputs: {}; }]>;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "4.32.0",
3
+ "version": "4.33.0",
4
4
  "exports": {
5
5
  ".": {
6
6
  "css": "./src/lib/styles/index.css",