@kmkf-fe-packages/basic-components 0.26.1-beta.2 → 0.26.1-beta.9

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);
@@ -10075,11 +10074,6 @@ var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
10075
10074
  return setChangeIndex(index);
10076
10075
  }
10077
10076
  }, "\u5305\u88F9".concat(index + 1), !disabled ? /*#__PURE__*/React.createElement(CloseCircleOutlined, {
10078
- style: {
10079
- position: 'absolute',
10080
- right: '-7px',
10081
- top: '-10px'
10082
- },
10083
10077
  onClick: function onClick(e) {
10084
10078
  return handleDelete(e, index);
10085
10079
  }
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);
@@ -10086,11 +10085,6 @@ var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
10086
10085
  return setChangeIndex(index);
10087
10086
  }
10088
10087
  }, "\u5305\u88F9".concat(index + 1), !disabled ? /*#__PURE__*/React__default['default'].createElement(icons.CloseCircleOutlined, {
10089
- style: {
10090
- position: 'absolute',
10091
- right: '-7px',
10092
- top: '-10px'
10093
- },
10094
10088
  onClick: function onClick(e) {
10095
10089
  return handleDelete(e, index);
10096
10090
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.26.1-beta.2",
3
+ "version": "0.26.1-beta.9",
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": "0f86e41513ba362d7321c043e752d938a8eec024"
67
+ "gitHead": "50303c91918abbae845943c08c564f304fbbdca2"
68
68
  }