@kmkf-fe-packages/basic-components 2.0.54-beta.24 → 2.0.54-beta.25
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 +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -11271,7 +11271,7 @@ var LogisticsTrajectory = function LogisticsTrajectory(props) {
|
|
|
11271
11271
|
var _value$trajectoryApiS2, _value$trajectoryApiS3, _value$trajectoryApiS4;
|
|
11272
11272
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Select, {
|
|
11273
11273
|
value: (value === null || value === void 0 ? void 0 : (_value$trajectoryApiS2 = value.trajectoryApiStatus) === null || _value$trajectoryApiS2 === void 0 ? void 0 : _value$trajectoryApiS2.status) || null,
|
|
11274
|
-
|
|
11274
|
+
disabled: true,
|
|
11275
11275
|
style: {
|
|
11276
11276
|
width: '100%',
|
|
11277
11277
|
marginTop: '8px'
|
package/dist/index.js
CHANGED
|
@@ -11283,7 +11283,7 @@ var LogisticsTrajectory = function LogisticsTrajectory(props) {
|
|
|
11283
11283
|
var _value$trajectoryApiS2, _value$trajectoryApiS3, _value$trajectoryApiS4;
|
|
11284
11284
|
return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(antd.Select, {
|
|
11285
11285
|
value: (value === null || value === void 0 ? void 0 : (_value$trajectoryApiS2 = value.trajectoryApiStatus) === null || _value$trajectoryApiS2 === void 0 ? void 0 : _value$trajectoryApiS2.status) || null,
|
|
11286
|
-
|
|
11286
|
+
disabled: true,
|
|
11287
11287
|
style: {
|
|
11288
11288
|
width: '100%',
|
|
11289
11289
|
marginTop: '8px'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.54-beta.
|
|
3
|
+
"version": "2.0.54-beta.25",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "c865d89ab501d436369df9e732c64290fd8d5e13"
|
|
69
69
|
}
|