@truedat/bg 4.37.6 → 4.38.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/bg",
3
- "version": "4.37.6",
3
+ "version": "4.38.4",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.14.1",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.34.0",
37
+ "@truedat/test": "4.38.4",
38
38
  "babel-jest": "^27.0.6",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -42,6 +42,7 @@
42
42
  "babel-plugin-transform-semantic-ui-react-imports": "^1.4.1",
43
43
  "enzyme": "^3.11.0",
44
44
  "enzyme-to-json": "^3.6.2",
45
+ "identity-obj-proxy": "^3.0.0",
45
46
  "jest": "^27.0.6",
46
47
  "react": "^16.14.0",
47
48
  "react-dom": "^16.14.0",
@@ -58,6 +59,7 @@
58
59
  "@truedat/test/setup"
59
60
  ],
60
61
  "moduleNameMapper": {
62
+ "\\.(css|less|png)$": "identity-obj-proxy",
61
63
  "^@truedat/([^/]+)$": "<rootDir>/../$1/src/index",
62
64
  "^@truedat/([^/]+)/(.*)$": "<rootDir>/../$1/src/$2"
63
65
  },
@@ -81,8 +83,8 @@
81
83
  ]
82
84
  },
83
85
  "dependencies": {
84
- "@truedat/core": "4.37.6",
85
- "@truedat/df": "4.37.6",
86
+ "@truedat/core": "4.38.4",
87
+ "@truedat/df": "4.38.4",
86
88
  "file-saver": "^2.0.5",
87
89
  "moment": "^2.24.0",
88
90
  "path-to-regexp": "^1.7.0",
@@ -102,5 +104,5 @@
102
104
  "react-dom": ">= 16.8.6 < 17",
103
105
  "semantic-ui-react": ">= 0.88.2 < 2.1"
104
106
  },
105
- "gitHead": "7a5cbf3bc73e19015fe5cc9891ed0c64f5b7246e"
107
+ "gitHead": "2e83dbac040e237b3f688782b40b6bd35edbd148"
106
108
  }
@@ -13,7 +13,8 @@ export default {
13
13
  "Repeated Concept name",
14
14
  "bulkUpdate.no.concepts.body": "No concepts selected",
15
15
  "bulkUpdate.no.concepts.header": "Empty Search",
16
- business_concept_to_field_master: "Master Relation",
16
+ "conceptRelations.relationType.business_concept_to_field_master":
17
+ "Master Relation",
17
18
  "concept.error.existing.business.concept":
18
19
  "({text}) There is already a business term with the indicated name",
19
20
  "domain.error.domain.existing.external_id":
@@ -137,6 +138,7 @@ export default {
137
138
  "concepts.props.rule_count": "Quality rules",
138
139
  "concepts.props.concept_count": "Related concepts",
139
140
  "concepts.props.status": "Status",
141
+ "concepts.props.tags": "Type",
140
142
  "concepts.props.template": "Template",
141
143
  "concepts.props.version": "Version number",
142
144
  "concepts.relations": "Relations",
@@ -15,7 +15,8 @@ export default {
15
15
  "Nombre de concepto repetido",
16
16
  "bulkUpdate.no.concepts.body": "Ningún concepto seleccionado",
17
17
  "bulkUpdate.no.concepts.header": "Búsqueda vacía",
18
- business_concept_to_field_master: "Relación master",
18
+ "conceptRelations.relationType.business_concept_to_field_master":
19
+ "Relación master",
19
20
  "concept.error.existing.business.concept":
20
21
  "({text}) Ya existe un termino de negocio con el nombre indicado",
21
22
  "domain.error.domain.existing.external_id":
@@ -136,6 +137,7 @@ export default {
136
137
  "concepts.props.rule_count": "Reglas de calidad",
137
138
  "concepts.props.concept_count": "Conceptos relacionados",
138
139
  "concepts.props.status": "Estado",
140
+ "concepts.props.tags": "Tipo",
139
141
  "concepts.props.template": "Plantilla",
140
142
  "concepts.props.version": "Número de versión",
141
143
  "concepts.relations": "Relaciones",