@kmkf-fe-packages/basic-components 0.29.2-rc.0 → 1.0.1-rc.0

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
@@ -9698,9 +9698,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
9698
9698
  _props$disabled = props.disabled,
9699
9699
  disabled = _props$disabled === void 0 ? false : _props$disabled,
9700
9700
  _props$isEditing = props.isEditing,
9701
- isEditing = _props$isEditing === void 0 ? false : _props$isEditing,
9702
- _props$showState = props.showState,
9703
- showState = _props$showState === void 0 ? false : _props$showState;
9701
+ isEditing = _props$isEditing === void 0 ? false : _props$isEditing;
9704
9702
  var _useState = useState(''),
9705
9703
  _useState2 = _slicedToArray(_useState, 2),
9706
9704
  initCompany = _useState2[0],
@@ -9983,11 +9981,13 @@ var LogisticsInterception = function LogisticsInterception(props) {
9983
9981
  }
9984
9982
  })), /*#__PURE__*/React.createElement(Item, {
9985
9983
  label: '拦截状态',
9986
- key: 'qySelfInterceptLogisticsStatus',
9987
- hidden: showState
9984
+ key: 'qySelfInterceptLogisticsStatus'
9988
9985
  }, /*#__PURE__*/React.createElement(Select, {
9989
9986
  value: value === null || value === void 0 ? void 0 : value.qySelfInterceptLogisticsStatus,
9990
- disabled: disabled || isEdit,
9987
+ disabled: true,
9988
+ style: {
9989
+ width: '200px'
9990
+ },
9991
9991
  placeholder: "\u62E6\u622A\u72B6\u6001",
9992
9992
  onChange: function onChange(val) {
9993
9993
  return changeHandle(val, 'qySelfInterceptLogisticsStatus');
package/dist/index.js CHANGED
@@ -9709,9 +9709,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
9709
9709
  _props$disabled = props.disabled,
9710
9710
  disabled = _props$disabled === void 0 ? false : _props$disabled,
9711
9711
  _props$isEditing = props.isEditing,
9712
- isEditing = _props$isEditing === void 0 ? false : _props$isEditing,
9713
- _props$showState = props.showState,
9714
- showState = _props$showState === void 0 ? false : _props$showState;
9712
+ isEditing = _props$isEditing === void 0 ? false : _props$isEditing;
9715
9713
  var _useState = React.useState(''),
9716
9714
  _useState2 = _slicedToArray(_useState, 2),
9717
9715
  initCompany = _useState2[0],
@@ -9994,11 +9992,13 @@ var LogisticsInterception = function LogisticsInterception(props) {
9994
9992
  }
9995
9993
  })), /*#__PURE__*/React__default['default'].createElement(Item, {
9996
9994
  label: '拦截状态',
9997
- key: 'qySelfInterceptLogisticsStatus',
9998
- hidden: showState
9995
+ key: 'qySelfInterceptLogisticsStatus'
9999
9996
  }, /*#__PURE__*/React__default['default'].createElement(antd.Select, {
10000
9997
  value: value === null || value === void 0 ? void 0 : value.qySelfInterceptLogisticsStatus,
10001
- disabled: disabled || isEdit,
9998
+ disabled: true,
9999
+ style: {
10000
+ width: '200px'
10001
+ },
10002
10002
  placeholder: "\u62E6\u622A\u72B6\u6001",
10003
10003
  onChange: function onChange(val) {
10004
10004
  return changeHandle(val, 'qySelfInterceptLogisticsStatus');
@@ -18,7 +18,6 @@ interface LogisticsInterceptionProps {
18
18
  expressInterceptData: any[];
19
19
  required: boolean;
20
20
  disabled: boolean;
21
- showState?: boolean;
22
21
  isEditing: boolean;
23
22
  onChange: (value: Partial<LogisticsInterceptionValueType>) => void;
24
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.29.2-rc.0",
3
+ "version": "1.0.1-rc.0",
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": "^0.29.2-rc.0",
23
+ "@kmkf-fe-packages/kmkf-utils": "^1.0.1-rc.0",
24
24
  "ahooks": "^3.7.4",
25
25
  "kmkf-monitor": "^0.8.8",
26
26
  "lodash": "^4.17.21",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "eed63a70fe1fb8dd114b3fb525a415f68427ea49"
67
+ "gitHead": "ede17f45daed4f2c60dee005f0e83f5b257a4755"
68
68
  }