@nocobase/plugin-graph-collection-manager 0.17.0-alpha.2 → 0.17.0-alpha.4
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/dist/externalVersion.js +4 -4
- package/dist/locale/en-US.json +15 -0
- package/dist/locale/es-ES.json +15 -0
- package/dist/locale/fr-FR.json +15 -0
- package/dist/locale/ja-JP.json +13 -0
- package/dist/locale/pt-BR.json +15 -0
- package/dist/locale/zh-CN.json +16 -0
- package/package.json +2 -2
- package/dist/locale/en-US.d.ts +0 -16
- package/dist/locale/en-US.js +0 -37
- package/dist/locale/es-ES.d.ts +0 -16
- package/dist/locale/es-ES.js +0 -37
- package/dist/locale/fr-FR.d.ts +0 -16
- package/dist/locale/fr-FR.js +0 -37
- package/dist/locale/ja-JP.d.ts +0 -14
- package/dist/locale/ja-JP.js +0 -35
- package/dist/locale/pt-BR.d.ts +0 -16
- package/dist/locale/pt-BR.js +0 -37
- package/dist/locale/zh-CN.d.ts +0 -17
- package/dist/locale/zh-CN.js +0 -38
package/dist/externalVersion.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"@ant-design/icons": "5.1.4",
|
|
3
3
|
"@formily/shared": "2.2.27",
|
|
4
|
-
"@nocobase/client": "0.17.0-alpha.
|
|
4
|
+
"@nocobase/client": "0.17.0-alpha.4",
|
|
5
5
|
"react": "18.2.0",
|
|
6
6
|
"@emotion/css": "11.11.2",
|
|
7
7
|
"@formily/react": "2.2.27",
|
|
@@ -9,9 +9,9 @@ module.exports = {
|
|
|
9
9
|
"lodash": "4.17.21",
|
|
10
10
|
"react-router-dom": "6.14.1",
|
|
11
11
|
"@formily/reactive": "2.2.27",
|
|
12
|
-
"@nocobase/utils": "0.17.0-alpha.
|
|
12
|
+
"@nocobase/utils": "0.17.0-alpha.4",
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
|
-
"@nocobase/server": "0.17.0-alpha.
|
|
14
|
+
"@nocobase/server": "0.17.0-alpha.4",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
|
-
"@nocobase/database": "0.17.0-alpha.
|
|
16
|
+
"@nocobase/database": "0.17.0-alpha.4"
|
|
17
17
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Graph Collection": "Graph Collection",
|
|
3
|
+
"Collection List": "Collection List",
|
|
4
|
+
"Full Screen": "Full Screen",
|
|
5
|
+
"Collection Search": "Collection Search",
|
|
6
|
+
"Create Collection": "Create Collection",
|
|
7
|
+
"All Fields": "All Fields",
|
|
8
|
+
"Association Fields": "Association Fields",
|
|
9
|
+
"Choices fields": "Choices fields",
|
|
10
|
+
"All relationships": "All relationships",
|
|
11
|
+
"Entity relationship only": "Entity relationship only",
|
|
12
|
+
"Inheritance relationship only": "Inheritance relationship only",
|
|
13
|
+
"Graphical interface": "Graphical interface",
|
|
14
|
+
"Selection": "Selection"
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Graph Collection": "Colección de gráficos",
|
|
3
|
+
"Collection List": "Lista de colecciones",
|
|
4
|
+
"Full Screen": "Vista completa",
|
|
5
|
+
"Collection Search": "Búsqueda de colecciones",
|
|
6
|
+
"Create Collection": "Crear colección",
|
|
7
|
+
"All Fields": "Todos los campos",
|
|
8
|
+
"Association Fields": "Campos de asociación",
|
|
9
|
+
"Optional fields": "Campos opcionales",
|
|
10
|
+
"All relationships": "Todas las relaciones",
|
|
11
|
+
"Entity relationship only": "Sólo relaciones de entidad",
|
|
12
|
+
"Inheritance relationship only": "Sólo relaciones de herencia",
|
|
13
|
+
"Graphical interface": "Interfaz gráfica",
|
|
14
|
+
"Selection": "Selección"
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
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
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Graph Collection": "グラフ化データテーブル",
|
|
3
|
+
"Collection List": "データテーブルリスト",
|
|
4
|
+
"Full Screen": "フルスクリーン",
|
|
5
|
+
"Collection Search": "表フィルタ",
|
|
6
|
+
"Create Collection": "データテーブルの作成",
|
|
7
|
+
"All Fields": "すべて",
|
|
8
|
+
"Associations Fields": "関係フィールド",
|
|
9
|
+
"All relationships": "すべての関係",
|
|
10
|
+
"Entity relationship only": "エンティティ関係",
|
|
11
|
+
"Inheritance relationship only": "継承関係",
|
|
12
|
+
"Selection": "せんたく"
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Graph Collection": "Coleção de Gráficos",
|
|
3
|
+
"Collection List": "Lista de Coleções",
|
|
4
|
+
"Full Screen": "Tela Cheia",
|
|
5
|
+
"Collection Search": "Busca de Coleção",
|
|
6
|
+
"Create Collection": "Criar Coleção",
|
|
7
|
+
"All Fields": "Todos os Campos",
|
|
8
|
+
"Association Fields": "Campos de Associação",
|
|
9
|
+
"Choices fields": "Campos de opções",
|
|
10
|
+
"All relationships": "Todos os relacionamentos",
|
|
11
|
+
"Entity relationship only": "Somente relação de Entidade",
|
|
12
|
+
"Inheritance relationship only": "Somente relação de Herança",
|
|
13
|
+
"Graphical interface": "Interface Gráfica",
|
|
14
|
+
"Selection": "Seleção"
|
|
15
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Graph Collection": "图形化数据表",
|
|
3
|
+
"Collection List": "数据表列表",
|
|
4
|
+
"Full Screen": "全屏",
|
|
5
|
+
"Collection Search": "表筛选",
|
|
6
|
+
"Create Collection": "创建数据表",
|
|
7
|
+
"All Fields": "全部",
|
|
8
|
+
"Association Fields": "关系字段",
|
|
9
|
+
"Choices fields": "选项字段",
|
|
10
|
+
"All relationships": "所有关系",
|
|
11
|
+
"Entity relationship only": "实体关系",
|
|
12
|
+
"Inheritance relationship only": "继承关系",
|
|
13
|
+
"Graphical interface": "图形化界面",
|
|
14
|
+
"Auto layout": "自动布局",
|
|
15
|
+
"Selection": "选择模式"
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "可视化的数据表管理",
|
|
5
5
|
"description": "An ER diagram-like tool",
|
|
6
6
|
"description.zh-CN": "类似 ER 图的工具",
|
|
7
|
-
"version": "0.17.0-alpha.
|
|
7
|
+
"version": "0.17.0-alpha.4",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"devDependencies": {
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"@nocobase/test": "0.x",
|
|
34
34
|
"@nocobase/utils": "0.x"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "663b03a3799a70ba1a2bc6a0d686e679331a50ad"
|
|
37
37
|
}
|
package/dist/locale/en-US.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
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/dist/locale/en-US.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var en_US_exports = {};
|
|
19
|
-
__export(en_US_exports, {
|
|
20
|
-
default: () => en_US_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(en_US_exports);
|
|
23
|
-
var en_US_default = {
|
|
24
|
-
"Graph Collection": "Graph Collection",
|
|
25
|
-
"Collection List": "Collection List",
|
|
26
|
-
"Full Screen": "Full Screen",
|
|
27
|
-
"Collection Search": "Collection Search",
|
|
28
|
-
"Create Collection": "Create Collection",
|
|
29
|
-
"All Fields": "All Fields",
|
|
30
|
-
"Association Fields": "Association Fields",
|
|
31
|
-
"Choices fields": "Choices fields",
|
|
32
|
-
"All relationships": "All relationships",
|
|
33
|
-
"Entity relationship only": "Entity relationship only",
|
|
34
|
-
"Inheritance relationship only": "Inheritance relationship only",
|
|
35
|
-
"Graphical interface": "Graphical interface",
|
|
36
|
-
Selection: "Selection"
|
|
37
|
-
};
|
package/dist/locale/es-ES.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
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;
|
package/dist/locale/es-ES.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var es_ES_exports = {};
|
|
19
|
-
__export(es_ES_exports, {
|
|
20
|
-
default: () => es_ES_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(es_ES_exports);
|
|
23
|
-
var es_ES_default = {
|
|
24
|
-
"Graph Collection": "Colecci\xF3n de gr\xE1ficos",
|
|
25
|
-
"Collection List": "Lista de colecciones",
|
|
26
|
-
"Full Screen": "Vista completa",
|
|
27
|
-
"Collection Search": "B\xFAsqueda de colecciones",
|
|
28
|
-
"Create Collection": "Crear colecci\xF3n",
|
|
29
|
-
"All Fields": "Todos los campos",
|
|
30
|
-
"Association Fields": "Campos de asociaci\xF3n",
|
|
31
|
-
"Optional fields": "Campos opcionales",
|
|
32
|
-
"All relationships": "Todas las relaciones",
|
|
33
|
-
"Entity relationship only": "S\xF3lo relaciones de entidad",
|
|
34
|
-
"Inheritance relationship only": "S\xF3lo relaciones de herencia",
|
|
35
|
-
"Graphical interface": "Interfaz gr\xE1fica",
|
|
36
|
-
"Selection": "Selecci\xF3n"
|
|
37
|
-
};
|
package/dist/locale/fr-FR.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
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/dist/locale/fr-FR.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var fr_FR_exports = {};
|
|
19
|
-
__export(fr_FR_exports, {
|
|
20
|
-
default: () => fr_FR_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(fr_FR_exports);
|
|
23
|
-
var fr_FR_default = {
|
|
24
|
-
"Graph Collection": "Collection de graphiques",
|
|
25
|
-
"Collection List": "Liste des collections",
|
|
26
|
-
"Full Screen": "Plein \xE9cran",
|
|
27
|
-
"Collection Search": "Recherche de collection",
|
|
28
|
-
"Create Collection": "Cr\xE9er une collection",
|
|
29
|
-
"All Fields": "Tous les champs",
|
|
30
|
-
"Association Fields": "Champs d'association",
|
|
31
|
-
"Choices fields": "Champs de choix",
|
|
32
|
-
"All relationships": "Toutes les relations",
|
|
33
|
-
"Entity relationship only": "Uniquement les relations d'entit\xE9",
|
|
34
|
-
"Inheritance relationship only": "Uniquement les relations d'h\xE9ritage",
|
|
35
|
-
"Graphical interface": "Interface graphique",
|
|
36
|
-
Selection: "S\xE9lection"
|
|
37
|
-
};
|
package/dist/locale/ja-JP.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
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;
|
package/dist/locale/ja-JP.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var ja_JP_exports = {};
|
|
19
|
-
__export(ja_JP_exports, {
|
|
20
|
-
default: () => ja_JP_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(ja_JP_exports);
|
|
23
|
-
var ja_JP_default = {
|
|
24
|
-
"Graph Collection": "\u30B0\u30E9\u30D5\u5316\u30C7\u30FC\u30BF\u30C6\u30FC\u30D6\u30EB",
|
|
25
|
-
"Collection List": "\u30C7\u30FC\u30BF\u30C6\u30FC\u30D6\u30EB\u30EA\u30B9\u30C8",
|
|
26
|
-
"Full Screen": "\u30D5\u30EB\u30B9\u30AF\u30EA\u30FC\u30F3",
|
|
27
|
-
"Collection Search": "\u8868\u30D5\u30A3\u30EB\u30BF",
|
|
28
|
-
"Create Collection": "\u30C7\u30FC\u30BF\u30C6\u30FC\u30D6\u30EB\u306E\u4F5C\u6210",
|
|
29
|
-
"All Fields": "\u3059\u3079\u3066",
|
|
30
|
-
"Associations Fields": "\u95A2\u4FC2\u30D5\u30A3\u30FC\u30EB\u30C9",
|
|
31
|
-
"All relationships": "\u3059\u3079\u3066\u306E\u95A2\u4FC2",
|
|
32
|
-
"Entity relationship only": "\u30A8\u30F3\u30C6\u30A3\u30C6\u30A3\u95A2\u4FC2",
|
|
33
|
-
"Inheritance relationship only": "\u7D99\u627F\u95A2\u4FC2",
|
|
34
|
-
Selection: "\u305B\u3093\u305F\u304F"
|
|
35
|
-
};
|
package/dist/locale/pt-BR.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
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/dist/locale/pt-BR.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var pt_BR_exports = {};
|
|
19
|
-
__export(pt_BR_exports, {
|
|
20
|
-
default: () => pt_BR_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(pt_BR_exports);
|
|
23
|
-
var pt_BR_default = {
|
|
24
|
-
"Graph Collection": "Cole\xE7\xE3o de Gr\xE1ficos",
|
|
25
|
-
"Collection List": "Lista de Cole\xE7\xF5es",
|
|
26
|
-
"Full Screen": "Tela Cheia",
|
|
27
|
-
"Collection Search": "Busca de Cole\xE7\xE3o",
|
|
28
|
-
"Create Collection": "Criar Cole\xE7\xE3o",
|
|
29
|
-
"All Fields": "Todos os Campos",
|
|
30
|
-
"Association Fields": "Campos de Associa\xE7\xE3o",
|
|
31
|
-
"Choices fields": "Campos de op\xE7\xF5es",
|
|
32
|
-
"All relationships": "Todos os relacionamentos",
|
|
33
|
-
"Entity relationship only": "Somente rela\xE7\xE3o de Entidade",
|
|
34
|
-
"Inheritance relationship only": "Somente rela\xE7\xE3o de Heran\xE7a",
|
|
35
|
-
"Graphical interface": "Interface Gr\xE1fica",
|
|
36
|
-
Selection: "Sele\xE7\xE3o"
|
|
37
|
-
};
|
package/dist/locale/zh-CN.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
'Auto layout': string;
|
|
15
|
-
Selection: string;
|
|
16
|
-
};
|
|
17
|
-
export default _default;
|
package/dist/locale/zh-CN.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var zh_CN_exports = {};
|
|
19
|
-
__export(zh_CN_exports, {
|
|
20
|
-
default: () => zh_CN_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(zh_CN_exports);
|
|
23
|
-
var zh_CN_default = {
|
|
24
|
-
"Graph Collection": "\u56FE\u5F62\u5316\u6570\u636E\u8868",
|
|
25
|
-
"Collection List": "\u6570\u636E\u8868\u5217\u8868",
|
|
26
|
-
"Full Screen": "\u5168\u5C4F",
|
|
27
|
-
"Collection Search": "\u8868\u7B5B\u9009",
|
|
28
|
-
"Create Collection": "\u521B\u5EFA\u6570\u636E\u8868",
|
|
29
|
-
"All Fields": "\u5168\u90E8",
|
|
30
|
-
"Association Fields": "\u5173\u7CFB\u5B57\u6BB5",
|
|
31
|
-
"Choices fields": "\u9009\u9879\u5B57\u6BB5",
|
|
32
|
-
"All relationships": "\u6240\u6709\u5173\u7CFB",
|
|
33
|
-
"Entity relationship only": "\u5B9E\u4F53\u5173\u7CFB",
|
|
34
|
-
"Inheritance relationship only": "\u7EE7\u627F\u5173\u7CFB",
|
|
35
|
-
"Graphical interface": "\u56FE\u5F62\u5316\u754C\u9762",
|
|
36
|
-
"Auto layout": "\u81EA\u52A8\u5E03\u5C40",
|
|
37
|
-
Selection: "\u9009\u62E9\u6A21\u5F0F"
|
|
38
|
-
};
|