@easyv/config 1.2.8 → 1.2.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/lib/interaction.js +2 -2
- package/lib/label.js +1 -1
- package/package.json +30 -30
- package/pnpm-lock.yaml +5974 -0
- package/src/control.js +104 -104
- package/src/extent.js +42 -42
- package/src/index.js +106 -106
- package/src/interaction.js +121 -121
- package/src/label.js +1 -1
- package/src/pieTooltip.js +331 -331
package/lib/interaction.js
CHANGED
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports["default"] = void 0;
|
|
8
8
|
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
9
|
-
/**
|
|
10
|
-
* TODO:有个触发回调的类型
|
|
9
|
+
/**
|
|
10
|
+
* TODO:有个触发回调的类型
|
|
11
11
|
*/
|
|
12
12
|
var defaultAction = 'click';
|
|
13
13
|
var defaultCallback = {
|
package/lib/label.js
CHANGED
package/package.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@easyv/config",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"make": "babel src -d lib",
|
|
8
|
-
"release": "standard-version"
|
|
9
|
-
},
|
|
10
|
-
"keywords": [],
|
|
11
|
-
"author": "",
|
|
12
|
-
"license": "ISC",
|
|
13
|
-
"devDependencies": {
|
|
14
|
-
"@babel/cli": "^7.6.0",
|
|
15
|
-
"@babel/core": "^7.11.5",
|
|
16
|
-
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
17
|
-
"@babel/plugin-proposal-export-default-from": "^7.10.4",
|
|
18
|
-
"@babel/plugin-transform-runtime": "^7.11.5",
|
|
19
|
-
"@babel/preset-env": "^7.11.5",
|
|
20
|
-
"@babel/preset-react": "^7.10.4",
|
|
21
|
-
"@babel/runtime": "^7.17.7",
|
|
22
|
-
"babel-plugin-transform-import-styles": "0.0.11",
|
|
23
|
-
"babel-preset-env": "^1.7.0",
|
|
24
|
-
"standard-version": "^9.3.2"
|
|
25
|
-
},
|
|
26
|
-
"standard-version": {
|
|
27
|
-
"skip": {
|
|
28
|
-
"commit": true
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@easyv/config",
|
|
3
|
+
"version": "1.2.9",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"make": "babel src -d lib",
|
|
8
|
+
"release": "standard-version"
|
|
9
|
+
},
|
|
10
|
+
"keywords": [],
|
|
11
|
+
"author": "",
|
|
12
|
+
"license": "ISC",
|
|
13
|
+
"devDependencies": {
|
|
14
|
+
"@babel/cli": "^7.6.0",
|
|
15
|
+
"@babel/core": "^7.11.5",
|
|
16
|
+
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
17
|
+
"@babel/plugin-proposal-export-default-from": "^7.10.4",
|
|
18
|
+
"@babel/plugin-transform-runtime": "^7.11.5",
|
|
19
|
+
"@babel/preset-env": "^7.11.5",
|
|
20
|
+
"@babel/preset-react": "^7.10.4",
|
|
21
|
+
"@babel/runtime": "^7.17.7",
|
|
22
|
+
"babel-plugin-transform-import-styles": "0.0.11",
|
|
23
|
+
"babel-preset-env": "^1.7.0",
|
|
24
|
+
"standard-version": "^9.3.2"
|
|
25
|
+
},
|
|
26
|
+
"standard-version": {
|
|
27
|
+
"skip": {
|
|
28
|
+
"commit": true
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
31
|
}
|