@truedat/dq 7.0.5 → 7.0.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 +5 -5
- package/src/components/__tests__/__snapshots__/NewRuleImplementation.spec.js.snap +3 -3
- package/src/components/__tests__/__snapshots__/RuleForm.spec.js.snap +10 -10
- package/src/components/ruleImplementationForm/__tests__/__snapshots__/InformationForm.spec.js.snap +3 -3
- package/src/components/ruleImplementationForm/__tests__/__snapshots__/RuleImplementationForm.spec.js.snap +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/dq",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.7",
|
|
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": "7.0.
|
|
37
|
+
"@truedat/test": "7.0.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",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@apollo/client": "^3.7.1",
|
|
95
|
-
"@truedat/core": "7.0.
|
|
96
|
-
"@truedat/df": "7.0.
|
|
95
|
+
"@truedat/core": "7.0.7",
|
|
96
|
+
"@truedat/df": "7.0.7",
|
|
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": "f780d02b3356b69c61023b14b61400ffb779e33d"
|
|
122
122
|
}
|
|
@@ -999,7 +999,7 @@ exports[`<NewRuleImplementation /> matches the latest snapshot 1`] = `
|
|
|
999
999
|
Domain
|
|
1000
1000
|
</label>
|
|
1001
1001
|
<div
|
|
1002
|
-
class="field fix-dropdown-selector"
|
|
1002
|
+
class="field fix-dropdown-selector "
|
|
1003
1003
|
>
|
|
1004
1004
|
<div
|
|
1005
1005
|
aria-disabled="false"
|
|
@@ -1020,7 +1020,7 @@ exports[`<NewRuleImplementation /> matches the latest snapshot 1`] = `
|
|
|
1020
1020
|
class="menu transition"
|
|
1021
1021
|
>
|
|
1022
1022
|
<div
|
|
1023
|
-
class="ui left icon input search"
|
|
1023
|
+
class="ui fluid left icon input search "
|
|
1024
1024
|
>
|
|
1025
1025
|
<input
|
|
1026
1026
|
type="text"
|
|
@@ -1043,7 +1043,7 @@ exports[`<NewRuleImplementation /> matches the latest snapshot 1`] = `
|
|
|
1043
1043
|
>
|
|
1044
1044
|
<i
|
|
1045
1045
|
aria-hidden="true"
|
|
1046
|
-
class="icon"
|
|
1046
|
+
class="circle icon"
|
|
1047
1047
|
/>
|
|
1048
1048
|
<span
|
|
1049
1049
|
style="opacity: 1;"
|
|
@@ -202,7 +202,7 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
|
|
|
202
202
|
</div>
|
|
203
203
|
</label>
|
|
204
204
|
<div
|
|
205
|
-
class="required field fix-dropdown-selector"
|
|
205
|
+
class="required field fix-dropdown-selector "
|
|
206
206
|
>
|
|
207
207
|
<div
|
|
208
208
|
aria-disabled="false"
|
|
@@ -224,7 +224,7 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
|
|
|
224
224
|
class="menu transition"
|
|
225
225
|
>
|
|
226
226
|
<div
|
|
227
|
-
class="ui left icon input search"
|
|
227
|
+
class="ui fluid left icon input search "
|
|
228
228
|
>
|
|
229
229
|
<input
|
|
230
230
|
type="text"
|
|
@@ -247,7 +247,7 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
|
|
|
247
247
|
>
|
|
248
248
|
<i
|
|
249
249
|
aria-hidden="true"
|
|
250
|
-
class="
|
|
250
|
+
class="chevron circle down icon"
|
|
251
251
|
/>
|
|
252
252
|
<span
|
|
253
253
|
style="opacity: 1;"
|
|
@@ -266,7 +266,7 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
|
|
|
266
266
|
>
|
|
267
267
|
<i
|
|
268
268
|
aria-hidden="true"
|
|
269
|
-
class="icon"
|
|
269
|
+
class="circle icon"
|
|
270
270
|
/>
|
|
271
271
|
<span
|
|
272
272
|
style="opacity: 1;"
|
|
@@ -285,7 +285,7 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
|
|
|
285
285
|
>
|
|
286
286
|
<i
|
|
287
287
|
aria-hidden="true"
|
|
288
|
-
class="icon"
|
|
288
|
+
class="circle icon"
|
|
289
289
|
/>
|
|
290
290
|
<span
|
|
291
291
|
style="opacity: 1;"
|
|
@@ -672,7 +672,7 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
|
|
|
672
672
|
</div>
|
|
673
673
|
</label>
|
|
674
674
|
<div
|
|
675
|
-
class="required field fix-dropdown-selector"
|
|
675
|
+
class="required field fix-dropdown-selector "
|
|
676
676
|
>
|
|
677
677
|
<div
|
|
678
678
|
aria-disabled="false"
|
|
@@ -694,7 +694,7 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
|
|
|
694
694
|
class="menu transition"
|
|
695
695
|
>
|
|
696
696
|
<div
|
|
697
|
-
class="ui left icon input search"
|
|
697
|
+
class="ui fluid left icon input search "
|
|
698
698
|
>
|
|
699
699
|
<input
|
|
700
700
|
type="text"
|
|
@@ -717,7 +717,7 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
|
|
|
717
717
|
>
|
|
718
718
|
<i
|
|
719
719
|
aria-hidden="true"
|
|
720
|
-
class="
|
|
720
|
+
class="chevron circle down icon"
|
|
721
721
|
/>
|
|
722
722
|
<span
|
|
723
723
|
style="opacity: 1;"
|
|
@@ -736,7 +736,7 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
|
|
|
736
736
|
>
|
|
737
737
|
<i
|
|
738
738
|
aria-hidden="true"
|
|
739
|
-
class="icon"
|
|
739
|
+
class="circle icon"
|
|
740
740
|
/>
|
|
741
741
|
<span
|
|
742
742
|
style="opacity: 1;"
|
|
@@ -755,7 +755,7 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
|
|
|
755
755
|
>
|
|
756
756
|
<i
|
|
757
757
|
aria-hidden="true"
|
|
758
|
-
class="icon"
|
|
758
|
+
class="circle icon"
|
|
759
759
|
/>
|
|
760
760
|
<span
|
|
761
761
|
style="opacity: 1;"
|
package/src/components/ruleImplementationForm/__tests__/__snapshots__/InformationForm.spec.js.snap
CHANGED
|
@@ -58,7 +58,7 @@ exports[`<RuleImplementationForm /> matches the latest snapshot 1`] = `
|
|
|
58
58
|
Domain
|
|
59
59
|
</label>
|
|
60
60
|
<div
|
|
61
|
-
class="field fix-dropdown-selector"
|
|
61
|
+
class="field fix-dropdown-selector "
|
|
62
62
|
>
|
|
63
63
|
<div
|
|
64
64
|
aria-disabled="false"
|
|
@@ -79,7 +79,7 @@ exports[`<RuleImplementationForm /> matches the latest snapshot 1`] = `
|
|
|
79
79
|
class="menu transition"
|
|
80
80
|
>
|
|
81
81
|
<div
|
|
82
|
-
class="ui left icon input search"
|
|
82
|
+
class="ui fluid left icon input search "
|
|
83
83
|
>
|
|
84
84
|
<input
|
|
85
85
|
type="text"
|
|
@@ -102,7 +102,7 @@ exports[`<RuleImplementationForm /> matches the latest snapshot 1`] = `
|
|
|
102
102
|
>
|
|
103
103
|
<i
|
|
104
104
|
aria-hidden="true"
|
|
105
|
-
class="icon"
|
|
105
|
+
class="circle icon"
|
|
106
106
|
/>
|
|
107
107
|
<span
|
|
108
108
|
style="opacity: 1;"
|
|
@@ -161,7 +161,7 @@ exports[`<RuleImplementationForm /> matches the latest snapshot 1`] = `
|
|
|
161
161
|
Domain
|
|
162
162
|
</label>
|
|
163
163
|
<div
|
|
164
|
-
class="field fix-dropdown-selector"
|
|
164
|
+
class="field fix-dropdown-selector "
|
|
165
165
|
>
|
|
166
166
|
<div
|
|
167
167
|
aria-disabled="false"
|
|
@@ -182,7 +182,7 @@ exports[`<RuleImplementationForm /> matches the latest snapshot 1`] = `
|
|
|
182
182
|
class="menu transition"
|
|
183
183
|
>
|
|
184
184
|
<div
|
|
185
|
-
class="ui left icon input search"
|
|
185
|
+
class="ui fluid left icon input search "
|
|
186
186
|
>
|
|
187
187
|
<input
|
|
188
188
|
type="text"
|
|
@@ -205,7 +205,7 @@ exports[`<RuleImplementationForm /> matches the latest snapshot 1`] = `
|
|
|
205
205
|
>
|
|
206
206
|
<i
|
|
207
207
|
aria-hidden="true"
|
|
208
|
-
class="icon"
|
|
208
|
+
class="circle icon"
|
|
209
209
|
/>
|
|
210
210
|
<span
|
|
211
211
|
style="opacity: 1;"
|