synapse-react-client 2.1.14 → 2.1.17
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/dist/assets/mui_components/ContentCopy.d.ts +4 -0
- package/dist/assets/mui_components/ContentCopy.js +13 -0
- package/dist/assets/mui_components/ContentCopy.js.map +1 -0
- package/dist/assets/themed_icons/SqlEditorIcon.d.ts +2 -0
- package/dist/assets/themed_icons/SqlEditorIcon.js +9 -0
- package/dist/assets/themed_icons/SqlEditorIcon.js.map +1 -0
- package/dist/assets/themed_icons/index.d.ts +2 -1
- package/dist/assets/themed_icons/index.js +3 -1
- package/dist/assets/themed_icons/index.js.map +1 -1
- package/dist/containers/FullTextSearch.js +4 -4
- package/dist/containers/FullTextSearch.js.map +1 -1
- package/dist/containers/HeaderCard.js +24 -19
- package/dist/containers/HeaderCard.js.map +1 -1
- package/dist/containers/IconSvg.js +3 -0
- package/dist/containers/IconSvg.js.map +1 -1
- package/dist/containers/Login.js +4 -4
- package/dist/containers/Login.js.map +1 -1
- package/dist/containers/QueryWrapper.d.ts +5 -0
- package/dist/containers/QueryWrapper.js +31 -7
- package/dist/containers/QueryWrapper.js.map +1 -1
- package/dist/containers/SearchV2.js +7 -7
- package/dist/containers/SearchV2.js.map +1 -1
- package/dist/containers/SqlEditor.d.ts +7 -0
- package/dist/containers/SqlEditor.js +50 -0
- package/dist/containers/SqlEditor.js.map +1 -0
- package/dist/containers/TotalQueryResults.js +14 -11
- package/dist/containers/TotalQueryResults.js.map +1 -1
- package/dist/containers/download_list_v2/DownloadCartPage.js +2 -2
- package/dist/containers/download_list_v2/DownloadCartPage.js.map +1 -1
- package/dist/containers/download_list_v2/DownloadListTable.js +48 -17
- package/dist/containers/download_list_v2/DownloadListTable.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinder.js +1 -1
- package/dist/containers/home_page/programs/Programs.Desktop.js +1 -1
- package/dist/containers/home_page/programs/Programs.Desktop.js.map +1 -1
- package/dist/containers/home_page/programs/Programs.Mobile.js +1 -1
- package/dist/containers/home_page/programs/Programs.Mobile.js.map +1 -1
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.d.ts +7 -0
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +23 -12
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js.map +1 -1
- package/dist/containers/row_renderers/utils/Icon.js +1 -0
- package/dist/containers/row_renderers/utils/Icon.js.map +1 -1
- package/dist/containers/table/SearchResultsNotFound.js +2 -2
- package/dist/containers/table/SearchResultsNotFound.js.map +1 -1
- package/dist/containers/table/StandaloneQueryWrapper.js +2 -0
- package/dist/containers/table/StandaloneQueryWrapper.js.map +1 -1
- package/dist/containers/table/SynapseTable.js +11 -5
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/containers/table/TopLevelControls.d.ts +1 -0
- package/dist/containers/table/TopLevelControls.js +10 -3
- package/dist/containers/table/TopLevelControls.js.map +1 -1
- package/dist/containers/widgets/facet-nav/FacetNavPanel.js +3 -2
- package/dist/containers/widgets/facet-nav/FacetNavPanel.js.map +1 -1
- package/dist/containers/widgets/query-filter/EnumFacetFilter.js +5 -3
- package/dist/containers/widgets/query-filter/EnumFacetFilter.js.map +1 -1
- package/dist/style/base/_icons.scss +1 -1
- package/dist/style/components/_all.scss +1 -1
- package/dist/style/components/_cards.scss +5 -1
- package/dist/style/components/_download-cart-page.scss +4 -0
- package/dist/style/components/_global-alert.scss +0 -1
- package/dist/style/components/_query-wrapper-plot-nav.scss +24 -12
- package/dist/style/components/{_searchv2.scss → _query-wrapper-text-input.scss} +2 -2
- package/dist/style/main.css +48 -28
- package/dist/umd/synapse-react-client.development.css +80 -29
- package/dist/umd/synapse-react-client.development.css.map +3 -3
- package/dist/umd/synapse-react-client.development.js +10397 -3229
- 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 +86 -84
- package/dist/umd.index.d.ts +1 -0
- package/dist/umd.index.js +2 -0
- package/dist/umd.index.js.map +1 -1
- package/dist/utils/SynapseConstants.d.ts +1 -0
- package/dist/utils/SynapseConstants.js +2 -1
- package/dist/utils/SynapseConstants.js.map +1 -1
- package/dist/utils/functions/queryUtils.d.ts +3 -1
- package/dist/utils/functions/queryUtils.js +9 -1
- package/dist/utils/functions/queryUtils.js.map +1 -1
- package/dist/utils/functions/unCamelCase.js +4 -1
- package/dist/utils/functions/unCamelCase.js.map +1 -1
- package/package.json +1 -1
package/dist/style/main.css
CHANGED
|
@@ -15877,10 +15877,10 @@ main * a.ignoreLink:not(.btn):visited.disabled:hover, main * a.ignoreLink:not(.b
|
|
|
15877
15877
|
fill: white;
|
|
15878
15878
|
}
|
|
15879
15879
|
|
|
15880
|
-
.SRC-Sort-Icon-Inactive {
|
|
15880
|
+
.SRC-Sort-Icon-Inactive, .Content-Copy-Icon {
|
|
15881
15881
|
padding: 2px;
|
|
15882
15882
|
}
|
|
15883
|
-
.SRC-Sort-Icon-Inactive path {
|
|
15883
|
+
.SRC-Sort-Icon-Inactive path, .Content-Copy-Icon path {
|
|
15884
15884
|
fill: #407ba0;
|
|
15885
15885
|
}
|
|
15886
15886
|
|
|
@@ -16034,6 +16034,11 @@ svg.HelpButton {
|
|
|
16034
16034
|
.SRC-portalCard.SRC-portalCardHeader .SRC-cardThumbnail {
|
|
16035
16035
|
color: inherit;
|
|
16036
16036
|
}
|
|
16037
|
+
.SRC-portalCard.SRC-portalCardHeader .SRC-type img, .SRC-portalCard.SRC-portalCardHeader .SRC-type svg,
|
|
16038
|
+
.SRC-portalCard.SRC-portalCardHeader .SRC-cardThumbnail img,
|
|
16039
|
+
.SRC-portalCard.SRC-portalCardHeader .SRC-cardThumbnail svg {
|
|
16040
|
+
margin-left: 0px;
|
|
16041
|
+
}
|
|
16037
16042
|
.SRC-portalCard.SRC-portalCardHeader a,
|
|
16038
16043
|
.SRC-portalCard.SRC-portalCardHeader .SRC-userCard {
|
|
16039
16044
|
color: white !important;
|
|
@@ -16174,7 +16179,8 @@ svg.HelpButton {
|
|
|
16174
16179
|
}
|
|
16175
16180
|
.SRC-portalCard .SRC-cardMetadata {
|
|
16176
16181
|
display: block;
|
|
16177
|
-
padding: 21px;
|
|
16182
|
+
padding-top: 21px;
|
|
16183
|
+
padding-bottom: 21px;
|
|
16178
16184
|
}
|
|
16179
16185
|
.SRC-portalCard .SRC-cardMetadata > * {
|
|
16180
16186
|
margin-left: 15px;
|
|
@@ -17857,10 +17863,17 @@ img.iconImg.SRC-datasetIcon {
|
|
|
17857
17863
|
@media (min-width: 768px) {
|
|
17858
17864
|
.QueryWrapperPlotNav .SRC-wrapper {
|
|
17859
17865
|
display: grid;
|
|
17860
|
-
grid-template-columns:
|
|
17861
|
-
padding-right:
|
|
17866
|
+
grid-template-columns: 25% 10px 75%;
|
|
17867
|
+
padding-right: 15px;
|
|
17862
17868
|
}
|
|
17863
17869
|
.QueryWrapperPlotNav .SRC-wrapper > * {
|
|
17870
|
+
grid-column: 1/span 3;
|
|
17871
|
+
}
|
|
17872
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets {
|
|
17873
|
+
padding-right: 120px;
|
|
17874
|
+
grid-template-columns: 60px 10px 25% 10px 75%;
|
|
17875
|
+
}
|
|
17876
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets > * {
|
|
17864
17877
|
grid-column: 3/span 3;
|
|
17865
17878
|
}
|
|
17866
17879
|
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
@@ -17894,19 +17907,22 @@ img.iconImg.SRC-datasetIcon {
|
|
|
17894
17907
|
.QueryWrapperPlotNav .SRC-wrapper .download-confirmation {
|
|
17895
17908
|
grid-row: 2/span 1;
|
|
17896
17909
|
}
|
|
17897
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
17910
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperTextInput {
|
|
17898
17911
|
grid-row: 3/span 1;
|
|
17899
17912
|
margin-bottom: 10px;
|
|
17900
17913
|
}
|
|
17901
17914
|
.QueryWrapperPlotNav .SRC-wrapper .TotalQueryResults {
|
|
17902
17915
|
grid-row: 4/span 1;
|
|
17903
17916
|
}
|
|
17904
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
17917
|
+
.QueryWrapperPlotNav .SRC-wrapper .ErrorBannerWrapper {
|
|
17905
17918
|
grid-row: 5/span 1;
|
|
17906
17919
|
}
|
|
17907
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
17920
|
+
.QueryWrapperPlotNav .SRC-wrapper .FacetNav {
|
|
17908
17921
|
grid-row: 6/span 1;
|
|
17909
17922
|
}
|
|
17923
|
+
.QueryWrapperPlotNav .SRC-wrapper .FilterAndView {
|
|
17924
|
+
grid-row: 7/span 1;
|
|
17925
|
+
}
|
|
17910
17926
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilter {
|
|
17911
17927
|
grid-column: 1/span 3;
|
|
17912
17928
|
}
|
|
@@ -17916,7 +17932,7 @@ img.iconImg.SRC-datasetIcon {
|
|
|
17916
17932
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilterToggleButton svg {
|
|
17917
17933
|
margin-left: 2px;
|
|
17918
17934
|
}
|
|
17919
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.download-confirmation, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FacetNav, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TotalQueryResults, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FilterAndView, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TopLevelControls, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.
|
|
17935
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.download-confirmation, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FacetNav, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TotalQueryResults, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FilterAndView, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TopLevelControls, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperTextInput, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.ErrorBannerWrapper {
|
|
17920
17936
|
grid-column: 5/span 1;
|
|
17921
17937
|
}
|
|
17922
17938
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilter {
|
|
@@ -17933,7 +17949,8 @@ img.iconImg.SRC-datasetIcon {
|
|
|
17933
17949
|
.QueryWrapperPlotNav .FacetNav,
|
|
17934
17950
|
.QueryWrapperPlotNav .FilterAndView,
|
|
17935
17951
|
.QueryWrapperPlotNav .TopLevelControls,
|
|
17936
|
-
.QueryWrapperPlotNav .
|
|
17952
|
+
.QueryWrapperPlotNav .QueryWrapperTextInput,
|
|
17953
|
+
.QueryWrapperPlotNav .ErrorBannerWrapper {
|
|
17937
17954
|
margin-left: 30px;
|
|
17938
17955
|
}
|
|
17939
17956
|
}
|
|
@@ -17942,7 +17959,7 @@ img.iconImg.SRC-datasetIcon {
|
|
|
17942
17959
|
display: none;
|
|
17943
17960
|
}
|
|
17944
17961
|
}
|
|
17945
|
-
.QueryWrapperPlotNav .
|
|
17962
|
+
.QueryWrapperPlotNav .QueryWrapperTextInput {
|
|
17946
17963
|
z-index: 600;
|
|
17947
17964
|
}
|
|
17948
17965
|
.QueryWrapperPlotNav .TotalQueryResults {
|
|
@@ -18011,19 +18028,19 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18011
18028
|
border-radius: 2px;
|
|
18012
18029
|
}
|
|
18013
18030
|
|
|
18014
|
-
.
|
|
18031
|
+
.QueryWrapperTextInput__searchbar {
|
|
18015
18032
|
height: 50px;
|
|
18016
18033
|
background: #f9f9f9;
|
|
18017
18034
|
border: 1px solid #dddddf;
|
|
18018
18035
|
display: flex;
|
|
18019
18036
|
align-items: center;
|
|
18020
18037
|
}
|
|
18021
|
-
.
|
|
18038
|
+
.QueryWrapperTextInput__searchbar:focus-within {
|
|
18022
18039
|
outline-color: #407ba0;
|
|
18023
18040
|
outline-style: auto;
|
|
18024
18041
|
outline-width: 5px;
|
|
18025
18042
|
}
|
|
18026
|
-
.
|
|
18043
|
+
.QueryWrapperTextInput__searchbar__searchicon {
|
|
18027
18044
|
color: #dcdcdc;
|
|
18028
18045
|
margin-left: 10px;
|
|
18029
18046
|
font-size: 17px;
|
|
@@ -18031,7 +18048,7 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18031
18048
|
flex-grow: 0;
|
|
18032
18049
|
flex-shrink: 0;
|
|
18033
18050
|
}
|
|
18034
|
-
.
|
|
18051
|
+
.QueryWrapperTextInput__searchbar input {
|
|
18035
18052
|
flex: 1;
|
|
18036
18053
|
margin-left: 10px;
|
|
18037
18054
|
width: fit-content;
|
|
@@ -18040,21 +18057,21 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18040
18057
|
border: none;
|
|
18041
18058
|
background: #f9f9f9;
|
|
18042
18059
|
}
|
|
18043
|
-
.
|
|
18060
|
+
.QueryWrapperTextInput__searchbar input:focus {
|
|
18044
18061
|
outline-width: 0px;
|
|
18045
18062
|
outline: none;
|
|
18046
18063
|
}
|
|
18047
|
-
.
|
|
18064
|
+
.QueryWrapperTextInput__searchbar__clearbutton {
|
|
18048
18065
|
flex: 1;
|
|
18049
18066
|
flex-grow: 0;
|
|
18050
18067
|
flex-shrink: 0;
|
|
18051
18068
|
}
|
|
18052
|
-
.
|
|
18069
|
+
.QueryWrapperTextInput__form-container {
|
|
18053
18070
|
position: relative;
|
|
18054
18071
|
width: 100%;
|
|
18055
18072
|
margin-top: 5px;
|
|
18056
18073
|
}
|
|
18057
|
-
.
|
|
18074
|
+
.QueryWrapperTextInput__column-select {
|
|
18058
18075
|
background: #ffffff;
|
|
18059
18076
|
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
18060
18077
|
color: #515359;
|
|
@@ -18064,7 +18081,7 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18064
18081
|
z-index: 5;
|
|
18065
18082
|
width: inherit;
|
|
18066
18083
|
}
|
|
18067
|
-
.
|
|
18084
|
+
.QueryWrapperTextInput__animate_height {
|
|
18068
18085
|
max-height: 0;
|
|
18069
18086
|
overflow-y: hidden;
|
|
18070
18087
|
-webkit-transition: max-height 0.3s ease-in-out;
|
|
@@ -18072,28 +18089,28 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18072
18089
|
-o-transition: max-height 0.3s ease-in-out;
|
|
18073
18090
|
transition: max-height 0.3s ease-in-out;
|
|
18074
18091
|
}
|
|
18075
|
-
.
|
|
18092
|
+
.QueryWrapperTextInput__animate_dropdown-enter-done {
|
|
18076
18093
|
max-height: 300px;
|
|
18077
18094
|
}
|
|
18078
|
-
.
|
|
18095
|
+
.QueryWrapperTextInput__animate_dropdown-exit-done {
|
|
18079
18096
|
max-height: 0;
|
|
18080
18097
|
}
|
|
18081
|
-
.
|
|
18098
|
+
.QueryWrapperTextInput__dropdown_pos {
|
|
18082
18099
|
position: relative;
|
|
18083
18100
|
width: 100%;
|
|
18084
18101
|
}
|
|
18085
|
-
.
|
|
18102
|
+
.QueryWrapperTextInput__column-select.QueryWrapperTextInput__animate_height {
|
|
18086
18103
|
overflow: scroll;
|
|
18087
18104
|
}
|
|
18088
|
-
.
|
|
18105
|
+
.QueryWrapperTextInput__animate_dropdown-exit-active, .QueryWrapperTextInput__animate_dropdown-enter-done {
|
|
18089
18106
|
padding-left: 30px;
|
|
18090
18107
|
padding-top: 15px;
|
|
18091
18108
|
padding-bottom: 5px;
|
|
18092
18109
|
}
|
|
18093
|
-
.
|
|
18110
|
+
.QueryWrapperTextInput__animate_dropdown-exit-done {
|
|
18094
18111
|
padding: 0;
|
|
18095
18112
|
}
|
|
18096
|
-
.
|
|
18113
|
+
.QueryWrapperTextInput .radio {
|
|
18097
18114
|
padding: 4px 0;
|
|
18098
18115
|
}
|
|
18099
18116
|
|
|
@@ -21778,6 +21795,10 @@ table.DownloadListTableV2 td {
|
|
|
21778
21795
|
.DownloadCartPage .DownloadListTabContent .subSectionOverview .headlineWithHelp {
|
|
21779
21796
|
display: flex;
|
|
21780
21797
|
column-gap: 10px;
|
|
21798
|
+
align-items: top;
|
|
21799
|
+
}
|
|
21800
|
+
.DownloadCartPage .DownloadListTabContent .subSectionOverview .headlineWithHelp .PopoverContainer {
|
|
21801
|
+
height: 100%;
|
|
21781
21802
|
}
|
|
21782
21803
|
.DownloadCartPage__explore-all {
|
|
21783
21804
|
text-align: center;
|
|
@@ -21891,7 +21912,6 @@ table.DownloadListTableV2 td {
|
|
|
21891
21912
|
min-width: 50px;
|
|
21892
21913
|
}
|
|
21893
21914
|
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
21894
|
-
max-width: 700px;
|
|
21895
21915
|
grid-row: 1/span 1;
|
|
21896
21916
|
}
|
|
21897
21917
|
.FullWidthAlert[role=alert] .gridContainer .messageArea p {
|
|
@@ -16223,10 +16223,12 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
|
|
|
16223
16223
|
.SRC-Sort-Icon-Active path {
|
|
16224
16224
|
fill: white;
|
|
16225
16225
|
}
|
|
16226
|
-
.SRC-Sort-Icon-Inactive
|
|
16226
|
+
.SRC-Sort-Icon-Inactive,
|
|
16227
|
+
.Content-Copy-Icon {
|
|
16227
16228
|
padding: 2px;
|
|
16228
16229
|
}
|
|
16229
|
-
.SRC-Sort-Icon-Inactive path
|
|
16230
|
+
.SRC-Sort-Icon-Inactive path,
|
|
16231
|
+
.Content-Copy-Icon path {
|
|
16230
16232
|
fill: #407ba0;
|
|
16231
16233
|
}
|
|
16232
16234
|
svg.HelpButton {
|
|
@@ -16372,6 +16374,12 @@ svg.HelpButton {
|
|
|
16372
16374
|
.SRC-portalCard.SRC-portalCardHeader .SRC-cardThumbnail {
|
|
16373
16375
|
color: inherit;
|
|
16374
16376
|
}
|
|
16377
|
+
.SRC-portalCard.SRC-portalCardHeader .SRC-type img,
|
|
16378
|
+
.SRC-portalCard.SRC-portalCardHeader .SRC-type svg,
|
|
16379
|
+
.SRC-portalCard.SRC-portalCardHeader .SRC-cardThumbnail img,
|
|
16380
|
+
.SRC-portalCard.SRC-portalCardHeader .SRC-cardThumbnail svg {
|
|
16381
|
+
margin-left: 0px;
|
|
16382
|
+
}
|
|
16375
16383
|
.SRC-portalCard.SRC-portalCardHeader a,
|
|
16376
16384
|
.SRC-portalCard.SRC-portalCardHeader .SRC-userCard {
|
|
16377
16385
|
color: white !important;
|
|
@@ -16516,7 +16524,8 @@ svg.HelpButton {
|
|
|
16516
16524
|
}
|
|
16517
16525
|
.SRC-portalCard .SRC-cardMetadata {
|
|
16518
16526
|
display: block;
|
|
16519
|
-
padding: 21px;
|
|
16527
|
+
padding-top: 21px;
|
|
16528
|
+
padding-bottom: 21px;
|
|
16520
16529
|
}
|
|
16521
16530
|
.SRC-portalCard .SRC-cardMetadata > * {
|
|
16522
16531
|
margin-left: 15px;
|
|
@@ -18110,10 +18119,17 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18110
18119
|
@media (min-width: 768px) {
|
|
18111
18120
|
.QueryWrapperPlotNav .SRC-wrapper {
|
|
18112
18121
|
display: grid;
|
|
18113
|
-
grid-template-columns:
|
|
18114
|
-
padding-right:
|
|
18122
|
+
grid-template-columns: 25% 10px 75%;
|
|
18123
|
+
padding-right: 15px;
|
|
18115
18124
|
}
|
|
18116
18125
|
.QueryWrapperPlotNav .SRC-wrapper > * {
|
|
18126
|
+
grid-column: 1/span 3;
|
|
18127
|
+
}
|
|
18128
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets {
|
|
18129
|
+
padding-right: 120px;
|
|
18130
|
+
grid-template-columns: 60px 10px 25% 10px 75%;
|
|
18131
|
+
}
|
|
18132
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets > * {
|
|
18117
18133
|
grid-column: 3/span 3;
|
|
18118
18134
|
}
|
|
18119
18135
|
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
@@ -18147,19 +18163,22 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18147
18163
|
.QueryWrapperPlotNav .SRC-wrapper .download-confirmation {
|
|
18148
18164
|
grid-row: 2/span 1;
|
|
18149
18165
|
}
|
|
18150
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18166
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperTextInput {
|
|
18151
18167
|
grid-row: 3/span 1;
|
|
18152
18168
|
margin-bottom: 10px;
|
|
18153
18169
|
}
|
|
18154
18170
|
.QueryWrapperPlotNav .SRC-wrapper .TotalQueryResults {
|
|
18155
18171
|
grid-row: 4/span 1;
|
|
18156
18172
|
}
|
|
18157
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18173
|
+
.QueryWrapperPlotNav .SRC-wrapper .ErrorBannerWrapper {
|
|
18158
18174
|
grid-row: 5/span 1;
|
|
18159
18175
|
}
|
|
18160
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18176
|
+
.QueryWrapperPlotNav .SRC-wrapper .FacetNav {
|
|
18161
18177
|
grid-row: 6/span 1;
|
|
18162
18178
|
}
|
|
18179
|
+
.QueryWrapperPlotNav .SRC-wrapper .FilterAndView {
|
|
18180
|
+
grid-row: 7/span 1;
|
|
18181
|
+
}
|
|
18163
18182
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilter {
|
|
18164
18183
|
grid-column: 1/span 3;
|
|
18165
18184
|
}
|
|
@@ -18174,7 +18193,8 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18174
18193
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TotalQueryResults,
|
|
18175
18194
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FilterAndView,
|
|
18176
18195
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TopLevelControls,
|
|
18177
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.
|
|
18196
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperTextInput,
|
|
18197
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.ErrorBannerWrapper {
|
|
18178
18198
|
grid-column: 5/span 1;
|
|
18179
18199
|
}
|
|
18180
18200
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilter {
|
|
@@ -18191,7 +18211,8 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18191
18211
|
.QueryWrapperPlotNav .FacetNav,
|
|
18192
18212
|
.QueryWrapperPlotNav .FilterAndView,
|
|
18193
18213
|
.QueryWrapperPlotNav .TopLevelControls,
|
|
18194
|
-
.QueryWrapperPlotNav .
|
|
18214
|
+
.QueryWrapperPlotNav .QueryWrapperTextInput,
|
|
18215
|
+
.QueryWrapperPlotNav .ErrorBannerWrapper {
|
|
18195
18216
|
margin-left: 30px;
|
|
18196
18217
|
}
|
|
18197
18218
|
}
|
|
@@ -18200,7 +18221,7 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18200
18221
|
display: none;
|
|
18201
18222
|
}
|
|
18202
18223
|
}
|
|
18203
|
-
.QueryWrapperPlotNav .
|
|
18224
|
+
.QueryWrapperPlotNav .QueryWrapperTextInput {
|
|
18204
18225
|
z-index: 600;
|
|
18205
18226
|
}
|
|
18206
18227
|
.QueryWrapperPlotNav .TotalQueryResults {
|
|
@@ -18268,19 +18289,19 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18268
18289
|
box-shadow: none;
|
|
18269
18290
|
border-radius: 2px;
|
|
18270
18291
|
}
|
|
18271
|
-
.
|
|
18292
|
+
.QueryWrapperTextInput__searchbar {
|
|
18272
18293
|
height: 50px;
|
|
18273
18294
|
background: #f9f9f9;
|
|
18274
18295
|
border: 1px solid #dddddf;
|
|
18275
18296
|
display: flex;
|
|
18276
18297
|
align-items: center;
|
|
18277
18298
|
}
|
|
18278
|
-
.
|
|
18299
|
+
.QueryWrapperTextInput__searchbar:focus-within {
|
|
18279
18300
|
outline-color: #407ba0;
|
|
18280
18301
|
outline-style: auto;
|
|
18281
18302
|
outline-width: 5px;
|
|
18282
18303
|
}
|
|
18283
|
-
.
|
|
18304
|
+
.QueryWrapperTextInput__searchbar__searchicon {
|
|
18284
18305
|
color: #dcdcdc;
|
|
18285
18306
|
margin-left: 10px;
|
|
18286
18307
|
font-size: 17px;
|
|
@@ -18288,7 +18309,7 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18288
18309
|
flex-grow: 0;
|
|
18289
18310
|
flex-shrink: 0;
|
|
18290
18311
|
}
|
|
18291
|
-
.
|
|
18312
|
+
.QueryWrapperTextInput__searchbar input {
|
|
18292
18313
|
flex: 1;
|
|
18293
18314
|
margin-left: 10px;
|
|
18294
18315
|
width: fit-content;
|
|
@@ -18297,21 +18318,21 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18297
18318
|
border: none;
|
|
18298
18319
|
background: #f9f9f9;
|
|
18299
18320
|
}
|
|
18300
|
-
.
|
|
18321
|
+
.QueryWrapperTextInput__searchbar input:focus {
|
|
18301
18322
|
outline-width: 0px;
|
|
18302
18323
|
outline: none;
|
|
18303
18324
|
}
|
|
18304
|
-
.
|
|
18325
|
+
.QueryWrapperTextInput__searchbar__clearbutton {
|
|
18305
18326
|
flex: 1;
|
|
18306
18327
|
flex-grow: 0;
|
|
18307
18328
|
flex-shrink: 0;
|
|
18308
18329
|
}
|
|
18309
|
-
.
|
|
18330
|
+
.QueryWrapperTextInput__form-container {
|
|
18310
18331
|
position: relative;
|
|
18311
18332
|
width: 100%;
|
|
18312
18333
|
margin-top: 5px;
|
|
18313
18334
|
}
|
|
18314
|
-
.
|
|
18335
|
+
.QueryWrapperTextInput__column-select {
|
|
18315
18336
|
background: #ffffff;
|
|
18316
18337
|
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
18317
18338
|
color: #515359;
|
|
@@ -18321,7 +18342,7 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18321
18342
|
z-index: 5;
|
|
18322
18343
|
width: inherit;
|
|
18323
18344
|
}
|
|
18324
|
-
.
|
|
18345
|
+
.QueryWrapperTextInput__animate_height {
|
|
18325
18346
|
max-height: 0;
|
|
18326
18347
|
overflow-y: hidden;
|
|
18327
18348
|
-webkit-transition: max-height 0.3s ease-in-out;
|
|
@@ -18329,29 +18350,29 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18329
18350
|
-o-transition: max-height 0.3s ease-in-out;
|
|
18330
18351
|
transition: max-height 0.3s ease-in-out;
|
|
18331
18352
|
}
|
|
18332
|
-
.
|
|
18353
|
+
.QueryWrapperTextInput__animate_dropdown-enter-done {
|
|
18333
18354
|
max-height: 300px;
|
|
18334
18355
|
}
|
|
18335
|
-
.
|
|
18356
|
+
.QueryWrapperTextInput__animate_dropdown-exit-done {
|
|
18336
18357
|
max-height: 0;
|
|
18337
18358
|
}
|
|
18338
|
-
.
|
|
18359
|
+
.QueryWrapperTextInput__dropdown_pos {
|
|
18339
18360
|
position: relative;
|
|
18340
18361
|
width: 100%;
|
|
18341
18362
|
}
|
|
18342
|
-
.
|
|
18363
|
+
.QueryWrapperTextInput__column-select.QueryWrapperTextInput__animate_height {
|
|
18343
18364
|
overflow: scroll;
|
|
18344
18365
|
}
|
|
18345
|
-
.
|
|
18346
|
-
.
|
|
18366
|
+
.QueryWrapperTextInput__animate_dropdown-exit-active,
|
|
18367
|
+
.QueryWrapperTextInput__animate_dropdown-enter-done {
|
|
18347
18368
|
padding-left: 30px;
|
|
18348
18369
|
padding-top: 15px;
|
|
18349
18370
|
padding-bottom: 5px;
|
|
18350
18371
|
}
|
|
18351
|
-
.
|
|
18372
|
+
.QueryWrapperTextInput__animate_dropdown-exit-done {
|
|
18352
18373
|
padding: 0;
|
|
18353
18374
|
}
|
|
18354
|
-
.
|
|
18375
|
+
.QueryWrapperTextInput .radio {
|
|
18355
18376
|
padding: 4px 0;
|
|
18356
18377
|
}
|
|
18357
18378
|
.page-progress button,
|
|
@@ -21895,6 +21916,10 @@ table.DownloadListTableV2 td {
|
|
|
21895
21916
|
.DownloadCartPage .DownloadListTabContent .subSectionOverview .headlineWithHelp {
|
|
21896
21917
|
display: flex;
|
|
21897
21918
|
column-gap: 10px;
|
|
21919
|
+
align-items: top;
|
|
21920
|
+
}
|
|
21921
|
+
.DownloadCartPage .DownloadListTabContent .subSectionOverview .headlineWithHelp .PopoverContainer {
|
|
21922
|
+
height: 100%;
|
|
21898
21923
|
}
|
|
21899
21924
|
.DownloadCartPage__explore-all {
|
|
21900
21925
|
text-align: center;
|
|
@@ -22007,7 +22032,6 @@ table.DownloadListTableV2 td {
|
|
|
22007
22032
|
min-width: 50px;
|
|
22008
22033
|
}
|
|
22009
22034
|
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
22010
|
-
max-width: 700px;
|
|
22011
22035
|
grid-row: 1/span 1;
|
|
22012
22036
|
}
|
|
22013
22037
|
.FullWidthAlert[role=alert] .gridContainer .messageArea p {
|
|
@@ -23467,6 +23491,33 @@ body.reflex-row-resize {
|
|
|
23467
23491
|
border-right: 8px solid #e4e4e4;
|
|
23468
23492
|
border-left: 8px solid #e4e4e4;
|
|
23469
23493
|
}
|
|
23494
|
+
|
|
23495
|
+
/* sass-plugin-0:/home/runner/work/Synapse-React-Client/Synapse-React-Client/src/lib/style/components/query_filter/_facet-filter-header.scss */
|
|
23496
|
+
.FacetFilterHeader {
|
|
23497
|
+
display: flex;
|
|
23498
|
+
justify-content: space-between;
|
|
23499
|
+
border-bottom: 1px solid #dcdcdc;
|
|
23500
|
+
}
|
|
23501
|
+
.FacetFilterHeader__label {
|
|
23502
|
+
font-weight: bold;
|
|
23503
|
+
}
|
|
23504
|
+
.FacetFilterHeader__collapseToggleBtn {
|
|
23505
|
+
margin: 0;
|
|
23506
|
+
padding: 0;
|
|
23507
|
+
line-height: 14px;
|
|
23508
|
+
font-size: 18px;
|
|
23509
|
+
color: #407ba0 !important;
|
|
23510
|
+
}
|
|
23511
|
+
.FacetFilterHeader__collapseToggleBtn:hover {
|
|
23512
|
+
color: #407ba0 !important;
|
|
23513
|
+
text-decoration: underline;
|
|
23514
|
+
}
|
|
23515
|
+
.FacetFilterHeader__collapseToggleBtn .icon-plus,
|
|
23516
|
+
.FacetFilterHeader__collapseToggleBtn .icon-minus {
|
|
23517
|
+
width: 14px;
|
|
23518
|
+
height: 14px;
|
|
23519
|
+
vertical-align: text-top;
|
|
23520
|
+
}
|
|
23470
23521
|
/*!
|
|
23471
23522
|
* https://github.com/arqex/react-datetime
|
|
23472
23523
|
*/
|