@visactor/vtable 0.22.1 → 0.22.2-alpha.0

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 (73) hide show
  1. package/cjs/body-helper/style/Style.d.ts +3 -0
  2. package/cjs/body-helper/style/Style.js +22 -15
  3. package/cjs/body-helper/style/Style.js.map +1 -1
  4. package/cjs/core/BaseTable.d.ts +1 -1
  5. package/cjs/core/BaseTable.js +3 -2
  6. package/cjs/core/BaseTable.js.map +1 -1
  7. package/cjs/event/event.js +2 -1
  8. package/cjs/event/event.js.map +1 -1
  9. package/cjs/header-helper/style/Style.d.ts +3 -0
  10. package/cjs/header-helper/style/Style.js +26 -19
  11. package/cjs/header-helper/style/Style.js.map +1 -1
  12. package/cjs/index.d.ts +1 -1
  13. package/cjs/index.js +1 -1
  14. package/cjs/index.js.map +1 -1
  15. package/cjs/layout/tree-helper.js +1 -0
  16. package/cjs/plugins/themes.js +1 -2
  17. package/cjs/scenegraph/group-creater/cell-helper.js +3 -1
  18. package/cjs/scenegraph/group-creater/cell-helper.js.map +1 -1
  19. package/cjs/scenegraph/group-creater/cell-type/progress-bar-cell.js +5 -4
  20. package/cjs/scenegraph/group-creater/cell-type/progress-bar-cell.js.map +1 -1
  21. package/cjs/scenegraph/group-creater/progress/create-group-for-first-screen.js +1 -1
  22. package/cjs/scenegraph/group-creater/progress/create-group-for-first-screen.js.map +1 -1
  23. package/cjs/scenegraph/layout/compute-col-width.js +7 -4
  24. package/cjs/scenegraph/layout/compute-col-width.js.map +1 -1
  25. package/cjs/scenegraph/layout/compute-row-height.js +70 -71
  26. package/cjs/scenegraph/layout/compute-row-height.js.map +1 -1
  27. package/cjs/scenegraph/layout/update-height.js +18 -11
  28. package/cjs/scenegraph/layout/update-height.js.map +1 -1
  29. package/cjs/scenegraph/layout/update-width.js +19 -13
  30. package/cjs/scenegraph/layout/update-width.js.map +1 -1
  31. package/cjs/scenegraph/utils/text-icon-layout.js +1 -1
  32. package/cjs/scenegraph/utils/text-icon-layout.js.map +1 -1
  33. package/cjs/scenegraph/utils/text-measure.js +6 -6
  34. package/cjs/scenegraph/utils/text-measure.js.map +1 -1
  35. package/cjs/vrender.js.map +1 -1
  36. package/dist/vtable.js +183 -123
  37. package/dist/vtable.min.js +2 -2
  38. package/es/body-helper/style/Style.d.ts +3 -0
  39. package/es/body-helper/style/Style.js +22 -15
  40. package/es/body-helper/style/Style.js.map +1 -1
  41. package/es/core/BaseTable.d.ts +1 -1
  42. package/es/core/BaseTable.js +3 -2
  43. package/es/core/BaseTable.js.map +1 -1
  44. package/es/event/event.js +2 -1
  45. package/es/event/event.js.map +1 -1
  46. package/es/header-helper/style/Style.d.ts +3 -0
  47. package/es/header-helper/style/Style.js +26 -19
  48. package/es/header-helper/style/Style.js.map +1 -1
  49. package/es/index.d.ts +1 -1
  50. package/es/index.js +1 -1
  51. package/es/index.js.map +1 -1
  52. package/es/layout/tree-helper.js +2 -1
  53. package/es/plugins/themes.js +1 -2
  54. package/es/scenegraph/group-creater/cell-helper.js +2 -1
  55. package/es/scenegraph/group-creater/cell-helper.js.map +1 -1
  56. package/es/scenegraph/group-creater/cell-type/progress-bar-cell.js +6 -3
  57. package/es/scenegraph/group-creater/cell-type/progress-bar-cell.js.map +1 -1
  58. package/es/scenegraph/group-creater/progress/create-group-for-first-screen.js +1 -1
  59. package/es/scenegraph/group-creater/progress/create-group-for-first-screen.js.map +1 -1
  60. package/es/scenegraph/layout/compute-col-width.js +6 -4
  61. package/es/scenegraph/layout/compute-col-width.js.map +1 -1
  62. package/es/scenegraph/layout/compute-row-height.js +69 -70
  63. package/es/scenegraph/layout/compute-row-height.js.map +1 -1
  64. package/es/scenegraph/layout/update-height.js +16 -9
  65. package/es/scenegraph/layout/update-height.js.map +1 -1
  66. package/es/scenegraph/layout/update-width.js +19 -10
  67. package/es/scenegraph/layout/update-width.js.map +1 -1
  68. package/es/scenegraph/utils/text-icon-layout.js +1 -1
  69. package/es/scenegraph/utils/text-icon-layout.js.map +1 -1
  70. package/es/scenegraph/utils/text-measure.js +6 -6
  71. package/es/scenegraph/utils/text-measure.js.map +1 -1
  72. package/es/vrender.js.map +1 -1
  73. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable",
3
- "version": "0.22.1",
3
+ "version": "0.22.2-alpha.0",
4
4
  "description": "canvas table width high performance",
5
5
  "keywords": [
6
6
  "grid",
@@ -35,6 +35,7 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
+ "@visactor/vtable-editors": "0.22.2-alpha.0",
38
39
  "@visactor/vrender-core": "0.18.2-alpha.1",
39
40
  "@visactor/vrender-kits": "0.18.2-alpha.1",
40
41
  "@visactor/vrender-components": "0.18.2-alpha.1",
@@ -42,8 +43,7 @@
42
43
  "@visactor/vutils": "~0.18.1",
43
44
  "@visactor/vscale": "~0.18.1",
44
45
  "@visactor/vdataset": "~0.18.1",
45
- "cssfontparser": "^1.2.1",
46
- "@visactor/vtable-editors": "0.22.1"
46
+ "cssfontparser": "^1.2.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "luxon": "*",
@@ -94,8 +94,8 @@
94
94
  "@resvg/resvg-js": "^2.5.0",
95
95
  "pikaday": "1.8.2",
96
96
  "@internal/bundler": "0.0.1",
97
- "@internal/eslint-config": "0.0.1",
98
- "@internal/ts-config": "0.0.1"
97
+ "@internal/ts-config": "0.0.1",
98
+ "@internal/eslint-config": "0.0.1"
99
99
  },
100
100
  "unpkg": "latest",
101
101
  "unpkgFiles": [