@truedat/bg 5.9.5 → 5.9.7

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": "5.9.5",
3
+ "version": "5.9.7",
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.16.5",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "5.9.5",
37
+ "@truedat/test": "5.9.7",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -86,9 +86,9 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "5.9.5",
90
- "@truedat/df": "5.9.5",
91
- "@truedat/lm": "5.9.5",
89
+ "@truedat/core": "5.9.7",
90
+ "@truedat/df": "5.9.7",
91
+ "@truedat/lm": "5.9.7",
92
92
  "decode-uri-component": "^0.2.2",
93
93
  "file-saver": "^2.0.5",
94
94
  "moment": "^2.29.4",
@@ -111,5 +111,5 @@
111
111
  "react-dom": ">= 16.8.6 < 17",
112
112
  "semantic-ui-react": ">= 2.0.3 < 2.2"
113
113
  },
114
- "gitHead": "e5921f6b5e5a2142ac6be90ad269d5e1fecb1e2c"
114
+ "gitHead": "9970ccde5058eacef7d2950af845b43a625e218f"
115
115
  }
@@ -77,6 +77,11 @@ exports[`<ConceptImplementationLinks /> show create implementations buttons when
77
77
  >
78
78
  Status
79
79
  </th>
80
+ <th
81
+ class="two wide"
82
+ >
83
+ Concepts
84
+ </th>
80
85
  <th
81
86
  class="two wide"
82
87
  >
@@ -137,6 +142,13 @@ exports[`<ConceptImplementationLinks /> show create implementations buttons when
137
142
  >
138
143
  ruleImplementation.status.undefined
139
144
  </td>
145
+ <td
146
+ class=""
147
+ >
148
+ <div>
149
+
150
+ </div>
151
+ </td>
140
152
  <td
141
153
  class=""
142
154
  />
@@ -225,6 +237,11 @@ exports[`<ConceptImplementationLinks /> show implementations with groups 1`] = `
225
237
  >
226
238
  Status
227
239
  </th>
240
+ <th
241
+ class="two wide"
242
+ >
243
+ Concepts
244
+ </th>
228
245
  <th
229
246
  class="two wide"
230
247
  >
@@ -285,6 +302,13 @@ exports[`<ConceptImplementationLinks /> show implementations with groups 1`] = `
285
302
  >
286
303
  ruleImplementation.status.undefined
287
304
  </td>
305
+ <td
306
+ class=""
307
+ >
308
+ <div>
309
+
310
+ </div>
311
+ </td>
288
312
  <td
289
313
  class=""
290
314
  />
@@ -346,6 +370,11 @@ exports[`<ConceptImplementationLinks /> show implementations with groups 1`] = `
346
370
  >
347
371
  Status
348
372
  </th>
373
+ <th
374
+ class="two wide"
375
+ >
376
+ Concepts
377
+ </th>
349
378
  <th
350
379
  class="two wide"
351
380
  >
@@ -406,6 +435,13 @@ exports[`<ConceptImplementationLinks /> show implementations with groups 1`] = `
406
435
  >
407
436
  ruleImplementation.status.undefined
408
437
  </td>
438
+ <td
439
+ class=""
440
+ >
441
+ <div>
442
+
443
+ </div>
444
+ </td>
409
445
  <td
410
446
  class=""
411
447
  />
@@ -283,6 +283,7 @@ export default {
283
283
  "relations.actions.implementation.delete.confirmation.content":
284
284
  "Link between implementation and concept will be deleted. Are you sure?",
285
285
  "relations.actions.implementation.delete.confirmation.header": "Delete link",
286
+ "ruleImplementations.props.business_concepts": "Concepts",
286
287
  "source.bc_caculo": "Calculated from",
287
288
  "source.bc_padre": "Children",
288
289
  "source.bc_parent": "Children",
@@ -287,6 +287,7 @@ export default {
287
287
  "Se eliminará la vinculación entre la implementación y el concepto. ¿Estás seguro?",
288
288
  "relations.actions.implementation.delete.confirmation.header":
289
289
  "Borrar vínculación",
290
+ "ruleImplementations.props.business_concepts": "Conceptos",
290
291
  "saveConceptFilters.error.name.unique": "Nombre duplicado",
291
292
  "source.bc_caculo": "Cálculado en base a",
292
293
  "source.bc_padre": "Hijos",