@progress/kendo-react-charts 7.5.0-develop.7 → 7.5.0-develop.9
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 +9 -43
- package/index.d.ts +9 -43
- package/package-metadata.mjs +1 -1
- package/package.json +5 -5
package/index.d.mts
CHANGED
|
@@ -22,15 +22,16 @@ import * as React_2 from 'react';
|
|
|
22
22
|
import { SankeyData } from '@progress/kendo-charts';
|
|
23
23
|
import { SankeyEvent as SankeyEvent_2 } from '@progress/kendo-charts';
|
|
24
24
|
import { SankeyExportVisualOptions } from '@progress/kendo-charts';
|
|
25
|
-
import { SankeyLabel
|
|
26
|
-
import { SankeyLabelDefaults
|
|
25
|
+
import { SankeyLabel } from '@progress/kendo-charts';
|
|
26
|
+
import { SankeyLabelDefaults } from '@progress/kendo-charts';
|
|
27
|
+
import { SankeyLegendItem } from '@progress/kendo-charts';
|
|
27
28
|
import { SankeyLink } from '@progress/kendo-charts';
|
|
28
29
|
import { SankeyLinkDataItem } from '@progress/kendo-charts';
|
|
29
|
-
import { SankeyLinkDefaults
|
|
30
|
+
import { SankeyLinkDefaults } from '@progress/kendo-charts';
|
|
30
31
|
import { SankeyLinkHighlight } from '@progress/kendo-charts';
|
|
31
32
|
import { SankeyNode } from '@progress/kendo-charts';
|
|
32
33
|
import { SankeyNodeDataItem } from '@progress/kendo-charts';
|
|
33
|
-
import { SankeyNodeDefaults
|
|
34
|
+
import { SankeyNodeDefaults } from '@progress/kendo-charts';
|
|
34
35
|
import { SankeyOptions } from '@progress/kendo-charts';
|
|
35
36
|
import { SankeyTooltip } from '@progress/kendo-charts';
|
|
36
37
|
import { SankeyTooltipEvent } from '@progress/kendo-charts';
|
|
@@ -4611,18 +4612,9 @@ export declare interface SankeyHandle {
|
|
|
4611
4612
|
exportVisual(options?: SankeyExportVisualOptions): Group;
|
|
4612
4613
|
}
|
|
4613
4614
|
|
|
4614
|
-
|
|
4615
|
-
* Represents the Sankey label options.
|
|
4616
|
-
*/
|
|
4617
|
-
export declare interface SankeyLabel extends SankeyLabel_2 {
|
|
4618
|
-
}
|
|
4615
|
+
export { SankeyLabel }
|
|
4619
4616
|
|
|
4620
|
-
|
|
4621
|
-
* Represents the default label options of the Sankey component.
|
|
4622
|
-
* The value will be applied to all labels unless overridden by the `nodes` label prop of the Sankey data option.
|
|
4623
|
-
*/
|
|
4624
|
-
export declare interface SankeyLabelDefaults extends SankeyLabelDefaults_2 {
|
|
4625
|
-
}
|
|
4617
|
+
export { SankeyLabelDefaults }
|
|
4626
4618
|
|
|
4627
4619
|
/**
|
|
4628
4620
|
* Represents the Sankey legend options.
|
|
@@ -4634,32 +4626,11 @@ export declare interface SankeyLegend extends Omit<Legend, 'inactiveItems' | 'it
|
|
|
4634
4626
|
item?: SankeyLegendItem;
|
|
4635
4627
|
}
|
|
4636
4628
|
|
|
4637
|
-
/**
|
|
4638
|
-
* Represents the Sankey legend items options.
|
|
4639
|
-
*/
|
|
4640
|
-
declare interface SankeyLegendItem {
|
|
4641
|
-
/**
|
|
4642
|
-
* The background color of the legend item square element. Accepts a valid CSS color string, including HEX and RGB.
|
|
4643
|
-
* Defaults to the corresponding node color.
|
|
4644
|
-
*/
|
|
4645
|
-
areaBackground?: string;
|
|
4646
|
-
/**
|
|
4647
|
-
* The opacity of the legend item square element.
|
|
4648
|
-
* Defaults to the corresponding node opacity.
|
|
4649
|
-
*/
|
|
4650
|
-
areaOpacity?: number;
|
|
4651
|
-
}
|
|
4652
|
-
|
|
4653
4629
|
export { SankeyLink }
|
|
4654
4630
|
|
|
4655
4631
|
export { SankeyLinkDataItem }
|
|
4656
4632
|
|
|
4657
|
-
|
|
4658
|
-
* Represents the default link options of the Sankey component.
|
|
4659
|
-
* The value will be applied to all links unless overridden by the `links` prop of the Sankey data option.
|
|
4660
|
-
*/
|
|
4661
|
-
export declare interface SankeyLinkDefaults extends SankeyLinkDefaults_2 {
|
|
4662
|
-
}
|
|
4633
|
+
export { SankeyLinkDefaults }
|
|
4663
4634
|
|
|
4664
4635
|
export { SankeyLinkHighlight }
|
|
4665
4636
|
|
|
@@ -4667,12 +4638,7 @@ export { SankeyNode }
|
|
|
4667
4638
|
|
|
4668
4639
|
export { SankeyNodeDataItem }
|
|
4669
4640
|
|
|
4670
|
-
|
|
4671
|
-
* Represents the default node options of the Sankey component.
|
|
4672
|
-
* The value will be applied to all nodes unless overridden by the `nodes` prop of the Sankey data option.
|
|
4673
|
-
*/
|
|
4674
|
-
export declare interface SankeyNodeDefaults extends SankeyNodeDefaults_2 {
|
|
4675
|
-
}
|
|
4641
|
+
export { SankeyNodeDefaults }
|
|
4676
4642
|
|
|
4677
4643
|
export { SankeyOptions }
|
|
4678
4644
|
|
package/index.d.ts
CHANGED
|
@@ -22,15 +22,16 @@ import * as React_2 from 'react';
|
|
|
22
22
|
import { SankeyData } from '@progress/kendo-charts';
|
|
23
23
|
import { SankeyEvent as SankeyEvent_2 } from '@progress/kendo-charts';
|
|
24
24
|
import { SankeyExportVisualOptions } from '@progress/kendo-charts';
|
|
25
|
-
import { SankeyLabel
|
|
26
|
-
import { SankeyLabelDefaults
|
|
25
|
+
import { SankeyLabel } from '@progress/kendo-charts';
|
|
26
|
+
import { SankeyLabelDefaults } from '@progress/kendo-charts';
|
|
27
|
+
import { SankeyLegendItem } from '@progress/kendo-charts';
|
|
27
28
|
import { SankeyLink } from '@progress/kendo-charts';
|
|
28
29
|
import { SankeyLinkDataItem } from '@progress/kendo-charts';
|
|
29
|
-
import { SankeyLinkDefaults
|
|
30
|
+
import { SankeyLinkDefaults } from '@progress/kendo-charts';
|
|
30
31
|
import { SankeyLinkHighlight } from '@progress/kendo-charts';
|
|
31
32
|
import { SankeyNode } from '@progress/kendo-charts';
|
|
32
33
|
import { SankeyNodeDataItem } from '@progress/kendo-charts';
|
|
33
|
-
import { SankeyNodeDefaults
|
|
34
|
+
import { SankeyNodeDefaults } from '@progress/kendo-charts';
|
|
34
35
|
import { SankeyOptions } from '@progress/kendo-charts';
|
|
35
36
|
import { SankeyTooltip } from '@progress/kendo-charts';
|
|
36
37
|
import { SankeyTooltipEvent } from '@progress/kendo-charts';
|
|
@@ -4611,18 +4612,9 @@ export declare interface SankeyHandle {
|
|
|
4611
4612
|
exportVisual(options?: SankeyExportVisualOptions): Group;
|
|
4612
4613
|
}
|
|
4613
4614
|
|
|
4614
|
-
|
|
4615
|
-
* Represents the Sankey label options.
|
|
4616
|
-
*/
|
|
4617
|
-
export declare interface SankeyLabel extends SankeyLabel_2 {
|
|
4618
|
-
}
|
|
4615
|
+
export { SankeyLabel }
|
|
4619
4616
|
|
|
4620
|
-
|
|
4621
|
-
* Represents the default label options of the Sankey component.
|
|
4622
|
-
* The value will be applied to all labels unless overridden by the `nodes` label prop of the Sankey data option.
|
|
4623
|
-
*/
|
|
4624
|
-
export declare interface SankeyLabelDefaults extends SankeyLabelDefaults_2 {
|
|
4625
|
-
}
|
|
4617
|
+
export { SankeyLabelDefaults }
|
|
4626
4618
|
|
|
4627
4619
|
/**
|
|
4628
4620
|
* Represents the Sankey legend options.
|
|
@@ -4634,32 +4626,11 @@ export declare interface SankeyLegend extends Omit<Legend, 'inactiveItems' | 'it
|
|
|
4634
4626
|
item?: SankeyLegendItem;
|
|
4635
4627
|
}
|
|
4636
4628
|
|
|
4637
|
-
/**
|
|
4638
|
-
* Represents the Sankey legend items options.
|
|
4639
|
-
*/
|
|
4640
|
-
declare interface SankeyLegendItem {
|
|
4641
|
-
/**
|
|
4642
|
-
* The background color of the legend item square element. Accepts a valid CSS color string, including HEX and RGB.
|
|
4643
|
-
* Defaults to the corresponding node color.
|
|
4644
|
-
*/
|
|
4645
|
-
areaBackground?: string;
|
|
4646
|
-
/**
|
|
4647
|
-
* The opacity of the legend item square element.
|
|
4648
|
-
* Defaults to the corresponding node opacity.
|
|
4649
|
-
*/
|
|
4650
|
-
areaOpacity?: number;
|
|
4651
|
-
}
|
|
4652
|
-
|
|
4653
4629
|
export { SankeyLink }
|
|
4654
4630
|
|
|
4655
4631
|
export { SankeyLinkDataItem }
|
|
4656
4632
|
|
|
4657
|
-
|
|
4658
|
-
* Represents the default link options of the Sankey component.
|
|
4659
|
-
* The value will be applied to all links unless overridden by the `links` prop of the Sankey data option.
|
|
4660
|
-
*/
|
|
4661
|
-
export declare interface SankeyLinkDefaults extends SankeyLinkDefaults_2 {
|
|
4662
|
-
}
|
|
4633
|
+
export { SankeyLinkDefaults }
|
|
4663
4634
|
|
|
4664
4635
|
export { SankeyLinkHighlight }
|
|
4665
4636
|
|
|
@@ -4667,12 +4638,7 @@ export { SankeyNode }
|
|
|
4667
4638
|
|
|
4668
4639
|
export { SankeyNodeDataItem }
|
|
4669
4640
|
|
|
4670
|
-
|
|
4671
|
-
* Represents the default node options of the Sankey component.
|
|
4672
|
-
* The value will be applied to all nodes unless overridden by the `nodes` prop of the Sankey data option.
|
|
4673
|
-
*/
|
|
4674
|
-
export declare interface SankeyNodeDefaults extends SankeyNodeDefaults_2 {
|
|
4675
|
-
}
|
|
4641
|
+
export { SankeyNodeDefaults }
|
|
4676
4642
|
|
|
4677
4643
|
export { SankeyOptions }
|
|
4678
4644
|
|
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: 1714143938,
|
|
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.5.0-develop.
|
|
3
|
+
"version": "7.5.0-develop.9",
|
|
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.20.1",
|
|
26
26
|
"@progress/kendo-licensing": "^1.3.4",
|
|
27
|
-
"@progress/kendo-react-common": "7.5.0-develop.
|
|
28
|
-
"@progress/kendo-react-intl": "7.5.0-develop.
|
|
29
|
-
"@progress/kendo-react-layout": "7.5.0-develop.
|
|
30
|
-
"@progress/kendo-react-popup": "7.5.0-develop.
|
|
27
|
+
"@progress/kendo-react-common": "7.5.0-develop.9",
|
|
28
|
+
"@progress/kendo-react-intl": "7.5.0-develop.9",
|
|
29
|
+
"@progress/kendo-react-layout": "7.5.0-develop.9",
|
|
30
|
+
"@progress/kendo-react-popup": "7.5.0-develop.9",
|
|
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",
|