@zgfe/modules-attribution 1.0.2-alpha.6 → 1.0.2-alpha.7
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.
|
@@ -292,6 +292,9 @@ var SearchPanel = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
292
292
|
}]
|
|
293
293
|
}, /*#__PURE__*/React.createElement(Select, {
|
|
294
294
|
className: "attribution-type",
|
|
295
|
+
getPopupContainer: function getPopupContainer() {
|
|
296
|
+
return document.getElementById('attribution-type');
|
|
297
|
+
},
|
|
295
298
|
placeholder: "\u8BF7\u9009\u62E9",
|
|
296
299
|
style: {
|
|
297
300
|
width: 208
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-attribution",
|
|
3
|
-
"version": "1.0.2-alpha.
|
|
3
|
+
"version": "1.0.2-alpha.7",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"react": "^16.12.0 || ^17.0.0",
|
|
51
51
|
"yorkie": "^2.0.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "3741b5f2463a0f51be9ab9a83d12c8e6b15a7869"
|
|
54
54
|
}
|