@truedat/bg 5.4.3 → 5.5.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 +9 -8
- package/src/concepts/components/__tests__/__snapshots__/Concept.spec.js.snap +1 -1
- package/src/concepts/components/__tests__/__snapshots__/ConceptConfidentialButton.spec.js.snap +2 -2
- package/src/concepts/components/__tests__/__snapshots__/ConceptDetails.spec.js.snap +3 -3
- package/src/concepts/components/__tests__/__snapshots__/ConceptHeader.spec.js.snap +1 -1
- package/src/concepts/components/__tests__/__snapshots__/ConceptManageDomainPopup.spec.js.snap +11 -11
- package/src/concepts/components/__tests__/__snapshots__/ConceptSubscription.spec.js.snap +6 -6
- package/src/concepts/components/__tests__/__snapshots__/ConceptTaxonomy.spec.js.snap +3 -3
- package/src/concepts/components/__tests__/__snapshots__/Concepts.spec.js.snap +2 -2
- package/src/concepts/components/__tests__/__snapshots__/ConceptsActions.spec.js.snap +2 -2
- package/src/concepts/components/__tests__/__snapshots__/ConceptsTable.spec.js.snap +3 -3
- package/src/concepts/components/__tests__/__snapshots__/ConceptsUpdateButton.spec.js.snap +4 -4
- package/src/concepts/components/__tests__/__snapshots__/Events.spec.js.snap +6 -6
- package/src/concepts/components/__tests__/__snapshots__/SharedToDomains.spec.js.snap +1 -1
- package/src/concepts/components/__tests__/__snapshots__/SharedToDomainsPopup.spec.js.snap +4 -4
- package/src/concepts/relations/components/__tests__/__snapshots__/ConceptRelationActions.spec.js.snap +2 -2
- package/src/concepts/relations/components/__tests__/__snapshots__/ConceptRelationForm.spec.js.snap +3 -3
- package/src/concepts/relations/components/__tests__/__snapshots__/ConceptRelationsSummary.spec.js.snap +17 -17
- package/src/concepts/relations/components/__tests__/__snapshots__/ConceptStructureLinks.spec.js.snap +7 -7
- package/src/taxonomy/components/__tests__/__snapshots__/DomainCards.spec.js.snap +7 -7
- package/src/taxonomy/components/__tests__/__snapshots__/DomainDetail.spec.js.snap +2 -2
- package/src/taxonomy/components/__tests__/__snapshots__/DomainMembers.spec.js.snap +5 -5
- package/src/taxonomy/components/__tests__/__snapshots__/DomainTaxonomy.spec.js.snap +2 -2
- package/src/taxonomy/components/__tests__/__snapshots__/Domains.spec.js.snap +1 -1
- package/src/taxonomy/components/__tests__/__snapshots__/EditDomain.spec.js.snap +1 -1
- package/src/taxonomy/components/__tests__/__snapshots__/NewDomain.spec.js.snap +1 -1
- package/CHANGELOG.md +0 -1198
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/bg",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0",
|
|
4
4
|
"description": "Truedat Web Business Glossary",
|
|
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.5.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",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"enzyme": "^3.11.0",
|
|
44
44
|
"enzyme-to-json": "^3.6.2",
|
|
45
45
|
"identity-obj-proxy": "^3.0.0",
|
|
46
|
-
"jest": "^
|
|
47
|
-
"jest-environment-jsdom": "^
|
|
46
|
+
"jest": "^29.0.0",
|
|
47
|
+
"jest-environment-jsdom": "^29.0.0",
|
|
48
48
|
"react": "^16.14.0",
|
|
49
49
|
"react-dom": "^16.14.0",
|
|
50
50
|
"redux-saga-test-plan": "^4.0.4",
|
|
@@ -86,14 +86,15 @@
|
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@truedat/core": "5.
|
|
90
|
-
"@truedat/df": "5.
|
|
89
|
+
"@truedat/core": "5.5.0",
|
|
90
|
+
"@truedat/df": "5.5.0",
|
|
91
|
+
"@truedat/lm": "5.5.0",
|
|
91
92
|
"decode-uri-component": "^0.2.2",
|
|
92
93
|
"file-saver": "^2.0.5",
|
|
93
94
|
"moment": "^2.29.4",
|
|
94
95
|
"path-to-regexp": "^1.7.0",
|
|
95
96
|
"prop-types": "^15.8.1",
|
|
96
|
-
"query-string": "^
|
|
97
|
+
"query-string": "^7.1.2",
|
|
97
98
|
"react-hook-form": "^7.30.0",
|
|
98
99
|
"react-intl": "^5.20.10",
|
|
99
100
|
"react-moment": "^1.1.2",
|
|
@@ -110,5 +111,5 @@
|
|
|
110
111
|
"react-dom": ">= 16.8.6 < 17",
|
|
111
112
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
112
113
|
},
|
|
113
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "ca5e7f8fd1013de0b818798e05cbc1819a1d43ec"
|
|
114
115
|
}
|
package/src/concepts/components/__tests__/__snapshots__/ConceptConfidentialButton.spec.js.snap
CHANGED
|
@@ -6,13 +6,13 @@ exports[`<ConceptConfidentialButton /> matches the latest snapshot 1`] = `
|
|
|
6
6
|
disabled={false}
|
|
7
7
|
eventsEnabled={true}
|
|
8
8
|
on={
|
|
9
|
-
|
|
9
|
+
[
|
|
10
10
|
"click",
|
|
11
11
|
"hover",
|
|
12
12
|
]
|
|
13
13
|
}
|
|
14
14
|
pinned={false}
|
|
15
|
-
popperModifiers={
|
|
15
|
+
popperModifiers={[]}
|
|
16
16
|
position="top center"
|
|
17
17
|
trigger={
|
|
18
18
|
<span>
|
package/src/concepts/components/__tests__/__snapshots__/ConceptManageDomainPopup.spec.js.snap
CHANGED
|
@@ -16,7 +16,7 @@ exports[`<ConceptManageDomainPopup /> matches the latest snapshot 1`] = `
|
|
|
16
16
|
onOpen={[Function]}
|
|
17
17
|
open={false}
|
|
18
18
|
pinned={false}
|
|
19
|
-
popperModifiers={
|
|
19
|
+
popperModifiers={[]}
|
|
20
20
|
position="bottom right"
|
|
21
21
|
positionFixed={true}
|
|
22
22
|
size="large"
|
|
@@ -25,12 +25,12 @@ exports[`<ConceptManageDomainPopup /> matches the latest snapshot 1`] = `
|
|
|
25
25
|
as="button"
|
|
26
26
|
basic={true}
|
|
27
27
|
icon={
|
|
28
|
-
|
|
28
|
+
{
|
|
29
29
|
"name": "pencil alternate",
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
style={
|
|
33
|
-
|
|
33
|
+
{
|
|
34
34
|
"boxShadow": "none",
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -53,19 +53,19 @@ exports[`<ConceptManageDomainPopup /> matches the latest snapshot 1`] = `
|
|
|
53
53
|
as="button"
|
|
54
54
|
basic={true}
|
|
55
55
|
icon={
|
|
56
|
-
|
|
56
|
+
{
|
|
57
57
|
"name": "pencil alternate",
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
style={
|
|
61
|
-
|
|
61
|
+
{
|
|
62
62
|
"boxShadow": "none",
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
/>
|
|
66
66
|
}
|
|
67
67
|
triggerRef={
|
|
68
|
-
|
|
68
|
+
{
|
|
69
69
|
"current": <button
|
|
70
70
|
class="ui basic icon button"
|
|
71
71
|
style="box-shadow: none;"
|
|
@@ -88,7 +88,7 @@ exports[`<ConceptManageDomainPopup /> matches the latest snapshot 1`] = `
|
|
|
88
88
|
as="button"
|
|
89
89
|
basic={true}
|
|
90
90
|
icon={
|
|
91
|
-
|
|
91
|
+
{
|
|
92
92
|
"name": "pencil alternate",
|
|
93
93
|
}
|
|
94
94
|
}
|
|
@@ -98,14 +98,14 @@ exports[`<ConceptManageDomainPopup /> matches the latest snapshot 1`] = `
|
|
|
98
98
|
onMouseEnter={[Function]}
|
|
99
99
|
onMouseLeave={[Function]}
|
|
100
100
|
style={
|
|
101
|
-
|
|
101
|
+
{
|
|
102
102
|
"boxShadow": "none",
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
>
|
|
106
106
|
<Ref
|
|
107
107
|
innerRef={
|
|
108
|
-
|
|
108
|
+
{
|
|
109
109
|
"current": <button
|
|
110
110
|
class="ui basic icon button"
|
|
111
111
|
style="box-shadow: none;"
|
|
@@ -120,7 +120,7 @@ exports[`<ConceptManageDomainPopup /> matches the latest snapshot 1`] = `
|
|
|
120
120
|
>
|
|
121
121
|
<RefFindNode
|
|
122
122
|
innerRef={
|
|
123
|
-
|
|
123
|
+
{
|
|
124
124
|
"current": <button
|
|
125
125
|
class="ui basic icon button"
|
|
126
126
|
style="box-shadow: none;"
|
|
@@ -141,7 +141,7 @@ exports[`<ConceptManageDomainPopup /> matches the latest snapshot 1`] = `
|
|
|
141
141
|
onMouseEnter={[Function]}
|
|
142
142
|
onMouseLeave={[Function]}
|
|
143
143
|
style={
|
|
144
|
-
|
|
144
|
+
{
|
|
145
145
|
"boxShadow": "none",
|
|
146
146
|
}
|
|
147
147
|
}
|
|
@@ -8,7 +8,7 @@ exports[`<ConceptSubscription /> matches the latest snapshot 1`] = `
|
|
|
8
8
|
flowing={true}
|
|
9
9
|
on="click"
|
|
10
10
|
pinned={false}
|
|
11
|
-
popperModifiers={
|
|
11
|
+
popperModifiers={[]}
|
|
12
12
|
position="bottom right"
|
|
13
13
|
trigger={
|
|
14
14
|
<Button
|
|
@@ -16,7 +16,7 @@ exports[`<ConceptSubscription /> matches the latest snapshot 1`] = `
|
|
|
16
16
|
basic={true}
|
|
17
17
|
className="button icon group-actions structureButton"
|
|
18
18
|
icon={
|
|
19
|
-
|
|
19
|
+
{
|
|
20
20
|
"className": "secondary",
|
|
21
21
|
"name": "eye",
|
|
22
22
|
}
|
|
@@ -37,17 +37,17 @@ exports[`<ConceptSubscription /> matches the latest snapshot 1`] = `
|
|
|
37
37
|
handleDelete={[Function]}
|
|
38
38
|
handleSubmit={[Function]}
|
|
39
39
|
subscription={
|
|
40
|
-
|
|
40
|
+
{
|
|
41
41
|
"id": 2,
|
|
42
42
|
"periodicity": "daily",
|
|
43
|
-
"scope":
|
|
44
|
-
"events":
|
|
43
|
+
"scope": {
|
|
44
|
+
"events": [
|
|
45
45
|
"new_concept_draft",
|
|
46
46
|
],
|
|
47
47
|
"resource_id": 1,
|
|
48
48
|
"resource_type": "concept",
|
|
49
49
|
},
|
|
50
|
-
"subscriber":
|
|
50
|
+
"subscriber": {
|
|
51
51
|
"id": 3,
|
|
52
52
|
"identifier": "2",
|
|
53
53
|
"type": "user",
|
|
@@ -22,7 +22,7 @@ exports[`<ConceptTaxonomy /> matches the latest snapshot 1`] = `
|
|
|
22
22
|
>
|
|
23
23
|
<DomainItem
|
|
24
24
|
domain={
|
|
25
|
-
|
|
25
|
+
{
|
|
26
26
|
"external_id": "eid0",
|
|
27
27
|
"id": 0,
|
|
28
28
|
"name": "name0",
|
|
@@ -34,7 +34,7 @@ exports[`<ConceptTaxonomy /> matches the latest snapshot 1`] = `
|
|
|
34
34
|
/>
|
|
35
35
|
<DomainItem
|
|
36
36
|
domain={
|
|
37
|
-
|
|
37
|
+
{
|
|
38
38
|
"external_id": "eid1",
|
|
39
39
|
"id": 1,
|
|
40
40
|
"name": "name1",
|
|
@@ -46,7 +46,7 @@ exports[`<ConceptTaxonomy /> matches the latest snapshot 1`] = `
|
|
|
46
46
|
/>
|
|
47
47
|
<DomainItem
|
|
48
48
|
domain={
|
|
49
|
-
|
|
49
|
+
{
|
|
50
50
|
"external_id": "eid2",
|
|
51
51
|
"id": 2,
|
|
52
52
|
"name": "name2",
|
|
@@ -4,10 +4,10 @@ exports[`<ConceptsActions /> matches the latest snapshot 1`] = `
|
|
|
4
4
|
<div>
|
|
5
5
|
<Button
|
|
6
6
|
as={
|
|
7
|
-
|
|
7
|
+
{
|
|
8
8
|
"$$typeof": Symbol(react.forward_ref),
|
|
9
9
|
"displayName": "Link",
|
|
10
|
-
"propTypes":
|
|
10
|
+
"propTypes": {
|
|
11
11
|
"innerRef": [Function],
|
|
12
12
|
"onClick": [Function],
|
|
13
13
|
"replace": [Function],
|
|
@@ -10,13 +10,13 @@ exports[`<ConceptsUpdateButton /> matches the latest snapshot 1`] = `
|
|
|
10
10
|
disabled={true}
|
|
11
11
|
eventsEnabled={true}
|
|
12
12
|
on={
|
|
13
|
-
|
|
13
|
+
[
|
|
14
14
|
"click",
|
|
15
15
|
"hover",
|
|
16
16
|
]
|
|
17
17
|
}
|
|
18
18
|
pinned={false}
|
|
19
|
-
popperModifiers={
|
|
19
|
+
popperModifiers={[]}
|
|
20
20
|
position="top right"
|
|
21
21
|
trigger={
|
|
22
22
|
<span
|
|
@@ -24,10 +24,10 @@ exports[`<ConceptsUpdateButton /> matches the latest snapshot 1`] = `
|
|
|
24
24
|
>
|
|
25
25
|
<Button
|
|
26
26
|
as={
|
|
27
|
-
|
|
27
|
+
{
|
|
28
28
|
"$$typeof": Symbol(react.forward_ref),
|
|
29
29
|
"displayName": "Link",
|
|
30
|
-
"propTypes":
|
|
30
|
+
"propTypes": {
|
|
31
31
|
"innerRef": [Function],
|
|
32
32
|
"onClick": [Function],
|
|
33
33
|
"replace": [Function],
|
|
@@ -11,12 +11,12 @@ exports[`<Events /> matches the latest snapshot 1`] = `
|
|
|
11
11
|
id={1}
|
|
12
12
|
key="0"
|
|
13
13
|
payload={
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
[
|
|
15
|
+
{
|
|
16
16
|
"field": "Ou",
|
|
17
17
|
"value": 5,
|
|
18
18
|
},
|
|
19
|
-
|
|
19
|
+
{
|
|
20
20
|
"field": "id",
|
|
21
21
|
"value": 6,
|
|
22
22
|
},
|
|
@@ -29,12 +29,12 @@ exports[`<Events /> matches the latest snapshot 1`] = `
|
|
|
29
29
|
id={2}
|
|
30
30
|
key="1"
|
|
31
31
|
payload={
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
[
|
|
33
|
+
{
|
|
34
34
|
"field": "Ou",
|
|
35
35
|
"value": 7,
|
|
36
36
|
},
|
|
37
|
-
|
|
37
|
+
{
|
|
38
38
|
"field": "id",
|
|
39
39
|
"value": 3,
|
|
40
40
|
},
|
|
@@ -15,7 +15,7 @@ exports[`<SharedToDomainsPopup /> matches the latest snapshot 1`] = `
|
|
|
15
15
|
onOpen={[Function]}
|
|
16
16
|
open={false}
|
|
17
17
|
pinned={false}
|
|
18
|
-
popperModifiers={
|
|
18
|
+
popperModifiers={[]}
|
|
19
19
|
position="bottom right"
|
|
20
20
|
positionFixed={true}
|
|
21
21
|
size="large"
|
|
@@ -58,7 +58,7 @@ exports[`<SharedToDomainsPopup /> matches the latest snapshot 1`] = `
|
|
|
58
58
|
/>
|
|
59
59
|
}
|
|
60
60
|
triggerRef={
|
|
61
|
-
|
|
61
|
+
{
|
|
62
62
|
"current": <button
|
|
63
63
|
class="ui basic icon button structureButton"
|
|
64
64
|
>
|
|
@@ -94,7 +94,7 @@ exports[`<SharedToDomainsPopup /> matches the latest snapshot 1`] = `
|
|
|
94
94
|
>
|
|
95
95
|
<Ref
|
|
96
96
|
innerRef={
|
|
97
|
-
|
|
97
|
+
{
|
|
98
98
|
"current": <button
|
|
99
99
|
class="ui basic icon button structureButton"
|
|
100
100
|
>
|
|
@@ -108,7 +108,7 @@ exports[`<SharedToDomainsPopup /> matches the latest snapshot 1`] = `
|
|
|
108
108
|
>
|
|
109
109
|
<RefFindNode
|
|
110
110
|
innerRef={
|
|
111
|
-
|
|
111
|
+
{
|
|
112
112
|
"current": <button
|
|
113
113
|
class="ui basic icon button structureButton"
|
|
114
114
|
>
|
|
@@ -4,10 +4,10 @@ exports[`<ConceptRelationActions /> matches the latest snapshot 1`] = `
|
|
|
4
4
|
<Fragment>
|
|
5
5
|
<Button
|
|
6
6
|
as={
|
|
7
|
-
|
|
7
|
+
{
|
|
8
8
|
"$$typeof": Symbol(react.forward_ref),
|
|
9
9
|
"displayName": "Link",
|
|
10
|
-
"propTypes":
|
|
10
|
+
"propTypes": {
|
|
11
11
|
"innerRef": [Function],
|
|
12
12
|
"onClick": [Function],
|
|
13
13
|
"replace": [Function],
|
package/src/concepts/relations/components/__tests__/__snapshots__/ConceptRelationForm.spec.js.snap
CHANGED
|
@@ -26,11 +26,11 @@ exports[`<ConceptRelationForm /> matches the latest snapshot 1`] = `
|
|
|
26
26
|
</FormField>
|
|
27
27
|
<Connect(ConceptSelector)
|
|
28
28
|
defaultFilters={
|
|
29
|
-
|
|
30
|
-
"current":
|
|
29
|
+
{
|
|
30
|
+
"current": [
|
|
31
31
|
true,
|
|
32
32
|
],
|
|
33
|
-
"status":
|
|
33
|
+
"status": [
|
|
34
34
|
"pending_approval",
|
|
35
35
|
"draft",
|
|
36
36
|
"rejected",
|
|
@@ -14,21 +14,21 @@ exports[`<ConceptRelationsSummary /> matches the latest snapshot 1`] = `
|
|
|
14
14
|
<Tag
|
|
15
15
|
key="source.6"
|
|
16
16
|
tag={
|
|
17
|
-
|
|
17
|
+
{
|
|
18
18
|
"i18n": "Relacionado con",
|
|
19
19
|
"id": 6,
|
|
20
20
|
"relationSide": "source",
|
|
21
|
-
"relations":
|
|
22
|
-
|
|
23
|
-
"context":
|
|
24
|
-
"source":
|
|
21
|
+
"relations": [
|
|
22
|
+
{
|
|
23
|
+
"context": {
|
|
24
|
+
"source": {
|
|
25
25
|
"business_concept_id": 16,
|
|
26
26
|
"id": 21,
|
|
27
27
|
"name": "relacionado a dni",
|
|
28
28
|
"version": 2,
|
|
29
29
|
"version_id": "22",
|
|
30
30
|
},
|
|
31
|
-
"target":
|
|
31
|
+
"target": {
|
|
32
32
|
"business_concept_id": 10,
|
|
33
33
|
"id": 58,
|
|
34
34
|
"name": "dni",
|
|
@@ -40,12 +40,12 @@ exports[`<ConceptRelationsSummary /> matches the latest snapshot 1`] = `
|
|
|
40
40
|
"relationSide": "source",
|
|
41
41
|
"source_id": 16,
|
|
42
42
|
"source_type": "business_concept",
|
|
43
|
-
"tags":
|
|
44
|
-
|
|
43
|
+
"tags": [
|
|
44
|
+
{
|
|
45
45
|
"i18n": "Relacionado con",
|
|
46
46
|
"id": 6,
|
|
47
47
|
"relationSide": "source",
|
|
48
|
-
"value":
|
|
48
|
+
"value": {
|
|
49
49
|
"label": "related to",
|
|
50
50
|
"target_type": "business_concept",
|
|
51
51
|
"type": "related_to",
|
|
@@ -55,16 +55,16 @@ exports[`<ConceptRelationsSummary /> matches the latest snapshot 1`] = `
|
|
|
55
55
|
"target_id": 10,
|
|
56
56
|
"target_type": "business_concept",
|
|
57
57
|
},
|
|
58
|
-
|
|
59
|
-
"context":
|
|
60
|
-
"source":
|
|
58
|
+
{
|
|
59
|
+
"context": {
|
|
60
|
+
"source": {
|
|
61
61
|
"business_concept_id": 10,
|
|
62
62
|
"id": 58,
|
|
63
63
|
"name": "dni",
|
|
64
64
|
"version": 5,
|
|
65
65
|
"version_id": "58",
|
|
66
66
|
},
|
|
67
|
-
"target":
|
|
67
|
+
"target": {
|
|
68
68
|
"business_concept_id": 16,
|
|
69
69
|
"id": 22,
|
|
70
70
|
"name": "relacionado a dni",
|
|
@@ -76,12 +76,12 @@ exports[`<ConceptRelationsSummary /> matches the latest snapshot 1`] = `
|
|
|
76
76
|
"relationSide": "target",
|
|
77
77
|
"source_id": 10,
|
|
78
78
|
"source_type": "business_concept",
|
|
79
|
-
"tags":
|
|
80
|
-
|
|
79
|
+
"tags": [
|
|
80
|
+
{
|
|
81
81
|
"i18n": "Relacionado con",
|
|
82
82
|
"id": 6,
|
|
83
83
|
"relationSide": "target",
|
|
84
|
-
"value":
|
|
84
|
+
"value": {
|
|
85
85
|
"label": "related to",
|
|
86
86
|
"target_type": "business_concept",
|
|
87
87
|
"type": "related_to",
|
|
@@ -92,7 +92,7 @@ exports[`<ConceptRelationsSummary /> matches the latest snapshot 1`] = `
|
|
|
92
92
|
"target_type": "business_concept",
|
|
93
93
|
},
|
|
94
94
|
],
|
|
95
|
-
"value":
|
|
95
|
+
"value": {
|
|
96
96
|
"label": "related to",
|
|
97
97
|
"target_type": "business_concept",
|
|
98
98
|
"type": "related_to",
|
package/src/concepts/relations/components/__tests__/__snapshots__/ConceptStructureLinks.spec.js.snap
CHANGED
|
@@ -6,17 +6,17 @@ exports[`<ConceptStructureLinksPane /> matches the latest snapshot 1`] = `
|
|
|
6
6
|
>
|
|
7
7
|
<lazy
|
|
8
8
|
groups={
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
[
|
|
10
|
+
[
|
|
11
|
+
[
|
|
12
|
+
{
|
|
13
13
|
"name": "name",
|
|
14
14
|
},
|
|
15
15
|
],
|
|
16
|
-
|
|
16
|
+
[
|
|
17
17
|
"group",
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
[
|
|
19
|
+
{
|
|
20
20
|
"name": "foo",
|
|
21
21
|
},
|
|
22
22
|
],
|
|
@@ -41,7 +41,7 @@ exports[`<DomainCards /> matches the latest snapshot 1`] = `
|
|
|
41
41
|
<MemoizedFormattedMessage
|
|
42
42
|
id="domains.search.results.count"
|
|
43
43
|
values={
|
|
44
|
-
|
|
44
|
+
{
|
|
45
45
|
"count": 2,
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -51,10 +51,10 @@ exports[`<DomainCards /> matches the latest snapshot 1`] = `
|
|
|
51
51
|
<CardGroup>
|
|
52
52
|
<Card
|
|
53
53
|
as={
|
|
54
|
-
|
|
54
|
+
{
|
|
55
55
|
"$$typeof": Symbol(react.forward_ref),
|
|
56
56
|
"displayName": "Link",
|
|
57
|
-
"propTypes":
|
|
57
|
+
"propTypes": {
|
|
58
58
|
"innerRef": [Function],
|
|
59
59
|
"onClick": [Function],
|
|
60
60
|
"replace": [Function],
|
|
@@ -95,7 +95,7 @@ exports[`<DomainCards /> matches the latest snapshot 1`] = `
|
|
|
95
95
|
<MemoizedFormattedMessage
|
|
96
96
|
id="domain.props.children"
|
|
97
97
|
values={
|
|
98
|
-
|
|
98
|
+
{
|
|
99
99
|
"count": undefined,
|
|
100
100
|
}
|
|
101
101
|
}
|
|
@@ -104,10 +104,10 @@ exports[`<DomainCards /> matches the latest snapshot 1`] = `
|
|
|
104
104
|
</Card>
|
|
105
105
|
<Card
|
|
106
106
|
as={
|
|
107
|
-
|
|
107
|
+
{
|
|
108
108
|
"$$typeof": Symbol(react.forward_ref),
|
|
109
109
|
"displayName": "Link",
|
|
110
|
-
"propTypes":
|
|
110
|
+
"propTypes": {
|
|
111
111
|
"innerRef": [Function],
|
|
112
112
|
"onClick": [Function],
|
|
113
113
|
"replace": [Function],
|
|
@@ -148,7 +148,7 @@ exports[`<DomainCards /> matches the latest snapshot 1`] = `
|
|
|
148
148
|
<MemoizedFormattedMessage
|
|
149
149
|
id="domain.props.children"
|
|
150
150
|
values={
|
|
151
|
-
|
|
151
|
+
{
|
|
152
152
|
"count": undefined,
|
|
153
153
|
}
|
|
154
154
|
}
|
|
@@ -27,9 +27,9 @@ exports[`<DomainDetail /> matches the latest snapshot 1`] = `
|
|
|
27
27
|
>
|
|
28
28
|
<Connect(DomainActions)
|
|
29
29
|
availableActions={
|
|
30
|
-
|
|
30
|
+
{
|
|
31
31
|
"deleteOption": true,
|
|
32
|
-
"update":
|
|
32
|
+
"update": {
|
|
33
33
|
"action": [Function],
|
|
34
34
|
"icon": "edit",
|
|
35
35
|
"messageId": "actions.edit",
|
|
@@ -9,7 +9,7 @@ exports[`<DomainMembers /> matches the latest snapshot 1`] = `
|
|
|
9
9
|
<GridColumn>
|
|
10
10
|
<Input
|
|
11
11
|
icon={
|
|
12
|
-
|
|
12
|
+
{
|
|
13
13
|
"link": true,
|
|
14
14
|
"name": "search",
|
|
15
15
|
}
|
|
@@ -36,7 +36,7 @@ exports[`<DomainMembers /> matches the latest snapshot 1`] = `
|
|
|
36
36
|
domain_id={1}
|
|
37
37
|
key="group_0.0"
|
|
38
38
|
principal={
|
|
39
|
-
|
|
39
|
+
{
|
|
40
40
|
"description": "aaa bbb cc d",
|
|
41
41
|
"id": 2,
|
|
42
42
|
"name": "grupo1 ",
|
|
@@ -50,7 +50,7 @@ exports[`<DomainMembers /> matches the latest snapshot 1`] = `
|
|
|
50
50
|
domain_id={1}
|
|
51
51
|
key="group_0.1"
|
|
52
52
|
principal={
|
|
53
|
-
|
|
53
|
+
{
|
|
54
54
|
"email": "test@test.com",
|
|
55
55
|
"full_name": "Data Owner 2",
|
|
56
56
|
"id": 14,
|
|
@@ -76,7 +76,7 @@ exports[`<DomainMembers /> matches the latest snapshot 1`] = `
|
|
|
76
76
|
domain_id={1}
|
|
77
77
|
key="group_1.0"
|
|
78
78
|
principal={
|
|
79
|
-
|
|
79
|
+
{
|
|
80
80
|
"email": "test@test.com",
|
|
81
81
|
"full_name": "Datos A",
|
|
82
82
|
"id": 1,
|
|
@@ -102,7 +102,7 @@ exports[`<DomainMembers /> matches the latest snapshot 1`] = `
|
|
|
102
102
|
domain_id={1}
|
|
103
103
|
key="group_2.0"
|
|
104
104
|
principal={
|
|
105
|
-
|
|
105
|
+
{
|
|
106
106
|
"email": "test@test.com",
|
|
107
107
|
"full_name": "Last U",
|
|
108
108
|
"id": 1,
|