@visactor/vtable-calendar 1.14.4-alpha.2 → 1.14.4-alpha.4

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.
@@ -37028,7 +37028,7 @@
37028
37028
 
37029
37029
  function computeColsWidth(table, colStart, colEnd, update) {
37030
37030
  var _a, _b, _c, _d, _e, _f, _g, _h;
37031
- table.internalProps.columnWidthConfig && table._parseColumnWidthConfig(table.internalProps.columnWidthConfig), table.internalProps.columnWidthConfigForRowHeader && table._parseColumnWidthConfigForRowHeader(table.internalProps.columnWidthConfigForRowHeader), colStart = null != colStart ? colStart : 0, colEnd = null != colEnd ? colEnd : table.colCount - 1, 0 === colStart && colEnd === table.colCount - 1 && table._clearColRangeWidthsMap();
37031
+ table.internalProps.columnWidthConfig && table._parseColumnWidthConfig(table.internalProps.columnWidthConfig), table.isPivotTable() && table.internalProps.columnWidthConfigForRowHeader && table._parseColumnWidthConfigForRowHeader(table.internalProps.columnWidthConfigForRowHeader), colStart = null != colStart ? colStart : 0, colEnd = null != colEnd ? colEnd : table.colCount - 1, 0 === colStart && colEnd === table.colCount - 1 && table._clearColRangeWidthsMap();
37032
37032
  const layoutMap = table.internalProps.layoutMap;
37033
37033
  table.isPivotTable() && (layoutMap.enableUseGetBodyCache(), layoutMap.enableUseHeaderPathCache());
37034
37034
  const oldColWidths = [],
@@ -46637,7 +46637,7 @@
46637
46637
  constructor(container) {
46638
46638
  let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
46639
46639
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
46640
- if (super(), this.showFrozenIcon = !0, this.version = "1.14.4-alpha.2", this.id = `VTable${Date.now()}`, this.isReleased = !1, this._chartEventMap = {}, this.throttleInvalidate = throttle2(this.render.bind(this), 200), !container && "node" !== options.mode && !options.canvas) throw new Error("vtable's container is undefined");
46640
+ if (super(), this.showFrozenIcon = !0, this.version = "1.14.4-alpha.4", this.id = `VTable${Date.now()}`, this.isReleased = !1, this._chartEventMap = {}, this.throttleInvalidate = throttle2(this.render.bind(this), 200), !container && "node" !== options.mode && !options.canvas) throw new Error("vtable's container is undefined");
46641
46641
  const {
46642
46642
  frozenColCount = 0,
46643
46643
  frozenRowCount: frozenRowCount,