@nocobase/plugin-map 0.10.0-alpha.3 → 0.10.0-alpha.5

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.
@@ -114,7 +114,8 @@ const Search = props => {
114
114
  filterOption: false,
115
115
  onSearch: onSearch,
116
116
  onSelect: onSelect,
117
- options: options
117
+ options: options,
118
+ dropdownMatchSelectWidth: false
118
119
  }));
119
120
  };
120
121
  var _default = Search;
package/package.json CHANGED
@@ -2,19 +2,19 @@
2
2
  "name": "@nocobase/plugin-map",
3
3
  "displayName": "Map",
4
4
  "displayName.zh-CN": "地图",
5
- "version": "0.10.0-alpha.3",
5
+ "version": "0.10.0-alpha.5",
6
6
  "description": "Provide map fields and blocks",
7
7
  "description.zh-CN": "提供地图字段和区块",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./lib/index.js",
10
10
  "types": "./lib/index.d.ts",
11
11
  "devDependencies": {
12
- "@nocobase/server": "0.10.0-alpha.3",
13
- "@nocobase/test": "0.10.0-alpha.3"
12
+ "@nocobase/server": "0.10.0-alpha.5",
13
+ "@nocobase/test": "0.10.0-alpha.5"
14
14
  },
15
15
  "dependencies": {
16
16
  "@amap/amap-jsapi-loader": "^1.0.1",
17
17
  "@amap/amap-jsapi-types": "^0.0.10"
18
18
  },
19
- "gitHead": "1f0b27fc9ab2398cd41c308a6b01a986e025cd20"
19
+ "gitHead": "1be8fcdad42688064460761cea22830cf392c7c0"
20
20
  }
@@ -85,6 +85,7 @@ const Search = (props: SearchProps) => {
85
85
  onSearch={onSearch}
86
86
  onSelect={onSelect}
87
87
  options={options}
88
+ dropdownMatchSelectWidth={false}
88
89
  ></Select>
89
90
  </div>
90
91
  );