ronds-metadata 1.1.43 → 1.1.44

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.
@@ -8,7 +8,7 @@ var _excluded = ["dataIndex", "mode", "disabled"];
8
8
  /*
9
9
  * @Author: wangxian
10
10
  * @Date: 2022-03-04 14:53:50
11
- * @LastEditTime: 2022-09-29 16:44:46
11
+ * @LastEditTime: 2022-10-10 13:47:12
12
12
  */
13
13
  import React from 'react';
14
14
  import { EditableContext } from '../interface';
@@ -36,9 +36,6 @@ function Index(props) {
36
36
 
37
37
  return (option === null || option === void 0 ? void 0 : (_option$label = option.label) === null || _option$label === void 0 ? void 0 : _option$label.toString().indexOf(input)) >= 0;
38
38
  },
39
- getPopupContainer: function getPopupContainer(triggerNode) {
40
- return triggerNode.parentNode;
41
- },
42
39
  allowClear: true,
43
40
  style: {
44
41
  width: '100%'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.1.43",
4
+ "version": "1.1.44",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",