@visactor/vchart-schema 1.13.12 → 1.13.13-alpha.1

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/vchart.json +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.13.12",
3
+ "version": "1.13.13-alpha.1",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
@@ -19,8 +19,8 @@
19
19
  "jest-electron": "^0.1.12",
20
20
  "ts-jest": "^26.0.0",
21
21
  "@types/semver": "7.3.12",
22
- "@internal/eslint-config": "0.0.1",
23
- "@internal/ts-config": "0.0.1"
22
+ "@internal/ts-config": "0.0.1",
23
+ "@internal/eslint-config": "0.0.1"
24
24
  },
25
25
  "homepage": "",
26
26
  "bugs": "https://github.com/VisActor/VChart/issues",
package/vchart.json CHANGED
@@ -26696,6 +26696,12 @@
26696
26696
  "$ref": "#/definitions/Partial<IPolygonMarkSpec>",
26697
26697
  "description": "brush 的框选样式"
26698
26698
  },
26699
+ "updateElementsState": {
26700
+ "default": true,
26701
+ "description": "是否更新图元状态\n关闭时, brush 事件不会触发图元状态更新, 优化缩放场景下的性能",
26702
+ "since": "1.13.13",
26703
+ "type": "boolean"
26704
+ },
26699
26705
  "visible": {
26700
26706
  "default": true,
26701
26707
  "description": "组件可见性",