@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 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
- // disabled={true}
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
- // disabled={true}
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.24",
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": "98ee0b2f50364b738a70169c66fdbbb10f2be167"
68
+ "gitHead": "c865d89ab501d436369df9e732c64290fd8d5e13"
69
69
  }