@bit-sun/business-component 2.1.1-alpha.27 → 2.1.1-alpha.28

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
@@ -16408,8 +16408,8 @@ var BsSulaQueryTable = (function (props) {
16408
16408
  newColumns[index] = _objectSpread2(_objectSpread2({}, newColumns[index]), {}, {
16409
16409
  width: size.width
16410
16410
  });
16411
- newColumns.forEach(function (item) {
16412
- handleBssulaColumnsSpecialParams(item);
16411
+ newColumns.forEach(function (d) {
16412
+ handleBssulaColumnsSpecialParams(d);
16413
16413
  });
16414
16414
  return _toConsumableArray(newColumns);
16415
16415
  });
package/dist/index.js CHANGED
@@ -16426,8 +16426,8 @@ var BsSulaQueryTable = (function (props) {
16426
16426
  newColumns[index] = _objectSpread2(_objectSpread2({}, newColumns[index]), {}, {
16427
16427
  width: size.width
16428
16428
  });
16429
- newColumns.forEach(function (item) {
16430
- handleBssulaColumnsSpecialParams(item);
16429
+ newColumns.forEach(function (d) {
16430
+ handleBssulaColumnsSpecialParams(d);
16431
16431
  });
16432
16432
  return _toConsumableArray(newColumns);
16433
16433
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "2.1.1-alpha.27",
3
+ "version": "2.1.1-alpha.28",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -416,8 +416,8 @@ export default (props: any) => {
416
416
  ...newColumns[index],
417
417
  width: size.width,
418
418
  };
419
- newColumns.forEach((item: any) => {
420
- handleBssulaColumnsSpecialParams(item);
419
+ newColumns.forEach((d: any) => {
420
+ handleBssulaColumnsSpecialParams(d);
421
421
  })
422
422
  return [...newColumns];
423
423
  });