synapse-react-client 3.0.34 → 3.0.37
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/README.md +2 -10
- package/dist/containers/CardContainer.js +3 -1
- package/dist/containers/CardContainer.js.map +1 -1
- package/dist/containers/GenericCard.d.ts +2 -2
- package/dist/containers/GenericCard.js +1 -1
- package/dist/containers/GenericCard.js.map +1 -1
- package/dist/containers/QueryContext.d.ts +1 -1
- package/dist/containers/QueryVisualizationWrapper.js +7 -5
- package/dist/containers/QueryVisualizationWrapper.js.map +1 -1
- package/dist/containers/QueryWrapper.js +5 -10
- package/dist/containers/QueryWrapper.js.map +1 -1
- package/dist/containers/SubsectionRowRenderer.js +5 -1
- package/dist/containers/SubsectionRowRenderer.js.map +1 -1
- package/dist/containers/SynapseNavDrawer.js +1 -1
- package/dist/containers/SynapseNavDrawer.js.map +1 -1
- package/dist/containers/TableFeedCards.js +8 -4
- package/dist/containers/TableFeedCards.js.map +1 -1
- package/dist/containers/TotalQueryResults.d.ts +1 -1
- package/dist/containers/TotalQueryResults.js +11 -8
- package/dist/containers/TotalQueryResults.js.map +1 -1
- package/dist/containers/UpsetPlot.js +3 -0
- package/dist/containers/UpsetPlot.js.map +1 -1
- package/dist/containers/UserCardList.js +7 -4
- package/dist/containers/UserCardList.js.map +1 -1
- package/dist/containers/UserCardListRotate.js +3 -1
- package/dist/containers/UserCardListRotate.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinderModal.d.ts +1 -0
- package/dist/containers/entity_finder/EntityFinderModal.js +32 -15
- package/dist/containers/entity_finder/EntityFinderModal.js.map +1 -1
- package/dist/containers/entity_finder/details/configurations/FavoritesDetails.js +1 -1
- package/dist/containers/entity_finder/details/configurations/FavoritesDetails.js.map +1 -1
- package/dist/containers/entity_finder/tree/EntityTree.js +1 -1
- package/dist/containers/entity_finder/tree/EntityTree.js.map +1 -1
- package/dist/containers/home_page/featured_tools/FeaturedToolsList.js +10 -5
- package/dist/containers/home_page/featured_tools/FeaturedToolsList.js.map +1 -1
- package/dist/containers/home_page/goals/Goals.js +9 -1
- package/dist/containers/home_page/goals/Goals.js.map +1 -1
- package/dist/containers/home_page/programs/Programs.js +5 -1
- package/dist/containers/home_page/programs/Programs.js.map +1 -1
- package/dist/containers/home_page/project_view_carousel/ProjectViewCarousel.js +9 -4
- package/dist/containers/home_page/project_view_carousel/ProjectViewCarousel.js.map +1 -1
- package/dist/containers/home_page/resources/Resources.js +3 -0
- package/dist/containers/home_page/resources/Resources.js.map +1 -1
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +4 -6
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js.map +1 -1
- package/dist/containers/synapse_table_functions/SynapseTableCell.d.ts +2 -2
- package/dist/containers/synapse_table_functions/SynapseTableCell.js.map +1 -1
- package/dist/containers/table/StandaloneQueryWrapper.js +1 -1
- package/dist/containers/table/StandaloneQueryWrapper.js.map +1 -1
- package/dist/containers/table/SynapseTable.d.ts +0 -7
- package/dist/containers/table/SynapseTable.js +5 -32
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/containers/table/TopLevelControls.js +19 -18
- package/dist/containers/table/TopLevelControls.js.map +1 -1
- package/dist/containers/table/table-top/ColumnSelection.js +2 -6
- package/dist/containers/table/table-top/ColumnSelection.js.map +1 -1
- package/dist/containers/widgets/ElementWithTooltip.js +2 -8
- package/dist/containers/widgets/ElementWithTooltip.js.map +1 -1
- package/dist/containers/widgets/Range.d.ts +3 -3
- package/dist/containers/widgets/Range.js +1 -1
- package/dist/containers/widgets/Range.js.map +1 -1
- package/dist/containers/widgets/RangeSlider.d.ts +1 -1
- package/dist/containers/widgets/RangeSlider.js.map +1 -1
- package/dist/containers/widgets/facet-nav/FacetNav.d.ts +0 -1
- package/dist/containers/widgets/facet-nav/FacetNav.js +10 -10
- package/dist/containers/widgets/facet-nav/FacetNav.js.map +1 -1
- package/dist/containers/widgets/query-filter/QueryFilter.js +0 -1
- package/dist/containers/widgets/query-filter/QueryFilter.js.map +1 -1
- package/dist/style/base/_core.scss +8 -1
- package/dist/style/components/_column-selection.scss +0 -16
- package/dist/style/components/_element-with-tooltip.scss +0 -28
- package/dist/style/components/_query-filter.scss +1 -2
- package/dist/style/components/_query-wrapper-plot-nav.scss +59 -70
- package/dist/style/components/_total-query-results.scss +1 -31
- package/dist/style/main.css +59 -124
- package/dist/umd/synapse-react-client.development.css +62 -128
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +2167 -2201
- package/dist/umd/synapse-react-client.development.js.map +3 -3
- package/dist/umd/synapse-react-client.production.min.css +1 -1
- package/dist/umd/synapse-react-client.production.min.js +74 -74
- package/dist/utils/SynapseClient.d.ts +2 -1
- package/dist/utils/SynapseClient.js +10 -4
- package/dist/utils/SynapseClient.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/user/useFavorites.d.ts +3 -2
- package/dist/utils/hooks/SynapseAPI/user/useFavorites.js +13 -6
- package/dist/utils/hooks/SynapseAPI/user/useFavorites.js.map +1 -1
- package/dist/utils/synapseTypes/FavoriteSortBy.d.ts +2 -0
- package/dist/utils/synapseTypes/FavoriteSortBy.js +3 -0
- package/dist/utils/synapseTypes/FavoriteSortBy.js.map +1 -0
- package/dist/utils/synapseTypes/Table/QueryResult.d.ts +1 -1
- package/dist/utils/synapseTypes/Table/Table.d.ts +1 -0
- package/dist/utils/synapseTypes/Table/TableEntity.d.ts +0 -1
- package/package.json +1 -5
- package/dist/containers/query_wrapper_plot_nav/QueryFilterToggleButton.d.ts +0 -3
- package/dist/containers/query_wrapper_plot_nav/QueryFilterToggleButton.js +0 -25
- package/dist/containers/query_wrapper_plot_nav/QueryFilterToggleButton.js.map +0 -1
|
@@ -145,6 +145,13 @@ svg.SRC-hoverBox {
|
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
+
.SRC-grey-background-hover {
|
|
149
|
+
&:hover,
|
|
150
|
+
&[aria-expanded='true'] {
|
|
151
|
+
background-color: map.get(SRC.$colors, 'gray-400');
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
148
155
|
.SRC-facets {
|
|
149
156
|
padding: 4px 12px;
|
|
150
157
|
border-radius: 20px;
|
|
@@ -1205,7 +1212,7 @@ hr ~ .SRC-wrapper {
|
|
|
1205
1212
|
padding: 0px;
|
|
1206
1213
|
}
|
|
1207
1214
|
|
|
1208
|
-
#addAndRemoveColumns
|
|
1215
|
+
#addAndRemoveColumns-dropdown.dropdown-menu {
|
|
1209
1216
|
max-height: 300px;
|
|
1210
1217
|
overflow: auto;
|
|
1211
1218
|
}
|
|
@@ -9,19 +9,3 @@
|
|
|
9
9
|
stroke: white !important;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
|
|
13
|
-
button {
|
|
14
|
-
&:hover {
|
|
15
|
-
@extend %column-theme-dark;
|
|
16
|
-
.SRC-column-light-theme {
|
|
17
|
-
.SRC-light-column {
|
|
18
|
-
fill: SRC.$primary-action-color !important;
|
|
19
|
-
stroke: white !important;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.show button svg {
|
|
26
|
-
@extend %column-theme-dark;
|
|
27
|
-
}
|
|
@@ -12,13 +12,6 @@
|
|
|
12
12
|
fill: SRC.$primary-action-color;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
|
|
16
|
-
&:hover {
|
|
17
|
-
svg,
|
|
18
|
-
path {
|
|
19
|
-
fill: #fff;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
15
|
&.dark-theme {
|
|
23
16
|
svg {
|
|
24
17
|
fill: SRC.$primary-action-color;
|
|
@@ -30,27 +23,6 @@
|
|
|
30
23
|
fill: SRC.$primary-action-color;
|
|
31
24
|
}
|
|
32
25
|
}
|
|
33
|
-
|
|
34
|
-
&:hover {
|
|
35
|
-
svg,
|
|
36
|
-
path {
|
|
37
|
-
fill: #fff;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
.show {
|
|
43
|
-
.ElementWithTooltip {
|
|
44
|
-
&.dark-theme {
|
|
45
|
-
svg {
|
|
46
|
-
fill: SRC.$primary-action-color;
|
|
47
|
-
color: white !important;
|
|
48
|
-
|
|
49
|
-
path {
|
|
50
|
-
fill: white;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
26
|
}
|
|
55
27
|
}
|
|
56
28
|
|
|
@@ -1,77 +1,48 @@
|
|
|
1
1
|
@use '../abstracts/variables' as SRC;
|
|
2
|
+
@use 'sass:map';
|
|
2
3
|
|
|
3
4
|
.QueryWrapperPlotNav {
|
|
4
5
|
@media (min-width: map-get(SRC.$breakpoints, 'medium')) {
|
|
5
6
|
.SRC-wrapper {
|
|
6
7
|
display: grid;
|
|
7
|
-
grid-template-columns: 25%
|
|
8
|
-
padding-right: 15px;
|
|
8
|
+
grid-template-columns: 25% 75%;
|
|
9
9
|
|
|
10
10
|
// by default, children take up the full row
|
|
11
11
|
> * {
|
|
12
|
-
grid-column: 1 / span
|
|
12
|
+
grid-column: 1 / span 2;
|
|
13
13
|
}
|
|
14
14
|
&.has-facets {
|
|
15
|
-
|
|
16
|
-
grid-template-columns: 60px 10px 25% 10px 75%;
|
|
15
|
+
grid-template-columns: 25% 75%;
|
|
17
16
|
> * {
|
|
18
|
-
grid-column:
|
|
19
|
-
}
|
|
20
|
-
.download-confirmation,
|
|
21
|
-
.TotalQueryResults,
|
|
22
|
-
.FacetNav,
|
|
23
|
-
.FilterAndView,
|
|
24
|
-
.TopLevelControls,
|
|
25
|
-
.QueryWrapperSearchInput,
|
|
26
|
-
.QueryWrapperSqlEditorInput,
|
|
27
|
-
.ErrorBannerWrapper {
|
|
28
|
-
margin-left: 30px;
|
|
17
|
+
grid-column: 1 / span 2;
|
|
29
18
|
}
|
|
30
19
|
}
|
|
31
20
|
}
|
|
32
21
|
.SRC-wrapper {
|
|
33
|
-
.QueryFilterToggleButton {
|
|
34
|
-
position: relative;
|
|
35
|
-
left: -23px;
|
|
36
|
-
top: 20px;
|
|
37
|
-
button.btn.btn-outline-primary {
|
|
38
|
-
border-radius: 50% !important;
|
|
39
|
-
background-color: white;
|
|
40
|
-
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important; // bootstrap-4-backport specifies "none !important" :(
|
|
41
|
-
border: none;
|
|
42
|
-
width: 45px;
|
|
43
|
-
height: 45px;
|
|
44
|
-
&:hover {
|
|
45
|
-
background-color: SRC.$primary-action-color;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
22
|
// row
|
|
50
23
|
.QueryFilter {
|
|
51
|
-
grid-row:
|
|
52
|
-
}
|
|
53
|
-
.QueryFilterToggleButton {
|
|
54
|
-
grid-row: 1 / span 1;
|
|
55
|
-
svg {
|
|
56
|
-
margin-bottom: 2px;
|
|
57
|
-
}
|
|
24
|
+
grid-row: 3 / span 100;
|
|
58
25
|
}
|
|
59
26
|
.TopLevelControls {
|
|
60
27
|
grid-row: 1 / span 1;
|
|
61
28
|
}
|
|
62
|
-
.
|
|
29
|
+
.TotalQueryResults {
|
|
63
30
|
grid-row: 2 / span 1;
|
|
64
31
|
}
|
|
65
|
-
.
|
|
32
|
+
.download-confirmation {
|
|
66
33
|
grid-row: 3 / span 1;
|
|
67
|
-
margin-bottom: 10px;
|
|
68
34
|
}
|
|
69
|
-
.
|
|
35
|
+
.QueryWrapperSearchInput {
|
|
70
36
|
grid-row: 4 / span 1;
|
|
71
|
-
|
|
37
|
+
.MuiCollapse-entered {
|
|
38
|
+
margin: 5px 0px;
|
|
39
|
+
}
|
|
72
40
|
}
|
|
73
|
-
.
|
|
41
|
+
.QueryWrapperSqlEditorInput {
|
|
74
42
|
grid-row: 5 / span 1;
|
|
43
|
+
.MuiCollapse-entered {
|
|
44
|
+
margin: 5px 0px;
|
|
45
|
+
}
|
|
75
46
|
}
|
|
76
47
|
.ErrorBannerWrapper {
|
|
77
48
|
grid-row: 6 / span 1;
|
|
@@ -86,23 +57,20 @@
|
|
|
86
57
|
// column (depends on if we are showing facet filters)
|
|
87
58
|
.isShowingFacetFilters {
|
|
88
59
|
&.QueryFilter {
|
|
89
|
-
grid-column: 1 / span
|
|
90
|
-
}
|
|
91
|
-
&.QueryFilterToggleButton {
|
|
92
|
-
grid-column: 4 / span 1;
|
|
93
|
-
svg {
|
|
94
|
-
margin-left: 2px;
|
|
95
|
-
}
|
|
60
|
+
grid-column: 1 / span 1;
|
|
96
61
|
}
|
|
97
62
|
&.download-confirmation,
|
|
98
63
|
&.FacetNav,
|
|
99
|
-
&.TotalQueryResults,
|
|
100
|
-
&.FilterAndView,
|
|
101
|
-
&.TopLevelControls,
|
|
102
64
|
&.QueryWrapperSearchInput,
|
|
103
65
|
&.QueryWrapperSqlEditorInput,
|
|
104
|
-
&.ErrorBannerWrapper
|
|
105
|
-
|
|
66
|
+
&.ErrorBannerWrapper,
|
|
67
|
+
&.FilterAndView {
|
|
68
|
+
grid-column: 2 / span 1;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&.TopLevelControls,
|
|
72
|
+
&.TotalQueryResults {
|
|
73
|
+
grid-column: 1 / span 2;
|
|
106
74
|
}
|
|
107
75
|
}
|
|
108
76
|
.isHidingFacetFilters {
|
|
@@ -112,18 +80,23 @@
|
|
|
112
80
|
display: none;
|
|
113
81
|
}
|
|
114
82
|
}
|
|
115
|
-
&.
|
|
116
|
-
|
|
83
|
+
&.FilterAndView {
|
|
84
|
+
margin-top: 10px;
|
|
117
85
|
}
|
|
118
86
|
}
|
|
119
87
|
}
|
|
120
88
|
}
|
|
121
89
|
|
|
122
|
-
|
|
123
|
-
.
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
90
|
+
.SRC-wrapper {
|
|
91
|
+
> .QueryFilter,
|
|
92
|
+
> .download-confirmation,
|
|
93
|
+
> .FacetNav,
|
|
94
|
+
> .TotalQueryResults,
|
|
95
|
+
> .QueryWrapperSearchInput,
|
|
96
|
+
> .QueryWrapperSqlEditorInput,
|
|
97
|
+
> .ErrorBannerWrapper,
|
|
98
|
+
> .FilterAndView {
|
|
99
|
+
margin-left: 15px;
|
|
127
100
|
}
|
|
128
101
|
}
|
|
129
102
|
|
|
@@ -155,22 +128,38 @@
|
|
|
155
128
|
}
|
|
156
129
|
|
|
157
130
|
.TopLevelControls {
|
|
158
|
-
|
|
131
|
+
> * {
|
|
159
132
|
display: flex;
|
|
160
133
|
justify-content: space-between;
|
|
161
134
|
font-weight: bold;
|
|
162
|
-
margin
|
|
135
|
+
margin: 0px 0px 0px 15px;
|
|
136
|
+
p {
|
|
137
|
+
margin-top: 0px;
|
|
138
|
+
}
|
|
163
139
|
}
|
|
164
|
-
|
|
165
|
-
padding-bottom: 10px;
|
|
166
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
167
|
-
margin-bottom: 15px;
|
|
140
|
+
background-color: rgba(map.get(SRC.$primary-color-palette, 500), 0.05);
|
|
168
141
|
&__showhidefacetfilters {
|
|
169
142
|
display: none;
|
|
170
143
|
}
|
|
171
144
|
&__querycount {
|
|
172
145
|
display: inline-flex;
|
|
173
146
|
align-items: center;
|
|
147
|
+
&__facetFilterLink {
|
|
148
|
+
height: 100%;
|
|
149
|
+
display: flex;
|
|
150
|
+
flex-wrap: nowrap;
|
|
151
|
+
justify-content: flex-start;
|
|
152
|
+
align-items: stretch;
|
|
153
|
+
margin-left: 15px;
|
|
154
|
+
font-weight: 400 !important;
|
|
155
|
+
&__text {
|
|
156
|
+
margin-top: 4px;
|
|
157
|
+
}
|
|
158
|
+
svg {
|
|
159
|
+
margin-right: 7px;
|
|
160
|
+
margin-top: 8px;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
174
163
|
}
|
|
175
164
|
&__actions {
|
|
176
165
|
display: inline-flex;
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
border-radius: 2px;
|
|
27
27
|
white-space: nowrap;
|
|
28
28
|
height: fit-content;
|
|
29
|
+
margin-top: 8px;
|
|
29
30
|
}
|
|
30
31
|
}
|
|
31
32
|
|
|
@@ -55,34 +56,3 @@
|
|
|
55
56
|
}
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
|
-
|
|
59
|
-
.notch-down {
|
|
60
|
-
position: relative;
|
|
61
|
-
&:after,
|
|
62
|
-
&::after {
|
|
63
|
-
position: absolute;
|
|
64
|
-
left: 2.4rem;
|
|
65
|
-
bottom: -10px;
|
|
66
|
-
content: '';
|
|
67
|
-
width: 0;
|
|
68
|
-
height: 0;
|
|
69
|
-
border-top: solid 10px;
|
|
70
|
-
border-top-color: #f9f9f9;
|
|
71
|
-
border-left: solid 10px transparent;
|
|
72
|
-
border-right: solid 10px transparent;
|
|
73
|
-
}
|
|
74
|
-
// https://stackoverflow.com/questions/9450733/css-triangle-custom-border-color
|
|
75
|
-
&:before,
|
|
76
|
-
&::before {
|
|
77
|
-
position: absolute;
|
|
78
|
-
left: calc(2.4rem - 2px);
|
|
79
|
-
bottom: -12px;
|
|
80
|
-
content: '';
|
|
81
|
-
width: 0;
|
|
82
|
-
height: 0;
|
|
83
|
-
border-top: solid 12px;
|
|
84
|
-
border-top-color: inherit;
|
|
85
|
-
border-left: solid 12px transparent;
|
|
86
|
-
border-right: solid 12px transparent;
|
|
87
|
-
}
|
|
88
|
-
}
|
package/dist/style/main.css
CHANGED
|
@@ -14333,6 +14333,10 @@ svg.SRC-hoverBox:hover:after {
|
|
|
14333
14333
|
fill: #fff;
|
|
14334
14334
|
}
|
|
14335
14335
|
|
|
14336
|
+
.SRC-grey-background-hover:hover, .SRC-grey-background-hover[aria-expanded=true] {
|
|
14337
|
+
background-color: #dfe2e6;
|
|
14338
|
+
}
|
|
14339
|
+
|
|
14336
14340
|
.SRC-facets {
|
|
14337
14341
|
padding: 4px 12px;
|
|
14338
14342
|
border-radius: 20px;
|
|
@@ -15382,7 +15386,7 @@ hr ~ .SRC-wrapper .SRC-marginTopMinusTen {
|
|
|
15382
15386
|
padding: 0px;
|
|
15383
15387
|
}
|
|
15384
15388
|
|
|
15385
|
-
#addAndRemoveColumns
|
|
15389
|
+
#addAndRemoveColumns-dropdown.dropdown-menu {
|
|
15386
15390
|
max-height: 300px;
|
|
15387
15391
|
overflow: auto;
|
|
15388
15392
|
}
|
|
@@ -17406,8 +17410,7 @@ svg.HelpButton {
|
|
|
17406
17410
|
}
|
|
17407
17411
|
|
|
17408
17412
|
.QueryFilter {
|
|
17409
|
-
padding:
|
|
17410
|
-
background-color: rgba(64, 123, 160, 0.05);
|
|
17413
|
+
padding-top: 18px;
|
|
17411
17414
|
}
|
|
17412
17415
|
.QueryFilter__title {
|
|
17413
17416
|
font-weight: bold;
|
|
@@ -17991,6 +17994,7 @@ svg.HelpButton {
|
|
|
17991
17994
|
border-radius: 2px;
|
|
17992
17995
|
white-space: nowrap;
|
|
17993
17996
|
height: fit-content;
|
|
17997
|
+
margin-top: 8px;
|
|
17994
17998
|
}
|
|
17995
17999
|
|
|
17996
18000
|
.SelectionCriteriaPill {
|
|
@@ -18019,34 +18023,6 @@ svg.HelpButton {
|
|
|
18019
18023
|
font-size: 1.25rem;
|
|
18020
18024
|
}
|
|
18021
18025
|
|
|
18022
|
-
.notch-down {
|
|
18023
|
-
position: relative;
|
|
18024
|
-
}
|
|
18025
|
-
.notch-down:after, .notch-down::after {
|
|
18026
|
-
position: absolute;
|
|
18027
|
-
left: 2.4rem;
|
|
18028
|
-
bottom: -10px;
|
|
18029
|
-
content: "";
|
|
18030
|
-
width: 0;
|
|
18031
|
-
height: 0;
|
|
18032
|
-
border-top: solid 10px;
|
|
18033
|
-
border-top-color: #f9f9f9;
|
|
18034
|
-
border-left: solid 10px transparent;
|
|
18035
|
-
border-right: solid 10px transparent;
|
|
18036
|
-
}
|
|
18037
|
-
.notch-down:before, .notch-down::before {
|
|
18038
|
-
position: absolute;
|
|
18039
|
-
left: calc(2.4rem - 2px);
|
|
18040
|
-
bottom: -12px;
|
|
18041
|
-
content: "";
|
|
18042
|
-
width: 0;
|
|
18043
|
-
height: 0;
|
|
18044
|
-
border-top: solid 12px;
|
|
18045
|
-
border-top-color: inherit;
|
|
18046
|
-
border-left: solid 12px transparent;
|
|
18047
|
-
border-right: solid 12px transparent;
|
|
18048
|
-
}
|
|
18049
|
-
|
|
18050
18026
|
.page-progress button,
|
|
18051
18027
|
.page-progress button:active,
|
|
18052
18028
|
.page-progress button:focus,
|
|
@@ -18223,71 +18199,41 @@ svg.HelpButton {
|
|
|
18223
18199
|
@media (min-width: 768px) {
|
|
18224
18200
|
.QueryWrapperPlotNav .SRC-wrapper {
|
|
18225
18201
|
display: grid;
|
|
18226
|
-
grid-template-columns: 25%
|
|
18227
|
-
padding-right: 15px;
|
|
18202
|
+
grid-template-columns: 25% 75%;
|
|
18228
18203
|
}
|
|
18229
18204
|
.QueryWrapperPlotNav .SRC-wrapper > * {
|
|
18230
|
-
grid-column: 1/span
|
|
18205
|
+
grid-column: 1/span 2;
|
|
18231
18206
|
}
|
|
18232
18207
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets {
|
|
18233
|
-
|
|
18234
|
-
grid-template-columns: 60px 10px 25% 10px 75%;
|
|
18208
|
+
grid-template-columns: 25% 75%;
|
|
18235
18209
|
}
|
|
18236
18210
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets > * {
|
|
18237
|
-
grid-column:
|
|
18238
|
-
}
|
|
18239
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .download-confirmation,
|
|
18240
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .TotalQueryResults,
|
|
18241
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FacetNav,
|
|
18242
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FilterAndView,
|
|
18243
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .TopLevelControls,
|
|
18244
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .QueryWrapperSearchInput,
|
|
18245
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .QueryWrapperSqlEditorInput,
|
|
18246
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .ErrorBannerWrapper {
|
|
18247
|
-
margin-left: 30px;
|
|
18248
|
-
}
|
|
18249
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
18250
|
-
position: relative;
|
|
18251
|
-
left: -23px;
|
|
18252
|
-
top: 20px;
|
|
18253
|
-
}
|
|
18254
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary {
|
|
18255
|
-
border-radius: 50% !important;
|
|
18256
|
-
background-color: white;
|
|
18257
|
-
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
|
|
18258
|
-
border: none;
|
|
18259
|
-
width: 45px;
|
|
18260
|
-
height: 45px;
|
|
18261
|
-
}
|
|
18262
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary:hover {
|
|
18263
|
-
background-color: rgb(64, 123, 160);
|
|
18211
|
+
grid-column: 1/span 2;
|
|
18264
18212
|
}
|
|
18265
18213
|
.QueryWrapperPlotNav .SRC-wrapper .QueryFilter {
|
|
18266
|
-
grid-row:
|
|
18267
|
-
}
|
|
18268
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
18269
|
-
grid-row: 1/span 1;
|
|
18270
|
-
}
|
|
18271
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton svg {
|
|
18272
|
-
margin-bottom: 2px;
|
|
18214
|
+
grid-row: 3/span 100;
|
|
18273
18215
|
}
|
|
18274
18216
|
.QueryWrapperPlotNav .SRC-wrapper .TopLevelControls {
|
|
18275
18217
|
grid-row: 1/span 1;
|
|
18276
18218
|
}
|
|
18277
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18219
|
+
.QueryWrapperPlotNav .SRC-wrapper .TotalQueryResults {
|
|
18278
18220
|
grid-row: 2/span 1;
|
|
18279
18221
|
}
|
|
18280
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18222
|
+
.QueryWrapperPlotNav .SRC-wrapper .download-confirmation {
|
|
18281
18223
|
grid-row: 3/span 1;
|
|
18282
|
-
margin-bottom: 10px;
|
|
18283
18224
|
}
|
|
18284
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18225
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSearchInput {
|
|
18285
18226
|
grid-row: 4/span 1;
|
|
18286
|
-
margin-bottom: 10px;
|
|
18287
18227
|
}
|
|
18288
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18228
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSearchInput .MuiCollapse-entered {
|
|
18229
|
+
margin: 5px 0px;
|
|
18230
|
+
}
|
|
18231
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSqlEditorInput {
|
|
18289
18232
|
grid-row: 5/span 1;
|
|
18290
18233
|
}
|
|
18234
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSqlEditorInput .MuiCollapse-entered {
|
|
18235
|
+
margin: 5px 0px;
|
|
18236
|
+
}
|
|
18291
18237
|
.QueryWrapperPlotNav .SRC-wrapper .ErrorBannerWrapper {
|
|
18292
18238
|
grid-row: 6/span 1;
|
|
18293
18239
|
}
|
|
@@ -18298,16 +18244,13 @@ svg.HelpButton {
|
|
|
18298
18244
|
grid-row: 8/span 1;
|
|
18299
18245
|
}
|
|
18300
18246
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilter {
|
|
18301
|
-
grid-column: 1/span
|
|
18302
|
-
}
|
|
18303
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilterToggleButton {
|
|
18304
|
-
grid-column: 4/span 1;
|
|
18247
|
+
grid-column: 1/span 1;
|
|
18305
18248
|
}
|
|
18306
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.
|
|
18307
|
-
|
|
18249
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.download-confirmation, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FacetNav, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperSearchInput, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperSqlEditorInput, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.ErrorBannerWrapper, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FilterAndView {
|
|
18250
|
+
grid-column: 2/span 1;
|
|
18308
18251
|
}
|
|
18309
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.
|
|
18310
|
-
grid-column:
|
|
18252
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TopLevelControls, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TotalQueryResults {
|
|
18253
|
+
grid-column: 1/span 2;
|
|
18311
18254
|
}
|
|
18312
18255
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilter {
|
|
18313
18256
|
grid-column: 1/span 1;
|
|
@@ -18315,14 +18258,19 @@ svg.HelpButton {
|
|
|
18315
18258
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilter > * {
|
|
18316
18259
|
display: none;
|
|
18317
18260
|
}
|
|
18318
|
-
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.
|
|
18319
|
-
|
|
18261
|
+
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.FilterAndView {
|
|
18262
|
+
margin-top: 10px;
|
|
18320
18263
|
}
|
|
18321
18264
|
}
|
|
18322
|
-
|
|
18323
|
-
|
|
18324
|
-
|
|
18325
|
-
|
|
18265
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryFilter,
|
|
18266
|
+
.QueryWrapperPlotNav .SRC-wrapper > .download-confirmation,
|
|
18267
|
+
.QueryWrapperPlotNav .SRC-wrapper > .FacetNav,
|
|
18268
|
+
.QueryWrapperPlotNav .SRC-wrapper > .TotalQueryResults,
|
|
18269
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryWrapperSearchInput,
|
|
18270
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryWrapperSqlEditorInput,
|
|
18271
|
+
.QueryWrapperPlotNav .SRC-wrapper > .ErrorBannerWrapper,
|
|
18272
|
+
.QueryWrapperPlotNav .SRC-wrapper > .FilterAndView {
|
|
18273
|
+
margin-left: 15px;
|
|
18326
18274
|
}
|
|
18327
18275
|
.QueryWrapperPlotNav .QueryWrapperTextInput {
|
|
18328
18276
|
z-index: 600;
|
|
@@ -18346,15 +18294,15 @@ svg.HelpButton {
|
|
|
18346
18294
|
}
|
|
18347
18295
|
|
|
18348
18296
|
.TopLevelControls {
|
|
18349
|
-
|
|
18350
|
-
padding-bottom: 10px;
|
|
18351
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
18352
|
-
margin-bottom: 15px;
|
|
18297
|
+
background-color: rgba(64, 123, 160, 0.05);
|
|
18353
18298
|
}
|
|
18354
|
-
.TopLevelControls
|
|
18299
|
+
.TopLevelControls > * {
|
|
18355
18300
|
display: flex;
|
|
18356
18301
|
justify-content: space-between;
|
|
18357
18302
|
font-weight: bold;
|
|
18303
|
+
margin: 0px 0px 0px 15px;
|
|
18304
|
+
}
|
|
18305
|
+
.TopLevelControls > * p {
|
|
18358
18306
|
margin-top: 0px;
|
|
18359
18307
|
}
|
|
18360
18308
|
.TopLevelControls__showhidefacetfilters {
|
|
@@ -18364,6 +18312,22 @@ svg.HelpButton {
|
|
|
18364
18312
|
display: inline-flex;
|
|
18365
18313
|
align-items: center;
|
|
18366
18314
|
}
|
|
18315
|
+
.TopLevelControls__querycount__facetFilterLink {
|
|
18316
|
+
height: 100%;
|
|
18317
|
+
display: flex;
|
|
18318
|
+
flex-wrap: nowrap;
|
|
18319
|
+
justify-content: flex-start;
|
|
18320
|
+
align-items: stretch;
|
|
18321
|
+
margin-left: 15px;
|
|
18322
|
+
font-weight: 400 !important;
|
|
18323
|
+
}
|
|
18324
|
+
.TopLevelControls__querycount__facetFilterLink__text {
|
|
18325
|
+
margin-top: 4px;
|
|
18326
|
+
}
|
|
18327
|
+
.TopLevelControls__querycount__facetFilterLink svg {
|
|
18328
|
+
margin-right: 7px;
|
|
18329
|
+
margin-top: 8px;
|
|
18330
|
+
}
|
|
18367
18331
|
.TopLevelControls__actions {
|
|
18368
18332
|
display: inline-flex;
|
|
18369
18333
|
align-items: center;
|
|
@@ -18526,10 +18490,6 @@ svg.HelpButton {
|
|
|
18526
18490
|
.ElementWithTooltip svg path {
|
|
18527
18491
|
fill: rgb(64, 123, 160);
|
|
18528
18492
|
}
|
|
18529
|
-
.ElementWithTooltip:hover svg,
|
|
18530
|
-
.ElementWithTooltip:hover path {
|
|
18531
|
-
fill: #fff;
|
|
18532
|
-
}
|
|
18533
18493
|
.ElementWithTooltip.dark-theme svg {
|
|
18534
18494
|
fill: rgb(64, 123, 160);
|
|
18535
18495
|
color: rgb(64, 123, 160) !important;
|
|
@@ -18539,18 +18499,6 @@ svg.HelpButton {
|
|
|
18539
18499
|
.ElementWithTooltip.dark-theme svg path {
|
|
18540
18500
|
fill: rgb(64, 123, 160);
|
|
18541
18501
|
}
|
|
18542
|
-
.ElementWithTooltip.dark-theme:hover svg,
|
|
18543
|
-
.ElementWithTooltip.dark-theme:hover path {
|
|
18544
|
-
fill: #fff;
|
|
18545
|
-
}
|
|
18546
|
-
|
|
18547
|
-
.show .ElementWithTooltip.dark-theme svg {
|
|
18548
|
-
fill: rgb(64, 123, 160);
|
|
18549
|
-
color: white !important;
|
|
18550
|
-
}
|
|
18551
|
-
.show .ElementWithTooltip.dark-theme svg path {
|
|
18552
|
-
fill: white;
|
|
18553
|
-
}
|
|
18554
18502
|
|
|
18555
18503
|
button.ElementWithTooltip:active:focus, button.ElementWithTooltip:focus {
|
|
18556
18504
|
outline: none;
|
|
@@ -18567,19 +18515,6 @@ button.ElementWithTooltip:active:focus, button.ElementWithTooltip:focus {
|
|
|
18567
18515
|
border-radius: 2px;
|
|
18568
18516
|
}
|
|
18569
18517
|
|
|
18570
|
-
.show button svg .SRC-primary-fill-color, button:hover .SRC-primary-fill-color {
|
|
18571
|
-
fill: white;
|
|
18572
|
-
}
|
|
18573
|
-
.show button svg .SRC-primary-stroke-color, button:hover .SRC-primary-stroke-color {
|
|
18574
|
-
fill: rgb(64, 123, 160) !important;
|
|
18575
|
-
stroke: white !important;
|
|
18576
|
-
}
|
|
18577
|
-
|
|
18578
|
-
button:hover .SRC-column-light-theme .SRC-light-column {
|
|
18579
|
-
fill: rgb(64, 123, 160) !important;
|
|
18580
|
-
stroke: white !important;
|
|
18581
|
-
}
|
|
18582
|
-
|
|
18583
18518
|
.page-progress button,
|
|
18584
18519
|
.page-progress button:active,
|
|
18585
18520
|
.page-progress button:focus,
|