@kmkf-fe-packages/basic-components 1.0.1-rc.2 → 1.0.1-rc.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
@@ -10439,7 +10439,6 @@ var jstGoods = function jstGoods(props) {
10439
10439
  _useState2 = _slicedToArray(_useState, 2),
10440
10440
  changeIndex = _useState2[0],
10441
10441
  setChangeIndex = _useState2[1]; //选中的包裹
10442
- // const { sendData: wdtSendOptions } = useSendData(componentType === 'WDT_SEND_GOOD' ? 'wdt' : '');
10443
10442
  useEffect(function () {
10444
10443
  //没有值塞个默认值
10445
10444
  if (!(value === null || value === void 0 ? void 0 : value.length)) {
package/dist/index.js CHANGED
@@ -10450,7 +10450,6 @@ var jstGoods = function jstGoods(props) {
10450
10450
  _useState2 = _slicedToArray(_useState, 2),
10451
10451
  changeIndex = _useState2[0],
10452
10452
  setChangeIndex = _useState2[1]; //选中的包裹
10453
- // const { sendData: wdtSendOptions } = useSendData(componentType === 'WDT_SEND_GOOD' ? 'wdt' : '');
10454
10453
  React.useEffect(function () {
10455
10454
  //没有值塞个默认值
10456
10455
  if (!(value === null || value === void 0 ? void 0 : value.length)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "1.0.1-rc.2",
3
+ "version": "1.0.1-rc.5",
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": "^1.0.1-rc.2",
23
+ "@kmkf-fe-packages/kmkf-utils": "^1.0.1-rc.5",
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": "08bef10431ab0ca406a675aab12639a855185601"
67
+ "gitHead": "334359dbbf8e28e5f56a6d28a4a0a89503ed9ebc"
68
68
  }