@truedat/dd 7.0.6 → 7.0.8
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/StructureSummary.js +2 -0
- package/src/components/__tests__/__snapshots__/GrantApprovalRuleEdit.spec.js.snap +3 -3
- package/src/components/__tests__/__snapshots__/GrantApprovalRuleForm.spec.js.snap +3 -3
- package/src/components/__tests__/__snapshots__/GrantApprovalRuleNew.spec.js.snap +3 -3
- package/src/components/__tests__/__snapshots__/ReferenceDataset.spec.js.snap +3 -3
- package/src/components/__tests__/__snapshots__/ReferenceDatasetCreate.spec.js.snap +3 -3
- package/src/components/__tests__/__snapshots__/ReferenceDatasetDetail.spec.js.snap +3 -3
- package/src/components/__tests__/__snapshots__/ReferenceDatasetForm.spec.js.snap +3 -3
- package/src/components/__tests__/__snapshots__/ReferenceDatasetRoutes.spec.js.snap +3 -3
- package/src/components/__tests__/__snapshots__/StructureSummary.spec.js.snap +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/dd",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.8",
|
|
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.0.
|
|
37
|
+
"@truedat/test": "7.0.8",
|
|
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.0.
|
|
92
|
-
"@truedat/core": "7.0.
|
|
93
|
-
"@truedat/df": "7.0.
|
|
91
|
+
"@truedat/auth": "7.0.8",
|
|
92
|
+
"@truedat/core": "7.0.8",
|
|
93
|
+
"@truedat/df": "7.0.8",
|
|
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": "ff536a41caac4df0cfa13df66dc2805b3bb7637a"
|
|
119
119
|
}
|
|
@@ -80,7 +80,7 @@ exports[`<GrantApprovalRuleEdit /> matches the last snapshot 1`] = `
|
|
|
80
80
|
>
|
|
81
81
|
<i
|
|
82
82
|
aria-hidden="true"
|
|
83
|
-
class="
|
|
83
|
+
class="chevron circle down icon"
|
|
84
84
|
/>
|
|
85
85
|
<span
|
|
86
86
|
style="opacity: 1;"
|
|
@@ -99,7 +99,7 @@ exports[`<GrantApprovalRuleEdit /> matches the last snapshot 1`] = `
|
|
|
99
99
|
>
|
|
100
100
|
<i
|
|
101
101
|
aria-hidden="true"
|
|
102
|
-
class="icon"
|
|
102
|
+
class="circle icon"
|
|
103
103
|
/>
|
|
104
104
|
<span
|
|
105
105
|
style="opacity: 1;"
|
|
@@ -118,7 +118,7 @@ exports[`<GrantApprovalRuleEdit /> matches the last snapshot 1`] = `
|
|
|
118
118
|
>
|
|
119
119
|
<i
|
|
120
120
|
aria-hidden="true"
|
|
121
|
-
class="icon"
|
|
121
|
+
class="circle icon"
|
|
122
122
|
/>
|
|
123
123
|
<span
|
|
124
124
|
style="opacity: 1;"
|
|
@@ -738,7 +738,7 @@ exports[`<GrantApprovalRuleForm /> matches the last snapshot for new rule 1`] =
|
|
|
738
738
|
>
|
|
739
739
|
<i
|
|
740
740
|
aria-hidden="true"
|
|
741
|
-
class="
|
|
741
|
+
class="chevron circle down icon"
|
|
742
742
|
/>
|
|
743
743
|
<span
|
|
744
744
|
style="opacity: 1;"
|
|
@@ -757,7 +757,7 @@ exports[`<GrantApprovalRuleForm /> matches the last snapshot for new rule 1`] =
|
|
|
757
757
|
>
|
|
758
758
|
<i
|
|
759
759
|
aria-hidden="true"
|
|
760
|
-
class="icon"
|
|
760
|
+
class="circle icon"
|
|
761
761
|
/>
|
|
762
762
|
<span
|
|
763
763
|
style="opacity: 1;"
|
|
@@ -776,7 +776,7 @@ exports[`<GrantApprovalRuleForm /> matches the last snapshot for new rule 1`] =
|
|
|
776
776
|
>
|
|
777
777
|
<i
|
|
778
778
|
aria-hidden="true"
|
|
779
|
-
class="icon"
|
|
779
|
+
class="circle icon"
|
|
780
780
|
/>
|
|
781
781
|
<span
|
|
782
782
|
style="opacity: 1;"
|
|
@@ -74,7 +74,7 @@ exports[`<GrantApprovalRuleNew /> matches the last snapshot 1`] = `
|
|
|
74
74
|
>
|
|
75
75
|
<i
|
|
76
76
|
aria-hidden="true"
|
|
77
|
-
class="
|
|
77
|
+
class="chevron circle down icon"
|
|
78
78
|
/>
|
|
79
79
|
<span
|
|
80
80
|
style="opacity: 1;"
|
|
@@ -93,7 +93,7 @@ exports[`<GrantApprovalRuleNew /> matches the last snapshot 1`] = `
|
|
|
93
93
|
>
|
|
94
94
|
<i
|
|
95
95
|
aria-hidden="true"
|
|
96
|
-
class="icon"
|
|
96
|
+
class="circle icon"
|
|
97
97
|
/>
|
|
98
98
|
<span
|
|
99
99
|
style="opacity: 1;"
|
|
@@ -112,7 +112,7 @@ exports[`<GrantApprovalRuleNew /> matches the last snapshot 1`] = `
|
|
|
112
112
|
>
|
|
113
113
|
<i
|
|
114
114
|
aria-hidden="true"
|
|
115
|
-
class="icon"
|
|
115
|
+
class="circle icon"
|
|
116
116
|
/>
|
|
117
117
|
<span
|
|
118
118
|
style="opacity: 1;"
|
|
@@ -183,7 +183,7 @@ exports[`<ReferenceDataset /> edit dataset view matches the latest snapshot 1`]
|
|
|
183
183
|
>
|
|
184
184
|
<i
|
|
185
185
|
aria-hidden="true"
|
|
186
|
-
class="
|
|
186
|
+
class="chevron circle down icon"
|
|
187
187
|
/>
|
|
188
188
|
<span
|
|
189
189
|
style="opacity: 1;"
|
|
@@ -202,7 +202,7 @@ exports[`<ReferenceDataset /> edit dataset view matches the latest snapshot 1`]
|
|
|
202
202
|
>
|
|
203
203
|
<i
|
|
204
204
|
aria-hidden="true"
|
|
205
|
-
class="icon"
|
|
205
|
+
class="circle icon"
|
|
206
206
|
/>
|
|
207
207
|
<span
|
|
208
208
|
style="opacity: 1;"
|
|
@@ -221,7 +221,7 @@ exports[`<ReferenceDataset /> edit dataset view matches the latest snapshot 1`]
|
|
|
221
221
|
>
|
|
222
222
|
<i
|
|
223
223
|
aria-hidden="true"
|
|
224
|
-
class="icon"
|
|
224
|
+
class="circle icon"
|
|
225
225
|
/>
|
|
226
226
|
<span
|
|
227
227
|
style="opacity: 1;"
|
|
@@ -88,7 +88,7 @@ exports[`<ReferenceDatasetCreate /> matches the latest snapshot 1`] = `
|
|
|
88
88
|
>
|
|
89
89
|
<i
|
|
90
90
|
aria-hidden="true"
|
|
91
|
-
class="
|
|
91
|
+
class="chevron circle down icon"
|
|
92
92
|
/>
|
|
93
93
|
<span
|
|
94
94
|
style="opacity: 1;"
|
|
@@ -107,7 +107,7 @@ exports[`<ReferenceDatasetCreate /> matches the latest snapshot 1`] = `
|
|
|
107
107
|
>
|
|
108
108
|
<i
|
|
109
109
|
aria-hidden="true"
|
|
110
|
-
class="icon"
|
|
110
|
+
class="circle icon"
|
|
111
111
|
/>
|
|
112
112
|
<span
|
|
113
113
|
style="opacity: 1;"
|
|
@@ -126,7 +126,7 @@ exports[`<ReferenceDatasetCreate /> matches the latest snapshot 1`] = `
|
|
|
126
126
|
>
|
|
127
127
|
<i
|
|
128
128
|
aria-hidden="true"
|
|
129
|
-
class="icon"
|
|
129
|
+
class="circle icon"
|
|
130
130
|
/>
|
|
131
131
|
<span
|
|
132
132
|
style="opacity: 1;"
|
|
@@ -59,7 +59,7 @@ exports[`<ReferenceDatasetDetail /> matches the latest snapshot (edit route) 1`]
|
|
|
59
59
|
>
|
|
60
60
|
<i
|
|
61
61
|
aria-hidden="true"
|
|
62
|
-
class="
|
|
62
|
+
class="chevron circle down icon"
|
|
63
63
|
/>
|
|
64
64
|
<span
|
|
65
65
|
style="opacity: 1;"
|
|
@@ -78,7 +78,7 @@ exports[`<ReferenceDatasetDetail /> matches the latest snapshot (edit route) 1`]
|
|
|
78
78
|
>
|
|
79
79
|
<i
|
|
80
80
|
aria-hidden="true"
|
|
81
|
-
class="icon"
|
|
81
|
+
class="circle icon"
|
|
82
82
|
/>
|
|
83
83
|
<span
|
|
84
84
|
style="opacity: 1;"
|
|
@@ -97,7 +97,7 @@ exports[`<ReferenceDatasetDetail /> matches the latest snapshot (edit route) 1`]
|
|
|
97
97
|
>
|
|
98
98
|
<i
|
|
99
99
|
aria-hidden="true"
|
|
100
|
-
class="icon"
|
|
100
|
+
class="circle icon"
|
|
101
101
|
/>
|
|
102
102
|
<span
|
|
103
103
|
style="opacity: 1;"
|
|
@@ -59,7 +59,7 @@ exports[`<ReferenceDatasetForm /> matches the latest snapshot 1`] = `
|
|
|
59
59
|
>
|
|
60
60
|
<i
|
|
61
61
|
aria-hidden="true"
|
|
62
|
-
class="
|
|
62
|
+
class="chevron circle down icon"
|
|
63
63
|
/>
|
|
64
64
|
<span
|
|
65
65
|
style="opacity: 1;"
|
|
@@ -78,7 +78,7 @@ exports[`<ReferenceDatasetForm /> matches the latest snapshot 1`] = `
|
|
|
78
78
|
>
|
|
79
79
|
<i
|
|
80
80
|
aria-hidden="true"
|
|
81
|
-
class="icon"
|
|
81
|
+
class="circle icon"
|
|
82
82
|
/>
|
|
83
83
|
<span
|
|
84
84
|
style="opacity: 1;"
|
|
@@ -97,7 +97,7 @@ exports[`<ReferenceDatasetForm /> matches the latest snapshot 1`] = `
|
|
|
97
97
|
>
|
|
98
98
|
<i
|
|
99
99
|
aria-hidden="true"
|
|
100
|
-
class="icon"
|
|
100
|
+
class="circle icon"
|
|
101
101
|
/>
|
|
102
102
|
<span
|
|
103
103
|
style="opacity: 1;"
|
|
@@ -88,7 +88,7 @@ exports[`<ReferenceDatasetRoutes /> matches the latest snapshot (create route) 1
|
|
|
88
88
|
>
|
|
89
89
|
<i
|
|
90
90
|
aria-hidden="true"
|
|
91
|
-
class="
|
|
91
|
+
class="chevron circle down icon"
|
|
92
92
|
/>
|
|
93
93
|
<span
|
|
94
94
|
style="opacity: 1;"
|
|
@@ -107,7 +107,7 @@ exports[`<ReferenceDatasetRoutes /> matches the latest snapshot (create route) 1
|
|
|
107
107
|
>
|
|
108
108
|
<i
|
|
109
109
|
aria-hidden="true"
|
|
110
|
-
class="icon"
|
|
110
|
+
class="circle icon"
|
|
111
111
|
/>
|
|
112
112
|
<span
|
|
113
113
|
style="opacity: 1;"
|
|
@@ -126,7 +126,7 @@ exports[`<ReferenceDatasetRoutes /> matches the latest snapshot (create route) 1
|
|
|
126
126
|
>
|
|
127
127
|
<i
|
|
128
128
|
aria-hidden="true"
|
|
129
|
-
class="icon"
|
|
129
|
+
class="circle icon"
|
|
130
130
|
/>
|
|
131
131
|
<span
|
|
132
132
|
style="opacity: 1;"
|
|
@@ -45,6 +45,7 @@ exports[`<StructureSummary /> matches the latest snapshot 1`] = `
|
|
|
45
45
|
/>
|
|
46
46
|
<button
|
|
47
47
|
class="ui basic icon button button icon group-actions"
|
|
48
|
+
data-tooltip="Sharing"
|
|
48
49
|
>
|
|
49
50
|
<i
|
|
50
51
|
aria-hidden="true"
|
|
@@ -195,6 +196,7 @@ exports[`<StructureSummary /> matches the latest snapshot with alias 1`] = `
|
|
|
195
196
|
/>
|
|
196
197
|
<button
|
|
197
198
|
class="ui basic icon button button icon group-actions"
|
|
199
|
+
data-tooltip="Sharing"
|
|
198
200
|
>
|
|
199
201
|
<i
|
|
200
202
|
aria-hidden="true"
|