@metrevals/inspect-scout-viewer 0.3.153-beta.1765542109 → 0.4.3-beta.1765899631
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/lib/api/api.d.ts +2 -0
- package/lib/api/jsonrpc.d.ts +1 -0
- package/lib/api/request.d.ts +1 -0
- package/lib/app/appearance/icons.d.ts +2 -0
- package/lib/app/components/ColumnHeader.d.ts +6 -0
- package/lib/app/components/Explanation.d.ts +12 -0
- package/lib/app/{values → components}/Identifier.d.ts +2 -2
- package/lib/app/components/Value.d.ts +15 -0
- package/lib/app/hooks.d.ts +6 -8
- package/lib/app/scanResults/ScanResultHeader.d.ts +10 -0
- package/lib/app/{result → scanResults}/info/InfoPanel.d.ts +2 -2
- package/lib/app/scanResults/metadata/MetadataPanel.d.ts +7 -0
- package/lib/app/scanResults/result/ResultBody.d.ts +7 -0
- package/lib/app/{result → scanResults}/result/ResultPanel.d.ts +2 -2
- package/lib/app/scanResults/result/ResultSidebar.d.ts +7 -0
- package/lib/app/{result → scanResults}/transcript/TranscriptPanel.d.ts +2 -2
- package/lib/app/scans/results/ScanDataframeClearFiltersButton.d.ts +2 -0
- package/lib/app/scans/results/ScanDataframeColumnsPopover.d.ts +5 -0
- package/lib/app/scans/results/ScanDataframeFilterColumnsButton.d.ts +1 -0
- package/lib/app/{scanner → scans}/results/list/ScanResultsRow.d.ts +2 -2
- package/lib/app/scans/results/types.d.ts +1 -0
- package/lib/app/server/hooks.d.ts +4 -0
- package/lib/app/types.d.ts +40 -62
- package/lib/app/utils/refs.d.ts +3 -2
- package/lib/app/utils/results.d.ts +4 -4
- package/lib/components/CopyButton.d.ts +2 -1
- package/lib/components/DataframeView.d.ts +1 -0
- package/lib/components/MarkdownDiv.d.ts +1 -0
- package/lib/components/MarkdownDivWithReferences.d.ts +3 -0
- package/lib/content/MetaDataGrid.d.ts +5 -2
- package/lib/content/RenderedText.d.ts +3 -0
- package/lib/content/types.d.ts +1 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.js +81652 -81092
- package/lib/index.js.map +1 -1
- package/lib/state/store.d.ts +11 -5
- package/lib/styles/index.css +367 -272
- package/lib/types/index.d.ts +4 -3
- package/package.json +6 -2
- package/lib/app/result/ScanResultHeader.d.ts +0 -7
- package/lib/app/result/input/InputPanel.d.ts +0 -6
- package/lib/app/values/Explanation.d.ts +0 -7
- package/lib/app/values/Value.d.ts +0 -10
- /package/lib/app/{values → components}/Error.d.ts +0 -0
- /package/lib/app/{navbar → components}/Navbar.d.ts +0 -0
- /package/lib/app/{values → components}/ValidationResult.d.ts +0 -0
- /package/lib/app/{navbar → components}/useBreadcrumbTruncation.d.ts +0 -0
- /package/lib/app/{result → scanResults}/ScanResultNav.d.ts +0 -0
- /package/lib/app/{result → scanResults}/ScanResultPanel.d.ts +0 -0
- /package/lib/app/{result → scanResults}/error/ErrorPanel.d.ts +0 -0
- /package/lib/app/{scanner → scans}/ScannerPanel.d.ts +0 -0
- /package/lib/app/{scanner → scans}/ScannerPanelBody.d.ts +0 -0
- /package/lib/app/{scanner → scans}/ScannerPanelTitle.d.ts +0 -0
- /package/lib/app/{scanner → scans}/info/ScanInfo.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/ScanDataframeWrapTextButton.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/ScanResultsBody.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/ScanResultsFilter.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/ScanResultsGroup.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/ScanResultsOutline.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/ScanResultsPanel.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/ScanResultsSearch.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/list/ScanHeader.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/list/ScanResultsGroup.d.ts +0 -0
- /package/lib/app/{scanner → scans}/results/list/ScanResultsList.d.ts +0 -0
package/lib/styles/index.css
CHANGED
|
@@ -36,93 +36,126 @@
|
|
|
36
36
|
transform: translateX(2000%);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.error-panel {
|
|
40
|
+
flex-direction: column;
|
|
41
|
+
min-height: 10rem;
|
|
42
|
+
margin-top: 4rem;
|
|
43
|
+
margin-bottom: 4em;
|
|
40
44
|
width: 100%;
|
|
41
|
-
|
|
45
|
+
}
|
|
46
|
+
.error-panel-heading {
|
|
47
|
+
font-size: var(--inspect-font-size-larger);
|
|
42
48
|
}
|
|
43
49
|
|
|
44
|
-
.
|
|
45
|
-
|
|
50
|
+
.error-panel-body {
|
|
51
|
+
display: inline-block;
|
|
52
|
+
font-size: var(--inspect-font-size-smaller);
|
|
53
|
+
margin-top: 1rem;
|
|
54
|
+
border: solid 1px var(--bs-border-color);
|
|
46
55
|
border-radius: var(--bs-border-radius);
|
|
56
|
+
padding: 1em;
|
|
57
|
+
max-width: 80%;
|
|
47
58
|
}
|
|
48
59
|
|
|
49
|
-
.
|
|
50
|
-
font-size: var(--inspect-font-size-
|
|
51
|
-
white-space:
|
|
52
|
-
word-wrap: anywhere !important;
|
|
60
|
+
.error-panel-stack {
|
|
61
|
+
font-size: var(--inspect-font-size-smaller);
|
|
62
|
+
white-space: prewrap;
|
|
53
63
|
}
|
|
54
64
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
._tabs_1sz0h_1 {
|
|
65
|
+
.centered-flex {
|
|
66
|
+
display: flex;
|
|
67
|
+
flex: 0 0 content;
|
|
60
68
|
align-items: center;
|
|
69
|
+
justify-content: center;
|
|
61
70
|
}
|
|
62
71
|
|
|
63
|
-
.
|
|
64
|
-
|
|
65
|
-
|
|
72
|
+
.error-icon {
|
|
73
|
+
margin-right: 0.5rem;
|
|
74
|
+
color: var(--bs-red);
|
|
66
75
|
}
|
|
76
|
+
._footer_14uod_1 {
|
|
77
|
+
border-top: solid var(--bs-light-border-subtle) 1px;
|
|
78
|
+
background: var(--bs-light-bg-subtle);
|
|
79
|
+
display: grid;
|
|
80
|
+
grid-template-columns: 0.5fr 1fr 0.5fr;
|
|
81
|
+
justify-content: space-between;
|
|
67
82
|
|
|
68
|
-
.
|
|
69
|
-
height: 100%;
|
|
70
|
-
overflow-y: auto;
|
|
83
|
+
padding: 0.2em 1em;
|
|
71
84
|
}
|
|
72
85
|
|
|
73
|
-
.
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
font-weight: 500;
|
|
79
|
-
margin-top: 2px;
|
|
80
|
-
margin-bottom: -1px;
|
|
86
|
+
._spinnerContainer_14uod_11 {
|
|
87
|
+
display: grid;
|
|
88
|
+
grid-template-columns: max-content max-content;
|
|
89
|
+
column-gap: 0.3em;
|
|
90
|
+
padding-top: 0.2em;
|
|
81
91
|
}
|
|
82
92
|
|
|
83
|
-
.
|
|
84
|
-
|
|
93
|
+
._spinner_14uod_11 {
|
|
94
|
+
height: 11px;
|
|
95
|
+
width: 11px;
|
|
96
|
+
color: var(--bs-secondary);
|
|
97
|
+
border-width: 1px;
|
|
85
98
|
}
|
|
86
99
|
|
|
87
|
-
.
|
|
88
|
-
margin-
|
|
100
|
+
._label_14uod_25 {
|
|
101
|
+
margin-left: 0.1em;
|
|
102
|
+
margin-top: -3px;
|
|
89
103
|
}
|
|
90
104
|
|
|
91
|
-
.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
align-items: center;
|
|
105
|
+
._right_14uod_30 {
|
|
106
|
+
display: grid;
|
|
107
|
+
grid-auto-columns: max-content;
|
|
108
|
+
grid-auto-flow: column;
|
|
96
109
|
justify-content: end;
|
|
97
|
-
|
|
98
|
-
|
|
110
|
+
align-items: center;
|
|
111
|
+
column-gap: 0.5em;
|
|
99
112
|
}
|
|
100
113
|
|
|
101
|
-
.
|
|
102
|
-
|
|
103
|
-
|
|
114
|
+
._left_14uod_39 {
|
|
115
|
+
display: grid;
|
|
116
|
+
grid-auto-columns: max-content;
|
|
117
|
+
grid-auto-flow: column;
|
|
118
|
+
justify-content: start;
|
|
119
|
+
align-items: center;
|
|
120
|
+
column-gap: 0.5em;
|
|
104
121
|
}
|
|
105
|
-
|
|
106
|
-
|
|
122
|
+
|
|
123
|
+
._center_14uod_48 {
|
|
124
|
+
display: grid;
|
|
125
|
+
grid-auto-columns: max-content;
|
|
126
|
+
grid-auto-flow: column;
|
|
127
|
+
justify-content: center;
|
|
128
|
+
align-items: center;
|
|
129
|
+
column-gap: 0.5em;
|
|
130
|
+
}
|
|
131
|
+
._pager_jzegk_1 {
|
|
132
|
+
--bs-pagination-padding-x: 0.5em;
|
|
133
|
+
--bs-pagination-padding-y: 0.15em;
|
|
134
|
+
--bs-pagination-font-size: 0.8rem;
|
|
135
|
+
--bs-pagination-padding-x: 0.5em;
|
|
136
|
+
--bs-pagination-padding-y: 0;
|
|
137
|
+
--bs-pagination-border-radius: var(--bs-border-radius);
|
|
138
|
+
margin-bottom: 0;
|
|
107
139
|
}
|
|
108
140
|
|
|
109
|
-
.
|
|
110
|
-
|
|
141
|
+
._item_jzegk_11:not(.disabled) {
|
|
142
|
+
cursor: pointer;
|
|
111
143
|
}
|
|
112
144
|
|
|
113
|
-
.
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
0 0 0 2px rgba(var(--bs-primary-rgb), 0.5),
|
|
117
|
-
inset 0 2px 4px rgba(0, 0, 0, 0.15),
|
|
118
|
-
inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
145
|
+
._item_jzegk_11 {
|
|
146
|
+
margin-left: 0.2em;
|
|
147
|
+
margin-right: 0.2em;
|
|
119
148
|
}
|
|
120
149
|
|
|
121
|
-
.
|
|
122
|
-
.
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
150
|
+
._item_jzegk_11:first-child,
|
|
151
|
+
._item_jzegk_11:last-child {
|
|
152
|
+
--bs-pagination-padding-x: 0.3em;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
._item_jzegk_11:first-child .ii:before,
|
|
156
|
+
._item_jzegk_11:last-child .ii:before {
|
|
157
|
+
margin-top: -2px;
|
|
158
|
+
font-size: 0.8em;
|
|
126
159
|
}
|
|
127
160
|
._header_oy6cz_1 {
|
|
128
161
|
background: var(--bs-light);
|
|
@@ -190,6 +223,129 @@
|
|
|
190
223
|
padding-left: 0.5rem;
|
|
191
224
|
margin-left: 0.5rem;
|
|
192
225
|
}
|
|
226
|
+
._gridWrapper_1jp8e_1 {
|
|
227
|
+
height: 100%;
|
|
228
|
+
border-top: solid 1px var(--bs-border-color);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/* Hide sort index numbers in multi-column sort */
|
|
232
|
+
._gridWrapper_1jp8e_1 .ag-header-cell .ag-sort-order {
|
|
233
|
+
display: none;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
._row_1jp8e_11 {
|
|
237
|
+
cursor: pointer;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
._green_1jp8e_15 {
|
|
241
|
+
color: var(--bs-success);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
._red_1jp8e_19 {
|
|
245
|
+
color: var(--bs-danger);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
._yellow_1jp8e_23 {
|
|
249
|
+
color: var(--bs-warning);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
._blue_1jp8e_27 {
|
|
253
|
+
color: var(--bs-info);
|
|
254
|
+
}
|
|
255
|
+
._container_18ufx_1 {
|
|
256
|
+
display: grid;
|
|
257
|
+
grid-template-rows: max-content max-content 1fr max-content;
|
|
258
|
+
height: 100%;
|
|
259
|
+
row-gap: 0;
|
|
260
|
+
}
|
|
261
|
+
.json-panel {
|
|
262
|
+
width: 100%;
|
|
263
|
+
padding: 0.5em;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.json-panel:not(.simple) {
|
|
267
|
+
background: var(--bs-light);
|
|
268
|
+
border-radius: var(--bs-border-radius);
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.json-panel .source-code {
|
|
272
|
+
font-size: var(--inspect-font-size-small);
|
|
273
|
+
white-space: pre-wrap !important;
|
|
274
|
+
word-wrap: anywhere !important;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
/* Prism.js theme customizations can go here if needed */
|
|
278
|
+
.language-javascript {
|
|
279
|
+
background: transparent !important;
|
|
280
|
+
}
|
|
281
|
+
._tabs_1sz0h_1 {
|
|
282
|
+
align-items: center;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
._tabContents_1sz0h_5 {
|
|
286
|
+
flex: 1;
|
|
287
|
+
overflow-y: hidden;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
._tabContents_1sz0h_5._scrollable_1sz0h_10 {
|
|
291
|
+
height: 100%;
|
|
292
|
+
overflow-y: auto;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
._tab_1sz0h_1 {
|
|
296
|
+
color: "var(--bs-body-color)";
|
|
297
|
+
padding: 0.25rem 0.5rem;
|
|
298
|
+
border-top-left-radius: var(--bs-border-radius);
|
|
299
|
+
border-top-right-radius: var(--bs-border-radius);
|
|
300
|
+
font-weight: 500;
|
|
301
|
+
margin-top: 2px;
|
|
302
|
+
margin-bottom: -1px;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
._tabItem_1sz0h_25 {
|
|
306
|
+
align-self: end;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
._tabIcon_1sz0h_29 {
|
|
310
|
+
margin-right: 0.5em;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
._tabTools_1sz0h_33 {
|
|
314
|
+
flex-basis: auto;
|
|
315
|
+
margin-left: auto;
|
|
316
|
+
display: flex;
|
|
317
|
+
align-items: center;
|
|
318
|
+
justify-content: end;
|
|
319
|
+
flex-wrap: wrap;
|
|
320
|
+
row-gap: 0.3rem;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
._tabStyle_1sz0h_43 {
|
|
324
|
+
padding-left: 0.7em;
|
|
325
|
+
padding-right: 0.7em;
|
|
326
|
+
}
|
|
327
|
+
.btn._toolButton_1y0d0_1 {
|
|
328
|
+
background-color: var(--bs-light-border-subtle);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
._toolButton_1y0d0_1 i {
|
|
332
|
+
margin-right: 0.5em;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
._toolButton_1y0d0_1:focus {
|
|
336
|
+
outline: none;
|
|
337
|
+
box-shadow:
|
|
338
|
+
0 0 0 2px rgba(var(--bs-primary-rgb), 0.5),
|
|
339
|
+
inset 0 2px 4px rgba(0, 0, 0, 0.15),
|
|
340
|
+
inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
._latched_1y0d0_17,
|
|
344
|
+
._latched_1y0d0_17:hover {
|
|
345
|
+
box-shadow:
|
|
346
|
+
inset 0 2px 4px rgba(0, 0, 0, 0.15),
|
|
347
|
+
inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
348
|
+
}
|
|
193
349
|
.ansi-display {
|
|
194
350
|
font-family: monospace;
|
|
195
351
|
white-space: pre-wrap;
|
|
@@ -882,6 +1038,9 @@ a._citationLink_1ggvf_9:hover {
|
|
|
882
1038
|
._container_76qrl_7 {
|
|
883
1039
|
padding: 0.5rem;
|
|
884
1040
|
}
|
|
1041
|
+
._container_5gpfz_1 {
|
|
1042
|
+
padding: 1rem;
|
|
1043
|
+
}
|
|
885
1044
|
._progressContainer_1cjjr_1 {
|
|
886
1045
|
width: 100%;
|
|
887
1046
|
display: flex;
|
|
@@ -3942,14 +4101,31 @@ span.ap-marker-container:hover span.ap-marker {
|
|
|
3942
4101
|
border-bottom: none;
|
|
3943
4102
|
}
|
|
3944
4103
|
|
|
3945
|
-
._attachedChild_1r858_16 {
|
|
3946
|
-
border-top-left-radius: 0;
|
|
3947
|
-
border-top-right-radius: 0;
|
|
4104
|
+
._attachedChild_1r858_16 {
|
|
4105
|
+
border-top-left-radius: 0;
|
|
4106
|
+
border-top-right-radius: 0;
|
|
4107
|
+
}
|
|
4108
|
+
._header_189zi_1 {
|
|
4109
|
+
background-color: var(--bs-light-bg-subtle);
|
|
4110
|
+
border-bottom: solid 1px var(--bs-border-color);
|
|
4111
|
+
width: 100%;
|
|
4112
|
+
padding-left: 0.5rem;
|
|
4113
|
+
}
|
|
4114
|
+
._container_1fgdb_1 {
|
|
4115
|
+
height: 100%;
|
|
4116
|
+
overflow-y: hidden;
|
|
4117
|
+
}
|
|
4118
|
+
|
|
4119
|
+
._scrollable_1fgdb_6 {
|
|
4120
|
+
padding: 0.5rem;
|
|
4121
|
+
overflow-y: auto;
|
|
4122
|
+
height: 100%;
|
|
3948
4123
|
}
|
|
3949
|
-
.
|
|
3950
|
-
|
|
4124
|
+
._container_u4d55_1 {
|
|
4125
|
+
display: grid;
|
|
4126
|
+
grid-template-columns: 1fr 2fr;
|
|
4127
|
+
overflow-y: hidden;
|
|
3951
4128
|
height: 100%;
|
|
3952
|
-
overflow-y: auto;
|
|
3953
4129
|
}
|
|
3954
4130
|
._result_f18wg_1 {
|
|
3955
4131
|
display: inline-flex;
|
|
@@ -4016,42 +4192,51 @@ span.ap-marker-container:hover span.ap-marker {
|
|
|
4016
4192
|
pre._value_1uivt_24 {
|
|
4017
4193
|
margin: 0;
|
|
4018
4194
|
}
|
|
4019
|
-
.
|
|
4195
|
+
._sidebar_ruino_1 {
|
|
4196
|
+
border-right: solid 1px var(--bs-border-color);
|
|
4020
4197
|
padding: 1rem;
|
|
4198
|
+
overflow-y: auto;
|
|
4021
4199
|
}
|
|
4022
4200
|
|
|
4023
|
-
.
|
|
4201
|
+
._container_ruino_7 {
|
|
4202
|
+
display: inline-grid;
|
|
4203
|
+
grid-template-columns: 1fr 2fr;
|
|
4204
|
+
align-self: start;
|
|
4205
|
+
row-gap: 0.5rem;
|
|
4206
|
+
}
|
|
4207
|
+
|
|
4208
|
+
._colspan_ruino_14 {
|
|
4024
4209
|
grid-column: span 2;
|
|
4025
4210
|
}
|
|
4026
4211
|
|
|
4027
|
-
.
|
|
4212
|
+
._explanation_ruino_18 {
|
|
4028
4213
|
display: grid;
|
|
4029
4214
|
grid-template-columns: max-content 1fr;
|
|
4030
4215
|
column-gap: 1rem;
|
|
4031
4216
|
row-gap: 0.75rem;
|
|
4032
4217
|
}
|
|
4033
4218
|
|
|
4034
|
-
.
|
|
4219
|
+
._scanValue_ruino_25 {
|
|
4035
4220
|
padding-right: 0.5rem;
|
|
4036
4221
|
}
|
|
4037
4222
|
|
|
4038
|
-
.
|
|
4223
|
+
._values_ruino_29 {
|
|
4039
4224
|
display: grid;
|
|
4040
4225
|
grid-template-columns: max-content auto;
|
|
4041
4226
|
column-gap: 0.5rem;
|
|
4042
4227
|
}
|
|
4043
4228
|
|
|
4044
|
-
.
|
|
4229
|
+
._validation_ruino_35 {
|
|
4045
4230
|
margin-left: 1rem;
|
|
4046
4231
|
display: grid;
|
|
4047
4232
|
grid-template-columns: max-content max-content;
|
|
4048
4233
|
}
|
|
4049
4234
|
|
|
4050
|
-
.
|
|
4235
|
+
._validationLabel_ruino_41 {
|
|
4051
4236
|
padding-right: 0.5rem;
|
|
4052
4237
|
margin-top: 2px;
|
|
4053
4238
|
}
|
|
4054
|
-
.
|
|
4239
|
+
._header_87o1i_1 {
|
|
4055
4240
|
padding-left: 1rem;
|
|
4056
4241
|
padding-right: 1rem;
|
|
4057
4242
|
display: grid;
|
|
@@ -4062,24 +4247,28 @@ pre._value_1uivt_24 {
|
|
|
4062
4247
|
grid-template-rows: max-content max-content;
|
|
4063
4248
|
}
|
|
4064
4249
|
|
|
4065
|
-
.
|
|
4250
|
+
._oneCol_87o1i_12 {
|
|
4066
4251
|
grid-template-columns: 2fr;
|
|
4067
4252
|
}
|
|
4068
4253
|
|
|
4069
|
-
.
|
|
4254
|
+
._twoCol_87o1i_16 {
|
|
4070
4255
|
grid-template-columns: 1fr 1fr;
|
|
4071
4256
|
}
|
|
4072
4257
|
|
|
4073
|
-
.
|
|
4258
|
+
._threeCol_87o1i_20 {
|
|
4074
4259
|
grid-template-columns: 2fr 1fr 1fr;
|
|
4075
4260
|
}
|
|
4076
4261
|
|
|
4077
|
-
.
|
|
4262
|
+
._fourCol_87o1i_24 {
|
|
4078
4263
|
grid-template-columns: 2fr 1fr 1fr 1fr;
|
|
4079
4264
|
}
|
|
4080
4265
|
|
|
4081
|
-
.
|
|
4082
|
-
grid-template-columns:
|
|
4266
|
+
._fiveCol_87o1i_28 {
|
|
4267
|
+
grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4270
|
+
._sixCol_87o1i_32 {
|
|
4271
|
+
grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
|
|
4083
4272
|
}
|
|
4084
4273
|
._resultNav_oszqi_1 {
|
|
4085
4274
|
display: grid;
|
|
@@ -4097,194 +4286,65 @@ pre._value_1uivt_24 {
|
|
|
4097
4286
|
opacity: 0.5;
|
|
4098
4287
|
pointer-events: none;
|
|
4099
4288
|
}
|
|
4100
|
-
.
|
|
4289
|
+
._root_1ewhq_1 {
|
|
4101
4290
|
height: 100vh;
|
|
4102
4291
|
display: grid;
|
|
4103
4292
|
grid-template-rows: max-content max-content max-content max-content 1fr;
|
|
4104
4293
|
}
|
|
4105
4294
|
|
|
4106
|
-
.
|
|
4295
|
+
._scroller_1ewhq_7 {
|
|
4107
4296
|
height: 100%;
|
|
4108
4297
|
width: 100%;
|
|
4109
4298
|
overflow-y: auto;
|
|
4110
4299
|
}
|
|
4111
4300
|
|
|
4112
|
-
.
|
|
4301
|
+
._tabSet_1ewhq_13 {
|
|
4113
4302
|
max-height: 100%;
|
|
4114
4303
|
border-top: solid 1px var(--bs-border-color);
|
|
4115
|
-
overflow-y:
|
|
4304
|
+
overflow-y: hidden;
|
|
4116
4305
|
}
|
|
4117
4306
|
|
|
4118
|
-
.
|
|
4307
|
+
._tabControl_1ewhq_19 {
|
|
4119
4308
|
margin: 0.2rem;
|
|
4120
4309
|
}
|
|
4121
4310
|
|
|
4122
|
-
.
|
|
4311
|
+
._tabs_1ewhq_23 {
|
|
4123
4312
|
margin-right: 1rem;
|
|
4124
4313
|
}
|
|
4125
|
-
._container_g5onx_1 {
|
|
4126
|
-
overflow-y: auto;
|
|
4127
|
-
}
|
|
4128
|
-
.error-panel {
|
|
4129
|
-
flex-direction: column;
|
|
4130
|
-
min-height: 10rem;
|
|
4131
|
-
margin-top: 4rem;
|
|
4132
|
-
margin-bottom: 4em;
|
|
4133
|
-
width: 100%;
|
|
4134
|
-
}
|
|
4135
|
-
.error-panel-heading {
|
|
4136
|
-
font-size: var(--inspect-font-size-larger);
|
|
4137
|
-
}
|
|
4138
|
-
|
|
4139
|
-
.error-panel-body {
|
|
4140
|
-
display: inline-block;
|
|
4141
|
-
font-size: var(--inspect-font-size-smaller);
|
|
4142
|
-
margin-top: 1rem;
|
|
4143
|
-
border: solid 1px var(--bs-border-color);
|
|
4144
|
-
border-radius: var(--bs-border-radius);
|
|
4145
|
-
padding: 1em;
|
|
4146
|
-
max-width: 80%;
|
|
4147
|
-
}
|
|
4148
|
-
|
|
4149
|
-
.error-panel-stack {
|
|
4150
|
-
font-size: var(--inspect-font-size-smaller);
|
|
4151
|
-
white-space: prewrap;
|
|
4152
|
-
}
|
|
4153
|
-
|
|
4154
|
-
.centered-flex {
|
|
4155
|
-
display: flex;
|
|
4156
|
-
flex: 0 0 content;
|
|
4157
|
-
align-items: center;
|
|
4158
|
-
justify-content: center;
|
|
4159
|
-
}
|
|
4160
|
-
|
|
4161
|
-
.error-icon {
|
|
4162
|
-
margin-right: 0.5rem;
|
|
4163
|
-
color: var(--bs-red);
|
|
4164
|
-
}
|
|
4165
|
-
._footer_14uod_1 {
|
|
4166
|
-
border-top: solid var(--bs-light-border-subtle) 1px;
|
|
4167
|
-
background: var(--bs-light-bg-subtle);
|
|
4168
|
-
display: grid;
|
|
4169
|
-
grid-template-columns: 0.5fr 1fr 0.5fr;
|
|
4170
|
-
justify-content: space-between;
|
|
4171
|
-
|
|
4172
|
-
padding: 0.2em 1em;
|
|
4173
|
-
}
|
|
4174
|
-
|
|
4175
|
-
._spinnerContainer_14uod_11 {
|
|
4176
|
-
display: grid;
|
|
4177
|
-
grid-template-columns: max-content max-content;
|
|
4178
|
-
column-gap: 0.3em;
|
|
4179
|
-
padding-top: 0.2em;
|
|
4180
|
-
}
|
|
4181
|
-
|
|
4182
|
-
._spinner_14uod_11 {
|
|
4183
|
-
height: 11px;
|
|
4184
|
-
width: 11px;
|
|
4185
|
-
color: var(--bs-secondary);
|
|
4186
|
-
border-width: 1px;
|
|
4187
|
-
}
|
|
4188
|
-
|
|
4189
|
-
._label_14uod_25 {
|
|
4190
|
-
margin-left: 0.1em;
|
|
4191
|
-
margin-top: -3px;
|
|
4192
|
-
}
|
|
4193
4314
|
|
|
4194
|
-
.
|
|
4195
|
-
|
|
4196
|
-
grid-auto-columns: max-content;
|
|
4197
|
-
grid-auto-flow: column;
|
|
4198
|
-
justify-content: end;
|
|
4199
|
-
align-items: center;
|
|
4200
|
-
column-gap: 0.5em;
|
|
4315
|
+
._fullHeight_1ewhq_27 {
|
|
4316
|
+
height: 100%;
|
|
4201
4317
|
}
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
display: grid;
|
|
4205
|
-
grid-auto-columns: max-content;
|
|
4206
|
-
grid-auto-flow: column;
|
|
4207
|
-
justify-content: start;
|
|
4208
|
-
align-items: center;
|
|
4209
|
-
column-gap: 0.5em;
|
|
4318
|
+
._container_g5onx_1 {
|
|
4319
|
+
overflow-y: auto;
|
|
4210
4320
|
}
|
|
4211
|
-
|
|
4212
|
-
|
|
4321
|
+
._root_ke0e7_1 {
|
|
4322
|
+
height: 100vh;
|
|
4213
4323
|
display: grid;
|
|
4214
|
-
grid-
|
|
4215
|
-
grid-auto-flow: column;
|
|
4216
|
-
justify-content: center;
|
|
4217
|
-
align-items: center;
|
|
4218
|
-
column-gap: 0.5em;
|
|
4219
|
-
}
|
|
4220
|
-
._pager_jzegk_1 {
|
|
4221
|
-
--bs-pagination-padding-x: 0.5em;
|
|
4222
|
-
--bs-pagination-padding-y: 0.15em;
|
|
4223
|
-
--bs-pagination-font-size: 0.8rem;
|
|
4224
|
-
--bs-pagination-padding-x: 0.5em;
|
|
4225
|
-
--bs-pagination-padding-y: 0;
|
|
4226
|
-
--bs-pagination-border-radius: var(--bs-border-radius);
|
|
4227
|
-
margin-bottom: 0;
|
|
4228
|
-
}
|
|
4229
|
-
|
|
4230
|
-
._item_jzegk_11:not(.disabled) {
|
|
4231
|
-
cursor: pointer;
|
|
4232
|
-
}
|
|
4233
|
-
|
|
4234
|
-
._item_jzegk_11 {
|
|
4235
|
-
margin-left: 0.2em;
|
|
4236
|
-
margin-right: 0.2em;
|
|
4237
|
-
}
|
|
4238
|
-
|
|
4239
|
-
._item_jzegk_11:first-child,
|
|
4240
|
-
._item_jzegk_11:last-child {
|
|
4241
|
-
--bs-pagination-padding-x: 0.3em;
|
|
4242
|
-
}
|
|
4243
|
-
|
|
4244
|
-
._item_jzegk_11:first-child .ii:before,
|
|
4245
|
-
._item_jzegk_11:last-child .ii:before {
|
|
4246
|
-
margin-top: -2px;
|
|
4247
|
-
font-size: 0.8em;
|
|
4324
|
+
grid-template-rows: max-content max-content max-content max-content 1fr;
|
|
4248
4325
|
}
|
|
4249
|
-
.
|
|
4326
|
+
._gridWrapper_bykj9_1 {
|
|
4250
4327
|
height: 100%;
|
|
4251
|
-
|
|
4328
|
+
width: 100%;
|
|
4252
4329
|
}
|
|
4253
4330
|
|
|
4254
4331
|
/* Hide sort index numbers in multi-column sort */
|
|
4255
|
-
.
|
|
4332
|
+
._gridWrapper_bykj9_1 .ag-header-cell .ag-sort-order {
|
|
4256
4333
|
display: none;
|
|
4257
4334
|
}
|
|
4258
4335
|
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
._green_1jp8e_15 {
|
|
4264
|
-
color: var(--bs-success);
|
|
4265
|
-
}
|
|
4266
|
-
|
|
4267
|
-
._red_1jp8e_19 {
|
|
4268
|
-
color: var(--bs-danger);
|
|
4336
|
+
/* Set line height for grid cells */
|
|
4337
|
+
._gridWrapper_bykj9_1 .ag-cell {
|
|
4338
|
+
line-height: 1.1em;
|
|
4269
4339
|
}
|
|
4270
4340
|
|
|
4271
|
-
|
|
4272
|
-
|
|
4341
|
+
/* Row numbers cell styling */
|
|
4342
|
+
._gridWrapper_bykj9_1 .ag-cell.row-number-cell {
|
|
4343
|
+
cursor: pointer;
|
|
4273
4344
|
}
|
|
4274
4345
|
|
|
4275
|
-
.
|
|
4276
|
-
|
|
4277
|
-
}
|
|
4278
|
-
._container_18ufx_1 {
|
|
4279
|
-
display: grid;
|
|
4280
|
-
grid-template-rows: max-content max-content 1fr max-content;
|
|
4281
|
-
height: 100%;
|
|
4282
|
-
row-gap: 0;
|
|
4283
|
-
}
|
|
4284
|
-
._root_ke0e7_1 {
|
|
4285
|
-
height: 100vh;
|
|
4286
|
-
display: grid;
|
|
4287
|
-
grid-template-rows: max-content max-content max-content max-content 1fr;
|
|
4346
|
+
._gridWrapper_bykj9_1 .ag-cell.row-number-cell:hover {
|
|
4347
|
+
text-decoration: underline;
|
|
4288
4348
|
}
|
|
4289
4349
|
._rootControl_19z32_1 {
|
|
4290
4350
|
background-color: var(--bs-body-bg);
|
|
@@ -4318,6 +4378,48 @@ button._segment_19z32_10 {
|
|
|
4318
4378
|
._container_1q66p_1 {
|
|
4319
4379
|
margin: 0.5em;
|
|
4320
4380
|
}
|
|
4381
|
+
._grid_hbkjn_1 {
|
|
4382
|
+
display: grid;
|
|
4383
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
4384
|
+
column-gap: 2em;
|
|
4385
|
+
row-gap: 0.15em;
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
._row_hbkjn_8 {
|
|
4389
|
+
display: flex;
|
|
4390
|
+
align-items: center;
|
|
4391
|
+
gap: 0.5em;
|
|
4392
|
+
cursor: pointer;
|
|
4393
|
+
border-radius: var(--bs-border-radius);
|
|
4394
|
+
padding: 0.1em 0.4em;
|
|
4395
|
+
margin: 0 -0.4em;
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4398
|
+
._row_hbkjn_8:hover {
|
|
4399
|
+
background-color: var(--bs-secondary-bg);
|
|
4400
|
+
}
|
|
4401
|
+
|
|
4402
|
+
._links_hbkjn_22 {
|
|
4403
|
+
display: flex;
|
|
4404
|
+
padding-bottom: 0.2em;
|
|
4405
|
+
margin-bottom: 0.4em;
|
|
4406
|
+
column-gap: 0.3em;
|
|
4407
|
+
border-bottom: solid 1px var(--bs-border-color);
|
|
4408
|
+
}
|
|
4409
|
+
|
|
4410
|
+
._links_hbkjn_22 a {
|
|
4411
|
+
cursor: pointer;
|
|
4412
|
+
text-decoration: none;
|
|
4413
|
+
color: var(--bs-link-color);
|
|
4414
|
+
}
|
|
4415
|
+
|
|
4416
|
+
._links_hbkjn_22 a:hover {
|
|
4417
|
+
color: var(--bs-link-hover-color);
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
._selected_hbkjn_40 {
|
|
4421
|
+
font-weight: 600;
|
|
4422
|
+
}
|
|
4321
4423
|
._flex_1kye9_1 {
|
|
4322
4424
|
display: flex;
|
|
4323
4425
|
}
|
|
@@ -4336,29 +4438,6 @@ button._segment_19z32_10 {
|
|
|
4336
4438
|
margin-right: 0.3em;
|
|
4337
4439
|
margin-left: 0.2em;
|
|
4338
4440
|
}
|
|
4339
|
-
._gridWrapper_bykj9_1 {
|
|
4340
|
-
height: 100%;
|
|
4341
|
-
width: 100%;
|
|
4342
|
-
}
|
|
4343
|
-
|
|
4344
|
-
/* Hide sort index numbers in multi-column sort */
|
|
4345
|
-
._gridWrapper_bykj9_1 .ag-header-cell .ag-sort-order {
|
|
4346
|
-
display: none;
|
|
4347
|
-
}
|
|
4348
|
-
|
|
4349
|
-
/* Set line height for grid cells */
|
|
4350
|
-
._gridWrapper_bykj9_1 .ag-cell {
|
|
4351
|
-
line-height: 1.1em;
|
|
4352
|
-
}
|
|
4353
|
-
|
|
4354
|
-
/* Row numbers cell styling */
|
|
4355
|
-
._gridWrapper_bykj9_1 .ag-cell.row-number-cell {
|
|
4356
|
-
cursor: pointer;
|
|
4357
|
-
}
|
|
4358
|
-
|
|
4359
|
-
._gridWrapper_bykj9_1 .ag-cell.row-number-cell:hover {
|
|
4360
|
-
text-decoration: underline;
|
|
4361
|
-
}
|
|
4362
4441
|
._header_u9u40_1 {
|
|
4363
4442
|
border-bottom: solid var(--bs-light-border-subtle) 1px;
|
|
4364
4443
|
padding: 0.3rem 1rem;
|
|
@@ -4398,11 +4477,15 @@ button._segment_19z32_10 {
|
|
|
4398
4477
|
color: var(--bs-primary) !important;
|
|
4399
4478
|
margin-right: 0.3rem;
|
|
4400
4479
|
}
|
|
4401
|
-
.
|
|
4480
|
+
._id_3fl9e_1 {
|
|
4402
4481
|
display: grid;
|
|
4403
4482
|
grid-template-rows: auto auto;
|
|
4404
4483
|
row-gap: 0;
|
|
4405
4484
|
}
|
|
4485
|
+
|
|
4486
|
+
._idContainer_3fl9e_7 {
|
|
4487
|
+
overflow-wrap: anywhere;
|
|
4488
|
+
}
|
|
4406
4489
|
._row_diloz_1 {
|
|
4407
4490
|
border-bottom: solid 1px var(--bs-border-color);
|
|
4408
4491
|
padding: 0.5rem 1rem;
|
|
@@ -4466,23 +4549,31 @@ button._segment_19z32_10 {
|
|
|
4466
4549
|
._scrollContainer_94id2_15 {
|
|
4467
4550
|
overflow-y: auto;
|
|
4468
4551
|
}
|
|
4469
|
-
.
|
|
4552
|
+
._container_1ov9x_1 {
|
|
4470
4553
|
border-right: solid 1px var(--bs-border-color);
|
|
4471
4554
|
}
|
|
4472
4555
|
|
|
4473
|
-
.
|
|
4556
|
+
._entry_1ov9x_5 {
|
|
4474
4557
|
padding: 0.5em;
|
|
4558
|
+
display: grid;
|
|
4559
|
+
grid-template-columns: auto 1fr;
|
|
4560
|
+
column-gap: 0.5rem;
|
|
4475
4561
|
}
|
|
4476
4562
|
|
|
4477
|
-
.
|
|
4563
|
+
._entry_1ov9x_5._selected_1ov9x_12 {
|
|
4478
4564
|
background-color: var(--bs-secondary-bg);
|
|
4479
4565
|
}
|
|
4480
4566
|
|
|
4481
|
-
.
|
|
4567
|
+
._titleBlock_1ov9x_16 {
|
|
4482
4568
|
margin-bottom: 0.1rem;
|
|
4569
|
+
grid-column: 1 / -1;
|
|
4570
|
+
}
|
|
4571
|
+
|
|
4572
|
+
._validations_1ov9x_21 {
|
|
4573
|
+
grid-column: 1 / -1;
|
|
4483
4574
|
}
|
|
4484
4575
|
|
|
4485
|
-
.
|
|
4576
|
+
._subTitle_1ov9x_25 {
|
|
4486
4577
|
margin-top: -0.2rem;
|
|
4487
4578
|
max-height: 2rem;
|
|
4488
4579
|
overflow: hidden;
|
|
@@ -4492,21 +4583,25 @@ button._segment_19z32_10 {
|
|
|
4492
4583
|
word-wrap: break-word;
|
|
4493
4584
|
}
|
|
4494
4585
|
|
|
4495
|
-
.
|
|
4586
|
+
._selected_1ov9x_12 ._title_1ov9x_16 {
|
|
4496
4587
|
font-weight: 600;
|
|
4497
4588
|
}
|
|
4498
4589
|
|
|
4499
|
-
.
|
|
4590
|
+
._entry_1ov9x_5:hover {
|
|
4500
4591
|
color: var(--bs-link-hover-color);
|
|
4501
4592
|
cursor: pointer;
|
|
4502
4593
|
}
|
|
4503
4594
|
|
|
4504
|
-
.
|
|
4595
|
+
._numericResultTable_1ov9x_44 {
|
|
4505
4596
|
display: grid;
|
|
4506
4597
|
grid-template-columns: auto auto;
|
|
4507
4598
|
column-gap: 0.5rem;
|
|
4508
4599
|
row-gap: 0;
|
|
4509
4600
|
}
|
|
4601
|
+
|
|
4602
|
+
._contents_1ov9x_51 {
|
|
4603
|
+
display: contents;
|
|
4604
|
+
}
|
|
4510
4605
|
._container_1db6h_1 {
|
|
4511
4606
|
display: grid;
|
|
4512
4607
|
grid-template-columns: 200px 1fr;
|
|
@@ -4574,7 +4669,7 @@ button._segment_19z32_10 {
|
|
|
4574
4669
|
._tabControl_10t9t_10 {
|
|
4575
4670
|
padding: 0.3em 1em !important;
|
|
4576
4671
|
}
|
|
4577
|
-
.
|
|
4672
|
+
._scanTitleView_1ayz3_1 {
|
|
4578
4673
|
display: grid;
|
|
4579
4674
|
grid-template-columns: max-content max-content;
|
|
4580
4675
|
justify-content: space-between;
|
|
@@ -4583,7 +4678,7 @@ button._segment_19z32_10 {
|
|
|
4583
4678
|
padding: 0.5em;
|
|
4584
4679
|
}
|
|
4585
4680
|
|
|
4586
|
-
.
|
|
4681
|
+
._leftColumn_1ayz3_10 {
|
|
4587
4682
|
display: grid;
|
|
4588
4683
|
grid-template-columns: max-content max-content 1fr;
|
|
4589
4684
|
align-items: baseline;
|
|
@@ -4591,38 +4686,38 @@ button._segment_19z32_10 {
|
|
|
4591
4686
|
column-gap: 0.3rem;
|
|
4592
4687
|
}
|
|
4593
4688
|
|
|
4594
|
-
.
|
|
4689
|
+
._rightColumn_1ayz3_18 {
|
|
4595
4690
|
}
|
|
4596
4691
|
|
|
4597
|
-
.
|
|
4692
|
+
._scanTitleView_1ayz3_1 h1 {
|
|
4598
4693
|
margin: 0;
|
|
4599
4694
|
font-weight: 600;
|
|
4600
4695
|
font-size: 1.3em;
|
|
4601
4696
|
}
|
|
4602
4697
|
|
|
4603
|
-
.
|
|
4698
|
+
._scanTitleView_1ayz3_1 h2 {
|
|
4604
4699
|
margin: 0;
|
|
4605
4700
|
font-weight: 500;
|
|
4606
4701
|
font-size: 1em;
|
|
4607
4702
|
color: var(--bs-secondary-text-color);
|
|
4608
4703
|
}
|
|
4609
4704
|
|
|
4610
|
-
.
|
|
4705
|
+
._scanTitleView_1ayz3_1 ._secondaryRow_1ayz3_34 {
|
|
4611
4706
|
display: grid;
|
|
4612
4707
|
grid-template-columns: max-content max-content;
|
|
4613
4708
|
column-gap: 0.2rem;
|
|
4614
4709
|
}
|
|
4615
4710
|
|
|
4616
|
-
.
|
|
4711
|
+
._subtitle_1ayz3_40 {
|
|
4712
|
+
grid-column: 1 / -1;
|
|
4713
|
+
display: grid;
|
|
4714
|
+
grid-template-columns: max-content max-content max-content max-content max-content;
|
|
4715
|
+
column-gap: 0.1rem;
|
|
4617
4716
|
margin: 0;
|
|
4618
4717
|
font-size: 0.8em;
|
|
4619
4718
|
font-weight: 400;
|
|
4620
4719
|
color: var(--bs-secondary-text-color);
|
|
4621
4720
|
}
|
|
4622
|
-
|
|
4623
|
-
._subtitle_1vka4_47 {
|
|
4624
|
-
grid-column: 1 / -1;
|
|
4625
|
-
}
|
|
4626
4721
|
/**
|
|
4627
4722
|
* prism.js default theme for JavaScript, CSS and HTML
|
|
4628
4723
|
* Based on dabblet (http://dabblet.com)
|