@kmkf-fe-packages/basic-components 1.22.1-beta.42 → 1.22.1-beta.45
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 -11
- package/dist/index.js +1 -11
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -3,7 +3,7 @@ import { Cascader, DatePicker, InputNumber, Input, Select, Upload, Image, messag
|
|
|
3
3
|
import { EyeOutlined, DeleteOutlined, CloseCircleOutlined, CaretUpOutlined } from '@ant-design/icons';
|
|
4
4
|
import request, { extend as extend$1 } from 'umi-request';
|
|
5
5
|
import { CopyToClipboard } from 'react-copy-to-clipboard';
|
|
6
|
-
import { AddressData, BsAddressData, WdtAddressData, request as request$1, ExpressData, uuid, columnsGoodsList, LogisticsAddressData, SendDataCenter, BS_E3_BOOLEAN_STATUS_MAP, filterWdtOrders, WDT_ORDER_TYPE_MAP, filterBsE3Orders, filterKmOrders, KM_SYSTEM_ORDER_CONFIG, BS_E3_ORDER_STATUS_MAP, updateWdtGoodsHandle, updateBsE3GoodsHandle } from '@kmkf-fe-packages/kmkf-utils';
|
|
6
|
+
import { AddressData, BsAddressData, WdtAddressData, request as request$1, ExpressData, uuid, columnsGoodsList, LogisticsAddressData, SendDataCenter, BS_E3_BOOLEAN_STATUS_MAP, filterWdtOrders, WDT_ORDER_TYPE_MAP, filterBsE3Orders, filterKmOrders, KM_SYSTEM_ORDER_CONFIG, BS_E3_ORDER_STATUS_MAP, updateWdtGoodsHandle, updateBsE3GoodsHandle, msgTypeCh } from '@kmkf-fe-packages/kmkf-utils';
|
|
7
7
|
import { debounce, isNaN as isNaN$1, isNumber as isNumber$1, cloneDeep, difference, differenceWith, takeRight, reject, isEmpty, intersection, uniqBy } from 'lodash';
|
|
8
8
|
import { useUpdateEffect, useDebounceEffect, useAntdTable } from 'ahooks';
|
|
9
9
|
import zhCN from 'antd/lib/locale/zh_CN';
|
|
@@ -16595,16 +16595,6 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
16595
16595
|
};
|
|
16596
16596
|
|
|
16597
16597
|
var _excluded$j = ["value", "onChange", "disabled", "failValue", "type"];
|
|
16598
|
-
var msgTypeCh = {
|
|
16599
|
-
pdd: '拼多多',
|
|
16600
|
-
ding: '钉钉',
|
|
16601
|
-
wechat: '微信',
|
|
16602
|
-
qq: 'QQ',
|
|
16603
|
-
qywx: '企业微信',
|
|
16604
|
-
YZDKH: '邮政拦截',
|
|
16605
|
-
YT: '圆通拦截',
|
|
16606
|
-
feishu: '飞书'
|
|
16607
|
-
};
|
|
16608
16598
|
var MsgStatus = function MsgStatus(props) {
|
|
16609
16599
|
var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
|
|
16610
16600
|
var _props$value = props.value,
|
package/dist/index.js
CHANGED
|
@@ -16607,16 +16607,6 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
16607
16607
|
};
|
|
16608
16608
|
|
|
16609
16609
|
var _excluded$j = ["value", "onChange", "disabled", "failValue", "type"];
|
|
16610
|
-
var msgTypeCh = {
|
|
16611
|
-
pdd: '拼多多',
|
|
16612
|
-
ding: '钉钉',
|
|
16613
|
-
wechat: '微信',
|
|
16614
|
-
qq: 'QQ',
|
|
16615
|
-
qywx: '企业微信',
|
|
16616
|
-
YZDKH: '邮政拦截',
|
|
16617
|
-
YT: '圆通拦截',
|
|
16618
|
-
feishu: '飞书'
|
|
16619
|
-
};
|
|
16620
16610
|
var MsgStatus = function MsgStatus(props) {
|
|
16621
16611
|
var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
|
|
16622
16612
|
var _props$value = props.value,
|
|
@@ -16657,7 +16647,7 @@ var MsgStatus = function MsgStatus(props) {
|
|
|
16657
16647
|
onClick: function onClick() {
|
|
16658
16648
|
return setChangeIndex(index);
|
|
16659
16649
|
}
|
|
16660
|
-
}, msgTypeCh[key] || key, item.ruleName);
|
|
16650
|
+
}, kmkfUtils.msgTypeCh[key] || key, item.ruleName);
|
|
16661
16651
|
}))) : null, type === 1 ? /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(antd.Space, null, /*#__PURE__*/React__default['default'].createElement(antd.Select, _objectSpread2(_objectSpread2({}, other), {}, {
|
|
16662
16652
|
showSearch: true,
|
|
16663
16653
|
value: (_value$changeIndex = value[changeIndex]) === null || _value$changeIndex === void 0 ? void 0 : _value$changeIndex.status,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "1.22.1-beta.
|
|
3
|
+
"version": "1.22.1-beta.45",
|
|
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.22.1-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "1.22.1-beta.45",
|
|
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": "50944b2e6bf7112f956f7bb10fd0a0a8d097d487"
|
|
69
69
|
}
|