@kdcloudjs/kdesign 1.7.67 → 1.7.68

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.7.66
3
+ * @kdcloudjs/kdesign v1.7.67
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -35830,10 +35830,10 @@ var Table = /*#__PURE__*/Object(react__WEBPACK_IMPORTED_MODULE_4__["forwardRef"]
35830
35830
  /* -------------------------------------------------------------------------- */
35831
35831
  /* features */
35832
35832
  /* -------------------------------------------------------------------------- */
35833
- Object(_feature_rowSelection__WEBPACK_IMPORTED_MODULE_10__["default"])(pipeline, rowSelection);
35834
- Object(_feature_rowDetail__WEBPACK_IMPORTED_MODULE_11__["default"])(pipeline, rowDetail);
35835
35833
  Object(_feature_filter__WEBPACK_IMPORTED_MODULE_12__["default"])(pipeline, filter);
35836
35834
  Object(_feature_sort__WEBPACK_IMPORTED_MODULE_13__["default"])(pipeline, sort);
35835
+ Object(_feature_rowSelection__WEBPACK_IMPORTED_MODULE_10__["default"])(pipeline, rowSelection);
35836
+ Object(_feature_rowDetail__WEBPACK_IMPORTED_MODULE_11__["default"])(pipeline, rowDetail);
35837
35837
  Object(_feature_autoRowSpan__WEBPACK_IMPORTED_MODULE_14__["default"])(pipeline, autoRowSpan);
35838
35838
  Object(_feature_treeMode__WEBPACK_IMPORTED_MODULE_16__["default"])(pipeline, treeMode);
35839
35839
  Object(_feature_colGroupExtendable__WEBPACK_IMPORTED_MODULE_24__["default"])(pipeline, columnGroupExtend);