@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.
Files changed (47) hide show
  1. package/cjs/component/label.js +15 -10
  2. package/cjs/component/label.js.map +1 -1
  3. package/cjs/graph/animation/animator.js +3 -1
  4. package/cjs/graph/animation/animator.js.map +1 -1
  5. package/cjs/graph/attributes/helpers.js +4 -4
  6. package/cjs/graph/attributes/helpers.js.map +1 -1
  7. package/cjs/graph/element.d.ts +2 -0
  8. package/cjs/graph/element.js +10 -5
  9. package/cjs/graph/element.js.map +1 -1
  10. package/cjs/index.d.ts +1 -1
  11. package/cjs/index.js +1 -1
  12. package/cjs/index.js.map +1 -1
  13. package/cjs/theme/common/component.d.ts +2 -1
  14. package/cjs/theme/common/component.js +20 -6
  15. package/cjs/theme/common/component.js.map +1 -1
  16. package/cjs/types/element.d.ts +2 -0
  17. package/cjs/types/element.js.map +1 -1
  18. package/cjs/types/theme.d.ts +2 -1
  19. package/cjs/types/theme.js.map +1 -1
  20. package/cjs/view/View.js +3 -1
  21. package/cjs/view/View.js.map +1 -1
  22. package/cjs/view/dataflow.js +7 -7
  23. package/cjs/view/dataflow.js.map +1 -1
  24. package/es/component/label.js +15 -10
  25. package/es/component/label.js.map +1 -1
  26. package/es/graph/animation/animator.js +3 -1
  27. package/es/graph/animation/animator.js.map +1 -1
  28. package/es/graph/attributes/helpers.js +4 -4
  29. package/es/graph/attributes/helpers.js.map +1 -1
  30. package/es/graph/element.d.ts +2 -0
  31. package/es/graph/element.js +10 -4
  32. package/es/graph/element.js.map +1 -1
  33. package/es/index.d.ts +1 -1
  34. package/es/index.js +1 -1
  35. package/es/index.js.map +1 -1
  36. package/es/theme/common/component.d.ts +2 -1
  37. package/es/theme/common/component.js +21 -5
  38. package/es/theme/common/component.js.map +1 -1
  39. package/es/types/element.d.ts +2 -0
  40. package/es/types/element.js.map +1 -1
  41. package/es/types/theme.d.ts +2 -1
  42. package/es/types/theme.js.map +1 -1
  43. package/es/view/View.js +3 -1
  44. package/es/view/View.js.map +1 -1
  45. package/es/view/dataflow.js +9 -8
  46. package/es/view/dataflow.js.map +1 -1
  47. 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.0-alpha.1",
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.0-alpha.1",
28
- "@visactor/vgrammar-util": "0.9.0-alpha.1",
29
- "@visactor/vscale": "~0.16.7",
30
- "@visactor/vrender-core": "~0.16.13",
31
- "@visactor/vrender-kits": "~0.16.13",
32
- "@visactor/vrender-components": "~0.16.13",
33
- "@visactor/vutils": "~0.16.7",
34
- "@visactor/vdataset": "~0.16.7"
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": {