This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compact imports by adding an index to modules
- Loading branch information
1 parent
f795d6c
commit 0712ba4
Showing
28 changed files
with
398 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
export * from './collapsible/collapsible-button'; | ||
export * from './collapsible/collapsible-content'; | ||
export * from './collapsible/collapsible-section'; | ||
export type { AgeDemographicProps } from './age-demographic'; | ||
export type { PieChartProps } from './pie-chart'; | ||
|
||
export { AgeDemographic } from './age-demographic'; | ||
export { ChartTile } from './chart-tile'; | ||
export { InView } from './in-view'; | ||
export { Metadata } from './metadata'; | ||
export { PageInformationBlock } from './page-information-block'; | ||
export { TileList } from './tile-list'; | ||
export { TimeSeriesChart } from './time-series-chart'; | ||
export { WarningTile } from './warning-tile'; | ||
export { Divider } from './divider'; | ||
export { DynamicChoropleth } from './choropleth'; | ||
export { ChoroplethTile } from './choropleth-tile'; | ||
export { Markdown } from './markdown'; | ||
export { KpiTile } from './kpi-tile'; | ||
export { KpiValue } from './kpi-value'; | ||
export { TwoKpiSection } from './two-kpi-section'; | ||
export { LinkWithIcon } from './link-with-icon'; | ||
export { MaxWidth } from './max-width'; | ||
export { ChoroplethLegenda } from './choropleth-legenda'; | ||
export { SEOHead } from './seo-head'; | ||
export { PageKpi } from './page-kpi'; | ||
export { PageBarScale } from './page-barscale'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export { gmCodesByVrCode } from './gm-codes-by-vr-code'; | ||
export { vrCodeByGmCode } from './vr-code-by-gm-code'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { DeceasedMonitorSection } from './deceased-monitor-section'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export { EscalationLevelBanner } from './escalation-level-banner'; | ||
export { EscalationLevelLabel } from './escalation-level-label'; |
1 change: 0 additions & 1 deletion
1
packages/app/src/domain/hospital/admissions-per-age-group/index.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { AdmissionsPerAgeGroup } from './admissions-per-age-group/admissions-per-age-group'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export { Layout } from './layout'; | ||
export { NlLayout } from './nl-layout'; | ||
export { VrLayout } from './vr-layout'; | ||
export { GmLayout } from './gm-layout'; | ||
export { InLayout } from './in-layout'; | ||
export { Content } from './content'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export * from './infected-per-age-group'; | ||
export { GNumberBarChartTile } from './g-number-bar-chart-tile'; | ||
export { ReproductionChartTile } from './reproduction-chart-tile'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export * from './mini-tile-selector-layout'; | ||
export { ArticleList } from './article-list'; | ||
export { HighlightsTile } from './highlights-tile'; | ||
export { ChoroplethTwoColumnLayout } from './choropleth-two-column-layout'; | ||
export { MiniTileLayout } from './mini-tile-layout'; | ||
export { MiniTrendTile } from './mini-trend-tile'; | ||
export { MiniVaccinationCoverageTile } from './mini-vaccination-coverage-tile'; | ||
export { TopicalSectionHeader } from './topical-section-header'; | ||
export { VaccinationCoverageChoropleth } from './vaccination-coverage-choropleth'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export { selectDeliveryAndAdministrationData } from './data-selection/select-delivery-and-administration-data'; | ||
export { selectVaccineCoverageData } from './data-selection/select-vaccine-coverage-data'; | ||
export { BoosterShotCoveragePerAgeGroup } from './booster-shot-coverage-per-age-group/booster-shot-coverage-per-age-group'; | ||
export { VaccinationsOverTimeTile } from './vaccinations-over-time-tile'; | ||
export { VaccineBoosterAdministrationsKpiSection } from './vaccine-booster-administrations-kpi-section'; | ||
export { VaccineAdministrationsKpiSection } from './vaccine-administrations-kpi-section'; | ||
export { VaccinationsShotKpiSection } from './vaccinations-shot-kpi-section'; | ||
export { VaccinationsKpiHeader } from './vaccinations-kpi-header'; | ||
export { VaccineCoverageChoroplethPerGm } from './vaccine-coverage-choropleth-per-gm'; | ||
export { VaccineCoveragePerAgeGroup } from './vaccine-coverage-per-age-group'; | ||
export { VaccineCoverageToggleTile } from './vaccine-coverage-toggle-tile'; | ||
export { VaccineDeliveryBarChart } from './vaccine-delivery-bar-chart'; | ||
export { VaccineStockPerSupplierChart } from './vaccine-stock-per-supplier-chart'; | ||
export { ChoroplethTooltip } from './vaccine-coverage-choropleth-per-gm'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.