@kmkf-fe-packages/basic-components 2.10.18 → 2.10.19

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
@@ -23088,6 +23088,7 @@ var getColumns$5 = function getColumns() {
23088
23088
  }, {
23089
23089
  dataIndex: 'qty',
23090
23090
  title: "\u7533\u8BF7\u6570\u91CF",
23091
+ conditionTitle: "\u7533\u8BF7\u603B\u6570\u91CF",
23091
23092
  width: 150,
23092
23093
  align: 'center',
23093
23094
  ellipsis: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.10.18",
3
+ "version": "2.10.19",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "2.10.18",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.10.19",
24
24
  "ahooks": "^3.7.4",
25
25
  "ali-react-table": "2.6.1",
26
26
  "bignumber.js": "^9.1.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "d7783cafaa84b93e5f6a84605a6cef1f8d3945b7"
69
+ "gitHead": "9dcce65e1ba7ff4b9e15312bc219357360a01c93"
70
70
  }