synapse-react-client 3.0.5 → 3.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/NoData.d.ts +3 -0
- package/dist/assets/icons/NoData.js +42 -0
- package/dist/assets/icons/NoData.js.map +1 -0
- package/dist/assets/icons/NoSearchResults.d.ts +3 -0
- package/dist/assets/icons/NoSearchResults.js +21 -0
- package/dist/assets/icons/NoSearchResults.js.map +1 -0
- package/dist/containers/EntityIdList.js +8 -5
- package/dist/containers/EntityIdList.js.map +1 -1
- package/dist/containers/FullTextSearch.js +4 -10
- package/dist/containers/FullTextSearch.js.map +1 -1
- package/dist/containers/JiraIssueCollector.js +1 -1
- package/dist/containers/JiraIssueCollector.js.map +1 -1
- package/dist/containers/QueryVisualizationWrapper.d.ts +1 -0
- package/dist/containers/QueryVisualizationWrapper.js +7 -7
- package/dist/containers/QueryVisualizationWrapper.js.map +1 -1
- package/dist/containers/QueryWrapper.js +6 -5
- package/dist/containers/QueryWrapper.js.map +1 -1
- package/dist/containers/RssFeedCards.js +2 -2
- package/dist/containers/RssFeedCards.js.map +1 -1
- package/dist/containers/SearchV2.js +7 -7
- package/dist/containers/SearchV2.js.map +1 -1
- package/dist/containers/SqlEditor.js +3 -3
- package/dist/containers/SqlEditor.js.map +1 -1
- package/dist/containers/download_list/DownloadConfirmation.js +7 -7
- package/dist/containers/download_list/DownloadConfirmation.js.map +1 -1
- package/dist/containers/download_list/DownloadDetails.d.ts +1 -1
- package/dist/containers/download_list/DownloadDetails.js +16 -14
- package/dist/containers/download_list/DownloadDetails.js.map +1 -1
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +5 -4
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.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/SynapseTable.js +2 -2
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/style/components/_download-cart-page.scss +1 -1
- package/dist/style/components/_query-wrapper-plot-nav.scss +13 -7
- package/dist/style/components/_query-wrapper-text-input.scss +2 -2
- package/dist/style/main.css +29 -24
- package/dist/umd/synapse-react-client.development.css +48 -25
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +299 -287
- 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 +63 -63
- package/dist/utils/SynapseClient.d.ts +11 -3
- package/dist/utils/SynapseClient.js +31 -17
- package/dist/utils/SynapseClient.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/entity/useGetQueryResultBundle.d.ts +1 -1
- package/dist/utils/hooks/SynapseAPI/entity/useGetQueryResultBundle.js +2 -2
- package/dist/utils/hooks/SynapseAPI/entity/useGetQueryResultBundle.js.map +1 -1
- package/package.json +1 -1
- package/dist/assets/icons/NoSearchResults.svg +0 -16
- package/dist/assets/icons/file-dotted.svg +0 -36
|
@@ -18403,7 +18403,8 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18403
18403
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FacetNav,
|
|
18404
18404
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FilterAndView,
|
|
18405
18405
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets .TopLevelControls,
|
|
18406
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .
|
|
18406
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets .QueryWrapperSearchInput,
|
|
18407
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets .QueryWrapperSqlEditorInput,
|
|
18407
18408
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets .ErrorBannerWrapper {
|
|
18408
18409
|
margin-left: 30px;
|
|
18409
18410
|
}
|
|
@@ -18438,22 +18439,26 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18438
18439
|
.QueryWrapperPlotNav .SRC-wrapper .download-confirmation {
|
|
18439
18440
|
grid-row: 2/span 1;
|
|
18440
18441
|
}
|
|
18441
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18442
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSearchInput {
|
|
18442
18443
|
grid-row: 3/span 1;
|
|
18443
18444
|
margin-bottom: 10px;
|
|
18444
18445
|
}
|
|
18445
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18446
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSqlEditorInput {
|
|
18446
18447
|
grid-row: 4/span 1;
|
|
18448
|
+
margin-bottom: 10px;
|
|
18447
18449
|
}
|
|
18448
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18450
|
+
.QueryWrapperPlotNav .SRC-wrapper .TotalQueryResults {
|
|
18449
18451
|
grid-row: 5/span 1;
|
|
18450
18452
|
}
|
|
18451
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18453
|
+
.QueryWrapperPlotNav .SRC-wrapper .ErrorBannerWrapper {
|
|
18452
18454
|
grid-row: 6/span 1;
|
|
18453
18455
|
}
|
|
18454
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18456
|
+
.QueryWrapperPlotNav .SRC-wrapper .FacetNav {
|
|
18455
18457
|
grid-row: 7/span 1;
|
|
18456
18458
|
}
|
|
18459
|
+
.QueryWrapperPlotNav .SRC-wrapper .FilterAndView {
|
|
18460
|
+
grid-row: 8/span 1;
|
|
18461
|
+
}
|
|
18457
18462
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilter {
|
|
18458
18463
|
grid-column: 1/span 3;
|
|
18459
18464
|
}
|
|
@@ -18468,7 +18473,8 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18468
18473
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TotalQueryResults,
|
|
18469
18474
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FilterAndView,
|
|
18470
18475
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TopLevelControls,
|
|
18471
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.
|
|
18476
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperSearchInput,
|
|
18477
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperSqlEditorInput,
|
|
18472
18478
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.ErrorBannerWrapper {
|
|
18473
18479
|
grid-column: 5/span 1;
|
|
18474
18480
|
}
|
|
@@ -18555,19 +18561,22 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18555
18561
|
box-shadow: none;
|
|
18556
18562
|
border-radius: 2px;
|
|
18557
18563
|
}
|
|
18558
|
-
.
|
|
18564
|
+
.QueryWrapperSearchInput__searchbar,
|
|
18565
|
+
.QueryWrapperSqlEditorInput__searchbar {
|
|
18559
18566
|
height: 50px;
|
|
18560
18567
|
background: #f9f9f9;
|
|
18561
18568
|
border: 1px solid #dddddf;
|
|
18562
18569
|
display: flex;
|
|
18563
18570
|
align-items: center;
|
|
18564
18571
|
}
|
|
18565
|
-
.
|
|
18572
|
+
.QueryWrapperSearchInput__searchbar:focus-within,
|
|
18573
|
+
.QueryWrapperSqlEditorInput__searchbar:focus-within {
|
|
18566
18574
|
outline-color: #407ba0;
|
|
18567
18575
|
outline-style: auto;
|
|
18568
18576
|
outline-width: 5px;
|
|
18569
18577
|
}
|
|
18570
|
-
.
|
|
18578
|
+
.QueryWrapperSearchInput__searchbar__searchicon,
|
|
18579
|
+
.QueryWrapperSqlEditorInput__searchbar__searchicon {
|
|
18571
18580
|
color: #dcdcdc;
|
|
18572
18581
|
margin-left: 10px;
|
|
18573
18582
|
font-size: 17px;
|
|
@@ -18575,7 +18584,8 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18575
18584
|
flex-grow: 0;
|
|
18576
18585
|
flex-shrink: 0;
|
|
18577
18586
|
}
|
|
18578
|
-
.
|
|
18587
|
+
.QueryWrapperSearchInput__searchbar input,
|
|
18588
|
+
.QueryWrapperSqlEditorInput__searchbar input {
|
|
18579
18589
|
flex: 1;
|
|
18580
18590
|
margin-left: 10px;
|
|
18581
18591
|
width: fit-content;
|
|
@@ -18584,21 +18594,25 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18584
18594
|
border: none;
|
|
18585
18595
|
background: #f9f9f9;
|
|
18586
18596
|
}
|
|
18587
|
-
.
|
|
18597
|
+
.QueryWrapperSearchInput__searchbar input:focus,
|
|
18598
|
+
.QueryWrapperSqlEditorInput__searchbar input:focus {
|
|
18588
18599
|
outline-width: 0px;
|
|
18589
18600
|
outline: none;
|
|
18590
18601
|
}
|
|
18591
|
-
.
|
|
18602
|
+
.QueryWrapperSearchInput__searchbar__clearbutton,
|
|
18603
|
+
.QueryWrapperSqlEditorInput__searchbar__clearbutton {
|
|
18592
18604
|
flex: 1;
|
|
18593
18605
|
flex-grow: 0;
|
|
18594
18606
|
flex-shrink: 0;
|
|
18595
18607
|
}
|
|
18596
|
-
.
|
|
18608
|
+
.QueryWrapperSearchInput__form-container,
|
|
18609
|
+
.QueryWrapperSqlEditorInput__form-container {
|
|
18597
18610
|
position: relative;
|
|
18598
18611
|
width: 100%;
|
|
18599
18612
|
margin-top: 5px;
|
|
18600
18613
|
}
|
|
18601
|
-
.
|
|
18614
|
+
.QueryWrapperSearchInput__column-select,
|
|
18615
|
+
.QueryWrapperSqlEditorInput__column-select {
|
|
18602
18616
|
background: #ffffff;
|
|
18603
18617
|
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
18604
18618
|
color: #515359;
|
|
@@ -18608,7 +18622,8 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18608
18622
|
z-index: 5;
|
|
18609
18623
|
width: inherit;
|
|
18610
18624
|
}
|
|
18611
|
-
.
|
|
18625
|
+
.QueryWrapperSearchInput__animate_height,
|
|
18626
|
+
.QueryWrapperSqlEditorInput__animate_height {
|
|
18612
18627
|
max-height: 0;
|
|
18613
18628
|
overflow-y: hidden;
|
|
18614
18629
|
-webkit-transition: max-height 0.3s ease-in-out;
|
|
@@ -18616,29 +18631,37 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18616
18631
|
-o-transition: max-height 0.3s ease-in-out;
|
|
18617
18632
|
transition: max-height 0.3s ease-in-out;
|
|
18618
18633
|
}
|
|
18619
|
-
.
|
|
18634
|
+
.QueryWrapperSearchInput__animate_dropdown-enter-done,
|
|
18635
|
+
.QueryWrapperSqlEditorInput__animate_dropdown-enter-done {
|
|
18620
18636
|
max-height: 300px;
|
|
18621
18637
|
}
|
|
18622
|
-
.
|
|
18638
|
+
.QueryWrapperSearchInput__animate_dropdown-exit-done,
|
|
18639
|
+
.QueryWrapperSqlEditorInput__animate_dropdown-exit-done {
|
|
18623
18640
|
max-height: 0;
|
|
18624
18641
|
}
|
|
18625
|
-
.
|
|
18642
|
+
.QueryWrapperSearchInput__dropdown_pos,
|
|
18643
|
+
.QueryWrapperSqlEditorInput__dropdown_pos {
|
|
18626
18644
|
position: relative;
|
|
18627
18645
|
width: 100%;
|
|
18628
18646
|
}
|
|
18629
|
-
.
|
|
18647
|
+
.QueryWrapperSearchInput__column-select.QueryWrapperSearchInput__animate_height,
|
|
18648
|
+
.QueryWrapperSqlEditorInput__column-select.QueryWrapperSearchInput__animate_height {
|
|
18630
18649
|
overflow: scroll;
|
|
18631
18650
|
}
|
|
18632
|
-
.
|
|
18633
|
-
.
|
|
18651
|
+
.QueryWrapperSearchInput__animate_dropdown-exit-active,
|
|
18652
|
+
.QueryWrapperSearchInput__animate_dropdown-enter-done,
|
|
18653
|
+
.QueryWrapperSqlEditorInput__animate_dropdown-exit-active,
|
|
18654
|
+
.QueryWrapperSqlEditorInput__animate_dropdown-enter-done {
|
|
18634
18655
|
padding-left: 30px;
|
|
18635
18656
|
padding-top: 15px;
|
|
18636
18657
|
padding-bottom: 5px;
|
|
18637
18658
|
}
|
|
18638
|
-
.
|
|
18659
|
+
.QueryWrapperSearchInput__animate_dropdown-exit-done,
|
|
18660
|
+
.QueryWrapperSqlEditorInput__animate_dropdown-exit-done {
|
|
18639
18661
|
padding: 0;
|
|
18640
18662
|
}
|
|
18641
|
-
.
|
|
18663
|
+
.QueryWrapperSearchInput .radio,
|
|
18664
|
+
.QueryWrapperSqlEditorInput .radio {
|
|
18642
18665
|
padding: 4px 0;
|
|
18643
18666
|
}
|
|
18644
18667
|
.page-progress button,
|
|
@@ -22650,7 +22673,7 @@ table.DownloadListTableV2 td {
|
|
|
22650
22673
|
.DownloadCartPage .nav-tabs .nav-item {
|
|
22651
22674
|
font-weight: bold;
|
|
22652
22675
|
height: 50px;
|
|
22653
|
-
width:
|
|
22676
|
+
width: 290px;
|
|
22654
22677
|
text-transform: uppercase;
|
|
22655
22678
|
text-align: center;
|
|
22656
22679
|
margin-top: 4px;
|