@truedat/dq 6.0.1 → 6.0.3

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": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Truedat Web Data Quality Module",
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": "6.0.1",
37
+ "@truedat/test": "6.0.3",
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",
@@ -92,8 +92,8 @@
92
92
  },
93
93
  "dependencies": {
94
94
  "@apollo/client": "^3.7.1",
95
- "@truedat/core": "6.0.1",
96
- "@truedat/df": "6.0.1",
95
+ "@truedat/core": "6.0.3",
96
+ "@truedat/df": "6.0.3",
97
97
  "decode-uri-component": "^0.2.2",
98
98
  "graphql": "^15.5.3",
99
99
  "moment": "^2.29.4",
@@ -118,5 +118,5 @@
118
118
  "react-dom": ">= 16.8.6 < 17",
119
119
  "semantic-ui-react": ">= 2.0.3 < 2.2"
120
120
  },
121
- "gitHead": "2ce73d263401e0a7959f9111ba3370b6810b5420"
121
+ "gitHead": "c88ddc501214b8c4e2732654ca0052ebbcc802c9"
122
122
  }
@@ -90,70 +90,70 @@ exports[`<NewRule /> matches the latest snapshot (with concept) 1`] = `
90
90
  <div
91
91
  class="ui menu"
92
92
  >
93
- <div
94
- class="disabled icon item"
93
+ <a
94
+ class="icon item"
95
95
  >
96
96
  <i
97
97
  aria-hidden="true"
98
98
  class="bold icon"
99
99
  />
100
- </div>
101
- <div
102
- class="disabled icon item"
100
+ </a>
101
+ <a
102
+ class="icon item"
103
103
  >
104
104
  <i
105
105
  aria-hidden="true"
106
106
  class="italic icon"
107
107
  />
108
- </div>
109
- <div
110
- class="disabled icon item"
108
+ </a>
109
+ <a
110
+ class="icon item"
111
111
  >
112
112
  <i
113
113
  aria-hidden="true"
114
114
  class="underline icon"
115
115
  />
116
- </div>
117
- <div
118
- class="disabled icon item"
116
+ </a>
117
+ <a
118
+ class="icon item"
119
119
  >
120
120
  <i
121
121
  aria-hidden="true"
122
122
  class="header icon"
123
123
  />
124
- </div>
125
- <div
126
- class="disabled icon item"
124
+ </a>
125
+ <a
126
+ class="icon item"
127
127
  >
128
128
  <i
129
129
  aria-hidden="true"
130
130
  class="h icon"
131
131
  />
132
- </div>
133
- <div
134
- class="disabled icon item"
132
+ </a>
133
+ <a
134
+ class="icon item"
135
135
  >
136
136
  <i
137
137
  aria-hidden="true"
138
138
  class="list ol icon"
139
139
  />
140
- </div>
141
- <div
142
- class="disabled icon item"
140
+ </a>
141
+ <a
142
+ class="icon item"
143
143
  >
144
144
  <i
145
145
  aria-hidden="true"
146
146
  class="list ul icon"
147
147
  />
148
- </div>
149
- <div
150
- class="disabled icon item"
148
+ </a>
149
+ <a
150
+ class="icon item"
151
151
  >
152
152
  <i
153
153
  aria-hidden="true"
154
154
  class="linkify icon"
155
155
  />
156
- </div>
156
+ </a>
157
157
  </div>
158
158
  <div
159
159
  style="padding: 10px;"
@@ -167,37 +167,7 @@ exports[`<NewRule /> matches the latest snapshot (with concept) 1`] = `
167
167
  role="textbox"
168
168
  spellcheck="true"
169
169
  style="outline: none; white-space: pre-wrap; word-wrap: break-word;"
170
- >
171
- <div
172
- data-key="1"
173
- data-slate-object="block"
174
- style="position: relative;"
175
- >
176
- <span
177
- data-key="3"
178
- data-slate-object="text"
179
- >
180
- <span
181
- data-offset-key="3:0"
182
- data-slate-leaf="true"
183
- >
184
- <span>
185
- <span
186
- contenteditable="false"
187
- style="pointer-events: none; display: inline-block; width: 0px; max-width: 100%; white-space: nowrap; opacity: 0.333; vertical-align: text-top;"
188
- />
189
- <span
190
- data-slate-length="0"
191
- data-slate-zero-width="n"
192
- >
193
- 
194
- <br />
195
- </span>
196
- </span>
197
- </span>
198
- </span>
199
- </div>
200
- </div>
170
+ />
201
171
  </div>
202
172
  </div>
203
173
  </div>
