@kmkf-fe-packages/basic-components 0.7.15-alpha.33 → 0.7.15-alpha.35

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
@@ -9802,6 +9802,7 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
9802
9802
  _onCancel();
9803
9803
  };
9804
9804
  var onFinish = function onFinish(value) {
9805
+ console.log(value);
9805
9806
  setSearch(_objectSpread2({}, searchParams));
9806
9807
  };
9807
9808
  var onReset = function onReset() {
package/dist/index.js CHANGED
@@ -9813,6 +9813,7 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
9813
9813
  _onCancel();
9814
9814
  };
9815
9815
  var onFinish = function onFinish(value) {
9816
+ console.log(value);
9816
9817
  setSearch(_objectSpread2({}, searchParams));
9817
9818
  };
9818
9819
  var onReset = function onReset() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.7.15-alpha.33",
3
+ "version": "0.7.15-alpha.35",
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.7.15-alpha.32",
23
+ "@kmkf-fe-packages/kmkf-utils": "^0.7.15-alpha.35",
24
24
  "lodash": "^4.17.21",
25
25
  "pubsub-js": "^1.9.4",
26
26
  "umi-request": "^1.4.0"
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "ed8ea02a85f161e78a3b0d413412c18f823ceafe"
61
+ "gitHead": "b6abe937716eb2ad1fce0990212072f9d9f2713a"
62
62
  }