@kmkf-fe-packages/basic-components 2.0.62 → 2.0.63
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 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -10962,7 +10962,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10962
10962
|
}
|
|
10963
10963
|
})), /*#__PURE__*/React.createElement(Item, {
|
|
10964
10964
|
label: '发件人手机号',
|
|
10965
|
-
required
|
|
10965
|
+
// required={true}
|
|
10966
10966
|
key: 'interceptSenderMobile',
|
|
10967
10967
|
hidden: !showSenderMobile
|
|
10968
10968
|
}, /*#__PURE__*/React.createElement(Input, {
|
package/dist/index.js
CHANGED
|
@@ -10974,7 +10974,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10974
10974
|
}
|
|
10975
10975
|
})), /*#__PURE__*/React__default['default'].createElement(Item, {
|
|
10976
10976
|
label: '发件人手机号',
|
|
10977
|
-
required
|
|
10977
|
+
// required={true}
|
|
10978
10978
|
key: 'interceptSenderMobile',
|
|
10979
10979
|
hidden: !showSenderMobile
|
|
10980
10980
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.63",
|
|
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.0.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.0.63",
|
|
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": "a6618afd20337b47d38f8705307d746c73e07fdb"
|
|
69
69
|
}
|