zmdms-webui 1.3.3 → 1.3.4

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.
@@ -156,7 +156,7 @@ function useColumns(columns, options) {
156
156
  justifyContent: _column.align
157
157
  ? justifyContent[_column.align]
158
158
  : undefined,
159
- } }, { children: [isRequireNode, jsx("div", __assign({ style: { flexGrow: 1 }, className: isStress ? "ztxk-table--title-stress" : undefined }, { children: typeof _column.title === "function"
159
+ } }, { children: [isRequireNode, jsx("div", __assign({ className: isStress ? "ztxk-table--title-stress" : undefined }, { children: typeof _column.title === "function"
160
160
  ? (_f = _column.title) === null || _f === void 0 ? void 0 : _f.call(_column, {})
161
161
  : _column.title }))] })));
162
162
  }
@@ -266,6 +266,7 @@ function useColumns(columns, options) {
266
266
  };
267
267
  }
268
268
  if (_column.render) {
269
+ // 对外暴露粘贴方法
269
270
  var options_1 = {
270
271
  insertTableFromClipboard: insertTableFromClipboard,
271
272
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",