synapse-react-client 3.0.36 → 3.1.1
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/containers/CardContainerLogic.d.ts +7 -0
- package/dist/containers/CardContainerLogic.js +8 -1
- package/dist/containers/CardContainerLogic.js.map +1 -1
- package/dist/containers/Carousel.js +3 -1
- package/dist/containers/Carousel.js.map +1 -1
- package/dist/containers/CertificationQuiz.d.ts +3 -0
- package/dist/containers/CertificationQuiz.js +145 -0
- package/dist/containers/CertificationQuiz.js.map +1 -0
- package/dist/containers/EntityForm.d.ts +2 -0
- package/dist/containers/EntityForm.js.map +1 -1
- package/dist/containers/ErrorBanner.d.ts +1 -1
- package/dist/containers/ErrorBanner.js +1 -1
- package/dist/containers/ErrorBanner.js.map +1 -1
- package/dist/containers/FavoritesPage.js +3 -0
- package/dist/containers/FavoritesPage.js.map +1 -1
- package/dist/containers/GenericCard.d.ts +2 -2
- package/dist/containers/GenericCard.js +17 -8
- package/dist/containers/GenericCard.js.map +1 -1
- package/dist/containers/IconSvg.d.ts +1 -1
- package/dist/containers/IconSvg.js +3 -0
- package/dist/containers/IconSvg.js.map +1 -1
- package/dist/containers/MarkdownSynapse.d.ts +2 -0
- package/dist/containers/MarkdownSynapse.js +2 -1
- package/dist/containers/MarkdownSynapse.js.map +1 -1
- package/dist/containers/ModalDownload.d.ts +2 -0
- package/dist/containers/ModalDownload.js.map +1 -1
- package/dist/containers/QueryContext.d.ts +3 -3
- package/dist/containers/QueryContext.js.map +1 -1
- package/dist/containers/QueryVisualizationWrapper.d.ts +3 -3
- package/dist/containers/QueryVisualizationWrapper.js.map +1 -1
- package/dist/containers/RenderIfInView.d.ts +1 -1
- package/dist/containers/RenderIfInView.js.map +1 -1
- package/dist/containers/StatisticsPlot.d.ts +2 -0
- package/dist/containers/StatisticsPlot.js.map +1 -1
- package/dist/containers/SynapseHomepage.js +2 -2
- package/dist/containers/SynapseHomepage.js.map +1 -1
- package/dist/containers/TermsAndConditions.js +1 -1
- package/dist/containers/TermsAndConditions.js.map +1 -1
- package/dist/containers/UpsetPlot.js.map +1 -1
- package/dist/containers/UserSearchBoxV2.js.map +1 -1
- package/dist/containers/VisibilityObserver.js +5 -5
- package/dist/containers/VisibilityObserver.js.map +1 -1
- package/dist/containers/dataaccess/AccessRequirementSearchBox.js.map +1 -1
- package/dist/containers/dataaccess/ReviewerDashboard.js.map +1 -1
- package/dist/containers/entity/annotations/AdditionalPropertiesSchemaField.js.map +1 -1
- package/dist/containers/entity/annotations/CustomSelectWidget.js +1 -1
- package/dist/containers/entity/annotations/CustomSelectWidget.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinder.d.ts +3 -6
- package/dist/containers/entity_finder/EntityFinder.js +14 -13
- package/dist/containers/entity_finder/EntityFinder.js.map +1 -1
- package/dist/containers/entity_finder/VersionSelectionType.d.ts +20 -0
- package/dist/containers/entity_finder/VersionSelectionType.js +25 -0
- package/dist/containers/entity_finder/VersionSelectionType.js.map +1 -0
- package/dist/containers/entity_finder/details/EntityDetailsList.d.ts +2 -3
- package/dist/containers/entity_finder/details/EntityDetailsList.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsView.d.ts +0 -2
- package/dist/containers/entity_finder/details/view/DetailsView.js +10 -16
- package/dist/containers/entity_finder/details/view/DetailsView.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.d.ts +3 -3
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js +46 -8
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js.map +1 -1
- package/dist/containers/entity_finder/details/view/VersionColumnHeader.d.ts +5 -0
- package/dist/containers/entity_finder/details/view/VersionColumnHeader.js +34 -0
- package/dist/containers/entity_finder/details/view/VersionColumnHeader.js.map +1 -0
- package/dist/containers/oauth/CreateOAuthClient.js +3 -4
- package/dist/containers/oauth/CreateOAuthClient.js.map +1 -1
- package/dist/containers/oauth/OAuthManagement.js +11 -12
- package/dist/containers/oauth/OAuthManagement.js.map +1 -1
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +1 -1
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js.map +1 -1
- package/dist/containers/row_renderers/utils/ChipContainer.d.ts +2 -2
- package/dist/containers/row_renderers/utils/ChipContainer.js.map +1 -1
- package/dist/containers/synapse_form_wrapper/SynapseForm.d.ts +3 -2
- package/dist/containers/synapse_form_wrapper/SynapseForm.js +12 -8
- package/dist/containers/synapse_form_wrapper/SynapseForm.js.map +1 -1
- package/dist/containers/table/EntityIDColumnCopyIcon.d.ts +3 -0
- package/dist/containers/table/EntityIDColumnCopyIcon.js +77 -0
- package/dist/containers/table/EntityIDColumnCopyIcon.js.map +1 -0
- package/dist/containers/table/StandaloneQueryWrapper.js +1 -3
- package/dist/containers/table/StandaloneQueryWrapper.js.map +1 -1
- package/dist/containers/table/SynapseTable.d.ts +0 -4
- package/dist/containers/table/SynapseTable.js +2 -22
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/containers/table/TopLevelControls.js +3 -2
- package/dist/containers/table/TopLevelControls.js.map +1 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.js +2 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.js.map +1 -1
- package/dist/containers/table/table-top/DownloadLoginModal.js +1 -1
- package/dist/containers/table/table-top/DownloadLoginModal.js.map +1 -1
- package/dist/containers/widgets/ElementWithTooltip.d.ts +5 -5
- package/dist/containers/widgets/ElementWithTooltip.js.map +1 -1
- package/dist/containers/widgets/RangeSlider.d.ts +3 -3
- package/dist/containers/widgets/RangeSlider.js.map +1 -1
- package/dist/containers/widgets/SynapseImage.d.ts +2 -0
- package/dist/containers/widgets/SynapseImage.js.map +1 -1
- package/dist/containers/widgets/SynapsePlot.d.ts +2 -0
- package/dist/containers/widgets/SynapsePlot.js.map +1 -1
- package/dist/style/base/_core.scss +7 -1
- package/dist/style/components/_all.scss +1 -1
- package/dist/style/components/_certification-quiz.scss +32 -0
- package/dist/style/components/_global-alert.scss +9 -3
- package/dist/style/main.css +55 -4
- package/dist/umd/synapse-react-client.development.css +54 -4
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +20385 -11195
- 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 +141 -96
- 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 +13 -2
- package/dist/utils/SynapseClient.js +22 -6
- package/dist/utils/SynapseClient.js.map +1 -1
- package/dist/utils/functions/EntityTypeUtils.d.ts +1 -0
- package/dist/utils/functions/EntityTypeUtils.js +21 -1
- package/dist/utils/functions/EntityTypeUtils.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/oauth/useOAuthClient.d.ts +1 -1
- package/dist/utils/hooks/SynapseAPI/oauth/useOAuthClient.js +7 -1
- package/dist/utils/hooks/SynapseAPI/oauth/useOAuthClient.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/user/useFavorites.js +1 -1
- package/dist/utils/hooks/SynapseAPI/user/useFavorites.js.map +1 -1
- package/dist/utils/hooks/useTheme.d.ts +3 -3
- package/dist/utils/hooks/useTheme.js.map +1 -1
- package/dist/utils/synapseTypes/CertificationQuiz/Questions.d.ts +28 -0
- package/dist/utils/synapseTypes/CertificationQuiz/Questions.js +5 -0
- package/dist/utils/synapseTypes/CertificationQuiz/Questions.js.map +1 -0
- package/dist/utils/synapseTypes/CertificationQuiz/Quiz.d.ts +27 -0
- package/dist/utils/synapseTypes/CertificationQuiz/Quiz.js +3 -0
- package/dist/utils/synapseTypes/CertificationQuiz/Quiz.js.map +1 -0
- package/dist/utils/synapseTypes/Table/Table.d.ts +1 -0
- package/dist/utils/synapseTypes/Table/TableEntity.d.ts +0 -1
- package/package.json +37 -35
package/dist/style/main.css
CHANGED
|
@@ -14332,6 +14332,10 @@ svg.SRC-hoverBox:hover:after {
|
|
|
14332
14332
|
.table .SRC-primary-background-color-hover[aria-expanded=true] path {
|
|
14333
14333
|
fill: #fff;
|
|
14334
14334
|
}
|
|
14335
|
+
.table .SRC-primary-background-color svg,
|
|
14336
|
+
.table .SRC-primary-background-color path {
|
|
14337
|
+
fill: #fff;
|
|
14338
|
+
}
|
|
14335
14339
|
|
|
14336
14340
|
.SRC-grey-background-hover:hover, .SRC-grey-background-hover[aria-expanded=true] {
|
|
14337
14341
|
background-color: #dfe2e6;
|
|
@@ -14438,7 +14442,7 @@ a.SRC-whiteText {
|
|
|
14438
14442
|
}
|
|
14439
14443
|
|
|
14440
14444
|
.SRC-no-underline-on-hover:hover {
|
|
14441
|
-
text-decoration: none;
|
|
14445
|
+
text-decoration: none !important;
|
|
14442
14446
|
}
|
|
14443
14447
|
|
|
14444
14448
|
.SRC-underline-on-hover:hover {
|
|
@@ -22927,11 +22931,18 @@ table.DownloadListTableV2 td {
|
|
|
22927
22931
|
border: none;
|
|
22928
22932
|
}
|
|
22929
22933
|
.FullWidthAlert[role=alert].global {
|
|
22930
|
-
|
|
22934
|
+
bottom: 2%;
|
|
22935
|
+
left: 2%;
|
|
22931
22936
|
position: fixed;
|
|
22932
|
-
|
|
22933
|
-
left: 0px;
|
|
22937
|
+
width: 96%;
|
|
22934
22938
|
z-index: 2500;
|
|
22939
|
+
filter: drop-shadow(3px 4px 9px #9e9e9e);
|
|
22940
|
+
-webkit-border-radius: 2px;
|
|
22941
|
+
-moz-border-radius: 2px;
|
|
22942
|
+
-ms-border-radius: 2px;
|
|
22943
|
+
border-radius: 2px;
|
|
22944
|
+
-o-border-radius: 2px;
|
|
22945
|
+
-khtml-border-radius: 2px;
|
|
22935
22946
|
}
|
|
22936
22947
|
.FullWidthAlert[role=alert] .alert-link {
|
|
22937
22948
|
color: inherit;
|
|
@@ -22980,6 +22991,9 @@ table.DownloadListTableV2 td {
|
|
|
22980
22991
|
min-width: 50px;
|
|
22981
22992
|
margin-right: 10px;
|
|
22982
22993
|
}
|
|
22994
|
+
.FullWidthAlert[role=alert] .gridContainer .iconArea svg {
|
|
22995
|
+
width: 26px;
|
|
22996
|
+
}
|
|
22983
22997
|
.FullWidthAlert[role=alert] .gridContainer .mainContent {
|
|
22984
22998
|
grid-row: 1/span 1;
|
|
22985
22999
|
grid-column: 2/span 1;
|
|
@@ -22998,6 +23012,7 @@ table.DownloadListTableV2 td {
|
|
|
22998
23012
|
.FullWidthAlert[role=alert] .gridContainer .buttonArea button {
|
|
22999
23013
|
white-space: nowrap;
|
|
23000
23014
|
margin-right: 15px;
|
|
23015
|
+
padding: 10px 15px;
|
|
23001
23016
|
}
|
|
23002
23017
|
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
23003
23018
|
width: 100%;
|
|
@@ -24612,4 +24627,40 @@ input[type=radio] + span {
|
|
|
24612
24627
|
height: 0px !important;
|
|
24613
24628
|
}
|
|
24614
24629
|
|
|
24630
|
+
.terms-conditions .view-terms a,
|
|
24631
|
+
.terms-conditions .view-terms a:active:focus, .page-progress button,
|
|
24632
|
+
.page-progress button:active,
|
|
24633
|
+
.page-progress button:focus,
|
|
24634
|
+
.page-progress button:active:focus {
|
|
24635
|
+
border: 0;
|
|
24636
|
+
outline: none;
|
|
24637
|
+
box-shadow: none;
|
|
24638
|
+
border-radius: 2px;
|
|
24639
|
+
}
|
|
24640
|
+
|
|
24641
|
+
.CertificationQuiz .failBanner {
|
|
24642
|
+
background-color: red;
|
|
24643
|
+
color: white;
|
|
24644
|
+
padding: 8px;
|
|
24645
|
+
}
|
|
24646
|
+
.CertificationQuiz__container {
|
|
24647
|
+
border: solid 1px #ddd;
|
|
24648
|
+
border-radius: 4px;
|
|
24649
|
+
padding: 10px;
|
|
24650
|
+
}
|
|
24651
|
+
.CertificationQuiz__container a {
|
|
24652
|
+
color: rgb(64, 123, 160);
|
|
24653
|
+
}
|
|
24654
|
+
.CertificationQuiz__container .help-button {
|
|
24655
|
+
display: block;
|
|
24656
|
+
margin-left: auto;
|
|
24657
|
+
margin-right: 0;
|
|
24658
|
+
}
|
|
24659
|
+
.CertificationQuiz__container .incorrectQuestion {
|
|
24660
|
+
color: #f44336;
|
|
24661
|
+
}
|
|
24662
|
+
.CertificationQuiz__container .question-choice {
|
|
24663
|
+
font-weight: 400;
|
|
24664
|
+
}
|
|
24665
|
+
|
|
24615
24666
|
/*# sourceMappingURL=main.css.map */
|
|
@@ -15233,6 +15233,10 @@ svg.SRC-hoverBox:hover:after {
|
|
|
15233
15233
|
.table .SRC-primary-background-color-hover[aria-expanded=true] path {
|
|
15234
15234
|
fill: #fff;
|
|
15235
15235
|
}
|
|
15236
|
+
.table .SRC-primary-background-color svg,
|
|
15237
|
+
.table .SRC-primary-background-color path {
|
|
15238
|
+
fill: #fff;
|
|
15239
|
+
}
|
|
15236
15240
|
.SRC-grey-background-hover:hover,
|
|
15237
15241
|
.SRC-grey-background-hover[aria-expanded=true] {
|
|
15238
15242
|
background-color: #dfe2e6;
|
|
@@ -15318,7 +15322,7 @@ a.SRC-whiteText {
|
|
|
15318
15322
|
text-decoration: none;
|
|
15319
15323
|
}
|
|
15320
15324
|
.SRC-no-underline-on-hover:hover {
|
|
15321
|
-
text-decoration: none;
|
|
15325
|
+
text-decoration: none !important;
|
|
15322
15326
|
}
|
|
15323
15327
|
.SRC-underline-on-hover:hover {
|
|
15324
15328
|
text-decoration: underline;
|
|
@@ -23374,11 +23378,18 @@ table.DownloadListTableV2 td {
|
|
|
23374
23378
|
border: none;
|
|
23375
23379
|
}
|
|
23376
23380
|
.FullWidthAlert[role=alert].global {
|
|
23377
|
-
|
|
23381
|
+
bottom: 2%;
|
|
23382
|
+
left: 2%;
|
|
23378
23383
|
position: fixed;
|
|
23379
|
-
|
|
23380
|
-
left: 0px;
|
|
23384
|
+
width: 96%;
|
|
23381
23385
|
z-index: 2500;
|
|
23386
|
+
filter: drop-shadow(3px 4px 9px #9e9e9e);
|
|
23387
|
+
-webkit-border-radius: 2px;
|
|
23388
|
+
-moz-border-radius: 2px;
|
|
23389
|
+
-ms-border-radius: 2px;
|
|
23390
|
+
border-radius: 2px;
|
|
23391
|
+
-o-border-radius: 2px;
|
|
23392
|
+
-khtml-border-radius: 2px;
|
|
23382
23393
|
}
|
|
23383
23394
|
.FullWidthAlert[role=alert] .alert-link {
|
|
23384
23395
|
color: inherit;
|
|
@@ -23427,6 +23438,9 @@ table.DownloadListTableV2 td {
|
|
|
23427
23438
|
min-width: 50px;
|
|
23428
23439
|
margin-right: 10px;
|
|
23429
23440
|
}
|
|
23441
|
+
.FullWidthAlert[role=alert] .gridContainer .iconArea svg {
|
|
23442
|
+
width: 26px;
|
|
23443
|
+
}
|
|
23430
23444
|
.FullWidthAlert[role=alert] .gridContainer .mainContent {
|
|
23431
23445
|
grid-row: 1/span 1;
|
|
23432
23446
|
grid-column: 2/span 1;
|
|
@@ -23445,6 +23459,7 @@ table.DownloadListTableV2 td {
|
|
|
23445
23459
|
.FullWidthAlert[role=alert] .gridContainer .buttonArea button {
|
|
23446
23460
|
white-space: nowrap;
|
|
23447
23461
|
margin-right: 15px;
|
|
23462
|
+
padding: 10px 15px;
|
|
23448
23463
|
}
|
|
23449
23464
|
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
23450
23465
|
width: 100%;
|
|
@@ -24992,6 +25007,41 @@ input[type=radio] + span {
|
|
|
24992
25007
|
.react-flow__handle {
|
|
24993
25008
|
height: 0px !important;
|
|
24994
25009
|
}
|
|
25010
|
+
.terms-conditions .view-terms a,
|
|
25011
|
+
.terms-conditions .view-terms a:active:focus,
|
|
25012
|
+
.page-progress button,
|
|
25013
|
+
.page-progress button:active,
|
|
25014
|
+
.page-progress button:focus,
|
|
25015
|
+
.page-progress button:active:focus {
|
|
25016
|
+
border: 0;
|
|
25017
|
+
outline: none;
|
|
25018
|
+
box-shadow: none;
|
|
25019
|
+
border-radius: 2px;
|
|
25020
|
+
}
|
|
25021
|
+
.CertificationQuiz .failBanner {
|
|
25022
|
+
background-color: red;
|
|
25023
|
+
color: white;
|
|
25024
|
+
padding: 8px;
|
|
25025
|
+
}
|
|
25026
|
+
.CertificationQuiz__container {
|
|
25027
|
+
border: solid 1px #ddd;
|
|
25028
|
+
border-radius: 4px;
|
|
25029
|
+
padding: 10px;
|
|
25030
|
+
}
|
|
25031
|
+
.CertificationQuiz__container a {
|
|
25032
|
+
color: rgb(64, 123, 160);
|
|
25033
|
+
}
|
|
25034
|
+
.CertificationQuiz__container .help-button {
|
|
25035
|
+
display: block;
|
|
25036
|
+
margin-left: auto;
|
|
25037
|
+
margin-right: 0;
|
|
25038
|
+
}
|
|
25039
|
+
.CertificationQuiz__container .incorrectQuestion {
|
|
25040
|
+
color: #f44336;
|
|
25041
|
+
}
|
|
25042
|
+
.CertificationQuiz__container .question-choice {
|
|
25043
|
+
font-weight: 400;
|
|
25044
|
+
}
|
|
24995
25045
|
/*!
|
|
24996
25046
|
* https://github.com/arqex/react-datetime
|
|
24997
25047
|
*/
|