synapse-react-client 3.0.33 → 3.0.36
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/UserCardSmall.js +18 -20
- package/dist/containers/UserCardSmall.js.map +1 -1
- package/dist/containers/download_list_v2/DownloadCartPage.js +10 -5
- package/dist/containers/download_list_v2/DownloadCartPage.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinder.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinderHeader.d.ts +21 -0
- package/dist/containers/entity_finder/EntityFinderHeader.js +3 -0
- package/dist/containers/entity_finder/EntityFinderHeader.js.map +1 -0
- 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/EntityDetailsList.d.ts +5 -4
- package/dist/containers/entity_finder/details/EntityDetailsList.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/details/configurations/ProjectListDetails.d.ts +3 -0
- package/dist/containers/entity_finder/details/configurations/ProjectListDetails.js +6 -2
- package/dist/containers/entity_finder/details/configurations/ProjectListDetails.js.map +1 -1
- package/dist/containers/entity_finder/details/configurations/SearchDetails.js +13 -1
- package/dist/containers/entity_finder/details/configurations/SearchDetails.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsView.d.ts +4 -4
- package/dist/containers/entity_finder/details/view/DetailsView.js +1 -1
- package/dist/containers/entity_finder/details/view/DetailsView.js.map +1 -1
- package/dist/containers/entity_finder/tree/EntityTree.js +4 -4
- package/dist/containers/entity_finder/tree/EntityTree.js.map +1 -1
- package/dist/containers/entity_finder/tree/VirtualizedTree.d.ts +3 -3
- package/dist/containers/entity_finder/tree/VirtualizedTree.js +26 -3
- package/dist/containers/entity_finder/tree/VirtualizedTree.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 +13 -6
- 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/oauth/CreateOAuthClient.d.ts +12 -0
- package/dist/containers/oauth/CreateOAuthClient.js +204 -0
- package/dist/containers/oauth/CreateOAuthClient.js.map +1 -0
- package/dist/containers/oauth/OAuthManagement.d.ts +2 -0
- package/dist/containers/oauth/OAuthManagement.js +128 -0
- package/dist/containers/oauth/OAuthManagement.js.map +1 -0
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +3 -5
- 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/datasets/DatasetItemsEditor.js +1 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.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 -2
- package/dist/style/bootstrap4_backports/_base-import.scss +2 -0
- package/dist/style/bootstrap4_backports/_overrides.scss +7 -2
- 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/components/entity_finder/_tree-node-browse.scss +2 -1
- package/dist/style/components/entity_finder/_tree-view.scss +0 -3
- package/dist/style/main.css +66 -191
- package/dist/umd/synapse-react-client.development.css +69 -195
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +2852 -2342
- 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 +85 -85
- 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/SynapseClient.d.ts +14 -6
- package/dist/utils/SynapseClient.js +209 -214
- package/dist/utils/SynapseClient.js.map +1 -1
- package/dist/utils/functions/EntityTypeUtils.d.ts +1 -0
- package/dist/utils/functions/EntityTypeUtils.js +36 -7
- package/dist/utils/functions/EntityTypeUtils.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/Entity/Entity.d.ts +8 -5
- package/dist/utils/synapseTypes/Entity/Entity.js +5 -1
- package/dist/utils/synapseTypes/Entity/Entity.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/OAuthClient.d.ts +8 -0
- package/dist/utils/synapseTypes/OAuthClient.js.map +1 -1
- package/dist/utils/synapseTypes/Table/QueryResult.d.ts +1 -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
|
@@ -3376,19 +3376,6 @@ a > .bootstrap-4-backport code {
|
|
|
3376
3376
|
.bootstrap-4-backport .dropdown-toggle {
|
|
3377
3377
|
white-space: nowrap;
|
|
3378
3378
|
}
|
|
3379
|
-
.bootstrap-4-backport .dropdown-toggle::after {
|
|
3380
|
-
display: inline-block;
|
|
3381
|
-
margin-left: 0.255em;
|
|
3382
|
-
vertical-align: 0.255em;
|
|
3383
|
-
content: "";
|
|
3384
|
-
border-top: 0.3em solid;
|
|
3385
|
-
border-right: 0.3em solid transparent;
|
|
3386
|
-
border-bottom: 0;
|
|
3387
|
-
border-left: 0.3em solid transparent;
|
|
3388
|
-
}
|
|
3389
|
-
.bootstrap-4-backport .dropdown-toggle:empty::after {
|
|
3390
|
-
margin-left: 0;
|
|
3391
|
-
}
|
|
3392
3379
|
.bootstrap-4-backport .dropdown-menu {
|
|
3393
3380
|
position: absolute;
|
|
3394
3381
|
top: 100%;
|
|
@@ -3462,19 +3449,6 @@ a > .bootstrap-4-backport code {
|
|
|
3462
3449
|
margin-top: 0;
|
|
3463
3450
|
margin-bottom: 0.125rem;
|
|
3464
3451
|
}
|
|
3465
|
-
.bootstrap-4-backport .dropup .dropdown-toggle::after {
|
|
3466
|
-
display: inline-block;
|
|
3467
|
-
margin-left: 0.255em;
|
|
3468
|
-
vertical-align: 0.255em;
|
|
3469
|
-
content: "";
|
|
3470
|
-
border-top: 0;
|
|
3471
|
-
border-right: 0.3em solid transparent;
|
|
3472
|
-
border-bottom: 0.3em solid;
|
|
3473
|
-
border-left: 0.3em solid transparent;
|
|
3474
|
-
}
|
|
3475
|
-
.bootstrap-4-backport .dropup .dropdown-toggle:empty::after {
|
|
3476
|
-
margin-left: 0;
|
|
3477
|
-
}
|
|
3478
3452
|
.bootstrap-4-backport .dropright .dropdown-menu {
|
|
3479
3453
|
top: 0;
|
|
3480
3454
|
right: auto;
|
|
@@ -3482,19 +3456,6 @@ a > .bootstrap-4-backport code {
|
|
|
3482
3456
|
margin-top: 0;
|
|
3483
3457
|
margin-left: 0.125rem;
|
|
3484
3458
|
}
|
|
3485
|
-
.bootstrap-4-backport .dropright .dropdown-toggle::after {
|
|
3486
|
-
display: inline-block;
|
|
3487
|
-
margin-left: 0.255em;
|
|
3488
|
-
vertical-align: 0.255em;
|
|
3489
|
-
content: "";
|
|
3490
|
-
border-top: 0.3em solid transparent;
|
|
3491
|
-
border-right: 0;
|
|
3492
|
-
border-bottom: 0.3em solid transparent;
|
|
3493
|
-
border-left: 0.3em solid;
|
|
3494
|
-
}
|
|
3495
|
-
.bootstrap-4-backport .dropright .dropdown-toggle:empty::after {
|
|
3496
|
-
margin-left: 0;
|
|
3497
|
-
}
|
|
3498
3459
|
.bootstrap-4-backport .dropright .dropdown-toggle::after {
|
|
3499
3460
|
vertical-align: 0;
|
|
3500
3461
|
}
|
|
@@ -3505,27 +3466,6 @@ a > .bootstrap-4-backport code {
|
|
|
3505
3466
|
margin-top: 0;
|
|
3506
3467
|
margin-right: 0.125rem;
|
|
3507
3468
|
}
|
|
3508
|
-
.bootstrap-4-backport .dropleft .dropdown-toggle::after {
|
|
3509
|
-
display: inline-block;
|
|
3510
|
-
margin-left: 0.255em;
|
|
3511
|
-
vertical-align: 0.255em;
|
|
3512
|
-
content: "";
|
|
3513
|
-
}
|
|
3514
|
-
.bootstrap-4-backport .dropleft .dropdown-toggle::after {
|
|
3515
|
-
display: none;
|
|
3516
|
-
}
|
|
3517
|
-
.bootstrap-4-backport .dropleft .dropdown-toggle::before {
|
|
3518
|
-
display: inline-block;
|
|
3519
|
-
margin-right: 0.255em;
|
|
3520
|
-
vertical-align: 0.255em;
|
|
3521
|
-
content: "";
|
|
3522
|
-
border-top: 0.3em solid transparent;
|
|
3523
|
-
border-right: 0.3em solid;
|
|
3524
|
-
border-bottom: 0.3em solid transparent;
|
|
3525
|
-
}
|
|
3526
|
-
.bootstrap-4-backport .dropleft .dropdown-toggle:empty::after {
|
|
3527
|
-
margin-left: 0;
|
|
3528
|
-
}
|
|
3529
3469
|
.bootstrap-4-backport .dropleft .dropdown-toggle::before {
|
|
3530
3470
|
vertical-align: 0;
|
|
3531
3471
|
}
|
|
@@ -11286,8 +11226,11 @@ a.bootstrap-4-backport .badge-dark.focus {
|
|
|
11286
11226
|
.bootstrap-4-backport button.dropdown-toggle.btn:hover {
|
|
11287
11227
|
box-shadow: 0 3px 10px rgba(93, 105, 171, 0.1);
|
|
11288
11228
|
}
|
|
11289
|
-
.bootstrap-4-backport
|
|
11290
|
-
|
|
11229
|
+
.bootstrap-4-backport .dropdown-toggle::after {
|
|
11230
|
+
margin-left: 0.8em;
|
|
11231
|
+
content: "\203a";
|
|
11232
|
+
transform: rotate(90deg) scaleX(1.33);
|
|
11233
|
+
font-weight: 500;
|
|
11291
11234
|
}
|
|
11292
11235
|
.bootstrap-4-backport .dropdown-toggle.secondary-caret::after {
|
|
11293
11236
|
color: #469285;
|
|
@@ -15290,6 +15233,10 @@ svg.SRC-hoverBox:hover:after {
|
|
|
15290
15233
|
.table .SRC-primary-background-color-hover[aria-expanded=true] path {
|
|
15291
15234
|
fill: #fff;
|
|
15292
15235
|
}
|
|
15236
|
+
.SRC-grey-background-hover:hover,
|
|
15237
|
+
.SRC-grey-background-hover[aria-expanded=true] {
|
|
15238
|
+
background-color: #dfe2e6;
|
|
15239
|
+
}
|
|
15293
15240
|
.SRC-facets {
|
|
15294
15241
|
padding: 4px 12px;
|
|
15295
15242
|
border-radius: 20px;
|
|
@@ -15645,7 +15592,6 @@ div.SRC-logo-cursor * {
|
|
|
15645
15592
|
height: fit-content;
|
|
15646
15593
|
width: fit-content;
|
|
15647
15594
|
cursor: pointer;
|
|
15648
|
-
color: rgb(64, 123, 160);
|
|
15649
15595
|
}
|
|
15650
15596
|
.SRC-userImgSmall,
|
|
15651
15597
|
.SRC-userImgSmall.MuiSkeleton-circle {
|
|
@@ -16167,7 +16113,7 @@ hr ~ .SRC-wrapper .SRC-marginTopMinusTen {
|
|
|
16167
16113
|
.SignInButton {
|
|
16168
16114
|
padding: 0px;
|
|
16169
16115
|
}
|
|
16170
|
-
#addAndRemoveColumns
|
|
16116
|
+
#addAndRemoveColumns-dropdown.dropdown-menu {
|
|
16171
16117
|
max-height: 300px;
|
|
16172
16118
|
overflow: auto;
|
|
16173
16119
|
}
|
|
@@ -18156,8 +18102,7 @@ svg.HelpButton {
|
|
|
18156
18102
|
border-radius: 2px;
|
|
18157
18103
|
}
|
|
18158
18104
|
.QueryFilter {
|
|
18159
|
-
padding:
|
|
18160
|
-
background-color: rgba(64, 123, 160, 0.05);
|
|
18105
|
+
padding-top: 18px;
|
|
18161
18106
|
}
|
|
18162
18107
|
.QueryFilter__title {
|
|
18163
18108
|
font-weight: bold;
|
|
@@ -18702,6 +18647,7 @@ svg.HelpButton {
|
|
|
18702
18647
|
border-radius: 2px;
|
|
18703
18648
|
white-space: nowrap;
|
|
18704
18649
|
height: fit-content;
|
|
18650
|
+
margin-top: 8px;
|
|
18705
18651
|
}
|
|
18706
18652
|
.SelectionCriteriaPill {
|
|
18707
18653
|
padding: 3px 10px;
|
|
@@ -18728,35 +18674,6 @@ svg.HelpButton {
|
|
|
18728
18674
|
.SelectionCriteriaPill__btnRemove svg {
|
|
18729
18675
|
font-size: 1.25rem;
|
|
18730
18676
|
}
|
|
18731
|
-
.notch-down {
|
|
18732
|
-
position: relative;
|
|
18733
|
-
}
|
|
18734
|
-
.notch-down:after,
|
|
18735
|
-
.notch-down::after {
|
|
18736
|
-
position: absolute;
|
|
18737
|
-
left: 2.4rem;
|
|
18738
|
-
bottom: -10px;
|
|
18739
|
-
content: "";
|
|
18740
|
-
width: 0;
|
|
18741
|
-
height: 0;
|
|
18742
|
-
border-top: solid 10px;
|
|
18743
|
-
border-top-color: #f9f9f9;
|
|
18744
|
-
border-left: solid 10px transparent;
|
|
18745
|
-
border-right: solid 10px transparent;
|
|
18746
|
-
}
|
|
18747
|
-
.notch-down:before,
|
|
18748
|
-
.notch-down::before {
|
|
18749
|
-
position: absolute;
|
|
18750
|
-
left: calc(2.4rem - 2px);
|
|
18751
|
-
bottom: -12px;
|
|
18752
|
-
content: "";
|
|
18753
|
-
width: 0;
|
|
18754
|
-
height: 0;
|
|
18755
|
-
border-top: solid 12px;
|
|
18756
|
-
border-top-color: inherit;
|
|
18757
|
-
border-left: solid 12px transparent;
|
|
18758
|
-
border-right: solid 12px transparent;
|
|
18759
|
-
}
|
|
18760
18677
|
.page-progress button,
|
|
18761
18678
|
.page-progress button:active,
|
|
18762
18679
|
.page-progress button:focus,
|
|
@@ -18932,71 +18849,41 @@ svg.HelpButton {
|
|
|
18932
18849
|
@media (min-width: 768px) {
|
|
18933
18850
|
.QueryWrapperPlotNav .SRC-wrapper {
|
|
18934
18851
|
display: grid;
|
|
18935
|
-
grid-template-columns: 25%
|
|
18936
|
-
padding-right: 15px;
|
|
18852
|
+
grid-template-columns: 25% 75%;
|
|
18937
18853
|
}
|
|
18938
18854
|
.QueryWrapperPlotNav .SRC-wrapper > * {
|
|
18939
|
-
grid-column: 1/span
|
|
18855
|
+
grid-column: 1/span 2;
|
|
18940
18856
|
}
|
|
18941
18857
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets {
|
|
18942
|
-
|
|
18943
|
-
grid-template-columns: 60px 10px 25% 10px 75%;
|
|
18858
|
+
grid-template-columns: 25% 75%;
|
|
18944
18859
|
}
|
|
18945
18860
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets > * {
|
|
18946
|
-
grid-column:
|
|
18947
|
-
}
|
|
18948
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .download-confirmation,
|
|
18949
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .TotalQueryResults,
|
|
18950
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FacetNav,
|
|
18951
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FilterAndView,
|
|
18952
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .TopLevelControls,
|
|
18953
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .QueryWrapperSearchInput,
|
|
18954
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .QueryWrapperSqlEditorInput,
|
|
18955
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .ErrorBannerWrapper {
|
|
18956
|
-
margin-left: 30px;
|
|
18957
|
-
}
|
|
18958
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
18959
|
-
position: relative;
|
|
18960
|
-
left: -23px;
|
|
18961
|
-
top: 20px;
|
|
18962
|
-
}
|
|
18963
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary {
|
|
18964
|
-
border-radius: 50% !important;
|
|
18965
|
-
background-color: white;
|
|
18966
|
-
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
|
|
18967
|
-
border: none;
|
|
18968
|
-
width: 45px;
|
|
18969
|
-
height: 45px;
|
|
18970
|
-
}
|
|
18971
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary:hover {
|
|
18972
|
-
background-color: rgb(64, 123, 160);
|
|
18861
|
+
grid-column: 1/span 2;
|
|
18973
18862
|
}
|
|
18974
18863
|
.QueryWrapperPlotNav .SRC-wrapper .QueryFilter {
|
|
18975
|
-
grid-row:
|
|
18976
|
-
}
|
|
18977
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
18978
|
-
grid-row: 1/span 1;
|
|
18979
|
-
}
|
|
18980
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton svg {
|
|
18981
|
-
margin-bottom: 2px;
|
|
18864
|
+
grid-row: 3/span 100;
|
|
18982
18865
|
}
|
|
18983
18866
|
.QueryWrapperPlotNav .SRC-wrapper .TopLevelControls {
|
|
18984
18867
|
grid-row: 1/span 1;
|
|
18985
18868
|
}
|
|
18986
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18869
|
+
.QueryWrapperPlotNav .SRC-wrapper .TotalQueryResults {
|
|
18987
18870
|
grid-row: 2/span 1;
|
|
18988
18871
|
}
|
|
18989
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18872
|
+
.QueryWrapperPlotNav .SRC-wrapper .download-confirmation {
|
|
18990
18873
|
grid-row: 3/span 1;
|
|
18991
|
-
margin-bottom: 10px;
|
|
18992
18874
|
}
|
|
18993
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18875
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSearchInput {
|
|
18994
18876
|
grid-row: 4/span 1;
|
|
18995
|
-
margin-bottom: 10px;
|
|
18996
18877
|
}
|
|
18997
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18878
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSearchInput .MuiCollapse-entered {
|
|
18879
|
+
margin: 5px 0px;
|
|
18880
|
+
}
|
|
18881
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSqlEditorInput {
|
|
18998
18882
|
grid-row: 5/span 1;
|
|
18999
18883
|
}
|
|
18884
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSqlEditorInput .MuiCollapse-entered {
|
|
18885
|
+
margin: 5px 0px;
|
|
18886
|
+
}
|
|
19000
18887
|
.QueryWrapperPlotNav .SRC-wrapper .ErrorBannerWrapper {
|
|
19001
18888
|
grid-row: 6/span 1;
|
|
19002
18889
|
}
|
|
@@ -19007,23 +18894,19 @@ svg.HelpButton {
|
|
|
19007
18894
|
grid-row: 8/span 1;
|
|
19008
18895
|
}
|
|
19009
18896
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilter {
|
|
19010
|
-
grid-column: 1/span
|
|
19011
|
-
}
|
|
19012
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilterToggleButton {
|
|
19013
|
-
grid-column: 4/span 1;
|
|
19014
|
-
}
|
|
19015
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilterToggleButton svg {
|
|
19016
|
-
margin-left: 2px;
|
|
18897
|
+
grid-column: 1/span 1;
|
|
19017
18898
|
}
|
|
19018
18899
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.download-confirmation,
|
|
19019
18900
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FacetNav,
|
|
19020
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TotalQueryResults,
|
|
19021
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FilterAndView,
|
|
19022
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TopLevelControls,
|
|
19023
18901
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperSearchInput,
|
|
19024
18902
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperSqlEditorInput,
|
|
19025
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.ErrorBannerWrapper
|
|
19026
|
-
|
|
18903
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.ErrorBannerWrapper,
|
|
18904
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FilterAndView {
|
|
18905
|
+
grid-column: 2/span 1;
|
|
18906
|
+
}
|
|
18907
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TopLevelControls,
|
|
18908
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TotalQueryResults {
|
|
18909
|
+
grid-column: 1/span 2;
|
|
19027
18910
|
}
|
|
19028
18911
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilter {
|
|
19029
18912
|
grid-column: 1/span 1;
|
|
@@ -19031,14 +18914,19 @@ svg.HelpButton {
|
|
|
19031
18914
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilter > * {
|
|
19032
18915
|
display: none;
|
|
19033
18916
|
}
|
|
19034
|
-
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.
|
|
19035
|
-
|
|
18917
|
+
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.FilterAndView {
|
|
18918
|
+
margin-top: 10px;
|
|
19036
18919
|
}
|
|
19037
18920
|
}
|
|
19038
|
-
|
|
19039
|
-
|
|
19040
|
-
|
|
19041
|
-
|
|
18921
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryFilter,
|
|
18922
|
+
.QueryWrapperPlotNav .SRC-wrapper > .download-confirmation,
|
|
18923
|
+
.QueryWrapperPlotNav .SRC-wrapper > .FacetNav,
|
|
18924
|
+
.QueryWrapperPlotNav .SRC-wrapper > .TotalQueryResults,
|
|
18925
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryWrapperSearchInput,
|
|
18926
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryWrapperSqlEditorInput,
|
|
18927
|
+
.QueryWrapperPlotNav .SRC-wrapper > .ErrorBannerWrapper,
|
|
18928
|
+
.QueryWrapperPlotNav .SRC-wrapper > .FilterAndView {
|
|
18929
|
+
margin-left: 15px;
|
|
19042
18930
|
}
|
|
19043
18931
|
.QueryWrapperPlotNav .QueryWrapperTextInput {
|
|
19044
18932
|
z-index: 600;
|
|
@@ -19061,15 +18949,15 @@ svg.HelpButton {
|
|
|
19061
18949
|
text-align: center;
|
|
19062
18950
|
}
|
|
19063
18951
|
.TopLevelControls {
|
|
19064
|
-
|
|
19065
|
-
padding-bottom: 10px;
|
|
19066
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
19067
|
-
margin-bottom: 15px;
|
|
18952
|
+
background-color: rgba(64, 123, 160, 0.05);
|
|
19068
18953
|
}
|
|
19069
|
-
.TopLevelControls
|
|
18954
|
+
.TopLevelControls > * {
|
|
19070
18955
|
display: flex;
|
|
19071
18956
|
justify-content: space-between;
|
|
19072
18957
|
font-weight: bold;
|
|
18958
|
+
margin: 0px 0px 0px 15px;
|
|
18959
|
+
}
|
|
18960
|
+
.TopLevelControls > * p {
|
|
19073
18961
|
margin-top: 0px;
|
|
19074
18962
|
}
|
|
19075
18963
|
.TopLevelControls__showhidefacetfilters {
|
|
@@ -19079,6 +18967,22 @@ svg.HelpButton {
|
|
|
19079
18967
|
display: inline-flex;
|
|
19080
18968
|
align-items: center;
|
|
19081
18969
|
}
|
|
18970
|
+
.TopLevelControls__querycount__facetFilterLink {
|
|
18971
|
+
height: 100%;
|
|
18972
|
+
display: flex;
|
|
18973
|
+
flex-wrap: nowrap;
|
|
18974
|
+
justify-content: flex-start;
|
|
18975
|
+
align-items: stretch;
|
|
18976
|
+
margin-left: 15px;
|
|
18977
|
+
font-weight: 400 !important;
|
|
18978
|
+
}
|
|
18979
|
+
.TopLevelControls__querycount__facetFilterLink__text {
|
|
18980
|
+
margin-top: 4px;
|
|
18981
|
+
}
|
|
18982
|
+
.TopLevelControls__querycount__facetFilterLink svg {
|
|
18983
|
+
margin-right: 7px;
|
|
18984
|
+
margin-top: 8px;
|
|
18985
|
+
}
|
|
19082
18986
|
.TopLevelControls__actions {
|
|
19083
18987
|
display: inline-flex;
|
|
19084
18988
|
align-items: center;
|
|
@@ -19241,10 +19145,6 @@ svg.HelpButton {
|
|
|
19241
19145
|
.ElementWithTooltip svg path {
|
|
19242
19146
|
fill: rgb(64, 123, 160);
|
|
19243
19147
|
}
|
|
19244
|
-
.ElementWithTooltip:hover svg,
|
|
19245
|
-
.ElementWithTooltip:hover path {
|
|
19246
|
-
fill: #fff;
|
|
19247
|
-
}
|
|
19248
19148
|
.ElementWithTooltip.dark-theme svg {
|
|
19249
19149
|
fill: rgb(64, 123, 160);
|
|
19250
19150
|
color: rgb(64, 123, 160) !important;
|
|
@@ -19254,17 +19154,6 @@ svg.HelpButton {
|
|
|
19254
19154
|
.ElementWithTooltip.dark-theme svg path {
|
|
19255
19155
|
fill: rgb(64, 123, 160);
|
|
19256
19156
|
}
|
|
19257
|
-
.ElementWithTooltip.dark-theme:hover svg,
|
|
19258
|
-
.ElementWithTooltip.dark-theme:hover path {
|
|
19259
|
-
fill: #fff;
|
|
19260
|
-
}
|
|
19261
|
-
.show .ElementWithTooltip.dark-theme svg {
|
|
19262
|
-
fill: rgb(64, 123, 160);
|
|
19263
|
-
color: white !important;
|
|
19264
|
-
}
|
|
19265
|
-
.show .ElementWithTooltip.dark-theme svg path {
|
|
19266
|
-
fill: white;
|
|
19267
|
-
}
|
|
19268
19157
|
button.ElementWithTooltip:active:focus,
|
|
19269
19158
|
button.ElementWithTooltip:focus {
|
|
19270
19159
|
outline: none;
|
|
@@ -19280,19 +19169,6 @@ button.ElementWithTooltip:focus {
|
|
|
19280
19169
|
box-shadow: none;
|
|
19281
19170
|
border-radius: 2px;
|
|
19282
19171
|
}
|
|
19283
|
-
.show button svg .SRC-primary-fill-color,
|
|
19284
|
-
button:hover .SRC-primary-fill-color {
|
|
19285
|
-
fill: white;
|
|
19286
|
-
}
|
|
19287
|
-
.show button svg .SRC-primary-stroke-color,
|
|
19288
|
-
button:hover .SRC-primary-stroke-color {
|
|
19289
|
-
fill: rgb(64, 123, 160) !important;
|
|
19290
|
-
stroke: white !important;
|
|
19291
|
-
}
|
|
19292
|
-
button:hover .SRC-column-light-theme .SRC-light-column {
|
|
19293
|
-
fill: rgb(64, 123, 160) !important;
|
|
19294
|
-
stroke: white !important;
|
|
19295
|
-
}
|
|
19296
19172
|
.page-progress button,
|
|
19297
19173
|
.page-progress button:active,
|
|
19298
19174
|
.page-progress button:focus,
|
|
@@ -22511,9 +22387,6 @@ input[type=radio] + span {
|
|
|
22511
22387
|
.TreeView .Header button.btn {
|
|
22512
22388
|
padding: 5px 10px;
|
|
22513
22389
|
}
|
|
22514
|
-
.TreeView .Header button.btn::after {
|
|
22515
|
-
margin-left: 7px;
|
|
22516
|
-
}
|
|
22517
22390
|
.TreeView .Placeholder {
|
|
22518
22391
|
display: flex;
|
|
22519
22392
|
justify-content: center;
|
|
@@ -22626,10 +22499,11 @@ input[type=radio] + span {
|
|
|
22626
22499
|
}
|
|
22627
22500
|
.TreeView.BrowseTree .Node.BrowseNode {
|
|
22628
22501
|
grid-template-columns: [toggle] 20px [name] auto;
|
|
22502
|
+
gap: 2px;
|
|
22629
22503
|
padding: 0px 10px;
|
|
22630
22504
|
}
|
|
22631
22505
|
.TreeView.BrowseTree .Node.BrowseNode .ExpandButton {
|
|
22632
|
-
font-size:
|
|
22506
|
+
font-size: 20px;
|
|
22633
22507
|
}
|
|
22634
22508
|
.TreeView.BrowseTree .Node[aria-disabled=false][aria-selected=false] > .EntityName {
|
|
22635
22509
|
color: rgb(64, 123, 160);
|