k-vtable 1.0.6 → 1.0.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.
Files changed (65) hide show
  1. package/cjs/core/BaseTable.js +2 -2
  2. package/cjs/core/BaseTable.js.map +1 -1
  3. package/cjs/core/FouseInput.js +1 -1
  4. package/cjs/core/TABLE_EVENT_TYPE.js +1 -1
  5. package/cjs/core/animation.js +1 -1
  6. package/cjs/core/factory.js +1 -1
  7. package/cjs/core/group-helper.js +1 -1
  8. package/cjs/core/record-helper.js +1 -1
  9. package/cjs/core/row-series-number-helper.js +1 -1
  10. package/cjs/core/style-helper.js +1 -1
  11. package/cjs/core/style.js +1 -1
  12. package/cjs/core/tableHelper.js +1 -1
  13. package/cjs/dataset/dataset-pivot-table.js +1 -2
  14. package/cjs/event/helper.js +2 -1
  15. package/cjs/index.d.ts +1 -1
  16. package/cjs/index.js +1 -1
  17. package/cjs/index.js.map +1 -1
  18. package/cjs/layout/index.js +1 -2
  19. package/cjs/layout/simple-header-layout.js +2 -1
  20. package/cjs/plugins/index.js +1 -1
  21. package/cjs/plugins/interface.js +1 -1
  22. package/cjs/plugins/invert-highlight.js +1 -1
  23. package/cjs/plugins/list-tree-stick-cell.js +1 -1
  24. package/cjs/plugins/plugin-manager.js +1 -1
  25. package/cjs/scenegraph/scenegraph.js +1 -1
  26. package/cjs/themes/ARCO.js +1 -1
  27. package/cjs/themes/BRIGHT.js +1 -1
  28. package/cjs/themes/DARK.js +1 -1
  29. package/cjs/themes/DEFAULT.js +1 -1
  30. package/cjs/themes/SIMPLIFY.js +1 -1
  31. package/cjs/vrender.js.map +1 -1
  32. package/dist/vtable.js +2 -2
  33. package/dist/vtable.min.js +1 -1
  34. package/es/core/BaseTable.js +2 -2
  35. package/es/core/BaseTable.js.map +1 -1
  36. package/es/core/FouseInput.js +1 -1
  37. package/es/core/TABLE_EVENT_TYPE.js +1 -1
  38. package/es/core/animation.js +1 -1
  39. package/es/core/factory.js +1 -1
  40. package/es/core/group-helper.js +1 -1
  41. package/es/core/record-helper.js +1 -1
  42. package/es/core/row-series-number-helper.js +1 -1
  43. package/es/core/style-helper.js +1 -1
  44. package/es/core/style.js +1 -1
  45. package/es/core/tableHelper.js +1 -1
  46. package/es/dataset/dataset-pivot-table.js +1 -2
  47. package/es/event/helper.js +2 -1
  48. package/es/index.d.ts +1 -1
  49. package/es/index.js +1 -1
  50. package/es/index.js.map +1 -1
  51. package/es/layout/index.js +1 -2
  52. package/es/layout/simple-header-layout.js +2 -1
  53. package/es/plugins/index.js +1 -1
  54. package/es/plugins/interface.js +1 -1
  55. package/es/plugins/invert-highlight.js +1 -1
  56. package/es/plugins/list-tree-stick-cell.js +1 -1
  57. package/es/plugins/plugin-manager.js +1 -1
  58. package/es/scenegraph/scenegraph.js +1 -1
  59. package/es/themes/ARCO.js +1 -1
  60. package/es/themes/BRIGHT.js +1 -1
  61. package/es/themes/DARK.js +1 -1
  62. package/es/themes/DEFAULT.js +1 -1
  63. package/es/themes/SIMPLIFY.js +1 -1
  64. package/es/vrender.js.map +1 -1
  65. package/package.json +1 -1
@@ -90,7 +90,7 @@ export class BaseTable extends EventTarget {
90
90
  }
91
91
  constructor(container, options = {}) {
92
92
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;
93
- if (super(), this.showFrozenIcon = !0, this.version = "1.0.6", this.id = `VTable${Date.now()}`,
93
+ if (super(), this.showFrozenIcon = !0, this.version = "1.0.7", this.id = `VTable${Date.now()}`,
94
94
  this.isReleased = !1, this._chartEventMap = {}, this.throttleInvalidate = throttle2(this.render.bind(this), 200),
95
95
  "node" === Env.mode ? (options = container, container = null) : container instanceof HTMLElement || (options = container,
96
96
  container = container.container ? container.container : null), !container && "node" !== options.mode && !options.canvas) throw new Error("vtable's container is undefined");
@@ -1992,4 +1992,4 @@ export class BaseTable extends EventTarget {
1992
1992
  };
1993
1993
  }
1994
1994
  }
1995
- //# sourceMappingURL=BaseTable.js.map
1995
+ //# sourceMappingURL=BaseTable.js.map