@visactor/vtable 1.26.0 → 1.26.1-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 (57) hide show
  1. package/cjs/PivotTable.js +84 -12
  2. package/cjs/PivotTable.js.map +1 -1
  3. package/cjs/body-helper/style.js +2 -1
  4. package/cjs/core/BaseTable.js +2 -3
  5. package/cjs/core/BaseTable.js.map +1 -1
  6. package/cjs/dataset/DataStatistics.js +2 -1
  7. package/cjs/edit/edit-manager.js +0 -1
  8. package/cjs/index.d.ts +1 -1
  9. package/cjs/index.js +1 -1
  10. package/cjs/index.js.map +1 -1
  11. package/cjs/layout/index.js +1 -1
  12. package/cjs/layout/layout-helper.js +1 -1
  13. package/cjs/layout/pivot-header-layout.js +1 -1
  14. package/cjs/layout/row-height-map.js +1 -1
  15. package/cjs/layout/simple-header-layout.js +1 -1
  16. package/cjs/layout/tree-helper.js +1 -1
  17. package/cjs/plugins/index.js +1 -1
  18. package/cjs/plugins/interface.js +1 -1
  19. package/cjs/plugins/invert-highlight.js +1 -1
  20. package/cjs/plugins/list-tree-stick-cell.js +1 -1
  21. package/cjs/plugins/plugin-manager.js +1 -1
  22. package/cjs/scenegraph/scenegraph.js +1 -1
  23. package/cjs/ts-types/dataset/aggregation.js +94 -39
  24. package/cjs/ts-types/dataset/aggregation.js.map +1 -1
  25. package/cjs/ts-types/icon.d.ts +2 -2
  26. package/cjs/ts-types/icon.js.map +1 -1
  27. package/cjs/vrender.js.map +1 -1
  28. package/dist/vtable.js +203 -78
  29. package/dist/vtable.min.js +1 -1
  30. package/es/PivotTable.js +84 -12
  31. package/es/PivotTable.js.map +1 -1
  32. package/es/body-helper/style.js +2 -1
  33. package/es/core/BaseTable.js +2 -3
  34. package/es/core/BaseTable.js.map +1 -1
  35. package/es/dataset/DataStatistics.js +2 -1
  36. package/es/edit/edit-manager.js +1 -2
  37. package/es/index.d.ts +1 -1
  38. package/es/index.js +1 -1
  39. package/es/index.js.map +1 -1
  40. package/es/layout/index.js +1 -1
  41. package/es/layout/layout-helper.js +1 -1
  42. package/es/layout/pivot-header-layout.js +1 -1
  43. package/es/layout/row-height-map.js +1 -1
  44. package/es/layout/simple-header-layout.js +1 -1
  45. package/es/layout/tree-helper.js +1 -1
  46. package/es/plugins/index.js +1 -1
  47. package/es/plugins/interface.js +1 -1
  48. package/es/plugins/invert-highlight.js +1 -1
  49. package/es/plugins/list-tree-stick-cell.js +1 -1
  50. package/es/plugins/plugin-manager.js +1 -1
  51. package/es/scenegraph/scenegraph.js +1 -1
  52. package/es/ts-types/dataset/aggregation.js +68 -38
  53. package/es/ts-types/dataset/aggregation.js.map +1 -1
  54. package/es/ts-types/icon.d.ts +2 -2
  55. package/es/ts-types/icon.js.map +1 -1
  56. package/es/vrender.js.map +1 -1
  57. package/package.json +7 -6
@@ -49,4 +49,5 @@ function of(columnStyle, bodyStyle, styleArg, StyleClassDef = Style_1.Style, glo
49
49
  StyleClassDef === CheckboxStyle_1.CheckboxStyle ? new CheckboxStyle_1.CheckboxStyle(null != columnStyle ? columnStyle : {}, null != bodyStyle ? bodyStyle : {}, null !== (_a = theme.checkboxStyle) && void 0 !== _a ? _a : {}) : StyleClassDef === RadioStyle_1.RadioStyle ? new RadioStyle_1.RadioStyle(null != columnStyle ? columnStyle : {}, null != bodyStyle ? bodyStyle : {}, null !== (_b = theme.radioStyle) && void 0 !== _b ? _b : {}) : StyleClassDef === SwitchStyle_1.SwitchStyle ? new SwitchStyle_1.SwitchStyle(null != columnStyle ? columnStyle : {}, null != bodyStyle ? bodyStyle : {}, null !== (_c = theme.switchStyle) && void 0 !== _c ? _c : {}) : StyleClassDef === ButtonStyle_1.ButtonStyle ? new ButtonStyle_1.ButtonStyle(null != columnStyle ? columnStyle : {}, null != bodyStyle ? bodyStyle : {}, null !== (_d = theme.buttonStyle) && void 0 !== _d ? _d : {}) : new StyleClassDef(null != columnStyle ? columnStyle : {}, null != bodyStyle ? bodyStyle : {})) : StyleClassDef.DEFAULT;
50
50
  }
51
51
 
52
- exports.EVENT_TYPE = EVENT_TYPE, exports.of = of;
52
+ exports.EVENT_TYPE = EVENT_TYPE, exports.of = of;
53
+ //# sourceMappingURL=style.js.map
@@ -45,7 +45,7 @@ class BaseTable extends EventTarget_1.EventTarget {
45
45
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z;
46
46
  if (super(), this.showFrozenIcon = !0, this._scrollToRowCorrectTimer = null, this._tableBorderWidth_left = 0,
47
47
  this._tableBorderWidth_right = 0, this._tableBorderWidth_top = 0, this._tableBorderWidth_bottom = 0,
48
- this.version = "1.26.0", this.id = `VTable${Date.now()}`, this.isReleased = !1,
48
+ this.version = "1.26.1-alpha.0", this.id = `VTable${Date.now()}`, this.isReleased = !1,
49
49
  this._chartEventMap = {}, this.throttleInvalidate = (0, util_1.throttle2)(this.render.bind(this), 200),
50
50
  "undefined" != typeof window) {
51
51
  const g = window;
@@ -2270,5 +2270,4 @@ class BaseTable extends EventTarget_1.EventTarget {
2270
2270
  }
2271
2271
  }
2272
2272
 
2273
- exports.BaseTable = BaseTable;
2274
- //# sourceMappingURL=BaseTable.js.map
2273
+ exports.BaseTable = BaseTable;