sag_components 2.0.0-beta43 → 2.0.0-beta45
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.
|
@@ -5,6 +5,7 @@ export namespace TotalDoughnutChart {
|
|
|
5
5
|
const title: PropTypes.Requireable<string>;
|
|
6
6
|
const value: PropTypes.Requireable<number>;
|
|
7
7
|
const rootFont: PropTypes.Requireable<string>;
|
|
8
|
+
const containerPadding: PropTypes.Requireable<string>;
|
|
8
9
|
const addingBenchmark: PropTypes.Requireable<boolean>;
|
|
9
10
|
const dotCut: PropTypes.Requireable<boolean>;
|
|
10
11
|
const currencySign: PropTypes.Requireable<boolean>;
|
|
@@ -37,6 +38,8 @@ export namespace TotalDoughnutChart {
|
|
|
37
38
|
export { value_1 as value };
|
|
38
39
|
const rootFont_1: string;
|
|
39
40
|
export { rootFont_1 as rootFont };
|
|
41
|
+
const containerPadding_1: string;
|
|
42
|
+
export { containerPadding_1 as containerPadding };
|
|
40
43
|
const addingBenchmark_1: boolean;
|
|
41
44
|
export { addingBenchmark_1 as addingBenchmark };
|
|
42
45
|
const dotCut_1: boolean;
|