synapse-react-client 3.0.32 → 3.0.33
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/Carousel.js +5 -2
- package/dist/containers/Carousel.js.map +1 -1
- package/dist/containers/CopyToClipboardInput.js +2 -2
- package/dist/containers/CopyToClipboardInput.js.map +1 -1
- package/dist/containers/EntityIcon.d.ts +1 -0
- package/dist/containers/EntityIcon.js +3 -2
- package/dist/containers/EntityIcon.js.map +1 -1
- package/dist/containers/GenericCard.d.ts +18 -7
- package/dist/containers/GenericCard.js +84 -92
- package/dist/containers/GenericCard.js.map +1 -1
- package/dist/containers/IconSvg.d.ts +1 -1
- package/dist/containers/IconSvg.js +6 -0
- package/dist/containers/IconSvg.js.map +1 -1
- package/dist/containers/MarkdownSynapse.d.ts +23 -9
- package/dist/containers/MarkdownSynapse.js +30 -30
- package/dist/containers/MarkdownSynapse.js.map +1 -1
- package/dist/containers/dataaccess/SubmissionPage.js +6 -6
- package/dist/containers/dataaccess/SubmissionPage.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinder.js +12 -49
- package/dist/containers/entity_finder/EntityFinder.js.map +1 -1
- package/dist/containers/entity_finder/details/EntityDetailsList.d.ts +2 -0
- package/dist/containers/entity_finder/details/EntityDetailsList.js +3 -3
- package/dist/containers/entity_finder/details/EntityDetailsList.js.map +1 -1
- package/dist/containers/entity_finder/details/configurations/EntityChildrenDetails.js +1 -1
- package/dist/containers/entity_finder/details/configurations/EntityChildrenDetails.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.js +1 -1
- package/dist/containers/entity_finder/details/configurations/ProjectListDetails.js.map +1 -1
- 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/details/view/DetailsViewTableRenderers.js +2 -2
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js.map +1 -1
- package/dist/containers/entity_finder/useEntitySelection.d.ts +4 -0
- package/dist/containers/entity_finder/useEntitySelection.js +56 -0
- package/dist/containers/entity_finder/useEntitySelection.js.map +1 -0
- package/dist/containers/evaluation_queues/CalendarWithIconFormGroup.js +5 -2
- package/dist/containers/evaluation_queues/CalendarWithIconFormGroup.js.map +1 -1
- package/dist/containers/evaluation_queues/EvaluationCard.js +4 -4
- package/dist/containers/evaluation_queues/EvaluationCard.js.map +1 -1
- package/dist/containers/evaluation_queues/EvaluationEditor.js +15 -15
- package/dist/containers/evaluation_queues/EvaluationEditor.js.map +1 -1
- package/dist/containers/evaluation_queues/EvaluationEditorPage.js +1 -1
- package/dist/containers/evaluation_queues/EvaluationEditorPage.js.map +1 -1
- package/dist/containers/evaluation_queues/EvaluationRoundEditor.js +1 -1
- package/dist/containers/evaluation_queues/EvaluationRoundEditor.js.map +1 -1
- package/dist/containers/evaluation_queues/EvaluationRoundEditorDropdown.js +1 -1
- package/dist/containers/evaluation_queues/EvaluationRoundEditorDropdown.js.map +1 -1
- package/dist/containers/evaluation_queues/round_limits/EvaluationRoundLimitOptionsList.js +1 -1
- package/dist/containers/evaluation_queues/round_limits/EvaluationRoundLimitOptionsList.js.map +1 -1
- package/dist/containers/home_page/project_view_carousel/ProjectViewCarousel.js +8 -1
- package/dist/containers/home_page/project_view_carousel/ProjectViewCarousel.js.map +1 -1
- package/dist/containers/personal_access_token/AccessTokenPage.js +11 -39
- package/dist/containers/personal_access_token/AccessTokenPage.js.map +1 -1
- package/dist/containers/personal_access_token/CreateAccessTokenModal.js +4 -4
- package/dist/containers/personal_access_token/CreateAccessTokenModal.js.map +1 -1
- package/dist/containers/provenance/ActivityNodeLabel.d.ts +3 -0
- package/dist/containers/provenance/ActivityNodeLabel.js +27 -0
- package/dist/containers/provenance/ActivityNodeLabel.js.map +1 -0
- package/dist/containers/provenance/EntityNodeLabel.d.ts +3 -0
- package/dist/containers/provenance/EntityNodeLabel.js +29 -0
- package/dist/containers/provenance/EntityNodeLabel.js.map +1 -0
- package/dist/containers/provenance/EntityPlaceholderNodeLabel.d.ts +6 -0
- package/dist/containers/provenance/EntityPlaceholderNodeLabel.js +23 -0
- package/dist/containers/provenance/EntityPlaceholderNodeLabel.js.map +1 -0
- package/dist/containers/provenance/ExpandGraphNodeLabel.d.ts +7 -0
- package/dist/containers/provenance/ExpandGraphNodeLabel.js +18 -0
- package/dist/containers/provenance/ExpandGraphNodeLabel.js.map +1 -0
- package/dist/containers/provenance/ExternalGraphNodeLabel.d.ts +3 -0
- package/dist/containers/provenance/ExternalGraphNodeLabel.js +16 -0
- package/dist/containers/provenance/ExternalGraphNodeLabel.js.map +1 -0
- package/dist/containers/provenance/ProvenanceEntityIcon.d.ts +6 -0
- package/dist/containers/provenance/ProvenanceEntityIcon.js +87 -0
- package/dist/containers/provenance/ProvenanceEntityIcon.js.map +1 -0
- package/dist/containers/provenance/ProvenanceExternalIcon.d.ts +5 -0
- package/dist/containers/provenance/ProvenanceExternalIcon.js +26 -0
- package/dist/containers/provenance/ProvenanceExternalIcon.js.map +1 -0
- package/dist/containers/provenance/ProvenanceGraph.d.ts +12 -0
- package/dist/containers/provenance/ProvenanceGraph.js +309 -0
- package/dist/containers/provenance/ProvenanceGraph.js.map +1 -0
- package/dist/containers/provenance/ProvenanceGraphUtils.d.ts +66 -0
- package/dist/containers/provenance/ProvenanceGraphUtils.js +175 -0
- package/dist/containers/provenance/ProvenanceGraphUtils.js.map +1 -0
- package/dist/containers/provenance/ProvenanceUtils.d.ts +32 -0
- package/dist/containers/provenance/ProvenanceUtils.js +145 -0
- package/dist/containers/provenance/ProvenanceUtils.js.map +1 -0
- package/dist/containers/provenance/UndefinedNodeLabel.d.ts +2 -0
- package/dist/containers/provenance/UndefinedNodeLabel.js +14 -0
- package/dist/containers/provenance/UndefinedNodeLabel.js.map +1 -0
- package/dist/containers/row_renderers/utils/CardFooter.js +1 -1
- package/dist/containers/row_renderers/utils/CardFooter.js.map +1 -1
- package/dist/containers/synapse_form_wrapper/SynapseFormUtils.d.ts +6 -0
- package/dist/containers/synapse_form_wrapper/SynapseFormUtils.js +43 -0
- package/dist/containers/synapse_form_wrapper/SynapseFormUtils.js.map +1 -0
- package/dist/containers/synapse_form_wrapper/SynapseFormWrapper.d.ts +0 -4
- package/dist/containers/synapse_form_wrapper/SynapseFormWrapper.js +14 -45
- package/dist/containers/synapse_form_wrapper/SynapseFormWrapper.js.map +1 -1
- package/dist/containers/synapse_table_functions/SynapseTableCell.js +3 -1
- package/dist/containers/synapse_table_functions/SynapseTableCell.js.map +1 -1
- package/dist/containers/table/SynapseTable.js +4 -3
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/containers/table/TablePagination.js +7 -2
- package/dist/containers/table/TablePagination.js.map +1 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.d.ts +18 -7
- package/dist/containers/table/datasets/DatasetItemsEditor.js +95 -28
- package/dist/containers/table/datasets/DatasetItemsEditor.js.map +1 -1
- package/dist/containers/trash/TrashCanList.d.ts +2 -0
- package/dist/containers/trash/TrashCanList.js +144 -0
- package/dist/containers/trash/TrashCanList.js.map +1 -0
- package/dist/containers/widgets/Checkbox.d.ts +1 -0
- package/dist/containers/widgets/Checkbox.js +4 -4
- package/dist/containers/widgets/Checkbox.js.map +1 -1
- package/dist/containers/widgets/Range.d.ts +1 -1
- package/dist/containers/widgets/Range.js +2 -2
- package/dist/containers/widgets/Range.js.map +1 -1
- package/dist/containers/widgets/SynapseImage.d.ts +1 -1
- package/dist/containers/widgets/facet-nav/FacetNavPanel.js +9 -1
- package/dist/containers/widgets/facet-nav/FacetNavPanel.js.map +1 -1
- package/dist/containers/widgets/query-filter/RangeFacetFilter.d.ts +1 -1
- package/dist/containers/widgets/query-filter/RangeFacetFilter.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/style/bootstrap4_backports/_base-import.scss +1 -0
- package/dist/style/components/_all.scss +2 -1
- package/dist/style/components/_copy-to-clipboard.scss +2 -0
- package/dist/style/components/_dataset-editor.scss +4 -1
- package/dist/style/components/_oauth-editor.scss +33 -0
- package/dist/style/components/_provenance.scss +71 -0
- package/dist/style/main.css +111 -3
- package/dist/umd/synapse-react-client.development.css +112 -3
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +70529 -55977
- 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 +97 -94
- package/dist/umd.index.d.ts +5 -3
- package/dist/umd.index.js +5 -3
- package/dist/umd.index.js.map +1 -1
- package/dist/utils/APIConstants.d.ts +8 -0
- package/dist/utils/APIConstants.js +19 -1
- package/dist/utils/APIConstants.js.map +1 -1
- package/dist/utils/SynapseClient.d.ts +37 -9
- package/dist/utils/SynapseClient.js +66 -13
- package/dist/utils/SynapseClient.js.map +1 -1
- package/dist/utils/functions/EntityTypeUtils.d.ts +2 -1
- package/dist/utils/functions/EntityTypeUtils.js +2 -1
- package/dist/utils/functions/EntityTypeUtils.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/index.d.ts +1 -0
- package/dist/utils/hooks/SynapseAPI/index.js +1 -0
- package/dist/utils/hooks/SynapseAPI/index.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/oauth/index.d.ts +1 -0
- package/dist/utils/hooks/SynapseAPI/oauth/index.js +5 -0
- package/dist/utils/hooks/SynapseAPI/oauth/index.js.map +1 -0
- package/dist/utils/hooks/SynapseAPI/oauth/useOAuthClient.d.ts +9 -0
- package/dist/utils/hooks/SynapseAPI/oauth/useOAuthClient.js +79 -0
- package/dist/utils/hooks/SynapseAPI/oauth/useOAuthClient.js.map +1 -0
- package/dist/utils/hooks/SynapseAPI/trash/useTrashCan.d.ts +6 -0
- package/dist/utils/hooks/SynapseAPI/trash/useTrashCan.js +81 -0
- package/dist/utils/hooks/SynapseAPI/trash/useTrashCan.js.map +1 -0
- package/dist/utils/hooks/SynapseAPI/user/usePersonalAccessToken.d.ts +4 -0
- package/dist/utils/hooks/SynapseAPI/user/usePersonalAccessToken.js +21 -0
- package/dist/utils/hooks/SynapseAPI/user/usePersonalAccessToken.js.map +1 -0
- package/dist/utils/hooks/useGetInfoFromIds.js +2 -1
- package/dist/utils/hooks/useGetInfoFromIds.js.map +1 -1
- package/dist/utils/hooks/useGetIsAllSelectedInfiniteList.d.ts +20 -22
- package/dist/utils/hooks/useGetIsAllSelectedInfiniteList.js +28 -32
- package/dist/utils/hooks/useGetIsAllSelectedInfiniteList.js.map +1 -1
- package/dist/utils/synapseTypes/EntityHeader.d.ts +2 -0
- package/dist/utils/synapseTypes/OAuthClient.d.ts +31 -0
- package/dist/utils/synapseTypes/OAuthClient.js +12 -0
- package/dist/utils/synapseTypes/OAuthClient.js.map +1 -0
- package/dist/utils/synapseTypes/Provenance/Provenance.d.ts +41 -0
- package/dist/utils/synapseTypes/Provenance/Provenance.js +6 -0
- package/dist/utils/synapseTypes/Provenance/Provenance.js.map +1 -0
- package/dist/utils/synapseTypes/Table/Dataset.d.ts +13 -9
- package/dist/utils/synapseTypes/Table/Dataset.js.map +1 -1
- package/dist/utils/synapseTypes/TrashedEntity.d.ts +17 -0
- package/dist/utils/synapseTypes/TrashedEntity.js +3 -0
- package/dist/utils/synapseTypes/TrashedEntity.js.map +1 -0
- package/dist/utils/synapseTypes/VersionInfo.d.ts +2 -2
- package/dist/utils/synapseTypes/index.d.ts +1 -0
- package/dist/utils/synapseTypes/index.js +1 -0
- package/dist/utils/synapseTypes/index.js.map +1 -1
- package/package.json +10 -4
- package/dist/containers/HasAccess.d.ts +0 -85
- package/dist/containers/HasAccess.js +0 -353
- package/dist/containers/HasAccess.js.map +0 -1
package/dist/style/main.css
CHANGED
|
@@ -4953,13 +4953,13 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
|
|
|
4953
4953
|
flex-wrap: wrap;
|
|
4954
4954
|
align-items: center;
|
|
4955
4955
|
justify-content: flex-end;
|
|
4956
|
-
padding:
|
|
4956
|
+
padding: 1rem;
|
|
4957
4957
|
border-top: 1px solid #dee2e6;
|
|
4958
4958
|
border-bottom-right-radius: calc(0.3rem - 1px);
|
|
4959
4959
|
border-bottom-left-radius: calc(0.3rem - 1px);
|
|
4960
4960
|
}
|
|
4961
4961
|
.bootstrap-4-backport .modal-footer > * {
|
|
4962
|
-
margin:
|
|
4962
|
+
margin: 0rem;
|
|
4963
4963
|
}
|
|
4964
4964
|
.bootstrap-4-backport .modal-scrollbar-measure {
|
|
4965
4965
|
position: absolute;
|
|
@@ -20252,6 +20252,8 @@ input[type=radio] + span {
|
|
|
20252
20252
|
border-bottom-right-radius: 0px;
|
|
20253
20253
|
border-right: none;
|
|
20254
20254
|
align-self: center;
|
|
20255
|
+
margin-top: 0px;
|
|
20256
|
+
margin-bottom: 0px;
|
|
20255
20257
|
}
|
|
20256
20258
|
.SRC-copyToClipboardInputContainer button.SRC-copyToClipboardButton {
|
|
20257
20259
|
padding: 5px 10px;
|
|
@@ -23931,6 +23933,9 @@ input[type=radio] + span {
|
|
|
23931
23933
|
align-items: center;
|
|
23932
23934
|
padding: 15px 20px;
|
|
23933
23935
|
}
|
|
23936
|
+
.DatasetEditor .DatasetEditorTopBottomPanel .alert {
|
|
23937
|
+
margin-bottom: 0;
|
|
23938
|
+
}
|
|
23934
23939
|
.DatasetEditor .DatasetEditorTopBottomPanel .ItemCount {
|
|
23935
23940
|
margin-right: auto;
|
|
23936
23941
|
}
|
|
@@ -24079,7 +24084,7 @@ input[type=radio] + span {
|
|
|
24079
24084
|
flex-direction: column;
|
|
24080
24085
|
}
|
|
24081
24086
|
.DatasetEditor .NoItemsPlaceholder .AddItemsButton {
|
|
24082
|
-
width: 150px;
|
|
24087
|
+
min-width: 150px;
|
|
24083
24088
|
}
|
|
24084
24089
|
.DatasetEditor .NoItemsPlaceholder .AddItemsButton span {
|
|
24085
24090
|
margin: 5px;
|
|
@@ -24629,4 +24634,107 @@ input[type=radio] + span {
|
|
|
24629
24634
|
gap: 10px;
|
|
24630
24635
|
}
|
|
24631
24636
|
|
|
24637
|
+
.terms-conditions .view-terms a,
|
|
24638
|
+
.terms-conditions .view-terms a:active:focus, .page-progress button,
|
|
24639
|
+
.page-progress button:active,
|
|
24640
|
+
.page-progress button:focus,
|
|
24641
|
+
.page-progress button:active:focus {
|
|
24642
|
+
border: 0;
|
|
24643
|
+
outline: none;
|
|
24644
|
+
box-shadow: none;
|
|
24645
|
+
border-radius: 2px;
|
|
24646
|
+
}
|
|
24647
|
+
|
|
24648
|
+
.OAuthDialog .row {
|
|
24649
|
+
margin-top: 8px;
|
|
24650
|
+
margin-bottom: 8px;
|
|
24651
|
+
}
|
|
24652
|
+
.OAuthDialog .form-group.required .form-label:after {
|
|
24653
|
+
content: "*";
|
|
24654
|
+
margin-left: 2px;
|
|
24655
|
+
top: 0px;
|
|
24656
|
+
}
|
|
24657
|
+
.OAuthDialog .form-control {
|
|
24658
|
+
width: 90%;
|
|
24659
|
+
display: inline-block;
|
|
24660
|
+
margin-bottom: 8px;
|
|
24661
|
+
}
|
|
24662
|
+
.OAuthDialog .danger {
|
|
24663
|
+
background-color: rgba(178, 36, 42, 0.03);
|
|
24664
|
+
padding: 8px;
|
|
24665
|
+
}
|
|
24666
|
+
.OAuthDialog .danger label {
|
|
24667
|
+
color: #f44336;
|
|
24668
|
+
}
|
|
24669
|
+
.OAuthDialog .danger .delete-button {
|
|
24670
|
+
color: #f44336;
|
|
24671
|
+
padding: 0;
|
|
24672
|
+
}
|
|
24673
|
+
|
|
24674
|
+
.terms-conditions .view-terms a,
|
|
24675
|
+
.terms-conditions .view-terms a:active:focus, .page-progress button,
|
|
24676
|
+
.page-progress button:active,
|
|
24677
|
+
.page-progress button:focus,
|
|
24678
|
+
.page-progress button:active:focus {
|
|
24679
|
+
border: 0;
|
|
24680
|
+
outline: none;
|
|
24681
|
+
box-shadow: none;
|
|
24682
|
+
border-radius: 2px;
|
|
24683
|
+
}
|
|
24684
|
+
|
|
24685
|
+
.react-flow__attribution a {
|
|
24686
|
+
color: #dfe2e6 !important;
|
|
24687
|
+
text-decoration-color: #dfe2e6 !important;
|
|
24688
|
+
}
|
|
24689
|
+
.react-flow__node {
|
|
24690
|
+
cursor: default !important;
|
|
24691
|
+
text-overflow: ellipsis;
|
|
24692
|
+
white-space: nowrap;
|
|
24693
|
+
}
|
|
24694
|
+
.react-flow__node:hover {
|
|
24695
|
+
cursor: default;
|
|
24696
|
+
}
|
|
24697
|
+
.react-flow__node.ExternalNode, .react-flow__node.EntityNode, .react-flow__node.ExpandNode, .react-flow__node.EntityPlaceholderNode {
|
|
24698
|
+
overflow: hidden;
|
|
24699
|
+
border: none;
|
|
24700
|
+
box-shadow: none !important;
|
|
24701
|
+
background: none !important;
|
|
24702
|
+
}
|
|
24703
|
+
.react-flow__node.ExpandNode a {
|
|
24704
|
+
text-decoration: none !important;
|
|
24705
|
+
}
|
|
24706
|
+
.react-flow__node.EntityPlaceholderNode svg {
|
|
24707
|
+
color: #dfe2e6;
|
|
24708
|
+
}
|
|
24709
|
+
.react-flow__node.UndefinedNode .description {
|
|
24710
|
+
display: inline;
|
|
24711
|
+
margin-right: 10px;
|
|
24712
|
+
}
|
|
24713
|
+
.react-flow__node.UndefinedNode .markdown {
|
|
24714
|
+
text-align: left;
|
|
24715
|
+
white-space: normal;
|
|
24716
|
+
}
|
|
24717
|
+
.react-flow__node.ActivityNode {
|
|
24718
|
+
overflow: hidden;
|
|
24719
|
+
}
|
|
24720
|
+
.react-flow__node.ActivityNode .name,
|
|
24721
|
+
.react-flow__node.ActivityNode .description {
|
|
24722
|
+
overflow: hidden;
|
|
24723
|
+
text-overflow: ellipsis;
|
|
24724
|
+
}
|
|
24725
|
+
.react-flow__node.ActivityNode .name {
|
|
24726
|
+
font-size: 15px;
|
|
24727
|
+
}
|
|
24728
|
+
.react-flow__node.ActivityNode .description {
|
|
24729
|
+
font-size: 12px;
|
|
24730
|
+
}
|
|
24731
|
+
.react-flow__node.ExpandNode a {
|
|
24732
|
+
padding: 5px 10px;
|
|
24733
|
+
border: 1px solid #1a192b;
|
|
24734
|
+
border-radius: 3px;
|
|
24735
|
+
}
|
|
24736
|
+
.react-flow__handle {
|
|
24737
|
+
height: 0px !important;
|
|
24738
|
+
}
|
|
24739
|
+
|
|
24632
24740
|
/*# sourceMappingURL=main.css.map */
|
|
@@ -5840,13 +5840,13 @@ a.bootstrap-4-backport .badge-dark.focus {
|
|
|
5840
5840
|
flex-wrap: wrap;
|
|
5841
5841
|
align-items: center;
|
|
5842
5842
|
justify-content: flex-end;
|
|
5843
|
-
padding:
|
|
5843
|
+
padding: 1rem;
|
|
5844
5844
|
border-top: 1px solid #dee2e6;
|
|
5845
5845
|
border-bottom-right-radius: calc(0.3rem - 1px);
|
|
5846
5846
|
border-bottom-left-radius: calc(0.3rem - 1px);
|
|
5847
5847
|
}
|
|
5848
5848
|
.bootstrap-4-backport .modal-footer > * {
|
|
5849
|
-
margin:
|
|
5849
|
+
margin: 0rem;
|
|
5850
5850
|
}
|
|
5851
5851
|
.bootstrap-4-backport .modal-scrollbar-measure {
|
|
5852
5852
|
position: absolute;
|
|
@@ -20871,6 +20871,8 @@ input[type=radio] + span {
|
|
|
20871
20871
|
border-bottom-right-radius: 0px;
|
|
20872
20872
|
border-right: none;
|
|
20873
20873
|
align-self: center;
|
|
20874
|
+
margin-top: 0px;
|
|
20875
|
+
margin-bottom: 0px;
|
|
20874
20876
|
}
|
|
20875
20877
|
.SRC-copyToClipboardInputContainer button.SRC-copyToClipboardButton {
|
|
20876
20878
|
padding: 5px 10px;
|
|
@@ -24316,6 +24318,9 @@ input[type=radio] + span {
|
|
|
24316
24318
|
align-items: center;
|
|
24317
24319
|
padding: 15px 20px;
|
|
24318
24320
|
}
|
|
24321
|
+
.DatasetEditor .DatasetEditorTopBottomPanel .alert {
|
|
24322
|
+
margin-bottom: 0;
|
|
24323
|
+
}
|
|
24319
24324
|
.DatasetEditor .DatasetEditorTopBottomPanel .ItemCount {
|
|
24320
24325
|
margin-right: auto;
|
|
24321
24326
|
}
|
|
@@ -24464,7 +24469,7 @@ input[type=radio] + span {
|
|
|
24464
24469
|
flex-direction: column;
|
|
24465
24470
|
}
|
|
24466
24471
|
.DatasetEditor .NoItemsPlaceholder .AddItemsButton {
|
|
24467
|
-
width: 150px;
|
|
24472
|
+
min-width: 150px;
|
|
24468
24473
|
}
|
|
24469
24474
|
.DatasetEditor .NoItemsPlaceholder .AddItemsButton span {
|
|
24470
24475
|
margin: 5px;
|
|
@@ -25009,6 +25014,110 @@ input[type=radio] + span {
|
|
|
25009
25014
|
justify-content: flex-start;
|
|
25010
25015
|
gap: 10px;
|
|
25011
25016
|
}
|
|
25017
|
+
.terms-conditions .view-terms a,
|
|
25018
|
+
.terms-conditions .view-terms a:active:focus,
|
|
25019
|
+
.page-progress button,
|
|
25020
|
+
.page-progress button:active,
|
|
25021
|
+
.page-progress button:focus,
|
|
25022
|
+
.page-progress button:active:focus {
|
|
25023
|
+
border: 0;
|
|
25024
|
+
outline: none;
|
|
25025
|
+
box-shadow: none;
|
|
25026
|
+
border-radius: 2px;
|
|
25027
|
+
}
|
|
25028
|
+
.OAuthDialog .row {
|
|
25029
|
+
margin-top: 8px;
|
|
25030
|
+
margin-bottom: 8px;
|
|
25031
|
+
}
|
|
25032
|
+
.OAuthDialog .form-group.required .form-label:after {
|
|
25033
|
+
content: "*";
|
|
25034
|
+
margin-left: 2px;
|
|
25035
|
+
top: 0px;
|
|
25036
|
+
}
|
|
25037
|
+
.OAuthDialog .form-control {
|
|
25038
|
+
width: 90%;
|
|
25039
|
+
display: inline-block;
|
|
25040
|
+
margin-bottom: 8px;
|
|
25041
|
+
}
|
|
25042
|
+
.OAuthDialog .danger {
|
|
25043
|
+
background-color: rgba(178, 36, 42, 0.03);
|
|
25044
|
+
padding: 8px;
|
|
25045
|
+
}
|
|
25046
|
+
.OAuthDialog .danger label {
|
|
25047
|
+
color: #f44336;
|
|
25048
|
+
}
|
|
25049
|
+
.OAuthDialog .danger .delete-button {
|
|
25050
|
+
color: #f44336;
|
|
25051
|
+
padding: 0;
|
|
25052
|
+
}
|
|
25053
|
+
.terms-conditions .view-terms a,
|
|
25054
|
+
.terms-conditions .view-terms a:active:focus,
|
|
25055
|
+
.page-progress button,
|
|
25056
|
+
.page-progress button:active,
|
|
25057
|
+
.page-progress button:focus,
|
|
25058
|
+
.page-progress button:active:focus {
|
|
25059
|
+
border: 0;
|
|
25060
|
+
outline: none;
|
|
25061
|
+
box-shadow: none;
|
|
25062
|
+
border-radius: 2px;
|
|
25063
|
+
}
|
|
25064
|
+
.react-flow__attribution a {
|
|
25065
|
+
color: #dfe2e6 !important;
|
|
25066
|
+
text-decoration-color: #dfe2e6 !important;
|
|
25067
|
+
}
|
|
25068
|
+
.react-flow__node {
|
|
25069
|
+
cursor: default !important;
|
|
25070
|
+
text-overflow: ellipsis;
|
|
25071
|
+
white-space: nowrap;
|
|
25072
|
+
}
|
|
25073
|
+
.react-flow__node:hover {
|
|
25074
|
+
cursor: default;
|
|
25075
|
+
}
|
|
25076
|
+
.react-flow__node.ExternalNode,
|
|
25077
|
+
.react-flow__node.EntityNode,
|
|
25078
|
+
.react-flow__node.ExpandNode,
|
|
25079
|
+
.react-flow__node.EntityPlaceholderNode {
|
|
25080
|
+
overflow: hidden;
|
|
25081
|
+
border: none;
|
|
25082
|
+
box-shadow: none !important;
|
|
25083
|
+
background: none !important;
|
|
25084
|
+
}
|
|
25085
|
+
.react-flow__node.ExpandNode a {
|
|
25086
|
+
text-decoration: none !important;
|
|
25087
|
+
}
|
|
25088
|
+
.react-flow__node.EntityPlaceholderNode svg {
|
|
25089
|
+
color: #dfe2e6;
|
|
25090
|
+
}
|
|
25091
|
+
.react-flow__node.UndefinedNode .description {
|
|
25092
|
+
display: inline;
|
|
25093
|
+
margin-right: 10px;
|
|
25094
|
+
}
|
|
25095
|
+
.react-flow__node.UndefinedNode .markdown {
|
|
25096
|
+
text-align: left;
|
|
25097
|
+
white-space: normal;
|
|
25098
|
+
}
|
|
25099
|
+
.react-flow__node.ActivityNode {
|
|
25100
|
+
overflow: hidden;
|
|
25101
|
+
}
|
|
25102
|
+
.react-flow__node.ActivityNode .name,
|
|
25103
|
+
.react-flow__node.ActivityNode .description {
|
|
25104
|
+
overflow: hidden;
|
|
25105
|
+
text-overflow: ellipsis;
|
|
25106
|
+
}
|
|
25107
|
+
.react-flow__node.ActivityNode .name {
|
|
25108
|
+
font-size: 15px;
|
|
25109
|
+
}
|
|
25110
|
+
.react-flow__node.ActivityNode .description {
|
|
25111
|
+
font-size: 12px;
|
|
25112
|
+
}
|
|
25113
|
+
.react-flow__node.ExpandNode a {
|
|
25114
|
+
padding: 5px 10px;
|
|
25115
|
+
border: 1px solid #1a192b;
|
|
25116
|
+
border-radius: 3px;
|
|
25117
|
+
}
|
|
25118
|
+
.react-flow__handle {
|
|
25119
|
+
height: 0px !important;
|
|
25120
|
+
}
|
|
25012
25121
|
/*!
|
|
25013
25122
|
* https://github.com/arqex/react-datetime
|
|
25014
25123
|
*/
|