@truedat/df 4.38.2 → 4.38.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.38.4]
4
+
5
+ ### Fixed
6
+
7
+ - [TD-2511] Missing translations
8
+
3
9
  ## [4.38.2]
4
10
 
5
11
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/df",
3
- "version": "4.38.2",
3
+ "version": "4.38.6",
4
4
  "description": "Truedat Web Data Quality Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -30,7 +30,7 @@
30
30
  "@babel/plugin-transform-modules-commonjs": "^7.15.0",
31
31
  "@babel/preset-env": "^7.15.0",
32
32
  "@babel/preset-react": "^7.14.5",
33
- "@truedat/test": "4.38.2",
33
+ "@truedat/test": "4.38.6",
34
34
  "babel-jest": "^27.0.6",
35
35
  "babel-plugin-dynamic-import-node": "^2.3.3",
36
36
  "babel-plugin-lodash": "^3.3.4",
@@ -80,8 +80,8 @@
80
80
  ]
81
81
  },
82
82
  "dependencies": {
83
- "@truedat/auth": "4.38.2",
84
- "@truedat/core": "4.38.2",
83
+ "@truedat/auth": "4.38.6",
84
+ "@truedat/core": "4.38.6",
85
85
  "axios": "^0.19.2",
86
86
  "path-to-regexp": "^1.7.0",
87
87
  "prop-types": "^15.7.2",
@@ -100,5 +100,5 @@
100
100
  "react-dom": ">= 16.8.6 < 17",
101
101
  "semantic-ui-react": ">= 0.88.2 < 2.1"
102
102
  },
103
- "gitHead": "41504c0c5ccc40ea20e67985e3957fd7c1897e2e"
103
+ "gitHead": "0005b4c27ac7f10cca2036594b4ce3a7469492aa"
104
104
  }
@@ -6,7 +6,10 @@ describe("<EditableDynamicFieldValue />", () => {
6
6
  it("matches the latest snapshot", () => {
7
7
  const renderOpts = {
8
8
  messages: {
9
- en: {},
9
+ en: {
10
+ "template.field.action.save": "Save",
11
+ "template.field.action.cancel": "Cancel",
12
+ },
10
13
  },
11
14
  };
12
15
  const props = {
@@ -5,7 +5,9 @@ import { FieldViewerValue } from "../FieldViewerValue";
5
5
  describe("<FieldViewerValue />", () => {
6
6
  const renderOpts = {
7
7
  messages: {
8
- en: {},
8
+ en: {
9
+ "widget.copy.error.jsonformat": "Error: copy has wrong format",
10
+ },
9
11
  },
10
12
  };
11
13
 
@@ -43,12 +43,12 @@ Object {
43
43
  <button
44
44
  class="ui mini icon positive button"
45
45
  >
46
- template.field.action.save
46
+ Save
47
47
  </button>
48
48
  <button
49
49
  class="ui mini icon negative button"
50
50
  >
51
- template.field.action.cancel
51
+ Cancel
52
52
  </button>
53
53
  </div>
54
54
  </div>
@@ -94,12 +94,12 @@ Object {
94
94
  <button
95
95
  class="ui mini icon positive button"
96
96
  >
97
- template.field.action.save
97
+ Save
98
98
  </button>
99
99
  <button
100
100
  class="ui mini icon negative button"
101
101
  >
102
- template.field.action.cancel
102
+ Cancel
103
103
  </button>
104
104
  </div>
105
105
  </div>
@@ -80,11 +80,11 @@ Object {
80
80
  "asFragment": [Function],
81
81
  "baseElement": <body>
82
82
  <div>
83
- widget.copy.error.jsonformat
83
+ Error: copy has wrong format
84
84
  </div>
85
85
  </body>,
86
86
  "container": <div>
87
- widget.copy.error.jsonformat
87
+ Error: copy has wrong format
88
88
  </div>,
89
89
  "debug": [Function],
90
90
  "findAllByAltText": [Function],