@teamix/pro 1.5.33-beta-2 → 1.5.33-beta-3

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.
package/dist/pro.js CHANGED
@@ -112794,7 +112794,7 @@ if (!((_window = window) != null && _window.TEAMIXPRO_WITHOUT_ICON)) {
112794
112794
 
112795
112795
 
112796
112796
 
112797
- var version = '1.5.33-beta-2';
112797
+ var version = '1.5.33-beta-3';
112798
112798
 
112799
112799
  // By TeamixTest
112800
112800
  window.postMessage({
@@ -121647,6 +121647,7 @@ function genAutoWidthColumns(fileteredColumns, ref, data, size, useRowSelection,
121647
121647
  } else if (column != null && column.sortable) {
121648
121648
  column.width = column.width + 24;
121649
121649
  }
121650
+ // @ts-ignore
121650
121651
  if (column != null && (_column$render = column.render) != null && _column$render.copy) {
121651
121652
  column.width = column.width + 16;
121652
121653
  }