@lark-apaas/fullstack-rspack-preset 1.0.39-alpha.21 → 1.0.39-alpha.22
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.
|
@@ -5,11 +5,9 @@
|
|
|
5
5
|
export class EChartsReact extends React.Component<any, any, any> {
|
|
6
6
|
constructor(props: any);
|
|
7
7
|
constructor(props: any, context: any);
|
|
8
|
-
render(): React.CElement<
|
|
9
|
-
option: any;
|
|
10
|
-
}, React.Component<{
|
|
11
|
-
option: any;
|
|
12
|
-
}, any, any>>;
|
|
8
|
+
render(): React.CElement<import("echarts-for-react").EChartsReactProps, OriginalReactECharts>;
|
|
13
9
|
}
|
|
10
|
+
export * from "echarts-for-react";
|
|
14
11
|
export default EChartsReact;
|
|
15
12
|
import React from 'react';
|
|
13
|
+
import OriginalReactECharts from 'echarts-for-react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lark-apaas/fullstack-rspack-preset",
|
|
3
|
-
"version": "1.0.39-alpha.
|
|
3
|
+
"version": "1.0.39-alpha.22",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib",
|
|
6
6
|
"patches",
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"@babel/parser": "^7.28.0",
|
|
32
32
|
"@babel/traverse": "^7.28.0",
|
|
33
33
|
"@babel/types": "^7.28.2",
|
|
34
|
-
"glob": "^11.0.0",
|
|
35
34
|
"@lark-apaas/devtool-kits": "^1.2.18",
|
|
36
35
|
"@lark-apaas/miaoda-inspector-babel-plugin": "^1.0.0",
|
|
37
36
|
"@lark-apaas/miaoda-inspector-jsx-runtime": "^1.0.1",
|
|
@@ -45,6 +44,7 @@
|
|
|
45
44
|
"dotenv": "^16.4.5",
|
|
46
45
|
"echarts": "^6.0.0",
|
|
47
46
|
"echarts-for-react": "^3.0.2",
|
|
47
|
+
"glob": "^11.0.0",
|
|
48
48
|
"lightningcss": "^1.28.0",
|
|
49
49
|
"patch-package": "^8.0.0",
|
|
50
50
|
"postcss-import": "^16.1.1",
|