@kmkf-fe-packages/basic-components 0.22.0-alpha.0 → 0.22.0-alpha.1
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 +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -9118,7 +9118,7 @@ var GoodItem = function GoodItem(props) {
|
|
|
9118
9118
|
}];
|
|
9119
9119
|
};
|
|
9120
9120
|
var headerList = showHeader || {
|
|
9121
|
-
1: ['title', 'outerId', 'picUrl', 'numIid', 'skuId', 'outerSkuId' // sku
|
|
9121
|
+
1: ['title', 'outerId', 'picUrl', 'numIid', 'skuId', 'outerSkuId', 'propertiesName' // sku信息
|
|
9122
9122
|
]
|
|
9123
9123
|
}[type] || [];
|
|
9124
9124
|
var newColumns = useMemo(function () {
|
package/dist/index.js
CHANGED
|
@@ -9129,7 +9129,7 @@ var GoodItem = function GoodItem(props) {
|
|
|
9129
9129
|
}];
|
|
9130
9130
|
};
|
|
9131
9131
|
var headerList = showHeader || {
|
|
9132
|
-
1: ['title', 'outerId', 'picUrl', 'numIid', 'skuId', 'outerSkuId' // sku
|
|
9132
|
+
1: ['title', 'outerId', 'picUrl', 'numIid', 'skuId', 'outerSkuId', 'propertiesName' // sku信息
|
|
9133
9133
|
]
|
|
9134
9134
|
}[type] || [];
|
|
9135
9135
|
var newColumns = React.useMemo(function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.22.0-alpha.
|
|
3
|
+
"version": "0.22.0-alpha.1",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "7825b8695c7bb147a322a02b6c7fed629677612c"
|
|
65
65
|
}
|