@kmkf-fe-packages/basic-components 1.16.5-alpha.5 → 1.16.5-alpha.7
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 +9 -3
- package/dist/index.js +9 -3
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -7520,7 +7520,9 @@ var IdentifyAddress = function IdentifyAddress(props) {
|
|
|
7520
7520
|
onChange: function onChange(e) {
|
|
7521
7521
|
return changeHandle(e.target.value, 'receiverMobile');
|
|
7522
7522
|
}
|
|
7523
|
-
})), /*#__PURE__*/React.createElement(Space,
|
|
7523
|
+
})), /*#__PURE__*/React.createElement(Space, {
|
|
7524
|
+
wrap: true
|
|
7525
|
+
}, /*#__PURE__*/React.createElement(Province, {
|
|
7524
7526
|
value: value.address,
|
|
7525
7527
|
onChange: function onChange(val) {
|
|
7526
7528
|
return changeHandle(val, 'address');
|
|
@@ -11437,7 +11439,8 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
|
|
|
11437
11439
|
if (value[key]) {
|
|
11438
11440
|
var trimValue = value[key].trim();
|
|
11439
11441
|
newFilterList = allList.filter(function (item) {
|
|
11440
|
-
|
|
11442
|
+
var _item$key;
|
|
11443
|
+
return ((_item$key = item[key]) === null || _item$key === void 0 ? void 0 : _item$key.indexOf(trimValue)) > -1;
|
|
11441
11444
|
});
|
|
11442
11445
|
}
|
|
11443
11446
|
});
|
|
@@ -14904,7 +14907,10 @@ var msgTypeCh = {
|
|
|
14904
14907
|
ding: '钉钉',
|
|
14905
14908
|
wechat: '微信',
|
|
14906
14909
|
qq: 'QQ',
|
|
14907
|
-
qywx: '企业微信'
|
|
14910
|
+
qywx: '企业微信',
|
|
14911
|
+
YZDKH: '邮政拦截',
|
|
14912
|
+
YT: '圆通拦截',
|
|
14913
|
+
feishu: '飞书'
|
|
14908
14914
|
};
|
|
14909
14915
|
var MsgStatus = function MsgStatus(props) {
|
|
14910
14916
|
var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
|
package/dist/index.js
CHANGED
|
@@ -7532,7 +7532,9 @@ var IdentifyAddress = function IdentifyAddress(props) {
|
|
|
7532
7532
|
onChange: function onChange(e) {
|
|
7533
7533
|
return changeHandle(e.target.value, 'receiverMobile');
|
|
7534
7534
|
}
|
|
7535
|
-
})), /*#__PURE__*/React__default['default'].createElement(antd.Space,
|
|
7535
|
+
})), /*#__PURE__*/React__default['default'].createElement(antd.Space, {
|
|
7536
|
+
wrap: true
|
|
7537
|
+
}, /*#__PURE__*/React__default['default'].createElement(Province, {
|
|
7536
7538
|
value: value.address,
|
|
7537
7539
|
onChange: function onChange(val) {
|
|
7538
7540
|
return changeHandle(val, 'address');
|
|
@@ -11449,7 +11451,8 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
|
|
|
11449
11451
|
if (value[key]) {
|
|
11450
11452
|
var trimValue = value[key].trim();
|
|
11451
11453
|
newFilterList = allList.filter(function (item) {
|
|
11452
|
-
|
|
11454
|
+
var _item$key;
|
|
11455
|
+
return ((_item$key = item[key]) === null || _item$key === void 0 ? void 0 : _item$key.indexOf(trimValue)) > -1;
|
|
11453
11456
|
});
|
|
11454
11457
|
}
|
|
11455
11458
|
});
|
|
@@ -14916,7 +14919,10 @@ var msgTypeCh = {
|
|
|
14916
14919
|
ding: '钉钉',
|
|
14917
14920
|
wechat: '微信',
|
|
14918
14921
|
qq: 'QQ',
|
|
14919
|
-
qywx: '企业微信'
|
|
14922
|
+
qywx: '企业微信',
|
|
14923
|
+
YZDKH: '邮政拦截',
|
|
14924
|
+
YT: '圆通拦截',
|
|
14925
|
+
feishu: '飞书'
|
|
14920
14926
|
};
|
|
14921
14927
|
var MsgStatus = function MsgStatus(props) {
|
|
14922
14928
|
var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "1.16.5-alpha.
|
|
3
|
+
"version": "1.16.5-alpha.7",
|
|
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": "1.16.5-alpha.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "1.16.5-alpha.7",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"bignumber.js": "^9.1.2",
|
|
26
26
|
"kmkf-monitor": "^0.8.9",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "49201a2f51bc16b70f900fc72d934039ac3cef19"
|
|
69
69
|
}
|