@kmkf-fe-packages/basic-components 2.3.5 → 2.3.9
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -27949,10 +27949,10 @@ var typeMap$2 = {
|
|
|
27949
27949
|
alwaysShowChooseErpGoodsBtn: true,
|
|
27950
27950
|
orderTypeKey: 'orderType',
|
|
27951
27951
|
oIdKey: 'tradeNo',
|
|
27952
|
-
outerOiIdKey: '',
|
|
27952
|
+
outerOiIdKey: 'sourceSubtradeNo',
|
|
27953
27953
|
goodDetailsKey: 'goodsDetail',
|
|
27954
27954
|
isShowSelectTradeGoods: true,
|
|
27955
|
-
showModeBtn:
|
|
27955
|
+
showModeBtn: true
|
|
27956
27956
|
}
|
|
27957
27957
|
};
|
|
27958
27958
|
var PublicReissue = function PublicReissue(props) {
|
package/dist/index.js
CHANGED
|
@@ -27964,10 +27964,10 @@ var typeMap$2 = {
|
|
|
27964
27964
|
alwaysShowChooseErpGoodsBtn: true,
|
|
27965
27965
|
orderTypeKey: 'orderType',
|
|
27966
27966
|
oIdKey: 'tradeNo',
|
|
27967
|
-
outerOiIdKey: '',
|
|
27967
|
+
outerOiIdKey: 'sourceSubtradeNo',
|
|
27968
27968
|
goodDetailsKey: 'goodsDetail',
|
|
27969
27969
|
isShowSelectTradeGoods: true,
|
|
27970
|
-
showModeBtn:
|
|
27970
|
+
showModeBtn: true
|
|
27971
27971
|
}
|
|
27972
27972
|
};
|
|
27973
27973
|
var PublicReissue = function PublicReissue(props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.9",
|
|
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.3.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.3.9",
|
|
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": "42729bcc70203ca783f388f98e02c07d5c34ba12"
|
|
70
70
|
}
|