@progress/kendo-react-charts 5.13.0-dev.202304201241 → 5.13.0-dev.202304201410
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/dist/cdn/js/kendo-react-charts.js +1 -1
- package/dist/es/components/Navigator.js +2 -1
- package/dist/es/option-types/navigator.interface.d.ts +5 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/components/Navigator.js +2 -1
- package/dist/npm/option-types/navigator.interface.d.ts +5 -0
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-charts.js +1 -1
- package/package.json +7 -7
|
@@ -15,6 +15,7 @@ var ChartNavigator = function (props) {
|
|
|
15
15
|
return (React.createElement(ConfigurationComponent, __assign({}, props, { _chartKey: "navigator" })));
|
|
16
16
|
};
|
|
17
17
|
ChartNavigator.defaultProps = {
|
|
18
|
-
visible: true
|
|
18
|
+
visible: true,
|
|
19
|
+
position: 'bottom'
|
|
19
20
|
};
|
|
20
21
|
export { ChartNavigator };
|
|
@@ -21,6 +21,11 @@ export interface Navigator {
|
|
|
21
21
|
* The configuration of the navigator pane.
|
|
22
22
|
*/
|
|
23
23
|
pane?: Pane;
|
|
24
|
+
/**
|
|
25
|
+
* The position of the navigator.
|
|
26
|
+
* By default, the navigator is positioned at the bottom.
|
|
27
|
+
*/
|
|
28
|
+
position?: 'top' | 'bottom';
|
|
24
29
|
/**
|
|
25
30
|
* Specifies the initially selected range. If no range is specified, the full range of values is shown.
|
|
26
31
|
*/
|
|
@@ -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:
|
|
8
|
+
publishDate: 1681998268,
|
|
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
|
};
|
|
@@ -21,6 +21,11 @@ export interface Navigator {
|
|
|
21
21
|
* The configuration of the navigator pane.
|
|
22
22
|
*/
|
|
23
23
|
pane?: Pane;
|
|
24
|
+
/**
|
|
25
|
+
* The position of the navigator.
|
|
26
|
+
* By default, the navigator is positioned at the bottom.
|
|
27
|
+
*/
|
|
28
|
+
position?: 'top' | 'bottom';
|
|
24
29
|
/**
|
|
25
30
|
* Specifies the initially selected range. If no range is specified, the full range of values is shown.
|
|
26
31
|
*/
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-react-charts',
|
|
9
9
|
productName: 'KendoReact',
|
|
10
10
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1681998268,
|
|
12
12
|
version: '',
|
|
13
13
|
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'
|
|
14
14
|
};
|