@databiosphere/findable-ui 10.2.0 → 11.0.0
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/.github/workflows/run-checks.yml +13 -0
- package/lib/apis/azul/common/constants.d.ts +0 -4
- package/lib/apis/azul/common/constants.js +0 -4
- package/lib/apis/azul/common/entities.d.ts +5 -5
- package/lib/apis/azul/common/filterTransformer.d.ts +3 -3
- package/lib/apis/azul/common/filterTransformer.js +1 -1
- package/lib/common/analytics/analytics.d.ts +1 -1
- package/lib/common/analytics/entities.d.ts +2 -2
- package/lib/common/entities.d.ts +5 -5
- package/lib/components/ComponentCreator/ComponentCreator.d.ts +0 -1
- package/lib/components/Detail/components/AccessibilityBadge/accessibilityBadge.d.ts +0 -1
- package/lib/components/Detail/components/DetailViewTable/detailViewTable.d.ts +1 -1
- package/lib/components/Detail/components/Table/components/TableBody/tableBody.d.ts +1 -2
- package/lib/components/Detail/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.d.ts +1 -2
- package/lib/components/Detail/components/Table/components/TableRows/tableRows.d.ts +1 -2
- package/lib/components/Detail/components/Table/table.d.ts +1 -2
- package/lib/components/Detail/detail.stories.d.ts +4 -2
- package/lib/components/Error/error.d.ts +0 -1
- package/lib/components/Error/error.js +1 -1
- package/lib/components/Error/error.stories.d.ts +3 -3
- package/lib/components/Error/error.styles.d.ts +11 -12
- package/lib/components/ErrorBoundary/errorBoundary.d.ts +1 -1
- package/lib/components/Export/common/entities.d.ts +2 -2
- package/lib/components/Export/components/DownloadCurlCommand/components/DownloadCurlCommandForm/downloadCurlCommandForm.styles.d.ts +1 -2
- package/lib/components/Export/components/ExportForm/common/entities.d.ts +2 -2
- package/lib/components/Export/components/ExportForm/components/ExportFileSummaryForm/exportFileSummaryForm.d.ts +0 -1
- package/lib/components/Export/components/ExportForm/components/ExportFileSummaryForm/exportFileSummaryForm.js +1 -1
- package/lib/components/Export/components/ExportForm/components/ExportManifestDownloadFormatForm/exportManifestDownloadFormatForm.d.ts +0 -1
- package/lib/components/Export/components/ExportForm/components/ExportSpeciesForm/exportSpeciesForm.d.ts +0 -1
- package/lib/components/Export/components/ExportForm/exportForm.d.ts +3 -3
- package/lib/components/Export/components/ExportForm/exportForm.styles.d.ts +11 -40
- package/lib/components/Export/components/ExportMethod/exportMethod.stories.d.ts +4 -2
- package/lib/components/Export/components/ExportMethod/exportMethod.styles.d.ts +3 -4
- package/lib/components/Export/components/ExportSummary/components/ExportCurrentQuery/exportCurrentQuery.d.ts +1 -2
- package/lib/components/Export/components/ExportSummary/components/ExportSelectedDataSummary/exportSelectedDataSummary.d.ts +2 -2
- package/lib/components/Export/components/ExportSummary/exportSummary.styles.d.ts +4 -5
- package/lib/components/Export/components/ExportToTerra/components/ExportToTerraForm/exportToTerraForm.d.ts +0 -1
- package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/FormStep/formStep.styles.d.ts +3 -4
- package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/components/NIHAccountExpiryWarning/nihAccountExpiryWarning.d.ts +0 -1
- package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.d.ts +0 -1
- package/lib/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.styles.d.ts +8 -9
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/components/FileManifestDownload/fileManifestDownload.d.ts +0 -1
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/components/FileManifestSpreadsheet/fileManifestSpreadsheet.d.ts +0 -1
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/manifestDownloadEntity.d.ts +0 -1
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadEntity/manifestDownloadEntity.styles.d.ts +6 -11
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadForm/manifestDownloadForm.d.ts +0 -1
- package/lib/components/Export/components/ManifestDownload/components/ManifestDownloadReady/manifestDownloadReady.styles.d.ts +1 -1
- package/lib/components/Export/export.styles.d.ts +13 -14
- package/lib/components/Filter/common/entities.d.ts +3 -3
- package/lib/components/Filter/components/ClearAllFilters/clearAllFilters.d.ts +0 -1
- package/lib/components/Filter/components/Filter/filter.stories.d.ts +4 -2
- package/lib/components/Filter/components/Filter/filter.styles.d.ts +2 -2
- package/lib/components/Filter/components/FilterLabel/filterLabel.stories.d.ts +4 -2
- package/lib/components/Filter/components/FilterLabel/filterLabel.styles.d.ts +4 -35
- package/lib/components/Filter/components/FilterList/filterList.styles.d.ts +4 -12
- package/lib/components/Filter/components/FilterMenu/filterMenu.d.ts +0 -1
- package/lib/components/Filter/components/FilterMenu/filterMenu.stories.d.ts +4 -2
- package/lib/components/Filter/components/FilterMenu/filterMenu.styles.d.ts +8 -41
- package/lib/components/Filter/components/FilterMenuSearch/filterMenuSearch.d.ts +0 -1
- package/lib/components/Filter/components/FilterMenuSearch/filterMenuSearch.styles.d.ts +1 -1
- package/lib/components/Filter/components/FilterNoResultsFound/filterNoResultsFound.d.ts +1 -1
- package/lib/components/Filter/components/FilterNoResultsFound/filterNoResultsFound.styles.d.ts +2 -3
- package/lib/components/Filter/components/FilterTag/filterTag.d.ts +0 -1
- package/lib/components/Filter/components/FilterTag/filterTag.stories.d.ts +4 -2
- package/lib/components/Filter/components/FilterTag/filterTag.styles.d.ts +4 -21
- package/lib/components/Filter/components/FilterTags/filterTags.d.ts +0 -1
- package/lib/components/Filter/components/FilterTags/filterTags.stories.d.ts +4 -2
- package/lib/components/Filter/components/FilterTags/filterTags.styles.d.ts +2 -3
- package/lib/components/Filter/components/Filters/filters.d.ts +0 -1
- package/lib/components/Filter/components/Filters/filters.stories.d.ts +3 -3
- package/lib/components/Filter/components/Filters/filters.styles.d.ts +4 -5
- package/lib/components/Filter/components/HighlightedLabel/highlightedLabel.d.ts +0 -1
- package/lib/components/Filter/components/HighlightedLabel/highlightedLabel.styles.d.ts +2 -3
- package/lib/components/Filter/components/SearchAllFilters/common/constants.d.ts +2 -2
- package/lib/components/Filter/components/SearchAllFilters/common/entites.d.ts +2 -2
- package/lib/components/Filter/components/SearchAllFilters/components/AutocompletePopper/autocompletePopper.styles.d.ts +2 -12
- package/lib/components/Filter/components/SearchAllFilters/components/VariableSizeList/VariableSizeList.d.ts +1 -1
- package/lib/components/Filter/components/SearchAllFilters/searchAllFilters.stories.d.ts +3 -3
- package/lib/components/Filter/components/SearchAllFiltersSearch/components/SearchCloseButton/searchCloseButton.d.ts +0 -1
- package/lib/components/Filter/components/SearchAllFiltersSearch/searchAllFiltersSearch.d.ts +0 -1
- package/lib/components/Filter/components/SearchAllFiltersSearch/searchAllFiltersSearch.styles.d.ts +1 -1
- package/lib/components/Filter/components/VariableSizeList/VariableSizeList.d.ts +1 -2
- package/lib/components/Head/head.d.ts +0 -1
- package/lib/components/Index/components/AzulFileDownload/azulFileDownload.d.ts +0 -1
- package/lib/components/Index/components/AzulFileDownload/azulFileDownload.js +20 -51
- package/lib/components/Index/components/AzulFileDownload/azulFileDownload.stories.d.ts +4 -2
- package/lib/components/Index/components/AzulFileDownload/azulFileDownload.styles.d.ts +1 -1
- package/lib/components/Index/components/AzulFileDownload/common/constants.d.ts +3 -0
- package/lib/components/Index/components/AzulFileDownload/common/constants.js +3 -0
- package/lib/components/Index/components/Cell/cell.d.ts +0 -1
- package/lib/components/Index/components/Hero/components/ExportButton/exportButton.d.ts +0 -1
- package/lib/components/Index/components/Hero/components/ExportButton/exportButton.styles.d.ts +1 -2
- package/lib/components/Index/components/Hero/components/Summaries/summaries.stories.d.ts +4 -2
- package/lib/components/Index/components/Hero/components/Summaries/summaries.styles.d.ts +3 -4
- package/lib/components/Index/components/Hero/hero.stories.d.ts +4 -2
- package/lib/components/Index/components/Hero/hero.styles.d.ts +6 -7
- package/lib/components/Index/components/NTag/components/Tooltip/tooltip.d.ts +0 -1
- package/lib/components/Index/components/NTag/components/Tooltip/tooltip.styles.d.ts +2 -3
- package/lib/components/Index/components/NTagCell/nTagCell.d.ts +1 -2
- package/lib/components/Index/components/NTagCell/nTagCell.stories.d.ts +4 -2
- package/lib/components/Index/components/Tabs/tabs.d.ts +0 -1
- package/lib/components/Index/components/TitleCell/titleCell.styles.d.ts +1 -1
- package/lib/components/Index/index.stories.d.ts +3 -3
- package/lib/components/Index/index.styles.d.ts +2 -3
- package/lib/components/Layout/components/AppLayout/appLayout.styles.d.ts +2 -3
- package/lib/components/Layout/components/BackPage/backPageView.js +1 -1
- package/lib/components/Layout/components/BackPage/backPageView.stories.d.ts +4 -2
- package/lib/components/Layout/components/BackPage/backPageView.styles.d.ts +22 -23
- package/lib/components/Layout/components/BackPage/components/BackPageHero/backPageHero.stories.d.ts +3 -3
- package/lib/components/Layout/components/BackPage/components/BackPageHero/backPageHero.styles.d.ts +7 -15
- package/lib/components/Layout/components/ContentLayout/common/entities.d.ts +1 -1
- package/lib/components/Layout/components/ContentLayout/contentLayout.styles.d.ts +16 -17
- package/lib/components/Layout/components/Floating/floating.d.ts +0 -1
- package/lib/components/Layout/components/Footer/footer.stories.d.ts +3 -3
- package/lib/components/Layout/components/Footer/footer.styles.d.ts +6 -6
- package/lib/components/Layout/components/Header/common/entities.d.ts +2 -2
- package/lib/components/Layout/components/Header/components/Announcements/announcements.d.ts +0 -1
- package/lib/components/Layout/components/Header/components/Content/components/Actions/actions.styles.d.ts +2 -3
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.d.ts +0 -1
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.js +1 -1
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.stories.d.ts +4 -2
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.styles.d.ts +16 -79
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/Button/button.styles.d.ts +4 -35
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Navigation/navigation.styles.d.ts +2 -3
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Socials/socials.styles.d.ts +1 -2
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Menu/menu.js +1 -1
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/Button/button.styles.d.ts +4 -35
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.d.ts +0 -1
- package/lib/components/Layout/components/Header/components/Content/components/Actions/components/Search/components/SearchBar/searchBar.styles.d.ts +6 -6
- package/lib/components/Layout/components/Header/components/Content/components/Logo/logo.d.ts +0 -1
- package/lib/components/Layout/components/Header/components/Content/components/Logo/logo.styles.d.ts +1 -1
- package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationDrawer/navigationDrawer.styles.d.ts +4 -5
- package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.js +1 -1
- package/lib/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.styles.d.ts +7 -42
- package/lib/components/Layout/components/Header/components/Content/components/Navigation/navigation.styles.d.ts +2 -3
- package/lib/components/Layout/components/Header/components/Content/components/Slogan/slogan.styles.d.ts +6 -17
- package/lib/components/Layout/components/Header/components/Content/components/Socials/socials.styles.d.ts +1 -2
- package/lib/components/Layout/components/Header/components/Content/content.styles.d.ts +2 -3
- package/lib/components/Layout/components/Header/header.stories.d.ts +3 -3
- package/lib/components/Layout/components/Header/header.styles.d.ts +8 -8
- package/lib/components/Layout/components/Main/main.styles.d.ts +5 -6
- package/lib/components/Layout/components/Nav/components/NavBarHero/navBarHero.d.ts +0 -1
- package/lib/components/Layout/components/Nav/components/NavBarHero/navBarHero.js +1 -1
- package/lib/components/Layout/components/Nav/components/NavBarHero/navBarHero.styles.d.ts +6 -7
- package/lib/components/Layout/components/Nav/nav.stories.d.ts +3 -3
- package/lib/components/Layout/components/Nav/nav.styles.d.ts +6 -14
- package/lib/components/Layout/components/Outline/components/ContentsTab/contentsTab.d.ts +0 -1
- package/lib/components/Layout/components/Outline/components/ContentsTab/contentsTab.styles.d.ts +4 -32
- package/lib/components/Layout/components/Outline/outline.styles.d.ts +9 -104
- package/lib/components/Layout/components/Sidebar/components/SidebarButton/sidebarButton.styles.d.ts +3 -4
- package/lib/components/Layout/components/Sidebar/components/SidebarDrawer/sidebarDrawer.styles.d.ts +2 -2
- package/lib/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.d.ts +0 -1
- package/lib/components/Layout/components/Sidebar/components/SidebarLabel/sidebarLabel.stories.d.ts +4 -2
- package/lib/components/Layout/components/Sidebar/components/SidebarPositioner/sidebarPositioner.styles.d.ts +2 -3
- package/lib/components/Layout/components/Sidebar/components/SidebarTools/sidebarTools.styles.d.ts +2 -3
- package/lib/components/Layout/components/Sidebar/sidebar.stories.d.ts +3 -3
- package/lib/components/Layout/components/Sidebar/sidebar.styles.d.ts +2 -3
- package/lib/components/Links/common/entities.d.ts +3 -4
- package/lib/components/Links/components/Link/components/ExploreViewLink/exploreViewLink.d.ts +0 -1
- package/lib/components/Links/links.stories.d.ts +4 -2
- package/lib/components/Loading/loading.d.ts +1 -2
- package/lib/components/Loading/loading.stories.d.ts +4 -2
- package/lib/components/Loading/loading.styles.d.ts +3 -4
- package/lib/components/Login/login.stories.d.ts +3 -3
- package/lib/components/Login/login.styles.d.ts +16 -17
- package/lib/components/NoResults/noResults.styles.d.ts +6 -7
- package/lib/components/Project/common/entities.d.ts +3 -3
- package/lib/components/Project/components/Citation/citation.d.ts +0 -1
- package/lib/components/Project/components/Citation/citation.stories.d.ts +1 -1
- package/lib/components/Project/components/Citation/citation.styles.d.ts +4 -5
- package/lib/components/Project/components/CollaboratingOrganizations/collaboratingOrganizations.d.ts +0 -1
- package/lib/components/Project/components/CollaboratingOrganizations/collaboratingOrganizations.stories.d.ts +4 -2
- package/lib/components/Project/components/Contacts/contacts.d.ts +0 -1
- package/lib/components/Project/components/Contacts/contacts.stories.d.ts +4 -2
- package/lib/components/Project/components/Contributors/contributors.d.ts +0 -1
- package/lib/components/Project/components/Contributors/contributors.stories.d.ts +4 -2
- package/lib/components/Project/components/DataCurators/dataCurators.d.ts +0 -1
- package/lib/components/Project/components/DataCurators/dataCurators.stories.d.ts +4 -2
- package/lib/components/Project/components/DataReleasePolicy/dataReleasePolicy.d.ts +0 -1
- package/lib/components/Project/components/DataReleasePolicy/dataReleasePolicy.stories.d.ts +4 -2
- package/lib/components/Project/components/Description/description.d.ts +0 -1
- package/lib/components/Project/components/Description/description.stories.d.ts +4 -2
- package/lib/components/Project/components/Details/details.d.ts +0 -1
- package/lib/components/Project/components/Details/details.stories.d.ts +4 -2
- package/lib/components/Project/components/Publications/publications.d.ts +0 -1
- package/lib/components/Project/components/Publications/publications.stories.d.ts +4 -2
- package/lib/components/Project/components/Sup/sup.styles.d.ts +2 -3
- package/lib/components/Project/components/SupplementaryLinks/supplementaryLinks.d.ts +0 -1
- package/lib/components/Project/components/SupplementaryLinks/supplementaryLinks.js +1 -1
- package/lib/components/Project/components/SupplementaryLinks/supplementaryLinks.stories.d.ts +4 -2
- package/lib/components/Project/components/SupplementaryLinks/supplementaryLinks.styles.d.ts +6 -7
- package/lib/components/Redirect/redirect.d.ts +0 -1
- package/lib/components/Support/components/SupportRequest/components/Dialog/dialog.styles.d.ts +5 -33
- package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/common/constants.js +2 -2
- package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/common/entities.d.ts +4 -4
- package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/common/utils.d.ts +1 -1
- package/lib/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.styles.d.ts +5 -6
- package/lib/components/Support/components/SupportRequest/components/SupportRequestSubmitted/supportRequestSubmitted.js +1 -1
- package/lib/components/Support/components/SupportRequest/supportRequest.d.ts +0 -1
- package/lib/components/Support/components/ViewSupport/viewSupport.styles.d.ts +2 -3
- package/lib/components/Table/common/gridTable.styles.d.ts +4 -12
- package/lib/components/Table/common/utils.d.ts +2 -2
- package/lib/components/Table/common/utils.js +17 -11
- package/lib/components/Table/components/CheckboxMenu/checkboxMenu.d.ts +2 -3
- package/lib/components/Table/components/CheckboxMenu/checkboxMenu.stories.d.ts +4 -2
- package/lib/components/Table/components/CheckboxMenu/checkboxMenu.styles.d.ts +1 -1
- package/lib/components/Table/components/DownloadEntityResults/downloadEntityResults.d.ts +1 -2
- package/lib/components/Table/components/Pagination/pagination.d.ts +0 -1
- package/lib/components/Table/components/Pagination/pagination.stories.d.ts +4 -2
- package/lib/components/Table/components/Pagination/pagination.styles.d.ts +2 -3
- package/lib/components/Table/components/PaginationSummary/paginationSummary.d.ts +0 -1
- package/lib/components/Table/components/TableBody/tableBody.d.ts +1 -2
- package/lib/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.d.ts +1 -2
- package/lib/components/Table/components/TableCell/components/CollapsableCell/collapsableCell.styles.d.ts +7 -8
- package/lib/components/Table/components/TableCell/components/NTagCell/components/NTag/components/Tooltip/tooltip.d.ts +0 -1
- package/lib/components/Table/components/TableCell/components/NTagCell/components/NTag/components/Tooltip/tooltip.styles.d.ts +2 -3
- package/lib/components/Table/components/TableCell/components/NTagCell/nTagCell.d.ts +1 -2
- package/lib/components/Table/components/TableCell/components/RowSelectionCell/rowSelectionCell.d.ts +1 -2
- package/lib/components/Table/components/TableHead/components/HeadSelectionCell/headSelectionCell.d.ts +1 -2
- package/lib/components/Table/components/TableHead/tableHead.d.ts +1 -2
- package/lib/components/Table/components/TableRow/tableRow.styles.d.ts +4 -11
- package/lib/components/Table/components/TableRows/components/CollapsableRows/collapsableRows.d.ts +1 -2
- package/lib/components/Table/components/TableRows/components/VirtualizedRow/virtualizedRow.d.ts +0 -1
- package/lib/components/Table/components/TableRows/tableRows.d.ts +1 -2
- package/lib/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.d.ts +1 -1
- package/lib/components/Table/components/TableToolbar/components/RowPreview/components/RowDrawer/rowDrawer.styles.d.ts +2 -2
- package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.d.ts +1 -2
- package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/components/RowDetail/rowDetail.styles.d.ts +2 -3
- package/lib/components/Table/components/TableToolbar/components/RowPreview/components/Section/section.styles.d.ts +2 -3
- package/lib/components/Table/components/TableToolbar/components/RowPreview/rowPreview.d.ts +1 -2
- package/lib/components/Table/components/TableToolbar/components/RowSelection/components/DropdownMenu/dropdownMenu.d.ts +0 -1
- package/lib/components/Table/components/TableToolbar/components/RowSelection/components/DropdownMenu/dropdownMenu.styles.d.ts +1 -1
- package/lib/components/Table/components/TableToolbar/components/RowSelection/rowSelection.d.ts +1 -2
- package/lib/components/Table/components/TableToolbar/components/RowSelection/rowSelection.styles.d.ts +2 -3
- package/lib/components/Table/components/TableToolbar/tableToolbar.d.ts +1 -2
- package/lib/components/Table/components/TableToolbar/tableToolbar.styles.d.ts +3 -2
- package/lib/components/Table/features/RowPreview/entities.d.ts +1 -1
- package/lib/components/Table/features/entities.d.ts +5 -5
- package/lib/components/Table/table.d.ts +2 -3
- package/lib/components/Table/table.js +4 -4
- package/lib/components/Table/table.styles.d.ts +4 -12
- package/lib/components/TableCreator/tableCreator.d.ts +2 -3
- package/lib/components/TableCreator/tableCreator.styles.d.ts +2 -3
- package/lib/components/TempError/components/errorBox.d.ts +0 -1
- package/lib/components/TempError/tempError.d.ts +0 -1
- package/lib/components/common/Accordion/accordion.js +1 -1
- package/lib/components/common/Accordion/accordion.stories.d.ts +3 -3
- package/lib/components/common/Alert/alert.js +1 -1
- package/lib/components/common/Alert/alert.stories.d.ts +3 -3
- package/lib/components/common/Alert/alert.styles.d.ts +2 -2
- package/lib/components/common/Alert/components/AlertText/alertText.styles.d.ts +2 -3
- package/lib/components/common/AnchorLink/anchorLink.d.ts +0 -1
- package/lib/components/common/AnchorLink/anchorLink.styles.d.ts +23 -25
- package/lib/components/common/Banner/components/BannerPrimary/bannerPrimary.styles.d.ts +1 -1
- package/lib/components/common/Banner/components/CookieBanner/cookieBanner.styles.d.ts +1 -2
- package/lib/components/common/Banner/components/DismissibleBanner/dismissibleBanner.js +1 -1
- package/lib/components/common/Banner/components/SessionTimeout/sessionTimeout.styles.d.ts +1 -1
- package/lib/components/common/Breadcrumbs/breadcrumbs.js +1 -1
- package/lib/components/common/Breadcrumbs/breadcrumbs.stories.d.ts +6 -4
- package/lib/components/common/Button/components/ButtonOutline/buttonOutline.styles.d.ts +1 -2
- package/lib/components/common/Button/components/ButtonText/buttonText.d.ts +0 -1
- package/lib/components/common/Button/components/ButtonText/buttonText.styles.d.ts +1 -2
- package/lib/components/common/Button/components/ButtonTextPrimary/buttonTextPrimary.d.ts +0 -1
- package/lib/components/common/Button/components/ButtonTextPrimary/buttonTextPrimary.styles.d.ts +1 -2
- package/lib/components/common/Button/components/ButtonTextUnderline/buttonTextUnderline.d.ts +0 -1
- package/lib/components/common/Button/components/ButtonTextUnderline/buttonTextUnderline.styles.d.ts +1 -2
- package/lib/components/common/Button/components/CallToActionButton/callToActionButton.stories.d.ts +5 -3
- package/lib/components/common/Button/components/DropdownButton/dropdownButton.d.ts +0 -1
- package/lib/components/common/Button/components/DropdownButton/dropdownButton.styles.d.ts +1 -2
- package/lib/components/common/Button/components/FileDownloadButton/fileDownloadButton.d.ts +0 -1
- package/lib/components/common/Button/components/HelpIconButton/helpIconButton.d.ts +0 -1
- package/lib/components/common/Button/components/HelpIconButton/helpIconButton.stories.d.ts +1 -1
- package/lib/components/common/Button/components/HelpIconButton/helpIconButton.styles.d.ts +2 -1
- package/lib/components/common/Button/components/LoginButton/loginButton.d.ts +1 -2
- package/lib/components/common/Button/components/LoginButton/loginButton.styles.d.ts +3 -4
- package/lib/components/common/Button/components/NavigationButton/navigationButton.d.ts +0 -1
- package/lib/components/common/Button/components/NavigationButton/navigationButton.styles.d.ts +1 -2
- package/lib/components/common/Card/card.stories.d.ts +3 -3
- package/lib/components/common/Card/card.styles.d.ts +5 -6
- package/lib/components/common/Card/components/CardAction/cardAction.d.ts +0 -1
- package/lib/components/common/Card/components/CardActions/cardActions.styles.d.ts +2 -3
- package/lib/components/common/Card/components/CardMedia/cardMedia.d.ts +0 -1
- package/lib/components/common/Card/components/CardMedia/cardMedia.styles.d.ts +2 -3
- package/lib/components/common/Card/components/CardSecondaryTitle/cardSecondaryTitle.styles.d.ts +3 -4
- package/lib/components/common/Code/code.d.ts +0 -1
- package/lib/components/common/Code/code.stories.d.ts +4 -3
- package/lib/components/common/Code/code.styles.d.ts +2 -3
- package/lib/components/common/CopyToClipboard/copyToClipboard.d.ts +0 -1
- package/lib/components/common/CopyToClipboard/copyToClipboard.stories.d.ts +3 -3
- package/lib/components/common/CustomIcon/components/AddIcon/addIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/AddLinkIcon/addLinkIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/AlertIcon/alertIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/BackArrowIcon/backArrowIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/CheckedIcon/checkedIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/ContactSupportIcon/contactSupportIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/ContentCopyIcon/contentCopyIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/DiscourseIcon/discourseIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/DownloadIcon/downloadIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/EmailReadIcon/emailReadIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/ErrorIcon/errorIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/FacebookIcon/facebookIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/FeedbackIcon/feedbackIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/FormStatusCompletedIcon/formStatusCompletedIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/FormStatusIncompleteIcon/formStatusIncompleteIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/ForwardArrowIcon/forwardArrowIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/GitHubIcon/gitHubIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/GoogleIcon/googleIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/HelpIcon/helpIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/InProgressIcon/inProgressIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/IndeterminateIcon/indeterminateIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/InfoIcon/infoIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/InventoryIcon/inventoryIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/LinkedInIcon/linkedInIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/LoadingIcon/loadingIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/OpenInNewIcon/openInNewIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/RadioCheckedIcon/radioCheckedIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/RadioUncheckedIcon/radioUncheckedIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/RemoveIcon/removeIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/SearchIcon/searchIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/SearchOffIcon/searchOffIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/Segment/segment.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/SlackIcon/slackIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/SouthIcon/southIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/SuccessIcon/successIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/UnLinkIcon/unLinkIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/UncheckedErrorIcon/uncheckedErrorIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/UncheckedIcon/uncheckedIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/UnfoldMoreIcon/unfoldMoreIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/WarningIcon/warningIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/XIcon/xIcon.d.ts +0 -1
- package/lib/components/common/CustomIcon/components/YouTubeIcon/youTubeIcon.d.ts +0 -1
- package/lib/components/common/Dialog/components/DialogTitle/dialogTitle.js +1 -1
- package/lib/components/common/Dot/dot.d.ts +0 -1
- package/lib/components/common/Dot/dot.styles.d.ts +2 -3
- package/lib/components/common/Drawer/components/DrawerTitle/drawerTitle.styles.d.ts +2 -3
- package/lib/components/common/Drawer/components/drawer.styles.d.ts +2 -3
- package/lib/components/common/DropdownMenu/common/entities.d.ts +2 -2
- package/lib/components/common/DropdownMenu/dropdownMenu.styles.d.ts +1 -1
- package/lib/components/common/EllipsisContent/ellipsisContent.styles.d.ts +3 -4
- package/lib/components/common/Form/components/Input/input.d.ts +0 -1
- package/lib/components/common/Form/components/Input/input.styles.d.ts +4 -19
- package/lib/components/common/Form/components/Select/components/DropDownIcon/dropDownIcon.d.ts +0 -1
- package/lib/components/common/Form/components/Select/select.d.ts +2 -2
- package/lib/components/common/Form/components/Select/select.styles.d.ts +4 -19
- package/lib/components/common/Form/components/UploadFile/uploadFile.d.ts +0 -1
- package/lib/components/common/Form/components/UploadFile/uploadFile.styles.d.ts +6 -39
- package/lib/components/common/IconBadge/iconBadge.d.ts +1 -1
- package/lib/components/common/IconBadge/iconBadge.styles.d.ts +2 -3
- package/lib/components/common/IconButton/iconButton.styles.d.ts +4 -30
- package/lib/components/common/Input/input.styles.d.ts +5 -20
- package/lib/components/common/KeyValuePairs/keyValuePairs.d.ts +5 -5
- package/lib/components/common/MDXMarkdown/components/Section/mdxSection.styles.d.ts +2 -3
- package/lib/components/common/Markdown/markdown.d.ts +0 -1
- package/lib/components/common/Paper/paper.d.ts +1 -1
- package/lib/components/common/Paper/paper.styles.d.ts +5 -6
- package/lib/components/common/Paper/paper.styles.js +1 -1
- package/lib/components/common/Progress/components/CircularProgress/circularProgress.styles.d.ts +2 -3
- package/lib/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.d.ts +0 -1
- package/lib/components/common/Progress/components/CircularProgress/components/CircularProgressTrack/circularProgressTrack.styles.d.ts +1 -1
- package/lib/components/common/RadioGroup/radioGroup.d.ts +3 -4
- package/lib/components/common/Section/components/CollapsableSection/collapsableSection.styles.d.ts +8 -40
- package/lib/components/common/Section/components/SectionDetailsEmpty/sectionDetailsEmpty.d.ts +0 -1
- package/lib/components/common/Section/components/SectionTitle/sectionTitle.d.ts +0 -1
- package/lib/components/common/Section/components/SectionTitle/sectionTitle.stories.d.ts +4 -2
- package/lib/components/common/Section/section.styles.d.ts +17 -17
- package/lib/components/common/Socials/socials.stories.d.ts +3 -4
- package/lib/components/common/Socials/socials.styles.d.ts +4 -4
- package/lib/components/common/Stack/components/Divider/divider.styles.d.ts +2 -11
- package/lib/components/common/StaticImage/staticImage.d.ts +1 -2
- package/lib/components/common/StaticImage/staticImage.stories.d.ts +4 -2
- package/lib/components/common/StatusBadge/statusBadge.d.ts +1 -1
- package/lib/components/common/StatusBadge/statusBadge.stories.d.ts +3 -4
- package/lib/components/common/StatusIcon/statusIcon.d.ts +1 -1
- package/lib/components/common/StatusIcon/statusIcon.stories.d.ts +4 -2
- package/lib/components/common/StatusIcon/statusIcon.styles.d.ts +2 -3
- package/lib/components/common/Tabs/tabs.d.ts +3 -3
- package/lib/components/common/Tabs/tabs.styles.d.ts +6 -34
- package/lib/components/common/Tag/tag.stories.d.ts +4 -2
- package/lib/components/common/Tag/tag.styles.d.ts +2 -2
- package/lib/components/common/Title/title.d.ts +1 -1
- package/lib/components/common/Title/title.styles.d.ts +2 -1
- package/lib/components/common/ToggleButtonGroup/toggleButtonGroup.d.ts +2 -3
- package/lib/components/common/ToggleButtonGroup/toggleButtonGroup.stories.d.ts +4 -2
- package/lib/components/common/Typography/common/entities.d.ts +1 -1
- package/lib/config/entities.d.ts +16 -16
- package/lib/entity/api/service.d.ts +3 -2
- package/lib/entity/apicf/service.d.ts +1 -1
- package/lib/entity/common/service.d.ts +2 -2
- package/lib/entity/service/model.d.ts +1 -1
- package/lib/hooks/useAsync.d.ts +1 -1
- package/lib/hooks/useAuthentication/common/entities.d.ts +1 -1
- package/lib/hooks/useAuthentication/useFetchGoogleProfile.d.ts +3 -3
- package/lib/hooks/useAuthentication/useFetchTerraNIHProfile.d.ts +2 -2
- package/lib/hooks/useAuthentication/useFetchTerraProfile.d.ts +2 -2
- package/lib/hooks/useAuthentication/useFetchTerraTermsOfService.d.ts +2 -2
- package/lib/hooks/useAuthentication/useTokenClient.d.ts +1 -1
- package/lib/hooks/useBreakpoint.d.ts +1 -1
- package/lib/hooks/useBreakpointHelper.d.ts +2 -2
- package/lib/hooks/useCategoryFilter.d.ts +2 -2
- package/lib/hooks/useCurrentBreakpoint.d.ts +1 -1
- package/lib/hooks/useEntityService.d.ts +1 -1
- package/lib/hooks/useExploreMode.d.ts +1 -1
- package/lib/hooks/useExportToTerraResponseURL.d.ts +1 -1
- package/lib/hooks/useFetchEntity.d.ts +1 -1
- package/lib/hooks/useFileLocation.d.ts +7 -1
- package/lib/hooks/useFileLocation.js +13 -14
- package/lib/hooks/useFileManifest/common/entities.d.ts +4 -4
- package/lib/hooks/useFileManifest/useFileManifest.d.ts +1 -1
- package/lib/hooks/useFileManifest/useRequestFileManifest.d.ts +1 -1
- package/lib/hooks/useRequestFileLocation.d.ts +2 -2
- package/lib/hooks/useResizeObserver.d.ts +1 -1
- package/lib/hooks/useScroll.d.ts +2 -2
- package/lib/providers/authentication.d.ts +2 -2
- package/lib/providers/config.d.ts +1 -1
- package/lib/providers/exploreState/entities.d.ts +4 -4
- package/lib/providers/exploreState/initializer/utils.js +1 -1
- package/lib/providers/exploreState/payloads/entities.d.ts +6 -6
- package/lib/providers/exploreState.d.ts +20 -20
- package/lib/providers/fileManifestState.d.ts +12 -12
- package/lib/providers/layoutState.d.ts +4 -4
- package/lib/theme/common/breakpoints.d.ts +4 -4
- package/lib/theme/common/components.js +8 -8
- package/lib/theme/common/palette.d.ts +2 -2
- package/lib/types/error.d.ts +1 -1
- package/lib/utils/tests.d.ts +12 -0
- package/lib/utils/tests.js +17 -0
- package/lib/viewModelBuilders/common/entities.d.ts +1 -1
- package/lib/views/ContentView/contentView.stories.d.ts +3 -3
- package/lib/views/EntityDetailView/entityDetailView.d.ts +0 -1
- package/lib/views/ExploreView/exploreView.d.ts +0 -1
- package/lib/views/ExportMethodView/exportMethodView.d.ts +0 -1
- package/lib/views/ExportView/exportView.d.ts +1 -2
- package/lib/views/LoginView/loginView.d.ts +0 -1
- package/package.json +12 -10
- package/src/apis/azul/common/constants.ts +0 -5
- package/src/apis/azul/common/filterTransformer.ts +1 -1
- package/src/common/analytics/analytics.ts +1 -1
- package/src/common/analytics/readme-analytics.md +15 -0
- package/src/components/Detail/components/Table/table.tsx +1 -1
- package/src/components/Error/error.tsx +1 -1
- package/src/components/Export/components/DownloadCurlCommand/downloadCurlCommand.tsx +1 -1
- package/src/components/Export/components/ExportForm/components/ExportFileSummaryForm/exportFileSummaryForm.tsx +1 -1
- package/src/components/Export/components/ExportToTerra/components/TerraSetUpForm/terraSetUpForm.tsx +1 -1
- package/src/components/Filter/components/SearchAllFilters/components/VariableSizeList/VariableSizeList.tsx +1 -1
- package/src/components/Filter/components/VariableSizeList/VariableSizeList.tsx +1 -1
- package/src/components/Index/components/AzulFileDownload/azulFileDownload.tsx +44 -63
- package/src/components/Index/components/AzulFileDownload/common/constants.ts +4 -0
- package/src/components/Index/components/NTag/components/Tooltip/tooltip.tsx +1 -1
- package/src/components/Layout/components/BackPage/backPageView.tsx +1 -1
- package/src/components/Layout/components/Header/common/utils.ts +1 -1
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Authentication/components/AuthenticationMenu/authenticationMenu.tsx +1 -1
- package/src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/menu.tsx +1 -1
- package/src/components/Layout/components/Header/components/Content/components/Navigation/components/NavigationMenu/navigationMenu.tsx +1 -1
- package/src/components/Layout/components/Nav/components/NavBarHero/navBarHero.tsx +2 -2
- package/src/components/Layout/components/Outline/outline.styles.ts +1 -1
- package/src/components/Loading/loading.styles.ts +1 -1
- package/src/components/Loading/loading.tsx +1 -1
- package/src/components/Project/components/SupplementaryLinks/supplementaryLinks.tsx +1 -1
- package/src/components/Support/components/SupportRequest/components/SupportRequestForm/common/constants.ts +1 -1
- package/src/components/Support/components/SupportRequest/components/SupportRequestForm/common/utils.ts +1 -1
- package/src/components/Support/components/SupportRequest/components/SupportRequestForm/supportRequestForm.tsx +1 -1
- package/src/components/Support/components/SupportRequest/components/SupportRequestSubmitted/supportRequestSubmitted.tsx +1 -1
- package/src/components/Table/common/utils.ts +17 -15
- package/src/components/Table/components/TableCell/components/NTagCell/components/NTag/components/Tooltip/tooltip.tsx +1 -1
- package/src/components/common/Accordion/accordion.tsx +2 -2
- package/src/components/common/Alert/alert.tsx +1 -1
- package/src/components/common/Banner/components/CookieBanner/cookieBanner.tsx +1 -1
- package/src/components/common/Banner/components/DismissibleBanner/dismissibleBanner.tsx +1 -1
- package/src/components/common/Breadcrumbs/breadcrumbs.tsx +1 -1
- package/src/components/common/Dialog/components/DialogTitle/dialogTitle.tsx +1 -1
- package/src/components/common/Form/components/Input/input.tsx +1 -1
- package/src/components/common/Form/components/Select/select.tsx +2 -2
- package/src/components/common/IconBadge/iconBadge.styles.ts +1 -1
- package/src/components/common/Stack/components/Divider/divider.styles.tsx +1 -1
- package/src/entity/api/service.ts +1 -1
- package/src/hooks/useCurrentBreakpoint.ts +1 -1
- package/src/hooks/useEntityList.ts +1 -1
- package/src/hooks/useEntityService.ts +1 -1
- package/src/hooks/useFileLocation.ts +16 -14
- package/src/utils/tests.ts +19 -0
- package/tests/azulFileDownload.test.tsx +86 -0
- package/tests/useFileLocation.test.ts +32 -0
- package/tsconfig.json +4 -1
|
@@ -16,3 +16,16 @@ jobs:
|
|
|
16
16
|
npm run lint
|
|
17
17
|
npm run test
|
|
18
18
|
npm run test-compile
|
|
19
|
+
|
|
20
|
+
install-without-lock:
|
|
21
|
+
runs-on: ubuntu-latest
|
|
22
|
+
steps:
|
|
23
|
+
- uses: actions/checkout@v2
|
|
24
|
+
- uses: actions/setup-node@v2
|
|
25
|
+
with:
|
|
26
|
+
node-version: "20.10.0"
|
|
27
|
+
|
|
28
|
+
- run: |
|
|
29
|
+
rm package-lock.json
|
|
30
|
+
npm install
|
|
31
|
+
npm run test-compile
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare enum APIEndpoints {
|
|
5
5
|
CATALOGS = "/index/catalogs",
|
|
6
|
-
FETCH = "/fetch"
|
|
6
|
+
FETCH = "/fetch",// Required in path for entity matrix downloads and direct file downloads
|
|
7
7
|
FILES = "/files",
|
|
8
8
|
INDEX_STATUS = "/health/progress",
|
|
9
9
|
SUMMARY = "/summary"
|
|
@@ -92,11 +92,11 @@ export declare enum AZUL_PARAM {
|
|
|
92
92
|
/**
|
|
93
93
|
* Azul search index.
|
|
94
94
|
*/
|
|
95
|
-
export
|
|
95
|
+
export type AzulSearchIndex = keyof Pick<AzulListParams, "search_before" | "search_after">;
|
|
96
96
|
/**
|
|
97
97
|
* Model of response returned from /index/summary API endpoint.
|
|
98
98
|
*/
|
|
99
|
-
export
|
|
99
|
+
export type AzulSummaryResponse = any;
|
|
100
100
|
/**
|
|
101
101
|
* Model of term returned from Azul entity endpoint (e.g. index/files).
|
|
102
102
|
*/
|
|
@@ -139,7 +139,7 @@ export interface FileLocationResponse {
|
|
|
139
139
|
* Set of labels that values returned from Azul can be sanitized to.
|
|
140
140
|
*/
|
|
141
141
|
export declare enum LABEL {
|
|
142
|
-
"EMPTY" = ""
|
|
142
|
+
"EMPTY" = "",// TODO(cc) revisit - temp only? required for file download.
|
|
143
143
|
"ERROR" = "Error",
|
|
144
144
|
"NONE" = "None",
|
|
145
145
|
"UNSPECIFIED" = "Unspecified"
|
|
@@ -147,7 +147,7 @@ export declare enum LABEL {
|
|
|
147
147
|
/**
|
|
148
148
|
* Manifest download format.
|
|
149
149
|
*/
|
|
150
|
-
export
|
|
150
|
+
export type ManifestDownloadFormat = MANIFEST_DOWNLOAD_FORMAT;
|
|
151
151
|
/**
|
|
152
152
|
* Set of possible manifest download formats.
|
|
153
153
|
*/
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { CategoryKey, Filters, SelectCategory, SelectedFilter } from "../../../common/entities";
|
|
2
2
|
import { PaginationResponse } from "../../../providers/exploreState";
|
|
3
|
-
import { AzulPaginationResponse, AzulTermFacets
|
|
4
|
-
export
|
|
5
|
-
export
|
|
3
|
+
import { AZUL_FILTER_OPERATOR, AzulPaginationResponse, AzulTermFacets } from "./entities";
|
|
4
|
+
export type ParamValue = string | boolean | null;
|
|
5
|
+
export type Params = Record<CategoryKey, Record<AZUL_FILTER_OPERATOR, ParamValue[]>>;
|
|
6
6
|
/**
|
|
7
7
|
* Transform selected categories and category values to query string format.
|
|
8
8
|
* Return JSON string (for example):
|
|
@@ -95,7 +95,7 @@ export function transformTermFacets(termFacets, filterState) {
|
|
|
95
95
|
// Build category and add to set of categories.
|
|
96
96
|
const category = {
|
|
97
97
|
key,
|
|
98
|
-
label: "",
|
|
98
|
+
label: "", // Label is applied in filter hook where it has access to the config.
|
|
99
99
|
values: categoryValues,
|
|
100
100
|
};
|
|
101
101
|
accum.push(category);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type DataLayer = any;
|
|
2
2
|
/**
|
|
3
3
|
* Set of analytics event actions.
|
|
4
4
|
*/
|
|
@@ -42,7 +42,7 @@ export declare enum SORT_DIRECTION {
|
|
|
42
42
|
/**
|
|
43
43
|
* Model of event parameters mapped to the event name.
|
|
44
44
|
*/
|
|
45
|
-
export
|
|
45
|
+
export type EventParams = {
|
|
46
46
|
[EVENT_NAME.BULK_DOWNLOAD_REQUESTED]: {
|
|
47
47
|
[EVENT_PARAM.CATALOG]: string;
|
|
48
48
|
[EVENT_PARAM.CURRENT_QUERY]: string;
|
package/lib/common/entities.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Filterable metadata keys.
|
|
3
3
|
*/
|
|
4
|
-
export
|
|
4
|
+
export type CategoryKey = string;
|
|
5
5
|
/**
|
|
6
6
|
* View model of category tag.
|
|
7
7
|
*/
|
|
@@ -13,11 +13,11 @@ export interface CategoryTag {
|
|
|
13
13
|
/**
|
|
14
14
|
* Category values to be used as keys. For example, "Homo sapiens" or "10X 3' v2 sequencing".
|
|
15
15
|
*/
|
|
16
|
-
export
|
|
16
|
+
export type CategoryValueKey = string;
|
|
17
17
|
/**
|
|
18
18
|
* Set of selected category values.
|
|
19
19
|
*/
|
|
20
|
-
export
|
|
20
|
+
export type Filters = SelectedFilter[];
|
|
21
21
|
/**
|
|
22
22
|
* Generic pagination model used by both static and dynamic lists.
|
|
23
23
|
*/
|
|
@@ -32,7 +32,7 @@ export interface Pagination {
|
|
|
32
32
|
/**
|
|
33
33
|
* Possible pagination direction values.
|
|
34
34
|
*/
|
|
35
|
-
export
|
|
35
|
+
export type PaginationDirectionType = "next" | "prev";
|
|
36
36
|
/**
|
|
37
37
|
* Internal filter model of a multiselect category (e.g. library construction approach).
|
|
38
38
|
*/
|
|
@@ -78,4 +78,4 @@ export interface SelectedFilter {
|
|
|
78
78
|
/**
|
|
79
79
|
* Possible types of selected category values.
|
|
80
80
|
*/
|
|
81
|
-
export
|
|
81
|
+
export type SelectedFilterValue = CategoryValueKey[];
|
|
@@ -11,5 +11,5 @@ interface DetailViewTableProps<T extends RowData> extends TableProps<T> {
|
|
|
11
11
|
Paper?: typeof FlatPaper | typeof FluidPaper | typeof RoundedPaper;
|
|
12
12
|
tools?: ReactNode;
|
|
13
13
|
}
|
|
14
|
-
export declare const DetailViewTable: <T extends
|
|
14
|
+
export declare const DetailViewTable: <T extends RowData>({ className, columns, gridTemplateColumns, items, noResultsTitle, Paper, tools, ...tableProps }: DetailViewTableProps<T>) => JSX.Element;
|
|
15
15
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RowData, Table } from "@tanstack/react-table";
|
|
3
2
|
import { ROW_DIRECTION } from "../../../../../Table/common/entities";
|
|
4
3
|
import { TableView } from "../../table";
|
|
@@ -7,4 +6,4 @@ export interface TableBodyProps<T extends RowData> {
|
|
|
7
6
|
tableInstance: Table<T>;
|
|
8
7
|
tableView?: TableView;
|
|
9
8
|
}
|
|
10
|
-
export declare const TableBody: <T extends
|
|
9
|
+
export declare const TableBody: <T extends RowData>({ rowDirection, tableInstance, tableView, }: TableBodyProps<T>) => JSX.Element;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RowData, Table } from "@tanstack/react-table";
|
|
3
2
|
export interface CollapsableRowsProps<T extends RowData> {
|
|
4
3
|
tableInstance: Table<T>;
|
|
5
4
|
}
|
|
6
|
-
export declare const CollapsableRows: <T extends
|
|
5
|
+
export declare const CollapsableRows: <T extends RowData>({ tableInstance, }: CollapsableRowsProps<T>) => JSX.Element;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { RowData, Table } from "@tanstack/react-table";
|
|
3
2
|
import { TableView } from "../../table";
|
|
4
3
|
export interface TableRowsProps<T extends RowData> {
|
|
5
4
|
tableInstance: Table<T>;
|
|
6
5
|
tableView?: TableView;
|
|
7
6
|
}
|
|
8
|
-
export declare const TableRows: <T extends
|
|
7
|
+
export declare const TableRows: <T extends RowData>({ tableInstance, tableView, }: TableRowsProps<T>) => JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { TableCellProps as MTableCellProps, TableContainerProps as MTableContainerProps, TableProps as MTableProps } from "@mui/material";
|
|
3
2
|
import { ColumnDef, RowData, TableOptions } from "@tanstack/react-table";
|
|
4
3
|
export interface TableView {
|
|
@@ -15,4 +14,4 @@ export interface TableProps<T extends RowData> {
|
|
|
15
14
|
tableOptions?: Partial<TableOptions<T>>;
|
|
16
15
|
tableView?: TableView;
|
|
17
16
|
}
|
|
18
|
-
export declare const Table: <T extends
|
|
17
|
+
export declare const Table: <T extends RowData>({ className, collapsable, columns, gridTemplateColumns, items, tableOptions, tableView, }: TableProps<T>) => JSX.Element;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { ComponentMeta } from "@storybook/react";
|
|
2
|
+
import { Detail } from "./detail";
|
|
3
|
+
declare const _default: ComponentMeta<typeof Detail>;
|
|
2
4
|
export default _default;
|
|
3
|
-
export declare const DetailStory: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react
|
|
5
|
+
export declare const DetailStory: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./detail").DetailProps>;
|
|
@@ -8,7 +8,7 @@ import { ButtonPrimary } from "../common/Button/components/ButtonPrimary/buttonP
|
|
|
8
8
|
import { AlertIcon } from "../common/CustomIcon/components/AlertIcon/alertIcon";
|
|
9
9
|
import { Grid } from "../common/Grid/grid";
|
|
10
10
|
import { RoundedPaper } from "../common/Paper/paper.styles";
|
|
11
|
-
import {
|
|
11
|
+
import { SectionContent as Content, SectionActions, } from "../common/Section/section.styles";
|
|
12
12
|
import { PRIORITY, StatusIcon } from "../common/StatusIcon/statusIcon";
|
|
13
13
|
import { Error as CustomError, ErrorCode, ErrorLayout, ErrorSection, SectionContent, } from "./error.styles";
|
|
14
14
|
const ErrorMessage = ({ detail, title, }) => (React.createElement(Content, null,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { StoryObj } from "@storybook/react";
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
2
|
import { Error } from "./error";
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: Meta<typeof Error>;
|
|
4
4
|
export default _default;
|
|
5
|
-
|
|
5
|
+
type Story = StoryObj<typeof Error>;
|
|
6
6
|
export declare const ClientSideErrorStory: Story;
|
|
7
7
|
export declare const ClientSideErrorWithErrorCodeStory: Story;
|
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
interface Props {
|
|
3
2
|
offset: number;
|
|
4
3
|
}
|
|
5
4
|
export declare const ErrorLayout: import("@emotion/styled").StyledComponent<{
|
|
6
|
-
theme?: import("@emotion/react").Theme
|
|
7
|
-
as?: import("react").ElementType
|
|
5
|
+
theme?: import("@emotion/react").Theme;
|
|
6
|
+
as?: import("react").ElementType;
|
|
8
7
|
} & Props, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
8
|
export declare const Error: import("@emotion/styled").StyledComponent<{
|
|
10
|
-
theme?: import("@emotion/react").Theme
|
|
11
|
-
as?:
|
|
9
|
+
theme?: import("@emotion/react").Theme;
|
|
10
|
+
as?: React.ElementType;
|
|
12
11
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
13
12
|
export declare const ErrorSection: import("@emotion/styled").StyledComponent<{
|
|
14
|
-
theme?: import("@emotion/react").Theme
|
|
15
|
-
as?:
|
|
13
|
+
theme?: import("@emotion/react").Theme;
|
|
14
|
+
as?: React.ElementType;
|
|
16
15
|
} & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
17
|
-
theme?: import("@emotion/react").Theme
|
|
16
|
+
theme?: import("@emotion/react").Theme;
|
|
18
17
|
}, {}, {}>;
|
|
19
18
|
export declare const SectionContent: import("@emotion/styled").StyledComponent<{
|
|
20
|
-
theme?: import("@emotion/react").Theme
|
|
21
|
-
as?:
|
|
19
|
+
theme?: import("@emotion/react").Theme;
|
|
20
|
+
as?: React.ElementType;
|
|
22
21
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
23
22
|
export declare const ErrorCode: import("@emotion/styled").StyledComponent<{
|
|
24
|
-
theme?: import("@emotion/react").Theme
|
|
25
|
-
as?:
|
|
23
|
+
theme?: import("@emotion/react").Theme;
|
|
24
|
+
as?: React.ElementType;
|
|
26
25
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
27
26
|
export {};
|
|
@@ -9,7 +9,7 @@ interface FallbackRenderProps {
|
|
|
9
9
|
interface ErrorBoundaryProps {
|
|
10
10
|
fallbackRender: (props: FallbackRenderProps) => React.ReactNode;
|
|
11
11
|
}
|
|
12
|
-
|
|
12
|
+
type ErrorBoundaryPropsType = PropsWithRef<PropsWithChildren<ErrorBoundaryProps>>;
|
|
13
13
|
export declare class ErrorBoundary extends React.Component<ErrorBoundaryPropsType, ErrorBoundaryState> {
|
|
14
14
|
constructor(props: ErrorBoundaryPropsType);
|
|
15
15
|
static getDerivedStateFromError(error: Error): ErrorBoundaryState;
|
|
@@ -10,7 +10,7 @@ export declare enum BULK_DOWNLOAD_EXECUTION_ENVIRONMENT {
|
|
|
10
10
|
/**
|
|
11
11
|
* Execution environment.
|
|
12
12
|
*/
|
|
13
|
-
export
|
|
13
|
+
export type ExecutionEnvironment = BULK_DOWNLOAD_EXECUTION_ENVIRONMENT;
|
|
14
14
|
/**
|
|
15
15
|
* Model of file summary "file type/file format" facet.
|
|
16
16
|
*/
|
|
@@ -40,4 +40,4 @@ export interface FormFileFacet extends FileFacet {
|
|
|
40
40
|
/**
|
|
41
41
|
* Manifest download format.
|
|
42
42
|
*/
|
|
43
|
-
export
|
|
43
|
+
export type ManifestDownloadFormat = MANIFEST_DOWNLOAD_FORMAT;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const Button: import("@emotion/styled").StyledComponent<Omit<import("../../../../../common/Button/button").ButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
4
3
|
}, {}, {}>;
|
|
@@ -2,5 +2,5 @@ import { CategoryKey, CategoryValueKey } from "../../../../../common/entities";
|
|
|
2
2
|
/**
|
|
3
3
|
* Function invoked to update file manifest filters when selected state of a category value is toggled.
|
|
4
4
|
*/
|
|
5
|
-
export
|
|
6
|
-
export
|
|
5
|
+
export type OnFilterFn = (categoryKey: CategoryKey, selectedCategoryValue: CategoryValueKey, selected: boolean) => void;
|
|
6
|
+
export type OnUpdateFilterFacet = (categoryKey: CategoryKey) => void;
|
|
@@ -8,7 +8,7 @@ import { UncheckedErrorIcon } from "../../../../../common/CustomIcon/components/
|
|
|
8
8
|
import { UncheckedIcon } from "../../../../../common/CustomIcon/components/UncheckedIcon/uncheckedIcon";
|
|
9
9
|
import { GridTable } from "../../../../../Table/common/gridTable.styles";
|
|
10
10
|
import { ERROR } from "../../exportForm";
|
|
11
|
-
import {
|
|
11
|
+
import { TableFormControl as FormControl, GridPaper, } from "../../exportForm.styles";
|
|
12
12
|
export const ExportFileSummaryForm = ({ error, fileSummaryFacet, onClearError, onFilter, onUpdateFilterFacet, }) => {
|
|
13
13
|
const hasFileSize = isFileSummaryFacet(fileSummaryFacet);
|
|
14
14
|
const gridTemplateColumns = hasFileSize ? "1fr auto auto" : "1fr auto";
|
|
@@ -4,9 +4,9 @@ export declare enum ERROR {
|
|
|
4
4
|
FILE_SUMMARY_ERROR = "fileSummaryError",
|
|
5
5
|
SPECIES_ERROR = "speciesError"
|
|
6
6
|
}
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
7
|
+
export type ErrorState = Record<ERROR, boolean>;
|
|
8
|
+
export type OnClearError = (isError: boolean, error: ERROR) => void;
|
|
9
|
+
export type OnRequestManifestFn = () => void;
|
|
10
10
|
export interface ExportFormProps {
|
|
11
11
|
Button: ElementType;
|
|
12
12
|
children?: ReactNode | ReactNode[];
|
|
@@ -1,45 +1,16 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ThemeProps } from "../../../../theme/theme";
|
|
3
|
-
export declare const margin: ({ theme }: ThemeProps) => import("@emotion/
|
|
4
|
-
export declare const FormControl: import("@emotion/styled").StyledComponent<{
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
disabled?: boolean | undefined;
|
|
9
|
-
error?: boolean | undefined;
|
|
10
|
-
fullWidth?: boolean | undefined;
|
|
11
|
-
focused?: boolean | undefined;
|
|
12
|
-
hiddenLabel?: boolean | undefined;
|
|
13
|
-
margin?: "normal" | "none" | "dense" | undefined;
|
|
14
|
-
required?: boolean | undefined;
|
|
15
|
-
size?: "medium" | "small" | undefined;
|
|
16
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
17
|
-
variant?: "filled" | "outlined" | "standard" | undefined;
|
|
18
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
19
|
-
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
20
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "children" | "margin" | "sx" | "variant" | "disabled" | "required" | "size" | "error" | "fullWidth" | "focused" | "hiddenLabel"> & {
|
|
21
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
2
|
+
export declare const margin: ({ theme }: ThemeProps) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const FormControl: import("@emotion/styled").StyledComponent<import("@mui/material").FormControlOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
+
}, "style" | "className" | "classes" | "color" | "children" | "margin" | "sx" | "variant" | "error" | "disabled" | "required" | "size" | "fullWidth" | "hiddenLabel" | "focused"> & {
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
22
7
|
}, {}, {}>;
|
|
23
|
-
export declare const TableFormControl: import("@emotion/styled").StyledComponent<{
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
disabled?: boolean | undefined;
|
|
28
|
-
error?: boolean | undefined;
|
|
29
|
-
fullWidth?: boolean | undefined;
|
|
30
|
-
focused?: boolean | undefined;
|
|
31
|
-
hiddenLabel?: boolean | undefined;
|
|
32
|
-
margin?: "normal" | "none" | "dense" | undefined;
|
|
33
|
-
required?: boolean | undefined;
|
|
34
|
-
size?: "medium" | "small" | undefined;
|
|
35
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
36
|
-
variant?: "filled" | "outlined" | "standard" | undefined;
|
|
37
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
38
|
-
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
39
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "children" | "margin" | "sx" | "variant" | "disabled" | "required" | "size" | "error" | "fullWidth" | "focused" | "hiddenLabel"> & {
|
|
40
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
+
export declare const TableFormControl: import("@emotion/styled").StyledComponent<import("@mui/material").FormControlOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
9
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
+
}, "style" | "className" | "classes" | "color" | "children" | "margin" | "sx" | "variant" | "error" | "disabled" | "required" | "size" | "fullWidth" | "hiddenLabel" | "focused"> & {
|
|
11
|
+
theme?: import("@emotion/react").Theme;
|
|
41
12
|
}, {}, {}>;
|
|
42
13
|
export declare const GridPaper: import("@emotion/styled").StyledComponent<{
|
|
43
|
-
theme?: import("@emotion/react").Theme
|
|
44
|
-
as?:
|
|
14
|
+
theme?: import("@emotion/react").Theme;
|
|
15
|
+
as?: React.ElementType;
|
|
45
16
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { ComponentMeta } from "@storybook/react";
|
|
2
|
+
import { ExportMethod } from "./exportMethod";
|
|
3
|
+
declare const _default: ComponentMeta<typeof ExportMethod>;
|
|
2
4
|
export default _default;
|
|
3
|
-
export declare const ExportMethodStory: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react
|
|
5
|
+
export declare const ExportMethodStory: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("./exportMethod").ExportMethodProps>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const ExportButton: import("@emotion/styled").StyledComponent<Omit<import("../../../common/Button/button").ButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement> & {
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
4
3
|
}, {}, {}>;
|
|
5
4
|
export declare const SectionFootnote: import("@emotion/styled").StyledComponent<{
|
|
6
|
-
theme?: import("@emotion/react").Theme
|
|
7
|
-
as?:
|
|
5
|
+
theme?: import("@emotion/react").Theme;
|
|
6
|
+
as?: React.ElementType;
|
|
8
7
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
|
-
export
|
|
3
|
-
export
|
|
2
|
+
export type SummaryValue = ReactNode | ReactNode[];
|
|
3
|
+
export type Summary = [ReactNode, SummaryValue];
|
|
4
4
|
export interface ExportSelectedDataSummaryProps {
|
|
5
5
|
isLoading: boolean;
|
|
6
6
|
summaries: Summary[];
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const Label: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
5
|
export declare const Values: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const SectionContent: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?: import("react").ElementType
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: import("react").ElementType;
|
|
5
4
|
} & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
6
|
-
theme?: import("@emotion/react").Theme
|
|
5
|
+
theme?: import("@emotion/react").Theme;
|
|
7
6
|
}, {}, {}>;
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const Section: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?: import("react").ElementType
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: import("react").ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
5
|
export declare const SectionContent: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?: import("react").ElementType
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: import("react").ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
9
|
export declare const SectionStatus: import("@emotion/styled").StyledComponent<{
|
|
11
|
-
theme?: import("@emotion/react").Theme
|
|
12
|
-
as?: import("react").ElementType
|
|
10
|
+
theme?: import("@emotion/react").Theme;
|
|
11
|
+
as?: import("react").ElementType;
|
|
13
12
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
13
|
export declare const SectionActions: import("@emotion/styled").StyledComponent<{
|
|
15
|
-
theme?: import("@emotion/react").Theme
|
|
16
|
-
as?: import("react").ElementType
|
|
14
|
+
theme?: import("@emotion/react").Theme;
|
|
15
|
+
as?: import("react").ElementType;
|
|
17
16
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const SectionTitle: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?: import("react").ElementType
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: import("react").ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
|
|
6
|
-
export declare const TableContainer: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
|
-
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx"> & {
|
|
13
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
export declare const TableContainer: import("@emotion/styled").StyledComponent<import("@mui/material").TableContainerOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
6
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
+
}, "style" | "className" | "classes" | "children" | "sx"> & {
|
|
8
|
+
theme?: import("@emotion/react").Theme;
|
|
14
9
|
}, {}, {}>;
|