@kmkf-fe-packages/basic-components 2.2.13-beta.58 → 2.2.13-beta.61
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 +0 -5
- package/dist/index.js +0 -5
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -18753,11 +18753,6 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18753
18753
|
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
18754
18754
|
width: 180,
|
|
18755
18755
|
align: 'center'
|
|
18756
|
-
}, {
|
|
18757
|
-
dataIndex: 'brandName',
|
|
18758
|
-
title: "\u54C1\u724C\u540D\u79F0",
|
|
18759
|
-
width: 180,
|
|
18760
|
-
align: 'center'
|
|
18761
18756
|
}, {
|
|
18762
18757
|
dataIndex: 'specId',
|
|
18763
18758
|
title: "".concat(text, "SKUID"),
|
package/dist/index.js
CHANGED
|
@@ -18768,11 +18768,6 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18768
18768
|
title: "\u5E73\u53F0\u5546\u54C1ID",
|
|
18769
18769
|
width: 180,
|
|
18770
18770
|
align: 'center'
|
|
18771
|
-
}, {
|
|
18772
|
-
dataIndex: 'brandName',
|
|
18773
|
-
title: "\u54C1\u724C\u540D\u79F0",
|
|
18774
|
-
width: 180,
|
|
18775
|
-
align: 'center'
|
|
18776
18771
|
}, {
|
|
18777
18772
|
dataIndex: 'specId',
|
|
18778
18773
|
title: "".concat(text, "SKUID"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.61",
|
|
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.13-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.61",
|
|
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": "354ae7ee0c1f18212b7b010b7263d65620caeebc"
|
|
70
70
|
}
|