@kmkf-fe-packages/basic-components 0.28.2-rc.9 → 0.29.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
@@ -9836,7 +9836,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
9836
9836
  interceptLogisticsStatus: undefined,
9837
9837
  interceptLogisticsStatusOther: undefined,
9838
9838
  interceptLogisticsSnapshot: undefined,
9839
- qySelfInterceptStatus: undefined
9839
+ qySelfInterceptLogisticsStatus: undefined
9840
9840
  });
9841
9841
  }
9842
9842
  onChange === null || onChange === void 0 ? void 0 : onChange(newValue);
@@ -9983,14 +9983,14 @@ var LogisticsInterception = function LogisticsInterception(props) {
9983
9983
  }
9984
9984
  })), /*#__PURE__*/React.createElement(Item, {
9985
9985
  label: '拦截状态',
9986
- key: 'qySelfInterceptStatus',
9986
+ key: 'qySelfInterceptLogisticsStatus',
9987
9987
  hidden: showState
9988
9988
  }, /*#__PURE__*/React.createElement(Select, {
9989
- value: value === null || value === void 0 ? void 0 : value.qySelfInterceptStatus,
9989
+ value: value === null || value === void 0 ? void 0 : value.qySelfInterceptLogisticsStatus,
9990
9990
  disabled: disabled || isEdit,
9991
9991
  placeholder: "\u62E6\u622A\u72B6\u6001",
9992
9992
  onChange: function onChange(val) {
9993
- return changeHandle(val, 'qySelfInterceptStatus');
9993
+ return changeHandle(val, 'qySelfInterceptLogisticsStatus');
9994
9994
  },
9995
9995
  options: [{
9996
9996
  label: '拦截成功',
package/dist/index.js CHANGED
@@ -9847,7 +9847,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
9847
9847
  interceptLogisticsStatus: undefined,
9848
9848
  interceptLogisticsStatusOther: undefined,
9849
9849
  interceptLogisticsSnapshot: undefined,
9850
- qySelfInterceptStatus: undefined
9850
+ qySelfInterceptLogisticsStatus: undefined
9851
9851
  });
9852
9852
  }
9853
9853
  onChange === null || onChange === void 0 ? void 0 : onChange(newValue);
@@ -9994,14 +9994,14 @@ var LogisticsInterception = function LogisticsInterception(props) {
9994
9994
  }
9995
9995
  })), /*#__PURE__*/React__default['default'].createElement(Item, {
9996
9996
  label: '拦截状态',
9997
- key: 'qySelfInterceptStatus',
9997
+ key: 'qySelfInterceptLogisticsStatus',
9998
9998
  hidden: showState
9999
9999
  }, /*#__PURE__*/React__default['default'].createElement(antd.Select, {
10000
- value: value === null || value === void 0 ? void 0 : value.qySelfInterceptStatus,
10000
+ value: value === null || value === void 0 ? void 0 : value.qySelfInterceptLogisticsStatus,
10001
10001
  disabled: disabled || isEdit,
10002
10002
  placeholder: "\u62E6\u622A\u72B6\u6001",
10003
10003
  onChange: function onChange(val) {
10004
- return changeHandle(val, 'qySelfInterceptStatus');
10004
+ return changeHandle(val, 'qySelfInterceptLogisticsStatus');
10005
10005
  },
10006
10006
  options: [{
10007
10007
  label: '拦截成功',
@@ -11,7 +11,7 @@ interface LogisticsInterceptionValueType {
11
11
  interceptLogisticsStatus: string | number;
12
12
  interceptLogisticsStatusOther: string;
13
13
  interceptLogisticsSnapshot: string;
14
- qySelfInterceptStatus: string;
14
+ qySelfInterceptLogisticsStatus: string;
15
15
  }
16
16
  interface LogisticsInterceptionProps {
17
17
  value: Partial<LogisticsInterceptionValueType>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.28.2-rc.9",
3
+ "version": "0.29.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.28.2-rc.8",
23
+ "@kmkf-fe-packages/kmkf-utils": "^0.29.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": "7b7752d74c08e78c39487bd51de81aa2ddae45b7"
67
+ "gitHead": "10c7e52602c6f876074c44a484b38fc1ac367c04"
68
68
  }