@kmkf-fe-packages/basic-components 2.2.43 → 2.2.44
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 +12 -2
- package/dist/index.js +12 -2
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -20998,7 +20998,12 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
20998
20998
|
render: renderTextEllipsis
|
|
20999
20999
|
}, {
|
|
21000
21000
|
dataIndex: 'skuId',
|
|
21001
|
-
title: "\u5E73\u53F0\u89C4\
|
|
21001
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
21002
|
+
width: 170,
|
|
21003
|
+
render: renderTextEllipsis
|
|
21004
|
+
}, {
|
|
21005
|
+
dataIndex: 'outerSkuId',
|
|
21006
|
+
title: "\u5E73\u53F0\u89C4\u683C\u7F16\u7801",
|
|
21002
21007
|
width: 170,
|
|
21003
21008
|
render: renderTextEllipsis
|
|
21004
21009
|
}, {
|
|
@@ -21105,7 +21110,12 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
21105
21110
|
render: renderTextEllipsis
|
|
21106
21111
|
}, {
|
|
21107
21112
|
dataIndex: 'skuId',
|
|
21108
|
-
title: "\u5E73\u53F0\u89C4\
|
|
21113
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
21114
|
+
width: 170,
|
|
21115
|
+
render: renderTextEllipsis
|
|
21116
|
+
}, {
|
|
21117
|
+
dataIndex: 'outerSkuId',
|
|
21118
|
+
title: "\u5E73\u53F0\u89C4\u683C\u7F16\u7801",
|
|
21109
21119
|
width: 170,
|
|
21110
21120
|
render: renderTextEllipsis
|
|
21111
21121
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -21013,7 +21013,12 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
21013
21013
|
render: renderTextEllipsis
|
|
21014
21014
|
}, {
|
|
21015
21015
|
dataIndex: 'skuId',
|
|
21016
|
-
title: "\u5E73\u53F0\u89C4\
|
|
21016
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
21017
|
+
width: 170,
|
|
21018
|
+
render: renderTextEllipsis
|
|
21019
|
+
}, {
|
|
21020
|
+
dataIndex: 'outerSkuId',
|
|
21021
|
+
title: "\u5E73\u53F0\u89C4\u683C\u7F16\u7801",
|
|
21017
21022
|
width: 170,
|
|
21018
21023
|
render: renderTextEllipsis
|
|
21019
21024
|
}, {
|
|
@@ -21120,7 +21125,12 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
21120
21125
|
render: renderTextEllipsis
|
|
21121
21126
|
}, {
|
|
21122
21127
|
dataIndex: 'skuId',
|
|
21123
|
-
title: "\u5E73\u53F0\u89C4\
|
|
21128
|
+
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
21129
|
+
width: 170,
|
|
21130
|
+
render: renderTextEllipsis
|
|
21131
|
+
}, {
|
|
21132
|
+
dataIndex: 'outerSkuId',
|
|
21133
|
+
title: "\u5E73\u53F0\u89C4\u683C\u7F16\u7801",
|
|
21124
21134
|
width: 170,
|
|
21125
21135
|
render: renderTextEllipsis
|
|
21126
21136
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.44",
|
|
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.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.44",
|
|
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": "41c1fbf76ed5c942bca355b808995efafedbf3e3"
|
|
70
70
|
}
|