@kmkf-fe-packages/basic-components 2.10.9-beta.20 → 2.10.9-beta.21

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
@@ -22886,7 +22886,10 @@ var getColumns$5 = function getColumns() {
22886
22886
  width: 150,
22887
22887
  align: 'center',
22888
22888
  ellipsis: true,
22889
- render: renderTextEllipsis
22889
+ render: renderTextEllipsis,
22890
+ conditionOptionsSetting: {
22891
+ dataType: 'number'
22892
+ }
22890
22893
  }, {
22891
22894
  dataIndex: 'rQty',
22892
22895
  title: "\u5B9E\u6536\u9000\u8D27\u6570\u91CF",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.10.9-beta.20",
3
+ "version": "2.10.9-beta.21",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "6261fb46d01f2b7d9d58992ce851fa25866a60eb"
69
+ "gitHead": "4dedd2a3b38f76b1511c4cc6e50830a0db126ae9"
70
70
  }