@nocobase/plugin-graph-collection-manager 0.11.1-alpha.2 → 0.11.1-alpha.3

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.
@@ -1,3 +0,0 @@
1
- export { default as enUS } from './en-US';
2
- export { default as zhCN } from './zh-CN';
3
- export { default as jaJP } from './ja-JP';
@@ -1,27 +1,4 @@
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
- var _enUS = _interopRequireDefault(require("./en-US"));
25
- var _zhCN = _interopRequireDefault(require("./zh-CN"));
26
- var _jaJP = _interopRequireDefault(require("./ja-JP"));
27
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1
+ // export { default as enUS } from './en-US';
2
+ // export { default as zhCN } from './zh-CN';
3
+ // export { default as jaJP } from './ja-JP';
4
+ "use strict";
@@ -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': 'Collection de graphiques',
9
+ 'Collection List': 'Liste des collections',
10
+ 'Full Screen': 'Plein écran',
11
+ 'Collection Search': 'Recherche de collection',
12
+ 'Create Collection': 'Créer une collection',
13
+ 'All Fields': 'Tous les champs',
14
+ 'Association Fields': "Champs d'association",
15
+ 'Choices fields': 'Champs de choix',
16
+ 'All relationships': 'Toutes les relations',
17
+ 'Entity relationship only': "Uniquement les relations d'entité",
18
+ 'Inheritance relationship only': "Uniquement les relations d'héritage",
19
+ 'Graphical interface': 'Interface graphique',
20
+ Selection: 'Sélection'
21
+ };
22
+ 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
+ 'Choices fields': string;
10
+ 'All relationships': string;
11
+ 'Entity relationship only': string;
12
+ 'Inheritance relationship only': string;
13
+ 'Graphical interface': string;
14
+ Selection: string;
15
+ };
16
+ export default _default;
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.11.1-alpha.2",
7
+ "version": "0.11.1-alpha.3",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./lib/server/index.js",
10
10
  "files": [
@@ -29,14 +29,14 @@
29
29
  "@formily/react": "2.2.26",
30
30
  "@formily/reactive": "2.2.26",
31
31
  "@formily/shared": "2.2.26",
32
- "@nocobase/client": "0.11.1-alpha.2",
33
- "@nocobase/database": "0.11.1-alpha.2",
34
- "@nocobase/server": "0.11.1-alpha.2",
35
- "@nocobase/test": "0.11.1-alpha.2",
36
- "@nocobase/utils": "0.11.1-alpha.2",
32
+ "@nocobase/client": "0.11.1-alpha.3",
33
+ "@nocobase/database": "0.11.1-alpha.3",
34
+ "@nocobase/server": "0.11.1-alpha.3",
35
+ "@nocobase/test": "0.11.1-alpha.3",
36
+ "@nocobase/utils": "0.11.1-alpha.3",
37
37
  "antd": "^5.6.4",
38
38
  "react": "^18.2.0",
39
39
  "react-i18next": "^11.15.1"
40
40
  },
41
- "gitHead": "8482aa720ea1c3abbbb9fe1208e73778bd63f1cf"
41
+ "gitHead": "5ed3bd7d5b16bd38d268961b34875d5cd45799ef"
42
42
  }
@@ -1,3 +1,3 @@
1
- export { default as enUS } from './en-US';
2
- export { default as zhCN } from './zh-CN';
3
- export { default as jaJP } from './ja-JP';
1
+ // export { default as enUS } from './en-US';
2
+ // export { default as zhCN } from './zh-CN';
3
+ // export { default as jaJP } from './ja-JP';
@@ -0,0 +1,15 @@
1
+ export default {
2
+ 'Graph Collection': 'Collection de graphiques',
3
+ 'Collection List': 'Liste des collections',
4
+ 'Full Screen': 'Plein écran',
5
+ 'Collection Search': 'Recherche de collection',
6
+ 'Create Collection': 'Créer une collection',
7
+ 'All Fields': 'Tous les champs',
8
+ 'Association Fields': "Champs d'association",
9
+ 'Choices fields': 'Champs de choix',
10
+ 'All relationships': 'Toutes les relations',
11
+ 'Entity relationship only': "Uniquement les relations d'entité",
12
+ 'Inheritance relationship only': "Uniquement les relations d'héritage",
13
+ 'Graphical interface': 'Interface graphique',
14
+ Selection: 'Sélection',
15
+ };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes