@nocobase/plugin-graph-collection-manager 0.10.0-alpha.4 → 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.
|
@@ -1207,7 +1207,9 @@ const GraphDrawPage = _react2().default.memo(() => {
|
|
|
1207
1207
|
className: (0, _css().cx)(_style.collectionListClass)
|
|
1208
1208
|
}, _react2().default.createElement(_client().SchemaComponent, {
|
|
1209
1209
|
components: {
|
|
1210
|
-
Select: props => _react2().default.createElement(_client().Select, _objectSpread(_objectSpread({
|
|
1210
|
+
Select: props => _react2().default.createElement(_client().Select, _objectSpread(_objectSpread({
|
|
1211
|
+
dropdownMatchSelectWidth: false
|
|
1212
|
+
}, props), {}, {
|
|
1211
1213
|
getPopupContainer: _utils.getPopupContainer
|
|
1212
1214
|
})),
|
|
1213
1215
|
AddCollectionAction: _AddCollectionAction.AddCollectionAction
|
|
@@ -84,6 +84,7 @@ const SourceCollection = (0, _react().observer)(() => {
|
|
|
84
84
|
record = _useContext.record;
|
|
85
85
|
const compile = (0, _client().useCompile)();
|
|
86
86
|
return _react2().default.createElement("div", null, _react2().default.createElement(_antd().Select, {
|
|
87
|
+
dropdownMatchSelectWidth: false,
|
|
87
88
|
disabled: true,
|
|
88
89
|
value: record.name,
|
|
89
90
|
options: [{
|
|
@@ -303,7 +303,9 @@ const PortsCom = _react().default.memo(({
|
|
|
303
303
|
Input: _client().Input,
|
|
304
304
|
Form: _client().Form,
|
|
305
305
|
ResourceActionProvider: _client().ResourceActionProvider,
|
|
306
|
-
Select: props => _react().default.createElement(_client().Select, _objectSpread(_objectSpread({
|
|
306
|
+
Select: props => _react().default.createElement(_client().Select, _objectSpread(_objectSpread({
|
|
307
|
+
dropdownMatchSelectWidth: false
|
|
308
|
+
}, props), {}, {
|
|
307
309
|
getPopupContainer: _utils.getPopupContainer
|
|
308
310
|
})),
|
|
309
311
|
Checkbox: _client().Checkbox,
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "数据库可视化管理",
|
|
5
5
|
"description": "database collection manage",
|
|
6
6
|
"description.zh-CN": "数据库管理。",
|
|
7
|
-
"version": "0.10.0-alpha.
|
|
7
|
+
"version": "0.10.0-alpha.5",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./lib/index.js",
|
|
10
10
|
"types": "./lib/index.d.ts",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"dagre": "^0.8.5"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@nocobase/client": "0.10.0-alpha.
|
|
18
|
-
"@nocobase/test": "0.10.0-alpha.
|
|
17
|
+
"@nocobase/client": "0.10.0-alpha.5",
|
|
18
|
+
"@nocobase/test": "0.10.0-alpha.5"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "1be8fcdad42688064460761cea22830cf392c7c0"
|
|
21
21
|
}
|