@kmkf-fe-packages/basic-components 0.26.1-beta.1 → 0.26.1-beta.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
@@ -7404,7 +7404,6 @@ var Province = function Province(props) {
7404
7404
  workOrder: addressData
7405
7405
  }[type] || addressData).addressOptions || [];
7406
7406
  if (!(options === null || options === void 0 ? void 0 : options.length) && num < 6) {
7407
- getBsAddress();
7408
7407
  time.current = setTimeout(function () {
7409
7408
  initPageSource();
7410
7409
  }, 1000);
@@ -10084,7 +10083,7 @@ var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
10084
10083
  return handleDelete(e, index);
10085
10084
  }
10086
10085
  }) : null));
10087
- }) : null), value.length > 1 ? (value || []).map(function (item, index) {
10086
+ }) : null), value.length ? (value || []).map(function (item, index) {
10088
10087
  return changeIndex === index ? /*#__PURE__*/React.createElement(LogisticsInterception, {
10089
10088
  key: "logistics-".concat(index),
10090
10089
  required: required,
package/dist/index.js CHANGED
@@ -7415,7 +7415,6 @@ var Province = function Province(props) {
7415
7415
  workOrder: addressData
7416
7416
  }[type] || addressData).addressOptions || [];
7417
7417
  if (!(options === null || options === void 0 ? void 0 : options.length) && num < 6) {
7418
- getBsAddress();
7419
7418
  time.current = setTimeout(function () {
7420
7419
  initPageSource();
7421
7420
  }, 1000);
@@ -10095,7 +10094,7 @@ var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
10095
10094
  return handleDelete(e, index);
10096
10095
  }
10097
10096
  }) : null));
10098
- }) : null), value.length > 1 ? (value || []).map(function (item, index) {
10097
+ }) : null), value.length ? (value || []).map(function (item, index) {
10099
10098
  return changeIndex === index ? /*#__PURE__*/React__default['default'].createElement(LogisticsInterception, {
10100
10099
  key: "logistics-".concat(index),
10101
10100
  required: required,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.26.1-beta.1",
3
+ "version": "0.26.1-beta.5",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "1c8d441453e71ad13b9f3d52f25bcd6d6b2a3635"
67
+ "gitHead": "fb2288483d4d13d31f57568a7fec4d76c6f660ab"
68
68
  }