@@ -219,60 +189,6 @@ exports[`<NewRule /> matches the latest snapshot (with concept) 1`] = `
219
189
  </div>
220
190
  </label>
221
191
  </div>
222
- <div
223
- class="required field"
224
- >
225
- <label>
226
- Template
227
- <div
228
- class="ui left pointing label"
229
- >
230
- Empty required field
231
- </div>
232
- </label>
233
- <div
234
- class="field"
235
- >
236
- <div
237
- aria-busy="true"
238
- aria-expanded="false"
239
- class="ui loading search selection dropdown"
240
- name="template"
241
- role="combobox"
242
- >
243
- <input
244
- aria-autocomplete="list"
245
- autocomplete="off"
246
- class="search"
247
- tabindex="0"
248
- type="text"
249
- value=""
250
- />
251
- <div
252
- aria-atomic="true"
253
- aria-live="polite"
254
- class="divider default text"
255
- role="alert"
256
- >
257
- loading...
258
- </div>
259
- <i
260
- aria-hidden="true"
261
- class="dropdown icon"
262
- />
263
- <div
264
- class="menu transition"
265
- role="listbox"
266
- >
267
- <div
268
- class="message"
269
- >
270
- No results found.
271
- </div>
272
- </div>
273
- </div>
274
- </div>
275
- </div>
276
192
  <div
277
193
  class="actions"
278
194
  >
@@ -73,70 +73,70 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
73
73
  <div
74
74
  class="ui menu"
75
75
  >
76
- <div
77
- class="disabled icon item"
76
+ <a
77
+ class="icon item"
78
78
  >
79
79
  <i
80
80
  aria-hidden="true"
81
81
  class="bold icon"
82
82
  />
83
- </div>
84
- <div
85
- class="disabled icon item"
83
+ </a>
84
+ <a
85
+ class="icon item"
86
86
  >
87
87
  <i
88
88
  aria-hidden="true"
89
89
  class="italic icon"
90
90
  />
91
- </div>
92
- <div
93
- class="disabled icon item"
91
+ </a>
92
+ <a
93
+ class="icon item"
94
94
  >
95
95
  <i
96
96
  aria-hidden="true"
97
97
  class="underline icon"
98
98
  />
99
- </div>
100
- <div
101
- class="disabled icon item"
99
+ </a>
100
+ <a
101
+ class="icon item"
102
102
  >
103
103
  <i
104
104
  aria-hidden="true"
105
105
  class="header icon"
106
106
  />
107
- </div>
108
- <div
109
- class="disabled icon item"
107
+ </a>
108
+ <a
109
+ class="icon item"
110
110
  >
111
111
  <i
112
112
  aria-hidden="true"
113
113
  class="h icon"
114
114
  />
115
- </div>
116
- <div
117
- class="disabled icon item"
115
+ </a>
116
+ <a
117
+ class="icon item"
118
118
  >
119
119
  <i
120
120
  aria-hidden="true"
121
121
  class="list ol icon"
122
122
  />
123
- </div>
124
- <div
125
- class="disabled icon item"
123
+ </a>
124
+ <a
125
+ class="icon item"
126
126
  >
127
127
  <i
128
128
  aria-hidden="true"
129
129
  class="list ul icon"
130
130
  />
131
- </div>
132
- <div
133
- class="disabled icon item"
131
+ </a>
132
+ <a
133
+ class="icon item"
134
134
  >
135
135
  <i
136
136
  aria-hidden="true"
137
137
  class="linkify icon"
138
138
  />
139
- </div>
139
+ </a>
140
140
  </div>
141
141
  <div
142
142
  style="padding: 10px;"
@@ -145,42 +145,12 @@ exports[`<RuleForm /> matches the latest snapshot (edit mode) 1`] = `
145
145
  autocorrect="on"
146
146
  contenteditable="true"
147
147
  data-gramm="false"
148
- data-key="4"
148
+ data-key="7"
149
149
  data-slate-editor="true"
150
150
  role="textbox"
151
151
  spellcheck="true"
152
152
  style="outline: none; white-space: pre-wrap; word-wrap: break-word;"
153
- >
154
- <div
155
- data-key="5"
156
- data-slate-object="block"
157
- style="position: relative;"
158
- >
159
- <span
160
- data-key="7"
161
- data-slate-object="text"
162
- >
163
- <span
164
- data-offset-key="7:0"
165
- data-slate-leaf="true"
166
- >
167
- <span>
168
- <span
169
- contenteditable="false"
170
- style="pointer-events: none; display: inline-block; width: 0px; max-width: 100%; white-space: nowrap; opacity: 0.333; vertical-align: text-top;"
171
- />
172
- <span
173
- data-slate-length="0"
174
- data-slate-zero-width="n"
175
- >
176
- 
177
- <br />
178
- </span>
179
- </span>
180
- </span>
181
- </span>
182
- </div>
183
- </div>
153
+ />
184
154
  </div>
185
155
  </div>
186
156
  </div>
@@ -485,70 +455,70 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
485
455
  <div
486
456
  class="ui menu"
487
457
  >
