@ethlete/cdk 3.18.1 → 3.18.2

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.
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "../../directives/selection-list-option/selection-list-option.directive";
3
3
  export declare class SelectionListOptionComponent {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectionListOptionComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectionListOptionComponent, "et-selection-list-option", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.SelectionListOptionDirective; inputs: { "value": "value"; "disabled": "disabled"; }; outputs: {}; }]>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectionListOptionComponent, "et-selection-list-option", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.SelectionListOptionDirective; inputs: { "value": "value"; "disabled": "disabled"; "isResetOption": "isResetOption"; }; outputs: {}; }]>;
6
6
  }
@@ -13,6 +13,9 @@ export declare class SelectionListOptionDirective {
13
13
  get disabled(): boolean;
14
14
  set disabled(value: boolean);
15
15
  private _disabled;
16
+ get isResetOption(): boolean;
17
+ set isResetOption(value: boolean);
18
+ private _isResetOption;
16
19
  readonly selected: import("@angular/core").Signal<boolean>;
17
20
  focus(): void;
18
21
  getLabel(): string;
@@ -21,6 +24,7 @@ export declare class SelectionListOptionDirective {
21
24
  _setTabindex(value: number): void;
22
25
  _toggleSelected(): void;
23
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectionListOptionDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionListOptionDirective, never, ["etSelectionListOption"], { "value": { "alias": "value"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionListOptionDirective, never, ["etSelectionListOption"], { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "isResetOption": { "alias": "isResetOption"; "required": false; }; }, {}, never, never, true, never>;
25
28
  static ngAcceptInputType_disabled: unknown;
29
+ static ngAcceptInputType_isResetOption: unknown;
26
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "3.18.1",
3
+ "version": "3.18.2",
4
4
  "exports": {
5
5
  ".": {
6
6
  "css": "./src/lib/styles/index.css",