@trackunit/react-chart-components 1.11.9 → 1.11.11-alpha-e76d0654d61.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/index.cjs.js +3 -2
- package/package.json +7 -7
package/index.cjs.js
CHANGED
|
@@ -10,7 +10,8 @@ var uiDesignTokens = require('@trackunit/ui-design-tokens');
|
|
|
10
10
|
var dateAndTimeUtils = require('@trackunit/date-and-time-utils');
|
|
11
11
|
var reactDateAndTimeHooks = require('@trackunit/react-date-and-time-hooks');
|
|
12
12
|
|
|
13
|
-
function
|
|
13
|
+
function _interopNamespace(e) {
|
|
14
|
+
if (e && e.__esModule) return e;
|
|
14
15
|
var n = Object.create(null);
|
|
15
16
|
if (e) {
|
|
16
17
|
Object.keys(e).forEach(function (k) {
|
|
@@ -27,7 +28,7 @@ function _interopNamespaceDefault(e) {
|
|
|
27
28
|
return Object.freeze(n);
|
|
28
29
|
}
|
|
29
30
|
|
|
30
|
-
var echarts__namespace = /*#__PURE__*/
|
|
31
|
+
var echarts__namespace = /*#__PURE__*/_interopNamespace(echarts);
|
|
31
32
|
|
|
32
33
|
function isECElementEvent(value) {
|
|
33
34
|
return (typeof value === "object" &&
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-chart-components",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.11-alpha-e76d0654d61.0",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"echarts": "5.6.0",
|
|
11
11
|
"react": "19.0.0",
|
|
12
|
-
"@trackunit/date-and-time-utils": "1.11.
|
|
13
|
-
"@trackunit/react-date-and-time-hooks": "1.11.
|
|
14
|
-
"@trackunit/ui-design-tokens": "1.11.
|
|
15
|
-
"@trackunit/shared-utils": "1.13.
|
|
16
|
-
"@trackunit/css-class-variance-utilities": "1.11.
|
|
17
|
-
"@trackunit/react-components": "1.15.
|
|
12
|
+
"@trackunit/date-and-time-utils": "1.11.10-alpha-e76d0654d61.0",
|
|
13
|
+
"@trackunit/react-date-and-time-hooks": "1.11.11-alpha-e76d0654d61.0",
|
|
14
|
+
"@trackunit/ui-design-tokens": "1.11.10-alpha-e76d0654d61.0",
|
|
15
|
+
"@trackunit/shared-utils": "1.13.9-alpha-e76d0654d61.0",
|
|
16
|
+
"@trackunit/css-class-variance-utilities": "1.11.9-alpha-e76d0654d61.0",
|
|
17
|
+
"@trackunit/react-components": "1.15.10-alpha-e76d0654d61.0"
|
|
18
18
|
},
|
|
19
19
|
"module": "./index.esm.js",
|
|
20
20
|
"main": "./index.cjs.js",
|