@kmkf-fe-packages/basic-components 0.15.1-alpha.5 → 0.16.0-alpha.3
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 -4
- package/dist/index.js +4 -4
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -11988,10 +11988,10 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
11988
11988
|
|
|
11989
11989
|
var _excluded$i = ["value", "onChange", "disabled", "failValue", "type"];
|
|
11990
11990
|
var msgTypeCh = {
|
|
11991
|
-
|
|
11992
|
-
|
|
11993
|
-
|
|
11994
|
-
|
|
11991
|
+
ding: '钉钉',
|
|
11992
|
+
wechat: '微信',
|
|
11993
|
+
qq: 'QQ',
|
|
11994
|
+
qywx: '企业微信'
|
|
11995
11995
|
};
|
|
11996
11996
|
var MsgStatus = function MsgStatus(props) {
|
|
11997
11997
|
var _value$changeIndex, _value$changeIndex2, _value$changeIndex3;
|
package/dist/index.js
CHANGED
|
@@ -11999,10 +11999,10 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
11999
11999
|
|
|
12000
12000
|
var _excluded$i = ["value", "onChange", "disabled", "failValue", "type"];
|
|
12001
12001
|
var msgTypeCh = {
|
|
12002
|
-
|
|
12003
|
-
|
|
12004
|
-
|
|
12005
|
-
|
|
12002
|
+
ding: '钉钉',
|
|
12003
|
+
wechat: '微信',
|
|
12004
|
+
qq: 'QQ',
|
|
12005
|
+
qywx: '企业微信'
|
|
12006
12006
|
};
|
|
12007
12007
|
var MsgStatus = function MsgStatus(props) {
|
|
12008
12008
|
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": "0.
|
|
3
|
+
"version": "0.16.0-alpha.3",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "23edf37aeb3d616fdef3f91d88ee42a2e1097f9c"
|
|
65
65
|
}
|