@kmkf-fe-packages/basic-components 2.9.1-beta.10 → 2.9.1-beta.14
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 +4 -1
- package/package.json +3 -3
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: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.9.1-beta.
|
|
3
|
+
"version": "2.9.1-beta.14",
|
|
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.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.9.1-beta.14",
|
|
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": "
|
|
69
|
+
"gitHead": "af085aafcfe80aee6c561305fe508ee5252399ff"
|
|
70
70
|
}
|