@truedat/lm 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/lm",
3
- "version": "5.4.3",
3
+ "version": "5.5.0",
4
4
  "description": "Truedat Link Manager",
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.3.3",
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": "^28.1.0",
47
- "jest-environment-jsdom": "^28.1.0",
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,10 +86,10 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "5.4.3",
89
+ "@truedat/core": "5.5.0",
90
90
  "path-to-regexp": "^1.7.0",
91
91
  "prop-types": "^15.8.1",
92
- "react-graph-vis": "1.0.5",
92
+ "react-graph-vis": "1.0.6",
93
93
  "react-hook-form": "^7.30.0",
94
94
  "react-intl": "^5.20.10",
95
95
  "react-rangeslider": "^2.2.0",
@@ -98,12 +98,14 @@
98
98
  "redux": "^4.1.1",
99
99
  "redux-saga": "^1.2.1",
100
100
  "redux-saga-routines": "^3.2.3",
101
- "semantic-ui-react": "^2.1.4"
101
+ "semantic-ui-react": "^2.1.4",
102
+ "vis-data": "^7.1.2",
103
+ "vis-network": "^9.0.0"
102
104
  },
103
105
  "peerDependencies": {
104
106
  "react": ">= 16.8.6 < 17",
105
107
  "react-dom": ">= 16.8.6 < 17",
106
108
  "semantic-ui-react": ">= 2.0.3 < 2.2"
107
109
  },
108
- "gitHead": "188618bd5c6b4625b3b0e14cc1daed9a5984fe67"
110
+ "gitHead": "ca5e7f8fd1013de0b818798e05cbc1819a1d43ec"
109
111
  }
@@ -28,7 +28,7 @@ exports[`<RelationTagCards /> matches the latest snapshot 1`] = `
28
28
  <Memo(MemoizedFormattedMessage)
29
29
  id="relationTag.actions.delete.confirmation.content"
30
30
  values={
31
- Object {
31
+ {
32
32
  "type": <i>
33
33
  tag1
34
34
  </i>,
@@ -80,7 +80,7 @@ exports[`<RelationTagCards /> matches the latest snapshot 1`] = `
80
80
  <Memo(MemoizedFormattedMessage)
81
81
  id="relationTag.actions.delete.confirmation.content"
