@kdcloudjs/kdesign 1.7.67 → 1.7.68-stable.1

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/es/table/table.js CHANGED
@@ -93,10 +93,10 @@ var Table = /*#__PURE__*/forwardRef(function (props, ref) {
93
93
  /* -------------------------------------------------------------------------- */
94
94
  /* features */
95
95
  /* -------------------------------------------------------------------------- */
96
- useRowSelection(pipeline, rowSelection);
97
- useRowDetail(pipeline, rowDetail);
98
96
  useFilter(pipeline, filter);
99
97
  useSort(pipeline, sort);
98
+ useRowSelection(pipeline, rowSelection);
99
+ useRowDetail(pipeline, rowDetail);
100
100
  useAutoRowSpan(pipeline, autoRowSpan);
101
101
  useTreeMode(pipeline, treeMode);
102
102
  usecolGroupExtendable(pipeline, columnGroupExtend);
@@ -105,10 +105,10 @@ var Table = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
105
105
  /* -------------------------------------------------------------------------- */
106
106
  /* features */
107
107
  /* -------------------------------------------------------------------------- */
108
- (0, _rowSelection.default)(pipeline, rowSelection);
109
- (0, _rowDetail.default)(pipeline, rowDetail);
110
108
  (0, _filter2.default)(pipeline, filter);
111
109
  (0, _sort2.default)(pipeline, sort);
110
+ (0, _rowSelection.default)(pipeline, rowSelection);
111
+ (0, _rowDetail.default)(pipeline, rowDetail);
112
112
  (0, _autoRowSpan.default)(pipeline, autoRowSpan);
113
113
  (0, _treeMode.default)(pipeline, treeMode);
114
114
  (0, _colGroupExtendable.default)(pipeline, columnGroupExtend);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kdcloudjs/kdesign",
3
- "version": "1.7.67",
3
+ "version": "1.7.68-stable.1",
4
4
  "description": "KDesign 金蝶前端react 组件库",
5
5
  "title": "kdesign",
6
6
  "keywords": [
@@ -61,6 +61,7 @@
61
61
  "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && node scripts/filter-changelog.js",
62
62
  "pub": "npm run test:all && npm run build && cross-env PUB_ENV=pub np --no-cleanup --no-tests",
63
63
  "pub:beta": "npm run test:all && npm run build && cross-env PUB_ENV=pub np --no-cleanup --anyBranch --no-tests --tag=beta",
64
+ "pub:stable": "npm run test:all && npm run build && cross-env PUB_ENV=pub np --no-cleanup --anyBranch --no-tests --tag=1.7.68-stable",
64
65
  "prepublishOnly": "node scripts/guard.js",
65
66
  "new": "node scripts/create-component.js",
66
67
  "token": "node scripts/generate-token.js",