Skip to content

Commit

Permalink
chore: add missing component and module exports in various libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Nov 12, 2023
1 parent 5385e80 commit 186d70b
Show file tree
Hide file tree
Showing 18 changed files with 79 additions and 7 deletions.
6 changes: 3 additions & 3 deletions libs/feature/catalog/src/index.ts
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'
4 changes: 4 additions & 0 deletions libs/feature/dataviz/src/index.ts
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'
3 changes: 3 additions & 0 deletions libs/feature/editor/src/index.ts
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'
7 changes: 7 additions & 0 deletions libs/feature/map/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ export * from './lib/+state/map.reducer'
export * from './lib/+state/map.actions'
export * from './lib/feature-map.module'
export * from './lib/manager/map-manager.service'
export * from './lib/manager/map-instance.directive'
export * from './lib/feature-info/feature-info.service'
export * from './lib/map-context/map-context.model'
export * from './lib/map-context/map-context.service'
export * from './lib/map-context/component/map-context.component'
export * from './lib/constant'
export * from './lib/utils'
export * from './lib/style'
export * from './lib/layers-panel/layers-panel.component'
export * from './lib/add-layer-from-catalog/add-layer-from-catalog.component'
export * from './lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component'
export * from './lib/map-container/map-container.component'
5 changes: 5 additions & 0 deletions libs/feature/record/src/index.ts
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'
1 change: 1 addition & 0 deletions libs/feature/router/src/lib/default/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export * from './state/router.facade'
export * from './router.service'
export * from './state/router.effects'
export * from './state/router.facade'
export * from './container/search-router.container.directive'
8 changes: 8 additions & 0 deletions libs/feature/search/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ export * from './lib/results-list/results-list.container.component'
export * from './lib/filter-dropdown/filter-dropdown.component'
export * from './lib/constants'
export * from './lib/fuzzy-search/fuzzy-search.component'
export * from './lib/facets/facets.module'
export * from './lib/facets/facets-container/facets-container.component'
export * from './lib/records-metrics/records-metrics.component'
export * from './lib/favorites/favorite-star/favorite-star.component'
export * from './lib/results-hits-number/results-hits.container.component'
export * from './lib/results-layout/results-layout.component'
export * from './lib/sort-by/sort-by.component'
export * from './lib/state/container/search-state.container.directive'
2 changes: 1 addition & 1 deletion libs/feature/search/src/lib/facets/facets.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CommonModule } from '@angular/common'
import { NgModule } from '@angular/core'
import { FacetsModule as UiFacetsModule } from '@geonetwork-ui/ui/search'
import { UiFacetsModule } from '@geonetwork-ui/ui/search'
import { TranslateModule } from '@ngx-translate/core'
import { FacetsContainerComponent } from './facets-container/facets-container.component'

Expand Down
5 changes: 4 additions & 1 deletion libs/ui/catalog/src/index.ts
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'
1 change: 1 addition & 0 deletions libs/ui/dataviz/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './lib/ui-dataviz.module'
export * from './lib/chart/chart.component'
export * from './lib/table/table.component'
export * from './lib/table/table.fixtures'
export * from './lib/figure/figure.component'
10 changes: 10 additions & 0 deletions libs/ui/elements/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ export * from './lib/search-results-error/search-results-error.component'
export * from './lib/thumbnail/thumbnail.component'
export * from './lib/content-ghost/content-ghost.component'
export * from './lib/pagination-buttons/pagination-buttons.component'
export * from './lib/api-card/api-card.component'
export * from './lib/avatar/avatar.component'
export * from './lib/content-ghost/content-ghost.component'
export * from './lib/download-item/download-item.component'
export * from './lib/downloads-list/downloads-list.component'
export * from './lib/link-card/link-card.component'
export * from './lib/pagination/pagination.component'
export * from './lib/related-record-card/related-record-card.component'
export * from './lib/search-results-error/search-results-error.component'
export * from './lib/user-preview/user-preview.component'
4 changes: 4 additions & 0 deletions libs/ui/inputs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ export * from './lib/viewport-intersector/viewport-intersector.component'
export * from './lib/check-toggle/check-toggle.component'
export * from './lib/ui-inputs.module'
export * from './lib/form-field'
export * from './lib/copy-text-button/copy-text-button.component'
export * from './lib/drag-and-drop-file-input/drag-and-drop-file-input.component'
export * from './lib/navigation-button/navigation-button.component'
export * from './lib/viewport-intersector/viewport-intersector.component'
5 changes: 5 additions & 0 deletions libs/ui/layout/src/index.ts
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'
2 changes: 2 additions & 0 deletions libs/ui/map/src/index.ts
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'
13 changes: 12 additions & 1 deletion libs/ui/search/src/index.ts
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'
5 changes: 5 additions & 0 deletions libs/ui/widgets/src/index.ts
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'
4 changes: 3 additions & 1 deletion libs/util/shared/src/index.ts
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'
1 change: 1 addition & 0 deletions libs/util/shared/src/lib/pipes/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './SafePipe'

0 comments on commit 186d70b

Please sign in to comment.