488
- <div
489
- class="disabled icon item"
458
+ <a
459
+ class="icon item"
490
460
  >
491
461
  <i
492
462
  aria-hidden="true"
493
463
  class="bold icon"
494
464
  />
495
- </div>
496
- <div
497
- class="disabled icon item"
465
+ </a>
466
+ <a
467
+ class="icon item"
498
468
  >
499
469
  <i
500
470
  aria-hidden="true"
501
471
  class="italic icon"
502
472
  />
503
- </div>
504
- <div
505
- class="disabled icon item"
473
+ </a>
474
+ <a
475
+ class="icon item"
506
476
  >
507
477
  <i
508
478
  aria-hidden="true"
509
479
  class="underline icon"
510
480
  />
511
- </div>
512
- <div
513
- class="disabled icon item"
481
+ </a>
482
+ <a
483
+ class="icon item"
514
484
  >
515
485
  <i
516
486
  aria-hidden="true"
517
487
  class="header icon"
518
488
  />
519
- </div>
520
- <div
521
- class="disabled icon item"
489
+ </a>
490
+ <a
491
+ class="icon item"
522
492
  >
523
493
  <i
524
494
  aria-hidden="true"
525
495
  class="h icon"
526
496
  />
527
- </div>
528
- <div
529
- class="disabled icon item"
497
+ </a>
498
+ <a
499
+ class="icon item"
530
500
  >
531
501
  <i
532
502
  aria-hidden="true"
533
503
  class="list ol icon"
534
504
  />
535
- </div>
536
- <div
537
- class="disabled icon item"
505
+ </a>
506
+ <a
507
+ class="icon item"
538
508
  >
539
509
  <i
540
510
  aria-hidden="true"
541
511
  class="list ul icon"
542
512
  />
543
- </div>
544
- <div
545
- class="disabled icon item"
513
+ </a>
514
+ <a
515
+ class="icon item"
546
516
  >
547
517
  <i
548
518
  aria-hidden="true"
549
519
  class="linkify icon"
550
520
  />
551
- </div>
521
+ </a>
552
522
  </div>
553
523
  <div
554
524
  style="padding: 10px;"
@@ -562,37 +532,7 @@ exports[`<RuleForm /> matches the latest snapshot 1`] = `
562
532
  role="textbox"
563
533
  spellcheck="true"
564
534
  style="outline: none; white-space: pre-wrap; word-wrap: break-word;"
565
- >
566
- <div
567
- data-key="1"
568
- data-slate-object="block"
569
- style="position: relative;"
570
- >
571
- <span
572
- data-key="3"
573
- data-slate-object="text"
574
- >
575
- <span
576
- data-offset-key="3:0"
577
- data-slate-leaf="true"
578
- >
579
- <span>
580
- <span
581
- contenteditable="false"
582
- style="pointer-events: none; display: inline-block; width: 0px; max-width: 100%; white-space: nowrap; opacity: 0.333; vertical-align: text-top;"
583
- />
584
- <span
585
- data-slate-length="0"
586
- data-slate-zero-width="n"
587
- >
588
- 
589
- <br />
590
- </span>
591
- </span>
592
- </span>
593
- </span>
594
- </div>
595
- </div>
535
+ />
596
536
  </div>
597
537
  </div>
598
538
  </div>
@@ -20,36 +20,34 @@ exports[`<RuleProperties /> matches the latest snapshot 1`] = `
20
20
  >
21
21
  Description
22
22
  </h3>
23
- <div>
23
+ <div
24
+ autocorrect="on"
25
+ data-gramm="false"
26
+ data-key="0"
27
+ data-slate-editor="true"
28
+ spellcheck="true"
29
+ style="outline: none; white-space: pre-wrap; word-wrap: break-word;"
30
+ >
24
31
  <div
25
- autocorrect="on"
26
- data-gramm="false"
27
- data-key="0"
28
- data-slate-editor="true"
29
- spellcheck="true"
30
- style="outline: none; white-space: pre-wrap; word-wrap: break-word;"
32
+ data-key="1"
33
+ data-slate-object="block"
34
+ style="position: relative;"
31
35
  >
32
- <div
33
- data-key="1"
34
- data-slate-object="block"
35
- style="position: relative;"
36
+ <span
37
+ data-key="2"
38
+ data-slate-object="text"
36
39
  >
37
40
  <span
38
- data-key="2"
39
- data-slate-object="text"
41
+ data-offset-key="2:0"
42
+ data-slate-leaf="true"
40
43
  >
41
44
  <span
42
- data-offset-key="2:0"
43
- data-slate-leaf="true"
45
+ data-slate-string="true"
44
46
  >
45
- <span
46
- data-slate-string="true"
47
- >
48
- desc
49
- </span>
47
+ desc
50
48
  </span>
51
49
  </span>
52
- </div>
50
+ </span>
53
51
  </div>
54
52
  </div>
55
53
  </div>