synapse-react-client 4.0.5 → 4.0.7
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/SWC.index.d.ts +2 -0
- package/dist/SWC.index.d.ts.map +1 -1
- package/dist/SWC.index.js +47 -41
- package/dist/SWC.index.js.map +1 -1
- package/dist/assets/DefaultColorfulPortalCardBackground.svg +50 -12
- package/dist/assets/DefaultColorfulPortalCardBackground.svg.js +4 -4
- package/dist/assets/DefaultColorfulPortalCardBackground.svg.js.map +1 -1
- package/dist/components/CardDeck/TableQueryCardDeck.js +3 -4
- package/dist/components/CardDeck/TableQueryCardDeck.js.map +1 -1
- package/dist/components/ChangePassword/useChangePasswordFormState.js +2 -3
- package/dist/components/ChangePassword/useChangePasswordFormState.js.map +1 -1
- package/dist/components/ColoredBulletListItem/ColoredBulletListItem.css +1 -0
- package/dist/components/ColoredBulletListItem/ColoredBulletListItem.d.ts +8 -0
- package/dist/components/ColoredBulletListItem/ColoredBulletListItem.d.ts.map +1 -0
- package/dist/components/ColoredBulletListItem/ColoredBulletListItem.js +21 -0
- package/dist/components/ColoredBulletListItem/ColoredBulletListItem.js.map +1 -0
- package/dist/components/ColoredBulletListItem/ColoredBulletListItem.module.scss +32 -0
- package/dist/components/ColoredBulletListItem/ColoredBulletListItem.module.scss.js +14 -0
- package/dist/components/ColoredBulletListItem/ColoredBulletListItem.module.scss.js.map +1 -0
- package/dist/components/ColoredBulletListItem/index.d.ts +5 -0
- package/dist/components/ColoredBulletListItem/index.d.ts.map +1 -0
- package/dist/components/ColoredBulletListItem/index.js +6 -0
- package/dist/components/ColoredBulletListItem/index.js.map +1 -0
- package/dist/components/CreateOrUpdateAccessRequirementWizard/CreateOrUpdateAccessRequirementWizard.js +3 -4
- package/dist/components/CreateOrUpdateAccessRequirementWizard/CreateOrUpdateAccessRequirementWizard.js.map +1 -1
- package/dist/components/CreateProjectModal/CreateProjectModal.d.ts +2 -1
- package/dist/components/CreateProjectModal/CreateProjectModal.d.ts.map +1 -1
- package/dist/components/CreateProjectModal/CreateProjectModal.js +122 -43
- package/dist/components/CreateProjectModal/CreateProjectModal.js.map +1 -1
- package/dist/components/CreateProjectModal/ProjectVisibilityRadioGroup.d.ts +7 -0
- package/dist/components/CreateProjectModal/ProjectVisibilityRadioGroup.d.ts.map +1 -0
- package/dist/components/CreateProjectModal/ProjectVisibilityRadioGroup.js +132 -0
- package/dist/components/CreateProjectModal/ProjectVisibilityRadioGroup.js.map +1 -0
- package/dist/components/DataGrid/DataGrid.d.ts +2 -0
- package/dist/components/DataGrid/DataGrid.d.ts.map +1 -1
- package/dist/components/DataGrid/DataGrid.js +69 -67
- package/dist/components/DataGrid/DataGrid.js.map +1 -1
- package/dist/components/DataGrid/DataGridWebSocket.d.ts +4 -0
- package/dist/components/DataGrid/DataGridWebSocket.d.ts.map +1 -1
- package/dist/components/DataGrid/DataGridWebSocket.js +47 -37
- package/dist/components/DataGrid/DataGridWebSocket.js.map +1 -1
- package/dist/components/DataGrid/MergeGridWithSourceTableButton.js +2 -3
- package/dist/components/DataGrid/MergeGridWithSourceTableButton.js.map +1 -1
- package/dist/components/DataGrid/SynapseGrid.d.ts.map +1 -1
- package/dist/components/DataGrid/SynapseGrid.js +209 -162
- package/dist/components/DataGrid/SynapseGrid.js.map +1 -1
- package/dist/components/DataGrid/components/UploadCsvToGridDialog.js +2 -3
- package/dist/components/DataGrid/components/UploadCsvToGridDialog.js.map +1 -1
- package/dist/components/DataGrid/hooks/useRemoteSelections.d.ts +16 -0
- package/dist/components/DataGrid/hooks/useRemoteSelections.d.ts.map +1 -0
- package/dist/components/DataGrid/hooks/useRemoteSelections.js +30 -0
- package/dist/components/DataGrid/hooks/useRemoteSelections.js.map +1 -0
- package/dist/components/DataGrid/useDataGridWebsocket.d.ts +6 -1
- package/dist/components/DataGrid/useDataGridWebsocket.d.ts.map +1 -1
- package/dist/components/DataGrid/useDataGridWebsocket.js +78 -69
- package/dist/components/DataGrid/useDataGridWebsocket.js.map +1 -1
- package/dist/components/DataGrid/utils/getCellClassName.d.ts +3 -0
- package/dist/components/DataGrid/utils/getCellClassName.d.ts.map +1 -1
- package/dist/components/DataGrid/utils/getCellClassName.js +21 -12
- package/dist/components/DataGrid/utils/getCellClassName.js.map +1 -1
- package/dist/components/DataGrid/utils/replicaSelectionToGridSelection.d.ts +15 -0
- package/dist/components/DataGrid/utils/replicaSelectionToGridSelection.d.ts.map +1 -0
- package/dist/components/DataGrid/utils/replicaSelectionToGridSelection.js +43 -0
- package/dist/components/DataGrid/utils/replicaSelectionToGridSelection.js.map +1 -0
- package/dist/components/DialogBase.d.ts +3 -1
- package/dist/components/DialogBase.d.ts.map +1 -1
- package/dist/components/DialogBase.js +75 -56
- package/dist/components/DialogBase.js.map +1 -1
- package/dist/components/Ecosystem/EcosystemSkeleton.js +2 -3
- package/dist/components/Ecosystem/EcosystemSkeleton.js.map +1 -1
- package/dist/components/FeaturedDataTabs/FacetPlotsCard.js +2 -3
- package/dist/components/FeaturedDataTabs/FacetPlotsCard.js.map +1 -1
- package/dist/components/FeaturedDataTabs/FeaturedDataTabs.js +2 -3
- package/dist/components/FeaturedDataTabs/FeaturedDataTabs.js.map +1 -1
- package/dist/components/GenericCard/GenericCard.js +3 -4
- package/dist/components/GenericCard/GenericCard.js.map +1 -1
- package/dist/components/HeaderCard.js +2 -3
- package/dist/components/HeaderCard.js.map +1 -1
- package/dist/components/IconSvg/IconSvg.d.ts +1 -1
- package/dist/components/IconSvg/IconSvg.d.ts.map +1 -1
- package/dist/components/IconSvg/IconSvg.js +168 -165
- package/dist/components/IconSvg/IconSvg.js.map +1 -1
- package/dist/components/StorybookComponentWrapper.js +3 -4
- package/dist/components/StorybookComponentWrapper.js.map +1 -1
- package/dist/components/SynapseForm/SynapseFormSubmissionGrid.d.ts +1 -0
- package/dist/components/SynapseForm/SynapseFormSubmissionGrid.d.ts.map +1 -1
- package/dist/components/SynapseForm/SynapseFormSubmissionGrid.js +23 -16
- package/dist/components/SynapseForm/SynapseFormSubmissionGrid.js.map +1 -1
- package/dist/components/SynapseTable/SynapseTable.d.ts +6 -1
- package/dist/components/SynapseTable/SynapseTable.d.ts.map +1 -1
- package/dist/components/SynapseTable/SynapseTable.js +123 -93
- package/dist/components/SynapseTable/SynapseTable.js.map +1 -1
- package/dist/components/TextField/TextField.css +1 -0
- package/dist/components/TextField/TextField.d.ts +2 -1
- package/dist/components/TextField/TextField.d.ts.map +1 -1
- package/dist/components/TextField/TextField.js +42 -28
- package/dist/components/TextField/TextField.js.map +1 -1
- package/dist/components/TextField/TextField.module.scss +25 -0
- package/dist/components/TextField/TextField.module.scss.js +14 -0
- package/dist/components/TextField/TextField.module.scss.js.map +1 -0
- package/dist/components/download_list/AddToDownloadListConfirmationAlert/AddToDownloadListConfirmationAlert.js +2 -3
- package/dist/components/download_list/AddToDownloadListConfirmationAlert/AddToDownloadListConfirmationAlert.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +242 -240
- package/dist/components/index.js.map +1 -1
- package/dist/components/styled/HoverPopover.css +1 -1
- package/dist/components/styled/HoverPopover.d.ts.map +1 -1
- package/dist/components/styled/HoverPopover.js +6 -5
- package/dist/components/styled/HoverPopover.js.map +1 -1
- package/dist/components/styled/HoverPopover.module.scss +2 -1
- package/dist/components/styled/HoverPopover.module.scss.js +1 -1
- package/dist/components/styled/StyledFormControl.js +1 -1
- package/dist/components/styled/StyledFormControl.js.map +1 -1
- package/dist/components/table/CsvPreview/CsvPreview.js +2 -3
- package/dist/components/table/CsvPreview/CsvPreview.js.map +1 -1
- package/dist/components/table/CsvPreview/CsvPreviewDialog.js +2 -3
- package/dist/components/table/CsvPreview/CsvPreviewDialog.js.map +1 -1
- package/dist/features/curator/GridPage/GridPage.js +2 -3
- package/dist/features/curator/GridPage/GridPage.js.map +1 -1
- package/dist/features/curator/GridPage/components/GridPageTitle.js +2 -3
- package/dist/features/curator/GridPage/components/GridPageTitle.js.map +1 -1
- package/dist/features/entity/metadata-task/components/MetadataTaskTableActionCell.d.ts +5 -2
- package/dist/features/entity/metadata-task/components/MetadataTaskTableActionCell.d.ts.map +1 -1
- package/dist/features/entity/metadata-task/components/MetadataTaskTableActionCell.js +46 -33
- package/dist/features/entity/metadata-task/components/MetadataTaskTableActionCell.js.map +1 -1
- package/dist/features/entity/metadata-task/components/MetadataTasksPage.d.ts.map +1 -1
- package/dist/features/entity/metadata-task/components/MetadataTasksPage.js +52 -27
- package/dist/features/entity/metadata-task/components/MetadataTasksPage.js.map +1 -1
- package/dist/features/entity/metadata-task/components/MetadataTasksTableAssigneeCell.d.ts +7 -0
- package/dist/features/entity/metadata-task/components/MetadataTasksTableAssigneeCell.d.ts.map +1 -0
- package/dist/features/entity/metadata-task/components/MetadataTasksTableAssigneeCell.js +322 -0
- package/dist/features/entity/metadata-task/components/MetadataTasksTableAssigneeCell.js.map +1 -0
- package/dist/features/entity/metadata-task/hooks/useGetOrCreateGridSessionForSource.d.ts +7 -1
- package/dist/features/entity/metadata-task/hooks/useGetOrCreateGridSessionForSource.d.ts.map +1 -1
- package/dist/features/entity/metadata-task/hooks/useGetOrCreateGridSessionForSource.js +7 -7
- package/dist/features/entity/metadata-task/hooks/useGetOrCreateGridSessionForSource.js.map +1 -1
- package/dist/features/entity/metadata-task/hooks/useGridSessionForCurationTask.d.ts +9 -5
- package/dist/features/entity/metadata-task/hooks/useGridSessionForCurationTask.d.ts.map +1 -1
- package/dist/features/entity/metadata-task/hooks/useGridSessionForCurationTask.js +79 -16
- package/dist/features/entity/metadata-task/hooks/useGridSessionForCurationTask.js.map +1 -1
- package/dist/features/entity/metadata-task/hooks/useGridSessionForCurationTask_legacy.d.ts +12 -0
- package/dist/features/entity/metadata-task/hooks/useGridSessionForCurationTask_legacy.d.ts.map +1 -0
- package/dist/features/entity/metadata-task/hooks/useGridSessionForCurationTask_legacy.js +20 -0
- package/dist/features/entity/metadata-task/hooks/useGridSessionForCurationTask_legacy.js.map +1 -0
- package/dist/features/entity/metadata-task/hooks/useMetadataTaskTable.d.ts +3 -3
- package/dist/features/entity/metadata-task/hooks/useMetadataTaskTable.d.ts.map +1 -1
- package/dist/features/entity/metadata-task/hooks/useMetadataTaskTable.js +54 -41
- package/dist/features/entity/metadata-task/hooks/useMetadataTaskTable.js.map +1 -1
- package/dist/features/entity/metadata-task/utils/getCreateGridRequestForMetadataTask.d.ts +2 -2
- package/dist/features/entity/metadata-task/utils/getCreateGridRequestForMetadataTask.d.ts.map +1 -1
- package/dist/features/entity/metadata-task/utils/getCreateGridRequestForMetadataTask.js +11 -4
- package/dist/features/entity/metadata-task/utils/getCreateGridRequestForMetadataTask.js.map +1 -1
- package/dist/features/entity/metadata-task/utils/taskHasAssignee.d.ts +3 -0
- package/dist/features/entity/metadata-task/utils/taskHasAssignee.d.ts.map +1 -0
- package/dist/features/entity/metadata-task/utils/taskHasAssignee.js +7 -0
- package/dist/features/entity/metadata-task/utils/taskHasAssignee.js.map +1 -0
- package/dist/index.js +306 -304
- package/dist/index.js.map +1 -1
- package/dist/mocks/curation/mockCurationTask.d.ts +10 -0
- package/dist/mocks/curation/mockCurationTask.d.ts.map +1 -0
- package/dist/mocks/curation/mockCurationTask.js +24 -0
- package/dist/mocks/curation/mockCurationTask.js.map +1 -0
- package/dist/style/components/_data-grid-extra.css +1 -1
- package/dist/style/components/_data-grid-extra.scss +16 -0
- package/dist/synapse-client/SynapseClient.d.ts +1 -1
- package/dist/synapse-client/SynapseClient.d.ts.map +1 -1
- package/dist/synapse-client/SynapseClient.js +3 -2
- package/dist/synapse-client/SynapseClient.js.map +1 -1
- package/dist/synapse-queries/KeyFactory.d.ts +8 -3
- package/dist/synapse-queries/KeyFactory.d.ts.map +1 -1
- package/dist/synapse-queries/KeyFactory.js +22 -7
- package/dist/synapse-queries/KeyFactory.js.map +1 -1
- package/dist/synapse-queries/curation/task/useCurationTask.d.ts +6 -3
- package/dist/synapse-queries/curation/task/useCurationTask.d.ts.map +1 -1
- package/dist/synapse-queries/curation/task/useCurationTask.js +62 -18
- package/dist/synapse-queries/curation/task/useCurationTask.js.map +1 -1
- package/dist/synapse-queries/grid/useEstablishWebsocketConnection.d.ts +2 -0
- package/dist/synapse-queries/grid/useEstablishWebsocketConnection.d.ts.map +1 -1
- package/dist/synapse-queries/grid/useEstablishWebsocketConnection.js.map +1 -1
- package/dist/synapse-queries/grid/useGridSession.d.ts +17 -2
- package/dist/synapse-queries/grid/useGridSession.d.ts.map +1 -1
- package/dist/synapse-queries/grid/useGridSession.js +63 -30
- package/dist/synapse-queries/grid/useGridSession.js.map +1 -1
- package/dist/synapse-queries/index.js +103 -99
- package/dist/synapse-queries/team/index.js +18 -15
- package/dist/synapse-queries/team/useTeamMembers.d.ts +34 -0
- package/dist/synapse-queries/team/useTeamMembers.d.ts.map +1 -1
- package/dist/synapse-queries/team/useTeamMembers.js +110 -69
- package/dist/synapse-queries/team/useTeamMembers.js.map +1 -1
- package/dist/synapse-queries/types.d.ts +13 -0
- package/dist/synapse-queries/types.d.ts.map +1 -0
- package/dist/synapse-queries/types.js +2 -0
- package/dist/synapse-queries/types.js.map +1 -0
- package/dist/synapse-queries/user/index.js +12 -11
- package/dist/synapse-queries/user/useUserGroupHeader.d.ts +5 -0
- package/dist/synapse-queries/user/useUserGroupHeader.d.ts.map +1 -1
- package/dist/synapse-queries/user/useUserGroupHeader.js +28 -21
- package/dist/synapse-queries/user/useUserGroupHeader.js.map +1 -1
- package/dist/theme/palette/Palettes.d.ts +2 -0
- package/dist/theme/palette/Palettes.d.ts.map +1 -1
- package/dist/theme/palette/Palettes.js +46 -40
- package/dist/theme/palette/Palettes.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/hooks/useOverlay.d.ts +2 -2
- package/dist/utils/hooks/useOverlay.d.ts.map +1 -1
- package/dist/utils/hooks/useOverlay.js +41 -41
- package/dist/utils/hooks/useOverlay.js.map +1 -1
- package/package.json +4 -4
- package/dist/assets/ArcusBioIcon.svg +0 -1
- package/dist/assets/ArcusBioIcon.svg.js +0 -7
- package/dist/assets/ArcusBioIcon.svg.js.map +0 -1
package/dist/components/index.js
CHANGED
|
@@ -13,8 +13,8 @@ import { CardContainer as D } from "./CardContainer/CardContainer.js";
|
|
|
13
13
|
import { CardContainerLogic as w } from "./CardContainerLogic/CardContainerLogic.js";
|
|
14
14
|
import { default as k } from "./CardGridWithLinks/CardGridWithLinks.js";
|
|
15
15
|
import { default as v } from "./RowDataTable/RowDataTable.js";
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
16
|
+
import { default as B } from "./RowDataTable/RowDataTableWithQuery.js";
|
|
17
|
+
import { default as O } from "./CertificationQuiz/CertificationQuiz.js";
|
|
18
18
|
import { ChallengeDetailPage as Q } from "./ChallengeDetailPage/ChallengeDetailPage.js";
|
|
19
19
|
import { ChallengeDataDownload as W } from "./ChallengeDataDownload/ChallengeDataDownload.js";
|
|
20
20
|
import { default as _ } from "./ChallengeSubmission/AvailableEvaluationQueueList.js";
|
|
@@ -24,271 +24,273 @@ import { default as Y } from "./ChangePassword/ChangePasswordWithToken.js";
|
|
|
24
24
|
import { ConfirmationDialog as Z } from "./ConfirmationDialog/ConfirmationDialog.js";
|
|
25
25
|
import { default as $ } from "./CookiesNotification/CookiesNotification.js";
|
|
26
26
|
import { default as ro } from "./CookiesNotification/CookiePreferencesDialog.js";
|
|
27
|
-
import { default as to } from "./
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import { default as uo } from "./DynamicForm/
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import { default as hr } from "./
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import { default as de } from "./QueryWrapperPlotNav/
|
|
79
|
-
import { default as ce } from "./
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import { default as $e } from "./
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import { default as ct } from "./
|
|
106
|
-
import { default as Pt } from "./
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import { default as It } from "./
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import { default as Xt } from "./
|
|
124
|
-
import { default as oa } from "./
|
|
125
|
-
import { default as ea } from "./
|
|
126
|
-
import { default as aa } from "./
|
|
127
|
-
import { default as pa } from "./
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import { default as ga } from "./
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
27
|
+
import { default as to } from "./ColoredBulletListItem/ColoredBulletListItem.js";
|
|
28
|
+
import { default as fo } from "./CTASectionWrapper/CTASectionWrapper.js";
|
|
29
|
+
import { DownloadCartPage as mo } from "./DownloadCart/DownloadCartPage.js";
|
|
30
|
+
import { DownloadIneligibleForPackagingFilesFromListButton as no } from "./DownloadCart/DownloadIneligibleForPackagingFilesFromListButton.js";
|
|
31
|
+
import { ShowDownloadV2 as xo } from "./DownloadCart/ShowDownloadV2.js";
|
|
32
|
+
import { default as uo } from "./DynamicForm/DynamicForm.js";
|
|
33
|
+
import { default as Co } from "./DynamicForm/DynamicFormModal.js";
|
|
34
|
+
import { EntityBadgeIcons as go } from "./EntityBadgeIcons/EntityBadgeIcons.js";
|
|
35
|
+
import { EntityDownloadConfirmation as yo } from "./EntityDownloadConfirmation/EntityDownloadConfirmation.js";
|
|
36
|
+
import { EntityFinder as To } from "./EntityFinder/EntityFinder.js";
|
|
37
|
+
import { EntityForm as Lo } from "./EntityForm/EntityForm.js";
|
|
38
|
+
import { ClientError as Ao, EmptyFallbackComponent as Do, ErrorBanner as Ro, ErrorFallbackComponent as wo, SignInPrompt as bo, SynapseErrorBoundary as ko, TableRowFallbackComponent as Io, YOU_ARE_NOT_AUTHORIZED_MESSAGE as vo } from "./error/ErrorBanner.js";
|
|
39
|
+
import { EvaluationCard as Bo } from "./Evaluation/EvaluationCard.js";
|
|
40
|
+
import { EvaluationEditorPage as Oo } from "./Evaluation/EvaluationEditorPage.js";
|
|
41
|
+
import { default as Qo } from "./ExperimentalMode/ExperimentalMode.js";
|
|
42
|
+
import { ExternalFileHandleLink as Wo } from "./ExternalFileHandleLink/ExternalFileHandleLink.js";
|
|
43
|
+
import { FileUpload as _o } from "./FileUpload/FileUpload.js";
|
|
44
|
+
import { default as jo } from "./FeaturedDataTabs/FeaturedDataTabs.js";
|
|
45
|
+
import { FeaturedToolsList as zo } from "./FeaturedToolsList/FeaturedToolsList.js";
|
|
46
|
+
import { DiscussionThread as Yo } from "./Forum/DiscussionThread.js";
|
|
47
|
+
import { ForumPage as Zo } from "./Forum/ForumPage.js";
|
|
48
|
+
import { default as $o } from "./FullWidthAlert/FullWidthAlert.js";
|
|
49
|
+
import { SynapseCardLabel as rr } from "./GenericCard/SynapseCardLabel.js";
|
|
50
|
+
import { GenericCard as tr } from "./GenericCard/GenericCard.js";
|
|
51
|
+
import { CARD_SHORT_DESCRIPTION_CSS as fr, LongDescription as pr, ShortDescription as mr } from "./GenericCard/CollapsibleDescription.js";
|
|
52
|
+
import { getFileHandleAssociation as nr, getLinkParams as sr, getValueOrMultiValue as xr } from "./GenericCard/CardUtils.js";
|
|
53
|
+
import { Goals as dr } from "./Goals/Goals.js";
|
|
54
|
+
import { GoalsV2 as cr } from "./GoalsV2/GoalsV2.js";
|
|
55
|
+
import { default as Pr } from "./GoalsV3/GoalsV3.js";
|
|
56
|
+
import { GoogleAnalytics as Sr } from "./GoogleAnalytics/GoogleAnalytics.js";
|
|
57
|
+
import { default as Fr } from "./GoogleMap/GoogleMap.js";
|
|
58
|
+
import { HasAccessV2 as Er } from "./HasAccess/HasAccessV2.js";
|
|
59
|
+
import { default as hr } from "./Icon/Icon.js";
|
|
60
|
+
import { default as Dr } from "./IconSvg/IconSvg.js";
|
|
61
|
+
import { MarkdownCollapse as wr } from "./Markdown/MarkdownCollapse.js";
|
|
62
|
+
import { MarkdownEditor as kr } from "./Markdown/MarkdownEditor.js";
|
|
63
|
+
import { MarkdownGithubLatestTag as vr } from "./Markdown/MarkdownGithub.js";
|
|
64
|
+
import { ModalDownload as Br } from "./ModalDownload/ModalDownload.js";
|
|
65
|
+
import { OAuthManagement as Or } from "./OAuthClientManagement/OAuthManagement.js";
|
|
66
|
+
import { ORIENTATION_BANNER_KEYS as Qr, default as Ur } from "./OrientationBanner/OrientationBanner.js";
|
|
67
|
+
import { ThemesPlot as Nr } from "./Plot/ThemesPlot.js";
|
|
68
|
+
import { UpsetPlot as Vr } from "./Plot/UpsetPlot.js";
|
|
69
|
+
import { SynapsePlot as qr } from "./Plot/SynapsePlot.js";
|
|
70
|
+
import { Programs as Jr } from "./Programs/Programs.js";
|
|
71
|
+
import { ProgrammaticTableDownload as Kr } from "./ProgrammaticTableDownload/ProgrammaticTableDownload.js";
|
|
72
|
+
import { default as Xr } from "./ProvenanceGraph/ProvenanceGraph.js";
|
|
73
|
+
import { ProjectDataAvailability as oe } from "./ProjectStorage/ProjectDataAvailability.js";
|
|
74
|
+
import { QueryContext as ee, QueryContextConsumer as te, QueryContextProvider as ae, useQueryContext as fe } from "./QueryContext/QueryContext.js";
|
|
75
|
+
import { QueryCount as me } from "./QueryCount/QueryCount.js";
|
|
76
|
+
import { generateEncodedPathAndQueryForSelectedFacetURL as ne } from "./QueryWrapper/generateEncodedPathAndQueryForSelectedFacetURL.js";
|
|
77
|
+
import { QueryWrapper as xe } from "./QueryWrapper/QueryWrapper.js";
|
|
78
|
+
import { default as de } from "./QueryWrapperPlotNav/QueryWrapperPlotNav.js";
|
|
79
|
+
import { default as ce } from "./QueryWrapperPlotNav/QueryWrapperSynapsePlot.js";
|
|
80
|
+
import { default as Pe } from "./RegisterPageLogoutPrompt/RegisterPageLogoutPrompt.js";
|
|
81
|
+
import { RenderIfInView as Se } from "./RenderIfInView/RenderIfInView.js";
|
|
82
|
+
import { Resources as Fe } from "./Resources/Resources.js";
|
|
83
|
+
import { AccessRequirementAclEditor as Ee } from "./AccessRequirementAclEditor/AccessRequirementAclEditor.js";
|
|
84
|
+
import { RssFeedCards as he } from "./RssFeedCards/RssFeedCards.js";
|
|
85
|
+
import { default as De } from "./ShowMore/ShowMore.js";
|
|
86
|
+
import { SkeletonButton as we } from "./Skeleton/SkeletonButton.js";
|
|
87
|
+
import { SkeletonInlineBlock as ke } from "./Skeleton/SkeletonInlineBlock.js";
|
|
88
|
+
import { SkeletonTable as ve } from "./Skeleton/SkeletonTable.js";
|
|
89
|
+
import { SkeletonParagraph as Be } from "./Skeleton/SkeletonParagraph.js";
|
|
90
|
+
import { default as Oe } from "./StandaloneQueryWrapper/StandaloneQueryWrapper.js";
|
|
91
|
+
import { LeftRightPanel as Qe, StyledInnerContainer as Ue, StyledOuterContainer as We } from "./styled/LeftRightPanel.js";
|
|
92
|
+
import { LightTooltip as _e } from "./styled/LightTooltip.js";
|
|
93
|
+
import { StyledFormControl as je } from "./styled/StyledFormControl.js";
|
|
94
|
+
import { WideButton as ze } from "./styled/WideButton.js";
|
|
95
|
+
import { InputSizedButton as Ye } from "./styled/InputSizedButton.js";
|
|
96
|
+
import { HoverPopover as Ze } from "./styled/HoverPopover.js";
|
|
97
|
+
import { default as $e } from "./SubscriptionPage/SubscriptionPage.js";
|
|
98
|
+
import { default as rt } from "./SubsectionRowRenderer/SubsectionRowRenderer.js";
|
|
99
|
+
import { SynapseFormWrapper as tt } from "./SynapseForm/SynapseFormWrapper.js";
|
|
100
|
+
import { SynapseFormSubmissionGrid as ft } from "./SynapseForm/SynapseFormSubmissionGrid.js";
|
|
101
|
+
import { SynapseTable as mt } from "./SynapseTable/SynapseTable.js";
|
|
102
|
+
import { SynapseChat as nt } from "./SynapseChat/SynapseChat.js";
|
|
103
|
+
import { SynapsePortalChatDialog as xt } from "./SynapseChat/SynapsePortalChatDialog.js";
|
|
104
|
+
import { SystemUseNotification as dt } from "./SystemUseNotification/SystemUseNotification.js";
|
|
105
|
+
import { default as ct } from "./TableFeedCards/TableFeedCards.js";
|
|
106
|
+
import { default as Pt } from "./TermsAndConditions/TermsAndConditions.js";
|
|
107
|
+
import { default as St } from "./TextField/TextField.js";
|
|
108
|
+
import { TimelinePlot as Ft } from "./TimelinePlot/TimelinePlot.js";
|
|
109
|
+
import { SynapseToastContainer as Et, displayToast as Lt } from "./ToastMessage/ToastMessage.js";
|
|
110
|
+
import { UserCard as At } from "./UserCard/UserCard.js";
|
|
111
|
+
import { UserCardList as Rt } from "./UserCardList/UserCardList.js";
|
|
112
|
+
import { UserCardListRotate as bt } from "./UserCardList/UserCardListRotate.js";
|
|
113
|
+
import { default as It } from "./UserCardList/UserCardListGroups/UserCardListGroups.js";
|
|
114
|
+
import { default as Mt } from "./UserOrTeamBadge/UserOrTeamBadge.js";
|
|
115
|
+
import { UserProfileLinks as Ht } from "./UserProfileLinks/UserProfileLinks.js";
|
|
116
|
+
import { EntityHeaderTable as Gt } from "./EntityHeaderTable/EntityHeaderTable.js";
|
|
117
|
+
import { AccessRequirementRelatedProjectsList as Ut } from "./AccessRequirementRelatedProjectsList/AccessRequirementRelatedProjectsList.js";
|
|
118
|
+
import { HelpPopover as Nt } from "./HelpPopover/HelpPopover.js";
|
|
119
|
+
import { MuiContainer as Vt } from "./MuiContainer.js";
|
|
120
|
+
import { JsonLdScript as qt } from "./JsonLdScript.js";
|
|
121
|
+
import { DatasetJsonLdScript as Jt } from "./DatasetJsonLdScript.js";
|
|
122
|
+
import { SageResourcesPopover as Kt } from "./SageResourcesPopover/SageResourcesPopover.js";
|
|
123
|
+
import { default as Xt } from "./RecentPublicationsGrid/RecentPublicationsGrid.js";
|
|
124
|
+
import { default as oa } from "./ImageCardGridWithLinks/ImageCardGridWithLinks.js";
|
|
125
|
+
import { default as ea } from "./PortalFeatureHighlights/PortalFeatureHighlights.js";
|
|
126
|
+
import { default as aa } from "./FeaturedResearch/FeaturedResearch.js";
|
|
127
|
+
import { default as pa } from "./PortalHomePageHeader/PortalHomePageHeader.js";
|
|
128
|
+
import { default as la } from "./PortalFeaturedPartners/PortalFeaturedPartners.js";
|
|
129
|
+
import { PortalList as sa } from "./PortalList/PortalList.js";
|
|
130
|
+
import { PortalCard as ia } from "./PortalList/PortalCard.js";
|
|
131
|
+
import { CreatePortalModal as ua } from "./PortalList/CreatePortalModal.js";
|
|
132
|
+
import { PortalAclEditor as Ca } from "./PortalAclEditor/PortalAclEditor.js";
|
|
133
|
+
import { default as ga } from "./PortalAclEditor/PortalAclEditorModal.js";
|
|
134
|
+
import { default as ya } from "./PortalSectionHeader/PortalSectionHeader.js";
|
|
135
|
+
import { visuallyHidden as Ta } from "./SynapseHomepageV2/HomepageStyles.js";
|
|
136
|
+
import { Project as La } from "../assets/themed_icons/Project.js";
|
|
136
137
|
export {
|
|
137
|
-
|
|
138
|
-
|
|
138
|
+
Ee as AccessRequirementAclEditor,
|
|
139
|
+
Ut as AccessRequirementRelatedProjectsList,
|
|
139
140
|
m as AccessTokenPage,
|
|
140
141
|
n as AccountLevelBadges,
|
|
141
142
|
_ as AvailableEvaluationQueueList,
|
|
142
|
-
|
|
143
|
-
|
|
143
|
+
fr as CARD_SHORT_DESCRIPTION_CSS,
|
|
144
|
+
fo as CTASectionWrapper,
|
|
144
145
|
D as CardContainer,
|
|
145
146
|
w as CardContainerLogic,
|
|
146
147
|
k as CardGridWithLinks,
|
|
147
|
-
|
|
148
|
+
O as CertificationQuiz,
|
|
148
149
|
W as ChallengeDataDownload,
|
|
149
150
|
Q as ChallengeDetailPage,
|
|
150
151
|
j as ChallengeSubmission,
|
|
151
152
|
z as ChangePassword,
|
|
152
153
|
Y as ChangePasswordWithToken,
|
|
153
|
-
|
|
154
|
+
Ao as ClientError,
|
|
155
|
+
to as ColoredBulletListItem,
|
|
154
156
|
Z as ConfirmationDialog,
|
|
155
157
|
ro as CookiePreferencesDialog,
|
|
156
158
|
$ as CookiesNotification,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
159
|
+
ua as CreatePortalModal,
|
|
160
|
+
Jt as DatasetJsonLdScript,
|
|
161
|
+
Yo as DiscussionThread,
|
|
162
|
+
mo as DownloadCartPage,
|
|
163
|
+
no as DownloadIneligibleForPackagingFilesFromListButton,
|
|
164
|
+
uo as DynamicForm,
|
|
165
|
+
Co as DynamicFormModal,
|
|
166
|
+
Do as EmptyFallbackComponent,
|
|
167
|
+
go as EntityBadgeIcons,
|
|
168
|
+
yo as EntityDownloadConfirmation,
|
|
169
|
+
To as EntityFinder,
|
|
170
|
+
Lo as EntityForm,
|
|
171
|
+
Gt as EntityHeaderTable,
|
|
172
|
+
Ro as ErrorBanner,
|
|
173
|
+
wo as ErrorFallbackComponent,
|
|
172
174
|
e as ErrorPage,
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
175
|
+
Bo as EvaluationCard,
|
|
176
|
+
Oo as EvaluationEditorPage,
|
|
177
|
+
Qo as ExperimentalMode,
|
|
178
|
+
Wo as ExternalFileHandleLink,
|
|
179
|
+
jo as FeaturedDataTabs,
|
|
180
|
+
aa as FeaturedResearch,
|
|
181
|
+
zo as FeaturedToolsList,
|
|
182
|
+
_o as FileUpload,
|
|
183
|
+
Zo as ForumPage,
|
|
184
|
+
$o as FullWidthAlert,
|
|
185
|
+
tr as GenericCard,
|
|
186
|
+
dr as Goals,
|
|
187
|
+
cr as GoalsV2,
|
|
188
|
+
Pr as GoalsV3,
|
|
189
|
+
Sr as GoogleAnalytics,
|
|
190
|
+
Er as HasAccess,
|
|
191
|
+
Nt as HelpPopover,
|
|
192
|
+
Ze as HoverPopover,
|
|
193
|
+
hr as Icon,
|
|
194
|
+
Dr as IconSvg,
|
|
195
|
+
oa as ImageCardGridWithLinks,
|
|
196
|
+
Ye as InputSizedButton,
|
|
197
|
+
qt as JsonLdScript,
|
|
196
198
|
x as LastLoginInfo,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
199
|
+
Qe as LeftRightPanel,
|
|
200
|
+
_e as LightTooltip,
|
|
201
|
+
pr as LongDescription,
|
|
202
|
+
Fr as Map,
|
|
203
|
+
wr as MarkdownCollapse,
|
|
204
|
+
kr as MarkdownEditor,
|
|
205
|
+
vr as MarkdownGithubLatestTag,
|
|
206
|
+
Br as ModalDownload,
|
|
207
|
+
Vt as MuiContainer,
|
|
206
208
|
f as NoContentAvailable,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
+
Or as OAuthClientManagement,
|
|
210
|
+
Qr as ORIENTATION_BANNER_KEYS,
|
|
209
211
|
h as OneTimePasswordForm,
|
|
210
|
-
|
|
212
|
+
Ur as OrientationBanner,
|
|
211
213
|
c as PasswordField,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
214
|
+
Ca as PortalAclEditor,
|
|
215
|
+
ga as PortalAclEditorModal,
|
|
216
|
+
ia as PortalCard,
|
|
217
|
+
ea as PortalFeatureHighlights,
|
|
218
|
+
la as PortalFeaturedPartners,
|
|
219
|
+
pa as PortalHomePageHeader,
|
|
220
|
+
sa as PortalList,
|
|
221
|
+
ya as PortalSectionHeader,
|
|
222
|
+
Kr as ProgrammaticTableDownload,
|
|
223
|
+
Jr as Programs,
|
|
224
|
+
oe as ProjectDataAvailability,
|
|
225
|
+
La as ProjectIcon,
|
|
226
|
+
Xr as ProvenanceGraph,
|
|
227
|
+
ee as QueryContext,
|
|
228
|
+
te as QueryContextConsumer,
|
|
229
|
+
ae as QueryContextProvider,
|
|
230
|
+
me as QueryCount,
|
|
231
|
+
xe as QueryWrapper,
|
|
232
|
+
de as QueryWrapperPlotNav,
|
|
233
|
+
ce as QueryWrapperSynapsePlot,
|
|
234
|
+
Xt as RecentPublicationsGrid,
|
|
235
|
+
Pe as RegisterPageLogoutPrompt,
|
|
236
|
+
Se as RenderIfInView,
|
|
237
|
+
Fe as Resources,
|
|
236
238
|
v as RowDataTable,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
239
|
+
B as RowDataTableWithQuery,
|
|
240
|
+
he as RssFeedCards,
|
|
241
|
+
Kt as SageResourcesPopover,
|
|
242
|
+
mr as ShortDescription,
|
|
243
|
+
xo as ShowDownloadV2,
|
|
244
|
+
De as ShowMore,
|
|
245
|
+
bo as SignInPrompt,
|
|
246
|
+
we as SkeletonButton,
|
|
247
|
+
ke as SkeletonInlineBlock,
|
|
248
|
+
Be as SkeletonParagraph,
|
|
249
|
+
ve as SkeletonTable,
|
|
248
250
|
P as StandaloneLoginForm,
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
251
|
+
Oe as StandaloneQueryWrapper,
|
|
252
|
+
je as StyledFormControl,
|
|
253
|
+
Ue as StyledInnerContainer,
|
|
254
|
+
We as StyledOuterContainer,
|
|
255
|
+
$e as SubscriptionPage,
|
|
256
|
+
rt as SubsectionRowRenderer,
|
|
257
|
+
rr as SynapseCardLabel,
|
|
258
|
+
nt as SynapseChat,
|
|
259
|
+
ko as SynapseErrorBoundary,
|
|
258
260
|
t as SynapseErrorType,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
261
|
+
ft as SynapseFormSubmissionGrid,
|
|
262
|
+
tt as SynapseFormWrapper,
|
|
263
|
+
qr as SynapsePlot,
|
|
264
|
+
xt as SynapsePortalChatDialog,
|
|
265
|
+
mt as SynapseTable,
|
|
266
|
+
Et as SynapseToastContainer,
|
|
267
|
+
dt as SystemUseNotification,
|
|
268
|
+
ct as TableFeedCards,
|
|
269
|
+
Io as TableRowFallbackComponent,
|
|
270
|
+
Pt as TermsAndConditions,
|
|
271
|
+
St as TextField,
|
|
272
|
+
Nr as ThemesPlot,
|
|
273
|
+
Ft as TimelinePlot,
|
|
272
274
|
S as TwoFactorAuthSettingsPanel,
|
|
273
275
|
E as TwoFactorBackupCodes,
|
|
274
276
|
F as TwoFactorEnrollmentForm,
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
277
|
+
Vr as UpsetPlot,
|
|
278
|
+
At as UserCard,
|
|
279
|
+
Rt as UserCardList,
|
|
280
|
+
It as UserCardListGroups,
|
|
281
|
+
bt as UserCardListRotate,
|
|
282
|
+
Mt as UserOrTeamBadge,
|
|
283
|
+
Ht as UserProfileLinks,
|
|
284
|
+
ze as WideButton,
|
|
285
|
+
vo as YOU_ARE_NOT_AUTHORIZED_MESSAGE,
|
|
286
|
+
Lt as displayToast,
|
|
287
|
+
ne as generateEncodedPathAndQueryForSelectedFacetURL,
|
|
288
|
+
nr as getFileHandleAssociation,
|
|
289
|
+
sr as getLinkParams,
|
|
290
|
+
xr as getValueOrMultiValue,
|
|
289
291
|
i as useLastLoginInfo,
|
|
290
292
|
d as useLastLoginInfoState,
|
|
291
|
-
|
|
292
|
-
|
|
293
|
+
fe as useQueryContext,
|
|
294
|
+
Ta as visuallyHidden
|
|
293
295
|
};
|
|
294
296
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._triggerWrapper_5sipe_1{display:inline-flex;align-items:center}._paper_5sipe_6{display:flex;flex-direction:column;overflow:hidden}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoverPopover.d.ts","sourceRoot":"","sources":["../../../src/components/styled/HoverPopover.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,WAAW,EAMZ,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAoB,MAAM,OAAO,CAAA;AAGtE,MAAM,MAAM,qBAAqB,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAA;AAiCvE,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;IAChD,cAAc,EAAE,SAAS,CAAA;IACzB,8EAA8E;IAC9E,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,qBAAqB,CAAA;IAEjC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1B,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,YAAY,CAAC,EAAE;QACb,OAAO,EAAE,SAAS,CAAA;QAClB,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;QAC5B,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAA;QAChC,OAAO,EAAE,MAAM,IAAI,CAAA;QACnB,8DAA8D;QAC9D,YAAY,CAAC,EAAE,OAAO,CAAA;KACvB,CAAA;CACF,CAAC,CAAA;AAEF;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,cAAc,EACd,KAAK,EACL,SAAmB,EACnB,QAAc,EACd,QAAc,EACd,SAAe,EACf,YAAY,GACb,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"HoverPopover.d.ts","sourceRoot":"","sources":["../../../src/components/styled/HoverPopover.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,WAAW,EAMZ,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAoB,MAAM,OAAO,CAAA;AAGtE,MAAM,MAAM,qBAAqB,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAA;AAiCvE,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC;IAChD,cAAc,EAAE,SAAS,CAAA;IACzB,8EAA8E;IAC9E,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,qBAAqB,CAAA;IAEjC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1B,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,YAAY,CAAC,EAAE;QACb,OAAO,EAAE,SAAS,CAAA;QAClB,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;QAC5B,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAA;QAChC,OAAO,EAAE,MAAM,IAAI,CAAA;QACnB,8DAA8D;QAC9D,YAAY,CAAC,EAAE,OAAO,CAAA;KACvB,CAAA;CACF,CAAC,CAAA;AAEF;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,cAAc,EACd,KAAK,EACL,SAAmB,EACnB,QAAc,EACd,QAAc,EACd,SAAe,EACf,YAAY,GACb,EAAE,iBAAiB,2CAiFnB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as s, Fragment as O, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { Box as
|
|
2
|
+
import { Box as E, Popover as z, DialogTitle as C, DialogContent as b, DialogActions as k, Button as L } from "@mui/material";
|
|
3
3
|
import { useState as M, useRef as S } from "react";
|
|
4
4
|
import u from "./HoverPopover.module.scss.js";
|
|
5
5
|
function T(t) {
|
|
@@ -46,7 +46,7 @@ function y({
|
|
|
46
46
|
}, { anchorOrigin: d, transformOrigin: v } = T(h);
|
|
47
47
|
return /* @__PURE__ */ s(O, { children: [
|
|
48
48
|
/* @__PURE__ */ e(
|
|
49
|
-
|
|
49
|
+
E,
|
|
50
50
|
{
|
|
51
51
|
component: "span",
|
|
52
52
|
onMouseEnter: (x) => {
|
|
@@ -58,7 +58,7 @@ function y({
|
|
|
58
58
|
}
|
|
59
59
|
),
|
|
60
60
|
/* @__PURE__ */ s(
|
|
61
|
-
|
|
61
|
+
z,
|
|
62
62
|
{
|
|
63
63
|
open: c !== null,
|
|
64
64
|
anchorEl: c,
|
|
@@ -68,17 +68,18 @@ function y({
|
|
|
68
68
|
disableAutoFocus: !0,
|
|
69
69
|
disableEnforceFocus: !0,
|
|
70
70
|
disableScrollLock: !0,
|
|
71
|
+
sx: { pointerEvents: "none" },
|
|
71
72
|
slotProps: {
|
|
72
73
|
backdrop: { sx: { pointerEvents: "none" } },
|
|
73
74
|
paper: {
|
|
74
75
|
onMouseEnter: i,
|
|
75
76
|
onMouseLeave: a,
|
|
76
77
|
className: u.paper,
|
|
77
|
-
sx: { maxWidth: g, minWidth: m }
|
|
78
|
+
sx: { maxWidth: g, minWidth: m, pointerEvents: "auto" }
|
|
78
79
|
}
|
|
79
80
|
},
|
|
80
81
|
children: [
|
|
81
|
-
l && /* @__PURE__ */ e(
|
|
82
|
+
l && /* @__PURE__ */ e(C, { sx: { fontSize: "18px", padding: "16px 10px" }, children: l }),
|
|
82
83
|
/* @__PURE__ */ e(b, { sx: { maxHeight: f, padding: "10px" }, children: p }),
|
|
83
84
|
r && /* @__PURE__ */ e(k, { sx: { paddingX: "10px" }, children: /* @__PURE__ */ e(
|
|
84
85
|
L,
|