@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 +2 -1
- package/dist/pro.min.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/table/components/Cell/index.js +7 -1
- package/es/table/index.js +23 -3
- package/es/table/utils/genAutoWidthColumns.d.ts +1 -1
- package/es/table/utils/genAutoWidthColumns.js +10 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/table/components/Cell/index.js +7 -1
- package/lib/table/index.js +23 -3
- package/lib/table/utils/genAutoWidthColumns.d.ts +1 -1
- package/lib/table/utils/genAutoWidthColumns.js +10 -1
- package/package.json +1 -1
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-
|
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
|
}
|