@kmkf-fe-packages/basic-components 2.2.5-beta.38 → 2.2.5-beta.39
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/dist/index.js +4 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10328,11 +10328,14 @@ var SubForm = function SubForm(props) {
|
|
|
10328
10328
|
value: selectKey,
|
|
10329
10329
|
onChange: setSelectKey
|
|
10330
10330
|
}), /*#__PURE__*/React.createElement(Popover, {
|
|
10331
|
+
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
10332
|
+
return triggerNode.parentElement;
|
|
10333
|
+
},
|
|
10331
10334
|
content: /*#__PURE__*/React.createElement("div", {
|
|
10332
10335
|
ref: ref,
|
|
10333
10336
|
onScrollCapture: onScrollCapture,
|
|
10334
10337
|
style: {
|
|
10335
|
-
height:
|
|
10338
|
+
height: 200,
|
|
10336
10339
|
maxWidth: platform !== 'pc' ? '325px' : '700px',
|
|
10337
10340
|
overflowY: 'scroll',
|
|
10338
10341
|
overflowX: 'auto'
|
package/dist/index.js
CHANGED
|
@@ -10343,11 +10343,14 @@ var SubForm = function SubForm(props) {
|
|
|
10343
10343
|
value: selectKey,
|
|
10344
10344
|
onChange: setSelectKey
|
|
10345
10345
|
}), /*#__PURE__*/React__default['default'].createElement(antd.Popover, {
|
|
10346
|
+
getPopupContainer: function getPopupContainer(triggerNode) {
|
|
10347
|
+
return triggerNode.parentElement;
|
|
10348
|
+
},
|
|
10346
10349
|
content: /*#__PURE__*/React__default['default'].createElement("div", {
|
|
10347
10350
|
ref: ref,
|
|
10348
10351
|
onScrollCapture: onScrollCapture,
|
|
10349
10352
|
style: {
|
|
10350
|
-
height:
|
|
10353
|
+
height: 200,
|
|
10351
10354
|
maxWidth: platform !== 'pc' ? '325px' : '700px',
|
|
10352
10355
|
overflowY: 'scroll',
|
|
10353
10356
|
overflowX: 'auto'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.5-beta.
|
|
3
|
+
"version": "2.2.5-beta.39",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "06b2e91502575a5a8adadced5429bf8c757ef928"
|
|
70
70
|
}
|