@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.
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kirbydesign/designsystem",
3
- "version": "4.0.11",
3
+ "version": "4.0.12",
4
4
  "dependencies": {
5
5
  "chart.js": "3.3.2",
6
6
  "chartjs-plugin-annotation": "1.0.2",