@genesislcap/g2plot-chart 14.425.0 → 14.426.1-alpha-be0ea39.0
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/dts/react.d.ts +2 -0
- package/package.json +14 -14
package/dist/dts/react.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export declare const G2PlotChart: React.ForwardRefExoticComponent<
|
|
|
44
44
|
}
|
|
45
45
|
> & React.RefAttributes<G2PlotChartWC>
|
|
46
46
|
>;
|
|
47
|
+
export type G2PlotChartRef = G2PlotChartWC;
|
|
47
48
|
|
|
48
49
|
export declare const ChartDatasource: React.ForwardRefExoticComponent<
|
|
49
50
|
React.PropsWithChildren<
|
|
@@ -53,5 +54,6 @@ export declare const ChartDatasource: React.ForwardRefExoticComponent<
|
|
|
53
54
|
}
|
|
54
55
|
> & React.RefAttributes<ChartDatasourceWC>
|
|
55
56
|
>;
|
|
57
|
+
export type ChartDatasourceRef = ChartDatasourceWC;
|
|
56
58
|
|
|
57
59
|
export {};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/g2plot-chart",
|
|
3
3
|
"description": "Genesis G2plot Chart",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.426.1-alpha-be0ea39.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -53,21 +53,21 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@genesislcap/foundation-testing": "14.
|
|
57
|
-
"@genesislcap/genx": "14.
|
|
58
|
-
"@genesislcap/rollup-builder": "14.
|
|
59
|
-
"@genesislcap/ts-builder": "14.
|
|
60
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
61
|
-
"@genesislcap/vite-builder": "14.
|
|
62
|
-
"@genesislcap/webpack-builder": "14.
|
|
56
|
+
"@genesislcap/foundation-testing": "14.426.1-alpha-be0ea39.0",
|
|
57
|
+
"@genesislcap/genx": "14.426.1-alpha-be0ea39.0",
|
|
58
|
+
"@genesislcap/rollup-builder": "14.426.1-alpha-be0ea39.0",
|
|
59
|
+
"@genesislcap/ts-builder": "14.426.1-alpha-be0ea39.0",
|
|
60
|
+
"@genesislcap/uvu-playwright-builder": "14.426.1-alpha-be0ea39.0",
|
|
61
|
+
"@genesislcap/vite-builder": "14.426.1-alpha-be0ea39.0",
|
|
62
|
+
"@genesislcap/webpack-builder": "14.426.1-alpha-be0ea39.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@antv/g2plot": "^2.4.32",
|
|
66
|
-
"@genesislcap/foundation-comms": "14.
|
|
67
|
-
"@genesislcap/foundation-logger": "14.
|
|
68
|
-
"@genesislcap/foundation-ui": "14.
|
|
69
|
-
"@genesislcap/foundation-utils": "14.
|
|
70
|
-
"@genesislcap/foundation-zero": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.426.1-alpha-be0ea39.0",
|
|
67
|
+
"@genesislcap/foundation-logger": "14.426.1-alpha-be0ea39.0",
|
|
68
|
+
"@genesislcap/foundation-ui": "14.426.1-alpha-be0ea39.0",
|
|
69
|
+
"@genesislcap/foundation-utils": "14.426.1-alpha-be0ea39.0",
|
|
70
|
+
"@genesislcap/foundation-zero": "14.426.1-alpha-be0ea39.0",
|
|
71
71
|
"@microsoft/fast-element": "1.14.0",
|
|
72
72
|
"@microsoft/fast-foundation": "2.50.0"
|
|
73
73
|
},
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"require": "./dist/react.cjs"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "abd5cf3021b2fe62d508c514236be208856ff467"
|
|
95
95
|
}
|