-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add missing component and module exports in various libs
- Loading branch information
Showing
18 changed files
with
79 additions
and
7 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,7 +1,7 @@ | ||
/* | ||
* Public API Surface of catalog | ||
*/ | ||
export * from './lib/feature-catalog.module' | ||
export * from './lib/sources/sources.service' | ||
export * from './lib/sources/sources.model' | ||
export * from './lib/records/records.service' | ||
export * from './lib/organisations/organisations.component' | ||
export * from './lib/site-title/site-title.component' | ||
export * from './lib/source-label/source-label.component' |
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,2 +1,6 @@ | ||
export * from './lib/feature-dataviz.module' | ||
export * from './lib/service/data.service' | ||
export * from './lib/chart-view/chart-view.component' | ||
export * from './lib/figure/figure-container/figure-container.component' | ||
export * from './lib/geo-table-view/geo-table-view.component' | ||
export * from './lib/table-view/table-view.component' |
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,6 @@ | ||
export * from './lib/feature-editor.module' | ||
export * from './lib/services/editor.service' | ||
export * from './lib/record-form/record-form.component' | ||
export * from './lib/components/wizard/wizard.component' | ||
export * from './lib/components/wizard-field/wizard-field.component' | ||
export * from './lib/components/wizard-summarize/wizard-summarize.component' |
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
export * from './lib/feature-record.module' | ||
export * from './lib/state' | ||
export * from './lib/data-view-permalink/data-view-permalink.component' | ||
export * from './lib/data-view/data-view.component' | ||
export * from './lib/data-view-share/data-view-share.component' | ||
export * from './lib/data-view-web-component/data-view-web-component.component' | ||
export * from './lib/external-viewer-button/external-viewer-button.component' | ||
export * from './lib/map-view/map-view.component' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
export * from './lib/ui-catalog.module' | ||
export { LANGUAGES_LIST } from './lib/language-switcher/language-switcher.component' | ||
export * from './lib/catalog-title/catalog-title.component' | ||
export * from './lib/language-switcher/language-switcher.component' | ||
export * from './lib/organisation-preview/organisation-preview.component' | ||
export * from './lib/organisations-sort/organisations-sort.component' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
export * from './lib/ui-layout.module' | ||
export * from './lib/anchor-link/anchor-link.directive' | ||
export * from './lib/carousel/carousel.component' | ||
export * from './lib/expandable-panel/expandable-panel.component' | ||
export * from './lib/sticky-header/sticky-header.component' | ||
export * from './lib/expandable-panel-button/expandable-panel-button.component' |
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 +1,3 @@ | ||
export * from './lib/ui-map.module' | ||
export * from './lib/components/map/map.component' | ||
export * from './lib/components/feature-detail/feature-detail.component' |
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,9 +1,20 @@ | ||
export * from './lib/facets/facets.module' | ||
export { FacetsModule as UiFacetsModule } from './lib/facets/facets.module' | ||
export * from './lib/facets/facets.model' | ||
export * from './lib/facets/fixtures' | ||
export * from './lib/facets/facet-block/facet-block.component' | ||
export * from './lib/facets/facet-list/facet-list.component' | ||
export * from './lib/facets/facet-item/facet-item.component' | ||
export * from './lib/ui-search.module' | ||
export * from './lib/results-list/results-layout.config' | ||
export * from './lib/results-list/results-list.component' | ||
export * from './lib/record-preview/record-preview.component' | ||
export * from './lib/record-preview-feed/record-preview-feed.component' | ||
export * from './lib/record-preview-row/record-preview-row.component' | ||
export * from './lib/record-preview-card/record-preview-card.component' | ||
export * from './lib/record-preview-list/record-preview-list.component' | ||
export * from './lib/record-preview-text/record-preview-text.component' | ||
export * from './lib/record-preview-title/record-preview-title.component' | ||
export * from './lib/record-table/record-table.component' | ||
export * from './lib/record-metric/record-metric.component' | ||
export * from './lib/results-list-item/results-list-item.component' | ||
export * from './lib/results-hits-number/results-hits-number.component' |
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,8 @@ | ||
export * from './lib/ui-widgets.module' | ||
export * from './lib/progress-bar/progress-bar.component' | ||
export * from './lib/loading-mask/loading-mask.component' | ||
export * from './lib/badge/badge.component' | ||
export * from './lib/color-scale/color-scale.component' | ||
export * from './lib/popup-alert/popup-alert.component' | ||
export * from './lib/spinning-loader/spinning-loader.component' | ||
export * from './lib/step-bar/step-bar.component' |
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,4 +1,6 @@ | ||
export * from './lib/util-shared.module' | ||
export * from './lib/services' | ||
export * from './lib/utils/' | ||
export * from './lib/utils' | ||
export * from './lib/links' | ||
export * from './lib/pipes' | ||
export * from './lib/image-fallback.directive' |
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 * from './SafePipe' |