@kmkf-fe-packages/basic-components 1.19.2 → 2.0.0-rc.0
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 +4 -1
- package/dist/index.js +4 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -14907,7 +14907,10 @@ var msgTypeCh = {
|
|
|
14907
14907
|
ding: '钉钉',
|
|
14908
14908
|
wechat: '微信',
|
|
14909
14909
|
qq: 'QQ',
|
|
14910
|
-
qywx: '企业微信'
|
|
14910
|
+
qywx: '企业微信',
|
|
14911
|
+
YZDKH: '邮政拦截',
|
|
14912
|
+
YT: '圆通拦截',
|
|
14913
|
+
feishu: '飞书'
|
|
14911
14914
|
};
|
|
14912
14915
|
var MsgStatus = function MsgStatus(props) {
|
|
14913
14916
|
var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
|
package/dist/index.js
CHANGED
|
@@ -14919,7 +14919,10 @@ var msgTypeCh = {
|
|
|
14919
14919
|
ding: '钉钉',
|
|
14920
14920
|
wechat: '微信',
|
|
14921
14921
|
qq: 'QQ',
|
|
14922
|
-
qywx: '企业微信'
|
|
14922
|
+
qywx: '企业微信',
|
|
14923
|
+
YZDKH: '邮政拦截',
|
|
14924
|
+
YT: '圆通拦截',
|
|
14925
|
+
feishu: '飞书'
|
|
14923
14926
|
};
|
|
14924
14927
|
var MsgStatus = function MsgStatus(props) {
|
|
14925
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": "
|
|
3
|
+
"version": "2.0.0-rc.0",
|
|
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": "
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.0.0-rc.0",
|
|
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": "5770273c5177f0dc9eb9c1ee91eb9ba6e98d54f0"
|
|
69
69
|
}
|