@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.
- package/README.md +117 -4
- package/bundles/ifsworld-granite-components.umd.js +4 -5
- package/bundles/ifsworld-granite-components.umd.js.map +1 -1
- package/bundles/ifsworld-granite-components.umd.min.js +2 -2
- package/bundles/ifsworld-granite-components.umd.min.js.map +1 -1
- package/esm2015/lib/radio-button/radio-button.component.js +4 -5
- package/esm2015/lib/radio-button/radio-button.component.js.map +1 -1
- package/esm2015/lib/radio-button/radio-button.component.metadata.json +1 -1
- package/fesm2015/ifsworld-granite-components.js +4 -5
- package/fesm2015/ifsworld-granite-components.js.map +1 -1
- package/ifsworld-granite-components.metadata.json +1 -1
- package/lib/radio-button/radio-button.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|