@truedat/bg 7.11.0 → 7.11.2
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/concepts/relations/components/ConceptImplementationLinks.js +2 -1
- package/src/concepts/relations/components/__tests__/ConceptLinksApprovalsLabelResults.spec.js +0 -1
- package/src/concepts/relations/components/__tests__/__snapshots__/ConceptImplementationLinks.spec.js.snap +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/bg",
|
|
3
|
-
"version": "7.11.
|
|
3
|
+
"version": "7.11.2",
|
|
4
4
|
"description": "Truedat Web Business Glossary",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@testing-library/jest-dom": "^6.6.3",
|
|
49
49
|
"@testing-library/react": "^16.3.0",
|
|
50
50
|
"@testing-library/user-event": "^14.6.1",
|
|
51
|
-
"@truedat/test": "7.11.
|
|
51
|
+
"@truedat/test": "7.11.2",
|
|
52
52
|
"identity-obj-proxy": "^3.0.0",
|
|
53
53
|
"jest": "^29.7.0",
|
|
54
54
|
"redux-saga-test-plan": "^4.0.6"
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"semantic-ui-react": "^3.0.0-beta.2",
|
|
82
82
|
"swr": "^2.3.3"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "c7c9de44c34d3105c78711fa63f6ee8cf7730eaf"
|
|
85
85
|
}
|
|
@@ -8,6 +8,7 @@ import { FormattedMessage } from "react-intl";
|
|
|
8
8
|
import { Link } from "react-router";
|
|
9
9
|
import { useParams } from "react-router";
|
|
10
10
|
import { useIntl } from "react-intl";
|
|
11
|
+
|
|
11
12
|
import {
|
|
12
13
|
IMPLEMENTATION_NEW,
|
|
13
14
|
IMPLEMENTATION_NEW_RAW,
|
|
@@ -18,7 +19,7 @@ import {
|
|
|
18
19
|
} from "../selectors";
|
|
19
20
|
|
|
20
21
|
const RuleImplementationsTable = lazy(
|
|
21
|
-
() => import("@truedat/dq/components/
|
|
22
|
+
() => import("@truedat/dq/components/SimpleRuleImplementationsTable")
|
|
22
23
|
);
|
|
23
24
|
|
|
24
25
|
export const ConceptImplementationLinks = ({
|
|
@@ -29,42 +29,42 @@ exports[`<ConceptImplementationLinks /> matches the latest snapshot 1`] = `
|
|
|
29
29
|
class=""
|
|
30
30
|
>
|
|
31
31
|
<th
|
|
32
|
-
class="two wide
|
|
32
|
+
class="two wide disabled"
|
|
33
33
|
>
|
|
34
34
|
ruleImplementations.props.implementation_key
|
|
35
35
|
</th>
|
|
36
36
|
<th
|
|
37
|
-
class="two wide
|
|
37
|
+
class="two wide disabled"
|
|
38
38
|
>
|
|
39
39
|
ruleImplementations.props.rule
|
|
40
40
|
</th>
|
|
41
41
|
<th
|
|
42
|
-
class="two wide
|
|
42
|
+
class="two wide disabled"
|
|
43
43
|
>
|
|
44
44
|
ruleImplementations.props.status
|
|
45
45
|
</th>
|
|
46
46
|
<th
|
|
47
|
-
class="two wide
|
|
47
|
+
class="two wide disabled"
|
|
48
48
|
>
|
|
49
49
|
ruleImplementations.props.last_execution_at
|
|
50
50
|
</th>
|
|
51
51
|
<th
|
|
52
|
-
class="two wide
|
|
52
|
+
class="two wide disabled"
|
|
53
53
|
>
|
|
54
54
|
ruleImplementations.props.result_type
|
|
55
55
|
</th>
|
|
56
56
|
<th
|
|
57
|
-
class="one wide
|
|
57
|
+
class="one wide disabled"
|
|
58
58
|
>
|
|
59
59
|
ruleImplementations.props.minimum
|
|
60
60
|
</th>
|
|
61
61
|
<th
|
|
62
|
-
class="one wide
|
|
62
|
+
class="one wide disabled"
|
|
63
63
|
>
|
|
64
64
|
ruleImplementations.props.goal
|
|
65
65
|
</th>
|
|
66
66
|
<th
|
|
67
|
-
class="two wide
|
|
67
|
+
class="two wide disabled"
|
|
68
68
|
>
|
|
69
69
|
ruleImplementations.props.result
|
|
70
70
|
</th>
|
|
@@ -151,42 +151,42 @@ exports[`<ConceptImplementationLinks /> show create implementations buttons when
|
|
|
151
151
|
class=""
|
|
152
152
|
>
|
|
153
153
|
<th
|
|
154
|
-
class="two wide
|
|
154
|
+
class="two wide disabled"
|
|
155
155
|
>
|
|
156
156
|
ruleImplementations.props.implementation_key
|
|
157
157
|
</th>
|
|
158
158
|
<th
|
|
159
|
-
class="two wide
|
|
159
|
+
class="two wide disabled"
|
|
160
160
|
>
|
|
161
161
|
ruleImplementations.props.rule
|
|
162
162
|
</th>
|
|
163
163
|
<th
|
|
164
|
-
class="two wide
|
|
164
|
+
class="two wide disabled"
|
|
165
165
|
>
|
|
166
166
|
ruleImplementations.props.status
|
|
167
167
|
</th>
|
|
168
168
|
<th
|
|
169
|
-
class="two wide
|
|
169
|
+
class="two wide disabled"
|
|
170
170
|
>
|
|
171
171
|
ruleImplementations.props.last_execution_at
|
|
172
172
|
</th>
|
|
173
173
|
<th
|
|
174
|
-
class="two wide
|
|
174
|
+
class="two wide disabled"
|
|
175
175
|
>
|
|
176
176
|
ruleImplementations.props.result_type
|
|
177
177
|
</th>
|
|
178
178
|
<th
|
|
179
|
-
class="one wide
|
|
179
|
+
class="one wide disabled"
|
|
180
180
|
>
|
|
181
181
|
ruleImplementations.props.minimum
|
|
182
182
|
</th>
|
|
183
183
|
<th
|
|
184
|
-
class="one wide
|
|
184
|
+
class="one wide disabled"
|
|
185
185
|
>
|
|
186
186
|
ruleImplementations.props.goal
|
|
187
187
|
</th>
|
|
188
188
|
<th
|
|
189
|
-
class="two wide
|
|
189
|
+
class="two wide disabled"
|
|
190
190
|
>
|
|
191
191
|
ruleImplementations.props.result
|
|
192
192
|
</th>
|
|
@@ -273,42 +273,42 @@ exports[`<ConceptImplementationLinks /> show implementations with groups 1`] = `
|
|
|
273
273
|
class=""
|
|
274
274
|
>
|
|
275
275
|
<th
|
|
276
|
-
class="two wide
|
|
276
|
+
class="two wide disabled"
|
|
277
277
|
>
|
|
278
278
|
ruleImplementations.props.implementation_key
|
|
279
279
|
</th>
|
|
280
280
|
<th
|
|
281
|
-
class="two wide
|
|
281
|
+
class="two wide disabled"
|
|
282
282
|
>
|
|
283
283
|
ruleImplementations.props.rule
|
|
284
284
|
</th>
|
|
285
285
|
<th
|
|
286
|
-
class="two wide
|
|
286
|
+
class="two wide disabled"
|
|
287
287
|
>
|
|
288
288
|
ruleImplementations.props.status
|
|
289
289
|
</th>
|
|
290
290
|
<th
|
|
291
|
-
class="two wide
|
|
291
|
+
class="two wide disabled"
|
|
292
292
|
>
|
|
293
293
|
ruleImplementations.props.last_execution_at
|
|
294
294
|
</th>
|
|
295
295
|
<th
|
|
296
|
-
class="two wide
|
|
296
|
+
class="two wide disabled"
|
|
297
297
|
>
|
|
298
298
|
ruleImplementations.props.result_type
|
|
299
299
|
</th>
|
|
300
300
|
<th
|
|
301
|
-
class="one wide
|
|
301
|
+
class="one wide disabled"
|
|
302
302
|
>
|
|
303
303
|
ruleImplementations.props.minimum
|
|
304
304
|
</th>
|
|
305
305
|
<th
|
|
306
|
-
class="one wide
|
|
306
|
+
class="one wide disabled"
|
|
307
307
|
>
|
|
308
308
|
ruleImplementations.props.goal
|
|
309
309
|
</th>
|
|
310
310
|
<th
|
|
311
|
-
class="two wide
|
|
311
|
+
class="two wide disabled"
|
|
312
312
|
>
|
|
313
313
|
ruleImplementations.props.result
|
|
314
314
|
</th>
|
|
@@ -383,42 +383,42 @@ exports[`<ConceptImplementationLinks /> show implementations with groups 1`] = `
|
|
|
383
383
|
class=""
|
|
384
384
|
>
|
|
385
385
|
<th
|
|
386
|
-
class="two wide
|
|
386
|
+
class="two wide disabled"
|
|
387
387
|
>
|
|
388
388
|
ruleImplementations.props.implementation_key
|
|
389
389
|
</th>
|
|
390
390
|
<th
|
|
391
|
-
class="two wide
|
|
391
|
+
class="two wide disabled"
|
|
392
392
|
>
|
|
393
393
|
ruleImplementations.props.rule
|
|
394
394
|
</th>
|
|
395
395
|
<th
|
|
396
|
-
class="two wide
|
|
396
|
+
class="two wide disabled"
|
|
397
397
|
>
|
|
398
398
|
ruleImplementations.props.status
|
|
399
399
|
</th>
|
|
400
400
|
<th
|
|
401
|
-
class="two wide
|
|
401
|
+
class="two wide disabled"
|
|
402
402
|
>
|
|
403
403
|
ruleImplementations.props.last_execution_at
|
|
404
404
|
</th>
|
|
405
405
|
<th
|
|
406
|
-
class="two wide
|
|
406
|
+
class="two wide disabled"
|
|
407
407
|
>
|
|
408
408
|
ruleImplementations.props.result_type
|
|
409
409
|
</th>
|
|
410
410
|
<th
|
|
411
|
-
class="one wide
|
|
411
|
+
class="one wide disabled"
|
|
412
412
|
>
|
|
413
413
|
ruleImplementations.props.minimum
|
|
414
414
|
</th>
|
|
415
415
|
<th
|
|
416
|
-
class="one wide
|
|
416
|
+
class="one wide disabled"
|
|
417
417
|
>
|
|
418
418
|
ruleImplementations.props.goal
|
|
419
419
|
</th>
|
|
420
420
|
<th
|
|
421
|
-
class="two wide
|
|
421
|
+
class="two wide disabled"
|
|
422
422
|
>
|
|
423
423
|
ruleImplementations.props.result
|
|
424
424
|
</th>
|