@kmkf-fe-packages/basic-components 0.6.3-alpha.3 → 0.6.3-alpha.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 CHANGED
@@ -3157,7 +3157,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
3157
3157
  return;
3158
3158
  }
3159
3159
  var interceptCompany = logisticsOptions.find(function (item) {
3160
- return item.expressCode === (value === null || value === void 0 ? void 0 : value.interceptCompany);
3160
+ return item.value === (value === null || value === void 0 ? void 0 : value.interceptCompany);
3161
3161
  });
3162
3162
  setTypeOptions((interceptCompany === null || interceptCompany === void 0 ? void 0 : interceptCompany.interceptionTypeList) || []);
3163
3163
  setStatusOptions((interceptCompany === null || interceptCompany === void 0 ? void 0 : interceptCompany.interceptionStatusList) || []);
@@ -3180,7 +3180,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
3180
3180
  interceptDetail: '',
3181
3181
  interceptReceiverName: '',
3182
3182
  interceptReceiverMobile: '',
3183
- interceptStatus: '',
3183
+ interceptStatus: undefined,
3184
3184
  interceptOther: ''
3185
3185
  });
3186
3186
  }
package/dist/index.js CHANGED
@@ -3167,7 +3167,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
3167
3167
  return;
3168
3168
  }
3169
3169
  var interceptCompany = logisticsOptions.find(function (item) {
3170
- return item.expressCode === (value === null || value === void 0 ? void 0 : value.interceptCompany);
3170
+ return item.value === (value === null || value === void 0 ? void 0 : value.interceptCompany);
3171
3171
  });
3172
3172
  setTypeOptions((interceptCompany === null || interceptCompany === void 0 ? void 0 : interceptCompany.interceptionTypeList) || []);
3173
3173
  setStatusOptions((interceptCompany === null || interceptCompany === void 0 ? void 0 : interceptCompany.interceptionStatusList) || []);
@@ -3190,7 +3190,7 @@ var LogisticsInterception = function LogisticsInterception(props) {
3190
3190
  interceptDetail: '',
3191
3191
  interceptReceiverName: '',
3192
3192
  interceptReceiverMobile: '',
3193
- interceptStatus: '',
3193
+ interceptStatus: undefined,
3194
3194
  interceptOther: ''
3195
3195
  });
3196
3196
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.6.3-alpha.3",
3
+ "version": "0.6.3-alpha.5",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "021dc716b8d75e9cc0ce3abfe3be4b25724fa133"
40
+ "gitHead": "ca5660b4c7b1e71a004456cfd3aa818c9591a6dc"
41
41
  }