@siemens/charts-ng 48.3.0 → 48.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/index.d.ts CHANGED
@@ -742,16 +742,19 @@ declare class SiChartGaugeComponent extends SiChartComponent implements OnChange
742
742
  readonly numberOfDecimals: _angular_core.InputSignal<number | undefined>;
743
743
  /**
744
744
  * Min number of decimals.
745
+ * Possible values are from 0 to 100.
745
746
  * @defaultValue 0
746
747
  */
747
748
  readonly minNumberOfDecimals: _angular_core.InputSignal<number>;
748
749
  /**
749
750
  * Max number of decimals.
751
+ * Possible values are from 0 to 100.
750
752
  * @defaultValue 0
751
753
  */
752
754
  readonly maxNumberOfDecimals: _angular_core.InputSignal<number>;
753
755
  /**
754
756
  * Number of decimals on the axis.
757
+ * Possible values are from 0 to 100.
755
758
  * @defaultValue 0
756
759
  */
757
760
  readonly axisNumberOfDecimals: _angular_core.InputSignal<number>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@siemens/charts-ng",
3
3
  "description": "Element Charts library.",
4
- "version": "48.3.0",
4
+ "version": "48.5.0",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",