@truedat/dq 5.7.7 → 5.8.0
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 +5 -5
- package/src/components/__tests__/__snapshots__/NewRuleImplementation.spec.js.snap +5 -1
- package/src/components/__tests__/__snapshots__/RuleForm.spec.js.snap +30 -6
- package/src/components/ruleImplementationForm/__tests__/__snapshots__/InformationForm.spec.js.snap +5 -1
- package/src/components/ruleImplementationForm/__tests__/__snapshots__/RuleImplementationForm.spec.js.snap +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/dq",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.0",
|
|
4
4
|
"description": "Truedat Web Data Quality Module",
|
|
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.
|
|
37
|
+
"@truedat/test": "5.8.0",
|
|
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",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@apollo/client": "^3.7.1",
|
|
95
|
-
"@truedat/core": "5.
|
|
96
|
-
"@truedat/df": "5.
|
|
95
|
+
"@truedat/core": "5.8.0",
|
|
96
|
+
"@truedat/df": "5.8.0",
|
|
97
97
|
"decode-uri-component": "^0.2.2",
|
|
98
98
|
"graphql": "^15.5.3",
|
|
99
99
|
"moment": "^2.29.4",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"react-dom": ">= 16.8.6 < 17",
|
|
119
119
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "dd51c78f3143413ec2bc9a77001d3b648fe92d0a"
|
|
122
122
|
}
|
|
@@ -1044,7 +1044,11 @@ exports[`<NewRuleImplementation /> matches the latest snapshot 1`] = `
|
|
|
1044
1044
|
aria-hidden="true"
|
|
1045
1045
|
class="icon"
|
|
1046
1046
|
/>
|
|
1047
|
-
|
|
1047
|
+
<span
|
|
1048
|
+
style="opacity: 1;"
|
|
1049
|
+
>
|
|
1050
|
+
Truedat
|
|
1051
|
+
</span>
|
|
1048
1052
|
</div>
|
|
1049
1053
|
</div>
|
|
1050
1054
|
</div>
|
|
@@ -248,7 +248,11 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
|
|
|
248
248
|
aria-hidden="true"
|
|
249
249
|
class="plus icon"
|
|
250
250
|
/>
|
|
251
|
-
|
|
251
|
+
<span
|
|
252
|
+
style="opacity: 1;"
|
|
253
|
+
>
|
|
254
|
+
barDomain
|
|
255
|
+
</span>
|
|
252
256
|
</div>
|
|
253
257
|
</div>
|
|
254
258
|
<div
|
|
@@ -263,7 +267,11 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
|
|
|
263
267
|
aria-hidden="true"
|
|
264
268
|
class="icon"
|
|
265
269
|
/>
|
|
266
|
-
|
|
270
|
+
<span
|
|
271
|
+
style="opacity: 1;"
|
|
272
|
+
>
|
|
273
|
+
bazDomain
|
|
274
|
+
</span>
|
|
267
275
|
</div>
|
|
268
276
|
</div>
|
|
269
277
|
<div
|
|
@@ -278,7 +286,11 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
|
|
|
278
286
|
aria-hidden="true"
|
|
279
287
|
class="icon"
|
|
280
288
|
/>
|
|
281
|
-
|
|
289
|
+
<span
|
|
290
|
+
style="opacity: 1;"
|
|
291
|
+
>
|
|
292
|
+
fooDomain
|
|
293
|
+
</span>
|
|
282
294
|
</div>
|
|
283
295
|
</div>
|
|
284
296
|
</div>
|
|
@@ -648,7 +660,11 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
|
|
|
648
660
|
aria-hidden="true"
|
|
649
661
|
class="plus icon"
|
|
650
662
|
/>
|
|
651
|
-
|
|
663
|
+
<span
|
|
664
|
+
style="opacity: 1;"
|
|
665
|
+
>
|
|
666
|
+
barDomain
|
|
667
|
+
</span>
|
|
652
668
|
</div>
|
|
653
669
|
</div>
|
|
654
670
|
<div
|
|
@@ -663,7 +679,11 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
|
|
|
663
679
|
aria-hidden="true"
|
|
664
680
|
class="icon"
|
|
665
681
|
/>
|
|
666
|
-
|
|
682
|
+
<span
|
|
683
|
+
style="opacity: 1;"
|
|
684
|
+
>
|
|
685
|
+
bazDomain
|
|
686
|
+
</span>
|
|
667
687
|
</div>
|
|
668
688
|
</div>
|
|
669
689
|
<div
|
|
@@ -678,7 +698,11 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
|
|
|
678
698
|
aria-hidden="true"
|
|
679
699
|
class="icon"
|
|
680
700
|
/>
|
|
681
|
-
|
|
701
|
+
<span
|
|
702
|
+
style="opacity: 1;"
|
|
703
|
+
>
|
|
704
|
+
fooDomain
|
|
705
|
+
</span>
|
|
682
706
|
</div>
|
|
683
707
|
</div>
|
|
684
708
|
</div>
|