@mescius/wijmo.react.chart.radar 5.20241.10-nightly.d20240603.t042042 → 5.20241.10-nightly.d20240604.t020459
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/es2015-commonjs.js +1 -1
- package/es2015-esm.js +1 -1
- package/es5-esm.js +1 -1
- package/index.d.ts +4 -4
- package/index.js +1 -1
- package/package.json +6 -6
package/es2015-commonjs.js
CHANGED
package/es2015-esm.js
CHANGED
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20241.10-nightly.
|
|
3
|
+
* Wijmo Library 5.20241.10-nightly.d20240604.t020459
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -51,7 +51,7 @@ export declare const FlexRadarMeta: {
|
|
|
51
51
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
52
52
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
53
53
|
*/
|
|
54
|
-
export declare const FlexRadar: React.ForwardRefExoticComponent<FlexRadarProps & FlexRadarEvents<wjcChartRadar.FlexRadar
|
|
54
|
+
export declare const FlexRadar: React.ForwardRefExoticComponent<React.PropsWithChildren<FlexRadarProps & FlexRadarEvents<wjcChartRadar.FlexRadar>>>;
|
|
55
55
|
export declare type FlexRadarAxisProps = FlexChartAxisProps & {};
|
|
56
56
|
export declare type FlexRadarAxisEvents<T> = FlexChartAxisEvents<T> & {};
|
|
57
57
|
export declare const FlexRadarAxisMeta: {
|
|
@@ -72,7 +72,7 @@ export declare const FlexRadarAxisMeta: {
|
|
|
72
72
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
73
73
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
74
74
|
*/
|
|
75
|
-
export declare const FlexRadarAxis: React.ForwardRefExoticComponent<FlexRadarAxisProps & FlexRadarAxisEvents<wjcChartRadar.FlexRadarAxis
|
|
75
|
+
export declare const FlexRadarAxis: React.ForwardRefExoticComponent<React.PropsWithChildren<FlexRadarAxisProps & FlexRadarAxisEvents<wjcChartRadar.FlexRadarAxis>>>;
|
|
76
76
|
export declare type FlexRadarSeriesProps = SeriesBaseProps & {
|
|
77
77
|
chartType?: wjcChartRadar.RadarChartType | string;
|
|
78
78
|
};
|
|
@@ -96,4 +96,4 @@ export declare const FlexRadarSeriesMeta: {
|
|
|
96
96
|
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
97
97
|
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
98
98
|
*/
|
|
99
|
-
export declare const FlexRadarSeries: React.ForwardRefExoticComponent<FlexRadarSeriesProps & FlexRadarSeriesEvents<wjcChartRadar.FlexRadarSeries
|
|
99
|
+
export declare const FlexRadarSeries: React.ForwardRefExoticComponent<React.PropsWithChildren<FlexRadarSeriesProps & FlexRadarSeriesEvents<wjcChartRadar.FlexRadarSeries>>>;
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.react.chart.radar",
|
|
3
|
-
"version": "5.20241.10-nightly.
|
|
3
|
+
"version": "5.20241.10-nightly.d20240604.t020459",
|
|
4
4
|
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
|
5
5
|
"author": "MESCIUS inc",
|
|
6
6
|
"license": "Commercial",
|
|
7
7
|
"main": "./index.js",
|
|
8
8
|
"types": "./index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@mescius/wijmo": "5.20241.10-nightly.
|
|
11
|
-
"@mescius/wijmo.chart": "5.20241.10-nightly.
|
|
12
|
-
"@mescius/wijmo.chart.radar": "5.20241.10-nightly.
|
|
13
|
-
"@mescius/wijmo.react.base": "5.20241.10-nightly.
|
|
14
|
-
"@mescius/wijmo.react.chart": "5.20241.10-nightly.
|
|
10
|
+
"@mescius/wijmo": "5.20241.10-nightly.d20240604.t020459",
|
|
11
|
+
"@mescius/wijmo.chart": "5.20241.10-nightly.d20240604.t020459",
|
|
12
|
+
"@mescius/wijmo.chart.radar": "5.20241.10-nightly.d20240604.t020459",
|
|
13
|
+
"@mescius/wijmo.react.base": "5.20241.10-nightly.d20240604.t020459",
|
|
14
|
+
"@mescius/wijmo.react.chart": "5.20241.10-nightly.d20240604.t020459"
|
|
15
15
|
},
|
|
16
16
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
17
17
|
"bugs": {
|