@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.
@@ -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
@@ -690,7 +690,7 @@ var defaultValueAxisLabel = {
690
690
  },
691
691
  auto: false,
692
692
  mode: "count",
693
- numericalRangeModel: "percentage",
693
+ numericalRangeModel: "value",
694
694
  count: 3,
695
695
  step: 100,
696
696
  decimal: 0,
package/package.json CHANGED
@@ -1,31 +1,31 @@
1
- {
2
- "name": "@easyv/config",
3
- "version": "1.2.8",
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
  }