geonetwork-ui 2.7.0-dev.4fe76116d → 2.7.0-dev.652a07b0d

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.
Files changed (320) hide show
  1. package/esm2022/index.mjs +1 -2
  2. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +2 -2
  3. package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +26 -3
  4. package/esm2022/libs/api/repository/src/lib/gn4/organizations/index.mjs +3 -5
  5. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.mjs +5 -0
  6. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.mjs +6 -0
  7. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +35 -21
  8. package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +3 -1
  9. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  10. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  11. package/esm2022/libs/feature/catalog/src/index.mjs +1 -2
  12. package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +3 -1
  13. package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +5 -4
  14. package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +4 -3
  15. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +4 -4
  16. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +4 -4
  17. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +8 -2
  18. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.mjs +14 -38
  19. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +6 -36
  20. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +2 -2
  21. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +10 -5
  22. package/esm2022/libs/feature/notifications/src/index.mjs +1 -2
  23. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +4 -2
  24. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +14 -4
  25. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +5 -43
  26. package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +10 -5
  27. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +15 -5
  28. package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +4 -2
  29. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +4 -2
  30. package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +3 -2
  31. package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +2 -5
  32. package/esm2022/libs/feature/search/src/index.mjs +1 -2
  33. package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +12 -5
  34. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +24 -17
  35. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +4 -100
  36. package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +9 -5
  37. package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +6 -5
  38. package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +9 -5
  39. package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +7 -6
  40. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +19 -12
  41. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +2 -1
  42. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +7 -6
  43. package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +3 -2
  44. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +8 -2
  45. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +8 -2
  46. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +8 -2
  47. package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +8 -2
  48. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +14 -4
  49. package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +8 -2
  50. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +8 -2
  51. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +14 -4
  52. package/esm2022/libs/ui/search/src/index.mjs +1 -3
  53. package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +14 -30
  54. package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +6 -27
  55. package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +7 -4
  56. package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +5 -4
  57. package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +5 -2
  58. package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +5 -4
  59. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +36 -7
  60. package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +11 -5
  61. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +5 -4
  62. package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +5 -4
  63. package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +5 -4
  64. package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +5 -4
  65. package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +17 -7
  66. package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +4 -2
  67. package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +5 -4
  68. package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +5 -3
  69. package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +14 -4
  70. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +33 -8
  71. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +2 -1
  72. package/esm2022/libs/util/shared/src/lib/utils/scroll.mjs +40 -0
  73. package/esm2022/translations/de.json +1 -0
  74. package/esm2022/translations/en.json +1 -0
  75. package/esm2022/translations/es.json +1 -0
  76. package/esm2022/translations/fr.json +2 -1
  77. package/esm2022/translations/it.json +1 -0
  78. package/esm2022/translations/nl.json +1 -0
  79. package/esm2022/translations/pt.json +1 -0
  80. package/esm2022/translations/sk.json +1 -0
  81. package/fesm2022/geonetwork-ui.mjs +5320 -5470
  82. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  83. package/index.d.ts +0 -1
  84. package/index.d.ts.map +1 -1
  85. package/index.ts +0 -1
  86. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +2 -2
  87. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  88. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +5 -1
  89. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +1 -1
  90. package/libs/api/repository/src/lib/gn4/organizations/index.d.ts +2 -3
  91. package/libs/api/repository/src/lib/gn4/organizations/index.d.ts.map +1 -1
  92. package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts +4 -0
  93. package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts.map +1 -0
  94. package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts +9 -0
  95. package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts.map +1 -0
  96. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +11 -8
  97. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  98. package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +2 -0
  99. package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +1 -1
  100. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +1 -1
  101. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  102. package/libs/common/domain/src/lib/platform.service.interface.d.ts +2 -0
  103. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  104. package/libs/feature/catalog/src/index.d.ts +0 -1
  105. package/libs/feature/catalog/src/index.d.ts.map +1 -1
  106. package/libs/feature/catalog/src/lib/organization-url.token.d.ts +1 -0
  107. package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +1 -1
  108. package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts +1 -1
  109. package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts.map +1 -1
  110. package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts +1 -1
  111. package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts.map +1 -1
  112. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +1 -1
  113. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  114. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +1 -1
  115. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
  116. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +1 -1
  117. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.d.ts +4 -12
  118. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.d.ts.map +1 -1
  119. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +3 -10
  120. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  121. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +1 -1
  122. package/libs/feature/notifications/src/index.d.ts +0 -1
  123. package/libs/feature/notifications/src/index.d.ts.map +1 -1
  124. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  125. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
  126. package/libs/feature/record/src/lib/feature-record.module.d.ts +4 -11
  127. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  128. package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +1 -1
  129. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  130. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +1 -1
  131. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  132. package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts +1 -1
  133. package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts.map +1 -1
  134. package/libs/feature/router/src/lib/default/router.module.d.ts +4 -5
  135. package/libs/feature/router/src/lib/default/router.module.d.ts.map +1 -1
  136. package/libs/feature/search/src/index.d.ts +0 -1
  137. package/libs/feature/search/src/index.d.ts.map +1 -1
  138. package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts +1 -1
  139. package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts.map +1 -1
  140. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +1 -0
  141. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
  142. package/libs/feature/search/src/lib/feature-search.module.d.ts +3 -26
  143. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
  144. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +1 -1
  145. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +1 -1
  146. package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts +1 -1
  147. package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts.map +1 -1
  148. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +1 -1
  149. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +1 -1
  150. package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts +1 -1
  151. package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts.map +1 -1
  152. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +1 -1
  153. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +1 -1
  154. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +1 -1
  155. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
  156. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts +1 -1
  157. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +1 -1
  158. package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts +1 -1
  159. package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts.map +1 -1
  160. package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts.map +1 -1
  161. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
  162. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +1 -1
  163. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  164. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +1 -1
  165. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +1 -1
  166. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +1 -1
  167. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +1 -1
  168. package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +1 -1
  169. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +1 -1
  170. package/libs/ui/search/src/index.d.ts +0 -2
  171. package/libs/ui/search/src/index.d.ts.map +1 -1
  172. package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts +1 -11
  173. package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts.map +1 -1
  174. package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts +1 -11
  175. package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts.map +1 -1
  176. package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts +1 -1
  177. package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts.map +1 -1
  178. package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts +1 -1
  179. package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts.map +1 -1
  180. package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts +1 -1
  181. package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts.map +1 -1
  182. package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts +1 -1
  183. package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts.map +1 -1
  184. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts +1 -1
  185. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +1 -1
  186. package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts +1 -1
  187. package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts.map +1 -1
  188. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +1 -1
  189. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +1 -1
  190. package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts +1 -1
  191. package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts.map +1 -1
  192. package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts +1 -1
  193. package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts.map +1 -1
  194. package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts +1 -1
  195. package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts.map +1 -1
  196. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +1 -1
  197. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +1 -1
  198. package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts +1 -1
  199. package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +1 -1
  200. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts +1 -1
  201. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +1 -1
  202. package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts +1 -1
  203. package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts.map +1 -1
  204. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +1 -1
  205. package/libs/util/shared/src/lib/links/link-utils.d.ts +26 -7
  206. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  207. package/libs/util/shared/src/lib/utils/index.d.ts +1 -0
  208. package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
  209. package/libs/util/shared/src/lib/utils/scroll.d.ts +12 -0
  210. package/libs/util/shared/src/lib/utils/scroll.d.ts.map +1 -0
  211. package/package.json +3 -3
  212. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +3 -3
  213. package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +38 -2
  214. package/src/libs/api/repository/src/lib/gn4/organizations/index.ts +2 -11
  215. package/src/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.ts +10 -0
  216. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.ts +33 -0
  217. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +36 -38
  218. package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +8 -0
  219. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +1 -1
  220. package/src/libs/common/domain/src/lib/platform.service.interface.ts +2 -0
  221. package/src/libs/feature/catalog/src/index.ts +0 -1
  222. package/src/libs/feature/catalog/src/lib/organization-url.token.ts +5 -0
  223. package/src/libs/feature/catalog/src/lib/site-title/site-title.component.ts +4 -0
  224. package/src/libs/feature/catalog/src/lib/source-label/source-label.component.ts +3 -0
  225. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +4 -4
  226. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +3 -3
  227. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +8 -1
  228. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.html +10 -8
  229. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.ts +15 -43
  230. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +2 -18
  231. package/src/libs/feature/editor/src/lib/fields.config.ts +1 -1
  232. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +8 -1
  233. package/src/libs/feature/notifications/src/index.ts +0 -1
  234. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +3 -1
  235. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +7 -2
  236. package/src/libs/feature/record/src/lib/feature-record.module.ts +1 -21
  237. package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +5 -2
  238. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +12 -3
  239. package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +2 -0
  240. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +4 -2
  241. package/src/libs/feature/router/src/lib/default/container/search-router.container.directive.ts +1 -0
  242. package/src/libs/feature/router/src/lib/default/router.module.ts +0 -3
  243. package/src/libs/feature/search/src/index.ts +0 -1
  244. package/src/libs/feature/search/src/lib/facets/facets-container/facets-container.component.ts +14 -1
  245. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +23 -16
  246. package/src/libs/feature/search/src/lib/feature-search.module.ts +0 -61
  247. package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +12 -1
  248. package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.ts +5 -0
  249. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +11 -0
  250. package/src/libs/feature/search/src/lib/results-layout/results-layout.component.ts +5 -0
  251. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +21 -1
  252. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +1 -1
  253. package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +5 -0
  254. package/src/libs/feature/search/src/lib/state/container/search-state.container.directive.ts +1 -0
  255. package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.ts +4 -1
  256. package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +4 -1
  257. package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +4 -1
  258. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +4 -1
  259. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +7 -2
  260. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts +8 -1
  261. package/src/libs/ui/elements/src/lib/notification/notification.component.ts +8 -1
  262. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.ts +7 -2
  263. package/src/libs/ui/search/src/index.ts +0 -2
  264. package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.ts +12 -11
  265. package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.ts +5 -11
  266. package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.ts +6 -0
  267. package/src/libs/ui/search/src/lib/record-metric/record-metric.component.ts +4 -0
  268. package/src/libs/ui/search/src/lib/record-preview/record-preview.component.ts +3 -0
  269. package/src/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.ts +4 -0
  270. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +33 -1
  271. package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.ts +10 -0
  272. package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +4 -0
  273. package/src/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.ts +4 -0
  274. package/src/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.ts +4 -0
  275. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.ts +4 -0
  276. package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html +1 -4
  277. package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.ts +16 -2
  278. package/src/libs/ui/search/src/lib/results-list/results-layout.config.ts +5 -3
  279. package/src/libs/ui/search/src/lib/results-list/results-list.component.ts +4 -0
  280. package/src/libs/ui/search/src/lib/results-list-item/results-list-item.component.ts +3 -0
  281. package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +6 -1
  282. package/src/libs/util/shared/src/lib/links/link-utils.ts +32 -7
  283. package/src/libs/util/shared/src/lib/utils/index.ts +1 -0
  284. package/src/libs/util/shared/src/lib/utils/scroll.ts +48 -0
  285. package/translations/de.json +1 -0
  286. package/translations/en.json +1 -0
  287. package/translations/es.json +1 -0
  288. package/translations/fr.json +2 -1
  289. package/translations/it.json +1 -0
  290. package/translations/nl.json +1 -0
  291. package/translations/pt.json +1 -0
  292. package/translations/sk.json +1 -0
  293. package/esm2022/libs/feature/auth/src/index.mjs +0 -2
  294. package/esm2022/libs/feature/auth/src/lib/feature-auth.module.mjs +0 -17
  295. package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +0 -57
  296. package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +0 -18
  297. package/esm2022/libs/feature/search/src/lib/facets/facets.module.mjs +0 -21
  298. package/esm2022/libs/ui/search/src/lib/facets/facets.module.mjs +0 -23
  299. package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +0 -168
  300. package/libs/feature/auth/src/index.d.ts +0 -2
  301. package/libs/feature/auth/src/index.d.ts.map +0 -1
  302. package/libs/feature/auth/src/lib/feature-auth.module.d.ts +0 -8
  303. package/libs/feature/auth/src/lib/feature-auth.module.d.ts.map +0 -1
  304. package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts +0 -14
  305. package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts.map +0 -1
  306. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts +0 -7
  307. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts.map +0 -1
  308. package/libs/feature/search/src/lib/facets/facets.module.d.ts +0 -11
  309. package/libs/feature/search/src/lib/facets/facets.module.d.ts.map +0 -1
  310. package/libs/ui/search/src/lib/facets/facets.module.d.ts +0 -13
  311. package/libs/ui/search/src/lib/facets/facets.module.d.ts.map +0 -1
  312. package/libs/ui/search/src/lib/ui-search.module.d.ts +0 -36
  313. package/libs/ui/search/src/lib/ui-search.module.d.ts.map +0 -1
  314. package/src/libs/feature/auth/src/index.ts +0 -1
  315. package/src/libs/feature/auth/src/lib/feature-auth.module.ts +0 -12
  316. package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +0 -71
  317. package/src/libs/feature/notifications/src/lib/feature-notifications.module.ts +0 -10
  318. package/src/libs/feature/search/src/lib/facets/facets.module.ts +0 -12
  319. package/src/libs/ui/search/src/lib/facets/facets.module.ts +0 -14
  320. package/src/libs/ui/search/src/lib/ui-search.module.ts +0 -108
