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
@@ -5,12 +5,16 @@ import {
5
5
  HostListener,
6
6
  } from '@angular/core'
7
7
  import { RecordPreviewComponent } from '../record-preview/record-preview.component'
8
+ import { InternalLinkCardComponent } from '../../../../../../libs/ui/elements/src'
9
+ import { CommonModule } from '@angular/common'
8
10
 
9
11
  @Component({
10
12
  selector: 'gn-ui-record-preview-row',
11
13
  templateUrl: './record-preview-row.component.html',
12
14
  styleUrls: ['./record-preview-row.component.css'],
13
15
  changeDetection: ChangeDetectionStrategy.OnPush,
16
+ standalone: true,
17
+ imports: [CommonModule, RecordPreviewComponent, InternalLinkCardComponent],
14
18
  })
15
19
  export class RecordPreviewRowComponent extends RecordPreviewComponent {
16
20
  size = 'L'
@@ -1,10 +1,14 @@
1
1
  import { ChangeDetectionStrategy, Component } from '@angular/core'
2
2
  import { RecordPreviewComponent } from '../record-preview/record-preview.component'
3
+ import { CommonModule } from '@angular/common'
4
+ import { TranslateDirective } from '@ngx-translate/core'
3
5
 
4
6
  @Component({
5
7
  selector: 'gn-ui-record-preview-text',
6
8
  templateUrl: './record-preview-text.component.html',
7
9
  styleUrls: ['./record-preview-text.component.scss'],
8
10
  changeDetection: ChangeDetectionStrategy.OnPush,
11
+ standalone: true,
12
+ imports: [CommonModule, RecordPreviewComponent, TranslateDirective],
9
13
  })
10
14
  export class RecordPreviewTextComponent extends RecordPreviewComponent {}
@@ -1,10 +1,14 @@
1
1
  import { ChangeDetectionStrategy, Component } from '@angular/core'
2
2
  import { RecordPreviewComponent } from '../record-preview/record-preview.component'
3
+ import { ThumbnailComponent } from '../../../../../../libs/ui/elements/src'
4
+ import { CommonModule } from '@angular/common'
3
5
 
4
6
  @Component({
5
7
  selector: 'gn-ui-record-preview-title',
6
8
  templateUrl: './record-preview-title.component.html',
7
9
  styleUrls: ['./record-preview-title.component.scss'],
8
10
  changeDetection: ChangeDetectionStrategy.OnPush,
11
+ standalone: true,
12
+ imports: [CommonModule, RecordPreviewComponent, ThumbnailComponent],
9
13
  })
10
14
  export class RecordPreviewTitleComponent extends RecordPreviewComponent {}
@@ -1,8 +1,12 @@
1
+ import { CommonModule } from '@angular/common'
1
2
  import { Component, Input } from '@angular/core'
3
+ import { TranslateDirective, TranslatePipe } from '@ngx-translate/core'
2
4
 
3
5
  @Component({
4
6
  selector: 'gn-ui-results-hits-number',
5
7
  templateUrl: './results-hits-number.component.html',
8
+ standalone: true,
9
+ imports: [CommonModule, TranslatePipe, TranslateDirective],
6
10
  })
7
11
  export class ResultsHitsNumberComponent {
8
12
  @Input() hits: number
@@ -15,10 +15,7 @@
15
15
  }"
16
16
  >
17
17
  <ng-template #customTemplate>
18
- {{ 'search.filters.recordKind.' + choice.value | translate
19
- }}<span class="ml-1" *ngIf="isSelectedChoice(choice.value)"
20
- >({{ choice.count }})</span
21
- >
18
+ {{ 'search.filters.recordKind.' + choice.value | translate }}
22
19
  </ng-template>
23
20
  </gn-ui-kind-badge>
24
21
  </ng-template>
@@ -1,3 +1,4 @@
1
+ import { CommonModule } from '@angular/common'
1
2
  import {
2
3
  Component,
3
4
  EventEmitter,
@@ -6,11 +7,20 @@ import {
6
7
  SimpleChanges,
7
8
  Output,
8
9
  } from '@angular/core'
9
- import { Choice } from '../../../../../../libs/ui/inputs/src'
10
+ import { KindBadgeComponent } from '../../../../../../libs/ui/elements/src'
11
+ import { Choice, InlineFilterComponent } from '../../../../../../libs/ui/inputs/src'
12
+ import { TranslatePipe } from '@ngx-translate/core'
10
13
 
11
14
  @Component({
12
15
  selector: 'gn-ui-results-hits-search-kind',
13
16
  templateUrl: './results-hits-search-kind.component.html',
17
+ standalone: true,
18
+ imports: [
19
+ CommonModule,
20
+ InlineFilterComponent,
21
+ KindBadgeComponent,
22
+ TranslatePipe,
23
+ ],
14
24
  })
15
25
  export class ResultsHitsSearchKindComponent implements OnChanges {
16
26
  @Input() selected: string[] = []
@@ -38,7 +48,11 @@ export class ResultsHitsSearchKindComponent implements OnChanges {
38
48
  }
39
49
 
40
50
  onSelectedValues(values: string[]) {
41
- const selectedValues = values.includes('all') ? [] : values
51
+ const selectedValues = values.includes('all')
52
+ ? []
53
+ : values.length > 1
54
+ ? [values[values.length - 1]]
55
+ : values
42
56
 
43
57
  this.selectionChanged.emit(selectedValues)
44
58
  }
@@ -20,9 +20,6 @@ export class ResultsLayoutConfigItem {
20
20
  }
21
21
  export type ResultsLayoutConfigModel = Record<string, ResultsLayoutConfigItem>
22
22
 
23
- export const RESULTS_LAYOUT_CONFIG =
24
- new InjectionToken<ResultsLayoutConfigModel>('results-layout.config')
25
-
26
23
  export const DEFAULT_RESULTS_LAYOUT_CONFIG: ResultsLayoutConfigModel = {
27
24
  CARD: new ResultsLayoutConfigItem(
28
25
  RecordPreviewCardComponent,
@@ -46,3 +43,8 @@ export const DEFAULT_RESULTS_LAYOUT_CONFIG: ResultsLayoutConfigModel = {
46
43
  TEXT: new ResultsLayoutConfigItem(RecordPreviewTextComponent),
47
44
  TITLE: new ResultsLayoutConfigItem(RecordPreviewTitleComponent),
48
45
  }
46
+
47
+ export const RESULTS_LAYOUT_CONFIG =
48
+ new InjectionToken<ResultsLayoutConfigModel>('results-layout.config', {
49
+ factory: () => DEFAULT_RESULTS_LAYOUT_CONFIG,
50
+ })
@@ -11,12 +11,16 @@ import {
11
11
  ResultsLayoutConfigItem,
12
12
  } from './results-layout.config'
13
13
  import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record'
14
+ import { ResultsListItemComponent } from '../results-list-item/results-list-item.component'
15
+ import { CommonModule } from '@angular/common'
14
16
 
15
17
  @Component({
16
18
  selector: 'gn-ui-results-list',
17
19
  templateUrl: './results-list.component.html',
18
20
  styleUrls: ['./results-list.component.css'],
19
21
  changeDetection: ChangeDetectionStrategy.OnPush,
22
+ standalone: true,
23
+ imports: [CommonModule, ResultsListItemComponent],
20
24
  })
21
25
  export class ResultsListComponent {
22
26
  @Input() records: CatalogRecord[]
@@ -14,12 +14,15 @@ import {
14
14
  import { RecordPreviewComponent } from '../record-preview/record-preview.component'
15
15
  import { ResultsLayoutConfigItem } from '../results-list/results-layout.config'
16
16
  import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record'
17
+ import { CommonModule } from '@angular/common'
17
18
 
18
19
  @Component({
19
20
  selector: 'gn-ui-results-list-item',
20
21
  templateUrl: './results-list-item.component.html',
21
22
  styleUrls: ['./results-list-item.component.css'],
22
23
  changeDetection: ChangeDetectionStrategy.OnPush,
24
+ standalone: true,
25
+ imports: [CommonModule, RecordPreviewComponent],
23
26
  })
24
27
  export class ResultsListItemComponent implements OnChanges, AfterViewInit {
25
28
  @Input() layoutConfig: ResultsLayoutConfigItem
@@ -22,7 +22,12 @@ import { matErrorOutlineOutline } from '@ng-icons/material-icons/outline'
22
22
  changeDetection: ChangeDetectionStrategy.OnPush,
23
23
  standalone: true,
24
24
  imports: [CommonModule, NgIconComponent],
25
- providers: [provideIcons({ matErrorOutlineOutline })],
25
+ providers: [
26
+ provideIcons({ matErrorOutlineOutline }),
27
+ provideNgIconsConfig({
28
+ size: '1.5em',
29
+ }),
30
+ ],
26
31
  })
27
32
  export class PopupAlertComponent implements OnInit {
28
33
  @Input() icon: string
@@ -75,10 +75,17 @@ export const FORMATS = {
75
75
  mimeTypes: ['application/geopackage+sqlite3'],
76
76
  },
77
77
  zip: {
78
- extensions: ['zip', 'tar.gz'],
78
+ extensions: ['zip', 'tar.gz', 'gz', '7z', '7zip'],
79
79
  priority: 8,
80
80
  color: '#B0CB52',
81
- mimeTypes: ['application/zip', 'application/x-zip'],
81
+ mimeTypes: [
82
+ 'application/zip',
83
+ 'application/x-zip',
84
+ 'application/x-compressed',
85
+ 'application/x-7z-compressed',
86
+ 'application/gzip',
87
+ 'application/x-gzip',
88
+ ],
82
89
  },
83
90
  pdf: {
84
91
  extensions: ['pdf'],
@@ -92,39 +99,57 @@ export const FORMATS = {
92
99
  color: '#C4A98F',
93
100
  mimeTypes: ['image/jpg'],
94
101
  },
102
+ png: {
103
+ extensions: ['png'],
104
+ priority: 10,
105
+ color: '#8B5A3C',
106
+ mimeTypes: ['image/png'],
107
+ },
108
+ tiff: {
109
+ extensions: ['tiff', 'tif', 'geotiff', 'geotif'],
110
+ priority: 11,
111
+ color: '#6B4423',
112
+ mimeTypes: ['image/tiff'],
113
+ },
95
114
  svg: {
96
115
  extensions: ['svg'],
97
- priority: 10,
116
+ priority: 12,
98
117
  color: '#EB6D82',
99
118
  mimeTypes: ['image/svg+xml'],
100
119
  },
101
120
  dxf: {
102
121
  extensions: ['dxf'],
103
- priority: 11,
122
+ priority: 13,
104
123
  color: '#DCCD00',
105
124
  mimeTypes: ['application/x-dxf', 'image/x-dxf'],
106
125
  },
107
126
  html: {
108
127
  extensions: ['html', 'htm'],
109
- priority: 12,
128
+ priority: 14,
110
129
  color: '#C0C9B6',
111
130
  mimeTypes: ['text/html'],
112
131
  },
113
132
  fgb: {
114
133
  extensions: ['fgb', 'flatgeobuf'],
115
- priority: 13,
134
+ priority: 15,
116
135
  color: '#A8111C',
117
136
  mimeTypes: ['application/flatgeobuf'],
118
137
  },
119
138
  jsonfg: {
120
139
  extensions: ['jsonfg', 'jsonfgc'],
121
- priority: 14,
140
+ priority: 16,
122
141
  color: '#009EE0',
123
142
  mimeTypes: [
124
143
  'application/vnd.ogc.fg+json',
125
144
  'application/vnd.ogc.fg+json;compatibility=geojson',
126
145
  ],
127
146
  },
147
+ webp: {
148
+ extensions: ['webp'],
149
+ priority: 17,
150
+ color: '#5A9E6F',
151
+ mimeTypes: ['image/webp'],
152
+ },
128
153
  } as const
129
154
 
130
155
  export type FileFormat = keyof typeof FORMATS
@@ -8,6 +8,7 @@ export * from './mobile-screen'
8
8
  export * from './no-duplicate-file-name'
9
9
  export * from './parse'
10
10
  export * from './remove-whitespace'
11
+ export * from './scroll'
11
12
  export * from './sort-by'
12
13
  export * from './strip-html'
13
14
  export * from './temporal-extent-union'
@@ -0,0 +1,48 @@
1
+ import { ViewportScroller } from '@angular/common'
2
+ import { Event, NavigationEnd, Router, Scroll } from '@angular/router'
3
+ import { filter, pairwise, tap } from 'rxjs'
4
+
5
+ /**
6
+ * When route is changed, Angular interprets a simple query params change as "forward navigation" too.
7
+ * Using the pairwise function allows us to have both the previous and current router events, which we can
8
+ * use to effectively compare the two navigation events and see if they actually change route, or only
9
+ * the route parameters (i.e. search params stored in query params).
10
+ *
11
+ * Related to: https://github.com/angular/angular/issues/26744
12
+ */
13
+ export function handleScrollOnNavigation(
14
+ router: Router,
15
+ viewportScroller: ViewportScroller
16
+ ): void {
17
+ router.events
18
+ .pipe(
19
+ filter((e: Event): e is Scroll => e instanceof Scroll),
20
+ pairwise()
21
+ )
22
+ .subscribe(([previous, current]: [Scroll, Scroll]) => {
23
+ if (current.position) {
24
+ // Backward navigation
25
+ viewportScroller.scrollToPosition(current.position)
26
+ } else if (current.anchor) {
27
+ // Anchor navigation
28
+ viewportScroller.scrollToAnchor(current.anchor)
29
+ } else {
30
+ // Check if routes match, or if it is only a query param change
31
+ if (
32
+ previous.routerEvent instanceof NavigationEnd &&
33
+ current.routerEvent instanceof NavigationEnd &&
34
+ getBaseRoute(previous.routerEvent.urlAfterRedirects) !==
35
+ getBaseRoute(current.routerEvent.urlAfterRedirects)
36
+ ) {
37
+ // Routes don't match, this is actual forward navigation
38
+ // Default behavior: scroll to top
39
+ viewportScroller.scrollToPosition([0, 0])
40
+ }
41
+ }
42
+ })
43
+ }
44
+
45
+ function getBaseRoute(url: string): string {
46
+ // return url without query params
47
+ return url.split('?')[0]
48
+ }
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "Nutzung und Einschränkungen",
523
523
  "record.metadata.userFeedbacks": "",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "",
525
+ "record.metadata.userFeedbacks.authDisabled": "",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "License and Conditions",
523
523
  "record.metadata.userFeedbacks": "Questions / Answers",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "In order to leave a comment, please log in.",
525
+ "record.metadata.userFeedbacks.authDisabled": "User comments are disabled.",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "Publish",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "Answer...",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "Write your comment here...",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "",
523
523
  "record.metadata.userFeedbacks": "",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "",
525
+ "record.metadata.userFeedbacks.authDisabled": "",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "Licences et conditions d'utilisation",
523
523
  "record.metadata.userFeedbacks": "Questions / Réponses",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "Pour rédiger un commentaire, veuillez vous identifier.",
525
+ "record.metadata.userFeedbacks.authDisabled": "Les commentaires sont désactivés.",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "Publier",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "Répondre...",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "Rédigez votre commentaire ici...",
@@ -625,7 +626,7 @@
625
626
  "share.tab.permalink": "Partager",
626
627
  "share.tab.webComponent": "Intégrer",
627
628
  "table.loading.data": "Chargement des données...",
628
- "table.object.count": "enregistrements dans ces données",
629
+ "table.object.count": "enregistrements dans ce jeu de données",
629
630
  "table.paginator.firstPage": "Première page",
630
631
  "table.paginator.itemsPerPage": "Éléments par page",
631
632
  "table.paginator.lastPage": "Dernière page",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "Licenze e limiti di utilizzo",
523
523
  "record.metadata.userFeedbacks": "Domande / Risposte",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "Per pubblicare un commento, effettua il login.",
525
+ "record.metadata.userFeedbacks.authDisabled": "",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "Pubblica",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "Risponde...",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "Scrive qui il suo commento...",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "",
523
523
  "record.metadata.userFeedbacks": "",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "",
525
+ "record.metadata.userFeedbacks.authDisabled": "",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "",
523
523
  "record.metadata.userFeedbacks": "",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "",
525
+ "record.metadata.userFeedbacks.authDisabled": "",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "Použitie a obmedzenia",
523
523
  "record.metadata.userFeedbacks": "",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "",
525
+ "record.metadata.userFeedbacks.authDisabled": "",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -1,2 +0,0 @@
1
- export * from './lib/feature-auth.module';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvYXV0aC9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywyQkFBMkIsQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliL2ZlYXR1cmUtYXV0aC5tb2R1bGUnXG4iXX0=
@@ -1,17 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { AvatarServiceInterface, GravatarService, } from '../../../../../libs/api/repository/src';
4
- import * as i0 from "@angular/core";
5
- export class FeatureAuthModule {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureAuthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FeatureAuthModule, imports: [CommonModule] }); }
8
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureAuthModule, providers: [{ provide: AvatarServiceInterface, useClass: GravatarService }], imports: [CommonModule] }); }
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureAuthModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- imports: [CommonModule],
14
- providers: [{ provide: AvatarServiceInterface, useClass: GravatarService }],
15
- }]
16
- }] });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS1hdXRoLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9hdXRoL3NyYy9saWIvZmVhdHVyZS1hdXRoLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQ3hDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUM5QyxPQUFPLEVBQ0wsc0JBQXNCLEVBQ3RCLGVBQWUsR0FDaEIsTUFBTSx3Q0FBd0MsQ0FBQTs7QUFNL0MsTUFBTSxPQUFPLGlCQUFpQjsrR0FBakIsaUJBQWlCO2dIQUFqQixpQkFBaUIsWUFIbEIsWUFBWTtnSEFHWCxpQkFBaUIsYUFGakIsQ0FBQyxFQUFFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxRQUFRLEVBQUUsZUFBZSxFQUFFLENBQUMsWUFEakUsWUFBWTs7NEZBR1gsaUJBQWlCO2tCQUo3QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsU0FBUyxFQUFFLENBQUMsRUFBRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLGVBQWUsRUFBRSxDQUFDO2lCQUM1RSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbidcbmltcG9ydCB7XG4gIEF2YXRhclNlcnZpY2VJbnRlcmZhY2UsXG4gIEdyYXZhdGFyU2VydmljZSxcbn0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vbGlicy9hcGkvcmVwb3NpdG9yeS9zcmMnXG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IEF2YXRhclNlcnZpY2VJbnRlcmZhY2UsIHVzZUNsYXNzOiBHcmF2YXRhclNlcnZpY2UgfV0sXG59KVxuZXhwb3J0IGNsYXNzIEZlYXR1cmVBdXRoTW9kdWxlIHt9XG4iXX0=
@@ -1,57 +0,0 @@
1
- import { InjectionToken, NgModule } from '@angular/core';
2
- import { SiteTitleComponent } from './site-title/site-title.component';
3
- import { CatalogTitleComponent, OrganisationsFilterComponent, } from '../../../../../libs/ui/catalog/src';
4
- import { GroupsApiService, SearchApiService, } from '../../../../../libs/data-access/gn4/src';
5
- import { CommonModule } from '@angular/common';
6
- import { SourceLabelComponent } from './source-label/source-label.component';
7
- import { TranslateService } from '@ngx-translate/core';
8
- import { OrganizationsServiceInterface } from '../../../../../libs/common/domain/src/lib/organizations.service.interface';
9
- import { ElasticsearchService, ORGANIZATIONS_STRATEGY, OrganizationsFromGroupsService, OrganizationsFromMetadataService, } from '../../../../../libs/api/repository/src';
10
- import { PlatformServiceInterface } from '../../../../../libs/common/domain/src/lib/platform.service.interface';
11
- import * as i0 from "@angular/core";
12
- // expects the replacement key ${name}
13
- export const ORGANIZATION_URL_TOKEN = new InjectionToken('organization-url-token');
14
- const organizationsServiceFactory = (strategy, esService, searchApiService, groupsApiService, translateService, platformService) => strategy === 'groups'
15
- ? new OrganizationsFromGroupsService(esService, searchApiService, groupsApiService, translateService)
16
- : new OrganizationsFromMetadataService(esService, searchApiService, groupsApiService, platformService, translateService);
17
- export class FeatureCatalogModule {
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureCatalogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FeatureCatalogModule, declarations: [SiteTitleComponent, SourceLabelComponent], imports: [CommonModule, OrganisationsFilterComponent, CatalogTitleComponent], exports: [SiteTitleComponent, SourceLabelComponent] }); }
20
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureCatalogModule, providers: [
21
- {
22
- provide: OrganizationsServiceInterface,
23
- useFactory: organizationsServiceFactory,
24
- deps: [
25
- ORGANIZATIONS_STRATEGY,
26
- ElasticsearchService,
27
- SearchApiService,
28
- GroupsApiService,
29
- TranslateService,
30
- PlatformServiceInterface,
31
- ],
32
- },
33
- ], imports: [CommonModule, OrganisationsFilterComponent, CatalogTitleComponent] }); }
34
- }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureCatalogModule, decorators: [{
36
- type: NgModule,
37
- args: [{
38
- declarations: [SiteTitleComponent, SourceLabelComponent],
39
- imports: [CommonModule, OrganisationsFilterComponent, CatalogTitleComponent],
40
- exports: [SiteTitleComponent, SourceLabelComponent],
41
- providers: [
42
- {
43
- provide: OrganizationsServiceInterface,
44
- useFactory: organizationsServiceFactory,
45
- deps: [
46
- ORGANIZATIONS_STRATEGY,
47
- ElasticsearchService,
48
- SearchApiService,
49
- GroupsApiService,
50
- TranslateService,
51
- PlatformServiceInterface,
52
- ],
53
- },
54
- ],
55
- }]
56
- }] });
57
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS1jYXRhbG9nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9jYXRhbG9nL3NyYy9saWIvZmVhdHVyZS1jYXRhbG9nLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN4RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQTtBQUN0RSxPQUFPLEVBQ0wscUJBQXFCLEVBQ3JCLDRCQUE0QixHQUM3QixNQUFNLG9DQUFvQyxDQUFBO0FBQzNDLE9BQU8sRUFDTCxnQkFBZ0IsRUFDaEIsZ0JBQWdCLEdBQ2pCLE1BQU0seUNBQXlDLENBQUE7QUFDaEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFBO0FBQzVFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFBO0FBQ3RELE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLDJFQUEyRSxDQUFBO0FBQ3pILE9BQU8sRUFDTCxvQkFBb0IsRUFDcEIsc0JBQXNCLEVBQ3RCLDhCQUE4QixFQUM5QixnQ0FBZ0MsR0FFakMsTUFBTSx3Q0FBd0MsQ0FBQTtBQUMvQyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxzRUFBc0UsQ0FBQTs7QUFFL0csc0NBQXNDO0FBQ3RDLE1BQU0sQ0FBQyxNQUFNLHNCQUFzQixHQUFHLElBQUksY0FBYyxDQUN0RCx3QkFBd0IsQ0FDekIsQ0FBQTtBQUVELE1BQU0sMkJBQTJCLEdBQUcsQ0FDbEMsUUFBK0IsRUFDL0IsU0FBK0IsRUFDL0IsZ0JBQWtDLEVBQ2xDLGdCQUFrQyxFQUNsQyxnQkFBa0MsRUFDbEMsZUFBeUMsRUFDekMsRUFBRSxDQUNGLFFBQVEsS0FBSyxRQUFRO0lBQ25CLENBQUMsQ0FBQyxJQUFJLDhCQUE4QixDQUNoQyxTQUFTLEVBQ1QsZ0JBQWdCLEVBQ2hCLGdCQUFnQixFQUNoQixnQkFBZ0IsQ0FDakI7SUFDSCxDQUFDLENBQUMsSUFBSSxnQ0FBZ0MsQ0FDbEMsU0FBUyxFQUNULGdCQUFnQixFQUNoQixnQkFBZ0IsRUFDaEIsZUFBZSxFQUNmLGdCQUFnQixDQUNqQixDQUFBO0FBcUJQLE1BQU0sT0FBTyxvQkFBb0I7K0dBQXBCLG9CQUFvQjtnSEFBcEIsb0JBQW9CLGlCQWxCaEIsa0JBQWtCLEVBQUUsb0JBQW9CLGFBQzdDLFlBQVksRUFBRSw0QkFBNEIsRUFBRSxxQkFBcUIsYUFDakUsa0JBQWtCLEVBQUUsb0JBQW9CO2dIQWdCdkMsb0JBQW9CLGFBZnBCO1lBQ1Q7Z0JBQ0UsT0FBTyxFQUFFLDZCQUE2QjtnQkFDdEMsVUFBVSxFQUFFLDJCQUEyQjtnQkFDdkMsSUFBSSxFQUFFO29CQUNKLHNCQUFzQjtvQkFDdEIsb0JBQW9CO29CQUNwQixnQkFBZ0I7b0JBQ2hCLGdCQUFnQjtvQkFDaEIsZ0JBQWdCO29CQUNoQix3QkFBd0I7aUJBQ3pCO2FBQ0Y7U0FDRixZQWZTLFlBQVksRUFBRSw0QkFBNEIsRUFBRSxxQkFBcUI7OzRGQWlCaEUsb0JBQW9CO2tCQW5CaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxrQkFBa0IsRUFBRSxvQkFBb0IsQ0FBQztvQkFDeEQsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLDRCQUE0QixFQUFFLHFCQUFxQixDQUFDO29CQUM1RSxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsRUFBRSxvQkFBb0IsQ0FBQztvQkFDbkQsU0FBUyxFQUFFO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSw2QkFBNkI7NEJBQ3RDLFVBQVUsRUFBRSwyQkFBMkI7NEJBQ3ZDLElBQUksRUFBRTtnQ0FDSixzQkFBc0I7Z0NBQ3RCLG9CQUFvQjtnQ0FDcEIsZ0JBQWdCO2dDQUNoQixnQkFBZ0I7Z0NBQ2hCLGdCQUFnQjtnQ0FDaEIsd0JBQXdCOzZCQUN6Qjt5QkFDRjtxQkFDRjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGlvblRva2VuLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBTaXRlVGl0bGVDb21wb25lbnQgfSBmcm9tICcuL3NpdGUtdGl0bGUvc2l0ZS10aXRsZS5jb21wb25lbnQnXG5pbXBvcnQge1xuICBDYXRhbG9nVGl0bGVDb21wb25lbnQsXG4gIE9yZ2FuaXNhdGlvbnNGaWx0ZXJDb21wb25lbnQsXG59IGZyb20gJy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvY2F0YWxvZy9zcmMnXG5pbXBvcnQge1xuICBHcm91cHNBcGlTZXJ2aWNlLFxuICBTZWFyY2hBcGlTZXJ2aWNlLFxufSBmcm9tICcuLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMnXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBTb3VyY2VMYWJlbENvbXBvbmVudCB9IGZyb20gJy4vc291cmNlLWxhYmVsL3NvdXJjZS1sYWJlbC5jb21wb25lbnQnXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSdcbmltcG9ydCB7IE9yZ2FuaXphdGlvbnNTZXJ2aWNlSW50ZXJmYWNlIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvb3JnYW5pemF0aW9ucy5zZXJ2aWNlLmludGVyZmFjZSdcbmltcG9ydCB7XG4gIEVsYXN0aWNzZWFyY2hTZXJ2aWNlLFxuICBPUkdBTklaQVRJT05TX1NUUkFURUdZLFxuICBPcmdhbml6YXRpb25zRnJvbUdyb3Vwc1NlcnZpY2UsXG4gIE9yZ2FuaXphdGlvbnNGcm9tTWV0YWRhdGFTZXJ2aWNlLFxuICBPcmdhbml6YXRpb25zU3RyYXRlZ3ksXG59IGZyb20gJy4uLy4uLy4uLy4uLy4uL2xpYnMvYXBpL3JlcG9zaXRvcnkvc3JjJ1xuaW1wb3J0IHsgUGxhdGZvcm1TZXJ2aWNlSW50ZXJmYWNlIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvcGxhdGZvcm0uc2VydmljZS5pbnRlcmZhY2UnXG5cbi8vIGV4cGVjdHMgdGhlIHJlcGxhY2VtZW50IGtleSAke25hbWV9XG5leHBvcnQgY29uc3QgT1JHQU5JWkFUSU9OX1VSTF9UT0tFTiA9IG5ldyBJbmplY3Rpb25Ub2tlbjxzdHJpbmc+KFxuICAnb3JnYW5pemF0aW9uLXVybC10b2tlbidcbilcblxuY29uc3Qgb3JnYW5pemF0aW9uc1NlcnZpY2VGYWN0b3J5ID0gKFxuICBzdHJhdGVneTogT3JnYW5pemF0aW9uc1N0cmF0ZWd5LFxuICBlc1NlcnZpY2U6IEVsYXN0aWNzZWFyY2hTZXJ2aWNlLFxuICBzZWFyY2hBcGlTZXJ2aWNlOiBTZWFyY2hBcGlTZXJ2aWNlLFxuICBncm91cHNBcGlTZXJ2aWNlOiBHcm91cHNBcGlTZXJ2aWNlLFxuICB0cmFuc2xhdGVTZXJ2aWNlOiBUcmFuc2xhdGVTZXJ2aWNlLFxuICBwbGF0Zm9ybVNlcnZpY2U6IFBsYXRmb3JtU2VydmljZUludGVyZmFjZVxuKSA9PlxuICBzdHJhdGVneSA9PT0gJ2dyb3VwcydcbiAgICA/IG5ldyBPcmdhbml6YXRpb25zRnJvbUdyb3Vwc1NlcnZpY2UoXG4gICAgICAgIGVzU2VydmljZSxcbiAgICAgICAgc2VhcmNoQXBpU2VydmljZSxcbiAgICAgICAgZ3JvdXBzQXBpU2VydmljZSxcbiAgICAgICAgdHJhbnNsYXRlU2VydmljZVxuICAgICAgKVxuICAgIDogbmV3IE9yZ2FuaXphdGlvbnNGcm9tTWV0YWRhdGFTZXJ2aWNlKFxuICAgICAgICBlc1NlcnZpY2UsXG4gICAgICAgIHNlYXJjaEFwaVNlcnZpY2UsXG4gICAgICAgIGdyb3Vwc0FwaVNlcnZpY2UsXG4gICAgICAgIHBsYXRmb3JtU2VydmljZSxcbiAgICAgICAgdHJhbnNsYXRlU2VydmljZVxuICAgICAgKVxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtTaXRlVGl0bGVDb21wb25lbnQsIFNvdXJjZUxhYmVsQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgT3JnYW5pc2F0aW9uc0ZpbHRlckNvbXBvbmVudCwgQ2F0YWxvZ1RpdGxlQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW1NpdGVUaXRsZUNvbXBvbmVudCwgU291cmNlTGFiZWxDb21wb25lbnRdLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBPcmdhbml6YXRpb25zU2VydmljZUludGVyZmFjZSxcbiAgICAgIHVzZUZhY3Rvcnk6IG9yZ2FuaXphdGlvbnNTZXJ2aWNlRmFjdG9yeSxcbiAgICAgIGRlcHM6IFtcbiAgICAgICAgT1JHQU5JWkFUSU9OU19TVFJBVEVHWSxcbiAgICAgICAgRWxhc3RpY3NlYXJjaFNlcnZpY2UsXG4gICAgICAgIFNlYXJjaEFwaVNlcnZpY2UsXG4gICAgICAgIEdyb3Vwc0FwaVNlcnZpY2UsXG4gICAgICAgIFRyYW5zbGF0ZVNlcnZpY2UsXG4gICAgICAgIFBsYXRmb3JtU2VydmljZUludGVyZmFjZSxcbiAgICAgIF0sXG4gICAgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRmVhdHVyZUNhdGFsb2dNb2R1bGUge31cbiJdfQ==
@@ -1,18 +0,0 @@
1
- import { NotificationsService } from './notifications.service';
2
- import { NgModule } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export class FeatureNotificationsModule {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureNotificationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FeatureNotificationsModule }); }
7
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureNotificationsModule, providers: [NotificationsService] }); }
8
- }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureNotificationsModule, decorators: [{
10
- type: NgModule,
11
- args: [{
12
- declarations: [],
13
- exports: [],
14
- imports: [],
15
- providers: [NotificationsService],
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS1ub3RpZmljYXRpb25zLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9ub3RpZmljYXRpb25zL3NyYy9saWIvZmVhdHVyZS1ub3RpZmljYXRpb25zLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQTtBQUM5RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBOztBQVF4QyxNQUFNLE9BQU8sMEJBQTBCOytHQUExQiwwQkFBMEI7Z0hBQTFCLDBCQUEwQjtnSEFBMUIsMEJBQTBCLGFBRjFCLENBQUMsb0JBQW9CLENBQUM7OzRGQUV0QiwwQkFBMEI7a0JBTnRDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLEVBQUU7b0JBQ2hCLE9BQU8sRUFBRSxFQUFFO29CQUNYLE9BQU8sRUFBRSxFQUFFO29CQUNYLFNBQVMsRUFBRSxDQUFDLG9CQUFvQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5vdGlmaWNhdGlvbnNTZXJ2aWNlIH0gZnJvbSAnLi9ub3RpZmljYXRpb25zLnNlcnZpY2UnXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW10sXG4gIGV4cG9ydHM6IFtdLFxuICBpbXBvcnRzOiBbXSxcbiAgcHJvdmlkZXJzOiBbTm90aWZpY2F0aW9uc1NlcnZpY2VdLFxufSlcbmV4cG9ydCBjbGFzcyBGZWF0dXJlTm90aWZpY2F0aW9uc01vZHVsZSB7fVxuIl19
@@ -1,21 +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
- import * as i0 from "@angular/core";
7
- import * as i1 from "@ngx-translate/core";
8
- export class FacetsModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, declarations: [FacetsContainerComponent], imports: [CommonModule, i1.TranslateModule, UiFacetsModule], exports: [FacetsContainerComponent] }); }
11
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, imports: [CommonModule, TranslateModule.forChild(), UiFacetsModule] }); }
12
- }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, decorators: [{
14
- type: NgModule,
15
- args: [{
16
- declarations: [FacetsContainerComponent],
17
- imports: [CommonModule, TranslateModule.forChild(), UiFacetsModule],
18
- exports: [FacetsContainerComponent],
19
- }]
20
- }] });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFjZXRzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9zZWFyY2gvc3JjL2xpYi9mYWNldHMvZmFjZXRzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDOUMsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN4QyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sc0NBQXNDLENBQUE7QUFDckUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFBO0FBQ3JELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtDQUErQyxDQUFBOzs7QUFPeEYsTUFBTSxPQUFPLFlBQVk7K0dBQVosWUFBWTtnSEFBWixZQUFZLGlCQUpSLHdCQUF3QixhQUM3QixZQUFZLHNCQUE4QixjQUFjLGFBQ3hELHdCQUF3QjtnSEFFdkIsWUFBWSxZQUhiLFlBQVksRUFBRSxlQUFlLENBQUMsUUFBUSxFQUFFLEVBQUUsY0FBYzs7NEZBR3ZELFlBQVk7a0JBTHhCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsd0JBQXdCLENBQUM7b0JBQ3hDLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxlQUFlLENBQUMsUUFBUSxFQUFFLEVBQUUsY0FBYyxDQUFDO29CQUNuRSxPQUFPLEVBQUUsQ0FBQyx3QkFBd0IsQ0FBQztpQkFDcEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBVaUZhY2V0c01vZHVsZSB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvc2VhcmNoL3NyYydcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnXG5pbXBvcnQgeyBGYWNldHNDb250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL2ZhY2V0cy1jb250YWluZXIvZmFjZXRzLWNvbnRhaW5lci5jb21wb25lbnQnXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0ZhY2V0c0NvbnRhaW5lckNvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFRyYW5zbGF0ZU1vZHVsZS5mb3JDaGlsZCgpLCBVaUZhY2V0c01vZHVsZV0sXG4gIGV4cG9ydHM6IFtGYWNldHNDb250YWluZXJDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBGYWNldHNNb2R1bGUge31cbiJdfQ==
@@ -1,23 +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
- import * as i0 from "@angular/core";
9
- import * as i1 from "@ngx-translate/core";
10
- export class FacetsModule {
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
12
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, declarations: [FacetItemComponent, FacetBlockComponent, FacetListComponent], imports: [CommonModule, FormsModule, i1.TranslateModule], exports: [FacetListComponent] }); }
13
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, imports: [CommonModule, FormsModule, TranslateModule.forChild()] }); }
14
- }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, decorators: [{
16
- type: NgModule,
17
- args: [{
18
- declarations: [FacetItemComponent, FacetBlockComponent, FacetListComponent],
19
- imports: [CommonModule, FormsModule, TranslateModule.forChild()],
20
- exports: [FacetListComponent],
21
- }]
22
- }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFjZXRzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvc2VhcmNoL3NyYy9saWIvZmFjZXRzL2ZhY2V0cy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDeEMsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQzVDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTtBQUNyRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQTtBQUN6RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQTtBQUN0RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQTs7O0FBT3RFLE1BQU0sT0FBTyxZQUFZOytHQUFaLFlBQVk7Z0hBQVosWUFBWSxpQkFKUixrQkFBa0IsRUFBRSxtQkFBbUIsRUFBRSxrQkFBa0IsYUFDaEUsWUFBWSxFQUFFLFdBQVcsaUNBQ3pCLGtCQUFrQjtnSEFFakIsWUFBWSxZQUhiLFlBQVksRUFBRSxXQUFXLEVBQUUsZUFBZSxDQUFDLFFBQVEsRUFBRTs7NEZBR3BELFlBQVk7a0JBTHhCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsa0JBQWtCLENBQUM7b0JBQzNFLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxXQUFXLEVBQUUsZUFBZSxDQUFDLFFBQVEsRUFBRSxDQUFDO29CQUNoRSxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztpQkFDOUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJ1xuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSdcbmltcG9ydCB7IEZhY2V0QmxvY2tDb21wb25lbnQgfSBmcm9tICcuL2ZhY2V0LWJsb2NrL2ZhY2V0LWJsb2NrLmNvbXBvbmVudCdcbmltcG9ydCB7IEZhY2V0SXRlbUNvbXBvbmVudCB9IGZyb20gJy4vZmFjZXQtaXRlbS9mYWNldC1pdGVtLmNvbXBvbmVudCdcbmltcG9ydCB7IEZhY2V0TGlzdENvbXBvbmVudCB9IGZyb20gJy4vZmFjZXQtbGlzdC9mYWNldC1saXN0LmNvbXBvbmVudCdcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbRmFjZXRJdGVtQ29tcG9uZW50LCBGYWNldEJsb2NrQ29tcG9uZW50LCBGYWNldExpc3RDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBGb3Jtc01vZHVsZSwgVHJhbnNsYXRlTW9kdWxlLmZvckNoaWxkKCldLFxuICBleHBvcnRzOiBbRmFjZXRMaXN0Q29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgRmFjZXRzTW9kdWxlIHt9XG4iXX0=