@nocobase/plugin-graph-collection-manager 0.9.3-alpha.1 → 0.9.4-alpha.2
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.
|
@@ -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
|
+
"Optional 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;
|
|
@@ -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": "Colección de gráficos",
|
|
9
|
+
"Collection List": "Lista de colecciones",
|
|
10
|
+
"Full Screen": "Vista completa",
|
|
11
|
+
"Collection Search": "Búsqueda de colecciones",
|
|
12
|
+
"Create Collection": "Crear colección",
|
|
13
|
+
"All Fields": "Todos los campos",
|
|
14
|
+
"Association Fields": "Campos de asociación",
|
|
15
|
+
"Optional fields": "Campos opcionales",
|
|
16
|
+
"All relationships": "Todas las relaciones",
|
|
17
|
+
"Entity relationship only": "Sólo relaciones de entidad",
|
|
18
|
+
"Inheritance relationship only": "Sólo relaciones de herencia",
|
|
19
|
+
"Graphical interface": "Interfaz gráfica",
|
|
20
|
+
"Selection": "Selección"
|
|
21
|
+
};
|
|
22
|
+
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-graph-collection-manager",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4-alpha.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"dagre": "^0.8.5"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@nocobase/client": "0.9.
|
|
15
|
-
"@nocobase/test": "0.9.
|
|
14
|
+
"@nocobase/client": "0.9.4-alpha.2",
|
|
15
|
+
"@nocobase/test": "0.9.4-alpha.2"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "2bc19a85bf9425aa220b6c467315c8087f333a7e"
|
|
18
18
|
}
|