@progress/kendo-react-charts 5.2.0 → 5.3.0-dev.202205040828

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.
@@ -43,6 +43,10 @@ export interface BaseChartProps {
43
43
  * Sets additional CSS classes to the component.
44
44
  */
45
45
  className?: string;
46
+ /**
47
+ * @hidden
48
+ */
49
+ children?: any;
46
50
  /**
47
51
  * Sets the preferred rendering engine ([see example]({% slug rendering_chart_charts %})). If not supported by the browser, the Chart switches to the first available mode.
48
52
  *
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-charts',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1649314218,
8
+ publishDate: 1651651844,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -43,6 +43,10 @@ export interface BaseChartProps {
43
43
  * Sets additional CSS classes to the component.
44
44
  */
45
45
  className?: string;
46
+ /**
47
+ * @hidden
48
+ */
49
+ children?: any;
46
50
  /**
47
51
  * Sets the preferred rendering engine ([see example]({% slug rendering_chart_charts %})). If not supported by the browser, the Chart switches to the first available mode.
48
52
  *
@@ -7,7 +7,7 @@ exports.packageMetadata = {
7
7
  name: '@progress/kendo-react-charts',
8
8
  productName: 'KendoReact',
9
9
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
10
- publishDate: 1649314218,
10
+ publishDate: 1651651844,
11
11
  version: '',
12
12
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
13
13
  };