@kirbydesign/designsystem 4.0.11 → 4.0.12
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/bundles/kirbydesign-designsystem.umd.js +11 -3
- package/bundles/kirbydesign-designsystem.umd.js.map +1 -1
- package/bundles/kirbydesign-designsystem.umd.min.js +1 -1
- package/bundles/kirbydesign-designsystem.umd.min.js.map +1 -1
- package/esm2015/lib/components/radio/radio-group/radio-group.component.js +8 -4
- package/esm2015/lib/components/radio/radio-group/radio-group.component.metadata.json +1 -1
- package/fesm2015/kirbydesign-designsystem.js +7 -3
- package/fesm2015/kirbydesign-designsystem.js.map +1 -1
- package/kirbydesign-designsystem.metadata.json +1 -1
- package/lib/components/radio/radio-group/radio-group.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -14,6 +14,7 @@ export declare class RadioGroupComponent implements AfterContentInit, ControlVal
|
|
|
14
14
|
set selectedIndex(value: number);
|
|
15
15
|
get value(): string | any;
|
|
16
16
|
set value(value: string | any);
|
|
17
|
+
private get hasValue();
|
|
17
18
|
/**
|
|
18
19
|
* Emitted when an option is selected
|
|
19
20
|
*/
|