@progress/kendo-react-charts 7.3.0 → 7.4.0-develop.1
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.mts +2 -2
- package/index.d.ts +2 -2
- package/package-metadata.mjs +1 -1
- package/package.json +5 -5
package/index.d.mts
CHANGED
|
@@ -1580,7 +1580,7 @@ export declare const ChartBreadcrumb: React_2.ForwardRefExoticComponent<ChartBre
|
|
|
1580
1580
|
|
|
1581
1581
|
/**
|
|
1582
1582
|
* Represents the Object which is passed to the
|
|
1583
|
-
* [`ref`](https://
|
|
1583
|
+
* [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the ChartBreadcrumb component.
|
|
1584
1584
|
*/
|
|
1585
1585
|
declare interface ChartBreadcrumbHandle {
|
|
1586
1586
|
/**
|
|
@@ -4590,7 +4590,7 @@ export declare interface SankeyEvent extends Omit<SankeyEvent_2, 'originalEvent'
|
|
|
4590
4590
|
export declare type SankeyEventHandler = (event: SankeyEvent) => void;
|
|
4591
4591
|
|
|
4592
4592
|
/**
|
|
4593
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
4593
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
4594
4594
|
* callback of the [Sankey]({% slug api_charts_sankey %}) component.
|
|
4595
4595
|
*/
|
|
4596
4596
|
export declare interface SankeyHandle {
|
package/index.d.ts
CHANGED
|
@@ -1580,7 +1580,7 @@ export declare const ChartBreadcrumb: React_2.ForwardRefExoticComponent<ChartBre
|
|
|
1580
1580
|
|
|
1581
1581
|
/**
|
|
1582
1582
|
* Represents the Object which is passed to the
|
|
1583
|
-
* [`ref`](https://
|
|
1583
|
+
* [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the ChartBreadcrumb component.
|
|
1584
1584
|
*/
|
|
1585
1585
|
declare interface ChartBreadcrumbHandle {
|
|
1586
1586
|
/**
|
|
@@ -4590,7 +4590,7 @@ export declare interface SankeyEvent extends Omit<SankeyEvent_2, 'originalEvent'
|
|
|
4590
4590
|
export declare type SankeyEventHandler = (event: SankeyEvent) => void;
|
|
4591
4591
|
|
|
4592
4592
|
/**
|
|
4593
|
-
* Represents the object which is passed to the [`ref`](https://
|
|
4593
|
+
* Represents the object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
4594
4594
|
* callback of the [Sankey]({% slug api_charts_sankey %}) component.
|
|
4595
4595
|
*/
|
|
4596
4596
|
export declare interface SankeyHandle {
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-charts",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1711099106,
|
|
14
14
|
version: "",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
16
16
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-charts",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0-develop.1",
|
|
4
4
|
"description": "React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-drawing": "^1.19.0",
|
|
26
26
|
"@progress/kendo-licensing": "^1.3.4",
|
|
27
|
-
"@progress/kendo-react-common": "7.
|
|
28
|
-
"@progress/kendo-react-intl": "7.
|
|
29
|
-
"@progress/kendo-react-layout": "7.
|
|
30
|
-
"@progress/kendo-react-popup": "7.
|
|
27
|
+
"@progress/kendo-react-common": "7.4.0-develop.1",
|
|
28
|
+
"@progress/kendo-react-intl": "7.4.0-develop.1",
|
|
29
|
+
"@progress/kendo-react-layout": "7.4.0-develop.1",
|
|
30
|
+
"@progress/kendo-react-popup": "7.4.0-develop.1",
|
|
31
31
|
"@progress/kendo-svg-icons": "^2.1.0",
|
|
32
32
|
"hammerjs": "^2.0.0",
|
|
33
33
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|