82
82
  values={
83
- Object {
83
+ {
84
84
  "type": <i>
85
85
  tag2
86
86
  </i>,
@@ -132,7 +132,7 @@ exports[`<RelationTagCards /> matches the latest snapshot 1`] = `
132
132
  <Memo(MemoizedFormattedMessage)
133
133
  id="relationTag.actions.delete.confirmation.content"
134
134
  values={
135
- Object {
135
+ {
136
136
  "type": <i>
137
137
  tag3
138
138
  </i>,
@@ -7,10 +7,10 @@ exports[`<RelationTags /> matches the latest snapshot 1`] = `
7
7
  >
8
8
  <Button
9
9
  as={
10
- Object {
10
+ {
11
11
  "$$typeof": Symbol(react.forward_ref),
12
12
  "displayName": "Link",
13
- "propTypes": Object {
13
+ "propTypes": {
14
14
  "innerRef": [Function],
15
15
  "onClick": [Function],
16
16
  "replace": [Function],
@@ -5,16 +5,16 @@ exports[`<RelationsGraphLoader /> matches the latest snapshot 1`] = `
5
5
  clearRelationsGraph={[MockFunction]}
6
6
  fetchRelationsGraph={
7
7
  [MockFunction] {
8
- "calls": Array [
9
- Array [
10
- Object {
8
+ "calls": [
9
+ [
10
+ {
11
11
  "id": 1,
12
12
  "type": "business_concept",
13
13
  },
14
14
  ],
15
15
  ],
16
- "results": Array [
17
- Object {
16
+ "results": [
17
+ {
18
18
  "type": "return",
19
19
  "value": undefined,
20
20
  },
@@ -3,7 +3,7 @@
3
3
  exports[`<TagTypeSelector /> matches last snapshot 1`] = `
4
4
  <FormField
5
5
  style={
6
- Object {
6
+ {
7
7
  "marginBottom": "10px",
8
8
  }
9
9
  }
package/CHANGELOG.md DELETED
@@ -1,274 +0,0 @@
1
- # Changelog
2
-
3
- ## [5.2.3] 2023-02-23
4
-
5
- ### Change
6
-
7
- - [TD-4554] Reducers of the Relations for concept links manager
8
-
9
- ## [4.53.0] 2022-10-04
10
-
11
- ### Changed
12
-
13
- - [TD-5140] Changed implementation id to implementation_ref for link concepts
14
-
15
- ## [4.49.0] 2022-07-27
16
-
17
- ### Changed
18
-
19
- - [TD-4175] Routes changed from `TAGS` (`/tags`) to `RELATION_TAGS`
20
- (`/relationTags`)
21
-
22
- ## [4.48.8] 2022-07-18
23
-
24
- ### Changed
25
-
26
- - [TD-5001] Use `columnPredicate` helper from `@truedat/core`
27
-
28
- ## [4.43.3] 2022-05-04
29
-
30
- ### Changed
31
-
32
- - [TD-3936] Updated `react-hook-form`
33
-
34
- ## [4.42.4] 2022-04-19
35
-
36
- ### Changed
37
-
38
- - [TD-4513] Limit related concepts graph depth
39
-
40
- ## [4.42.0] 2022-04-05
41
-
42
- ### Added
43
-
44
- - [TD-4513] Limit related concepts graph depth
45
-
46
- ## [4.40.5] 2022-03-15
47
-
48
- ### Fixed
49
-
50
- - [TD-4271] Show correct implementation tags and focus concept tab
51
-
52
- ## [4.40.4] 2022-03-15
53
-
54
- ### Fixed
55
-
56
- - [TD-4271] Remove linking implementations tab for users without permissions
57
-
58
- ## [4.40.3] 2022-03-14
59
-
60
- ### Added
61
-
62
- - [TD-4271] Support for linking implementations with business_concepts
63
-
64
- ## [4.39.2] 2022-03-04
65
-
66
- ### Added
67
-
68
- - [TD-4378] Filter Linkage (LinksPane) column if all objects have empty/nonexistent column property
69
-
70
- ## [4.38.5] 2022-02-20
71
-
72
- ### Added
73
-
74
- - [TD-4297] Remove unnecessary code
75
-
76
- ## [4.38.3] 2022-02-20
77
-
78
- ### Added
79
-
80
- - [TD-4297] Hide the type column if none of the links has any tag
81
-
82
- ## [4.38.1] 2022-02-17
83
-
84
- ### Added
85
-
86
- - [TD-4297] Add tags ("type") column to structure Linkage tab
87
-
88
- ### Changed
89
-
90
- - [TD-4297] Relation tags traduction messages now have the prefix `conceptRelations.relationType.`
91
-
92
- ## [4.30.0] 2021-10-06
93
-
94
- ### Changed
95
-
96
- - [TD-3603] Update react-intl version to v5
97
-
98
- ## [4.24.5] 2021-07-09
99
-
100
- ### Changed
101
-
102
- - [TD-3894] Refactored relation tag form to use `react-hook-form`
103
-
104
- ## [4.24.4] 2021-07-08
105
-
106
- ### Changed
107
-
108
- - [TD-3230] Support for hierarchy Domain Selector and Filter
109
-
110
- ## [4.23.3] 2021-06-18
111
-
112
- ### Changed
113
-
114
- - [TD-3842] Relation `source_id` and `target_id` are now integers
115
-
116
- ## [4.14.3] 2021-02-16
117
-
118
- ### Changed
119
-
120
- - [TD-3265] Concept url params
121
-
122
- ## [4.10.4] 2020-12-04
123
-
124
- ### Changed
125
-
126
- - [TD-3141] Relax peer dependencies, support `semantic-ui-react` 2.0.x
127
-
128
- ## [4.4.1] 2020-09-09
129
-
130
- ### Added
131
-
132
- - [TD-638] Show all the tags on a graph relation
133
-
134
- ## [4.4.0] 2020-09-08
135
-
136
- ### Added
137
-
138
- - [TD-638] Created RelationsGraph for graphical visualization of relations
139
-
140
- ## [4.0.0] 2020-07-01
141
-
142
- New major version for Truedat 4.0, no changes
143
-
144
- ## [3.19.0] 2020-03-26
145
-
146
- ### Changed
147
-
148
- - [TD-2281] Use hooks instead of higher-order components for authorization
149
-
150
- ## [3.17.8] 2020-03-10
151
-
152
- ### Fixed
153
-
154
- - [TD-2372] Linking from concept to data structure was broken
155
-
156
- ## [3.16.10] 2020-02-24
157
-
158
- ### Fixed
159
-
160
- - Some components were missing required router properties
161
-
162
- ## [3.16.9] 2020-02-24
163
-
164
- ### Fixed
165
-
166
- - Some components were missing required `intl` property
167
-
168
- ## [3.16.8] 2020-02-23
169
-
170
- ### Changed
171
-
172
- - Use hooks instead of Higher Order Components where easier
173
-
174
- ## [3.16.7] 2020-02-22
175
-
176
- ### Changed
177
-
178
- - Updated dev dependencies
179
-
180
- ## [3.16.5] 2020-02-19
181
-
182
- ### Changed
183
-
184
- - Updated `react-intl` to 3.12
185
-
186
- ## [3.14.2] 2020-01-22
187
-
188
- ### Changed
189
-
190
- - Updated semantic-ui-react dependency to 0.88.2
191
-
192
- ## [3.10.4] 2019-11-07
193
-
194
- ### Fixed
195
-
196
- - [TD-2109] Remove style={} properties in td-web-modules
197
-
198
- ## [3.9.7] 2019-10-25
199
-
200
- ### Fixed
201
-
202
- - [TD-1964] Relation Tag Checkbox i18n
203
-
204
- ## [3.9.1] 2019-10-21
205
-
206
- ### Added
207
-
208
- - [TD-1964] Relation Tags Management from Admin Menu
209
-
210
- ## [3.7.16] 2019-10-04
211
-
212
- ### Added
213
-
214
- - [TD-2157] Selector for Structure to Concept links
215
-
216
- ## [3.6.4] 2019-09-11
217
-
218
- ### Changed
219
-
220
- - Tables are no longer striped and celled by default
221
-
222
- ## [3.6.0] 2019-09-10
223
-
224
- ### Changed
225
-
226
- - [TD-2060] Consistent placement of primary and secondary buttons
227
-
228
- ## [3.5.6] 2019-08-30
229
-
230
- ### Fixed
231
-
232
- - [TD-2063] Issue redirecting after linking an entity if @truedat/ie is not installed
233
-
234
- ## [3.2.9] 2019-07-22
235
-
236
- ### Changed
237
-
238
- - [TD-1532] Improve linking between concepts and data structures
239
-
240
- ## [3.1.4] 2019-07-05
241
-
242
- ### Fixed
243
-
244
- - [TD-1949] fix props in buttons, primary, secondary, default and negative
245
-
246
- ## [3.0.3] 2019-06-12
247
-
248
- ### Changed
249
-
250
- - [TD-1671] Clear relations with CLEAR_RELATIONS routine
251
-
252
- ## [2.21.14] 2019-06-05
253
-
254
- ### Changed
255
-
256
- - [TD-1844] Change prop type in TagTypeSelector
257
-
258
- ## [2.21.12] 2019-06-04
259
-
260
- ### Added
261
-
262
- - [TD-1789] Ingest to Ingest Relations
263
-
264
- ## [2.21.7] 2019-05-30
265
-
266
- ### Fixed
267
-
268
- - [TD-1535] Change context key on relation item due to conflict with React context prop
269
-
270
- ## [2.21.0] 2019-05-23
271
-
272
- ### Added
273
-
274
- - [TD-1706] Package to connect to lm back service