@kmkf-fe-packages/basic-components 2.2.13-beta.82 → 2.2.13-beta.86
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 -0
- package/dist/index.js +1 -0
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -21901,6 +21901,7 @@ var SelectTradeGoods = function SelectTradeGoods(_ref) {
|
|
|
21901
21901
|
type: "link",
|
|
21902
21902
|
onClick: openModal
|
|
21903
21903
|
}, buttonTextMapping[type] || '选择订单商品'), /*#__PURE__*/React.createElement(Modal, {
|
|
21904
|
+
wrapClassName: "goodModal",
|
|
21904
21905
|
title: "\u8BA2\u5355\u5546\u54C1",
|
|
21905
21906
|
visible: tradeGoodsVisible,
|
|
21906
21907
|
footer: null,
|
package/dist/index.js
CHANGED
|
@@ -21916,6 +21916,7 @@ var SelectTradeGoods = function SelectTradeGoods(_ref) {
|
|
|
21916
21916
|
type: "link",
|
|
21917
21917
|
onClick: openModal
|
|
21918
21918
|
}, buttonTextMapping[type] || '选择订单商品'), /*#__PURE__*/React__default['default'].createElement(antd.Modal, {
|
|
21919
|
+
wrapClassName: "goodModal",
|
|
21919
21920
|
title: "\u8BA2\u5355\u5546\u54C1",
|
|
21920
21921
|
visible: tradeGoodsVisible,
|
|
21921
21922
|
footer: null,
|
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.86",
|
|
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.86",
|
|
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": "435d3fcd1e904b78057e2b697529e547aace331c"
|
|
70
70
|
}
|