@kmkf-fe-packages/basic-components 2.2.31-beta.40 → 2.2.31-beta.41
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -19437,7 +19437,7 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19437
19437
|
WDT_AFTERSALE_GOODS: [{
|
|
19438
19438
|
dataIndex: 'oid',
|
|
19439
19439
|
title: "\u539F\u59CB\u5B50\u5355\u53F7",
|
|
19440
|
-
width:
|
|
19440
|
+
width: 300,
|
|
19441
19441
|
align: 'center',
|
|
19442
19442
|
ellipsis: true,
|
|
19443
19443
|
render: renderTextEllipsis
|
package/dist/index.js
CHANGED
|
@@ -19452,7 +19452,7 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19452
19452
|
WDT_AFTERSALE_GOODS: [{
|
|
19453
19453
|
dataIndex: 'oid',
|
|
19454
19454
|
title: "\u539F\u59CB\u5B50\u5355\u53F7",
|
|
19455
|
-
width:
|
|
19455
|
+
width: 300,
|
|
19456
19456
|
align: 'center',
|
|
19457
19457
|
ellipsis: true,
|
|
19458
19458
|
render: renderTextEllipsis
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.31-beta.
|
|
3
|
+
"version": "2.2.31-beta.41",
|
|
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.2.31-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.41",
|
|
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": "a1af7333ced5e2d2c85659f828a553370f370795"
|
|
70
70
|
}
|