@kdcloudjs/kdesign 1.8.72 → 1.8.73

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/kdesign.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.72
3
+ * @kdcloudjs/kdesign v1.8.73
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -38469,9 +38469,9 @@ var Table = /*#__PURE__*/Object(react__WEBPACK_IMPORTED_MODULE_5__["forwardRef"]
38469
38469
  /* -------------------------------------------------------------------------- */
38470
38470
  /* features */
38471
38471
  /* -------------------------------------------------------------------------- */
38472
+ Object(_feature_rowSelection__WEBPACK_IMPORTED_MODULE_11__["default"])(pipeline, rowSelection);
38472
38473
  Object(_feature_filter__WEBPACK_IMPORTED_MODULE_13__["default"])(pipeline, filter);
38473
38474
  Object(_feature_sort__WEBPACK_IMPORTED_MODULE_14__["default"])(pipeline, sort);
38474
- Object(_feature_rowSelection__WEBPACK_IMPORTED_MODULE_11__["default"])(pipeline, rowSelection);
38475
38475
  Object(_feature_rowDetail__WEBPACK_IMPORTED_MODULE_12__["default"])(pipeline, rowDetail);
38476
38476
  Object(_feature_autoRowSpan__WEBPACK_IMPORTED_MODULE_15__["default"])(pipeline, autoRowSpan);
38477
38477
  Object(_feature_treeMode__WEBPACK_IMPORTED_MODULE_17__["default"])(pipeline, treeMode);