@kmkf-fe-packages/basic-components 0.8.17-alpha.19 → 0.8.17-alpha.23

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
@@ -10765,7 +10765,7 @@ var BsReissue = function BsReissue(props) {
10765
10765
  var valueRef = useRef({});
10766
10766
  useEffect(function () {
10767
10767
  pubsub.subscribe('reissueSelectList', function (_, data) {
10768
- console.log('reissueSelectList', data);
10768
+ // console.log('reissueSelectList', data);
10769
10769
  if (disabled) return;
10770
10770
  var newValue = _objectSpread2({}, data.goodValue);
10771
10771
  newValue.bsReissueGoods = data === null || data === void 0 ? void 0 : data.list.map(function (item) {
@@ -10779,7 +10779,7 @@ var BsReissue = function BsReissue(props) {
10779
10779
  }, []);
10780
10780
  useEffect(function () {
10781
10781
  pubsub.subscribe('reissueSelectListReturn', function (_, data) {
10782
- console.log('reissueSelectListReturn', data);
10782
+ // console.log('reissueSelectListReturn', data);
10783
10783
  if (disabled) return;
10784
10784
  var newValue = _objectSpread2({}, data.goodValue);
10785
10785
  newValue.bsReissueGoods = data === null || data === void 0 ? void 0 : data.list.map(function (item) {
@@ -11442,6 +11442,7 @@ function MultiStatus(props) {
11442
11442
  };
11443
11443
  return /*#__PURE__*/React.createElement(Select, _objectSpread2(_objectSpread2({
11444
11444
  showSearch: true,
11445
+ value: value === null || value === void 0 ? void 0 : value.status,
11445
11446
  filterOption: function filterOption(input, option) {
11446
11447
  return option.label.includes(input);
11447
11448
  }
package/dist/index.js CHANGED
@@ -10776,7 +10776,7 @@ var BsReissue = function BsReissue(props) {
10776
10776
  var valueRef = React.useRef({});
10777
10777
  React.useEffect(function () {
10778
10778
  pubsub__default['default'].subscribe('reissueSelectList', function (_, data) {
10779
- console.log('reissueSelectList', data);
10779
+ // console.log('reissueSelectList', data);
10780
10780
  if (disabled) return;
10781
10781
  var newValue = _objectSpread2({}, data.goodValue);
10782
10782
  newValue.bsReissueGoods = data === null || data === void 0 ? void 0 : data.list.map(function (item) {
@@ -10790,7 +10790,7 @@ var BsReissue = function BsReissue(props) {
10790
10790
  }, []);
10791
10791
  React.useEffect(function () {
10792
10792
  pubsub__default['default'].subscribe('reissueSelectListReturn', function (_, data) {
10793
- console.log('reissueSelectListReturn', data);
10793
+ // console.log('reissueSelectListReturn', data);
10794
10794
  if (disabled) return;
10795
10795
  var newValue = _objectSpread2({}, data.goodValue);
10796
10796
  newValue.bsReissueGoods = data === null || data === void 0 ? void 0 : data.list.map(function (item) {
@@ -11453,6 +11453,7 @@ function MultiStatus(props) {
11453
11453
  };
11454
11454
  return /*#__PURE__*/React__default['default'].createElement(antd.Select, _objectSpread2(_objectSpread2({
11455
11455
  showSearch: true,
11456
+ value: value === null || value === void 0 ? void 0 : value.status,
11456
11457
  filterOption: function filterOption(input, option) {
11457
11458
  return option.label.includes(input);
11458
11459
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.8.17-alpha.19",
3
+ "version": "0.8.17-alpha.23",
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.8.17-alpha.19",
23
+ "@kmkf-fe-packages/kmkf-utils": "^0.8.17-alpha.23",
24
24
  "lodash": "^4.17.21",
25
25
  "pubsub-js": "^1.9.4",
26
26
  "react-copy-to-clipboard": "^5.1.0",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "53e8390280f677d61940bff6e33d4434f4a2759e"
63
+ "gitHead": "42b86f1d4a2686ddaac6afeee7dd8e6bdb1bde14"
64
64
  }