@kmkf-fe-packages/basic-components 2.10.15 → 2.10.17
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 +5 -2
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -22822,7 +22822,10 @@ var getColumns$5 = function getColumns() {
|
|
|
22822
22822
|
width: 150,
|
|
22823
22823
|
align: 'center',
|
|
22824
22824
|
ellipsis: true,
|
|
22825
|
-
render: renderTextEllipsis
|
|
22825
|
+
render: renderTextEllipsis,
|
|
22826
|
+
conditionOptionsSetting: {
|
|
22827
|
+
dataType: 'number'
|
|
22828
|
+
}
|
|
22826
22829
|
}, {
|
|
22827
22830
|
dataIndex: 'rQty',
|
|
22828
22831
|
title: "\u5B9E\u6536\u9000\u8D27\u6570\u91CF",
|
|
@@ -25400,7 +25403,7 @@ var processKmGoods$1 = function processKmGoods(_ref9) {
|
|
|
25400
25403
|
return list.map(function (item) {
|
|
25401
25404
|
return _objectSpread2(_objectSpread2({}, item), {}, {
|
|
25402
25405
|
skuPropertiesName: item.specName,
|
|
25403
|
-
sysSkuPropertiesName: item.
|
|
25406
|
+
sysSkuPropertiesName: item.propertiesValue,
|
|
25404
25407
|
sysTitle: item.goodName,
|
|
25405
25408
|
title: null,
|
|
25406
25409
|
shortTitle: item.goodShortName,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.17",
|
|
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.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.10.17",
|
|
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": "
|
|
69
|
+
"gitHead": "211a683cc107ee6ac1889660707f5b9074a7a8ad"
|
|
70
70
|
}
|