@@ -1,168 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { RouterLink } from '@angular/router';
3
- import { TranslateDirective, TranslatePipe } from '@ngx-translate/core';
4
- import { NgxDropzoneModule } from 'ngx-dropzone';
5
- import { FacetsModule } from './facets/facets.module';
6
- import { RecordMetricComponent } from './record-metric/record-metric.component';
7
- import { RecordPreviewCardComponent } from './record-preview-card/record-preview-card.component';
8
- import { RecordPreviewListComponent } from './record-preview-list/record-preview-list.component';
9
- import { RecordPreviewRowComponent } from './record-preview-row/record-preview-row.component';
10
- import { RecordPreviewTextComponent } from './record-preview-text/record-preview-text.component';
11
- import { RecordPreviewTitleComponent } from './record-preview-title/record-preview-title.component';
12
- import { ResultsHitsNumberComponent } from './results-hits-number/results-hits-number.component';
13
- import { ResultsHitsSearchKindComponent } from './results-hits-search-kind/results-hits-search-kind.component';
14
- import { DEFAULT_RESULTS_LAYOUT_CONFIG, RESULTS_LAYOUT_CONFIG, } from './results-list/results-layout.config';
15
- import { ResultsListComponent } from './results-list/results-list.component';
16
- import { RecordPreviewComponent } from './record-preview/record-preview.component';
17
- import { TagInputModule } from 'ngx-chips';
18
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
19
- import { ResultsListItemComponent } from './results-list-item/results-list-item.component';
20
- import { InternalLinkCardComponent, KindBadgeComponent, MarkdownParserComponent, MetadataQualityComponent, ThumbnailComponent, } from '../../../../../libs/ui/elements/src';
21
- import { RecordPreviewFeedComponent } from './record-preview-feed/record-preview-feed.component';
22
- import { CommonModule } from '@angular/common';
23
- import { MatCheckboxModule } from '@angular/material/checkbox';
24
- import { InteractiveTableComponent } from '../../../../../libs/ui/layout/src';
25
- import { NgIconsModule, provideNgIconsConfig } from '@ng-icons/core';
26
- import { matCloudDownloadOutline, matHomeWorkOutline, matMapOutline, } from '@ng-icons/material-icons/outline';
27
- import { matFace } from '@ng-icons/material-icons/baseline';
28
- import { InlineFilterComponent } from '../../../../../libs/ui/inputs/src';
29
- import { ActionMenuComponent } from './results-table/action-menu/action-menu.component';
30
- import * as i0 from "@angular/core";
31
- import * as i1 from "@ng-icons/core";
32
- export class UiSearchModule {
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiSearchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
34
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: UiSearchModule, declarations: [RecordPreviewComponent,
35
- RecordPreviewListComponent,
36
- RecordPreviewCardComponent,
37
- RecordPreviewTextComponent,
38
- RecordPreviewTitleComponent,
39
- RecordMetricComponent,
40
- ResultsListComponent,
41
- ResultsHitsNumberComponent,
42
- ResultsHitsSearchKindComponent,
43
- ResultsListItemComponent,
44
- RecordPreviewFeedComponent,
45
- RecordPreviewRowComponent], imports: [CommonModule,
46
- TranslateDirective,
47
- TranslatePipe,
48
- NgxDropzoneModule,
49
- FacetsModule,
50
- FormsModule,
51
- ReactiveFormsModule,
52
- TagInputModule,
53
- MatCheckboxModule,
54
- RouterLink,
55
- InteractiveTableComponent, i1.NgIconsModule, KindBadgeComponent,
56
- MetadataQualityComponent,
57
- InlineFilterComponent,
58
- ThumbnailComponent,
59
- MarkdownParserComponent,
60
- InternalLinkCardComponent,
61
- ActionMenuComponent], exports: [RecordPreviewListComponent,
62
- RecordPreviewCardComponent,
63
- RecordPreviewTextComponent,
64
- RecordPreviewTitleComponent,
65
- RecordMetricComponent,
66
- ResultsListComponent,
67
- FacetsModule,
68
- RecordPreviewComponent,
69
- ResultsHitsNumberComponent,
70
- ResultsHitsSearchKindComponent,
71
- RecordPreviewFeedComponent,
72
- RecordPreviewRowComponent,
73
- ActionMenuComponent] }); }
74
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiSearchModule, providers: [
75
- provideNgIconsConfig({
76
- size: '1.5em',
77
- }),
78
- { provide: RESULTS_LAYOUT_CONFIG, useValue: DEFAULT_RESULTS_LAYOUT_CONFIG },
79
- ], imports: [CommonModule,
80
- NgxDropzoneModule,
81
- FacetsModule,
82
- FormsModule,
83
- ReactiveFormsModule,
84
- TagInputModule,
85
- MatCheckboxModule,
86
- InteractiveTableComponent,
87
- // FIXME: these imports are required by non-standalone components and should be removed once all components have been made standalone
88
- NgIconsModule.withIcons({
89
- matMapOutline,
90
- matCloudDownloadOutline,
91
- matFace,
92
- matHomeWorkOutline,
93
- }),
94
- KindBadgeComponent,
95
- MetadataQualityComponent,
96
- InlineFilterComponent,
97
- ThumbnailComponent,
98
- InternalLinkCardComponent,
99
- ActionMenuComponent, FacetsModule] }); }
100
- }
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UiSearchModule, decorators: [{
102
- type: NgModule,
103
- args: [{
104
- declarations: [
105
- RecordPreviewComponent,
106
- RecordPreviewListComponent,
107
- RecordPreviewCardComponent,
108
- RecordPreviewTextComponent,
109
- RecordPreviewTitleComponent,
110
- RecordMetricComponent,
111
- ResultsListComponent,
112
- ResultsHitsNumberComponent,
113
- ResultsHitsSearchKindComponent,
114
- ResultsListItemComponent,
115
- RecordPreviewFeedComponent,
116
- RecordPreviewRowComponent,
117
- ],
118
- imports: [
119
- CommonModule,
120
- TranslateDirective,
121
- TranslatePipe,
122
- NgxDropzoneModule,
123
- FacetsModule,
124
- FormsModule,
125
- ReactiveFormsModule,
126
- TagInputModule,
127
- MatCheckboxModule,
128
- RouterLink,
129
- InteractiveTableComponent,
130
- // FIXME: these imports are required by non-standalone components and should be removed once all components have been made standalone
131
- NgIconsModule.withIcons({
132
- matMapOutline,
133
- matCloudDownloadOutline,
134
- matFace,
135
- matHomeWorkOutline,
136
- }),
137
- KindBadgeComponent,
138
- MetadataQualityComponent,
139
- InlineFilterComponent,
140
- ThumbnailComponent,
141
- MarkdownParserComponent,
142
- InternalLinkCardComponent,
143
- ActionMenuComponent,
144
- ],
145
- exports: [
146
- RecordPreviewListComponent,
147
- RecordPreviewCardComponent,
148
- RecordPreviewTextComponent,
149
- RecordPreviewTitleComponent,
150
- RecordMetricComponent,
151
- ResultsListComponent,
152
- FacetsModule,
153
- RecordPreviewComponent,
154
- ResultsHitsNumberComponent,
155
- ResultsHitsSearchKindComponent,
156
- RecordPreviewFeedComponent,
157
- RecordPreviewRowComponent,
158
- ActionMenuComponent,
159
- ],
160
- providers: [
161
- provideNgIconsConfig({
162
- size: '1.5em',
163
- }),
164
- { provide: RESULTS_LAYOUT_CONFIG, useValue: DEFAULT_RESULTS_LAYOUT_CONFIG },
165
- ],
166
- }]
167
- }] });
168
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWktc2VhcmNoLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvc2VhcmNoL3NyYy9saWIvdWktc2VhcmNoLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQ3hDLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUM1QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUE7QUFDdkUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sY0FBYyxDQUFBO0FBQ2hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQTtBQUNyRCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQTtBQUMvRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQTtBQUNoRyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQTtBQUNoRyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQTtBQUM3RixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQTtBQUNoRyxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQTtBQUNuRyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQTtBQUNoRyxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQTtBQUM5RyxPQUFPLEVBQ0wsNkJBQTZCLEVBQzdCLHFCQUFxQixHQUN0QixNQUFNLHNDQUFzQyxDQUFBO0FBQzdDLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFBO0FBQzVFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDJDQUEyQyxDQUFBO0FBQ2xGLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxXQUFXLENBQUE7QUFDMUMsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQ2pFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlEQUFpRCxDQUFBO0FBQzFGLE9BQU8sRUFDTCx5QkFBeUIsRUFDekIsa0JBQWtCLEVBQ2xCLHVCQUF1QixFQUN2Qix3QkFBd0IsRUFDeEIsa0JBQWtCLEdBQ25CLE1BQU0scUNBQXFDLENBQUE7QUFDNUMsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0scURBQXFELENBQUE7QUFDaEcsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDRCQUE0QixDQUFBO0FBQzlELE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFBO0FBQzdFLE9BQU8sRUFBRSxhQUFhLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQTtBQUNwRSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLGtCQUFrQixFQUNsQixhQUFhLEdBQ2QsTUFBTSxrQ0FBa0MsQ0FBQTtBQUN6QyxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sbUNBQW1DLENBQUE7QUFDM0QsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sbUNBQW1DLENBQUE7QUFDekUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sbURBQW1ELENBQUE7OztBQWtFdkYsTUFBTSxPQUFPLGNBQWM7K0dBQWQsY0FBYztnSEFBZCxjQUFjLGlCQTlEdkIsc0JBQXNCO1lBQ3RCLDBCQUEwQjtZQUMxQiwwQkFBMEI7WUFDMUIsMEJBQTBCO1lBQzFCLDJCQUEyQjtZQUMzQixxQkFBcUI7WUFDckIsb0JBQW9CO1lBQ3BCLDBCQUEwQjtZQUMxQiw4QkFBOEI7WUFDOUIsd0JBQXdCO1lBQ3hCLDBCQUEwQjtZQUMxQix5QkFBeUIsYUFHekIsWUFBWTtZQUNaLGtCQUFrQjtZQUNsQixhQUFhO1lBQ2IsaUJBQWlCO1lBQ2pCLFlBQVk7WUFDWixXQUFXO1lBQ1gsbUJBQW1CO1lBQ25CLGNBQWM7WUFDZCxpQkFBaUI7WUFDakIsVUFBVTtZQUNWLHlCQUF5QixvQkFRekIsa0JBQWtCO1lBQ2xCLHdCQUF3QjtZQUN4QixxQkFBcUI7WUFDckIsa0JBQWtCO1lBQ2xCLHVCQUF1QjtZQUN2Qix5QkFBeUI7WUFDekIsbUJBQW1CLGFBR25CLDBCQUEwQjtZQUMxQiwwQkFBMEI7WUFDMUIsMEJBQTBCO1lBQzFCLDJCQUEyQjtZQUMzQixxQkFBcUI7WUFDckIsb0JBQW9CO1lBQ3BCLFlBQVk7WUFDWixzQkFBc0I7WUFDdEIsMEJBQTBCO1lBQzFCLDhCQUE4QjtZQUM5QiwwQkFBMEI7WUFDMUIseUJBQXlCO1lBQ3pCLG1CQUFtQjtnSEFTVixjQUFjLGFBUGQ7WUFDVCxvQkFBb0IsQ0FBQztnQkFDbkIsSUFBSSxFQUFFLE9BQU87YUFDZCxDQUFDO1lBQ0YsRUFBRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsUUFBUSxFQUFFLDZCQUE2QixFQUFFO1NBQzVFLFlBOUNDLFlBQVk7WUFHWixpQkFBaUI7WUFDakIsWUFBWTtZQUNaLFdBQVc7WUFDWCxtQkFBbUI7WUFDbkIsY0FBYztZQUNkLGlCQUFpQjtZQUVqQix5QkFBeUI7WUFDekIscUlBQXFJO1lBQ3JJLGFBQWEsQ0FBQyxTQUFTLENBQUM7Z0JBQ3RCLGFBQWE7Z0JBQ2IsdUJBQXVCO2dCQUN2QixPQUFPO2dCQUNQLGtCQUFrQjthQUNuQixDQUFDO1lBQ0Ysa0JBQWtCO1lBQ2xCLHdCQUF3QjtZQUN4QixxQkFBcUI7WUFDckIsa0JBQWtCO1lBRWxCLHlCQUF5QjtZQUN6QixtQkFBbUIsRUFTbkIsWUFBWTs7NEZBZUgsY0FBYztrQkFoRTFCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLHNCQUFzQjt3QkFDdEIsMEJBQTBCO3dCQUMxQiwwQkFBMEI7d0JBQzFCLDBCQUEwQjt3QkFDMUIsMkJBQTJCO3dCQUMzQixxQkFBcUI7d0JBQ3JCLG9CQUFvQjt3QkFDcEIsMEJBQTBCO3dCQUMxQiw4QkFBOEI7d0JBQzlCLHdCQUF3Qjt3QkFDeEIsMEJBQTBCO3dCQUMxQix5QkFBeUI7cUJBQzFCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLGtCQUFrQjt3QkFDbEIsYUFBYTt3QkFDYixpQkFBaUI7d0JBQ2pCLFlBQVk7d0JBQ1osV0FBVzt3QkFDWCxtQkFBbUI7d0JBQ25CLGNBQWM7d0JBQ2QsaUJBQWlCO3dCQUNqQixVQUFVO3dCQUNWLHlCQUF5Qjt3QkFDekIscUlBQXFJO3dCQUNySSxhQUFhLENBQUMsU0FBUyxDQUFDOzRCQUN0QixhQUFhOzRCQUNiLHVCQUF1Qjs0QkFDdkIsT0FBTzs0QkFDUCxrQkFBa0I7eUJBQ25CLENBQUM7d0JBQ0Ysa0JBQWtCO3dCQUNsQix3QkFBd0I7d0JBQ3hCLHFCQUFxQjt3QkFDckIsa0JBQWtCO3dCQUNsQix1QkFBdUI7d0JBQ3ZCLHlCQUF5Qjt3QkFDekIsbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsMEJBQTBCO3dCQUMxQiwwQkFBMEI7d0JBQzFCLDBCQUEwQjt3QkFDMUIsMkJBQTJCO3dCQUMzQixxQkFBcUI7d0JBQ3JCLG9CQUFvQjt3QkFDcEIsWUFBWTt3QkFDWixzQkFBc0I7d0JBQ3RCLDBCQUEwQjt3QkFDMUIsOEJBQThCO3dCQUM5QiwwQkFBMEI7d0JBQzFCLHlCQUF5Qjt3QkFDekIsbUJBQW1CO3FCQUNwQjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1Qsb0JBQW9CLENBQUM7NEJBQ25CLElBQUksRUFBRSxPQUFPO3lCQUNkLENBQUM7d0JBQ0YsRUFBRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsUUFBUSxFQUFFLDZCQUE2QixFQUFFO3FCQUM1RTtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IFJvdXRlckxpbmsgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInXG5pbXBvcnQgeyBUcmFuc2xhdGVEaXJlY3RpdmUsIFRyYW5zbGF0ZVBpcGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJ1xuaW1wb3J0IHsgTmd4RHJvcHpvbmVNb2R1bGUgfSBmcm9tICduZ3gtZHJvcHpvbmUnXG5pbXBvcnQgeyBGYWNldHNNb2R1bGUgfSBmcm9tICcuL2ZhY2V0cy9mYWNldHMubW9kdWxlJ1xuaW1wb3J0IHsgUmVjb3JkTWV0cmljQ29tcG9uZW50IH0gZnJvbSAnLi9yZWNvcmQtbWV0cmljL3JlY29yZC1tZXRyaWMuY29tcG9uZW50J1xuaW1wb3J0IHsgUmVjb3JkUHJldmlld0NhcmRDb21wb25lbnQgfSBmcm9tICcuL3JlY29yZC1wcmV2aWV3LWNhcmQvcmVjb3JkLXByZXZpZXctY2FyZC5jb21wb25lbnQnXG5pbXBvcnQgeyBSZWNvcmRQcmV2aWV3TGlzdENvbXBvbmVudCB9IGZyb20gJy4vcmVjb3JkLXByZXZpZXctbGlzdC9yZWNvcmQtcHJldmlldy1saXN0LmNvbXBvbmVudCdcbmltcG9ydCB7IFJlY29yZFByZXZpZXdSb3dDb21wb25lbnQgfSBmcm9tICcuL3JlY29yZC1wcmV2aWV3LXJvdy9yZWNvcmQtcHJldmlldy1yb3cuY29tcG9uZW50J1xuaW1wb3J0IHsgUmVjb3JkUHJldmlld1RleHRDb21wb25lbnQgfSBmcm9tICcuL3JlY29yZC1wcmV2aWV3LXRleHQvcmVjb3JkLXByZXZpZXctdGV4dC5jb21wb25lbnQnXG5pbXBvcnQgeyBSZWNvcmRQcmV2aWV3VGl0bGVDb21wb25lbnQgfSBmcm9tICcuL3JlY29yZC1wcmV2aWV3LXRpdGxlL3JlY29yZC1wcmV2aWV3LXRpdGxlLmNvbXBvbmVudCdcbmltcG9ydCB7IFJlc3VsdHNIaXRzTnVtYmVyQ29tcG9uZW50IH0gZnJvbSAnLi9yZXN1bHRzLWhpdHMtbnVtYmVyL3Jlc3VsdHMtaGl0cy1udW1iZXIuY29tcG9uZW50J1xuaW1wb3J0IHsgUmVzdWx0c0hpdHNTZWFyY2hLaW5kQ29tcG9uZW50IH0gZnJvbSAnLi9yZXN1bHRzLWhpdHMtc2VhcmNoLWtpbmQvcmVzdWx0cy1oaXRzLXNlYXJjaC1raW5kLmNvbXBvbmVudCdcbmltcG9ydCB7XG4gIERFRkFVTFRfUkVTVUxUU19MQVlPVVRfQ09ORklHLFxuICBSRVNVTFRTX0xBWU9VVF9DT05GSUcsXG59IGZyb20gJy4vcmVzdWx0cy1saXN0L3Jlc3VsdHMtbGF5b3V0LmNvbmZpZydcbmltcG9ydCB7IFJlc3VsdHNMaXN0Q29tcG9uZW50IH0gZnJvbSAnLi9yZXN1bHRzLWxpc3QvcmVzdWx0cy1saXN0LmNvbXBvbmVudCdcbmltcG9ydCB7IFJlY29yZFByZXZpZXdDb21wb25lbnQgfSBmcm9tICcuL3JlY29yZC1wcmV2aWV3L3JlY29yZC1wcmV2aWV3LmNvbXBvbmVudCdcbmltcG9ydCB7IFRhZ0lucHV0TW9kdWxlIH0gZnJvbSAnbmd4LWNoaXBzJ1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUsIFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3JtcydcbmltcG9ydCB7IFJlc3VsdHNMaXN0SXRlbUNvbXBvbmVudCB9IGZyb20gJy4vcmVzdWx0cy1saXN0LWl0ZW0vcmVzdWx0cy1saXN0LWl0ZW0uY29tcG9uZW50J1xuaW1wb3J0IHtcbiAgSW50ZXJuYWxMaW5rQ2FyZENvbXBvbmVudCxcbiAgS2luZEJhZGdlQ29tcG9uZW50LFxuICBNYXJrZG93blBhcnNlckNvbXBvbmVudCxcbiAgTWV0YWRhdGFRdWFsaXR5Q29tcG9uZW50LFxuICBUaHVtYm5haWxDb21wb25lbnQsXG59IGZyb20gJy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvZWxlbWVudHMvc3JjJ1xuaW1wb3J0IHsgUmVjb3JkUHJldmlld0ZlZWRDb21wb25lbnQgfSBmcm9tICcuL3JlY29yZC1wcmV2aWV3LWZlZWQvcmVjb3JkLXByZXZpZXctZmVlZC5jb21wb25lbnQnXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBNYXRDaGVja2JveE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2NoZWNrYm94J1xuaW1wb3J0IHsgSW50ZXJhY3RpdmVUYWJsZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvbGF5b3V0L3NyYydcbmltcG9ydCB7IE5nSWNvbnNNb2R1bGUsIHByb3ZpZGVOZ0ljb25zQ29uZmlnIH0gZnJvbSAnQG5nLWljb25zL2NvcmUnXG5pbXBvcnQge1xuICBtYXRDbG91ZERvd25sb2FkT3V0bGluZSxcbiAgbWF0SG9tZVdvcmtPdXRsaW5lLFxuICBtYXRNYXBPdXRsaW5lLFxufSBmcm9tICdAbmctaWNvbnMvbWF0ZXJpYWwtaWNvbnMvb3V0bGluZSdcbmltcG9ydCB7IG1hdEZhY2UgfSBmcm9tICdAbmctaWNvbnMvbWF0ZXJpYWwtaWNvbnMvYmFzZWxpbmUnXG5pbXBvcnQgeyBJbmxpbmVGaWx0ZXJDb21wb25lbnQgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9saWJzL3VpL2lucHV0cy9zcmMnXG5pbXBvcnQgeyBBY3Rpb25NZW51Q29tcG9uZW50IH0gZnJvbSAnLi9yZXN1bHRzLXRhYmxlL2FjdGlvbi1tZW51L2FjdGlvbi1tZW51LmNvbXBvbmVudCdcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgUmVjb3JkUHJldmlld0NvbXBvbmVudCxcbiAgICBSZWNvcmRQcmV2aWV3TGlzdENvbXBvbmVudCxcbiAgICBSZWNvcmRQcmV2aWV3Q2FyZENvbXBvbmVudCxcbiAgICBSZWNvcmRQcmV2aWV3VGV4dENvbXBvbmVudCxcbiAgICBSZWNvcmRQcmV2aWV3VGl0bGVDb21wb25lbnQsXG4gICAgUmVjb3JkTWV0cmljQ29tcG9uZW50LFxuICAgIFJlc3VsdHNMaXN0Q29tcG9uZW50LFxuICAgIFJlc3VsdHNIaXRzTnVtYmVyQ29tcG9uZW50LFxuICAgIFJlc3VsdHNIaXRzU2VhcmNoS2luZENvbXBvbmVudCxcbiAgICBSZXN1bHRzTGlzdEl0ZW1Db21wb25lbnQsXG4gICAgUmVjb3JkUHJldmlld0ZlZWRDb21wb25lbnQsXG4gICAgUmVjb3JkUHJldmlld1Jvd0NvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBUcmFuc2xhdGVEaXJlY3RpdmUsXG4gICAgVHJhbnNsYXRlUGlwZSxcbiAgICBOZ3hEcm9wem9uZU1vZHVsZSxcbiAgICBGYWNldHNNb2R1bGUsXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICBUYWdJbnB1dE1vZHVsZSxcbiAgICBNYXRDaGVja2JveE1vZHVsZSxcbiAgICBSb3V0ZXJMaW5rLFxuICAgIEludGVyYWN0aXZlVGFibGVDb21wb25lbnQsXG4gICAgLy8gRklYTUU6IHRoZXNlIGltcG9ydHMgYXJlIHJlcXVpcmVkIGJ5IG5vbi1zdGFuZGFsb25lIGNvbXBvbmVudHMgYW5kIHNob3VsZCBiZSByZW1vdmVkIG9uY2UgYWxsIGNvbXBvbmVudHMgaGF2ZSBiZWVuIG1hZGUgc3RhbmRhbG9uZVxuICAgIE5nSWNvbnNNb2R1bGUud2l0aEljb25zKHtcbiAgICAgIG1hdE1hcE91dGxpbmUsXG4gICAgICBtYXRDbG91ZERvd25sb2FkT3V0bGluZSxcbiAgICAgIG1hdEZhY2UsXG4gICAgICBtYXRIb21lV29ya091dGxpbmUsXG4gICAgfSksXG4gICAgS2luZEJhZGdlQ29tcG9uZW50LFxuICAgIE1ldGFkYXRhUXVhbGl0eUNvbXBvbmVudCxcbiAgICBJbmxpbmVGaWx0ZXJDb21wb25lbnQsXG4gICAgVGh1bWJuYWlsQ29tcG9uZW50LFxuICAgIE1hcmtkb3duUGFyc2VyQ29tcG9uZW50LFxuICAgIEludGVybmFsTGlua0NhcmRDb21wb25lbnQsXG4gICAgQWN0aW9uTWVudUNvbXBvbmVudCxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFJlY29yZFByZXZpZXdMaXN0Q29tcG9uZW50LFxuICAgIFJlY29yZFByZXZpZXdDYXJkQ29tcG9uZW50LFxuICAgIFJlY29yZFByZXZpZXdUZXh0Q29tcG9uZW50LFxuICAgIFJlY29yZFByZXZpZXdUaXRsZUNvbXBvbmVudCxcbiAgICBSZWNvcmRNZXRyaWNDb21wb25lbnQsXG4gICAgUmVzdWx0c0xpc3RDb21wb25lbnQsXG4gICAgRmFjZXRzTW9kdWxlLFxuICAgIFJlY29yZFByZXZpZXdDb21wb25lbnQsXG4gICAgUmVzdWx0c0hpdHNOdW1iZXJDb21wb25lbnQsXG4gICAgUmVzdWx0c0hpdHNTZWFyY2hLaW5kQ29tcG9uZW50LFxuICAgIFJlY29yZFByZXZpZXdGZWVkQ29tcG9uZW50LFxuICAgIFJlY29yZFByZXZpZXdSb3dDb21wb25lbnQsXG4gICAgQWN0aW9uTWVudUNvbXBvbmVudCxcbiAgXSxcbiAgcHJvdmlkZXJzOiBbXG4gICAgcHJvdmlkZU5nSWNvbnNDb25maWcoe1xuICAgICAgc2l6ZTogJzEuNWVtJyxcbiAgICB9KSxcbiAgICB7IHByb3ZpZGU6IFJFU1VMVFNfTEFZT1VUX0NPTkZJRywgdXNlVmFsdWU6IERFRkFVTFRfUkVTVUxUU19MQVlPVVRfQ09ORklHIH0sXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIFVpU2VhcmNoTW9kdWxlIHt9XG4iXX0=
@@ -1,2 +0,0 @@
1
- export * from './lib/feature-auth.module';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/feature/auth/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- export declare class FeatureAuthModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<FeatureAuthModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureAuthModule, never, [typeof i1.CommonModule], never>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<FeatureAuthModule>;
7
- }
8
- //# sourceMappingURL=feature-auth.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"feature-auth.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/auth/src/lib/feature-auth.module.ts"],"names":[],"mappings":";;AAOA,qBAIa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
@@ -1,14 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./site-title/site-title.component";
4
- import * as i2 from "./source-label/source-label.component";
5
- import * as i3 from "@angular/common";
6
- import * as i4 from "../../../../ui/catalog/src/lib/organisations-filter/organisations-filter.component";
7
- import * as i5 from "../../../../ui/catalog/src/lib/catalog-title/catalog-title.component";
8
- export declare const ORGANIZATION_URL_TOKEN: InjectionToken<string>;
9
- export declare class FeatureCatalogModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<FeatureCatalogModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureCatalogModule, [typeof i1.SiteTitleComponent, typeof i2.SourceLabelComponent], [typeof i3.CommonModule, typeof i4.OrganisationsFilterComponent, typeof i5.CatalogTitleComponent], [typeof i1.SiteTitleComponent, typeof i2.SourceLabelComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<FeatureCatalogModule>;
13
- }
14
- //# sourceMappingURL=feature-catalog.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"feature-catalog.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/catalog/src/lib/feature-catalog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAY,MAAM,eAAe,CAAA;;;;;;;AAwBxD,eAAO,MAAM,sBAAsB,wBAElC,CAAA;AAyBD,qBAmBa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class FeatureNotificationsModule {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<FeatureNotificationsModule, never>;
4
- static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureNotificationsModule, never, never, never>;
5
- static ɵinj: i0.ɵɵInjectorDeclaration<FeatureNotificationsModule>;
6
- }
7
- //# sourceMappingURL=feature-notifications.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"feature-notifications.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/notifications/src/lib/feature-notifications.module.ts"],"names":[],"mappings":";AAGA,qBAMa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./facets-container/facets-container.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@ngx-translate/core";
5
- import * as i4 from "../../../../../ui/search/src/lib/facets/facets.module";
6
- export declare class FacetsModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<FacetsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<FacetsModule, [typeof i1.FacetsContainerComponent], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.FacetsModule], [typeof i1.FacetsContainerComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<FacetsModule>;
10
- }
11
- //# sourceMappingURL=facets.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"facets.module.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/facets/facets.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAKa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./facet-item/facet-item.component";
3
- import * as i2 from "./facet-block/facet-block.component";
4
- import * as i3 from "./facet-list/facet-list.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@angular/forms";
7
- import * as i6 from "@ngx-translate/core";
8
- export declare class FacetsModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<FacetsModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<FacetsModule, [typeof i1.FacetItemComponent, typeof i2.FacetBlockComponent, typeof i3.FacetListComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.TranslateModule], [typeof i3.FacetListComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<FacetsModule>;
12
- }
13
- //# sourceMappingURL=facets.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"facets.module.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/search/src/lib/facets/facets.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAKa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
@@ -1,36 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./record-preview/record-preview.component";
3
- import * as i2 from "./record-preview-list/record-preview-list.component";
4
- import * as i3 from "./record-preview-card/record-preview-card.component";
5
- import * as i4 from "./record-preview-text/record-preview-text.component";
6
- import * as i5 from "./record-preview-title/record-preview-title.component";
7
- import * as i6 from "./record-metric/record-metric.component";
8
- import * as i7 from "./results-list/results-list.component";
9
- import * as i8 from "./results-hits-number/results-hits-number.component";
10
- import * as i9 from "./results-hits-search-kind/results-hits-search-kind.component";
11
- import * as i10 from "./results-list-item/results-list-item.component";
12
- import * as i11 from "./record-preview-feed/record-preview-feed.component";
13
- import * as i12 from "./record-preview-row/record-preview-row.component";
14
- import * as i13 from "@angular/common";
15
- import * as i14 from "@ngx-translate/core";
16
- import * as i15 from "ngx-dropzone";
17
- import * as i16 from "./facets/facets.module";
18
- import * as i17 from "@angular/forms";
19
- import * as i18 from "ngx-chips";
20
- import * as i19 from "@angular/material/checkbox";
21
- import * as i20 from "@angular/router";
22
- import * as i21 from "../../../layout/src/lib/interactive-table/interactive-table.component";
23
- import * as i22 from "@ng-icons/core";
24
- import * as i23 from "../../../elements/src/lib/kind-badge/kind-badge.component";
25
- import * as i24 from "../../../elements/src/lib/metadata-quality/metadata-quality.component";
26
- import * as i25 from "../../../inputs/src/lib/inline-filter/inline-filter.component";
27
- import * as i26 from "../../../elements/src/lib/thumbnail/thumbnail.component";
28
- import * as i27 from "../../../elements/src/lib/markdown-parser/markdown-parser.component";
29
- import * as i28 from "../../../elements/src/lib/internal-link-card/internal-link-card.component";
30
- import * as i29 from "./results-table/action-menu/action-menu.component";
31
- export declare class UiSearchModule {
32
- static ɵfac: i0.ɵɵFactoryDeclaration<UiSearchModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiSearchModule, [typeof i1.RecordPreviewComponent, typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i8.ResultsHitsNumberComponent, typeof i9.ResultsHitsSearchKindComponent, typeof i10.ResultsListItemComponent, typeof i11.RecordPreviewFeedComponent, typeof i12.RecordPreviewRowComponent], [typeof i13.CommonModule, typeof i14.TranslateDirective, typeof i14.TranslatePipe, typeof i15.NgxDropzoneModule, typeof i16.FacetsModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.TagInputModule, typeof i19.MatCheckboxModule, typeof i20.RouterLink, typeof i21.InteractiveTableComponent, typeof i22.NgIconsModule, typeof i23.KindBadgeComponent, typeof i24.MetadataQualityComponent, typeof i25.InlineFilterComponent, typeof i26.ThumbnailComponent, typeof i27.MarkdownParserComponent, typeof i28.InternalLinkCardComponent, typeof i29.ActionMenuComponent], [typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i16.FacetsModule, typeof i1.RecordPreviewComponent, typeof i8.ResultsHitsNumberComponent, typeof i9.ResultsHitsSearchKindComponent, typeof i11.RecordPreviewFeedComponent, typeof i12.RecordPreviewRowComponent, typeof i29.ActionMenuComponent]>;
34
- static ɵinj: i0.ɵɵInjectorDeclaration<UiSearchModule>;
35
- }
36
- //# sourceMappingURL=ui-search.module.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ui-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/search/src/lib/ui-search.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2CA,qBAgEa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
@@ -1 +0,0 @@
1
- export * from './lib/feature-auth.module'
@@ -1,12 +0,0 @@
1
- import { NgModule } from '@angular/core'
2
- import { CommonModule } from '@angular/common'
3
- import {
4
- AvatarServiceInterface,
5
- GravatarService,
6
- } from '../../../../../libs/api/repository/src'
7
-
8
- @NgModule({
9
- imports: [CommonModule],
10
- providers: [{ provide: AvatarServiceInterface, useClass: GravatarService }],
11
- })
12
- export class FeatureAuthModule {}
@@ -1,71 +0,0 @@
1
- import { InjectionToken, NgModule } from '@angular/core'
2
- import { SiteTitleComponent } from './site-title/site-title.component'
3
- import {
4
- CatalogTitleComponent,
5
- OrganisationsFilterComponent,
6
- } from '../../../../../libs/ui/catalog/src'
7
- import {
8
- GroupsApiService,
9
- SearchApiService,
10
- } from '../../../../../libs/data-access/gn4/src'
11
- import { CommonModule } from '@angular/common'
12
- import { SourceLabelComponent } from './source-label/source-label.component'
13
- import { TranslateService } from '@ngx-translate/core'
14
- import { OrganizationsServiceInterface } from '../../../../../libs/common/domain/src/lib/organizations.service.interface'
15
- import {
16
- ElasticsearchService,
17
- ORGANIZATIONS_STRATEGY,
18
- OrganizationsFromGroupsService,
19
- OrganizationsFromMetadataService,
20
- OrganizationsStrategy,
21
- } from '../../../../../libs/api/repository/src'
22
- import { PlatformServiceInterface } from '../../../../../libs/common/domain/src/lib/platform.service.interface'
23
-
24
- // expects the replacement key ${name}
25
- export const ORGANIZATION_URL_TOKEN = new InjectionToken<string>(
26
- 'organization-url-token'
27
- )
28
-
29
- const organizationsServiceFactory = (
30
- strategy: OrganizationsStrategy,
31
- esService: ElasticsearchService,
32
- searchApiService: SearchApiService,
33
- groupsApiService: GroupsApiService,
34
- translateService: TranslateService,
35
- platformService: PlatformServiceInterface
36
- ) =>
37
- strategy === 'groups'
38
- ? new OrganizationsFromGroupsService(
39
- esService,
40
- searchApiService,
41
- groupsApiService,
42
- translateService
43
- )
44
- : new OrganizationsFromMetadataService(
45
- esService,
46
- searchApiService,
47
- groupsApiService,
48
- platformService,
49
- translateService
50
- )
51
-
52
- @NgModule({
53
- declarations: [SiteTitleComponent, SourceLabelComponent],
54
- imports: [CommonModule, OrganisationsFilterComponent, CatalogTitleComponent],
55
- exports: [SiteTitleComponent, SourceLabelComponent],
56
- providers: [
57
- {
58
- provide: OrganizationsServiceInterface,
59
- useFactory: organizationsServiceFactory,
60
- deps: [
61
- ORGANIZATIONS_STRATEGY,
62
- ElasticsearchService,
63
- SearchApiService,
64
- GroupsApiService,
65
- TranslateService,
66
- PlatformServiceInterface,
67
- ],
68
- },
69
- ],
70
- })
71
- export class FeatureCatalogModule {}
@@ -1,10 +0,0 @@
1
- import { NotificationsService } from './notifications.service'
2
- import { NgModule } from '@angular/core'
3
-
4
- @NgModule({
5
- declarations: [],
6
- exports: [],
7
- imports: [],
8
- providers: [NotificationsService],
9
- })
10
- export class FeatureNotificationsModule {}
@@ -1,12 +0,0 @@
1
- import { CommonModule } from '@angular/common'
2
- import { NgModule } from '@angular/core'
3
- import { UiFacetsModule } from '../../../../../../libs/ui/search/src'
4
- import { TranslateModule } from '@ngx-translate/core'
5
- import { FacetsContainerComponent } from './facets-container/facets-container.component'
6
-
7
- @NgModule({
8
- declarations: [FacetsContainerComponent],
9
- imports: [CommonModule, TranslateModule.forChild(), UiFacetsModule],
10
- exports: [FacetsContainerComponent],
11
- })
12
- export class FacetsModule {}
@@ -1,14 +0,0 @@
1
- import { CommonModule } from '@angular/common'
2
- import { NgModule } from '@angular/core'
3
- import { FormsModule } from '@angular/forms'
4
- import { TranslateModule } from '@ngx-translate/core'
5
- import { FacetBlockComponent } from './facet-block/facet-block.component'
6
- import { FacetItemComponent } from './facet-item/facet-item.component'
7
- import { FacetListComponent } from './facet-list/facet-list.component'
8
-
9
- @NgModule({
10
- declarations: [FacetItemComponent, FacetBlockComponent, FacetListComponent],
11
- imports: [CommonModule, FormsModule, TranslateModule.forChild()],
12
- exports: [FacetListComponent],
13
- })
14
- export class FacetsModule {}
@@ -1,108 +0,0 @@
1
- import { NgModule } from '@angular/core'
2
- import { RouterLink } from '@angular/router'
3
- import { TranslateDirective, TranslatePipe } from '@ngx-translate/core'
4
- import { NgxDropzoneModule } from 'ngx-dropzone'
5
- import { FacetsModule } from './facets/facets.module'
6
- import { RecordMetricComponent } from './record-metric/record-metric.component'
7
- import { RecordPreviewCardComponent } from './record-preview-card/record-preview-card.component'
8
- import { RecordPreviewListComponent } from './record-preview-list/record-preview-list.component'
9
- import { RecordPreviewRowComponent } from './record-preview-row/record-preview-row.component'
10
- import { RecordPreviewTextComponent } from './record-preview-text/record-preview-text.component'
11
- import { RecordPreviewTitleComponent } from './record-preview-title/record-preview-title.component'
12
- import { ResultsHitsNumberComponent } from './results-hits-number/results-hits-number.component'
13
- import { ResultsHitsSearchKindComponent } from './results-hits-search-kind/results-hits-search-kind.component'
14
- import {
15
- DEFAULT_RESULTS_LAYOUT_CONFIG,
16
- RESULTS_LAYOUT_CONFIG,
17
- } from './results-list/results-layout.config'
18
- import { ResultsListComponent } from './results-list/results-list.component'
19
- import { RecordPreviewComponent } from './record-preview/record-preview.component'
20
- import { TagInputModule } from 'ngx-chips'
21
- import { FormsModule, ReactiveFormsModule } from '@angular/forms'
22
- import { ResultsListItemComponent } from './results-list-item/results-list-item.component'
23
- import {
24
- InternalLinkCardComponent,
25
- KindBadgeComponent,
26
- MarkdownParserComponent,
27
- MetadataQualityComponent,
28
- ThumbnailComponent,
29
- } from '../../../../../libs/ui/elements/src'
30
- import { RecordPreviewFeedComponent } from './record-preview-feed/record-preview-feed.component'
31
- import { CommonModule } from '@angular/common'
32
- import { MatCheckboxModule } from '@angular/material/checkbox'
33
- import { InteractiveTableComponent } from '../../../../../libs/ui/layout/src'
34
- import { NgIconsModule, provideNgIconsConfig } from '@ng-icons/core'
35
- import {
36
- matCloudDownloadOutline,
37
- matHomeWorkOutline,
38
- matMapOutline,
39
- } from '@ng-icons/material-icons/outline'
40
- import { matFace } from '@ng-icons/material-icons/baseline'
41
- import { InlineFilterComponent } from '../../../../../libs/ui/inputs/src'
42
- import { ActionMenuComponent } from './results-table/action-menu/action-menu.component'
43
-
44
- @NgModule({
45
- declarations: [
46
- RecordPreviewComponent,
47
- RecordPreviewListComponent,
48
- RecordPreviewCardComponent,
49
- RecordPreviewTextComponent,
50
- RecordPreviewTitleComponent,
51
- RecordMetricComponent,
52
- ResultsListComponent,
53
- ResultsHitsNumberComponent,
54
- ResultsHitsSearchKindComponent,
55
- ResultsListItemComponent,
56
- RecordPreviewFeedComponent,
57
- RecordPreviewRowComponent,
58
- ],
59
- imports: [
60
- CommonModule,
61
- TranslateDirective,
62
- TranslatePipe,
63
- NgxDropzoneModule,
64
- FacetsModule,
65
- FormsModule,
66
- ReactiveFormsModule,
67
- TagInputModule,
68
- MatCheckboxModule,
69
- RouterLink,
70
- InteractiveTableComponent,
71
- // FIXME: these imports are required by non-standalone components and should be removed once all components have been made standalone
72
- NgIconsModule.withIcons({
73
- matMapOutline,
74
- matCloudDownloadOutline,
75
- matFace,
76
- matHomeWorkOutline,
77
- }),
78
- KindBadgeComponent,
79
- MetadataQualityComponent,
80
- InlineFilterComponent,
81
- ThumbnailComponent,
82
- MarkdownParserComponent,
83
- InternalLinkCardComponent,
84
- ActionMenuComponent,
85
- ],
86
- exports: [
87
- RecordPreviewListComponent,
88
- RecordPreviewCardComponent,
89
- RecordPreviewTextComponent,
90
- RecordPreviewTitleComponent,
91
- RecordMetricComponent,
92
- ResultsListComponent,
93
- FacetsModule,
94
- RecordPreviewComponent,
95
- ResultsHitsNumberComponent,
96
- ResultsHitsSearchKindComponent,
97
- RecordPreviewFeedComponent,
98
- RecordPreviewRowComponent,
99
- ActionMenuComponent,
100
- ],
101
- providers: [
102
- provideNgIconsConfig({
103
- size: '1.5em',
104
- }),
105
- { provide: RESULTS_LAYOUT_CONFIG, useValue: DEFAULT_RESULTS_LAYOUT_CONFIG },
106
- ],
107
- })
108
- export class UiSearchModule {}