@truedat/dq 8.7.4 → 8.8.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/dq",
3
- "version": "8.7.4",
3
+ "version": "8.8.0",
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.7.4",
59
+ "@truedat/test": "8.8.0",
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": "74bf59ddf29e05b518dc206271c4f1215d66a942"
92
+ "gitHead": "006b9cd6486cd37976d4dc06ede1a48e37175f30"
93
93
  }
@@ -26,51 +26,92 @@ exports[`<ImplementationStructures /> matches the latest snapshot 1`] = `
26
26
  >
27
27
  Links to Structures
28
28
  </h3>
29
- <table
30
- class="ui table"
29
+ <div
30
+ class="links-pane__table-scroll"
31
31
  >
32
- <thead
33
- class=""
32
+ <table
33
+ class="ui celled sortable unstackable compact table links-pane__table"
34
+ style="--links-pane-table-min-width: 384px;"
34
35
  >
35
- <tr
36
+ <colgroup>
37
+ <col
38
+ class="links-pane__column"
39
+ style="--links-pane-column-width: 264px;"
40
+ />
41
+ <col
42
+ class="links-pane__column"
43
+ style="--links-pane-column-width: 120px;"
44
+ />
45
+ </colgroup>
46
+ <thead
36
47
  class=""
37
48
  >
38
- <th
49
+ <tr
39
50
  class=""
40
51
  >
41
- name
42
- </th>
43
- <th
44
- class=""
45
- >
46
- type
47
- </th>
48
- </tr>
49
- </thead>
50
- <tbody
51
- class=""
52
- >
53
- <tr
52
+ <th
53
+ class="links-pane__cell links-pane__cell--header links-pane__cell--wrap"
54
+ style="--links-pane-column-width: 264px;"
55
+ >
56
+ <span
57
+ class="links-pane__filter-label"
58
+ >
59
+ <span
60
+ class="links-pane__filter-label-text"
61
+ >
62
+ name
63
+ </span>
64
+ </span>
65
+ </th>
66
+ <th
67
+ class="links-pane__cell links-pane__cell--header"
68
+ style="--links-pane-column-width: 120px;"
69
+ >
70
+ <span
71
+ class="links-pane__filter-label"
72
+ >
73
+ <span
74
+ class="links-pane__filter-label-text"
75
+ >
76
+ type
77
+ </span>
78
+ <span>
79
+ <i
80
+ aria-hidden="true"
81
+ class="filter icon links-pane__filter-icon"
82
+ />
83
+ </span>
84
+ </span>
85
+ </th>
86
+ </tr>
87
+ </thead>
88
+ <tbody
54
89
  class=""
55
90
  >
56
- <td
91
+ <tr
57
92
  class=""
58
93
  >
59
- <a
60
- data-discover="true"
61
- href="/structures/10397859"
94
+ <td
95
+ class="links-pane__cell links-pane__cell--wrap"
96
+ style="--links-pane-column-width: 264px;"
62
97
  >
63
- AGENCIA RECIBO
64
- </a>
65
- </td>
66
- <td
67
- class=""
68
- >
69
- population
70
- </td>
71
- </tr>
72
- </tbody>
73
- </table>
98
+ <a
99
+ data-discover="true"
100
+ href="/structures/10397859"
101
+ >
102
+ AGENCIA RECIBO
103
+ </a>
104
+ </td>
105
+ <td
106
+ class="links-pane__cell"
107
+ style="--links-pane-column-width: 120px;"
108
+ >
109
+ population
110
+ </td>
111
+ </tr>
112
+ </tbody>
113
+ </table>
114
+ </div>
74
115
  </div>
75
116
  </div>
76
117
  <div
@@ -84,51 +125,92 @@ exports[`<ImplementationStructures /> matches the latest snapshot 1`] = `
84
125
  >
85
126
  implementationsDisabledRelation.table.title
86
127
  </h3>
87
- <table
88
- class="ui table"
128
+ <div
129
+ class="links-pane__table-scroll"
89
130
  >
90
- <thead
91
- class=""
131
+ <table
132
+ class="ui celled sortable unstackable compact table links-pane__table"
133
+ style="--links-pane-table-min-width: 384px;"
92
134
  >
93
- <tr
135
+ <colgroup>
136
+ <col
137
+ class="links-pane__column"
138
+ style="--links-pane-column-width: 264px;"
139
+ />
140
+ <col
141
+ class="links-pane__column"
142
+ style="--links-pane-column-width: 120px;"
143
+ />
144
+ </colgroup>
145
+ <thead
94
146
  class=""
95
147
  >
96
- <th
148
+ <tr
97
149
  class=""
98
150
  >
99
- name
100
- </th>
101
- <th
102
- class=""
103
- >
104
- type
105
- </th>
106
- </tr>
107
- </thead>
108
- <tbody
109
- class=""
110
- >
111
- <tr
151
+ <th
152
+ class="links-pane__cell links-pane__cell--header links-pane__cell--wrap"
153
+ style="--links-pane-column-width: 264px;"
154
+ >
155
+ <span
156
+ class="links-pane__filter-label"
157
+ >
158
+ <span
159
+ class="links-pane__filter-label-text"
160
+ >
161
+ name
162
+ </span>
163
+ </span>
164
+ </th>
165
+ <th
166
+ class="links-pane__cell links-pane__cell--header"
167
+ style="--links-pane-column-width: 120px;"
168
+ >
169
+ <span
170
+ class="links-pane__filter-label"
171
+ >
172
+ <span
173
+ class="links-pane__filter-label-text"
174
+ >
175
+ type
176
+ </span>
177
+ <span>
178
+ <i
179
+ aria-hidden="true"
180
+ class="filter icon links-pane__filter-icon"
181
+ />
182
+ </span>
183
+ </span>
184
+ </th>
185
+ </tr>
186
+ </thead>
187
+ <tbody
112
188
  class=""
113
189
  >
114
- <td
190
+ <tr
115
191
  class=""
116
192
  >
117
- <a
118
- data-discover="true"
119
- href="/structures/12579384"
193
+ <td
194
+ class="links-pane__cell links-pane__cell--wrap"
195
+ style="--links-pane-column-width: 264px;"
120
196
  >
121
- /BEV1/RBKP
122
- </a>
123
- </td>
124
- <td
125
- class=""
126
- >
127
- dataset
128
- </td>
129
- </tr>
130
- </tbody>
131
- </table>
197
+ <a
198
+ data-discover="true"
199
+ href="/structures/12579384"
200
+ >
201
+ /BEV1/RBKP
202
+ </a>
203
+ </td>
204
+ <td
205
+ class="links-pane__cell"
206
+ style="--links-pane-column-width: 120px;"
207
+ >
208
+ dataset
209
+ </td>
210
+ </tr>
211
+ </tbody>
212
+ </table>
213
+ </div>
132
214
  </div>
133
215
  </div>
134
216
  </div>