@bit-sun/business-component 4.0.13-alpha.12 → 4.0.13-alpha.13
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/index.esm.js
CHANGED
|
@@ -17915,7 +17915,7 @@ var BsSulaQueryTable = (function (props) {
|
|
|
17915
17915
|
}
|
|
17916
17916
|
});
|
|
17917
17917
|
}
|
|
17918
|
-
handleBssulaColumnsSpecialParams(d);
|
|
17918
|
+
// handleBssulaColumnsSpecialParams(d);
|
|
17919
17919
|
});
|
|
17920
17920
|
setCommonRenderFn(props.columns);
|
|
17921
17921
|
var authButton = localStorage.getItem(getMenuAuthDataKey()) ? JSON.parse(localStorage.getItem(getMenuAuthDataKey())) : [];
|
|
@@ -17945,7 +17945,7 @@ var BsSulaQueryTable = (function (props) {
|
|
|
17945
17945
|
var showColumns = getSettingFieldOrColumn(isReset ? [] : columnConfig, columns, 'columns');
|
|
17946
17946
|
showColumns.forEach(function (item, index) {
|
|
17947
17947
|
item.width = item.width || getItemDefaultWidth(item);
|
|
17948
|
-
handleBssulaColumnsSpecialParams(item);
|
|
17948
|
+
// handleBssulaColumnsSpecialParams(item);
|
|
17949
17949
|
item.onHeaderCell = function (column) {
|
|
17950
17950
|
return _objectSpread2(_objectSpread2({}, item), {}, {
|
|
17951
17951
|
width: typeof column.width === 'number' ? column.width : parseWidth(column.width),
|
|
@@ -17958,7 +17958,7 @@ var BsSulaQueryTable = (function (props) {
|
|
|
17958
17958
|
var showExportColumns = getSettingFieldOrColumn(exportColumnConfig, columns, 'columns');
|
|
17959
17959
|
showExportColumns.forEach(function (item, index) {
|
|
17960
17960
|
item.width = item.width || getItemDefaultWidth(item);
|
|
17961
|
-
handleBssulaColumnsSpecialParams(item);
|
|
17961
|
+
// handleBssulaColumnsSpecialParams(item);
|
|
17962
17962
|
item.onHeaderCell = function (column) {
|
|
17963
17963
|
return _objectSpread2(_objectSpread2({}, item), {}, {
|
|
17964
17964
|
width: typeof column.width === 'number' ? column.width : parseInt(column.width.replace('px', '')),
|
|
@@ -18185,9 +18185,9 @@ var BsSulaQueryTable = (function (props) {
|
|
|
18185
18185
|
newColumns[index] = _objectSpread2(_objectSpread2({}, newColumns[index]), {}, {
|
|
18186
18186
|
width: size.width
|
|
18187
18187
|
});
|
|
18188
|
-
newColumns.forEach(
|
|
18189
|
-
|
|
18190
|
-
});
|
|
18188
|
+
// newColumns.forEach((d: any) => {
|
|
18189
|
+
// handleBssulaColumnsSpecialParams(d);
|
|
18190
|
+
// });
|
|
18191
18191
|
return _toConsumableArray(newColumns);
|
|
18192
18192
|
});
|
|
18193
18193
|
};
|
package/dist/index.js
CHANGED
|
@@ -17938,7 +17938,7 @@ var BsSulaQueryTable = (function (props) {
|
|
|
17938
17938
|
}
|
|
17939
17939
|
});
|
|
17940
17940
|
}
|
|
17941
|
-
handleBssulaColumnsSpecialParams(d);
|
|
17941
|
+
// handleBssulaColumnsSpecialParams(d);
|
|
17942
17942
|
});
|
|
17943
17943
|
setCommonRenderFn(props.columns);
|
|
17944
17944
|
var authButton = localStorage.getItem(getMenuAuthDataKey()) ? JSON.parse(localStorage.getItem(getMenuAuthDataKey())) : [];
|
|
@@ -17968,7 +17968,7 @@ var BsSulaQueryTable = (function (props) {
|
|
|
17968
17968
|
var showColumns = getSettingFieldOrColumn(isReset ? [] : columnConfig, columns, 'columns');
|
|
17969
17969
|
showColumns.forEach(function (item, index) {
|
|
17970
17970
|
item.width = item.width || getItemDefaultWidth(item);
|
|
17971
|
-
handleBssulaColumnsSpecialParams(item);
|
|
17971
|
+
// handleBssulaColumnsSpecialParams(item);
|
|
17972
17972
|
item.onHeaderCell = function (column) {
|
|
17973
17973
|
return _objectSpread2(_objectSpread2({}, item), {}, {
|
|
17974
17974
|
width: typeof column.width === 'number' ? column.width : parseWidth(column.width),
|
|
@@ -17981,7 +17981,7 @@ var BsSulaQueryTable = (function (props) {
|
|
|
17981
17981
|
var showExportColumns = getSettingFieldOrColumn(exportColumnConfig, columns, 'columns');
|
|
17982
17982
|
showExportColumns.forEach(function (item, index) {
|
|
17983
17983
|
item.width = item.width || getItemDefaultWidth(item);
|
|
17984
|
-
handleBssulaColumnsSpecialParams(item);
|
|
17984
|
+
// handleBssulaColumnsSpecialParams(item);
|
|
17985
17985
|
item.onHeaderCell = function (column) {
|
|
17986
17986
|
return _objectSpread2(_objectSpread2({}, item), {}, {
|
|
17987
17987
|
width: typeof column.width === 'number' ? column.width : parseInt(column.width.replace('px', '')),
|
|
@@ -18208,9 +18208,9 @@ var BsSulaQueryTable = (function (props) {
|
|
|
18208
18208
|
newColumns[index] = _objectSpread2(_objectSpread2({}, newColumns[index]), {}, {
|
|
18209
18209
|
width: size.width
|
|
18210
18210
|
});
|
|
18211
|
-
newColumns.forEach(
|
|
18212
|
-
|
|
18213
|
-
});
|
|
18211
|
+
// newColumns.forEach((d: any) => {
|
|
18212
|
+
// handleBssulaColumnsSpecialParams(d);
|
|
18213
|
+
// });
|
|
18214
18214
|
return _toConsumableArray(newColumns);
|
|
18215
18215
|
});
|
|
18216
18216
|
};
|
package/package.json
CHANGED
|
@@ -370,7 +370,7 @@ export default (props: any) => {
|
|
|
370
370
|
}
|
|
371
371
|
});
|
|
372
372
|
}
|
|
373
|
-
handleBssulaColumnsSpecialParams(d);
|
|
373
|
+
// handleBssulaColumnsSpecialParams(d);
|
|
374
374
|
});
|
|
375
375
|
setCommonRenderFn(props.columns);
|
|
376
376
|
const authButton = localStorage.getItem(getMenuAuthDataKey())
|
|
@@ -405,7 +405,7 @@ export default (props: any) => {
|
|
|
405
405
|
|
|
406
406
|
showColumns.forEach((item, index) => {
|
|
407
407
|
item.width = item.width || getItemDefaultWidth(item);
|
|
408
|
-
handleBssulaColumnsSpecialParams(item);
|
|
408
|
+
// handleBssulaColumnsSpecialParams(item);
|
|
409
409
|
item.onHeaderCell = (column) => ({
|
|
410
410
|
...item,
|
|
411
411
|
width:
|
|
@@ -429,7 +429,7 @@ export default (props: any) => {
|
|
|
429
429
|
|
|
430
430
|
showExportColumns.forEach((item, index) => {
|
|
431
431
|
item.width = item.width || getItemDefaultWidth(item);
|
|
432
|
-
handleBssulaColumnsSpecialParams(item);
|
|
432
|
+
// handleBssulaColumnsSpecialParams(item);
|
|
433
433
|
item.onHeaderCell = (column) => ({
|
|
434
434
|
...item,
|
|
435
435
|
width:
|
|
@@ -715,9 +715,9 @@ export default (props: any) => {
|
|
|
715
715
|
...newColumns[index],
|
|
716
716
|
width: size.width,
|
|
717
717
|
};
|
|
718
|
-
newColumns.forEach((d: any) => {
|
|
719
|
-
|
|
720
|
-
});
|
|
718
|
+
// newColumns.forEach((d: any) => {
|
|
719
|
+
// handleBssulaColumnsSpecialParams(d);
|
|
720
|
+
// });
|
|
721
721
|
return [...newColumns];
|
|
722
722
|
});
|
|
723
723
|
};
|