@visactor/vtable 1.17.4-alpha.1 → 1.17.4-alpha.2

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 (53) hide show
  1. package/cjs/body-helper/body-helper.js +1 -1
  2. package/cjs/body-helper/style.js +2 -1
  3. package/cjs/core/BaseTable.js +2 -3
  4. package/cjs/core/BaseTable.js.map +1 -1
  5. package/cjs/dataset/dataset-pivot-table.js +2 -1
  6. package/cjs/dataset/flatDataToObject.js +1 -2
  7. package/cjs/index.d.ts +1 -1
  8. package/cjs/index.js +1 -1
  9. package/cjs/index.js.map +1 -1
  10. package/cjs/layout/index.js +2 -1
  11. package/cjs/layout/pivot-header-layout.js +0 -1
  12. package/cjs/plugins/custom-cell-style.js +1 -1
  13. package/cjs/plugins/icons.js +1 -1
  14. package/cjs/scenegraph/graphic/chart.d.ts +2 -2
  15. package/cjs/scenegraph/graphic/chart.js +1 -1
  16. package/cjs/scenegraph/graphic/chart.js.map +1 -1
  17. package/cjs/scenegraph/graphic/contributions/index.js +4 -2
  18. package/cjs/scenegraph/graphic/contributions/index.js.map +1 -1
  19. package/cjs/scenegraph/graphic/contributions/picker-interceptor.d.ts +8 -0
  20. package/cjs/scenegraph/graphic/contributions/picker-interceptor.js +42 -0
  21. package/cjs/scenegraph/graphic/contributions/picker-interceptor.js.map +1 -0
  22. package/cjs/scenegraph/graphic/contributions/vchart-graphic-picker.d.ts +6 -0
  23. package/cjs/scenegraph/graphic/contributions/vchart-graphic-picker.js +31 -0
  24. package/cjs/scenegraph/graphic/contributions/vchart-graphic-picker.js.map +1 -0
  25. package/cjs/vrender.js.map +1 -1
  26. package/dist/vtable.js +26 -3
  27. package/dist/vtable.min.js +1 -1
  28. package/es/body-helper/body-helper.js +1 -1
  29. package/es/body-helper/style.js +2 -1
  30. package/es/core/BaseTable.js +2 -3
  31. package/es/core/BaseTable.js.map +1 -1
  32. package/es/dataset/dataset-pivot-table.js +2 -1
  33. package/es/dataset/flatDataToObject.js +1 -2
  34. package/es/index.d.ts +1 -1
  35. package/es/index.js +1 -1
  36. package/es/index.js.map +1 -1
  37. package/es/layout/index.js +2 -1
  38. package/es/layout/pivot-header-layout.js +1 -2
  39. package/es/plugins/custom-cell-style.js +1 -1
  40. package/es/plugins/icons.js +1 -1
  41. package/es/scenegraph/graphic/chart.d.ts +2 -2
  42. package/es/scenegraph/graphic/chart.js +2 -2
  43. package/es/scenegraph/graphic/chart.js.map +1 -1
  44. package/es/scenegraph/graphic/contributions/index.js +5 -2
  45. package/es/scenegraph/graphic/contributions/index.js.map +1 -1
  46. package/es/scenegraph/graphic/contributions/picker-interceptor.d.ts +8 -0
  47. package/es/scenegraph/graphic/contributions/picker-interceptor.js +37 -0
  48. package/es/scenegraph/graphic/contributions/picker-interceptor.js.map +1 -0
  49. package/es/scenegraph/graphic/contributions/vchart-graphic-picker.d.ts +6 -0
  50. package/es/scenegraph/graphic/contributions/vchart-graphic-picker.js +29 -0
  51. package/es/scenegraph/graphic/contributions/vchart-graphic-picker.js.map +1 -0
  52. package/es/vrender.js.map +1 -1
  53. package/package.json +4 -4
@@ -118,4 +118,4 @@ class BodyHelper {
118
118
  }
119
119
 
120
120
  exports.BodyHelper = BodyHelper;
121
- //# sourceMappingURL=body-helper.js.map
121
+ //# sourceMappingURL=body-helper.js.map
@@ -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
@@ -43,7 +43,7 @@ class BaseTable extends EventTarget_1.EventTarget {
43
43
  }
44
44
  constructor(container, options = {}) {
45
45
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
46
- if (super(), this.showFrozenIcon = !0, this.version = "1.17.4-alpha.1", this.id = `VTable${Date.now()}`,
46
+ if (super(), this.showFrozenIcon = !0, this.version = "1.17.4-alpha.2", this.id = `VTable${Date.now()}`,
47
47
  this.isReleased = !1, this._chartEventMap = {}, this.throttleInvalidate = (0, util_1.throttle2)(this.render.bind(this), 200),
48
48
  !container && "node" !== options.mode && !options.canvas) throw new Error("vtable's container is undefined");
49
49
  !1 === (null === (_a = options.customConfig) || void 0 === _a ? void 0 : _a.imageAnonymous) && (vrender_1.vglobal.isImageAnonymous = !1);
@@ -1850,5 +1850,4 @@ class BaseTable extends EventTarget_1.EventTarget {
1850
1850
  }
1851
1851
  }
1852
1852
 
1853
- exports.BaseTable = BaseTable;
1854
- //# sourceMappingURL=BaseTable.js.map
1853
+ exports.BaseTable = BaseTable;