@kmkf-fe-packages/basic-components 2.9.1-beta.12 → 2.9.1-beta.15

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
@@ -10780,7 +10780,10 @@ function CopyTextIcon(_ref) {
10780
10780
  }, /*#__PURE__*/React.createElement(Tooltip, {
10781
10781
  title: val,
10782
10782
  mouseEnterDelay: 0.1,
10783
- placement: "topLeft"
10783
+ placement: "topLeft",
10784
+ getPopupContainer: function getPopupContainer() {
10785
+ return document.body;
10786
+ }
10784
10787
  }, /*#__PURE__*/React.createElement("span", {
10785
10788
  className: "ellipsis-text-3",
10786
10789
  style: {
@@ -30068,6 +30071,7 @@ var PublicReissue = function PublicReissue(props) {
30068
30071
  };
30069
30072
  } else if (['JKY_REISSUE_GOODS'].includes(type)) {
30070
30073
  orderRest = {
30074
+ orderBackGoodsLevel: props.orderBackGoodsLevel,
30071
30075
  canEdit: true
30072
30076
  };
30073
30077
  } else if (['WLN_REISSUE_GOODS'].includes(type)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.9.1-beta.12",
3
+ "version": "2.9.1-beta.15",
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": "2.9.1-beta.12",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.9.1-beta.15",
24
24
  "ahooks": "^3.7.4",
25
25
  "ali-react-table": "2.6.1",
26
26
  "bignumber.js": "^9.1.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "0c22dc85a48686a869262ed753a3492ef6ba1d69"
69
+ "gitHead": "0a90cf25939d9096bb5585a7518d1483161569f5"
70
70
  }