@visactor/vgrammar-core 0.9.0-alpha.1 → 0.9.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.
- package/cjs/component/label.js +15 -10
- package/cjs/component/label.js.map +1 -1
- package/cjs/graph/animation/animator.js +3 -1
- package/cjs/graph/animation/animator.js.map +1 -1
- package/cjs/graph/attributes/helpers.js +4 -4
- package/cjs/graph/attributes/helpers.js.map +1 -1
- package/cjs/graph/element.d.ts +2 -0
- package/cjs/graph/element.js +10 -5
- package/cjs/graph/element.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/theme/common/component.d.ts +2 -1
- package/cjs/theme/common/component.js +20 -6
- package/cjs/theme/common/component.js.map +1 -1
- package/cjs/types/element.d.ts +2 -0
- package/cjs/types/element.js.map +1 -1
- package/cjs/types/theme.d.ts +2 -1
- package/cjs/types/theme.js.map +1 -1
- package/cjs/view/View.js +3 -1
- package/cjs/view/View.js.map +1 -1
- package/cjs/view/dataflow.js +7 -7
- package/cjs/view/dataflow.js.map +1 -1
- package/es/component/label.js +15 -10
- package/es/component/label.js.map +1 -1
- package/es/graph/animation/animator.js +3 -1
- package/es/graph/animation/animator.js.map +1 -1
- package/es/graph/attributes/helpers.js +4 -4
- package/es/graph/attributes/helpers.js.map +1 -1
- package/es/graph/element.d.ts +2 -0
- package/es/graph/element.js +10 -4
- package/es/graph/element.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/theme/common/component.d.ts +2 -1
- package/es/theme/common/component.js +21 -5
- package/es/theme/common/component.js.map +1 -1
- package/es/types/element.d.ts +2 -0
- package/es/types/element.js.map +1 -1
- package/es/types/theme.d.ts +2 -1
- package/es/types/theme.js.map +1 -1
- package/es/view/View.js +3 -1
- package/es/view/View.js.map +1 -1
- package/es/view/dataflow.js +9 -8
- package/es/view/dataflow.js.map +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vgrammar-core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "VGrammar is a visual grammar library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"grammar",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@visactor/vgrammar-coordinate": "0.9.
|
|
28
|
-
"@visactor/vgrammar-util": "0.9.
|
|
29
|
-
"@visactor/vscale": "~0.16.
|
|
30
|
-
"@visactor/vrender-core": "~0.16.
|
|
31
|
-
"@visactor/vrender-kits": "~0.16.
|
|
32
|
-
"@visactor/vrender-components": "~0.16.
|
|
33
|
-
"@visactor/vutils": "~0.16.
|
|
34
|
-
"@visactor/vdataset": "~0.16.
|
|
27
|
+
"@visactor/vgrammar-coordinate": "0.9.1",
|
|
28
|
+
"@visactor/vgrammar-util": "0.9.1",
|
|
29
|
+
"@visactor/vscale": "~0.16.12",
|
|
30
|
+
"@visactor/vrender-core": "~0.16.16",
|
|
31
|
+
"@visactor/vrender-kits": "~0.16.16",
|
|
32
|
+
"@visactor/vrender-components": "~0.16.16",
|
|
33
|
+
"@visactor/vutils": "~0.16.12",
|
|
34
|
+
"@visactor/vdataset": "~0.16.12"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@types/jest": "~29.5.0",
|
|
46
46
|
"typescript": "4.9.5",
|
|
47
47
|
"@internal/bundler": "0.0.1",
|
|
48
|
-
"@internal/ts-config": "0.0.1",
|
|
49
48
|
"@internal/eslint-config": "0.0.1",
|
|
49
|
+
"@internal/ts-config": "0.0.1",
|
|
50
50
|
"@internal/jest-config": "0.0.1"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|