@truedat/dd 7.2.1 → 7.2.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 +6 -6
- package/src/components/__tests__/__snapshots__/GrantApprovalRuleEdit.spec.js.snap +10 -12
- package/src/components/__tests__/__snapshots__/GrantApprovalRuleForm.spec.js.snap +10 -12
- package/src/components/__tests__/__snapshots__/GrantApprovalRuleNew.spec.js.snap +10 -12
- package/src/components/__tests__/__snapshots__/ReferenceDataset.spec.js.snap +10 -12
- package/src/components/__tests__/__snapshots__/ReferenceDatasetCreate.spec.js.snap +10 -12
- package/src/components/__tests__/__snapshots__/ReferenceDatasetDetail.spec.js.snap +10 -12
- package/src/components/__tests__/__snapshots__/ReferenceDatasetForm.spec.js.snap +10 -12
- package/src/components/__tests__/__snapshots__/ReferenceDatasetRoutes.spec.js.snap +10 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/dd",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.2",
|
|
4
4
|
"description": "Truedat Web Data Dictionary",
|
|
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": "7.2.
|
|
37
|
+
"@truedat/test": "7.2.2",
|
|
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",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@apollo/client": "^3.7.1",
|
|
91
|
-
"@truedat/auth": "7.2.
|
|
92
|
-
"@truedat/core": "7.2.
|
|
93
|
-
"@truedat/df": "7.2.
|
|
91
|
+
"@truedat/auth": "7.2.2",
|
|
92
|
+
"@truedat/core": "7.2.2",
|
|
93
|
+
"@truedat/df": "7.2.2",
|
|
94
94
|
"lodash": "^4.17.21",
|
|
95
95
|
"moment": "^2.29.4",
|
|
96
96
|
"path-to-regexp": "^1.7.0",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"react-dom": ">= 16.8.6 < 17",
|
|
116
116
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "9033c57eccb9e6785c0a0c5aa6078c34788d6e7d"
|
|
119
119
|
}
|
|
@@ -76,14 +76,16 @@ exports[`<GrantApprovalRuleEdit /> matches the last snapshot 1`] = `
|
|
|
76
76
|
role="option"
|
|
77
77
|
>
|
|
78
78
|
<div
|
|
79
|
-
|
|
79
|
+
class="item-content"
|
|
80
|
+
style="margin-left: 0px; padding-left: 5px;"
|
|
80
81
|
>
|
|
81
82
|
<i
|
|
82
83
|
aria-hidden="true"
|
|
83
|
-
class="chevron
|
|
84
|
+
class="chevron right icon"
|
|
84
85
|
/>
|
|
85
86
|
<span
|
|
86
87
|
style="opacity: 1;"
|
|
88
|
+
title="barDomain"
|
|
87
89
|
>
|
|
88
90
|
barDomain
|
|
89
91
|
</span>
|
|
@@ -95,14 +97,12 @@ exports[`<GrantApprovalRuleEdit /> matches the last snapshot 1`] = `
|
|
|
95
97
|
role="option"
|
|
96
98
|
>
|
|
97
99
|
<div
|
|
98
|
-
|
|
100
|
+
class="item-content"
|
|
101
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
99
102
|
>
|
|
100
|
-
<i
|
|
101
|
-
aria-hidden="true"
|
|
102
|
-
class="circle icon"
|
|
103
|
-
/>
|
|
104
103
|
<span
|
|
105
104
|
style="opacity: 1;"
|
|
105
|
+
title="bazDomain"
|
|
106
106
|
>
|
|
107
107
|
bazDomain
|
|
108
108
|
</span>
|
|
@@ -114,14 +114,12 @@ exports[`<GrantApprovalRuleEdit /> matches the last snapshot 1`] = `
|
|
|
114
114
|
role="option"
|
|
115
115
|
>
|
|
116
116
|
<div
|
|
117
|
-
|
|
117
|
+
class="item-content"
|
|
118
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
118
119
|
>
|
|
119
|
-
<i
|
|
120
|
-
aria-hidden="true"
|
|
121
|
-
class="circle icon"
|
|
122
|
-
/>
|
|
123
120
|
<span
|
|
124
121
|
style="opacity: 1;"
|
|
122
|
+
title="fooDomain"
|
|
125
123
|
>
|
|
126
124
|
fooDomain
|
|
127
125
|
</span>
|
|
@@ -734,14 +734,16 @@ exports[`<GrantApprovalRuleForm /> matches the last snapshot for new rule 1`] =
|
|
|
734
734
|
role="option"
|
|
735
735
|
>
|
|
736
736
|
<div
|
|
737
|
-
|
|
737
|
+
class="item-content"
|
|
738
|
+
style="margin-left: 0px; padding-left: 5px;"
|
|
738
739
|
>
|
|
739
740
|
<i
|
|
740
741
|
aria-hidden="true"
|
|
741
|
-
class="chevron
|
|
742
|
+
class="chevron right icon"
|
|
742
743
|
/>
|
|
743
744
|
<span
|
|
744
745
|
style="opacity: 1;"
|
|
746
|
+
title="barDomain"
|
|
745
747
|
>
|
|
746
748
|
barDomain
|
|
747
749
|
</span>
|
|
@@ -753,14 +755,12 @@ exports[`<GrantApprovalRuleForm /> matches the last snapshot for new rule 1`] =
|
|
|
753
755
|
role="option"
|
|
754
756
|
>
|
|
755
757
|
<div
|
|
756
|
-
|
|
758
|
+
class="item-content"
|
|
759
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
757
760
|
>
|
|
758
|
-
<i
|
|
759
|
-
aria-hidden="true"
|
|
760
|
-
class="circle icon"
|
|
761
|
-
/>
|
|
762
761
|
<span
|
|
763
762
|
style="opacity: 1;"
|
|
763
|
+
title="bazDomain"
|
|
764
764
|
>
|
|
765
765
|
bazDomain
|
|
766
766
|
</span>
|
|
@@ -772,14 +772,12 @@ exports[`<GrantApprovalRuleForm /> matches the last snapshot for new rule 1`] =
|
|
|
772
772
|
role="option"
|
|
773
773
|
>
|
|
774
774
|
<div
|
|
775
|
-
|
|
775
|
+
class="item-content"
|
|
776
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
776
777
|
>
|
|
777
|
-
<i
|
|
778
|
-
aria-hidden="true"
|
|
779
|
-
class="circle icon"
|
|
780
|
-
/>
|
|
781
778
|
<span
|
|
782
779
|
style="opacity: 1;"
|
|
780
|
+
title="fooDomain"
|
|
783
781
|
>
|
|
784
782
|
fooDomain
|
|
785
783
|
</span>
|
|
@@ -70,14 +70,16 @@ exports[`<GrantApprovalRuleNew /> matches the last snapshot 1`] = `
|
|
|
70
70
|
role="option"
|
|
71
71
|
>
|
|
72
72
|
<div
|
|
73
|
-
|
|
73
|
+
class="item-content"
|
|
74
|
+
style="margin-left: 0px; padding-left: 5px;"
|
|
74
75
|
>
|
|
75
76
|
<i
|
|
76
77
|
aria-hidden="true"
|
|
77
|
-
class="chevron
|
|
78
|
+
class="chevron right icon"
|
|
78
79
|
/>
|
|
79
80
|
<span
|
|
80
81
|
style="opacity: 1;"
|
|
82
|
+
title="barDomain"
|
|
81
83
|
>
|
|
82
84
|
barDomain
|
|
83
85
|
</span>
|
|
@@ -89,14 +91,12 @@ exports[`<GrantApprovalRuleNew /> matches the last snapshot 1`] = `
|
|
|
89
91
|
role="option"
|
|
90
92
|
>
|
|
91
93
|
<div
|
|
92
|
-
|
|
94
|
+
class="item-content"
|
|
95
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
93
96
|
>
|
|
94
|
-
<i
|
|
95
|
-
aria-hidden="true"
|
|
96
|
-
class="circle icon"
|
|
97
|
-
/>
|
|
98
97
|
<span
|
|
99
98
|
style="opacity: 1;"
|
|
99
|
+
title="bazDomain"
|
|
100
100
|
>
|
|
101
101
|
bazDomain
|
|
102
102
|
</span>
|
|
@@ -108,14 +108,12 @@ exports[`<GrantApprovalRuleNew /> matches the last snapshot 1`] = `
|
|
|
108
108
|
role="option"
|
|
109
109
|
>
|
|
110
110
|
<div
|
|
111
|
-
|
|
111
|
+
class="item-content"
|
|
112
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
112
113
|
>
|
|
113
|
-
<i
|
|
114
|
-
aria-hidden="true"
|
|
115
|
-
class="circle icon"
|
|
116
|
-
/>
|
|
117
114
|
<span
|
|
118
115
|
style="opacity: 1;"
|
|
116
|
+
title="fooDomain"
|
|
119
117
|
>
|
|
120
118
|
fooDomain
|
|
121
119
|
</span>
|
|
@@ -180,14 +180,16 @@ exports[`<ReferenceDataset /> edit dataset view matches the latest snapshot 1`]
|
|
|
180
180
|
role="option"
|
|
181
181
|
>
|
|
182
182
|
<div
|
|
183
|
-
|
|
183
|
+
class="item-content"
|
|
184
|
+
style="margin-left: 0px; padding-left: 5px;"
|
|
184
185
|
>
|
|
185
186
|
<i
|
|
186
187
|
aria-hidden="true"
|
|
187
|
-
class="chevron
|
|
188
|
+
class="chevron right icon"
|
|
188
189
|
/>
|
|
189
190
|
<span
|
|
190
191
|
style="opacity: 1;"
|
|
192
|
+
title="barDomain"
|
|
191
193
|
>
|
|
192
194
|
barDomain
|
|
193
195
|
</span>
|
|
@@ -199,14 +201,12 @@ exports[`<ReferenceDataset /> edit dataset view matches the latest snapshot 1`]
|
|
|
199
201
|
role="option"
|
|
200
202
|
>
|
|
201
203
|
<div
|
|
202
|
-
|
|
204
|
+
class="item-content"
|
|
205
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
203
206
|
>
|
|
204
|
-
<i
|
|
205
|
-
aria-hidden="true"
|
|
206
|
-
class="circle icon"
|
|
207
|
-
/>
|
|
208
207
|
<span
|
|
209
208
|
style="opacity: 1;"
|
|
209
|
+
title="bazDomain"
|
|
210
210
|
>
|
|
211
211
|
bazDomain
|
|
212
212
|
</span>
|
|
@@ -218,14 +218,12 @@ exports[`<ReferenceDataset /> edit dataset view matches the latest snapshot 1`]
|
|
|
218
218
|
role="option"
|
|
219
219
|
>
|
|
220
220
|
<div
|
|
221
|
-
|
|
221
|
+
class="item-content"
|
|
222
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
222
223
|
>
|
|
223
|
-
<i
|
|
224
|
-
aria-hidden="true"
|
|
225
|
-
class="circle icon"
|
|
226
|
-
/>
|
|
227
224
|
<span
|
|
228
225
|
style="opacity: 1;"
|
|
226
|
+
title="fooDomain"
|
|
229
227
|
>
|
|
230
228
|
fooDomain
|
|
231
229
|
</span>
|
|
@@ -84,14 +84,16 @@ exports[`<ReferenceDatasetCreate /> matches the latest snapshot 1`] = `
|
|
|
84
84
|
role="option"
|
|
85
85
|
>
|
|
86
86
|
<div
|
|
87
|
-
|
|
87
|
+
class="item-content"
|
|
88
|
+
style="margin-left: 0px; padding-left: 5px;"
|
|
88
89
|
>
|
|
89
90
|
<i
|
|
90
91
|
aria-hidden="true"
|
|
91
|
-
class="chevron
|
|
92
|
+
class="chevron right icon"
|
|
92
93
|
/>
|
|
93
94
|
<span
|
|
94
95
|
style="opacity: 1;"
|
|
96
|
+
title="barDomain"
|
|
95
97
|
>
|
|
96
98
|
barDomain
|
|
97
99
|
</span>
|
|
@@ -103,14 +105,12 @@ exports[`<ReferenceDatasetCreate /> matches the latest snapshot 1`] = `
|
|
|
103
105
|
role="option"
|
|
104
106
|
>
|
|
105
107
|
<div
|
|
106
|
-
|
|
108
|
+
class="item-content"
|
|
109
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
107
110
|
>
|
|
108
|
-
<i
|
|
109
|
-
aria-hidden="true"
|
|
110
|
-
class="circle icon"
|
|
111
|
-
/>
|
|
112
111
|
<span
|
|
113
112
|
style="opacity: 1;"
|
|
113
|
+
title="bazDomain"
|
|
114
114
|
>
|
|
115
115
|
bazDomain
|
|
116
116
|
</span>
|
|
@@ -122,14 +122,12 @@ exports[`<ReferenceDatasetCreate /> matches the latest snapshot 1`] = `
|
|
|
122
122
|
role="option"
|
|
123
123
|
>
|
|
124
124
|
<div
|
|
125
|
-
|
|
125
|
+
class="item-content"
|
|
126
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
126
127
|
>
|
|
127
|
-
<i
|
|
128
|
-
aria-hidden="true"
|
|
129
|
-
class="circle icon"
|
|
130
|
-
/>
|
|
131
128
|
<span
|
|
132
129
|
style="opacity: 1;"
|
|
130
|
+
title="fooDomain"
|
|
133
131
|
>
|
|
134
132
|
fooDomain
|
|
135
133
|
</span>
|
|
@@ -55,14 +55,16 @@ exports[`<ReferenceDatasetDetail /> matches the latest snapshot (edit route) 1`]
|
|
|
55
55
|
role="option"
|
|
56
56
|
>
|
|
57
57
|
<div
|
|
58
|
-
|
|
58
|
+
class="item-content"
|
|
59
|
+
style="margin-left: 0px; padding-left: 5px;"
|
|
59
60
|
>
|
|
60
61
|
<i
|
|
61
62
|
aria-hidden="true"
|
|
62
|
-
class="chevron
|
|
63
|
+
class="chevron right icon"
|
|
63
64
|
/>
|
|
64
65
|
<span
|
|
65
66
|
style="opacity: 1;"
|
|
67
|
+
title="barDomain"
|
|
66
68
|
>
|
|
67
69
|
barDomain
|
|
68
70
|
</span>
|
|
@@ -74,14 +76,12 @@ exports[`<ReferenceDatasetDetail /> matches the latest snapshot (edit route) 1`]
|
|
|
74
76
|
role="option"
|
|
75
77
|
>
|
|
76
78
|
<div
|
|
77
|
-
|
|
79
|
+
class="item-content"
|
|
80
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
78
81
|
>
|
|
79
|
-
<i
|
|
80
|
-
aria-hidden="true"
|
|
81
|
-
class="circle icon"
|
|
82
|
-
/>
|
|
83
82
|
<span
|
|
84
83
|
style="opacity: 1;"
|
|
84
|
+
title="bazDomain"
|
|
85
85
|
>
|
|
86
86
|
bazDomain
|
|
87
87
|
</span>
|
|
@@ -93,14 +93,12 @@ exports[`<ReferenceDatasetDetail /> matches the latest snapshot (edit route) 1`]
|
|
|
93
93
|
role="option"
|
|
94
94
|
>
|
|
95
95
|
<div
|
|
96
|
-
|
|
96
|
+
class="item-content"
|
|
97
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
97
98
|
>
|
|
98
|
-
<i
|
|
99
|
-
aria-hidden="true"
|
|
100
|
-
class="circle icon"
|
|
101
|
-
/>
|
|
102
99
|
<span
|
|
103
100
|
style="opacity: 1;"
|
|
101
|
+
title="fooDomain"
|
|
104
102
|
>
|
|
105
103
|
fooDomain
|
|
106
104
|
</span>
|
|
@@ -55,14 +55,16 @@ exports[`<ReferenceDatasetForm /> matches the latest snapshot 1`] = `
|
|
|
55
55
|
role="option"
|
|
56
56
|
>
|
|
57
57
|
<div
|
|
58
|
-
|
|
58
|
+
class="item-content"
|
|
59
|
+
style="margin-left: 0px; padding-left: 5px;"
|
|
59
60
|
>
|
|
60
61
|
<i
|
|
61
62
|
aria-hidden="true"
|
|
62
|
-
class="chevron
|
|
63
|
+
class="chevron right icon"
|
|
63
64
|
/>
|
|
64
65
|
<span
|
|
65
66
|
style="opacity: 1;"
|
|
67
|
+
title="barDomain"
|
|
66
68
|
>
|
|
67
69
|
barDomain
|
|
68
70
|
</span>
|
|
@@ -74,14 +76,12 @@ exports[`<ReferenceDatasetForm /> matches the latest snapshot 1`] = `
|
|
|
74
76
|
role="option"
|
|
75
77
|
>
|
|
76
78
|
<div
|
|
77
|
-
|
|
79
|
+
class="item-content"
|
|
80
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
78
81
|
>
|
|
79
|
-
<i
|
|
80
|
-
aria-hidden="true"
|
|
81
|
-
class="circle icon"
|
|
82
|
-
/>
|
|
83
82
|
<span
|
|
84
83
|
style="opacity: 1;"
|
|
84
|
+
title="bazDomain"
|
|
85
85
|
>
|
|
86
86
|
bazDomain
|
|
87
87
|
</span>
|
|
@@ -93,14 +93,12 @@ exports[`<ReferenceDatasetForm /> matches the latest snapshot 1`] = `
|
|
|
93
93
|
role="option"
|
|
94
94
|
>
|
|
95
95
|
<div
|
|
96
|
-
|
|
96
|
+
class="item-content"
|
|
97
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
97
98
|
>
|
|
98
|
-
<i
|
|
99
|
-
aria-hidden="true"
|
|
100
|
-
class="circle icon"
|
|
101
|
-
/>
|
|
102
99
|
<span
|
|
103
100
|
style="opacity: 1;"
|
|
101
|
+
title="fooDomain"
|
|
104
102
|
>
|
|
105
103
|
fooDomain
|
|
106
104
|
</span>
|
|
@@ -84,14 +84,16 @@ exports[`<ReferenceDatasetRoutes /> matches the latest snapshot (create route) 1
|
|
|
84
84
|
role="option"
|
|
85
85
|
>
|
|
86
86
|
<div
|
|
87
|
-
|
|
87
|
+
class="item-content"
|
|
88
|
+
style="margin-left: 0px; padding-left: 5px;"
|
|
88
89
|
>
|
|
89
90
|
<i
|
|
90
91
|
aria-hidden="true"
|
|
91
|
-
class="chevron
|
|
92
|
+
class="chevron right icon"
|
|
92
93
|
/>
|
|
93
94
|
<span
|
|
94
95
|
style="opacity: 1;"
|
|
96
|
+
title="barDomain"
|
|
95
97
|
>
|
|
96
98
|
barDomain
|
|
97
99
|
</span>
|
|
@@ -103,14 +105,12 @@ exports[`<ReferenceDatasetRoutes /> matches the latest snapshot (create route) 1
|
|
|
103
105
|
role="option"
|
|
104
106
|
>
|
|
105
107
|
<div
|
|
106
|
-
|
|
108
|
+
class="item-content"
|
|
109
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
107
110
|
>
|
|
108
|
-
<i
|
|
109
|
-
aria-hidden="true"
|
|
110
|
-
class="circle icon"
|
|
111
|
-
/>
|
|
112
111
|
<span
|
|
113
112
|
style="opacity: 1;"
|
|
113
|
+
title="bazDomain"
|
|
114
114
|
>
|
|
115
115
|
bazDomain
|
|
116
116
|
</span>
|
|
@@ -122,14 +122,12 @@ exports[`<ReferenceDatasetRoutes /> matches the latest snapshot (create route) 1
|
|
|
122
122
|
role="option"
|
|
123
123
|
>
|
|
124
124
|
<div
|
|
125
|
-
|
|
125
|
+
class="item-content"
|
|
126
|
+
style="margin-left: 0px; padding-left: 25px;"
|
|
126
127
|
>
|
|
127
|
-
<i
|
|
128
|
-
aria-hidden="true"
|
|
129
|
-
class="circle icon"
|
|
130
|
-
/>
|
|
131
128
|
<span
|
|
132
129
|
style="opacity: 1;"
|
|
130
|
+
title="fooDomain"
|
|
133
131
|
>
|
|
134
132
|
fooDomain
|
|
135
133
|
</span>
|