@kmkf-fe-packages/basic-components 1.17.5-beta.8 → 1.17.5
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 +3 -1
- package/dist/index.js +3 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -10540,7 +10540,9 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10540
10540
|
value: '失败'
|
|
10541
10541
|
}]
|
|
10542
10542
|
}), (value === null || value === void 0 ? void 0 : (_value$interceptLogis3 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis3 === void 0 ? void 0 : _value$interceptLogis3.reason) ? /*#__PURE__*/React.createElement("div", {
|
|
10543
|
-
|
|
10543
|
+
style: {
|
|
10544
|
+
color: 'red'
|
|
10545
|
+
}
|
|
10544
10546
|
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : (_value$interceptLogis4 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis4 === void 0 ? void 0 : _value$interceptLogis4.reason) : null));
|
|
10545
10547
|
};
|
|
10546
10548
|
|
package/dist/index.js
CHANGED
|
@@ -10552,7 +10552,9 @@ var LogisticsInterception = function LogisticsInterception(props) {
|
|
|
10552
10552
|
value: '失败'
|
|
10553
10553
|
}]
|
|
10554
10554
|
}), (value === null || value === void 0 ? void 0 : (_value$interceptLogis3 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis3 === void 0 ? void 0 : _value$interceptLogis3.reason) ? /*#__PURE__*/React__default['default'].createElement("div", {
|
|
10555
|
-
|
|
10555
|
+
style: {
|
|
10556
|
+
color: 'red'
|
|
10557
|
+
}
|
|
10556
10558
|
}, "\u5931\u8D25\u539F\u56E0\uFF1A", value === null || value === void 0 ? void 0 : (_value$interceptLogis4 = value.interceptLogisticsApiStatus) === null || _value$interceptLogis4 === void 0 ? void 0 : _value$interceptLogis4.reason) : null));
|
|
10557
10559
|
};
|
|
10558
10560
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "1.17.5
|
|
3
|
+
"version": "1.17.5",
|
|
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.17.5
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "1.17.5",
|
|
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": "4cf456e44aed211e9beeaed26c0155d1041d2a0c"
|
|
69
69
|
}
|