@visactor/vgrammar-core 0.14.0-alpha.5 → 0.14.0-alpha.7
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/cjs/core/factory.js +1 -1
- package/cjs/core/factory.js.map +1 -1
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/cjs/view/View.js +3 -2
- package/cjs/view/View.js.map +1 -1
- package/cjs/view/view-animate-mixin.js +1 -1
- package/cjs/view/view-animate-mixin.js.map +1 -1
- package/es/core/factory.js +2 -1
- package/es/core/factory.js.map +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/es/interactions/brush-base.js +1 -2
- package/es/interactions/dimension-tooltip.js +2 -1
- package/es/interactions/element-highlight.js +1 -1
- package/es/interactions/element-select.js +1 -1
- package/es/interactions/filter.js +1 -1
- package/es/interactions/fish-eye.js +1 -2
- package/es/interactions/index.js +1 -1
- package/es/interactions/legend-filter.js +1 -1
- package/es/interactions/player-filter.js +1 -1
- package/es/interactions/roll-up.js +1 -1
- package/es/interactions/scrollbar-filter.js +1 -1
- package/es/interactions/slider-filter.js +1 -1
- package/es/interactions/toggle-state-mixin.js +1 -1
- package/es/parse/coordinate.js +1 -1
- package/es/parse/event.js +1 -1
- package/es/parse/mark.js +1 -1
- package/es/parse/option.js +2 -1
- package/es/parse/scale.js +1 -1
- package/es/parse/transform.js +1 -1
- package/es/parse/util.js +1 -1
- package/es/parse/view.js +1 -1
- package/es/semantic-marks/cell.js +1 -1
- package/es/semantic-marks/interval.js +1 -1
- package/es/semantic-marks/text.js +1 -1
- package/es/view/View.js +3 -2
- package/es/view/View.js.map +1 -1
- package/es/view/view-animate-mixin.js +1 -1
- package/es/view/view-animate-mixin.js.map +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vgrammar-core",
|
|
3
|
-
"version": "0.14.0-alpha.
|
|
3
|
+
"version": "0.14.0-alpha.7",
|
|
4
4
|
"description": "VGrammar is a visual grammar library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"grammar",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@visactor/vutils": "~0.18.13",
|
|
28
28
|
"@visactor/vdataset": "~0.18.13",
|
|
29
|
-
"@visactor/vgrammar-coordinate": "0.14.0-alpha.
|
|
30
|
-
"@visactor/vgrammar-util": "0.14.0-alpha.
|
|
29
|
+
"@visactor/vgrammar-coordinate": "0.14.0-alpha.7",
|
|
30
|
+
"@visactor/vgrammar-util": "0.14.0-alpha.7",
|
|
31
31
|
"@visactor/vscale": "~0.18.13",
|
|
32
|
-
"@visactor/vrender-core": "0.20.0-alpha.
|
|
33
|
-
"@visactor/vrender-kits": "0.20.0-alpha.
|
|
34
|
-
"@visactor/vrender-components": "0.20.0-alpha.
|
|
32
|
+
"@visactor/vrender-core": "0.20.0-alpha.4",
|
|
33
|
+
"@visactor/vrender-kits": "0.20.0-alpha.4",
|
|
34
|
+
"@visactor/vrender-components": "0.20.0-alpha.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"ts-jest": "~29.1.0",
|
|
45
45
|
"@types/jest": "~29.5.0",
|
|
46
46
|
"typescript": "4.9.5",
|
|
47
|
+
"@internal/eslint-config": "0.0.1",
|
|
47
48
|
"@internal/ts-config": "0.0.1",
|
|
48
|
-
"@internal/jest-config": "0.0.1",
|
|
49
49
|
"@internal/bundler": "0.0.1",
|
|
50
|
-
"@internal/
|
|
50
|
+
"@internal/jest-config": "0.0.1"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public",
|