@nocobase/plugin-graph-collection-manager 0.9.0-alpha.1
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/LICENSE +661 -0
- package/client.d.ts +4 -0
- package/client.js +30 -0
- package/lib/client/GraphCollectionProvider.d.ts +2 -0
- package/lib/client/GraphCollectionProvider.js +97 -0
- package/lib/client/GraphCollectionShortcut.d.ts +2 -0
- package/lib/client/GraphCollectionShortcut.js +236 -0
- package/lib/client/GraphDrawPage.d.ts +13 -0
- package/lib/client/GraphDrawPage.js +1746 -0
- package/lib/client/action-hooks.d.ts +44 -0
- package/lib/client/action-hooks.js +402 -0
- package/lib/client/components/AddCollectionAction.d.ts +3 -0
- package/lib/client/components/AddCollectionAction.js +73 -0
- package/lib/client/components/AddFieldAction.d.ts +3 -0
- package/lib/client/components/AddFieldAction.js +85 -0
- package/lib/client/components/CollectionNodeProvder.d.ts +10 -0
- package/lib/client/components/CollectionNodeProvder.js +42 -0
- package/lib/client/components/EditCollectionAction.d.ts +3 -0
- package/lib/client/components/EditCollectionAction.js +78 -0
- package/lib/client/components/EditFieldAction.d.ts +3 -0
- package/lib/client/components/EditFieldAction.js +81 -0
- package/lib/client/components/Entity.d.ts +8 -0
- package/lib/client/components/Entity.js +603 -0
- package/lib/client/components/FieldSummary.d.ts +2 -0
- package/lib/client/components/FieldSummary.js +98 -0
- package/lib/client/components/OverrideFieldAction.d.ts +3 -0
- package/lib/client/components/OverrideFieldAction.js +83 -0
- package/lib/client/components/ViewFieldAction.d.ts +3 -0
- package/lib/client/components/ViewFieldAction.js +57 -0
- package/lib/client/components/ViewNode.d.ts +5 -0
- package/lib/client/components/ViewNode.js +40 -0
- package/lib/client/index.d.ts +1 -0
- package/lib/client/index.js +13 -0
- package/lib/client/locale/en-US.d.ts +15 -0
- package/lib/client/locale/en-US.js +21 -0
- package/lib/client/locale/index.d.ts +3 -0
- package/lib/client/locale/index.js +31 -0
- package/lib/client/locale/ja-JP.d.ts +14 -0
- package/lib/client/locale/ja-JP.js +20 -0
- package/lib/client/locale/zh-CN.d.ts +16 -0
- package/lib/client/locale/zh-CN.js +22 -0
- package/lib/client/style.d.ts +9 -0
- package/lib/client/style.js +222 -0
- package/lib/client/utils.d.ts +11 -0
- package/lib/client/utils.js +565 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +15 -0
- package/lib/server/collections/graphPositions.d.ts +2 -0
- package/lib/server/collections/graphPositions.js +33 -0
- package/lib/server/index.d.ts +5 -0
- package/lib/server/index.js +51 -0
- package/package.json +18 -0
- package/server.d.ts +4 -0
- package/server.js +30 -0
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.FieldSummary = void 0;
|
|
7
|
+
|
|
8
|
+
function _css() {
|
|
9
|
+
const data = require("@emotion/css");
|
|
10
|
+
|
|
11
|
+
_css = function _css() {
|
|
12
|
+
return data;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
return data;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
function _react() {
|
|
19
|
+
const data = require("@formily/react");
|
|
20
|
+
|
|
21
|
+
_react = function _react() {
|
|
22
|
+
return data;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
return data;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
function _antd() {
|
|
29
|
+
const data = require("antd");
|
|
30
|
+
|
|
31
|
+
_antd = function _antd() {
|
|
32
|
+
return data;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
return data;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
function _react2() {
|
|
39
|
+
const data = _interopRequireDefault(require("react"));
|
|
40
|
+
|
|
41
|
+
_react2 = function _react2() {
|
|
42
|
+
return data;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
return data;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
function _reactI18next() {
|
|
49
|
+
const data = require("react-i18next");
|
|
50
|
+
|
|
51
|
+
_reactI18next = function _reactI18next() {
|
|
52
|
+
return data;
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
return data;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
function _client() {
|
|
59
|
+
const data = require("@nocobase/client");
|
|
60
|
+
|
|
61
|
+
_client = function _client() {
|
|
62
|
+
return data;
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
return data;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
69
|
+
|
|
70
|
+
const FieldSummary = (0, _react().observer)(props => {
|
|
71
|
+
const schemaKey = props.schemaKey;
|
|
72
|
+
|
|
73
|
+
const _useCollectionManager = (0, _client().useCollectionManager)(),
|
|
74
|
+
getInterface = _useCollectionManager.getInterface;
|
|
75
|
+
|
|
76
|
+
const compile = (0, _client().useCompile)();
|
|
77
|
+
|
|
78
|
+
const _useTranslation = (0, _reactI18next().useTranslation)(),
|
|
79
|
+
t = _useTranslation.t;
|
|
80
|
+
|
|
81
|
+
const schema = getInterface(schemaKey);
|
|
82
|
+
if (!schema) return null;
|
|
83
|
+
return _react2().default.createElement("div", {
|
|
84
|
+
className: (0, _css().css)`
|
|
85
|
+
background: #f6f6f6;
|
|
86
|
+
margin-bottom: 24px;
|
|
87
|
+
padding: 16px;
|
|
88
|
+
`
|
|
89
|
+
}, _react2().default.createElement("div", {
|
|
90
|
+
className: (0, _css().css)``
|
|
91
|
+
}, t('Field interface'), ": ", _react2().default.createElement(_antd().Tag, null, compile(schema.title))), schema.description ? _react2().default.createElement("div", {
|
|
92
|
+
className: (0, _css().css)`
|
|
93
|
+
margin-top: 8px;
|
|
94
|
+
color: rgba(0, 0, 0, 0.45);
|
|
95
|
+
`
|
|
96
|
+
}, compile(schema.description)) : null);
|
|
97
|
+
});
|
|
98
|
+
exports.FieldSummary = FieldSummary;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.OverrideFieldAction = void 0;
|
|
7
|
+
|
|
8
|
+
function _icons() {
|
|
9
|
+
const data = require("@ant-design/icons");
|
|
10
|
+
|
|
11
|
+
_icons = function _icons() {
|
|
12
|
+
return data;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
return data;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
function _client() {
|
|
19
|
+
const data = require("@nocobase/client");
|
|
20
|
+
|
|
21
|
+
_client = function _client() {
|
|
22
|
+
return data;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
return data;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
function _react() {
|
|
29
|
+
const data = _interopRequireDefault(require("react"));
|
|
30
|
+
|
|
31
|
+
_react = function _react() {
|
|
32
|
+
return data;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
return data;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
var _actionHooks = require("../action-hooks");
|
|
39
|
+
|
|
40
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
41
|
+
|
|
42
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
43
|
+
|
|
44
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
45
|
+
|
|
46
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
47
|
+
|
|
48
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
49
|
+
|
|
50
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
51
|
+
|
|
52
|
+
const _useOverridingCollectionField = record => {
|
|
53
|
+
const collectionName = record.targetCollection;
|
|
54
|
+
|
|
55
|
+
const _useCreateAction = (0, _actionHooks.useCreateAction)(collectionName),
|
|
56
|
+
run = _useCreateAction.run;
|
|
57
|
+
|
|
58
|
+
return {
|
|
59
|
+
run() {
|
|
60
|
+
return _asyncToGenerator(function* () {
|
|
61
|
+
yield run();
|
|
62
|
+
})();
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
const OverrideFieldAction = ({
|
|
69
|
+
item: record
|
|
70
|
+
}) => {
|
|
71
|
+
return _react().default.createElement(_client().OverridingFieldAction, {
|
|
72
|
+
item: _objectSpread({}, record),
|
|
73
|
+
scope: {
|
|
74
|
+
useCancelAction: _actionHooks.useCancelAction,
|
|
75
|
+
useOverridingCollectionField: () => _useOverridingCollectionField(record)
|
|
76
|
+
},
|
|
77
|
+
getContainer: () => document.getElementById('graph_container')
|
|
78
|
+
}, _react().default.createElement(_icons().CopyOutlined, {
|
|
79
|
+
className: "btn-override"
|
|
80
|
+
}));
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
exports.OverrideFieldAction = OverrideFieldAction;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ViewFieldAction = void 0;
|
|
7
|
+
|
|
8
|
+
function _icons() {
|
|
9
|
+
const data = require("@ant-design/icons");
|
|
10
|
+
|
|
11
|
+
_icons = function _icons() {
|
|
12
|
+
return data;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
return data;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
function _client() {
|
|
19
|
+
const data = require("@nocobase/client");
|
|
20
|
+
|
|
21
|
+
_client = function _client() {
|
|
22
|
+
return data;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
return data;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
function _react() {
|
|
29
|
+
const data = _interopRequireDefault(require("react"));
|
|
30
|
+
|
|
31
|
+
_react = function _react() {
|
|
32
|
+
return data;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
return data;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
39
|
+
|
|
40
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
41
|
+
|
|
42
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
43
|
+
|
|
44
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
45
|
+
|
|
46
|
+
const ViewFieldAction = ({
|
|
47
|
+
item: record
|
|
48
|
+
}) => {
|
|
49
|
+
return _react().default.createElement(_client().ViewFieldAction, {
|
|
50
|
+
item: _objectSpread({}, record),
|
|
51
|
+
getContainer: () => document.getElementById('graph_container')
|
|
52
|
+
}, _react().default.createElement(_icons().EyeOutlined, {
|
|
53
|
+
className: "btn-view"
|
|
54
|
+
}));
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
exports.ViewFieldAction = ViewFieldAction;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.SimpleNodeView = void 0;
|
|
7
|
+
|
|
8
|
+
function _x() {
|
|
9
|
+
const data = require("@antv/x6");
|
|
10
|
+
|
|
11
|
+
_x = function _x() {
|
|
12
|
+
return data;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
return data;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
class SimpleNodeView extends _x().NodeView {
|
|
19
|
+
renderMarkup() {
|
|
20
|
+
return this.renderJSONMarkup({
|
|
21
|
+
tagName: 'rect',
|
|
22
|
+
selector: 'body'
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
update() {
|
|
27
|
+
const attrs = this.cell.getAttrs();
|
|
28
|
+
const fill = attrs.hightLight ? '#1890ff' : 'gray';
|
|
29
|
+
super.update({
|
|
30
|
+
body: {
|
|
31
|
+
refWidth: '50px',
|
|
32
|
+
refHeight: '100px',
|
|
33
|
+
fill: fill
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
exports.SimpleNodeView = SimpleNodeView;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GraphCollectionProvider as default } from './GraphCollectionProvider';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "default", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _GraphCollectionProvider.GraphCollectionProvider;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var _GraphCollectionProvider = require("./GraphCollectionProvider");
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'Graph Collection': string;
|
|
3
|
+
'Collection List': string;
|
|
4
|
+
'Full Screen': string;
|
|
5
|
+
'Collection Search': string;
|
|
6
|
+
'Create Collection': string;
|
|
7
|
+
'All Fields': string;
|
|
8
|
+
'Association Fields': string;
|
|
9
|
+
'All relationships': string;
|
|
10
|
+
'Entity relationship only': string;
|
|
11
|
+
'Inheritance relationship only': string;
|
|
12
|
+
'Graphical interface': string;
|
|
13
|
+
Selection: string;
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
'Graph Collection': 'Graph Collection',
|
|
9
|
+
'Collection List': 'Collection List',
|
|
10
|
+
'Full Screen': 'Full Screen',
|
|
11
|
+
'Collection Search': 'Collection Search',
|
|
12
|
+
'Create Collection': 'Create Collection',
|
|
13
|
+
'All Fields': 'All Fields',
|
|
14
|
+
'Association Fields': 'Association Fields',
|
|
15
|
+
'All relationships': 'All relationships',
|
|
16
|
+
'Entity relationship only': 'Entity relationship only',
|
|
17
|
+
'Inheritance relationship only': 'Inheritance relationship only',
|
|
18
|
+
'Graphical interface': 'Graphical interface',
|
|
19
|
+
'Selection': 'Selection'
|
|
20
|
+
};
|
|
21
|
+
exports.default = _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "enUS", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _enUS.default;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "jaJP", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _jaJP.default;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "zhCN", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _zhCN.default;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
var _enUS = _interopRequireDefault(require("./en-US"));
|
|
26
|
+
|
|
27
|
+
var _zhCN = _interopRequireDefault(require("./zh-CN"));
|
|
28
|
+
|
|
29
|
+
var _jaJP = _interopRequireDefault(require("./ja-JP"));
|
|
30
|
+
|
|
31
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'Graph Collection': string;
|
|
3
|
+
'Collection List': string;
|
|
4
|
+
'Full Screen': string;
|
|
5
|
+
'Collection Search': string;
|
|
6
|
+
'Create Collection': string;
|
|
7
|
+
'All Fields': string;
|
|
8
|
+
'Associations Fields': string;
|
|
9
|
+
'All relationships': string;
|
|
10
|
+
'Entity relationship only': string;
|
|
11
|
+
'Inheritance relationship only': string;
|
|
12
|
+
Selection: string;
|
|
13
|
+
};
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
'Graph Collection': 'グラフ化データテーブル',
|
|
9
|
+
'Collection List': 'データテーブルリスト',
|
|
10
|
+
'Full Screen': 'フルスクリーン',
|
|
11
|
+
'Collection Search': '表フィルタ',
|
|
12
|
+
'Create Collection': 'データテーブルの作成',
|
|
13
|
+
'All Fields': 'すべて',
|
|
14
|
+
'Associations Fields': '関係フィールド',
|
|
15
|
+
'All relationships': 'すべての関係',
|
|
16
|
+
'Entity relationship only': 'エンティティ関係',
|
|
17
|
+
'Inheritance relationship only': '継承関係',
|
|
18
|
+
'Selection': 'せんたく'
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'Graph Collection': string;
|
|
3
|
+
'Collection List': string;
|
|
4
|
+
'Full Screen': string;
|
|
5
|
+
'Collection Search': string;
|
|
6
|
+
'Create Collection': string;
|
|
7
|
+
'All Fields': string;
|
|
8
|
+
'Association Fields': string;
|
|
9
|
+
'All relationships': string;
|
|
10
|
+
'Entity relationship only': string;
|
|
11
|
+
'Inheritance relationship only': string;
|
|
12
|
+
'Graphical interface': string;
|
|
13
|
+
'Auto layout': string;
|
|
14
|
+
Selection: string;
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _default = {
|
|
8
|
+
'Graph Collection': '图形化数据表',
|
|
9
|
+
'Collection List': '数据表列表',
|
|
10
|
+
'Full Screen': '全屏',
|
|
11
|
+
'Collection Search': '表筛选',
|
|
12
|
+
'Create Collection': '创建数据表',
|
|
13
|
+
'All Fields': '全部',
|
|
14
|
+
'Association Fields': '关系字段',
|
|
15
|
+
'All relationships': '所有关系',
|
|
16
|
+
'Entity relationship only': '实体关系',
|
|
17
|
+
'Inheritance relationship only': '继承关系',
|
|
18
|
+
'Graphical interface': '图形化界面',
|
|
19
|
+
'Auto layout': '自动布局',
|
|
20
|
+
'Selection': '选择模式'
|
|
21
|
+
};
|
|
22
|
+
exports.default = _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const nodeSubtreeClass: string;
|
|
2
|
+
export declare const addButtonClass: string;
|
|
3
|
+
export declare const entityContainer: string;
|
|
4
|
+
export declare const headClass: string;
|
|
5
|
+
export declare const tableNameClass: string;
|
|
6
|
+
export declare const tableBtnClass: string;
|
|
7
|
+
export declare const collectiionPopoverClass: string;
|
|
8
|
+
export declare const collectionListClass: string;
|
|
9
|
+
export declare const graphCollectionContainerClass: string;
|