@truedat/dq 8.5.7 → 8.5.9
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 +3 -3
- package/src/components/RuleActions.js +1 -0
- package/src/components/__tests__/__snapshots__/EditRule.spec.js.snap +5 -3
- package/src/components/__tests__/__snapshots__/ImplementationActions.spec.js.snap +6 -2
- package/src/components/__tests__/__snapshots__/ImplementationStructuresNew.spec.js.snap +1 -1
- package/src/components/__tests__/__snapshots__/MoveImplementation.spec.js.snap +1 -1
- package/src/components/__tests__/__snapshots__/NewBasicRuleImplementation.spec.js.snap +4 -2
- package/src/components/__tests__/__snapshots__/NewRule.spec.js.snap +5 -3
- package/src/components/__tests__/__snapshots__/NewRuleImplementation.spec.js.snap +4 -2
- package/src/components/__tests__/__snapshots__/RuleActions.spec.js.snap +6 -2
- package/src/components/__tests__/__snapshots__/RuleForm.spec.js.snap +10 -6
- package/src/components/__tests__/__snapshots__/RuleImplementation.spec.js.snap +6 -2
- package/src/components/__tests__/__snapshots__/RuleSelectionForm.spec.js.snap +1 -1
- package/src/components/ruleImplementationForm/__tests__/__snapshots__/InformationForm.spec.js.snap +4 -2
- package/src/components/ruleImplementationForm/__tests__/__snapshots__/RuleImplementationBasicForm.spec.js.snap +2 -7
- package/src/components/ruleImplementationForm/__tests__/__snapshots__/RuleImplementationForm.spec.js.snap +4 -2
- package/src/components/ruleImplementationForm/__tests__/__snapshots__/RuleImplementationRawForm.spec.js.snap +2 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/dq",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.9",
|
|
4
4
|
"description": "Truedat Web Data Quality Module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@testing-library/jest-dom": "^6.6.3",
|
|
57
57
|
"@testing-library/react": "^16.3.0",
|
|
58
58
|
"@testing-library/user-event": "^14.6.1",
|
|
59
|
-
"@truedat/test": "8.5.
|
|
59
|
+
"@truedat/test": "8.5.9",
|
|
60
60
|
"identity-obj-proxy": "^3.0.0",
|
|
61
61
|
"jest": "^29.7.0",
|
|
62
62
|
"redux-saga-test-plan": "^4.0.6"
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"semantic-ui-react": "^3.0.0-beta.2",
|
|
90
90
|
"swr": "^2.3.3"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "45e6137b5aa9452db78901e8b0eaa16cc7953b7c"
|
|
93
93
|
}
|
|
@@ -197,9 +197,11 @@ exports[`<EditRule /> matches the latest snapshot 1`] = `
|
|
|
197
197
|
role="listbox"
|
|
198
198
|
tabindex="0"
|
|
199
199
|
>
|
|
200
|
-
<
|
|
200
|
+
<div
|
|
201
|
+
class="default text"
|
|
202
|
+
>
|
|
201
203
|
domain.selector.placeholder
|
|
202
|
-
</
|
|
204
|
+
</div>
|
|
203
205
|
<i
|
|
204
206
|
aria-hidden="true"
|
|
205
207
|
class="dropdown icon"
|
|
@@ -377,7 +379,7 @@ exports[`<EditRule /> matches the latest snapshot 1`] = `
|
|
|
377
379
|
class="actions"
|
|
378
380
|
>
|
|
379
381
|
<a
|
|
380
|
-
class="ui secondary button"
|
|
382
|
+
class="ui secondary button td-icon-text-control"
|
|
381
383
|
data-discover="true"
|
|
382
384
|
href="/"
|
|
383
385
|
role="button"
|
|
@@ -17,13 +17,17 @@ exports[`<ImplementationActions /> matches the snapshot 1`] = `
|
|
|
17
17
|
aria-hidden="true"
|
|
18
18
|
class="ellipsis vertical icon"
|
|
19
19
|
/>
|
|
20
|
+
<i
|
|
21
|
+
aria-hidden="true"
|
|
22
|
+
class="dropdown icon"
|
|
23
|
+
/>
|
|
20
24
|
<div
|
|
21
25
|
class="left menu transition"
|
|
22
26
|
>
|
|
23
27
|
<a
|
|
24
28
|
aria-checked="false"
|
|
25
29
|
aria-selected="true"
|
|
26
|
-
class="selected item"
|
|
30
|
+
class="selected item td-icon-text-control"
|
|
27
31
|
data-discover="true"
|
|
28
32
|
href="/implementations/123/clone"
|
|
29
33
|
role="option"
|
|
@@ -42,7 +46,7 @@ exports[`<ImplementationActions /> matches the snapshot 1`] = `
|
|
|
42
46
|
<a
|
|
43
47
|
aria-checked="false"
|
|
44
48
|
aria-selected="false"
|
|
45
|
-
class="item"
|
|
49
|
+
class="item td-icon-text-control"
|
|
46
50
|
data-discover="true"
|
|
47
51
|
href="/implementations/123/move"
|
|
48
52
|
role="option"
|
|
@@ -71,9 +71,11 @@ exports[`<NewBasicRuleImplementation /> matches the latest snapshot 1`] = `
|
|
|
71
71
|
role="listbox"
|
|
72
72
|
tabindex="0"
|
|
73
73
|
>
|
|
74
|
-
<
|
|
74
|
+
<div
|
|
75
|
+
class="default text"
|
|
76
|
+
>
|
|
75
77
|
domain.selector.placeholder
|
|
76
|
-
</
|
|
78
|
+
</div>
|
|
77
79
|
<i
|
|
78
80
|
aria-hidden="true"
|
|
79
81
|
class="dropdown icon"
|
|
@@ -203,9 +203,11 @@ exports[`<NewRule /> matches the latest snapshot (with concept) 1`] = `
|
|
|
203
203
|
role="listbox"
|
|
204
204
|
tabindex="0"
|
|
205
205
|
>
|
|
206
|
-
<
|
|
206
|
+
<div
|
|
207
|
+
class="default text"
|
|
208
|
+
>
|
|
207
209
|
domain.selector.placeholder
|
|
208
|
-
</
|
|
210
|
+
</div>
|
|
209
211
|
<i
|
|
210
212
|
aria-hidden="true"
|
|
211
213
|
class="dropdown icon"
|
|
@@ -322,7 +324,7 @@ exports[`<NewRule /> matches the latest snapshot (with concept) 1`] = `
|
|
|
322
324
|
class="actions"
|
|
323
325
|
>
|
|
324
326
|
<a
|
|
325
|
-
class="ui secondary button"
|
|
327
|
+
class="ui secondary button td-icon-text-control"
|
|
326
328
|
data-discover="true"
|
|
327
329
|
href="/"
|
|
328
330
|
role="button"
|
|
@@ -1087,9 +1087,11 @@ exports[`<NewRuleImplementation /> matches the latest snapshot 1`] = `
|
|
|
1087
1087
|
role="listbox"
|
|
1088
1088
|
tabindex="0"
|
|
1089
1089
|
>
|
|
1090
|
-
<
|
|
1090
|
+
<div
|
|
1091
|
+
class="default text"
|
|
1092
|
+
>
|
|
1091
1093
|
domain.selector.placeholder
|
|
1092
|
-
</
|
|
1094
|
+
</div>
|
|
1093
1095
|
<i
|
|
1094
1096
|
aria-hidden="true"
|
|
1095
1097
|
class="dropdown icon"
|
|
@@ -12,13 +12,17 @@ exports[`<RuleActions /> matches the latest snapshot 1`] = `
|
|
|
12
12
|
aria-hidden="true"
|
|
13
13
|
class="ellipsis vertical icon"
|
|
14
14
|
/>
|
|
15
|
+
<i
|
|
16
|
+
aria-hidden="true"
|
|
17
|
+
class="dropdown icon"
|
|
18
|
+
/>
|
|
15
19
|
<div
|
|
16
20
|
class="left menu transition"
|
|
17
21
|
>
|
|
18
22
|
<a
|
|
19
23
|
aria-checked="false"
|
|
20
24
|
aria-selected="false"
|
|
21
|
-
class="item"
|
|
25
|
+
class="item td-icon-text-control"
|
|
22
26
|
data-discover="true"
|
|
23
27
|
href="/rules/2/edit"
|
|
24
28
|
role="option"
|
|
@@ -31,7 +35,7 @@ exports[`<RuleActions /> matches the latest snapshot 1`] = `
|
|
|
31
35
|
edit
|
|
32
36
|
</a>
|
|
33
37
|
<button
|
|
34
|
-
class="ui button"
|
|
38
|
+
class="ui button td-icon-text-control"
|
|
35
39
|
>
|
|
36
40
|
<i
|
|
37
41
|
aria-hidden="true"
|
|
@@ -187,9 +187,11 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
|
|
|
187
187
|
role="listbox"
|
|
188
188
|
tabindex="0"
|
|
189
189
|
>
|
|
190
|
-
<
|
|
190
|
+
<div
|
|
191
|
+
class="default text"
|
|
192
|
+
>
|
|
191
193
|
domain.selector.placeholder
|
|
192
|
-
</
|
|
194
|
+
</div>
|
|
193
195
|
<i
|
|
194
196
|
aria-hidden="true"
|
|
195
197
|
class="dropdown icon"
|
|
@@ -497,7 +499,7 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
|
|
|
497
499
|
class="actions"
|
|
498
500
|
>
|
|
499
501
|
<a
|
|
500
|
-
class="ui secondary button"
|
|
502
|
+
class="ui secondary button td-icon-text-control"
|
|
501
503
|
data-discover="true"
|
|
502
504
|
href="/"
|
|
503
505
|
role="button"
|
|
@@ -704,9 +706,11 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
|
|
|
704
706
|
role="listbox"
|
|
705
707
|
tabindex="0"
|
|
706
708
|
>
|
|
707
|
-
<
|
|
709
|
+
<div
|
|
710
|
+
class="default text"
|
|
711
|
+
>
|
|
708
712
|
domain.selector.placeholder
|
|
709
|
-
</
|
|
713
|
+
</div>
|
|
710
714
|
<i
|
|
711
715
|
aria-hidden="true"
|
|
712
716
|
class="dropdown icon"
|
|
@@ -1014,7 +1018,7 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
|
|
|
1014
1018
|
class="actions"
|
|
1015
1019
|
>
|
|
1016
1020
|
<a
|
|
1017
|
-
class="ui secondary button"
|
|
1021
|
+
class="ui secondary button td-icon-text-control"
|
|
1018
1022
|
data-discover="true"
|
|
1019
1023
|
href="/"
|
|
1020
1024
|
role="button"
|
|
@@ -70,13 +70,17 @@ exports[`<RuleImplementation /> matches the latest snapshot 1`] = `
|
|
|
70
70
|
aria-hidden="true"
|
|
71
71
|
class="ellipsis vertical icon"
|
|
72
72
|
/>
|
|
73
|
+
<i
|
|
74
|
+
aria-hidden="true"
|
|
75
|
+
class="dropdown icon"
|
|
76
|
+
/>
|
|
73
77
|
<div
|
|
74
78
|
class="left menu transition"
|
|
75
79
|
>
|
|
76
80
|
<a
|
|
77
81
|
aria-checked="false"
|
|
78
82
|
aria-selected="true"
|
|
79
|
-
class="selected item"
|
|
83
|
+
class="selected item td-icon-text-control"
|
|
80
84
|
data-discover="true"
|
|
81
85
|
href="/implementations/1/clone"
|
|
82
86
|
role="option"
|
|
@@ -95,7 +99,7 @@ exports[`<RuleImplementation /> matches the latest snapshot 1`] = `
|
|
|
95
99
|
<a
|
|
96
100
|
aria-checked="false"
|
|
97
101
|
aria-selected="false"
|
|
98
|
-
class="item"
|
|
102
|
+
class="item td-icon-text-control"
|
|
99
103
|
data-discover="true"
|
|
100
104
|
href="/implementations/1/move"
|
|
101
105
|
role="option"
|
package/src/components/ruleImplementationForm/__tests__/__snapshots__/InformationForm.spec.js.snap
CHANGED
|
@@ -64,9 +64,11 @@ exports[`<RuleImplementationForm /> matches the latest snapshot 1`] = `
|
|
|
64
64
|
role="listbox"
|
|
65
65
|
tabindex="0"
|
|
66
66
|
>
|
|
67
|
-
<
|
|
67
|
+
<div
|
|
68
|
+
class="default text"
|
|
69
|
+
>
|
|
68
70
|
domain.selector.placeholder
|
|
69
|
-
</
|
|
71
|
+
</div>
|
|
70
72
|
<i
|
|
71
73
|
aria-hidden="true"
|
|
72
74
|
class="dropdown icon"
|
|
@@ -47,13 +47,8 @@ exports[`<RuleImplementationBasicForm /> matches the latest snapshot 1`] = `
|
|
|
47
47
|
tabindex="0"
|
|
48
48
|
>
|
|
49
49
|
<div
|
|
50
|
-
class="
|
|
51
|
-
|
|
52
|
-
<i
|
|
53
|
-
aria-hidden="true"
|
|
54
|
-
class="delete icon"
|
|
55
|
-
/>
|
|
56
|
-
</div>
|
|
50
|
+
class="text"
|
|
51
|
+
/>
|
|
57
52
|
<i
|
|
58
53
|
aria-hidden="true"
|
|
59
54
|
class="dropdown icon"
|
|
@@ -170,9 +170,11 @@ exports[`<RuleImplementationForm /> matches the latest snapshot 1`] = `
|
|
|
170
170
|
role="listbox"
|
|
171
171
|
tabindex="0"
|
|
172
172
|
>
|
|
173
|
-
<
|
|
173
|
+
<div
|
|
174
|
+
class="default text"
|
|
175
|
+
>
|
|
174
176
|
domain.selector.placeholder
|
|
175
|
-
</
|
|
177
|
+
</div>
|
|
176
178
|
<i
|
|
177
179
|
aria-hidden="true"
|
|
178
180
|
class="dropdown icon"
|
|
@@ -66,13 +66,8 @@ exports[`<RuleImplementationRawForm /> matches the latest snapshot 1`] = `
|
|
|
66
66
|
tabindex="0"
|
|
67
67
|
>
|
|
68
68
|
<div
|
|
69
|
-
class="
|
|
70
|
-
|
|
71
|
-
<i
|
|
72
|
-
aria-hidden="true"
|
|
73
|
-
class="delete icon"
|
|
74
|
-
/>
|
|
75
|
-
</div>
|
|
69
|
+
class="text"
|
|
70
|
+
/>
|
|
76
71
|
<i
|
|
77
72
|
aria-hidden="true"
|
|
78
73
|
class="dropdown icon"
|