@ifsworld/granite-components 4.4.0 → 4.5.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.
@@ -20,6 +20,7 @@ export declare class GraniteRadioButtonComponent implements OnChanges, OnDestroy
20
20
  private _inputElement;
21
21
  _positionBefore: boolean;
22
22
  _radioDisabled: boolean;
23
+ private _removeUniqueSelectionListenerFn;
23
24
  constructor(_focusMonitor: FocusMonitor, _radioDispatcher: UniqueSelectionDispatcher);
24
25
  ngOnChanges(changes: SimpleChanges): void;
25
26
  ngOnDestroy(): void;
@@ -28,5 +29,4 @@ export declare class GraniteRadioButtonComponent implements OnChanges, OnDestroy
28
29
  _radioChange(): void;
29
30
  _onBlur(): void;
30
31
  private _getInputElement;
31
- private _removeUniqueSelectionListener;
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ifsworld/granite-components",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=11.2.13",
6
6
  "@angular/common": ">=11.2.14",