@truedat/df 4.38.3 → 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/CHANGELOG.md +6 -0
- package/package.json +5 -5
- package/src/components/__tests__/EditableDynamicFieldValue.spec.js +4 -1
- package/src/components/__tests__/FieldViewerValue.spec.js +3 -1
- package/src/components/__tests__/__snapshots__/EditableDynamicFieldValue.spec.js.snap +4 -4
- package/src/components/__tests__/__snapshots__/FieldViewerValue.spec.js.snap +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/df",
|
|
3
|
-
"version": "4.38.
|
|
3
|
+
"version": "4.38.4",
|
|
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.
|
|
33
|
+
"@truedat/test": "4.38.4",
|
|
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.
|
|
84
|
-
"@truedat/core": "4.38.
|
|
83
|
+
"@truedat/auth": "4.38.4",
|
|
84
|
+
"@truedat/core": "4.38.4",
|
|
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": "
|
|
103
|
+
"gitHead": "2e83dbac040e237b3f688782b40b6bd35edbd148"
|
|
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 = {
|
|
@@ -43,12 +43,12 @@ Object {
|
|
|
43
43
|
<button
|
|
44
44
|
class="ui mini icon positive button"
|
|
45
45
|
>
|
|
46
|
-
|
|
46
|
+
Save
|
|
47
47
|
</button>
|
|
48
48
|
<button
|
|
49
49
|
class="ui mini icon negative button"
|
|
50
50
|
>
|
|
51
|
-
|
|
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
|
-
|
|
97
|
+
Save
|
|
98
98
|
</button>
|
|
99
99
|
<button
|
|
100
100
|
class="ui mini icon negative button"
|
|
101
101
|
>
|
|
102
|
-
|
|
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
|
-
|
|
83
|
+
Error: copy has wrong format
|
|
84
84
|
</div>
|
|
85
85
|
</body>,
|
|
86
86
|
"container": <div>
|
|
87
|
-
|
|
87
|
+
Error: copy has wrong format
|
|
88
88
|
</div>,
|
|
89
89
|
"debug": [Function],
|
|
90
90
|
"findAllByAltText": [Function],
|