geonetwork-ui 2.8.0-dev.5186798f7 → 2.8.0-dev.545b19356

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 (2114) hide show
  1. package/fesm2022/{geonetwork-ui-date-locales-MYnkDJ5h.mjs → geonetwork-ui-date-locales-DhlIiWpT.mjs} +2 -2
  2. package/fesm2022/{geonetwork-ui-date-locales-MYnkDJ5h.mjs.map → geonetwork-ui-date-locales-DhlIiWpT.mjs.map} +1 -1
  3. package/fesm2022/geonetwork-ui.mjs +2423 -2554
  4. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  5. package/index.d.ts +6636 -24
  6. package/index.d.ts.map +1 -1
  7. package/package.json +27 -29
  8. package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +11 -0
  9. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +14 -8
  10. package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +3 -5
  11. package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +7 -9
  12. package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +3 -3
  13. package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +1 -0
  14. package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +4 -6
  15. package/src/libs/api/repository/src/lib/gn4/favorites/favorites.service.ts +4 -6
  16. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +10 -12
  17. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +2 -0
  18. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +2 -0
  19. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +2 -2
  20. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +14 -14
  21. package/src/libs/api/repository/src/lib/gn4/selection/selection.service.ts +4 -2
  22. package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +3 -3
  23. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +7 -0
  24. package/src/libs/data-access/gn4/src/openapi/api/atom.api.service.ts +7 -6
  25. package/src/libs/data-access/gn4/src/openapi/api/customstyle.api.service.ts +7 -6
  26. package/src/libs/data-access/gn4/src/openapi/api/formatters.api.service.ts +7 -6
  27. package/src/libs/data-access/gn4/src/openapi/api/groups.api.service.ts +7 -6
  28. package/src/libs/data-access/gn4/src/openapi/api/harvesters.api.service.ts +7 -6
  29. package/src/libs/data-access/gn4/src/openapi/api/identifiers.api.service.ts +7 -6
  30. package/src/libs/data-access/gn4/src/openapi/api/languages.api.service.ts +7 -6
  31. package/src/libs/data-access/gn4/src/openapi/api/links.api.service.ts +7 -6
  32. package/src/libs/data-access/gn4/src/openapi/api/logos.api.service.ts +7 -6
  33. package/src/libs/data-access/gn4/src/openapi/api/mapservers.api.service.ts +7 -6
  34. package/src/libs/data-access/gn4/src/openapi/api/mapservices.api.service.ts +7 -6
  35. package/src/libs/data-access/gn4/src/openapi/api/me.api.service.ts +7 -6
  36. package/src/libs/data-access/gn4/src/openapi/api/operations.api.service.ts +7 -6
  37. package/src/libs/data-access/gn4/src/openapi/api/pages.api.service.ts +7 -6
  38. package/src/libs/data-access/gn4/src/openapi/api/processes.api.service.ts +7 -6
  39. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +7 -6
  40. package/src/libs/data-access/gn4/src/openapi/api/regions.api.service.ts +7 -6
  41. package/src/libs/data-access/gn4/src/openapi/api/registries.api.service.ts +7 -6
  42. package/src/libs/data-access/gn4/src/openapi/api/related.api.service.ts +7 -6
  43. package/src/libs/data-access/gn4/src/openapi/api/search.api.service.ts +7 -6
  44. package/src/libs/data-access/gn4/src/openapi/api/selections.api.service.ts +7 -6
  45. package/src/libs/data-access/gn4/src/openapi/api/site.api.service.ts +7 -6
  46. package/src/libs/data-access/gn4/src/openapi/api/sources.api.service.ts +7 -6
  47. package/src/libs/data-access/gn4/src/openapi/api/standards.api.service.ts +7 -6
  48. package/src/libs/data-access/gn4/src/openapi/api/status.api.service.ts +7 -6
  49. package/src/libs/data-access/gn4/src/openapi/api/tags.api.service.ts +7 -6
  50. package/src/libs/data-access/gn4/src/openapi/api/tools.api.service.ts +7 -6
  51. package/src/libs/data-access/gn4/src/openapi/api/ui.api.service.ts +7 -6
  52. package/src/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.ts +7 -6
  53. package/src/libs/data-access/gn4/src/openapi/api/users.api.service.ts +7 -6
  54. package/src/libs/data-access/gn4/src/openapi/api/usersearches.api.service.ts +7 -6
  55. package/src/libs/data-access/gn4/src/openapi/api/userselections.api.service.ts +7 -6
  56. package/src/libs/data-access/gn4/src/openapi/api.module.ts +5 -10
  57. package/src/libs/feature/catalog/src/lib/my-org/my-org.service.ts +5 -5
  58. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +19 -17
  59. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +4 -9
  60. package/src/libs/feature/catalog/src/lib/records/records.service.ts +3 -3
  61. package/src/libs/feature/catalog/src/lib/site-title/site-title.component.html +6 -5
  62. package/src/libs/feature/catalog/src/lib/site-title/site-title.component.ts +4 -2
  63. package/src/libs/feature/catalog/src/lib/source-label/source-label.component.ts +8 -2
  64. package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +4 -6
  65. package/src/libs/feature/catalog/src/lib/users/users.service.ts +3 -3
  66. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +36 -32
  67. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +6 -7
  68. package/src/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.ts +3 -2
  69. package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.ts +3 -2
  70. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +2 -2
  71. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +26 -22
  72. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +9 -6
  73. package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.html +20 -17
  74. package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +1 -2
  75. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +1 -3
  76. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +16 -13
  77. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +3 -4
  78. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +23 -20
  79. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +8 -10
  80. package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.html +26 -27
  81. package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.ts +0 -2
  82. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +123 -107
  83. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +9 -10
  84. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.html +17 -15
  85. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -2
  86. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +66 -59
  87. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +3 -2
  88. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.ts +1 -2
  89. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.html +20 -19
  90. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +3 -2
  91. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +16 -20
  92. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +6 -7
  93. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +48 -53
  94. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +4 -7
  95. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +4 -4
  96. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +7 -10
  97. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +43 -19
  98. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +7 -10
  99. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +7 -9
  100. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +1 -2
  101. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +5 -7
  102. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.ts +3 -3
  103. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +27 -25
  104. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +3 -2
  105. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.html +7 -6
  106. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +6 -15
  107. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +3 -2
  108. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +24 -32
  109. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +3 -3
  110. package/src/libs/feature/editor/src/lib/services/editor.service.ts +2 -2
  111. package/src/libs/feature/map/src/lib/+state/map.facade.ts +3 -3
  112. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +7 -4
  113. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.html +2 -2
  114. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +16 -8
  115. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +10 -6
  116. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +5 -13
  117. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +39 -36
  118. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +4 -4
  119. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +32 -25
  120. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +4 -8
  121. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +46 -35
  122. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +4 -6
  123. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.html +33 -31
  124. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +7 -7
  125. package/src/libs/feature/map/src/lib/geocoding.service.ts +2 -4
  126. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +13 -14
  127. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +3 -2
  128. package/src/libs/feature/map/src/lib/map-state-container/map-state-container.component.ts +3 -3
  129. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +16 -15
  130. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +2 -2
  131. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +30 -28
  132. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +8 -3
  133. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.html +6 -5
  134. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +8 -13
  135. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +12 -8
  136. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +6 -9
  137. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +5 -10
  138. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +10 -9
  139. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +7 -13
  140. package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.html +14 -15
  141. package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +13 -10
  142. package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.html +18 -15
  143. package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +3 -3
  144. package/src/libs/feature/record/src/lib/map-view/map-view.component.html +41 -42
  145. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +12 -10
  146. package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +4 -4
  147. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.css +5 -0
  148. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.html +27 -8
  149. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.ts +206 -58
  150. package/src/libs/feature/record/src/lib/stac-view/utils.ts +57 -0
  151. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +6 -8
  152. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +5 -7
  153. package/src/libs/feature/router/src/lib/default/container/search-router.container.directive.ts +3 -3
  154. package/src/libs/feature/router/src/lib/default/router.module.ts +4 -2
  155. package/src/libs/feature/router/src/lib/default/router.service.ts +3 -5
  156. package/src/libs/feature/router/src/lib/default/services/router-search.service.ts +4 -6
  157. package/src/libs/feature/router/src/lib/default/state/router.effects.ts +8 -10
  158. package/src/libs/feature/router/src/lib/default/state/router.facade.ts +4 -6
  159. package/src/libs/feature/search/src/lib/constants.ts +1 -0
  160. package/src/libs/feature/search/src/lib/facets/facets-container/facets-container.component.ts +4 -6
  161. package/src/libs/feature/search/src/lib/facets/facets.service.ts +2 -2
  162. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +5 -6
  163. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +7 -8
  164. package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.html +10 -10
  165. package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +5 -6
  166. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +5 -6
  167. package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.html +10 -8
  168. package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.ts +10 -3
  169. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +7 -6
  170. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +5 -7
  171. package/src/libs/feature/search/src/lib/results-layout/results-layout.component.ts +6 -7
  172. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +52 -48
  173. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +15 -17
  174. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +17 -16
  175. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +8 -9
  176. package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.html +18 -16
  177. package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.ts +9 -15
  178. package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.html +20 -20
  179. package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.ts +7 -9
  180. package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +4 -6
  181. package/src/libs/feature/search/src/lib/state/container/search-state.container.directive.ts +3 -3
  182. package/src/libs/feature/search/src/lib/state/effects.ts +10 -12
  183. package/src/libs/feature/search/src/lib/state/search.facade.ts +6 -8
  184. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -3
  185. package/src/libs/feature/search/src/lib/utils/service/fields.ts +37 -33
  186. package/src/libs/feature/search/src/lib/utils/service/search.service.ts +2 -2
  187. package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.html +15 -15
  188. package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.ts +1 -2
  189. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +4 -8
  190. package/src/libs/ui/dataviz/src/lib/chart/chart.component.ts +3 -3
  191. package/src/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.ts +4 -2
  192. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +34 -33
  193. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +5 -6
  194. package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +55 -50
  195. package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +25 -23
  196. package/src/libs/ui/elements/src/lib/avatar/avatar.component.html +12 -10
  197. package/src/libs/ui/elements/src/lib/avatar/avatar.component.ts +1 -2
  198. package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +7 -5
  199. package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.html +10 -5
  200. package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.ts +1 -2
  201. package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +5 -3
  202. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +66 -62
  203. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +3 -4
  204. package/src/libs/ui/elements/src/lib/error/error.component.html +63 -54
  205. package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.html +11 -10
  206. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +15 -15
  207. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +8 -3
  208. package/src/libs/ui/elements/src/lib/image-input/image-input.component.html +83 -89
  209. package/src/libs/ui/elements/src/lib/image-input/image-input.component.ts +4 -5
  210. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +22 -21
  211. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +1 -8
  212. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +38 -33
  213. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +4 -4
  214. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +10 -15
  215. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +0 -2
  216. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +83 -69
  217. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +2 -2
  218. package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.html +11 -10
  219. package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.ts +2 -8
  220. package/src/libs/ui/elements/src/lib/metadata-info/linkify.directive.ts +3 -5
  221. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +332 -316
  222. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +4 -4
  223. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +30 -27
  224. package/src/libs/ui/elements/src/lib/notification/notification.component.html +5 -8
  225. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +10 -11
  226. package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +102 -95
  227. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +110 -92
  228. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +11 -8
  229. package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.html +12 -10
  230. package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.ts +1 -2
  231. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -8
  232. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +74 -65
  233. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +60 -57
  234. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +3 -2
  235. package/src/libs/ui/inputs/src/lib/badge/badge.component.html +17 -16
  236. package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.html +3 -3
  237. package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.css +8 -8
  238. package/src/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.html +16 -14
  239. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +5 -4
  240. package/src/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.ts +11 -10
  241. package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.ts +1 -2
  242. package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.html +8 -4
  243. package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.ts +1 -2
  244. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +68 -61
  245. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +5 -11
  246. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +29 -27
  247. package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +4 -5
  248. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +35 -35
  249. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +3 -2
  250. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +22 -20
  251. package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +47 -46
  252. package/src/libs/ui/inputs/src/lib/search-input/search-input.component.html +10 -9
  253. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +6 -4
  254. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +1 -1
  255. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +9 -8
  256. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +1 -2
  257. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +12 -11
  258. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +3 -2
  259. package/src/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.ts +3 -2
  260. package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +3 -2
  261. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +3 -2
  262. package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +3 -2
  263. package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.html +31 -29
  264. package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.ts +6 -13
  265. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +13 -13
  266. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +3 -2
  267. package/src/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.html +6 -2
  268. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts +1 -2
  269. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +59 -53
  270. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +14 -12
  271. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.ts +3 -2
  272. package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.ts +3 -5
  273. package/src/libs/ui/layout/src/lib/pagination/pagination.component.html +13 -11
  274. package/src/libs/ui/layout/src/lib/pagination/pagination.component.ts +2 -8
  275. package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.html +26 -24
  276. package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.ts +2 -2
  277. package/src/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.html +17 -15
  278. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +6 -6
  279. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +2 -2
  280. package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +2 -3
  281. package/src/libs/ui/layout/src/lib/sticky-header/sticky-header.component.ts +5 -7
  282. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +9 -8
  283. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +6 -6
  284. package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +9 -5
  285. package/src/libs/ui/map/src/lib/components/map-container/map-container.component.html +16 -14
  286. package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +141 -71
  287. package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.html +3 -1
  288. package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.ts +1 -2
  289. package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.html +85 -82
  290. package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.ts +2 -8
  291. package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.html +38 -36
  292. package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.ts +1 -2
  293. package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.html +9 -8
  294. package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.ts +2 -2
  295. package/src/libs/ui/search/src/lib/record-metric/record-metric.component.ts +1 -2
  296. package/src/libs/ui/search/src/lib/record-preview/record-preview.component.ts +6 -3
  297. package/src/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.ts +2 -3
  298. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.html +48 -42
  299. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +23 -15
  300. package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.html +22 -14
  301. package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.ts +2 -8
  302. package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +10 -4
  303. package/src/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.ts +2 -3
  304. package/src/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.ts +2 -3
  305. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +16 -10
  306. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.ts +1 -2
  307. package/src/libs/ui/search/src/lib/results-list/results-list.component.html +13 -15
  308. package/src/libs/ui/search/src/lib/results-list-item/results-list-item.component.ts +4 -5
  309. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +38 -34
  310. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +4 -7
  311. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +7 -8
  312. package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +5 -7
  313. package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +3 -2
  314. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +6 -7
  315. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.ts +1 -2
  316. package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +2 -2
  317. package/src/libs/util/shared/src/lib/humanize-date.directive.ts +12 -7
  318. package/src/libs/util/shared/src/lib/image-fallback.directive.ts +9 -2
  319. package/src/libs/util/shared/src/lib/links/link-utils.ts +19 -6
  320. package/src/libs/util/shared/src/lib/services/date.service.ts +3 -3
  321. package/src/libs/util/shared/src/lib/services/proxy.service.ts +4 -6
  322. package/tailwind.base.css +1 -1
  323. package/translations/de.json +2 -1
  324. package/translations/en.json +2 -1
  325. package/translations/es.json +2 -1
  326. package/translations/fr.json +2 -1
  327. package/translations/it.json +2 -1
  328. package/translations/nl.json +2 -1
  329. package/translations/pt.json +2 -1
  330. package/translations/sk.json +2 -1
  331. package/esm2022/geonetwork-ui.mjs +0 -5
  332. package/esm2022/index.mjs +0 -25
  333. package/esm2022/libs/api/metadata-converter/src/index.mjs +0 -9
  334. package/esm2022/libs/api/metadata-converter/src/lib/base.converter.mjs +0 -14
  335. package/esm2022/libs/api/metadata-converter/src/lib/common/distribution.mapper.mjs +0 -30
  336. package/esm2022/libs/api/metadata-converter/src/lib/common/license.mjs +0 -64
  337. package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +0 -40
  338. package/esm2022/libs/api/metadata-converter/src/lib/common/url.mjs +0 -14
  339. package/esm2022/libs/api/metadata-converter/src/lib/convert-utils.mjs +0 -19
  340. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +0 -279
  341. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/index.mjs +0 -2
  342. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.mjs +0 -17
  343. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.mjs +0 -224
  344. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.mjs +0 -57
  345. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.mjs +0 -96
  346. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.mjs +0 -2
  347. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.mjs +0 -47
  348. package/esm2022/libs/api/metadata-converter/src/lib/find-converter.mjs +0 -25
  349. package/esm2022/libs/api/metadata-converter/src/lib/function-utils.mjs +0 -40
  350. package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +0 -77
  351. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +0 -54
  352. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +0 -409
  353. package/esm2022/libs/api/metadata-converter/src/lib/gn4/index.mjs +0 -4
  354. package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +0 -29
  355. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.mjs +0 -12
  356. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/index.mjs +0 -5
  357. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +0 -2
  358. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +0 -2
  359. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/search.model.mjs +0 -11
  360. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/index.mjs +0 -2
  361. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +0 -129
  362. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +0 -143
  363. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +0 -153
  364. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/index.mjs +0 -2
  365. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +0 -310
  366. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +0 -486
  367. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.mjs +0 -31
  368. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.mjs +0 -18
  369. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +0 -14
  370. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.mjs +0 -48
  371. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.mjs +0 -21
  372. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.mjs +0 -8
  373. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +0 -517
  374. package/esm2022/libs/api/metadata-converter/src/lib/translate-utils.mjs +0 -17
  375. package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +0 -456
  376. package/esm2022/libs/api/repository/src/index.mjs +0 -4
  377. package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +0 -67
  378. package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +0 -3
  379. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +0 -39
  380. package/esm2022/libs/api/repository/src/lib/gn4/auth/index.mjs +0 -4
  381. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +0 -31
  382. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.mjs +0 -12
  383. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +0 -552
  384. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/index.mjs +0 -4
  385. package/esm2022/libs/api/repository/src/lib/gn4/favorites/favorites.service.mjs +0 -66
  386. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +0 -336
  387. package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +0 -42
  388. package/esm2022/libs/api/repository/src/lib/gn4/index.mjs +0 -11
  389. package/esm2022/libs/api/repository/src/lib/gn4/organizations/index.mjs +0 -5
  390. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.mjs +0 -5
  391. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +0 -104
  392. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +0 -198
  393. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.mjs +0 -6
  394. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +0 -104
  395. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +0 -270
  396. package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +0 -52
  397. package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +0 -27
  398. package/esm2022/libs/api/repository/src/lib/metadata-language.token.mjs +0 -3
  399. package/esm2022/libs/api/repository/src/lib/repository-url.mjs +0 -10
  400. package/esm2022/libs/common/domain/src/index.mjs +0 -3
  401. package/esm2022/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.mjs +0 -9
  402. package/esm2022/libs/common/domain/src/lib/model/error/index.mjs +0 -2
  403. package/esm2022/libs/common/domain/src/lib/model/error/publication-version.error.mjs +0 -8
  404. package/esm2022/libs/common/domain/src/lib/model/record/contact.model.mjs +0 -51
  405. package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +0 -6
  406. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +0 -66
  407. package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +0 -2
  408. package/esm2022/libs/common/domain/src/lib/model/record/translation.model.mjs +0 -2
  409. package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +0 -2
  410. package/esm2022/libs/common/domain/src/lib/model/search/aggregation.model.mjs +0 -2
  411. package/esm2022/libs/common/domain/src/lib/model/search/field.model.mjs +0 -2
  412. package/esm2022/libs/common/domain/src/lib/model/search/filter.model.mjs +0 -2
  413. package/esm2022/libs/common/domain/src/lib/model/search/index.mjs +0 -6
  414. package/esm2022/libs/common/domain/src/lib/model/search/search.model.mjs +0 -2
  415. package/esm2022/libs/common/domain/src/lib/model/search/sort-by.model.mjs +0 -13
  416. package/esm2022/libs/common/domain/src/lib/model/thesaurus/index.mjs +0 -2
  417. package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +0 -2
  418. package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +0 -2
  419. package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +0 -2
  420. package/esm2022/libs/common/domain/src/lib/organizations.service.interface.mjs +0 -3
  421. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +0 -3
  422. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +0 -3
  423. package/esm2022/libs/data-access/gn4/src/fixtures/index.mjs +0 -3
  424. package/esm2022/libs/data-access/gn4/src/fixtures/site.fixtures.mjs +0 -61
  425. package/esm2022/libs/data-access/gn4/src/fixtures/ui.fixtures.mjs +0 -5
  426. package/esm2022/libs/data-access/gn4/src/index.mjs +0 -3
  427. package/esm2022/libs/data-access/gn4/src/openapi/api/api.mjs +0 -99
  428. package/esm2022/libs/data-access/gn4/src/openapi/api/atom.api.service.mjs +0 -251
  429. package/esm2022/libs/data-access/gn4/src/openapi/api/customstyle.api.service.mjs +0 -151
  430. package/esm2022/libs/data-access/gn4/src/openapi/api/formatters.api.service.mjs +0 -363
  431. package/esm2022/libs/data-access/gn4/src/openapi/api/groups.api.service.mjs +0 -313
  432. package/esm2022/libs/data-access/gn4/src/openapi/api/harvesters.api.service.mjs +0 -164
  433. package/esm2022/libs/data-access/gn4/src/openapi/api/identifiers.api.service.mjs +0 -223
  434. package/esm2022/libs/data-access/gn4/src/openapi/api/languages.api.service.mjs +0 -223
  435. package/esm2022/libs/data-access/gn4/src/openapi/api/links.api.service.mjs +0 -337
  436. package/esm2022/libs/data-access/gn4/src/openapi/api/logos.api.service.mjs +0 -211
  437. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservers.api.service.mjs +0 -421
  438. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservices.api.service.mjs +0 -117
  439. package/esm2022/libs/data-access/gn4/src/openapi/api/me.api.service.mjs +0 -117
  440. package/esm2022/libs/data-access/gn4/src/openapi/api/operations.api.service.mjs +0 -117
  441. package/esm2022/libs/data-access/gn4/src/openapi/api/pages.api.service.mjs +0 -456
  442. package/esm2022/libs/data-access/gn4/src/openapi/api/processes.api.service.mjs +0 -389
  443. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +0 -4080
  444. package/esm2022/libs/data-access/gn4/src/openapi/api/regions.api.service.mjs +0 -204
  445. package/esm2022/libs/data-access/gn4/src/openapi/api/registries.api.service.mjs +0 -979
  446. package/esm2022/libs/data-access/gn4/src/openapi/api/related.api.service.mjs +0 -135
  447. package/esm2022/libs/data-access/gn4/src/openapi/api/search.api.service.mjs +0 -174
  448. package/esm2022/libs/data-access/gn4/src/openapi/api/selections.api.service.mjs +0 -215
  449. package/esm2022/libs/data-access/gn4/src/openapi/api/site.api.service.mjs +0 -770
  450. package/esm2022/libs/data-access/gn4/src/openapi/api/sources.api.service.mjs +0 -249
  451. package/esm2022/libs/data-access/gn4/src/openapi/api/standards.api.service.mjs +0 -412
  452. package/esm2022/libs/data-access/gn4/src/openapi/api/status.api.service.mjs +0 -170
  453. package/esm2022/libs/data-access/gn4/src/openapi/api/tags.api.service.mjs +0 -246
  454. package/esm2022/libs/data-access/gn4/src/openapi/api/tools.api.service.mjs +0 -608
  455. package/esm2022/libs/data-access/gn4/src/openapi/api/ui.api.service.mjs +0 -244
  456. package/esm2022/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.mjs +0 -405
  457. package/esm2022/libs/data-access/gn4/src/openapi/api/users.api.service.mjs +0 -570
  458. package/esm2022/libs/data-access/gn4/src/openapi/api/usersearches.api.service.mjs +0 -343
  459. package/esm2022/libs/data-access/gn4/src/openapi/api/userselections.api.service.mjs +0 -323
  460. package/esm2022/libs/data-access/gn4/src/openapi/api.module.mjs +0 -41
  461. package/esm2022/libs/data-access/gn4/src/openapi/configuration.mjs +0 -72
  462. package/esm2022/libs/data-access/gn4/src/openapi/encoder.mjs +0 -19
  463. package/esm2022/libs/data-access/gn4/src/openapi/index.mjs +0 -6
  464. package/esm2022/libs/data-access/gn4/src/openapi/model/address.api.model.mjs +0 -13
  465. package/esm2022/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.mjs +0 -2
  466. package/esm2022/libs/data-access/gn4/src/openapi/model/associated.api.model.mjs +0 -2
  467. package/esm2022/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.mjs +0 -2
  468. package/esm2022/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.mjs +0 -2
  469. package/esm2022/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.mjs +0 -2
  470. package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.mjs +0 -13
  471. package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.mjs +0 -2
  472. package/esm2022/libs/data-access/gn4/src/openapi/model/category.api.model.mjs +0 -13
  473. package/esm2022/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.mjs +0 -13
  474. package/esm2022/libs/data-access/gn4/src/openapi/model/children.api.model.mjs +0 -2
  475. package/esm2022/libs/data-access/gn4/src/openapi/model/codelist.api.model.mjs +0 -2
  476. package/esm2022/libs/data-access/gn4/src/openapi/model/crs.api.model.mjs +0 -13
  477. package/esm2022/libs/data-access/gn4/src/openapi/model/dataset.api.model.mjs +0 -2
  478. package/esm2022/libs/data-access/gn4/src/openapi/model/description.api.model.mjs +0 -2
  479. package/esm2022/libs/data-access/gn4/src/openapi/model/element.api.model.mjs +0 -2
  480. package/esm2022/libs/data-access/gn4/src/openapi/model/entry.api.model.mjs +0 -13
  481. package/esm2022/libs/data-access/gn4/src/openapi/model/extentDto.api.model.mjs +0 -13
  482. package/esm2022/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.mjs +0 -2
  483. package/esm2022/libs/data-access/gn4/src/openapi/model/fcat.api.model.mjs +0 -2
  484. package/esm2022/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.mjs +0 -13
  485. package/esm2022/libs/data-access/gn4/src/openapi/model/featureType.api.model.mjs +0 -2
  486. package/esm2022/libs/data-access/gn4/src/openapi/model/field.api.model.mjs +0 -13
  487. package/esm2022/libs/data-access/gn4/src/openapi/model/formatterData.api.model.mjs +0 -13
  488. package/esm2022/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.mjs +0 -2
  489. package/esm2022/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.mjs +0 -13
  490. package/esm2022/libs/data-access/gn4/src/openapi/model/group.api.model.mjs +0 -2
  491. package/esm2022/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.mjs +0 -13
  492. package/esm2022/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.mjs +0 -33
  493. package/esm2022/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.mjs +0 -2
  494. package/esm2022/libs/data-access/gn4/src/openapi/model/hassource.api.model.mjs +0 -2
  495. package/esm2022/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.mjs +0 -13
  496. package/esm2022/libs/data-access/gn4/src/openapi/model/iSODate.api.model.mjs +0 -13
  497. package/esm2022/libs/data-access/gn4/src/openapi/model/infoReport.api.model.mjs +0 -13
  498. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.mjs +0 -13
  499. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.mjs +0 -13
  500. package/esm2022/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.mjs +0 -13
  501. package/esm2022/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.mjs +0 -13
  502. package/esm2022/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.mjs +0 -26
  503. package/esm2022/libs/data-access/gn4/src/openapi/model/language.api.model.mjs +0 -13
  504. package/esm2022/libs/data-access/gn4/src/openapi/model/link.api.model.mjs +0 -8
  505. package/esm2022/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.mjs +0 -2
  506. package/esm2022/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.mjs +0 -2
  507. package/esm2022/libs/data-access/gn4/src/openapi/model/localizedString.api.model.mjs +0 -13
  508. package/esm2022/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.mjs +0 -13
  509. package/esm2022/libs/data-access/gn4/src/openapi/model/mapServer.api.model.mjs +0 -13
  510. package/esm2022/libs/data-access/gn4/src/openapi/model/mapService.api.model.mjs +0 -13
  511. package/esm2022/libs/data-access/gn4/src/openapi/model/meResponse.api.model.mjs +0 -13
  512. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.mjs +0 -13
  513. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.mjs +0 -13
  514. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.mjs +0 -13
  515. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.mjs +0 -13
  516. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.mjs +0 -13
  517. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.mjs +0 -2
  518. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.mjs +0 -2
  519. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.mjs +0 -8
  520. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.mjs +0 -20
  521. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.mjs +0 -20
  522. package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +0 -119
  523. package/esm2022/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.mjs +0 -2
  524. package/esm2022/libs/data-access/gn4/src/openapi/model/online.api.model.mjs +0 -2
  525. package/esm2022/libs/data-access/gn4/src/openapi/model/operation.api.model.mjs +0 -23
  526. package/esm2022/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.mjs +0 -13
  527. package/esm2022/libs/data-access/gn4/src/openapi/model/pageLink.api.model.mjs +0 -2
  528. package/esm2022/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.mjs +0 -36
  529. package/esm2022/libs/data-access/gn4/src/openapi/model/pageable.api.model.mjs +0 -2
  530. package/esm2022/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.mjs +0 -2
  531. package/esm2022/libs/data-access/gn4/src/openapi/model/parent.api.model.mjs +0 -2
  532. package/esm2022/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.mjs +0 -13
  533. package/esm2022/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.mjs +0 -13
  534. package/esm2022/libs/data-access/gn4/src/openapi/model/processingReport.api.model.mjs +0 -2
  535. package/esm2022/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.mjs +0 -13
  536. package/esm2022/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.mjs +0 -36
  537. package/esm2022/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.mjs +0 -13
  538. package/esm2022/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.mjs +0 -13
  539. package/esm2022/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.mjs +0 -13
  540. package/esm2022/libs/data-access/gn4/src/openapi/model/related.api.model.mjs +0 -2
  541. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.mjs +0 -2
  542. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.mjs +0 -2
  543. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.mjs +0 -2
  544. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.mjs +0 -2
  545. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.mjs +0 -2
  546. package/esm2022/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.mjs +0 -13
  547. package/esm2022/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.mjs +0 -2
  548. package/esm2022/libs/data-access/gn4/src/openapi/model/report.api.model.mjs +0 -13
  549. package/esm2022/libs/data-access/gn4/src/openapi/model/reports.api.model.mjs +0 -2
  550. package/esm2022/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.mjs +0 -13
  551. package/esm2022/libs/data-access/gn4/src/openapi/model/section.api.model.mjs +0 -2
  552. package/esm2022/libs/data-access/gn4/src/openapi/model/selection.api.model.mjs +0 -13
  553. package/esm2022/libs/data-access/gn4/src/openapi/model/service.api.model.mjs +0 -2
  554. package/esm2022/libs/data-access/gn4/src/openapi/model/setting.api.model.mjs +0 -21
  555. package/esm2022/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.mjs +0 -2
  556. package/esm2022/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.mjs +0 -2
  557. package/esm2022/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.mjs +0 -2
  558. package/esm2022/libs/data-access/gn4/src/openapi/model/siblings.api.model.mjs +0 -2
  559. package/esm2022/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.mjs +0 -2
  560. package/esm2022/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.mjs +0 -13
  561. package/esm2022/libs/data-access/gn4/src/openapi/model/sort.api.model.mjs +0 -13
  562. package/esm2022/libs/data-access/gn4/src/openapi/model/source.api.model.mjs +0 -2
  563. package/esm2022/libs/data-access/gn4/src/openapi/model/status.api.model.mjs +0 -22
  564. package/esm2022/libs/data-access/gn4/src/openapi/model/statusValue.api.model.mjs +0 -33
  565. package/esm2022/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.mjs +0 -13
  566. package/esm2022/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.mjs +0 -13
  567. package/esm2022/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.mjs +0 -13
  568. package/esm2022/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.mjs +0 -2
  569. package/esm2022/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.mjs +0 -13
  570. package/esm2022/libs/data-access/gn4/src/openapi/model/translations.api.model.mjs +0 -13
  571. package/esm2022/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.mjs +0 -13
  572. package/esm2022/libs/data-access/gn4/src/openapi/model/user.api.model.mjs +0 -13
  573. package/esm2022/libs/data-access/gn4/src/openapi/model/userDto.api.model.mjs +0 -2
  574. package/esm2022/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.mjs +0 -13
  575. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroup.api.model.mjs +0 -13
  576. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.mjs +0 -24
  577. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.mjs +0 -13
  578. package/esm2022/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.mjs +0 -2
  579. package/esm2022/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.mjs +0 -13
  580. package/esm2022/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.mjs +0 -19
  581. package/esm2022/libs/data-access/gn4/src/openapi/model/values.api.model.mjs +0 -13
  582. package/esm2022/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.mjs +0 -2
  583. package/esm2022/libs/data-access/gn4/src/openapi/variables.mjs +0 -9
  584. package/esm2022/libs/feature/catalog/src/index.mjs +0 -9
  585. package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +0 -42
  586. package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +0 -127
  587. package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +0 -6
  588. package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +0 -21
  589. package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +0 -23
  590. package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +0 -23
  591. package/esm2022/libs/feature/catalog/src/lib/sources/sources.model.mjs +0 -2
  592. package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +0 -27
  593. package/esm2022/libs/feature/dataviz/src/index.mjs +0 -6
  594. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +0 -247
  595. package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +0 -36
  596. package/esm2022/libs/feature/dataviz/src/lib/figure/figure.service.mjs +0 -31
  597. package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +0 -98
  598. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +0 -262
  599. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +0 -101
  600. package/esm2022/libs/feature/editor/src/index.mjs +0 -13
  601. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +0 -17
  602. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +0 -68
  603. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +0 -66
  604. package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +0 -2
  605. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +0 -84
  606. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +0 -27
  607. package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +0 -66
  608. package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +0 -16
  609. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +0 -89
  610. package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +0 -111
  611. package/esm2022/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.mjs +0 -80
  612. package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +0 -275
  613. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +0 -75
  614. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +0 -172
  615. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +0 -11
  616. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.mjs +0 -73
  617. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.mjs +0 -35
  618. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.mjs +0 -129
  619. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +0 -105
  620. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +0 -150
  621. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.mjs +0 -19
  622. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +0 -28
  623. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +0 -39
  624. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +0 -60
  625. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +0 -11
  626. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +0 -151
  627. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +0 -181
  628. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +0 -104
  629. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +0 -41
  630. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +0 -32
  631. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -123
  632. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.mjs +0 -44
  633. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +0 -88
  634. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.mjs +0 -55
  635. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +0 -96
  636. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +0 -142
  637. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +0 -14
  638. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +0 -34
  639. package/esm2022/libs/feature/editor/src/lib/expressions.mjs +0 -13
  640. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +0 -27
  641. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +0 -376
  642. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +0 -2
  643. package/esm2022/libs/feature/editor/src/lib/models/index.mjs +0 -2
  644. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +0 -63
  645. package/esm2022/libs/feature/map/src/index.mjs +0 -14
  646. package/esm2022/libs/feature/map/src/lib/+state/map.actions.mjs +0 -5
  647. package/esm2022/libs/feature/map/src/lib/+state/map.facade.mjs +0 -28
  648. package/esm2022/libs/feature/map/src/lib/+state/map.reducer.mjs +0 -27
  649. package/esm2022/libs/feature/map/src/lib/+state/map.selectors.mjs +0 -7
  650. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +0 -49
  651. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +0 -60
  652. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +0 -118
  653. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +0 -129
  654. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +0 -74
  655. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +0 -73
  656. package/esm2022/libs/feature/map/src/lib/constant/index.mjs +0 -2
  657. package/esm2022/libs/feature/map/src/lib/constant/projections.mjs +0 -2
  658. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +0 -34
  659. package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +0 -101
  660. package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +0 -40
  661. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +0 -77
  662. package/esm2022/libs/feature/map/src/lib/map-state-container/map-state-container.component.mjs +0 -27
  663. package/esm2022/libs/feature/map/src/lib/style/index.mjs +0 -3
  664. package/esm2022/libs/feature/map/src/lib/style/map-style.fixtures.mjs +0 -43
  665. package/esm2022/libs/feature/map/src/lib/style/map-style.service.mjs +0 -96
  666. package/esm2022/libs/feature/map/src/lib/utils/index.mjs +0 -2
  667. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +0 -29
  668. package/esm2022/libs/feature/notifications/src/index.mjs +0 -3
  669. package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +0 -2
  670. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +0 -49
  671. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +0 -30
  672. package/esm2022/libs/feature/record/src/index.mjs +0 -12
  673. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +0 -110
  674. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +0 -86
  675. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +0 -40
  676. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +0 -98
  677. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +0 -82
  678. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +0 -29
  679. package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +0 -169
  680. package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +0 -58
  681. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +0 -349
  682. package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +0 -47
  683. package/esm2022/libs/feature/record/src/lib/stac-view/stac-view.component.mjs +0 -138
  684. package/esm2022/libs/feature/record/src/lib/state/index.mjs +0 -3
  685. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +0 -32
  686. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +0 -73
  687. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +0 -132
  688. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +0 -96
  689. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +0 -33
  690. package/esm2022/libs/feature/router/src/index.mjs +0 -2
  691. package/esm2022/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.mjs +0 -21
  692. package/esm2022/libs/feature/router/src/lib/default/constants.mjs +0 -13
  693. package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +0 -41
  694. package/esm2022/libs/feature/router/src/lib/default/index.mjs +0 -9
  695. package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +0 -3
  696. package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +0 -63
  697. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +0 -65
  698. package/esm2022/libs/feature/router/src/lib/default/services/router-search.service.mjs +0 -56
  699. package/esm2022/libs/feature/router/src/lib/default/state/query-params.utils.mjs +0 -51
  700. package/esm2022/libs/feature/router/src/lib/default/state/router.actions.mjs +0 -5
  701. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +0 -116
  702. package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +0 -73
  703. package/esm2022/libs/feature/router/src/lib/default/state/router.selectors.mjs +0 -14
  704. package/esm2022/libs/feature/search/src/index.mjs +0 -26
  705. package/esm2022/libs/feature/search/src/lib/constants.mjs +0 -37
  706. package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +0 -71
  707. package/esm2022/libs/feature/search/src/lib/facets/facets.service.mjs +0 -232
  708. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +0 -121
  709. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +0 -28
  710. package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +0 -68
  711. package/esm2022/libs/feature/search/src/lib/filter-geometry.token.mjs +0 -4
  712. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +0 -92
  713. package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +0 -6
  714. package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +0 -45
  715. package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +0 -48
  716. package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +0 -34
  717. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +0 -108
  718. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +0 -99
  719. package/esm2022/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.mjs +0 -65
  720. package/esm2022/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.mjs +0 -84
  721. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +0 -54
  722. package/esm2022/libs/feature/search/src/lib/state/actions.mjs +0 -208
  723. package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +0 -29
  724. package/esm2022/libs/feature/search/src/lib/state/effects.mjs +0 -124
  725. package/esm2022/libs/feature/search/src/lib/state/reducer.mjs +0 -289
  726. package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +0 -130
  727. package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +0 -22
  728. package/esm2022/libs/feature/search/src/lib/utils/operators/search.operator.mjs +0 -31
  729. package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +0 -436
  730. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +0 -90
  731. package/esm2022/libs/feature/search/src/lib/utils/service/search.service.mjs +0 -37
  732. package/esm2022/libs/ui/catalog/src/index.mjs +0 -6
  733. package/esm2022/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.mjs +0 -19
  734. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +0 -43
  735. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +0 -42
  736. package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +0 -48
  737. package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +0 -16
  738. package/esm2022/libs/ui/dataviz/src/index.mjs +0 -5
  739. package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +0 -167
  740. package/esm2022/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.mjs +0 -51
  741. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +0 -139
  742. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.data.source.mjs +0 -24
  743. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.mjs +0 -82
  744. package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +0 -33
  745. package/esm2022/libs/ui/elements/src/index.mjs +0 -31
  746. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +0 -87
  747. package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +0 -78
  748. package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +0 -20
  749. package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +0 -29
  750. package/esm2022/libs/ui/elements/src/lib/content-ghost/content-ghost.component.mjs +0 -20
  751. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +0 -62
  752. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +0 -122
  753. package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +0 -49
  754. package/esm2022/libs/ui/elements/src/lib/external-link-card/external-link-card.component.mjs +0 -66
  755. package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +0 -61
  756. package/esm2022/libs/ui/elements/src/lib/image-input/image-input.component.mjs +0 -227
  757. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +0 -45
  758. package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +0 -89
  759. package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +0 -76
  760. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +0 -41
  761. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +0 -19
  762. package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +0 -14
  763. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +0 -61
  764. package/esm2022/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.mjs +0 -37
  765. package/esm2022/libs/ui/elements/src/lib/metadata-info/linkify.directive.mjs +0 -78
  766. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +0 -124
  767. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +0 -82
  768. package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +0 -45
  769. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +0 -71
  770. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +0 -142
  771. package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +0 -70
  772. package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +0 -165
  773. package/esm2022/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.mjs +0 -18
  774. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +0 -96
  775. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +0 -77
  776. package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +0 -21
  777. package/esm2022/libs/ui/inputs/src/index.mjs +0 -28
  778. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +0 -285
  779. package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +0 -44
  780. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +0 -62
  781. package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +0 -30
  782. package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +0 -35
  783. package/esm2022/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.mjs +0 -33
  784. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +0 -53
  785. package/esm2022/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.mjs +0 -65
  786. package/esm2022/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.mjs +0 -35
  787. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +0 -44
  788. package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +0 -37
  789. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +0 -215
  790. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.mjs +0 -2
  791. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +0 -201
  792. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.mjs +0 -2
  793. package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +0 -48
  794. package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +0 -106
  795. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +0 -59
  796. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +0 -43
  797. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +0 -2
  798. package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +0 -74
  799. package/esm2022/libs/ui/inputs/src/lib/search-input/search-input.component.mjs +0 -46
  800. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +0 -57
  801. package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +0 -36
  802. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +0 -50
  803. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +0 -48
  804. package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +0 -95
  805. package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +0 -46
  806. package/esm2022/libs/ui/layout/src/index.mjs +0 -20
  807. package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +0 -105
  808. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +0 -128
  809. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +0 -73
  810. package/esm2022/libs/ui/layout/src/lib/cell-popin/cell-popin.component.mjs +0 -110
  811. package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +0 -54
  812. package/esm2022/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.mjs +0 -25
  813. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +0 -20
  814. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +0 -38
  815. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +0 -67
  816. package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +0 -70
  817. package/esm2022/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.mjs +0 -29
  818. package/esm2022/libs/ui/layout/src/lib/paginable.interface.mjs +0 -2
  819. package/esm2022/libs/ui/layout/src/lib/pagination/pagination.component.mjs +0 -51
  820. package/esm2022/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.mjs +0 -52
  821. package/esm2022/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.mjs +0 -36
  822. package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +0 -34
  823. package/esm2022/libs/ui/layout/src/lib/sortable-list/sortable-list.component.mjs +0 -35
  824. package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +0 -81
  825. package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +0 -71
  826. package/esm2022/libs/ui/map/src/index.mjs +0 -7
  827. package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +0 -46
  828. package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +0 -157
  829. package/esm2022/libs/ui/map/src/lib/components/map-container/map-settings.token.mjs +0 -13
  830. package/esm2022/libs/ui/map/src/lib/components/map-legend/map-legend.component.mjs +0 -36
  831. package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +0 -80
  832. package/esm2022/libs/ui/map/src/lib/map-utils.mjs +0 -37
  833. package/esm2022/libs/ui/search/src/index.mjs +0 -21
  834. package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +0 -109
  835. package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +0 -43
  836. package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +0 -51
  837. package/esm2022/libs/ui/search/src/lib/facets/facets.model.mjs +0 -2
  838. package/esm2022/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.mjs +0 -50
  839. package/esm2022/libs/ui/search/src/lib/facets/fixtures/index.mjs +0 -2
  840. package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +0 -26
  841. package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +0 -62
  842. package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +0 -14
  843. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +0 -68
  844. package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +0 -21
  845. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +0 -29
  846. package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +0 -14
  847. package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +0 -14
  848. package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +0 -18
  849. package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +0 -63
  850. package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +0 -29
  851. package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +0 -31
  852. package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +0 -54
  853. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +0 -76
  854. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +0 -219
  855. package/esm2022/libs/ui/widgets/src/index.mjs +0 -7
  856. package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +0 -11
  857. package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +0 -15
  858. package/esm2022/libs/ui/widgets/src/lib/popover/popover.component.mjs +0 -68
  859. package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +0 -62
  860. package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +0 -51
  861. package/esm2022/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.mjs +0 -11
  862. package/esm2022/libs/util/app-config/src/index.mjs +0 -5
  863. package/esm2022/libs/util/app-config/src/lib/app-config.mjs +0 -216
  864. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +0 -164
  865. package/esm2022/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.mjs +0 -18
  866. package/esm2022/libs/util/app-config/src/lib/map-layers.mjs +0 -33
  867. package/esm2022/libs/util/app-config/src/lib/model.mjs +0 -2
  868. package/esm2022/libs/util/app-config/src/lib/parse-utils.mjs +0 -89
  869. package/esm2022/libs/util/data-fetcher/src/index.mjs +0 -7
  870. package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +0 -70
  871. package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +0 -23
  872. package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +0 -62
  873. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-cache.mjs +0 -12
  874. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-file.mjs +0 -37
  875. package/esm2022/libs/util/data-fetcher/src/lib/readers/base.mjs +0 -62
  876. package/esm2022/libs/util/data-fetcher/src/lib/readers/csv.mjs +0 -37
  877. package/esm2022/libs/util/data-fetcher/src/lib/readers/excel.mjs +0 -24
  878. package/esm2022/libs/util/data-fetcher/src/lib/readers/geojson.mjs +0 -21
  879. package/esm2022/libs/util/data-fetcher/src/lib/readers/gml.mjs +0 -38
  880. package/esm2022/libs/util/data-fetcher/src/lib/readers/json.mjs +0 -19
  881. package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +0 -133
  882. package/esm2022/libs/util/data-fetcher/src/lib/sql-utils.mjs +0 -93
  883. package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +0 -211
  884. package/esm2022/libs/util/i18n/src/index.mjs +0 -8
  885. package/esm2022/libs/util/i18n/src/lib/date-locales.mjs +0 -33
  886. package/esm2022/libs/util/i18n/src/lib/embedded.translate.loader.mjs +0 -18
  887. package/esm2022/libs/util/i18n/src/lib/file.translate.loader.mjs +0 -14
  888. package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +0 -52
  889. package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +0 -25
  890. package/esm2022/libs/util/i18n/src/lib/i18n.providers.mjs +0 -41
  891. package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +0 -141
  892. package/esm2022/libs/util/i18n/src/lib/translate.loader.utils.mjs +0 -8
  893. package/esm2022/libs/util/shared/src/index.mjs +0 -8
  894. package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +0 -6
  895. package/esm2022/libs/util/shared/src/lib/humanize-date.directive.mjs +0 -33
  896. package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +0 -28
  897. package/esm2022/libs/util/shared/src/lib/links/index.mjs +0 -3
  898. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +0 -72
  899. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +0 -317
  900. package/esm2022/libs/util/shared/src/lib/record/index.mjs +0 -3
  901. package/esm2022/libs/util/shared/src/lib/record/quality-score.util.mjs +0 -46
  902. package/esm2022/libs/util/shared/src/lib/record/record.util.mjs +0 -56
  903. package/esm2022/libs/util/shared/src/lib/services/date.service.mjs +0 -58
  904. package/esm2022/libs/util/shared/src/lib/services/index.mjs +0 -5
  905. package/esm2022/libs/util/shared/src/lib/services/log.service.mjs +0 -22
  906. package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +0 -43
  907. package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +0 -94
  908. package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +0 -7
  909. package/esm2022/libs/util/shared/src/lib/utils/event.mjs +0 -12
  910. package/esm2022/libs/util/shared/src/lib/utils/format-fields.mjs +0 -9
  911. package/esm2022/libs/util/shared/src/lib/utils/fuzzy-filter.mjs +0 -27
  912. package/esm2022/libs/util/shared/src/lib/utils/geojson.mjs +0 -78
  913. package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +0 -60
  914. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +0 -16
  915. package/esm2022/libs/util/shared/src/lib/utils/mobile-screen.mjs +0 -9
  916. package/esm2022/libs/util/shared/src/lib/utils/no-duplicate-file-name.mjs +0 -19
  917. package/esm2022/libs/util/shared/src/lib/utils/parse.mjs +0 -33
  918. package/esm2022/libs/util/shared/src/lib/utils/remove-whitespace.mjs +0 -4
  919. package/esm2022/libs/util/shared/src/lib/utils/scroll.mjs +0 -40
  920. package/esm2022/libs/util/shared/src/lib/utils/sort-by.mjs +0 -17
  921. package/esm2022/libs/util/shared/src/lib/utils/strip-html.mjs +0 -7
  922. package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +0 -32
  923. package/esm2022/libs/util/shared/src/lib/utils/url.mjs +0 -18
  924. package/esm2022/translations/de.json +0 -664
  925. package/esm2022/translations/en.json +0 -664
  926. package/esm2022/translations/es.json +0 -664
  927. package/esm2022/translations/fr.json +0 -664
  928. package/esm2022/translations/it.json +0 -664
  929. package/esm2022/translations/nl.json +0 -664
  930. package/esm2022/translations/pt.json +0 -664
  931. package/esm2022/translations/sk.json +0 -664
  932. package/geonetwork-ui.d.ts.map +0 -1
  933. package/libs/api/metadata-converter/src/index.d.ts +0 -9
  934. package/libs/api/metadata-converter/src/index.d.ts.map +0 -1
  935. package/libs/api/metadata-converter/src/lib/base.converter.d.ts +0 -13
  936. package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +0 -1
  937. package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts +0 -4
  938. package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +0 -1
  939. package/libs/api/metadata-converter/src/lib/common/license.d.ts +0 -3
  940. package/libs/api/metadata-converter/src/lib/common/license.d.ts.map +0 -1
  941. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +0 -26
  942. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +0 -1
  943. package/libs/api/metadata-converter/src/lib/common/url.d.ts +0 -7
  944. package/libs/api/metadata-converter/src/lib/common/url.d.ts.map +0 -1
  945. package/libs/api/metadata-converter/src/lib/convert-utils.d.ts +0 -2
  946. package/libs/api/metadata-converter/src/lib/convert-utils.d.ts.map +0 -1
  947. package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts +0 -13
  948. package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +0 -1
  949. package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts +0 -2
  950. package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts.map +0 -1
  951. package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts +0 -16
  952. package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts.map +0 -1
  953. package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts +0 -21
  954. package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts.map +0 -1
  955. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts +0 -15
  956. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts.map +0 -1
  957. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts +0 -8
  958. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts.map +0 -1
  959. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts +0 -2
  960. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts.map +0 -1
  961. package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts +0 -6
  962. package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts.map +0 -1
  963. package/libs/api/metadata-converter/src/lib/find-converter.d.ts +0 -3
  964. package/libs/api/metadata-converter/src/lib/find-converter.d.ts.map +0 -1
  965. package/libs/api/metadata-converter/src/lib/function-utils.d.ts +0 -27
  966. package/libs/api/metadata-converter/src/lib/function-utils.d.ts.map +0 -1
  967. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts +0 -20
  968. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +0 -1
  969. package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts +0 -16
  970. package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +0 -1
  971. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +0 -24
  972. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +0 -1
  973. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts +0 -4
  974. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts.map +0 -1
  975. package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts +0 -12
  976. package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts.map +0 -1
  977. package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts +0 -37
  978. package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts.map +0 -1
  979. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts +0 -5
  980. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts.map +0 -1
  981. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +0 -27
  982. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +0 -1
  983. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +0 -196
  984. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +0 -1
  985. package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts +0 -78
  986. package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts.map +0 -1
  987. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts +0 -2
  988. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts.map +0 -1
  989. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts +0 -9
  990. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +0 -1
  991. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +0 -24
  992. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +0 -1
  993. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +0 -23
  994. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +0 -1
  995. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts +0 -2
  996. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts.map +0 -1
  997. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +0 -13
  998. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +0 -1
  999. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +0 -82
  1000. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +0 -1
  1001. package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts +0 -5
  1002. package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts.map +0 -1
  1003. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts +0 -8
  1004. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts.map +0 -1
  1005. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts +0 -3
  1006. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +0 -1
  1007. package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts +0 -3
  1008. package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts.map +0 -1
  1009. package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts +0 -3
  1010. package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts.map +0 -1
  1011. package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts +0 -3
  1012. package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts.map +0 -1
  1013. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +0 -71
  1014. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +0 -1
  1015. package/libs/api/metadata-converter/src/lib/translate-utils.d.ts +0 -2
  1016. package/libs/api/metadata-converter/src/lib/translate-utils.d.ts.map +0 -1
  1017. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +0 -158
  1018. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +0 -1
  1019. package/libs/api/repository/src/index.d.ts +0 -4
  1020. package/libs/api/repository/src/index.d.ts.map +0 -1
  1021. package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts +0 -27
  1022. package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts.map +0 -1
  1023. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +0 -7
  1024. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +0 -1
  1025. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +0 -17
  1026. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +0 -1
  1027. package/libs/api/repository/src/lib/gn4/auth/index.d.ts +0 -4
  1028. package/libs/api/repository/src/lib/gn4/auth/index.d.ts.map +0 -1
  1029. package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts +0 -11
  1030. package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +0 -1
  1031. package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts +0 -4
  1032. package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts.map +0 -1
  1033. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +0 -74
  1034. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +0 -1
  1035. package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts +0 -4
  1036. package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts.map +0 -1
  1037. package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts +0 -20
  1038. package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts.map +0 -1
  1039. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +0 -69
  1040. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +0 -1
  1041. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +0 -7
  1042. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +0 -1
  1043. package/libs/api/repository/src/lib/gn4/index.d.ts +0 -11
  1044. package/libs/api/repository/src/lib/gn4/index.d.ts.map +0 -1
  1045. package/libs/api/repository/src/lib/gn4/organizations/index.d.ts +0 -5
  1046. package/libs/api/repository/src/lib/gn4/organizations/index.d.ts.map +0 -1
  1047. package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts +0 -4
  1048. package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts.map +0 -1
  1049. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts +0 -29
  1050. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +0 -1
  1051. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts +0 -40
  1052. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +0 -1
  1053. package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts +0 -9
  1054. package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts.map +0 -1
  1055. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +0 -20
  1056. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +0 -1
  1057. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +0 -68
  1058. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +0 -1
  1059. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts +0 -17
  1060. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts.map +0 -1
  1061. package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +0 -15
  1062. package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +0 -1
  1063. package/libs/api/repository/src/lib/metadata-language.token.d.ts +0 -5
  1064. package/libs/api/repository/src/lib/metadata-language.token.d.ts.map +0 -1
  1065. package/libs/api/repository/src/lib/repository-url.d.ts +0 -3
  1066. package/libs/api/repository/src/lib/repository-url.d.ts.map +0 -1
  1067. package/libs/common/domain/src/index.d.ts +0 -3
  1068. package/libs/common/domain/src/index.d.ts.map +0 -1
  1069. package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts +0 -17
  1070. package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts.map +0 -1
  1071. package/libs/common/domain/src/lib/model/error/index.d.ts +0 -2
  1072. package/libs/common/domain/src/lib/model/error/index.d.ts.map +0 -1
  1073. package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts +0 -5
  1074. package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts.map +0 -1
  1075. package/libs/common/domain/src/lib/model/record/contact.model.d.ts +0 -15
  1076. package/libs/common/domain/src/lib/model/record/contact.model.d.ts.map +0 -1
  1077. package/libs/common/domain/src/lib/model/record/index.d.ts +0 -6
  1078. package/libs/common/domain/src/lib/model/record/index.d.ts.map +0 -1
  1079. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +0 -187
  1080. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +0 -1
  1081. package/libs/common/domain/src/lib/model/record/organization.model.d.ts +0 -11
  1082. package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +0 -1
  1083. package/libs/common/domain/src/lib/model/record/translation.model.d.ts +0 -26
  1084. package/libs/common/domain/src/lib/model/record/translation.model.d.ts.map +0 -1
  1085. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +0 -15
  1086. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +0 -1
  1087. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts +0 -44
  1088. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts.map +0 -1
  1089. package/libs/common/domain/src/lib/model/search/field.model.d.ts +0 -2
  1090. package/libs/common/domain/src/lib/model/search/field.model.d.ts.map +0 -1
  1091. package/libs/common/domain/src/lib/model/search/filter.model.d.ts +0 -21
  1092. package/libs/common/domain/src/lib/model/search/filter.model.d.ts.map +0 -1
  1093. package/libs/common/domain/src/lib/model/search/index.d.ts +0 -6
  1094. package/libs/common/domain/src/lib/model/search/index.d.ts.map +0 -1
  1095. package/libs/common/domain/src/lib/model/search/search.model.d.ts +0 -20
  1096. package/libs/common/domain/src/lib/model/search/search.model.d.ts.map +0 -1
  1097. package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts +0 -3
  1098. package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts.map +0 -1
  1099. package/libs/common/domain/src/lib/model/thesaurus/index.d.ts +0 -2
  1100. package/libs/common/domain/src/lib/model/thesaurus/index.d.ts.map +0 -1
  1101. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +0 -14
  1102. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +0 -1
  1103. package/libs/common/domain/src/lib/model/user/index.d.ts +0 -2
  1104. package/libs/common/domain/src/lib/model/user/index.d.ts.map +0 -1
  1105. package/libs/common/domain/src/lib/model/user/user.model.d.ts +0 -11
  1106. package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +0 -1
  1107. package/libs/common/domain/src/lib/organizations.service.interface.d.ts +0 -11
  1108. package/libs/common/domain/src/lib/organizations.service.interface.d.ts.map +0 -1
  1109. package/libs/common/domain/src/lib/platform.service.interface.d.ts +0 -39
  1110. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +0 -1
  1111. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +0 -74
  1112. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +0 -1
  1113. package/libs/data-access/gn4/src/fixtures/index.d.ts +0 -3
  1114. package/libs/data-access/gn4/src/fixtures/index.d.ts.map +0 -1
  1115. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts +0 -61
  1116. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts.map +0 -1
  1117. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts +0 -5
  1118. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts.map +0 -1
  1119. package/libs/data-access/gn4/src/index.d.ts +0 -3
  1120. package/libs/data-access/gn4/src/index.d.ts.map +0 -1
  1121. package/libs/data-access/gn4/src/openapi/api/api.d.ts +0 -66
  1122. package/libs/data-access/gn4/src/openapi/api/api.d.ts.map +0 -1
  1123. package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts +0 -97
  1124. package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts.map +0 -1
  1125. package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts +0 -54
  1126. package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts.map +0 -1
  1127. package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts +0 -150
  1128. package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts.map +0 -1
  1129. package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts +0 -132
  1130. package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts.map +0 -1
  1131. package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts +0 -49
  1132. package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts.map +0 -1
  1133. package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts +0 -80
  1134. package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts.map +0 -1
  1135. package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts +0 -96
  1136. package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts.map +0 -1
  1137. package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts +0 -128
  1138. package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts.map +0 -1
  1139. package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts +0 -78
  1140. package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts.map +0 -1
  1141. package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts +0 -170
  1142. package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts.map +0 -1
  1143. package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts +0 -33
  1144. package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts.map +0 -1
  1145. package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts +0 -33
  1146. package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts.map +0 -1
  1147. package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts +0 -33
  1148. package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts.map +0 -1
  1149. package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts +0 -186
  1150. package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts.map +0 -1
  1151. package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts +0 -157
  1152. package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts.map +0 -1
  1153. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +0 -1879
  1154. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +0 -1
  1155. package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts +0 -72
  1156. package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts.map +0 -1
  1157. package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts +0 -391
  1158. package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts.map +0 -1
  1159. package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts +0 -42
  1160. package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts.map +0 -1
  1161. package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts +0 -53
  1162. package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts.map +0 -1
  1163. package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts +0 -84
  1164. package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts.map +0 -1
  1165. package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts +0 -396
  1166. package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts.map +0 -1
  1167. package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts +0 -96
  1168. package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts.map +0 -1
  1169. package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts +0 -195
  1170. package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts.map +0 -1
  1171. package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts +0 -61
  1172. package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts.map +0 -1
  1173. package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts +0 -94
  1174. package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts.map +0 -1
  1175. package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts +0 -302
  1176. package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts.map +0 -1
  1177. package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts +0 -93
  1178. package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts.map +0 -1
  1179. package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts +0 -172
  1180. package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts.map +0 -1
  1181. package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts +0 -262
  1182. package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts.map +0 -1
  1183. package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts +0 -144
  1184. package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts.map +0 -1
  1185. package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts +0 -128
  1186. package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts.map +0 -1
  1187. package/libs/data-access/gn4/src/openapi/api.module.d.ts +0 -12
  1188. package/libs/data-access/gn4/src/openapi/api.module.d.ts.map +0 -1
  1189. package/libs/data-access/gn4/src/openapi/configuration.d.ts +0 -81
  1190. package/libs/data-access/gn4/src/openapi/configuration.d.ts.map +0 -1
  1191. package/libs/data-access/gn4/src/openapi/encoder.d.ts +0 -12
  1192. package/libs/data-access/gn4/src/openapi/encoder.d.ts.map +0 -1
  1193. package/libs/data-access/gn4/src/openapi/index.d.ts +0 -6
  1194. package/libs/data-access/gn4/src/openapi/index.d.ts.map +0 -1
  1195. package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts +0 -20
  1196. package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts.map +0 -1
  1197. package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts +0 -29
  1198. package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts.map +0 -1
  1199. package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts +0 -16
  1200. package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts.map +0 -1
  1201. package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts +0 -21
  1202. package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts.map +0 -1
  1203. package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts +0 -26
  1204. package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts.map +0 -1
  1205. package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts +0 -16
  1206. package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts.map +0 -1
  1207. package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts +0 -17
  1208. package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts.map +0 -1
  1209. package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts +0 -16
  1210. package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts.map +0 -1
  1211. package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts +0 -16
  1212. package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts.map +0 -1
  1213. package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts +0 -17
  1214. package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts.map +0 -1
  1215. package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts +0 -16
  1216. package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts.map +0 -1
  1217. package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts +0 -18
  1218. package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts.map +0 -1
  1219. package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts +0 -19
  1220. package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts.map +0 -1
  1221. package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts +0 -16
  1222. package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts.map +0 -1
  1223. package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts +0 -16
  1224. package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts.map +0 -1
  1225. package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts +0 -21
  1226. package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts.map +0 -1
  1227. package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts +0 -18
  1228. package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts.map +0 -1
  1229. package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts +0 -18
  1230. package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts.map +0 -1
  1231. package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts +0 -25
  1232. package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts.map +0 -1
  1233. package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts +0 -16
  1234. package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts.map +0 -1
  1235. package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts +0 -17
  1236. package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts.map +0 -1
  1237. package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts +0 -16
  1238. package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts.map +0 -1
  1239. package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts +0 -22
  1240. package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts.map +0 -1
  1241. package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts +0 -16
  1242. package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts.map +0 -1
  1243. package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts +0 -16
  1244. package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts.map +0 -1
  1245. package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts +0 -15
  1246. package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts.map +0 -1
  1247. package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts +0 -32
  1248. package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts.map +0 -1
  1249. package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts +0 -18
  1250. package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts.map +0 -1
  1251. package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts +0 -44
  1252. package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts.map +0 -1
  1253. package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts +0 -16
  1254. package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts.map +0 -1
  1255. package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts +0 -16
  1256. package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts.map +0 -1
  1257. package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts +0 -21
  1258. package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts.map +0 -1
  1259. package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts +0 -29
  1260. package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts.map +0 -1
  1261. package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts +0 -19
  1262. package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts.map +0 -1
  1263. package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts +0 -18
  1264. package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts.map +0 -1
  1265. package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts +0 -18
  1266. package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts.map +0 -1
  1267. package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts +0 -20
  1268. package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts.map +0 -1
  1269. package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts +0 -15
  1270. package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts.map +0 -1
  1271. package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts +0 -50
  1272. package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts.map +0 -1
  1273. package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts +0 -18
  1274. package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts.map +0 -1
  1275. package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts +0 -32
  1276. package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts.map +0 -1
  1277. package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts +0 -21
  1278. package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts.map +0 -1
  1279. package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts +0 -22
  1280. package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts.map +0 -1
  1281. package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts +0 -17
  1282. package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts.map +0 -1
  1283. package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts +0 -16
  1284. package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts.map +0 -1
  1285. package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts +0 -31
  1286. package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts.map +0 -1
  1287. package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts +0 -18
  1288. package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts.map +0 -1
  1289. package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts +0 -27
  1290. package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts.map +0 -1
  1291. package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts +0 -18
  1292. package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts.map +0 -1
  1293. package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts +0 -17
  1294. package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts.map +0 -1
  1295. package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts +0 -19
  1296. package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts.map +0 -1
  1297. package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts +0 -23
  1298. package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts.map +0 -1
  1299. package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts +0 -16
  1300. package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts.map +0 -1
  1301. package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts +0 -40
  1302. package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts.map +0 -1
  1303. package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts +0 -48
  1304. package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts.map +0 -1
  1305. package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts +0 -33
  1306. package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts.map +0 -1
  1307. package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts +0 -25
  1308. package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts.map +0 -1
  1309. package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts +0 -31
  1310. package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts.map +0 -1
  1311. package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -119
  1312. package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +0 -1
  1313. package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts +0 -16
  1314. package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts.map +0 -1
  1315. package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts +0 -16
  1316. package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts.map +0 -1
  1317. package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts +0 -32
  1318. package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts.map +0 -1
  1319. package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts +0 -17
  1320. package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts.map +0 -1
  1321. package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts +0 -28
  1322. package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts.map +0 -1
  1323. package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts +0 -48
  1324. package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts.map +0 -1
  1325. package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts +0 -21
  1326. package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts.map +0 -1
  1327. package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts +0 -17
  1328. package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts.map +0 -1
  1329. package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts +0 -16
  1330. package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts.map +0 -1
  1331. package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts +0 -17
  1332. package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts.map +0 -1
  1333. package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts +0 -19
  1334. package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts.map +0 -1
  1335. package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts +0 -25
  1336. package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts.map +0 -1
  1337. package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts +0 -21
  1338. package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts.map +0 -1
  1339. package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts +0 -46
  1340. package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts.map +0 -1
  1341. package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts +0 -20
  1342. package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts.map +0 -1
  1343. package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts +0 -20
  1344. package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts.map +0 -1
  1345. package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts +0 -24
  1346. package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts.map +0 -1
  1347. package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts +0 -16
  1348. package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts.map +0 -1
  1349. package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts +0 -25
  1350. package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts.map +0 -1
  1351. package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts +0 -23
  1352. package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts.map +0 -1
  1353. package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts +0 -40
  1354. package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts.map +0 -1
  1355. package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts +0 -25
  1356. package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts.map +0 -1
  1357. package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts +0 -19
  1358. package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts.map +0 -1
  1359. package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts +0 -17
  1360. package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts.map +0 -1
  1361. package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts +0 -21
  1362. package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts.map +0 -1
  1363. package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts +0 -19
  1364. package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts.map +0 -1
  1365. package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts +0 -16
  1366. package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts.map +0 -1
  1367. package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts +0 -19
  1368. package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts.map +0 -1
  1369. package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts +0 -17
  1370. package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts.map +0 -1
  1371. package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts +0 -20
  1372. package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts.map +0 -1
  1373. package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts +0 -16
  1374. package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts.map +0 -1
  1375. package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts +0 -34
  1376. package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts.map +0 -1
  1377. package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts +0 -16
  1378. package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts.map +0 -1
  1379. package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts +0 -20
  1380. package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts.map +0 -1
  1381. package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts +0 -18
  1382. package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts.map +0 -1
  1383. package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts +0 -16
  1384. package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts.map +0 -1
  1385. package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts +0 -40
  1386. package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts.map +0 -1
  1387. package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts +0 -29
  1388. package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts.map +0 -1
  1389. package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts +0 -17
  1390. package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts.map +0 -1
  1391. package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts +0 -16
  1392. package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts.map +0 -1
  1393. package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts +0 -28
  1394. package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts.map +0 -1
  1395. package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts +0 -46
  1396. package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts.map +0 -1
  1397. package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts +0 -21
  1398. package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts.map +0 -1
  1399. package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts +0 -24
  1400. package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts.map +0 -1
  1401. package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts +0 -29
  1402. package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts.map +0 -1
  1403. package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts +0 -16
  1404. package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts.map +0 -1
  1405. package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts +0 -18
  1406. package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts.map +0 -1
  1407. package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts +0 -18
  1408. package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts.map +0 -1
  1409. package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts +0 -16
  1410. package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts.map +0 -1
  1411. package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts +0 -47
  1412. package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts.map +0 -1
  1413. package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts +0 -31
  1414. package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts.map +0 -1
  1415. package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts +0 -34
  1416. package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts.map +0 -1
  1417. package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts +0 -33
  1418. package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts.map +0 -1
  1419. package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts +0 -29
  1420. package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts.map +0 -1
  1421. package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts +0 -19
  1422. package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts.map +0 -1
  1423. package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts +0 -26
  1424. package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts.map +0 -1
  1425. package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts +0 -28
  1426. package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts.map +0 -1
  1427. package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts +0 -25
  1428. package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts.map +0 -1
  1429. package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts +0 -17
  1430. package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts.map +0 -1
  1431. package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts +0 -42
  1432. package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts.map +0 -1
  1433. package/libs/data-access/gn4/src/openapi/variables.d.ts +0 -9
  1434. package/libs/data-access/gn4/src/openapi/variables.d.ts.map +0 -1
  1435. package/libs/feature/catalog/src/index.d.ts +0 -9
  1436. package/libs/feature/catalog/src/index.d.ts.map +0 -1
  1437. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts +0 -20
  1438. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts.map +0 -1
  1439. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts +0 -38
  1440. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +0 -1
  1441. package/libs/feature/catalog/src/lib/organization-url.token.d.ts +0 -4
  1442. package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +0 -1
  1443. package/libs/feature/catalog/src/lib/records/records.service.d.ts +0 -11
  1444. package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +0 -1
  1445. package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts +0 -11
  1446. package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts.map +0 -1
  1447. package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts +0 -12
  1448. package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts.map +0 -1
  1449. package/libs/feature/catalog/src/lib/sources/sources.model.d.ts +0 -8
  1450. package/libs/feature/catalog/src/lib/sources/sources.model.d.ts.map +0 -1
  1451. package/libs/feature/catalog/src/lib/sources/sources.service.d.ts +0 -15
  1452. package/libs/feature/catalog/src/lib/sources/sources.service.d.ts.map +0 -1
  1453. package/libs/feature/dataviz/src/index.d.ts +0 -6
  1454. package/libs/feature/dataviz/src/index.d.ts.map +0 -1
  1455. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +0 -60
  1456. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +0 -1
  1457. package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts +0 -19
  1458. package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts.map +0 -1
  1459. package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts +0 -10
  1460. package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts.map +0 -1
  1461. package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts +0 -30
  1462. package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts.map +0 -1
  1463. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +0 -41
  1464. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +0 -1
  1465. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +0 -26
  1466. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +0 -1
  1467. package/libs/feature/editor/src/index.d.ts +0 -13
  1468. package/libs/feature/editor/src/index.d.ts.map +0 -1
  1469. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +0 -73
  1470. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +0 -1
  1471. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +0 -35
  1472. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +0 -1
  1473. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +0 -36
  1474. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +0 -1
  1475. package/libs/feature/editor/src/lib/+state/editor.models.d.ts +0 -10
  1476. package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +0 -1
  1477. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +0 -34
  1478. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +0 -1
  1479. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +0 -21
  1480. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +0 -1
  1481. package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts +0 -16
  1482. package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts.map +0 -1
  1483. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +0 -8
  1484. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +0 -1
  1485. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +0 -33
  1486. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +0 -1
  1487. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +0 -33
  1488. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +0 -1
  1489. package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts +0 -19
  1490. package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts.map +0 -1
  1491. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +0 -52
  1492. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +0 -1
  1493. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts +0 -15
  1494. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +0 -1
  1495. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +0 -59
  1496. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +0 -1
  1497. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts +0 -6
  1498. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
  1499. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts +0 -18
  1500. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts.map +0 -1
  1501. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts +0 -6
  1502. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts.map +0 -1
  1503. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts +0 -32
  1504. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts.map +0 -1
  1505. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts +0 -38
  1506. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts.map +0 -1
  1507. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +0 -42
  1508. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +0 -1
  1509. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts +0 -9
  1510. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts.map +0 -1
  1511. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts +0 -11
  1512. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
  1513. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +0 -17
  1514. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +0 -1
  1515. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +0 -20
  1516. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +0 -1
  1517. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts +0 -6
  1518. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
  1519. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts +0 -35
  1520. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +0 -1
  1521. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +0 -43
  1522. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +0 -1
  1523. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +0 -31
  1524. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +0 -1
  1525. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +0 -14
  1526. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
  1527. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +0 -13
  1528. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
  1529. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +0 -30
  1530. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +0 -1
  1531. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts +0 -14
  1532. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts.map +0 -1
  1533. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +0 -25
  1534. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +0 -1
  1535. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts +0 -20
  1536. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts.map +0 -1
  1537. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +0 -21
  1538. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +0 -1
  1539. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +0 -33
  1540. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +0 -1
  1541. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -14
  1542. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +0 -1
  1543. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +0 -16
  1544. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +0 -1
  1545. package/libs/feature/editor/src/lib/expressions.d.ts +0 -4
  1546. package/libs/feature/editor/src/lib/expressions.d.ts.map +0 -1
  1547. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +0 -9
  1548. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +0 -1
  1549. package/libs/feature/editor/src/lib/fields.config.d.ts +0 -72
  1550. package/libs/feature/editor/src/lib/fields.config.d.ts.map +0 -1
  1551. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +0 -45
  1552. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +0 -1
  1553. package/libs/feature/editor/src/lib/models/index.d.ts +0 -2
  1554. package/libs/feature/editor/src/lib/models/index.d.ts.map +0 -1
  1555. package/libs/feature/editor/src/lib/services/editor.service.d.ts +0 -19
  1556. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +0 -1
  1557. package/libs/feature/map/src/index.d.ts +0 -14
  1558. package/libs/feature/map/src/index.d.ts.map +0 -1
  1559. package/libs/feature/map/src/lib/+state/map.actions.d.ts +0 -14
  1560. package/libs/feature/map/src/lib/+state/map.actions.d.ts.map +0 -1
  1561. package/libs/feature/map/src/lib/+state/map.facade.d.ts +0 -18
  1562. package/libs/feature/map/src/lib/+state/map.facade.d.ts.map +0 -1
  1563. package/libs/feature/map/src/lib/+state/map.reducer.d.ts +0 -14
  1564. package/libs/feature/map/src/lib/+state/map.reducer.d.ts.map +0 -1
  1565. package/libs/feature/map/src/lib/+state/map.selectors.d.ts +0 -9
  1566. package/libs/feature/map/src/lib/+state/map.selectors.d.ts.map +0 -1
  1567. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts +0 -11
  1568. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +0 -1
  1569. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts +0 -21
  1570. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +0 -1
  1571. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +0 -22
  1572. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +0 -1
  1573. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +0 -28
  1574. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +0 -1
  1575. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +0 -22
  1576. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +0 -1
  1577. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +0 -22
  1578. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +0 -1
  1579. package/libs/feature/map/src/lib/constant/index.d.ts +0 -2
  1580. package/libs/feature/map/src/lib/constant/index.d.ts.map +0 -1
  1581. package/libs/feature/map/src/lib/constant/projections.d.ts +0 -2
  1582. package/libs/feature/map/src/lib/constant/projections.d.ts.map +0 -1
  1583. package/libs/feature/map/src/lib/feature-map.module.d.ts +0 -8
  1584. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +0 -1
  1585. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts +0 -25
  1586. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +0 -1
  1587. package/libs/feature/map/src/lib/geocoding.service.d.ts +0 -18
  1588. package/libs/feature/map/src/lib/geocoding.service.d.ts.map +0 -1
  1589. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +0 -14
  1590. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +0 -1
  1591. package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts +0 -14
  1592. package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts.map +0 -1
  1593. package/libs/feature/map/src/lib/style/index.d.ts +0 -3
  1594. package/libs/feature/map/src/lib/style/index.d.ts.map +0 -1
  1595. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts +0 -4
  1596. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts.map +0 -1
  1597. package/libs/feature/map/src/lib/style/map-style.service.d.ts +0 -24
  1598. package/libs/feature/map/src/lib/style/map-style.service.d.ts.map +0 -1
  1599. package/libs/feature/map/src/lib/utils/index.d.ts +0 -2
  1600. package/libs/feature/map/src/lib/utils/index.d.ts.map +0 -1
  1601. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +0 -9
  1602. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +0 -1
  1603. package/libs/feature/notifications/src/index.d.ts +0 -3
  1604. package/libs/feature/notifications/src/index.d.ts.map +0 -1
  1605. package/libs/feature/notifications/src/lib/notification.model.d.ts +0 -7
  1606. package/libs/feature/notifications/src/lib/notification.model.d.ts.map +0 -1
  1607. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +0 -12
  1608. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +0 -1
  1609. package/libs/feature/notifications/src/lib/notifications.service.d.ts +0 -15
  1610. package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +0 -1
  1611. package/libs/feature/record/src/index.d.ts +0 -12
  1612. package/libs/feature/record/src/index.d.ts.map +0 -1
  1613. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +0 -43
  1614. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +0 -1
  1615. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +0 -19
  1616. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +0 -1
  1617. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +0 -11
  1618. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +0 -1
  1619. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +0 -16
  1620. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +0 -1
  1621. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +0 -20
  1622. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +0 -1
  1623. package/libs/feature/record/src/lib/feature-record.module.d.ts +0 -10
  1624. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +0 -1
  1625. package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts +0 -74
  1626. package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +0 -1
  1627. package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts +0 -19
  1628. package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +0 -1
  1629. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +0 -65
  1630. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +0 -1
  1631. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +0 -14
  1632. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +0 -1
  1633. package/libs/feature/record/src/lib/stac-view/stac-view.component.d.ts +0 -35
  1634. package/libs/feature/record/src/lib/stac-view/stac-view.component.d.ts.map +0 -1
  1635. package/libs/feature/record/src/lib/state/index.d.ts +0 -3
  1636. package/libs/feature/record/src/lib/state/index.d.ts.map +0 -1
  1637. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +0 -95
  1638. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +0 -1
  1639. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +0 -53
  1640. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +0 -1
  1641. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +0 -68
  1642. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +0 -1
  1643. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +0 -25
  1644. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +0 -1
  1645. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +0 -23
  1646. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +0 -1
  1647. package/libs/feature/router/src/index.d.ts +0 -2
  1648. package/libs/feature/router/src/index.d.ts.map +0 -1
  1649. package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts +0 -10
  1650. package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts.map +0 -1
  1651. package/libs/feature/router/src/lib/default/constants.d.ts +0 -14
  1652. package/libs/feature/router/src/lib/default/constants.d.ts.map +0 -1
  1653. package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts +0 -12
  1654. package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts.map +0 -1
  1655. package/libs/feature/router/src/lib/default/index.d.ts +0 -9
  1656. package/libs/feature/router/src/lib/default/index.d.ts.map +0 -1
  1657. package/libs/feature/router/src/lib/default/router.config.d.ts +0 -11
  1658. package/libs/feature/router/src/lib/default/router.config.d.ts.map +0 -1
  1659. package/libs/feature/router/src/lib/default/router.module.d.ts +0 -16
  1660. package/libs/feature/router/src/lib/default/router.module.d.ts.map +0 -1
  1661. package/libs/feature/router/src/lib/default/router.service.d.ts +0 -17
  1662. package/libs/feature/router/src/lib/default/router.service.d.ts.map +0 -1
  1663. package/libs/feature/router/src/lib/default/services/router-search.service.d.ts +0 -18
  1664. package/libs/feature/router/src/lib/default/services/router-search.service.d.ts.map +0 -1
  1665. package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts +0 -4
  1666. package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts.map +0 -1
  1667. package/libs/feature/router/src/lib/default/state/router.actions.d.ts +0 -10
  1668. package/libs/feature/router/src/lib/default/state/router.actions.d.ts.map +0 -1
  1669. package/libs/feature/router/src/lib/default/state/router.effects.d.ts +0 -36
  1670. package/libs/feature/router/src/lib/default/state/router.effects.d.ts.map +0 -1
  1671. package/libs/feature/router/src/lib/default/state/router.facade.d.ts +0 -30
  1672. package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +0 -1
  1673. package/libs/feature/router/src/lib/default/state/router.selectors.d.ts +0 -4
  1674. package/libs/feature/router/src/lib/default/state/router.selectors.d.ts.map +0 -1
  1675. package/libs/feature/search/src/index.d.ts +0 -26
  1676. package/libs/feature/search/src/index.d.ts.map +0 -1
  1677. package/libs/feature/search/src/lib/constants.d.ts +0 -6
  1678. package/libs/feature/search/src/lib/constants.d.ts.map +0 -1
  1679. package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts +0 -22
  1680. package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts.map +0 -1
  1681. package/libs/feature/search/src/lib/facets/facets.service.d.ts +0 -49
  1682. package/libs/feature/search/src/lib/facets/facets.service.d.ts.map +0 -1
  1683. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +0 -37
  1684. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +0 -1
  1685. package/libs/feature/search/src/lib/feature-search.module.d.ts +0 -9
  1686. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +0 -1
  1687. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +0 -29
  1688. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +0 -1
  1689. package/libs/feature/search/src/lib/filter-geometry.token.d.ts +0 -4
  1690. package/libs/feature/search/src/lib/filter-geometry.token.d.ts.map +0 -1
  1691. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +0 -41
  1692. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +0 -1
  1693. package/libs/feature/search/src/lib/record-url.token.d.ts +0 -5
  1694. package/libs/feature/search/src/lib/record-url.token.d.ts.map +0 -1
  1695. package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts +0 -19
  1696. package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts.map +0 -1
  1697. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +0 -22
  1698. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +0 -1
  1699. package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts +0 -16
  1700. package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts.map +0 -1
  1701. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +0 -36
  1702. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +0 -1
  1703. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +0 -38
  1704. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +0 -1
  1705. package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts +0 -21
  1706. package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts.map +0 -1
  1707. package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts +0 -34
  1708. package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts.map +0 -1
  1709. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts +0 -23
  1710. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +0 -1
  1711. package/libs/feature/search/src/lib/state/actions.d.ts +0 -162
  1712. package/libs/feature/search/src/lib/state/actions.d.ts.map +0 -1
  1713. package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts +0 -12
  1714. package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts.map +0 -1
  1715. package/libs/feature/search/src/lib/state/effects.d.ts +0 -27
  1716. package/libs/feature/search/src/lib/state/effects.d.ts.map +0 -1
  1717. package/libs/feature/search/src/lib/state/reducer.d.ts +0 -41
  1718. package/libs/feature/search/src/lib/state/reducer.d.ts.map +0 -1
  1719. package/libs/feature/search/src/lib/state/search.facade.d.ts +0 -52
  1720. package/libs/feature/search/src/lib/state/search.facade.d.ts.map +0 -1
  1721. package/libs/feature/search/src/lib/state/selectors.d.ts +0 -24
  1722. package/libs/feature/search/src/lib/state/selectors.d.ts.map +0 -1
  1723. package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts +0 -11
  1724. package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts.map +0 -1
  1725. package/libs/feature/search/src/lib/utils/service/fields.d.ts +0 -135
  1726. package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +0 -1
  1727. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts +0 -22
  1728. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +0 -1
  1729. package/libs/feature/search/src/lib/utils/service/search.service.d.ts +0 -23
  1730. package/libs/feature/search/src/lib/utils/service/search.service.d.ts.map +0 -1
  1731. package/libs/ui/catalog/src/index.d.ts +0 -6
  1732. package/libs/ui/catalog/src/index.d.ts.map +0 -1
  1733. package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts +0 -9
  1734. package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts.map +0 -1
  1735. package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts +0 -18
  1736. package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts.map +0 -1
  1737. package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +0 -12
  1738. package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts.map +0 -1
  1739. package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts +0 -18
  1740. package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts.map +0 -1
  1741. package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts +0 -8
  1742. package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts.map +0 -1
  1743. package/libs/ui/dataviz/src/index.d.ts +0 -5
  1744. package/libs/ui/dataviz/src/index.d.ts.map +0 -1
  1745. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +0 -30
  1746. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +0 -1
  1747. package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts +0 -14
  1748. package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts.map +0 -1
  1749. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +0 -50
  1750. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +0 -1
  1751. package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts +0 -12
  1752. package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts.map +0 -1
  1753. package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts +0 -10
  1754. package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts.map +0 -1
  1755. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +0 -13
  1756. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +0 -1
  1757. package/libs/ui/elements/src/index.d.ts +0 -31
  1758. package/libs/ui/elements/src/index.d.ts.map +0 -1
  1759. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts +0 -24
  1760. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +0 -1
  1761. package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts +0 -16
  1762. package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts.map +0 -1
  1763. package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts +0 -9
  1764. package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts.map +0 -1
  1765. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +0 -20
  1766. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +0 -1
  1767. package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts +0 -8
  1768. package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts.map +0 -1
  1769. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +0 -21
  1770. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +0 -1
  1771. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +0 -32
  1772. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +0 -1
  1773. package/libs/ui/elements/src/lib/error/error.component.d.ts +0 -18
  1774. package/libs/ui/elements/src/lib/error/error.component.d.ts.map +0 -1
  1775. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +0 -19
  1776. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts.map +0 -1
  1777. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts +0 -16
  1778. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +0 -1
  1779. package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts +0 -46
  1780. package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts.map +0 -1
  1781. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts +0 -10
  1782. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +0 -1
  1783. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +0 -30
  1784. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +0 -1
  1785. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +0 -14
  1786. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +0 -1
  1787. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +0 -13
  1788. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +0 -1
  1789. package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts +0 -9
  1790. package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts.map +0 -1
  1791. package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts +0 -7
  1792. package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts.map +0 -1
  1793. package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts +0 -15
  1794. package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts.map +0 -1
  1795. package/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.d.ts +0 -8
  1796. package/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.d.ts.map +0 -1
  1797. package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts +0 -15
  1798. package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts.map +0 -1
  1799. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +0 -31
  1800. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +0 -1
  1801. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +0 -21
  1802. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +0 -1
  1803. package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts +0 -14
  1804. package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts.map +0 -1
  1805. package/libs/ui/elements/src/lib/notification/notification.component.d.ts +0 -14
  1806. package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +0 -1
  1807. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +0 -33
  1808. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +0 -1
  1809. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +0 -27
  1810. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +0 -1
  1811. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +0 -31
  1812. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +0 -1
  1813. package/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.d.ts +0 -8
  1814. package/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.d.ts.map +0 -1
  1815. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +0 -29
  1816. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +0 -1
  1817. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +0 -21
  1818. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +0 -1
  1819. package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts +0 -10
  1820. package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts.map +0 -1
  1821. package/libs/ui/inputs/src/index.d.ts +0 -28
  1822. package/libs/ui/inputs/src/index.d.ts.map +0 -1
  1823. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +0 -74
  1824. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +0 -1
  1825. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts +0 -11
  1826. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +0 -1
  1827. package/libs/ui/inputs/src/lib/button/button.component.d.ts +0 -14
  1828. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +0 -1
  1829. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts +0 -13
  1830. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts.map +0 -1
  1831. package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts +0 -13
  1832. package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts.map +0 -1
  1833. package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts +0 -11
  1834. package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts.map +0 -1
  1835. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +0 -14
  1836. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +0 -1
  1837. package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts +0 -20
  1838. package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts.map +0 -1
  1839. package/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.d.ts +0 -12
  1840. package/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.d.ts.map +0 -1
  1841. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +0 -11
  1842. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +0 -1
  1843. package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts +0 -14
  1844. package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts.map +0 -1
  1845. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts +0 -46
  1846. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +0 -1
  1847. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts +0 -5
  1848. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts.map +0 -1
  1849. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +0 -41
  1850. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +0 -1
  1851. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts +0 -5
  1852. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts.map +0 -1
  1853. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +0 -15
  1854. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +0 -1
  1855. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts +0 -25
  1856. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +0 -1
  1857. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +0 -14
  1858. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +0 -1
  1859. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +0 -14
  1860. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +0 -1
  1861. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +0 -6
  1862. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +0 -1
  1863. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +0 -18
  1864. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +0 -1
  1865. package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts +0 -13
  1866. package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts.map +0 -1
  1867. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts +0 -13
  1868. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +0 -1
  1869. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +0 -18
  1870. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +0 -1
  1871. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +0 -19
  1872. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +0 -1
  1873. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +0 -19
  1874. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +0 -1
  1875. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +0 -25
  1876. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +0 -1
  1877. package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts +0 -18
  1878. package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts.map +0 -1
  1879. package/libs/ui/layout/src/index.d.ts +0 -20
  1880. package/libs/ui/layout/src/index.d.ts.map +0 -1
  1881. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +0 -26
  1882. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts.map +0 -1
  1883. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +0 -35
  1884. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +0 -1
  1885. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +0 -27
  1886. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +0 -1
  1887. package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts +0 -28
  1888. package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts.map +0 -1
  1889. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +0 -20
  1890. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +0 -1
  1891. package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts +0 -10
  1892. package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts.map +0 -1
  1893. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +0 -8
  1894. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +0 -1
  1895. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +0 -15
  1896. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts.map +0 -1
  1897. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +0 -20
  1898. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +0 -1
  1899. package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts +0 -20
  1900. package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts.map +0 -1
  1901. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts +0 -20
  1902. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts.map +0 -1
  1903. package/libs/ui/layout/src/lib/paginable.interface.d.ts +0 -15
  1904. package/libs/ui/layout/src/lib/paginable.interface.d.ts.map +0 -1
  1905. package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts +0 -11
  1906. package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts.map +0 -1
  1907. package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts +0 -9
  1908. package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts.map +0 -1
  1909. package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts +0 -10
  1910. package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts.map +0 -1
  1911. package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +0 -9
  1912. package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +0 -1
  1913. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts +0 -14
  1914. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts.map +0 -1
  1915. package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts +0 -37
  1916. package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts.map +0 -1
  1917. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +0 -22
  1918. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +0 -1
  1919. package/libs/ui/map/src/index.d.ts +0 -7
  1920. package/libs/ui/map/src/index.d.ts.map +0 -1
  1921. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +0 -13
  1922. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +0 -1
  1923. package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts +0 -39
  1924. package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts.map +0 -1
  1925. package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts +0 -18
  1926. package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts.map +0 -1
  1927. package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts +0 -12
  1928. package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts.map +0 -1
  1929. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +0 -15
  1930. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +0 -1
  1931. package/libs/ui/map/src/lib/map-utils.d.ts +0 -7
  1932. package/libs/ui/map/src/lib/map-utils.d.ts.map +0 -1
  1933. package/libs/ui/search/src/index.d.ts +0 -21
  1934. package/libs/ui/search/src/index.d.ts.map +0 -1
  1935. package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts +0 -34
  1936. package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts.map +0 -1
  1937. package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts +0 -16
  1938. package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts.map +0 -1
  1939. package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts +0 -19
  1940. package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts.map +0 -1
  1941. package/libs/ui/search/src/lib/facets/facets.model.d.ts +0 -27
  1942. package/libs/ui/search/src/lib/facets/facets.model.d.ts.map +0 -1
  1943. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts +0 -5
  1944. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts.map +0 -1
  1945. package/libs/ui/search/src/lib/facets/fixtures/index.d.ts +0 -2
  1946. package/libs/ui/search/src/lib/facets/fixtures/index.d.ts.map +0 -1
  1947. package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts +0 -12
  1948. package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts.map +0 -1
  1949. package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts +0 -27
  1950. package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts.map +0 -1
  1951. package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts +0 -7
  1952. package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts.map +0 -1
  1953. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts +0 -18
  1954. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +0 -1
  1955. package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts +0 -7
  1956. package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts.map +0 -1
  1957. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +0 -12
  1958. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +0 -1
  1959. package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts +0 -7
  1960. package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts.map +0 -1
  1961. package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts +0 -7
  1962. package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts.map +0 -1
  1963. package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts +0 -8
  1964. package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts.map +0 -1
  1965. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +0 -17
  1966. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +0 -1
  1967. package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts +0 -13
  1968. package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +0 -1
  1969. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts +0 -17
  1970. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +0 -1
  1971. package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts +0 -24
  1972. package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts.map +0 -1
  1973. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +0 -27
  1974. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +0 -1
  1975. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +0 -53
  1976. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +0 -1
  1977. package/libs/ui/widgets/src/index.d.ts +0 -7
  1978. package/libs/ui/widgets/src/index.d.ts.map +0 -1
  1979. package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts +0 -6
  1980. package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts.map +0 -1
  1981. package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts +0 -7
  1982. package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts.map +0 -1
  1983. package/libs/ui/widgets/src/lib/popover/popover.component.d.ts +0 -19
  1984. package/libs/ui/widgets/src/lib/popover/popover.component.d.ts.map +0 -1
  1985. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts +0 -19
  1986. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +0 -1
  1987. package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts +0 -16
  1988. package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts.map +0 -1
  1989. package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts +0 -6
  1990. package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts.map +0 -1
  1991. package/libs/util/app-config/src/index.d.ts +0 -5
  1992. package/libs/util/app-config/src/index.d.ts.map +0 -1
  1993. package/libs/util/app-config/src/lib/app-config.d.ts +0 -26
  1994. package/libs/util/app-config/src/lib/app-config.d.ts.map +0 -1
  1995. package/libs/util/app-config/src/lib/fixtures.d.ts +0 -10
  1996. package/libs/util/app-config/src/lib/fixtures.d.ts.map +0 -1
  1997. package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts +0 -10
  1998. package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts.map +0 -1
  1999. package/libs/util/app-config/src/lib/map-layers.d.ts +0 -4
  2000. package/libs/util/app-config/src/lib/map-layers.d.ts.map +0 -1
  2001. package/libs/util/app-config/src/lib/model.d.ts +0 -71
  2002. package/libs/util/app-config/src/lib/model.d.ts.map +0 -1
  2003. package/libs/util/app-config/src/lib/parse-utils.d.ts +0 -19
  2004. package/libs/util/app-config/src/lib/parse-utils.d.ts.map +0 -1
  2005. package/libs/util/data-fetcher/src/index.d.ts +0 -7
  2006. package/libs/util/data-fetcher/src/index.d.ts.map +0 -1
  2007. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +0 -23
  2008. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +0 -1
  2009. package/libs/util/data-fetcher/src/lib/headers.d.ts +0 -3
  2010. package/libs/util/data-fetcher/src/lib/headers.d.ts.map +0 -1
  2011. package/libs/util/data-fetcher/src/lib/model.d.ts +0 -68
  2012. package/libs/util/data-fetcher/src/lib/model.d.ts.map +0 -1
  2013. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts +0 -8
  2014. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts.map +0 -1
  2015. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts +0 -16
  2016. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts.map +0 -1
  2017. package/libs/util/data-fetcher/src/lib/readers/base.d.ts +0 -24
  2018. package/libs/util/data-fetcher/src/lib/readers/base.d.ts.map +0 -1
  2019. package/libs/util/data-fetcher/src/lib/readers/csv.d.ts +0 -13
  2020. package/libs/util/data-fetcher/src/lib/readers/csv.d.ts.map +0 -1
  2021. package/libs/util/data-fetcher/src/lib/readers/excel.d.ts +0 -18
  2022. package/libs/util/data-fetcher/src/lib/readers/excel.d.ts.map +0 -1
  2023. package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts +0 -18
  2024. package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts.map +0 -1
  2025. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts +0 -19
  2026. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts.map +0 -1
  2027. package/libs/util/data-fetcher/src/lib/readers/json.d.ts +0 -17
  2028. package/libs/util/data-fetcher/src/lib/readers/json.d.ts.map +0 -1
  2029. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +0 -25
  2030. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +0 -1
  2031. package/libs/util/data-fetcher/src/lib/sql-utils.d.ts +0 -13
  2032. package/libs/util/data-fetcher/src/lib/sql-utils.d.ts.map +0 -1
  2033. package/libs/util/data-fetcher/src/lib/utils.d.ts +0 -26
  2034. package/libs/util/data-fetcher/src/lib/utils.d.ts.map +0 -1
  2035. package/libs/util/i18n/src/index.d.ts +0 -8
  2036. package/libs/util/i18n/src/index.d.ts.map +0 -1
  2037. package/libs/util/i18n/src/lib/date-locales.d.ts +0 -5
  2038. package/libs/util/i18n/src/lib/date-locales.d.ts.map +0 -1
  2039. package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts +0 -6
  2040. package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts.map +0 -1
  2041. package/libs/util/i18n/src/lib/file.translate.loader.d.ts +0 -9
  2042. package/libs/util/i18n/src/lib/file.translate.loader.d.ts.map +0 -1
  2043. package/libs/util/i18n/src/lib/i18n.constants.d.ts +0 -12
  2044. package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +0 -1
  2045. package/libs/util/i18n/src/lib/i18n.interceptor.d.ts +0 -12
  2046. package/libs/util/i18n/src/lib/i18n.interceptor.d.ts.map +0 -1
  2047. package/libs/util/i18n/src/lib/i18n.providers.d.ts +0 -4
  2048. package/libs/util/i18n/src/lib/i18n.providers.d.ts.map +0 -1
  2049. package/libs/util/i18n/src/lib/language-codes.d.ts +0 -94
  2050. package/libs/util/i18n/src/lib/language-codes.d.ts.map +0 -1
  2051. package/libs/util/i18n/src/lib/translate.loader.utils.d.ts +0 -2
  2052. package/libs/util/i18n/src/lib/translate.loader.utils.d.ts.map +0 -1
  2053. package/libs/util/shared/src/index.d.ts +0 -8
  2054. package/libs/util/shared/src/index.d.ts.map +0 -1
  2055. package/libs/util/shared/src/lib/gn-ui-version.d.ts +0 -3
  2056. package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +0 -1
  2057. package/libs/util/shared/src/lib/humanize-date.directive.d.ts +0 -15
  2058. package/libs/util/shared/src/lib/humanize-date.directive.d.ts.map +0 -1
  2059. package/libs/util/shared/src/lib/image-fallback.directive.d.ts +0 -11
  2060. package/libs/util/shared/src/lib/image-fallback.directive.d.ts.map +0 -1
  2061. package/libs/util/shared/src/lib/links/index.d.ts +0 -3
  2062. package/libs/util/shared/src/lib/links/index.d.ts.map +0 -1
  2063. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +0 -18
  2064. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +0 -1
  2065. package/libs/util/shared/src/lib/links/link-utils.d.ts +0 -145
  2066. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +0 -1
  2067. package/libs/util/shared/src/lib/record/index.d.ts +0 -3
  2068. package/libs/util/shared/src/lib/record/index.d.ts.map +0 -1
  2069. package/libs/util/shared/src/lib/record/quality-score.util.d.ts +0 -13
  2070. package/libs/util/shared/src/lib/record/quality-score.util.d.ts.map +0 -1
  2071. package/libs/util/shared/src/lib/record/record.util.d.ts +0 -3
  2072. package/libs/util/shared/src/lib/record/record.util.d.ts.map +0 -1
  2073. package/libs/util/shared/src/lib/services/date.service.d.ts +0 -17
  2074. package/libs/util/shared/src/lib/services/date.service.d.ts.map +0 -1
  2075. package/libs/util/shared/src/lib/services/index.d.ts +0 -5
  2076. package/libs/util/shared/src/lib/services/index.d.ts.map +0 -1
  2077. package/libs/util/shared/src/lib/services/log.service.d.ts +0 -9
  2078. package/libs/util/shared/src/lib/services/log.service.d.ts.map +0 -1
  2079. package/libs/util/shared/src/lib/services/proxy.service.d.ts +0 -19
  2080. package/libs/util/shared/src/lib/services/proxy.service.d.ts.map +0 -1
  2081. package/libs/util/shared/src/lib/services/theme.service.d.ts +0 -11
  2082. package/libs/util/shared/src/lib/services/theme.service.d.ts.map +0 -1
  2083. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +0 -3
  2084. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +0 -1
  2085. package/libs/util/shared/src/lib/utils/event.d.ts +0 -7
  2086. package/libs/util/shared/src/lib/utils/event.d.ts.map +0 -1
  2087. package/libs/util/shared/src/lib/utils/format-fields.d.ts +0 -2
  2088. package/libs/util/shared/src/lib/utils/format-fields.d.ts.map +0 -1
  2089. package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts +0 -9
  2090. package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts.map +0 -1
  2091. package/libs/util/shared/src/lib/utils/geojson.d.ts +0 -8
  2092. package/libs/util/shared/src/lib/utils/geojson.d.ts.map +0 -1
  2093. package/libs/util/shared/src/lib/utils/image-resize.d.ts +0 -3
  2094. package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +0 -1
  2095. package/libs/util/shared/src/lib/utils/index.d.ts +0 -16
  2096. package/libs/util/shared/src/lib/utils/index.d.ts.map +0 -1
  2097. package/libs/util/shared/src/lib/utils/mobile-screen.d.ts +0 -2
  2098. package/libs/util/shared/src/lib/utils/mobile-screen.d.ts.map +0 -1
  2099. package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts +0 -2
  2100. package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts.map +0 -1
  2101. package/libs/util/shared/src/lib/utils/parse.d.ts +0 -6
  2102. package/libs/util/shared/src/lib/utils/parse.d.ts.map +0 -1
  2103. package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts +0 -2
  2104. package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts.map +0 -1
  2105. package/libs/util/shared/src/lib/utils/scroll.d.ts +0 -12
  2106. package/libs/util/shared/src/lib/utils/scroll.d.ts.map +0 -1
  2107. package/libs/util/shared/src/lib/utils/sort-by.d.ts +0 -5
  2108. package/libs/util/shared/src/lib/utils/sort-by.d.ts.map +0 -1
  2109. package/libs/util/shared/src/lib/utils/strip-html.d.ts +0 -2
  2110. package/libs/util/shared/src/lib/utils/strip-html.d.ts.map +0 -1
  2111. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +0 -9
  2112. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +0 -1
  2113. package/libs/util/shared/src/lib/utils/url.d.ts +0 -7
  2114. package/libs/util/shared/src/lib/utils/url.d.ts.map +0 -1
@@ -1,116 +0,0 @@
1
- import { Location } from '@angular/common';
2
- import { Inject, Injectable } from '@angular/core';
3
- import { Router } from '@angular/router';
4
- import { MdViewActions } from '../../../../../../../libs/feature/record/src';
5
- import { FieldsService, Paginate, SetFilters, SetSortBy, } from '../../../../../../../libs/feature/search/src';
6
- import { Actions, createEffect, ofType } from '@ngrx/effects';
7
- import { navigation } from '@ngrx/router-store/data-persistence';
8
- import { of, pairwise, startWith } from 'rxjs';
9
- import { map, mergeMap, tap } from 'rxjs/operators';
10
- import * as RouterActions from './router.actions';
11
- import { RouterFacade } from './router.facade';
12
- import { ROUTE_PARAMS } from '../constants';
13
- import { sortByFromString } from '../../../../../../../libs/util/shared/src';
14
- import { ROUTER_CONFIG } from '../router.config';
15
- import { RouterService } from '../router.service';
16
- import * as i0 from "@angular/core";
17
- import * as i1 from "@ngrx/effects";
18
- import * as i2 from "@angular/router";
19
- import * as i3 from "@angular/common";
20
- import * as i4 from "./router.facade";
21
- import * as i5 from "../../../../../../../libs/feature/search/src";
22
- import * as i6 from "../router.service";
23
- export class RouterEffects {
24
- constructor(_actions$, _router, _location, facade, routerConfig, fieldsService, routerService) {
25
- this._actions$ = _actions$;
26
- this._router = _router;
27
- this._location = _location;
28
- this.facade = facade;
29
- this.routerConfig = routerConfig;
30
- this.fieldsService = fieldsService;
31
- this.routerService = routerService;
32
- this.navigate$ = createEffect(() => this._actions$.pipe(ofType(RouterActions.goAction), tap(({ path, query: queryParams, queryParamsHandling }) => {
33
- this._router.navigate([path], {
34
- queryParams,
35
- queryParamsHandling,
36
- });
37
- })), { dispatch: false });
38
- this.syncSearchState$ = createEffect(() => this.facade.searchParams$.pipe(mergeMap((searchParams) => this.fieldsService
39
- .buildFiltersFromFieldValues(searchParams)
40
- .pipe(map((filters) => [searchParams, filters]))), startWith([null, {}]), pairwise(), map(([[oldParams, oldFilters], [newParams, newFilters]]) => {
41
- let sortBy = ROUTE_PARAMS.SORT in newParams
42
- ? sortByFromString(newParams[ROUTE_PARAMS.SORT])
43
- : this.routerService.getDefaultSort();
44
- let pageNumber = ROUTE_PARAMS.PAGE in newParams
45
- ? parseInt(newParams[ROUTE_PARAMS.PAGE])
46
- : 1;
47
- if (oldParams !== null) {
48
- const oldSort = ROUTE_PARAMS.SORT in oldParams
49
- ? sortByFromString(oldParams[ROUTE_PARAMS.SORT])
50
- : this.routerService.getDefaultSort();
51
- if (JSON.stringify(sortBy) === JSON.stringify(oldSort)) {
52
- sortBy = null;
53
- }
54
- const oldPage = ROUTE_PARAMS.PAGE in oldParams
55
- ? parseInt(oldParams[ROUTE_PARAMS.PAGE])
56
- : 1;
57
- if (pageNumber === oldPage) {
58
- pageNumber = null;
59
- }
60
- }
61
- const filters = JSON.stringify(oldFilters) === JSON.stringify(newFilters)
62
- ? null
63
- : newFilters;
64
- return [sortBy, pageNumber, filters];
65
- }), mergeMap(([sortBy, pageNumber, filters]) => {
66
- const actions = [];
67
- if (filters !== null) {
68
- actions.push(new SetFilters(filters, this.routerConfig.searchStateId));
69
- }
70
- if (sortBy !== null) {
71
- actions.push(new SetSortBy(sortBy, this.routerConfig.searchStateId));
72
- }
73
- if (pageNumber !== null) {
74
- actions.push(new Paginate(pageNumber, this.routerConfig.searchStateId));
75
- }
76
- return of(...actions);
77
- })));
78
- /**
79
- * This effect will load the metadata when a navigation to
80
- * a metadata record happens
81
- */
82
- this.navigateToMetadata$ = createEffect(() => this._actions$.pipe(navigation(this.routerConfig.recordRouteComponent, {
83
- run: (activatedRouteSnapshot) => {
84
- return of(MdViewActions.setIncompleteMetadata({
85
- incomplete: {
86
- uniqueIdentifier: activatedRouteSnapshot.params.metadataUuid,
87
- title: '',
88
- },
89
- }), MdViewActions.loadFullMetadata({
90
- uuid: activatedRouteSnapshot.params.metadataUuid,
91
- }));
92
- },
93
- onError(a, e) {
94
- console.error('Navigation failed', e);
95
- },
96
- })));
97
- /**
98
- * This effect will close the metadata when a navigation to
99
- * the search results happens
100
- */
101
- this.navigateToSearch$ = createEffect(() => this._actions$.pipe(navigation(this.routerConfig.searchRouteComponent, {
102
- run: () => MdViewActions.closeMetadata(),
103
- })));
104
- this.navigateBack$ = createEffect(() => this._actions$.pipe(ofType(RouterActions.backAction), tap(() => this._location.back())), { dispatch: false });
105
- this.navigateForward$ = createEffect(() => this._actions$.pipe(ofType(RouterActions.forwardAction), tap(() => this._location.forward())), { dispatch: false });
106
- }
107
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterEffects, deps: [{ token: i1.Actions }, { token: i2.Router }, { token: i3.Location }, { token: i4.RouterFacade }, { token: ROUTER_CONFIG }, { token: i5.FieldsService }, { token: i6.RouterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
108
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterEffects }); }
109
- }
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterEffects, decorators: [{
111
- type: Injectable
112
- }], ctorParameters: () => [{ type: i1.Actions }, { type: i2.Router }, { type: i3.Location }, { type: i4.RouterFacade }, { type: undefined, decorators: [{
113
- type: Inject,
114
- args: [ROUTER_CONFIG]
115
- }] }, { type: i5.FieldsService }, { type: i6.RouterService }] });
116
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm91dGVyLmVmZmVjdHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvcm91dGVyL3NyYy9saWIvZGVmYXVsdC9zdGF0ZS9yb3V0ZXIuZWZmZWN0cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDMUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDbEQsT0FBTyxFQUEwQixNQUFNLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUNoRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sOENBQThDLENBQUE7QUFDNUUsT0FBTyxFQUNMLGFBQWEsRUFDYixRQUFRLEVBRVIsVUFBVSxFQUNWLFNBQVMsR0FDVixNQUFNLDhDQUE4QyxDQUFBO0FBRXJELE9BQU8sRUFBRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUM3RCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0scUNBQXFDLENBQUE7QUFDaEUsT0FBTyxFQUFFLEVBQUUsRUFBRSxRQUFRLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFBO0FBQzlDLE9BQU8sRUFBRSxHQUFHLEVBQUUsUUFBUSxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQ25ELE9BQU8sS0FBSyxhQUFhLE1BQU0sa0JBQWtCLENBQUE7QUFDakQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxjQUFjLENBQUE7QUFDM0MsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMkNBQTJDLENBQUE7QUFDNUUsT0FBTyxFQUFFLGFBQWEsRUFBcUIsTUFBTSxrQkFBa0IsQ0FBQTtBQUNuRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sbUJBQW1CLENBQUE7Ozs7Ozs7O0FBR2pELE1BQU0sT0FBTyxhQUFhO0lBQ3hCLFlBQ1UsU0FBa0IsRUFDbEIsT0FBZSxFQUNmLFNBQW1CLEVBQ25CLE1BQW9CLEVBQ0csWUFBK0IsRUFDdEQsYUFBNEIsRUFDNUIsYUFBNEI7UUFONUIsY0FBUyxHQUFULFNBQVMsQ0FBUztRQUNsQixZQUFPLEdBQVAsT0FBTyxDQUFRO1FBQ2YsY0FBUyxHQUFULFNBQVMsQ0FBVTtRQUNuQixXQUFNLEdBQU4sTUFBTSxDQUFjO1FBQ0csaUJBQVksR0FBWixZQUFZLENBQW1CO1FBQ3RELGtCQUFhLEdBQWIsYUFBYSxDQUFlO1FBQzVCLGtCQUFhLEdBQWIsYUFBYSxDQUFlO1FBR3RDLGNBQVMsR0FBRyxZQUFZLENBQ3RCLEdBQUcsRUFBRSxDQUNILElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUNqQixNQUFNLENBQUMsYUFBYSxDQUFDLFFBQVEsQ0FBQyxFQUM5QixHQUFHLENBQUMsQ0FBQyxFQUFFLElBQUksRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFLG1CQUFtQixFQUFFLEVBQUUsRUFBRTtZQUN4RCxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxDQUFDLElBQUksQ0FBQyxFQUFFO2dCQUM1QixXQUFXO2dCQUNYLG1CQUFtQjthQUNwQixDQUFDLENBQUE7UUFDSixDQUFDLENBQUMsQ0FDSCxFQUNILEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxDQUNwQixDQUFBO1FBRUQscUJBQWdCLEdBQUcsWUFBWSxDQUFDLEdBQUcsRUFBRSxDQUNuQyxJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQzVCLFFBQVEsQ0FBQyxDQUFDLFlBQW9DLEVBQUUsRUFBRSxDQUNoRCxJQUFJLENBQUMsYUFBYTthQUNmLDJCQUEyQixDQUFDLFlBQVksQ0FBQzthQUN6QyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsT0FBTyxFQUFFLEVBQUUsQ0FBQyxDQUFDLFlBQVksRUFBRSxPQUFPLENBQVUsQ0FBQyxDQUFDLENBQzVELEVBQ0QsU0FBUyxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FBMkMsQ0FBQyxFQUMvRCxRQUFRLEVBQUUsRUFDVixHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxFQUFFLFVBQVUsQ0FBQyxFQUFFLENBQUMsU0FBUyxFQUFFLFVBQVUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtZQUN6RCxJQUFJLE1BQU0sR0FDUixZQUFZLENBQUMsSUFBSSxJQUFJLFNBQVM7Z0JBQzVCLENBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxDQUFDO2dCQUNoRCxDQUFDLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxjQUFjLEVBQUUsQ0FBQTtZQUN6QyxJQUFJLFVBQVUsR0FDWixZQUFZLENBQUMsSUFBSSxJQUFJLFNBQVM7Z0JBQzVCLENBQUMsQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsQ0FBQztnQkFDeEMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtZQUNQLElBQUksU0FBUyxLQUFLLElBQUksRUFBRSxDQUFDO2dCQUN2QixNQUFNLE9BQU8sR0FDWCxZQUFZLENBQUMsSUFBSSxJQUFJLFNBQVM7b0JBQzVCLENBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxDQUFDO29CQUNoRCxDQUFDLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxjQUFjLEVBQUUsQ0FBQTtnQkFDekMsSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxLQUFLLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQztvQkFDdkQsTUFBTSxHQUFHLElBQUksQ0FBQTtnQkFDZixDQUFDO2dCQUNELE1BQU0sT0FBTyxHQUNYLFlBQVksQ0FBQyxJQUFJLElBQUksU0FBUztvQkFDNUIsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxDQUFDO29CQUN4QyxDQUFDLENBQUMsQ0FBQyxDQUFBO2dCQUNQLElBQUksVUFBVSxLQUFLLE9BQU8sRUFBRSxDQUFDO29CQUMzQixVQUFVLEdBQUcsSUFBSSxDQUFBO2dCQUNuQixDQUFDO1lBQ0gsQ0FBQztZQUNELE1BQU0sT0FBTyxHQUNYLElBQUksQ0FBQyxTQUFTLENBQUMsVUFBVSxDQUFDLEtBQUssSUFBSSxDQUFDLFNBQVMsQ0FBQyxVQUFVLENBQUM7Z0JBQ3ZELENBQUMsQ0FBQyxJQUFJO2dCQUNOLENBQUMsQ0FBQyxVQUFVLENBQUE7WUFDaEIsT0FBTyxDQUFDLE1BQU0sRUFBRSxVQUFVLEVBQUUsT0FBTyxDQUFVLENBQUE7UUFDL0MsQ0FBQyxDQUFDLEVBQ0YsUUFBUSxDQUFDLENBQUMsQ0FBQyxNQUFNLEVBQUUsVUFBVSxFQUFFLE9BQU8sQ0FBQyxFQUFFLEVBQUU7WUFDekMsTUFBTSxPQUFPLEdBQW9CLEVBQUUsQ0FBQTtZQUNuQyxJQUFJLE9BQU8sS0FBSyxJQUFJLEVBQUUsQ0FBQztnQkFDckIsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLFVBQVUsQ0FBQyxPQUFPLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFBO1lBQ3hFLENBQUM7WUFDRCxJQUFJLE1BQU0sS0FBSyxJQUFJLEVBQUUsQ0FBQztnQkFDcEIsT0FBTyxDQUFDLElBQUksQ0FBQyxJQUFJLFNBQVMsQ0FBQyxNQUFNLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFBO1lBQ3RFLENBQUM7WUFDRCxJQUFJLFVBQVUsS0FBSyxJQUFJLEVBQUUsQ0FBQztnQkFDeEIsT0FBTyxDQUFDLElBQUksQ0FDVixJQUFJLFFBQVEsQ0FBQyxVQUFVLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxhQUFhLENBQUMsQ0FDMUQsQ0FBQTtZQUNILENBQUM7WUFDRCxPQUFPLEVBQUUsQ0FBQyxHQUFHLE9BQU8sQ0FBQyxDQUFBO1FBQ3ZCLENBQUMsQ0FBQyxDQUNILENBQ0YsQ0FBQTtRQUVEOzs7V0FHRztRQUNILHdCQUFtQixHQUFHLFlBQVksQ0FBQyxHQUFHLEVBQUUsQ0FDdEMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQ2pCLFVBQVUsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLG9CQUFvQixFQUFFO1lBQ2pELEdBQUcsRUFBRSxDQUFDLHNCQUE4QyxFQUFFLEVBQUU7Z0JBQ3RELE9BQU8sRUFBRSxDQUNQLGFBQWEsQ0FBQyxxQkFBcUIsQ0FBQztvQkFDbEMsVUFBVSxFQUFFO3dCQUNWLGdCQUFnQixFQUFFLHNCQUFzQixDQUFDLE1BQU0sQ0FBQyxZQUFZO3dCQUM1RCxLQUFLLEVBQUUsRUFBRTtxQkFDVjtpQkFDRixDQUFDLEVBQ0YsYUFBYSxDQUFDLGdCQUFnQixDQUFDO29CQUM3QixJQUFJLEVBQUUsc0JBQXNCLENBQUMsTUFBTSxDQUFDLFlBQVk7aUJBQ2pELENBQUMsQ0FDSCxDQUFBO1lBQ0gsQ0FBQztZQUVELE9BQU8sQ0FBQyxDQUF5QixFQUFFLENBQUM7Z0JBQ2xDLE9BQU8sQ0FBQyxLQUFLLENBQUMsbUJBQW1CLEVBQUUsQ0FBQyxDQUFDLENBQUE7WUFDdkMsQ0FBQztTQUNGLENBQUMsQ0FDSCxDQUNGLENBQUE7UUFFRDs7O1dBR0c7UUFDSCxzQkFBaUIsR0FBRyxZQUFZLENBQUMsR0FBRyxFQUFFLENBQ3BDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUNqQixVQUFVLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxvQkFBb0IsRUFBRTtZQUNqRCxHQUFHLEVBQUUsR0FBRyxFQUFFLENBQUMsYUFBYSxDQUFDLGFBQWEsRUFBRTtTQUN6QyxDQUFDLENBQ0gsQ0FDRixDQUFBO1FBRUQsa0JBQWEsR0FBRyxZQUFZLENBQzFCLEdBQUcsRUFBRSxDQUNILElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUNqQixNQUFNLENBQUMsYUFBYSxDQUFDLFVBQVUsQ0FBQyxFQUNoQyxHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUNqQyxFQUNILEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxDQUNwQixDQUFBO1FBRUQscUJBQWdCLEdBQUcsWUFBWSxDQUM3QixHQUFHLEVBQUUsQ0FDSCxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FDakIsTUFBTSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMsRUFDbkMsR0FBRyxDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxFQUFFLENBQUMsQ0FDcEMsRUFDSCxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUUsQ0FDcEIsQ0FBQTtJQWxJRSxDQUFDOytHQVRPLGFBQWEsbUhBTWQsYUFBYTttSEFOWixhQUFhOzs0RkFBYixhQUFhO2tCQUR6QixVQUFVOzswQkFPTixNQUFNOzJCQUFDLGFBQWEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBMb2NhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbidcbmltcG9ydCB7IEluamVjdCwgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBBY3RpdmF0ZWRSb3V0ZVNuYXBzaG90LCBSb3V0ZXIgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInXG5pbXBvcnQgeyBNZFZpZXdBY3Rpb25zIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL3JlY29yZC9zcmMnXG5pbXBvcnQge1xuICBGaWVsZHNTZXJ2aWNlLFxuICBQYWdpbmF0ZSxcbiAgU2VhcmNoQWN0aW9ucyxcbiAgU2V0RmlsdGVycyxcbiAgU2V0U29ydEJ5LFxufSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvc2VhcmNoL3NyYydcbmltcG9ydCB7IEZpZWxkRmlsdGVycyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL2RvbWFpbi9zcmMvbGliL21vZGVsL3NlYXJjaCdcbmltcG9ydCB7IEFjdGlvbnMsIGNyZWF0ZUVmZmVjdCwgb2ZUeXBlIH0gZnJvbSAnQG5ncngvZWZmZWN0cydcbmltcG9ydCB7IG5hdmlnYXRpb24gfSBmcm9tICdAbmdyeC9yb3V0ZXItc3RvcmUvZGF0YS1wZXJzaXN0ZW5jZSdcbmltcG9ydCB7IG9mLCBwYWlyd2lzZSwgc3RhcnRXaXRoIH0gZnJvbSAncnhqcydcbmltcG9ydCB7IG1hcCwgbWVyZ2VNYXAsIHRhcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJ1xuaW1wb3J0ICogYXMgUm91dGVyQWN0aW9ucyBmcm9tICcuL3JvdXRlci5hY3Rpb25zJ1xuaW1wb3J0IHsgUm91dGVyRmFjYWRlIH0gZnJvbSAnLi9yb3V0ZXIuZmFjYWRlJ1xuaW1wb3J0IHsgUk9VVEVfUEFSQU1TIH0gZnJvbSAnLi4vY29uc3RhbnRzJ1xuaW1wb3J0IHsgc29ydEJ5RnJvbVN0cmluZyB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdXRpbC9zaGFyZWQvc3JjJ1xuaW1wb3J0IHsgUk9VVEVSX0NPTkZJRywgUm91dGVyQ29uZmlnTW9kZWwgfSBmcm9tICcuLi9yb3V0ZXIuY29uZmlnJ1xuaW1wb3J0IHsgUm91dGVyU2VydmljZSB9IGZyb20gJy4uL3JvdXRlci5zZXJ2aWNlJ1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgUm91dGVyRWZmZWN0cyB7XG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgX2FjdGlvbnMkOiBBY3Rpb25zLFxuICAgIHByaXZhdGUgX3JvdXRlcjogUm91dGVyLFxuICAgIHByaXZhdGUgX2xvY2F0aW9uOiBMb2NhdGlvbixcbiAgICBwcml2YXRlIGZhY2FkZTogUm91dGVyRmFjYWRlLFxuICAgIEBJbmplY3QoUk9VVEVSX0NPTkZJRykgcHJpdmF0ZSByb3V0ZXJDb25maWc6IFJvdXRlckNvbmZpZ01vZGVsLFxuICAgIHByaXZhdGUgZmllbGRzU2VydmljZTogRmllbGRzU2VydmljZSxcbiAgICBwcml2YXRlIHJvdXRlclNlcnZpY2U6IFJvdXRlclNlcnZpY2VcbiAgKSB7fVxuXG4gIG5hdmlnYXRlJCA9IGNyZWF0ZUVmZmVjdChcbiAgICAoKSA9PlxuICAgICAgdGhpcy5fYWN0aW9ucyQucGlwZShcbiAgICAgICAgb2ZUeXBlKFJvdXRlckFjdGlvbnMuZ29BY3Rpb24pLFxuICAgICAgICB0YXAoKHsgcGF0aCwgcXVlcnk6IHF1ZXJ5UGFyYW1zLCBxdWVyeVBhcmFtc0hhbmRsaW5nIH0pID0+IHtcbiAgICAgICAgICB0aGlzLl9yb3V0ZXIubmF2aWdhdGUoW3BhdGhdLCB7XG4gICAgICAgICAgICBxdWVyeVBhcmFtcyxcbiAgICAgICAgICAgIHF1ZXJ5UGFyYW1zSGFuZGxpbmcsXG4gICAgICAgICAgfSlcbiAgICAgICAgfSlcbiAgICAgICksXG4gICAgeyBkaXNwYXRjaDogZmFsc2UgfVxuICApXG5cbiAgc3luY1NlYXJjaFN0YXRlJCA9IGNyZWF0ZUVmZmVjdCgoKSA9PlxuICAgIHRoaXMuZmFjYWRlLnNlYXJjaFBhcmFtcyQucGlwZShcbiAgICAgIG1lcmdlTWFwKChzZWFyY2hQYXJhbXM6IFJlY29yZDxzdHJpbmcsIHN0cmluZz4pID0+XG4gICAgICAgIHRoaXMuZmllbGRzU2VydmljZVxuICAgICAgICAgIC5idWlsZEZpbHRlcnNGcm9tRmllbGRWYWx1ZXMoc2VhcmNoUGFyYW1zKVxuICAgICAgICAgIC5waXBlKG1hcCgoZmlsdGVycykgPT4gW3NlYXJjaFBhcmFtcywgZmlsdGVyc10gYXMgY29uc3QpKVxuICAgICAgKSxcbiAgICAgIHN0YXJ0V2l0aChbbnVsbCwge31dIGFzIFtSZWNvcmQ8c3RyaW5nLCBzdHJpbmc+LCBGaWVsZEZpbHRlcnNdKSxcbiAgICAgIHBhaXJ3aXNlKCksXG4gICAgICBtYXAoKFtbb2xkUGFyYW1zLCBvbGRGaWx0ZXJzXSwgW25ld1BhcmFtcywgbmV3RmlsdGVyc11dKSA9PiB7XG4gICAgICAgIGxldCBzb3J0QnkgPVxuICAgICAgICAgIFJPVVRFX1BBUkFNUy5TT1JUIGluIG5ld1BhcmFtc1xuICAgICAgICAgICAgPyBzb3J0QnlGcm9tU3RyaW5nKG5ld1BhcmFtc1tST1VURV9QQVJBTVMuU09SVF0pXG4gICAgICAgICAgICA6IHRoaXMucm91dGVyU2VydmljZS5nZXREZWZhdWx0U29ydCgpXG4gICAgICAgIGxldCBwYWdlTnVtYmVyID1cbiAgICAgICAgICBST1VURV9QQVJBTVMuUEFHRSBpbiBuZXdQYXJhbXNcbiAgICAgICAgICAgID8gcGFyc2VJbnQobmV3UGFyYW1zW1JPVVRFX1BBUkFNUy5QQUdFXSlcbiAgICAgICAgICAgIDogMVxuICAgICAgICBpZiAob2xkUGFyYW1zICE9PSBudWxsKSB7XG4gICAgICAgICAgY29uc3Qgb2xkU29ydCA9XG4gICAgICAgICAgICBST1VURV9QQVJBTVMuU09SVCBpbiBvbGRQYXJhbXNcbiAgICAgICAgICAgICAgPyBzb3J0QnlGcm9tU3RyaW5nKG9sZFBhcmFtc1tST1VURV9QQVJBTVMuU09SVF0pXG4gICAgICAgICAgICAgIDogdGhpcy5yb3V0ZXJTZXJ2aWNlLmdldERlZmF1bHRTb3J0KClcbiAgICAgICAgICBpZiAoSlNPTi5zdHJpbmdpZnkoc29ydEJ5KSA9PT0gSlNPTi5zdHJpbmdpZnkob2xkU29ydCkpIHtcbiAgICAgICAgICAgIHNvcnRCeSA9IG51bGxcbiAgICAgICAgICB9XG4gICAgICAgICAgY29uc3Qgb2xkUGFnZSA9XG4gICAgICAgICAgICBST1VURV9QQVJBTVMuUEFHRSBpbiBvbGRQYXJhbXNcbiAgICAgICAgICAgICAgPyBwYXJzZUludChvbGRQYXJhbXNbUk9VVEVfUEFSQU1TLlBBR0VdKVxuICAgICAgICAgICAgICA6IDFcbiAgICAgICAgICBpZiAocGFnZU51bWJlciA9PT0gb2xkUGFnZSkge1xuICAgICAgICAgICAgcGFnZU51bWJlciA9IG51bGxcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgY29uc3QgZmlsdGVycyA9XG4gICAgICAgICAgSlNPTi5zdHJpbmdpZnkob2xkRmlsdGVycykgPT09IEpTT04uc3RyaW5naWZ5KG5ld0ZpbHRlcnMpXG4gICAgICAgICAgICA/IG51bGxcbiAgICAgICAgICAgIDogbmV3RmlsdGVyc1xuICAgICAgICByZXR1cm4gW3NvcnRCeSwgcGFnZU51bWJlciwgZmlsdGVyc10gYXMgY29uc3RcbiAgICAgIH0pLFxuICAgICAgbWVyZ2VNYXAoKFtzb3J0QnksIHBhZ2VOdW1iZXIsIGZpbHRlcnNdKSA9PiB7XG4gICAgICAgIGNvbnN0IGFjdGlvbnM6IFNlYXJjaEFjdGlvbnNbXSA9IFtdXG4gICAgICAgIGlmIChmaWx0ZXJzICE9PSBudWxsKSB7XG4gICAgICAgICAgYWN0aW9ucy5wdXNoKG5ldyBTZXRGaWx0ZXJzKGZpbHRlcnMsIHRoaXMucm91dGVyQ29uZmlnLnNlYXJjaFN0YXRlSWQpKVxuICAgICAgICB9XG4gICAgICAgIGlmIChzb3J0QnkgIT09IG51bGwpIHtcbiAgICAgICAgICBhY3Rpb25zLnB1c2gobmV3IFNldFNvcnRCeShzb3J0QnksIHRoaXMucm91dGVyQ29uZmlnLnNlYXJjaFN0YXRlSWQpKVxuICAgICAgICB9XG4gICAgICAgIGlmIChwYWdlTnVtYmVyICE9PSBudWxsKSB7XG4gICAgICAgICAgYWN0aW9ucy5wdXNoKFxuICAgICAgICAgICAgbmV3IFBhZ2luYXRlKHBhZ2VOdW1iZXIsIHRoaXMucm91dGVyQ29uZmlnLnNlYXJjaFN0YXRlSWQpXG4gICAgICAgICAgKVxuICAgICAgICB9XG4gICAgICAgIHJldHVybiBvZiguLi5hY3Rpb25zKVxuICAgICAgfSlcbiAgICApXG4gIClcblxuICAvKipcbiAgICogVGhpcyBlZmZlY3Qgd2lsbCBsb2FkIHRoZSBtZXRhZGF0YSB3aGVuIGEgbmF2aWdhdGlvbiB0b1xuICAgKiBhIG1ldGFkYXRhIHJlY29yZCBoYXBwZW5zXG4gICAqL1xuICBuYXZpZ2F0ZVRvTWV0YWRhdGEkID0gY3JlYXRlRWZmZWN0KCgpID0+XG4gICAgdGhpcy5fYWN0aW9ucyQucGlwZShcbiAgICAgIG5hdmlnYXRpb24odGhpcy5yb3V0ZXJDb25maWcucmVjb3JkUm91dGVDb21wb25lbnQsIHtcbiAgICAgICAgcnVuOiAoYWN0aXZhdGVkUm91dGVTbmFwc2hvdDogQWN0aXZhdGVkUm91dGVTbmFwc2hvdCkgPT4ge1xuICAgICAgICAgIHJldHVybiBvZihcbiAgICAgICAgICAgIE1kVmlld0FjdGlvbnMuc2V0SW5jb21wbGV0ZU1ldGFkYXRhKHtcbiAgICAgICAgICAgICAgaW5jb21wbGV0ZToge1xuICAgICAgICAgICAgICAgIHVuaXF1ZUlkZW50aWZpZXI6IGFjdGl2YXRlZFJvdXRlU25hcHNob3QucGFyYW1zLm1ldGFkYXRhVXVpZCxcbiAgICAgICAgICAgICAgICB0aXRsZTogJycsXG4gICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICB9KSxcbiAgICAgICAgICAgIE1kVmlld0FjdGlvbnMubG9hZEZ1bGxNZXRhZGF0YSh7XG4gICAgICAgICAgICAgIHV1aWQ6IGFjdGl2YXRlZFJvdXRlU25hcHNob3QucGFyYW1zLm1ldGFkYXRhVXVpZCxcbiAgICAgICAgICAgIH0pXG4gICAgICAgICAgKVxuICAgICAgICB9LFxuXG4gICAgICAgIG9uRXJyb3IoYTogQWN0aXZhdGVkUm91dGVTbmFwc2hvdCwgZSkge1xuICAgICAgICAgIGNvbnNvbGUuZXJyb3IoJ05hdmlnYXRpb24gZmFpbGVkJywgZSlcbiAgICAgICAgfSxcbiAgICAgIH0pXG4gICAgKVxuICApXG5cbiAgLyoqXG4gICAqIFRoaXMgZWZmZWN0IHdpbGwgY2xvc2UgdGhlIG1ldGFkYXRhIHdoZW4gYSBuYXZpZ2F0aW9uIHRvXG4gICAqIHRoZSBzZWFyY2ggcmVzdWx0cyBoYXBwZW5zXG4gICAqL1xuICBuYXZpZ2F0ZVRvU2VhcmNoJCA9IGNyZWF0ZUVmZmVjdCgoKSA9PlxuICAgIHRoaXMuX2FjdGlvbnMkLnBpcGUoXG4gICAgICBuYXZpZ2F0aW9uKHRoaXMucm91dGVyQ29uZmlnLnNlYXJjaFJvdXRlQ29tcG9uZW50LCB7XG4gICAgICAgIHJ1bjogKCkgPT4gTWRWaWV3QWN0aW9ucy5jbG9zZU1ldGFkYXRhKCksXG4gICAgICB9KVxuICAgIClcbiAgKVxuXG4gIG5hdmlnYXRlQmFjayQgPSBjcmVhdGVFZmZlY3QoXG4gICAgKCkgPT5cbiAgICAgIHRoaXMuX2FjdGlvbnMkLnBpcGUoXG4gICAgICAgIG9mVHlwZShSb3V0ZXJBY3Rpb25zLmJhY2tBY3Rpb24pLFxuICAgICAgICB0YXAoKCkgPT4gdGhpcy5fbG9jYXRpb24uYmFjaygpKVxuICAgICAgKSxcbiAgICB7IGRpc3BhdGNoOiBmYWxzZSB9XG4gIClcblxuICBuYXZpZ2F0ZUZvcndhcmQkID0gY3JlYXRlRWZmZWN0KFxuICAgICgpID0+XG4gICAgICB0aGlzLl9hY3Rpb25zJC5waXBlKFxuICAgICAgICBvZlR5cGUoUm91dGVyQWN0aW9ucy5mb3J3YXJkQWN0aW9uKSxcbiAgICAgICAgdGFwKCgpID0+IHRoaXMuX2xvY2F0aW9uLmZvcndhcmQoKSlcbiAgICAgICksXG4gICAgeyBkaXNwYXRjaDogZmFsc2UgfVxuICApXG59XG4iXX0=
@@ -1,73 +0,0 @@
1
- import { Injectable } from '@angular/core';
2
- import { MdViewActions } from '../../../../../../../libs/feature/record/src';
3
- import { RouterService } from '../router.service';
4
- import { select, Store } from '@ngrx/store';
5
- import { distinctUntilChanged, filter, map, take } from 'rxjs/operators';
6
- import { ROUTER_ROUTE_DATASET, ROUTER_ROUTE_SEARCH, ROUTER_ROUTE_SERVICE, ROUTER_ROUTE_REUSE, } from '../constants';
7
- import { backAction, forwardAction, goAction, } from './router.actions';
8
- import { selectCurrentRoute, selectRouteParams } from './router.selectors';
9
- import { expandQueryParams, flattenQueryParams } from './query-params.utils';
10
- import * as i0 from "@angular/core";
11
- import * as i1 from "@ngrx/store";
12
- import * as i2 from "../router.service";
13
- export class RouterFacade {
14
- constructor(store, routerService) {
15
- this.store = store;
16
- this.routerService = routerService;
17
- this.currentRoute$ = this.store.pipe(select(selectCurrentRoute));
18
- this.pathParams$ = this.store.pipe(select(selectRouteParams));
19
- this.searchParams$ = this.currentRoute$.pipe(filter((route) => !!route), filter((route) => route.url[0]?.path.startsWith(ROUTER_ROUTE_SEARCH)), map((route) => route.queryParams), distinctUntilChanged((a, b) => JSON.stringify(a) === JSON.stringify(b)), map(expandQueryParams));
20
- this.routeMap = {
21
- dataset: ROUTER_ROUTE_DATASET,
22
- service: ROUTER_ROUTE_SERVICE,
23
- reuse: ROUTER_ROUTE_REUSE,
24
- };
25
- }
26
- goToMetadata(metadata) {
27
- const selectedRoute = this.routeMap[metadata.kind] || ROUTER_ROUTE_DATASET;
28
- this.pathParams$
29
- .pipe(take(1), filter((params) => params.metadataUuid !== metadata.uniqueIdentifier))
30
- .subscribe(() => {
31
- this.go({
32
- path: `${selectedRoute}/${metadata.uniqueIdentifier}`,
33
- });
34
- this.store.dispatch(MdViewActions.setIncompleteMetadata({ incomplete: metadata }));
35
- });
36
- }
37
- goToOrganization(organizationName) {
38
- const safeOrgName = organizationName.replace(/\//g, '');
39
- const path = `${this.routerService.getOrganizationPageRoute()}/${safeOrgName}`;
40
- this.go({
41
- path,
42
- queryParamsHandling: '',
43
- });
44
- }
45
- updateSearch(query) {
46
- this.go({
47
- path: this.routerService.getSearchRoute(),
48
- ...(query && { query: flattenQueryParams(query) }),
49
- queryParamsHandling: 'merge',
50
- });
51
- }
52
- setSearch(query) {
53
- this.go({
54
- path: this.routerService.getSearchRoute(),
55
- ...(query && { query: flattenQueryParams(query) }),
56
- });
57
- }
58
- go(payload) {
59
- this.store.dispatch(goAction(payload));
60
- }
61
- back() {
62
- this.store.dispatch(backAction());
63
- }
64
- forward() {
65
- this.store.dispatch(forwardAction());
66
- }
67
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterFacade, deps: [{ token: i1.Store }, { token: i2.RouterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
68
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterFacade }); }
69
- }
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterFacade, decorators: [{
71
- type: Injectable
72
- }], ctorParameters: () => [{ type: i1.Store }, { type: i2.RouterService }] });
73
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm91dGVyLmZhY2FkZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9yb3V0ZXIvc3JjL2xpYi9kZWZhdWx0L3N0YXRlL3JvdXRlci5mYWNhZGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUMxQyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sOENBQThDLENBQUE7QUFDNUUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG1CQUFtQixDQUFBO0FBRWpELE9BQU8sRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLE1BQU0sYUFBYSxDQUFBO0FBQzNDLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLEVBQUUsR0FBRyxFQUFFLElBQUksRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQ3hFLE9BQU8sRUFDTCxvQkFBb0IsRUFDcEIsbUJBQW1CLEVBQ25CLG9CQUFvQixFQUNwQixrQkFBa0IsR0FFbkIsTUFBTSxjQUFjLENBQUE7QUFDckIsT0FBTyxFQUNMLFVBQVUsRUFDVixhQUFhLEVBQ2IsUUFBUSxHQUVULE1BQU0sa0JBQWtCLENBQUE7QUFDekIsT0FBTyxFQUFFLGtCQUFrQixFQUFFLGlCQUFpQixFQUFFLE1BQU0sb0JBQW9CLENBQUE7QUFFMUUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLGtCQUFrQixFQUFFLE1BQU0sc0JBQXNCLENBQUE7Ozs7QUFHNUUsTUFBTSxPQUFPLFlBQVk7SUFrQnZCLFlBQ1UsS0FBZ0MsRUFDaEMsYUFBNEI7UUFENUIsVUFBSyxHQUFMLEtBQUssQ0FBMkI7UUFDaEMsa0JBQWEsR0FBYixhQUFhLENBQWU7UUFuQnRDLGtCQUFhLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLGtCQUFrQixDQUFDLENBQUMsQ0FBQTtRQUMzRCxnQkFBVyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUE7UUFFeEQsa0JBQWEsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FDckMsTUFBTSxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLEVBQzFCLE1BQU0sQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsVUFBVSxDQUFDLG1CQUFtQixDQUFDLENBQUMsRUFDckUsR0FBRyxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsV0FBVyxDQUFDLEVBQ2pDLG9CQUFvQixDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsS0FBSyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQ3ZFLEdBQUcsQ0FBQyxpQkFBaUIsQ0FBQyxDQUN2QixDQUFBO1FBRUQsYUFBUSxHQUFHO1lBQ1QsT0FBTyxFQUFFLG9CQUFvQjtZQUM3QixPQUFPLEVBQUUsb0JBQW9CO1lBQzdCLEtBQUssRUFBRSxrQkFBa0I7U0FDMUIsQ0FBQTtJQUtFLENBQUM7SUFFSixZQUFZLENBQUMsUUFBdUI7UUFDbEMsTUFBTSxhQUFhLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLElBQUksb0JBQW9CLENBQUE7UUFDMUUsSUFBSSxDQUFDLFdBQVc7YUFDYixJQUFJLENBQ0gsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUNQLE1BQU0sQ0FBQyxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsTUFBTSxDQUFDLFlBQVksS0FBSyxRQUFRLENBQUMsZ0JBQWdCLENBQUMsQ0FDdEU7YUFDQSxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQ2QsSUFBSSxDQUFDLEVBQUUsQ0FBQztnQkFDTixJQUFJLEVBQUUsR0FBRyxhQUFhLElBQUksUUFBUSxDQUFDLGdCQUFnQixFQUFFO2FBQ3RELENBQUMsQ0FBQTtZQUNGLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUNqQixhQUFhLENBQUMscUJBQXFCLENBQUMsRUFBRSxVQUFVLEVBQUUsUUFBUSxFQUFFLENBQUMsQ0FDOUQsQ0FBQTtRQUNILENBQUMsQ0FBQyxDQUFBO0lBQ04sQ0FBQztJQUVELGdCQUFnQixDQUFDLGdCQUF3QjtRQUN2QyxNQUFNLFdBQVcsR0FBRyxnQkFBZ0IsQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFBO1FBQ3ZELE1BQU0sSUFBSSxHQUFHLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyx3QkFBd0IsRUFBRSxJQUFJLFdBQVcsRUFBRSxDQUFBO1FBQzlFLElBQUksQ0FBQyxFQUFFLENBQUM7WUFDTixJQUFJO1lBQ0osbUJBQW1CLEVBQUUsRUFBRTtTQUN4QixDQUFDLENBQUE7SUFDSixDQUFDO0lBRUQsWUFBWSxDQUFDLEtBQXlCO1FBQ3BDLElBQUksQ0FBQyxFQUFFLENBQUM7WUFDTixJQUFJLEVBQUUsSUFBSSxDQUFDLGFBQWEsQ0FBQyxjQUFjLEVBQUU7WUFDekMsR0FBRyxDQUFDLEtBQUssSUFBSSxFQUFFLEtBQUssRUFBRSxrQkFBa0IsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO1lBQ2xELG1CQUFtQixFQUFFLE9BQU87U0FDN0IsQ0FBQyxDQUFBO0lBQ0osQ0FBQztJQUVELFNBQVMsQ0FBQyxLQUF5QjtRQUNqQyxJQUFJLENBQUMsRUFBRSxDQUFDO1lBQ04sSUFBSSxFQUFFLElBQUksQ0FBQyxhQUFhLENBQUMsY0FBYyxFQUFFO1lBQ3pDLEdBQUcsQ0FBQyxLQUFLLElBQUksRUFBRSxLQUFLLEVBQUUsa0JBQWtCLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQztTQUNuRCxDQUFDLENBQUE7SUFDSixDQUFDO0lBRUQsRUFBRSxDQUFDLE9BQThCO1FBQy9CLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFBO0lBQ3hDLENBQUM7SUFFRCxJQUFJO1FBQ0YsSUFBSSxDQUFDLEtBQUssQ0FBQyxRQUFRLENBQUMsVUFBVSxFQUFFLENBQUMsQ0FBQTtJQUNuQyxDQUFDO0lBRUQsT0FBTztRQUNMLElBQUksQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLGFBQWEsRUFBRSxDQUFDLENBQUE7SUFDdEMsQ0FBQzsrR0ExRVUsWUFBWTttSEFBWixZQUFZOzs0RkFBWixZQUFZO2tCQUR4QixVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBNZFZpZXdBY3Rpb25zIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL3JlY29yZC9zcmMnXG5pbXBvcnQgeyBSb3V0ZXJTZXJ2aWNlIH0gZnJvbSAnLi4vcm91dGVyLnNlcnZpY2UnXG5pbXBvcnQgeyBSb3V0ZXJSZWR1Y2VyU3RhdGUgfSBmcm9tICdAbmdyeC9yb3V0ZXItc3RvcmUnXG5pbXBvcnQgeyBzZWxlY3QsIFN0b3JlIH0gZnJvbSAnQG5ncngvc3RvcmUnXG5pbXBvcnQgeyBkaXN0aW5jdFVudGlsQ2hhbmdlZCwgZmlsdGVyLCBtYXAsIHRha2UgfSBmcm9tICdyeGpzL29wZXJhdG9ycydcbmltcG9ydCB7XG4gIFJPVVRFUl9ST1VURV9EQVRBU0VULFxuICBST1VURVJfUk9VVEVfU0VBUkNILFxuICBST1VURVJfUk9VVEVfU0VSVklDRSxcbiAgUk9VVEVSX1JPVVRFX1JFVVNFLFxuICBTZWFyY2hSb3V0ZVBhcmFtcyxcbn0gZnJvbSAnLi4vY29uc3RhbnRzJ1xuaW1wb3J0IHtcbiAgYmFja0FjdGlvbixcbiAgZm9yd2FyZEFjdGlvbixcbiAgZ29BY3Rpb24sXG4gIFJvdXRlckdvQWN0aW9uUGF5bG9hZCxcbn0gZnJvbSAnLi9yb3V0ZXIuYWN0aW9ucydcbmltcG9ydCB7IHNlbGVjdEN1cnJlbnRSb3V0ZSwgc2VsZWN0Um91dGVQYXJhbXMgfSBmcm9tICcuL3JvdXRlci5zZWxlY3RvcnMnXG5pbXBvcnQgeyBDYXRhbG9nUmVjb3JkIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvbW9kZWwvcmVjb3JkJ1xuaW1wb3J0IHsgZXhwYW5kUXVlcnlQYXJhbXMsIGZsYXR0ZW5RdWVyeVBhcmFtcyB9IGZyb20gJy4vcXVlcnktcGFyYW1zLnV0aWxzJ1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgUm91dGVyRmFjYWRlIHtcbiAgY3VycmVudFJvdXRlJCA9IHRoaXMuc3RvcmUucGlwZShzZWxlY3Qoc2VsZWN0Q3VycmVudFJvdXRlKSlcbiAgcGF0aFBhcmFtcyQgPSB0aGlzLnN0b3JlLnBpcGUoc2VsZWN0KHNlbGVjdFJvdXRlUGFyYW1zKSlcblxuICBzZWFyY2hQYXJhbXMkID0gdGhpcy5jdXJyZW50Um91dGUkLnBpcGUoXG4gICAgZmlsdGVyKChyb3V0ZSkgPT4gISFyb3V0ZSksXG4gICAgZmlsdGVyKChyb3V0ZSkgPT4gcm91dGUudXJsWzBdPy5wYXRoLnN0YXJ0c1dpdGgoUk9VVEVSX1JPVVRFX1NFQVJDSCkpLFxuICAgIG1hcCgocm91dGUpID0+IHJvdXRlLnF1ZXJ5UGFyYW1zKSxcbiAgICBkaXN0aW5jdFVudGlsQ2hhbmdlZCgoYSwgYikgPT4gSlNPTi5zdHJpbmdpZnkoYSkgPT09IEpTT04uc3RyaW5naWZ5KGIpKSxcbiAgICBtYXAoZXhwYW5kUXVlcnlQYXJhbXMpXG4gIClcblxuICByb3V0ZU1hcCA9IHtcbiAgICBkYXRhc2V0OiBST1VURVJfUk9VVEVfREFUQVNFVCxcbiAgICBzZXJ2aWNlOiBST1VURVJfUk9VVEVfU0VSVklDRSxcbiAgICByZXVzZTogUk9VVEVSX1JPVVRFX1JFVVNFLFxuICB9XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBzdG9yZTogU3RvcmU8Um91dGVyUmVkdWNlclN0YXRlPixcbiAgICBwcml2YXRlIHJvdXRlclNlcnZpY2U6IFJvdXRlclNlcnZpY2VcbiAgKSB7fVxuXG4gIGdvVG9NZXRhZGF0YShtZXRhZGF0YTogQ2F0YWxvZ1JlY29yZCkge1xuICAgIGNvbnN0IHNlbGVjdGVkUm91dGUgPSB0aGlzLnJvdXRlTWFwW21ldGFkYXRhLmtpbmRdIHx8IFJPVVRFUl9ST1VURV9EQVRBU0VUXG4gICAgdGhpcy5wYXRoUGFyYW1zJFxuICAgICAgLnBpcGUoXG4gICAgICAgIHRha2UoMSksXG4gICAgICAgIGZpbHRlcigocGFyYW1zKSA9PiBwYXJhbXMubWV0YWRhdGFVdWlkICE9PSBtZXRhZGF0YS51bmlxdWVJZGVudGlmaWVyKVxuICAgICAgKVxuICAgICAgLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICAgIHRoaXMuZ28oe1xuICAgICAgICAgIHBhdGg6IGAke3NlbGVjdGVkUm91dGV9LyR7bWV0YWRhdGEudW5pcXVlSWRlbnRpZmllcn1gLFxuICAgICAgICB9KVxuICAgICAgICB0aGlzLnN0b3JlLmRpc3BhdGNoKFxuICAgICAgICAgIE1kVmlld0FjdGlvbnMuc2V0SW5jb21wbGV0ZU1ldGFkYXRhKHsgaW5jb21wbGV0ZTogbWV0YWRhdGEgfSlcbiAgICAgICAgKVxuICAgICAgfSlcbiAgfVxuXG4gIGdvVG9Pcmdhbml6YXRpb24ob3JnYW5pemF0aW9uTmFtZTogc3RyaW5nKSB7XG4gICAgY29uc3Qgc2FmZU9yZ05hbWUgPSBvcmdhbml6YXRpb25OYW1lLnJlcGxhY2UoL1xcLy9nLCAnJylcbiAgICBjb25zdCBwYXRoID0gYCR7dGhpcy5yb3V0ZXJTZXJ2aWNlLmdldE9yZ2FuaXphdGlvblBhZ2VSb3V0ZSgpfS8ke3NhZmVPcmdOYW1lfWBcbiAgICB0aGlzLmdvKHtcbiAgICAgIHBhdGgsXG4gICAgICBxdWVyeVBhcmFtc0hhbmRsaW5nOiAnJyxcbiAgICB9KVxuICB9XG5cbiAgdXBkYXRlU2VhcmNoKHF1ZXJ5PzogU2VhcmNoUm91dGVQYXJhbXMpIHtcbiAgICB0aGlzLmdvKHtcbiAgICAgIHBhdGg6IHRoaXMucm91dGVyU2VydmljZS5nZXRTZWFyY2hSb3V0ZSgpLFxuICAgICAgLi4uKHF1ZXJ5ICYmIHsgcXVlcnk6IGZsYXR0ZW5RdWVyeVBhcmFtcyhxdWVyeSkgfSksXG4gICAgICBxdWVyeVBhcmFtc0hhbmRsaW5nOiAnbWVyZ2UnLFxuICAgIH0pXG4gIH1cblxuICBzZXRTZWFyY2gocXVlcnk/OiBTZWFyY2hSb3V0ZVBhcmFtcykge1xuICAgIHRoaXMuZ28oe1xuICAgICAgcGF0aDogdGhpcy5yb3V0ZXJTZXJ2aWNlLmdldFNlYXJjaFJvdXRlKCksXG4gICAgICAuLi4ocXVlcnkgJiYgeyBxdWVyeTogZmxhdHRlblF1ZXJ5UGFyYW1zKHF1ZXJ5KSB9KSxcbiAgICB9KVxuICB9XG5cbiAgZ28ocGF5bG9hZDogUm91dGVyR29BY3Rpb25QYXlsb2FkKSB7XG4gICAgdGhpcy5zdG9yZS5kaXNwYXRjaChnb0FjdGlvbihwYXlsb2FkKSlcbiAgfVxuXG4gIGJhY2soKSB7XG4gICAgdGhpcy5zdG9yZS5kaXNwYXRjaChiYWNrQWN0aW9uKCkpXG4gIH1cblxuICBmb3J3YXJkKCkge1xuICAgIHRoaXMuc3RvcmUuZGlzcGF0Y2goZm9yd2FyZEFjdGlvbigpKVxuICB9XG59XG4iXX0=
@@ -1,14 +0,0 @@
1
- import { getRouterSelectors } from '@ngrx/router-store';
2
- import { createFeatureSelector } from '@ngrx/store';
3
- import { ROUTER_STATE_KEY } from '../constants';
4
- export const getRouterState = createFeatureSelector(ROUTER_STATE_KEY);
5
- export const { selectCurrentRoute, // select the current route
6
- selectFragment, // select the current route fragment
7
- selectQueryParams, // select the current route query params
8
- selectQueryParam, // factory function to select a query param
9
- selectRouteParams, // select the current route params
10
- selectRouteParam, // factory function to select a route param
11
- selectRouteData, // select the current route data
12
- selectUrl, // select the current url
13
- } = getRouterSelectors(getRouterState);
14
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm91dGVyLnNlbGVjdG9ycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9yb3V0ZXIvc3JjL2xpYi9kZWZhdWx0L3N0YXRlL3JvdXRlci5zZWxlY3RvcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGtCQUFrQixFQUFzQixNQUFNLG9CQUFvQixDQUFBO0FBQzNFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLGFBQWEsQ0FBQTtBQUNuRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxjQUFjLENBQUE7QUFFL0MsTUFBTSxDQUFDLE1BQU0sY0FBYyxHQUN6QixxQkFBcUIsQ0FBcUIsZ0JBQWdCLENBQUMsQ0FBQTtBQUU3RCxNQUFNLENBQUMsTUFBTSxFQUNYLGtCQUFrQixFQUFFLDJCQUEyQjtBQUMvQyxjQUFjLEVBQUUsb0NBQW9DO0FBQ3BELGlCQUFpQixFQUFFLHdDQUF3QztBQUMzRCxnQkFBZ0IsRUFBRSwyQ0FBMkM7QUFDN0QsaUJBQWlCLEVBQUUsa0NBQWtDO0FBQ3JELGdCQUFnQixFQUFFLDJDQUEyQztBQUM3RCxlQUFlLEVBQUUsZ0NBQWdDO0FBQ2pELFNBQVMsRUFBRSx5QkFBeUI7RUFDckMsR0FBRyxrQkFBa0IsQ0FBQyxjQUFjLENBQUMsQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGdldFJvdXRlclNlbGVjdG9ycywgUm91dGVyUmVkdWNlclN0YXRlIH0gZnJvbSAnQG5ncngvcm91dGVyLXN0b3JlJ1xuaW1wb3J0IHsgY3JlYXRlRmVhdHVyZVNlbGVjdG9yIH0gZnJvbSAnQG5ncngvc3RvcmUnXG5pbXBvcnQgeyBST1VURVJfU1RBVEVfS0VZIH0gZnJvbSAnLi4vY29uc3RhbnRzJ1xuXG5leHBvcnQgY29uc3QgZ2V0Um91dGVyU3RhdGUgPVxuICBjcmVhdGVGZWF0dXJlU2VsZWN0b3I8Um91dGVyUmVkdWNlclN0YXRlPihST1VURVJfU1RBVEVfS0VZKVxuXG5leHBvcnQgY29uc3Qge1xuICBzZWxlY3RDdXJyZW50Um91dGUsIC8vIHNlbGVjdCB0aGUgY3VycmVudCByb3V0ZVxuICBzZWxlY3RGcmFnbWVudCwgLy8gc2VsZWN0IHRoZSBjdXJyZW50IHJvdXRlIGZyYWdtZW50XG4gIHNlbGVjdFF1ZXJ5UGFyYW1zLCAvLyBzZWxlY3QgdGhlIGN1cnJlbnQgcm91dGUgcXVlcnkgcGFyYW1zXG4gIHNlbGVjdFF1ZXJ5UGFyYW0sIC8vIGZhY3RvcnkgZnVuY3Rpb24gdG8gc2VsZWN0IGEgcXVlcnkgcGFyYW1cbiAgc2VsZWN0Um91dGVQYXJhbXMsIC8vIHNlbGVjdCB0aGUgY3VycmVudCByb3V0ZSBwYXJhbXNcbiAgc2VsZWN0Um91dGVQYXJhbSwgLy8gZmFjdG9yeSBmdW5jdGlvbiB0byBzZWxlY3QgYSByb3V0ZSBwYXJhbVxuICBzZWxlY3RSb3V0ZURhdGEsIC8vIHNlbGVjdCB0aGUgY3VycmVudCByb3V0ZSBkYXRhXG4gIHNlbGVjdFVybCwgLy8gc2VsZWN0IHRoZSBjdXJyZW50IHVybFxufSA9IGdldFJvdXRlclNlbGVjdG9ycyhnZXRSb3V0ZXJTdGF0ZSlcbiJdfQ==
@@ -1,26 +0,0 @@
1
- export * from './lib/feature-search.module';
2
- export * from './lib/filter-geometry.token';
3
- export * from './lib/record-url.token';
4
- export * from './lib/state/actions';
5
- export * from './lib/state/selectors';
6
- export * from './lib/state/search.facade';
7
- export * from './lib/state/effects';
8
- export * from './lib/state/reducer';
9
- export * from './lib/utils/service/search.service';
10
- export * from './lib/utils/service/fields.service';
11
- export * from './lib/utils/service/fields';
12
- export * from './lib/results-list/results-list.container.component';
13
- export * from './lib/filter-dropdown/filter-dropdown.component';
14
- export * from './lib/constants';
15
- export * from './lib/fuzzy-search/fuzzy-search.component';
16
- export * from './lib/facets/facets-container/facets-container.component';
17
- export * from './lib/records-metrics/records-metrics.component';
18
- export * from './lib/favorites/favorite-star/favorite-star.component';
19
- export * from './lib/results-hits/results-hits.container.component';
20
- export * from './lib/results-layout/results-layout.component';
21
- export * from './lib/sort-by/sort-by.component';
22
- export * from './lib/state/container/search-state.container.directive';
23
- export * from './lib/results-table/results-table-container.component';
24
- export * from './lib/search-filters-summary/search-filters-summary.component';
25
- export * from './lib/search-filters-summary-item/search-filters-summary-item.component';
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvc2VhcmNoL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDZCQUE2QixDQUFBO0FBQzNDLGNBQWMsNkJBQTZCLENBQUE7QUFDM0MsY0FBYyx3QkFBd0IsQ0FBQTtBQUN0QyxjQUFjLHFCQUFxQixDQUFBO0FBQ25DLGNBQWMsdUJBQXVCLENBQUE7QUFDckMsY0FBYywyQkFBMkIsQ0FBQTtBQUN6QyxjQUFjLHFCQUFxQixDQUFBO0FBQ25DLGNBQWMscUJBQXFCLENBQUE7QUFDbkMsY0FBYyxvQ0FBb0MsQ0FBQTtBQUNsRCxjQUFjLG9DQUFvQyxDQUFBO0FBQ2xELGNBQWMsNEJBQTRCLENBQUE7QUFDMUMsY0FBYyxxREFBcUQsQ0FBQTtBQUNuRSxjQUFjLGlEQUFpRCxDQUFBO0FBQy9ELGNBQWMsaUJBQWlCLENBQUE7QUFDL0IsY0FBYywyQ0FBMkMsQ0FBQTtBQUN6RCxjQUFjLDBEQUEwRCxDQUFBO0FBQ3hFLGNBQWMsaURBQWlELENBQUE7QUFDL0QsY0FBYyx1REFBdUQsQ0FBQTtBQUNyRSxjQUFjLHFEQUFxRCxDQUFBO0FBQ25FLGNBQWMsK0NBQStDLENBQUE7QUFDN0QsY0FBYyxpQ0FBaUMsQ0FBQTtBQUMvQyxjQUFjLHdEQUF3RCxDQUFBO0FBQ3RFLGNBQWMsdURBQXVELENBQUE7QUFDckUsY0FBYywrREFBK0QsQ0FBQTtBQUM3RSxjQUFjLHlFQUF5RSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWIvZmVhdHVyZS1zZWFyY2gubW9kdWxlJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZmlsdGVyLWdlb21ldHJ5LnRva2VuJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcmVjb3JkLXVybC50b2tlbidcbmV4cG9ydCAqIGZyb20gJy4vbGliL3N0YXRlL2FjdGlvbnMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zdGF0ZS9zZWxlY3RvcnMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zdGF0ZS9zZWFyY2guZmFjYWRlJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc3RhdGUvZWZmZWN0cydcbmV4cG9ydCAqIGZyb20gJy4vbGliL3N0YXRlL3JlZHVjZXInXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy9zZXJ2aWNlL3NlYXJjaC5zZXJ2aWNlJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvc2VydmljZS9maWVsZHMuc2VydmljZSdcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxzL3NlcnZpY2UvZmllbGRzJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcmVzdWx0cy1saXN0L3Jlc3VsdHMtbGlzdC5jb250YWluZXIuY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZmlsdGVyLWRyb3Bkb3duL2ZpbHRlci1kcm9wZG93bi5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb25zdGFudHMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mdXp6eS1zZWFyY2gvZnV6enktc2VhcmNoLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ZhY2V0cy9mYWNldHMtY29udGFpbmVyL2ZhY2V0cy1jb250YWluZXIuY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcmVjb3Jkcy1tZXRyaWNzL3JlY29yZHMtbWV0cmljcy5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mYXZvcml0ZXMvZmF2b3JpdGUtc3Rhci9mYXZvcml0ZS1zdGFyLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL3Jlc3VsdHMtaGl0cy9yZXN1bHRzLWhpdHMuY29udGFpbmVyLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL3Jlc3VsdHMtbGF5b3V0L3Jlc3VsdHMtbGF5b3V0LmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NvcnQtYnkvc29ydC1ieS5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zdGF0ZS9jb250YWluZXIvc2VhcmNoLXN0YXRlLmNvbnRhaW5lci5kaXJlY3RpdmUnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9yZXN1bHRzLXRhYmxlL3Jlc3VsdHMtdGFibGUtY29udGFpbmVyLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NlYXJjaC1maWx0ZXJzLXN1bW1hcnkvc2VhcmNoLWZpbHRlcnMtc3VtbWFyeS5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZWFyY2gtZmlsdGVycy1zdW1tYXJ5LWl0ZW0vc2VhcmNoLWZpbHRlcnMtc3VtbWFyeS1pdGVtLmNvbXBvbmVudCdcbiJdfQ==
@@ -1,37 +0,0 @@
1
- export const DEFAULT_PAGE_SIZE = 10;
2
- export const FIELDS_SUMMARY = [
3
- 'uuid',
4
- 'id',
5
- 'title',
6
- 'resource*',
7
- 'resourceTitleObject',
8
- 'resourceAbstractObject',
9
- 'overview',
10
- 'logo',
11
- 'link',
12
- 'linkProtocol',
13
- 'contactForResource*.organisation*',
14
- 'contact*.organisation*',
15
- 'contact*.email',
16
- 'userSavedCount',
17
- 'cl_topic',
18
- 'cl_maintenanceAndUpdateFrequency',
19
- 'MD_LegalConstraints*Object',
20
- 'qualityScore',
21
- 'allKeywords',
22
- 'recordLink',
23
- ];
24
- export const FIELDS_BRIEF = [
25
- ...FIELDS_SUMMARY,
26
- 'resourceTypeObject',
27
- 'Org*',
28
- ];
29
- export const QUERY_FIELDS = [
30
- 'resourceTitleObject.${searchLang}^5',
31
- 'tag.${searchLang}^4',
32
- 'resourceAbstractObject.${searchLang}^3',
33
- 'lineageObject.${searchLang}^2',
34
- 'any.${searchLang}',
35
- 'uuid',
36
- ];
37
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL3NlYXJjaC9zcmMvbGliL2NvbnN0YW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLENBQUMsTUFBTSxpQkFBaUIsR0FBRyxFQUFFLENBQUE7QUFFbkMsTUFBTSxDQUFDLE1BQU0sY0FBYyxHQUFnQjtJQUN6QyxNQUFNO0lBQ04sSUFBSTtJQUNKLE9BQU87SUFDUCxXQUFXO0lBQ1gscUJBQXFCO0lBQ3JCLHdCQUF3QjtJQUN4QixVQUFVO0lBQ1YsTUFBTTtJQUNOLE1BQU07SUFDTixjQUFjO0lBQ2QsbUNBQW1DO0lBQ25DLHdCQUF3QjtJQUN4QixnQkFBZ0I7SUFDaEIsZ0JBQWdCO0lBQ2hCLFVBQVU7SUFDVixrQ0FBa0M7SUFDbEMsNEJBQTRCO0lBQzVCLGNBQWM7SUFDZCxhQUFhO0lBQ2IsWUFBWTtDQUNiLENBQUE7QUFFRCxNQUFNLENBQUMsTUFBTSxZQUFZLEdBQWdCO0lBQ3ZDLEdBQUcsY0FBYztJQUNqQixvQkFBb0I7SUFDcEIsTUFBTTtDQUNQLENBQUE7QUFFRCxNQUFNLENBQUMsTUFBTSxZQUFZLEdBQWdCO0lBQ3ZDLHFDQUFxQztJQUNyQyxxQkFBcUI7SUFDckIsd0NBQXdDO0lBQ3hDLCtCQUErQjtJQUMvQixtQkFBbUI7SUFDbkIsTUFBTTtDQUNQLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGaWVsZE5hbWUgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9kb21haW4vc3JjL2xpYi9tb2RlbC9zZWFyY2gnXG5cbmV4cG9ydCBjb25zdCBERUZBVUxUX1BBR0VfU0laRSA9IDEwXG5cbmV4cG9ydCBjb25zdCBGSUVMRFNfU1VNTUFSWTogRmllbGROYW1lW10gPSBbXG4gICd1dWlkJyxcbiAgJ2lkJyxcbiAgJ3RpdGxlJyxcbiAgJ3Jlc291cmNlKicsXG4gICdyZXNvdXJjZVRpdGxlT2JqZWN0JyxcbiAgJ3Jlc291cmNlQWJzdHJhY3RPYmplY3QnLFxuICAnb3ZlcnZpZXcnLFxuICAnbG9nbycsXG4gICdsaW5rJyxcbiAgJ2xpbmtQcm90b2NvbCcsXG4gICdjb250YWN0Rm9yUmVzb3VyY2UqLm9yZ2FuaXNhdGlvbionLFxuICAnY29udGFjdCoub3JnYW5pc2F0aW9uKicsXG4gICdjb250YWN0Ki5lbWFpbCcsXG4gICd1c2VyU2F2ZWRDb3VudCcsXG4gICdjbF90b3BpYycsXG4gICdjbF9tYWludGVuYW5jZUFuZFVwZGF0ZUZyZXF1ZW5jeScsXG4gICdNRF9MZWdhbENvbnN0cmFpbnRzKk9iamVjdCcsXG4gICdxdWFsaXR5U2NvcmUnLFxuICAnYWxsS2V5d29yZHMnLFxuICAncmVjb3JkTGluaycsXG5dXG5cbmV4cG9ydCBjb25zdCBGSUVMRFNfQlJJRUY6IEZpZWxkTmFtZVtdID0gW1xuICAuLi5GSUVMRFNfU1VNTUFSWSxcbiAgJ3Jlc291cmNlVHlwZU9iamVjdCcsXG4gICdPcmcqJyxcbl1cblxuZXhwb3J0IGNvbnN0IFFVRVJZX0ZJRUxEUzogRmllbGROYW1lW10gPSBbXG4gICdyZXNvdXJjZVRpdGxlT2JqZWN0LiR7c2VhcmNoTGFuZ31eNScsXG4gICd0YWcuJHtzZWFyY2hMYW5nfV40JyxcbiAgJ3Jlc291cmNlQWJzdHJhY3RPYmplY3QuJHtzZWFyY2hMYW5nfV4zJyxcbiAgJ2xpbmVhZ2VPYmplY3QuJHtzZWFyY2hMYW5nfV4yJyxcbiAgJ2FueS4ke3NlYXJjaExhbmd9JyxcbiAgJ3V1aWQnLFxuXVxuIl19
@@ -1,71 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import { FacetListComponent, } from '../../../../../../../libs/ui/search/src';
3
- import { combineLatest } from 'rxjs';
4
- import { map, take } from 'rxjs/operators';
5
- import { SearchFacade } from '../../state/search.facade';
6
- import { FacetsService } from '../facets.service';
7
- import { marker } from '@biesbjerg/ngx-translate-extract-marker';
8
- import { CommonModule } from '@angular/common';
9
- import { TranslateModule } from '@ngx-translate/core';
10
- import * as i0 from "@angular/core";
11
- import * as i1 from "../facets.service";
12
- import * as i2 from "../../state/search.facade";
13
- import * as i3 from "@angular/common";
14
- marker('facets.block.title.OrgForResource');
15
- marker('facets.block.title.availableInServices');
16
- marker('facets.block.title.cl_hierarchyLevel.key');
17
- marker('facets.block.title.cl_maintenanceAndUpdateFrequency.key');
18
- marker('facets.block.title.cl_spatialRepresentationType.key');
19
- marker('facets.block.title.cl_status.key');
20
- marker('facets.block.title.creationYearForResource');
21
- marker('facets.block.title.resolutionScaleDenominator');
22
- marker('facets.block.title.tag');
23
- marker('facets.block.title.tag.default');
24
- marker('facets.block.title.th_regions_tree.default');
25
- export class FacetsContainerComponent {
26
- constructor(facets, searchFacade) {
27
- this.facets = facets;
28
- this.searchFacade = searchFacade;
29
- }
30
- ngOnInit() {
31
- this.selectedPaths$ = this.searchFacade.searchFilters$.pipe(map((filters) => this.facets.findSelectedPaths(filters)));
32
- this.models$ = combineLatest([
33
- this.searchFacade.configAggregations$,
34
- this.searchFacade.resultsAggregations$,
35
- ]).pipe(map(([configAggregations, resultsAggregations]) => {
36
- const model = this.facets.createFacetModel(configAggregations, resultsAggregations, false);
37
- return model;
38
- }));
39
- }
40
- onItemChange(facetEvent) {
41
- this.searchFacade.searchFilters$.pipe(take(1)).subscribe((filters) => {
42
- this.updateFilters(filters, facetEvent);
43
- });
44
- }
45
- updateFilters(filters, facetEvent) {
46
- const { item, block } = facetEvent;
47
- const { path } = item;
48
- const pathValue = this.facets.computeItemPathValue(block, item);
49
- const newFilters = this.facets.computeNewFiltersFromState(filters, path, pathValue);
50
- this.searchFacade.setFilters(newFilters);
51
- }
52
- onMore(key) {
53
- this.searchFacade.requestMoreOnAggregation(key, 20);
54
- }
55
- onFilterChange(term) {
56
- const include = `.*${term.include}.*`;
57
- this.searchFacade.setIncludeOnAggregation(term.field, include);
58
- }
59
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsContainerComponent, deps: [{ token: i1.FacetsService }, { token: i2.SearchFacade }], target: i0.ɵɵFactoryTarget.Component }); }
60
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FacetsContainerComponent, isStandalone: true, selector: "gn-ui-facets-container", ngImport: i0, template: "<gn-ui-facet-list\n [models]=\"models$ | async\"\n [selectedPaths]=\"selectedPaths$ | async\"\n (itemChange)=\"onItemChange($event)\"\n (more)=\"onMore($event)\"\n (filterChange)=\"onFilterChange($event)\"\n></gn-ui-facet-list>\n", styles: [""], dependencies: [{ kind: "component", type: FacetListComponent, selector: "gn-ui-facet-list", inputs: ["models", "selectedPaths"], outputs: ["itemChange", "more", "filterChange"] }, { kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "ngmodule", type: TranslateModule }] }); }
61
- }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsContainerComponent, decorators: [{
63
- type: Component,
64
- args: [{ selector: 'gn-ui-facets-container', standalone: true, imports: [
65
- FacetListComponent,
66
- CommonModule,
67
- TranslateModule,
68
- FacetListComponent,
69
- ], template: "<gn-ui-facet-list\n [models]=\"models$ | async\"\n [selectedPaths]=\"selectedPaths$ | async\"\n (itemChange)=\"onItemChange($event)\"\n (more)=\"onMore($event)\"\n (filterChange)=\"onFilterChange($event)\"\n></gn-ui-facet-list>\n" }]
70
- }], ctorParameters: () => [{ type: i1.FacetsService }, { type: i2.SearchFacade }] });
71
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFjZXRzLWNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvc2VhcmNoL3NyYy9saWIvZmFjZXRzL2ZhY2V0cy1jb250YWluZXIvZmFjZXRzLWNvbnRhaW5lci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvc2VhcmNoL3NyYy9saWIvZmFjZXRzL2ZhY2V0cy1jb250YWluZXIvZmFjZXRzLWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFBO0FBQ2pELE9BQU8sRUFDTCxrQkFBa0IsR0FHbkIsTUFBTSx5Q0FBeUMsQ0FBQTtBQUNoRCxPQUFPLEVBQUUsYUFBYSxFQUFjLE1BQU0sTUFBTSxDQUFBO0FBQ2hELE9BQU8sRUFBRSxHQUFHLEVBQUUsSUFBSSxFQUFFLE1BQU0sZ0JBQWdCLENBQUE7QUFDMUMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDJCQUEyQixDQUFBO0FBQ3hELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQTtBQUNqRCxPQUFPLEVBQUUsTUFBTSxFQUFFLE1BQU0seUNBQXlDLENBQUE7QUFHaEUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTs7Ozs7QUFFckQsTUFBTSxDQUFDLG1DQUFtQyxDQUFDLENBQUE7QUFDM0MsTUFBTSxDQUFDLHdDQUF3QyxDQUFDLENBQUE7QUFDaEQsTUFBTSxDQUFDLDBDQUEwQyxDQUFDLENBQUE7QUFDbEQsTUFBTSxDQUFDLHlEQUF5RCxDQUFDLENBQUE7QUFDakUsTUFBTSxDQUFDLHFEQUFxRCxDQUFDLENBQUE7QUFDN0QsTUFBTSxDQUFDLGtDQUFrQyxDQUFDLENBQUE7QUFDMUMsTUFBTSxDQUFDLDRDQUE0QyxDQUFDLENBQUE7QUFDcEQsTUFBTSxDQUFDLCtDQUErQyxDQUFDLENBQUE7QUFDdkQsTUFBTSxDQUFDLHdCQUF3QixDQUFDLENBQUE7QUFDaEMsTUFBTSxDQUFDLGdDQUFnQyxDQUFDLENBQUE7QUFDeEMsTUFBTSxDQUFDLDRDQUE0QyxDQUFDLENBQUE7QUFjcEQsTUFBTSxPQUFPLHdCQUF3QjtJQUluQyxZQUNVLE1BQXFCLEVBQ3JCLFlBQTBCO1FBRDFCLFdBQU0sR0FBTixNQUFNLENBQWU7UUFDckIsaUJBQVksR0FBWixZQUFZLENBQWM7SUFDakMsQ0FBQztJQUVKLFFBQVE7UUFDTixJQUFJLENBQUMsY0FBYyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsY0FBYyxDQUFDLElBQUksQ0FDekQsR0FBRyxDQUFDLENBQUMsT0FBTyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLGlCQUFpQixDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQ3pELENBQUE7UUFFRCxJQUFJLENBQUMsT0FBTyxHQUFHLGFBQWEsQ0FBQztZQUMzQixJQUFJLENBQUMsWUFBWSxDQUFDLG1CQUFtQjtZQUNyQyxJQUFJLENBQUMsWUFBWSxDQUFDLG9CQUFvQjtTQUN2QyxDQUFDLENBQUMsSUFBSSxDQUNMLEdBQUcsQ0FBQyxDQUFDLENBQUMsa0JBQWtCLEVBQUUsbUJBQW1CLENBQUMsRUFBRSxFQUFFO1lBQ2hELE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsZ0JBQWdCLENBQ3hDLGtCQUFrQixFQUNsQixtQkFBbUIsRUFDbkIsS0FBSyxDQUNOLENBQUE7WUFDRCxPQUFPLEtBQUssQ0FBQTtRQUNkLENBQUMsQ0FBQyxDQUNILENBQUE7SUFDSCxDQUFDO0lBRUQsWUFBWSxDQUFDLFVBQTRCO1FBQ3ZDLElBQUksQ0FBQyxZQUFZLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRTtZQUNuRSxJQUFJLENBQUMsYUFBYSxDQUFDLE9BQU8sRUFBRSxVQUFVLENBQUMsQ0FBQTtRQUN6QyxDQUFDLENBQUMsQ0FBQTtJQUNKLENBQUM7SUFFTyxhQUFhLENBQUMsT0FBcUIsRUFBRSxVQUE0QjtRQUN2RSxNQUFNLEVBQUUsSUFBSSxFQUFFLEtBQUssRUFBRSxHQUFHLFVBQVUsQ0FBQTtRQUNsQyxNQUFNLEVBQUUsSUFBSSxFQUFFLEdBQUcsSUFBSSxDQUFBO1FBQ3JCLE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsb0JBQW9CLENBQUMsS0FBSyxFQUFFLElBQUksQ0FBQyxDQUFBO1FBQy9ELE1BQU0sVUFBVSxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsMEJBQTBCLENBQ3ZELE9BQU8sRUFDUCxJQUFJLEVBQ0osU0FBUyxDQUNWLENBQUE7UUFDRCxJQUFJLENBQUMsWUFBWSxDQUFDLFVBQVUsQ0FBQyxVQUFVLENBQUMsQ0FBQTtJQUMxQyxDQUFDO0lBRUQsTUFBTSxDQUFDLEdBQVc7UUFDaEIsSUFBSSxDQUFDLFlBQVksQ0FBQyx3QkFBd0IsQ0FBQyxHQUFHLEVBQUUsRUFBRSxDQUFDLENBQUE7SUFDckQsQ0FBQztJQUVELGNBQWMsQ0FBQyxJQUFzQjtRQUNuQyxNQUFNLE9BQU8sR0FBRyxLQUFLLElBQUksQ0FBQyxPQUFPLElBQUksQ0FBQTtRQUNyQyxJQUFJLENBQUMsWUFBWSxDQUFDLHVCQUF1QixDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsT0FBTyxDQUFDLENBQUE7SUFDaEUsQ0FBQzsrR0F0RFUsd0JBQXdCO21HQUF4Qix3QkFBd0Isa0ZDeENyQyw0T0FPQSwwREQyQkksa0JBQWtCLGtKQUNsQixZQUFZLG1GQUNaLGVBQWU7OzRGQUlOLHdCQUF3QjtrQkFacEMsU0FBUzsrQkFDRSx3QkFBd0IsY0FHdEIsSUFBSSxXQUNQO3dCQUNQLGtCQUFrQjt3QkFDbEIsWUFBWTt3QkFDWixlQUFlO3dCQUNmLGtCQUFrQjtxQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQge1xuICBGYWNldExpc3RDb21wb25lbnQsXG4gIEZhY2V0U2VsZWN0RXZlbnQsXG4gIE1vZGVsQmxvY2ssXG59IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvc2VhcmNoL3NyYydcbmltcG9ydCB7IGNvbWJpbmVMYXRlc3QsIE9ic2VydmFibGUgfSBmcm9tICdyeGpzJ1xuaW1wb3J0IHsgbWFwLCB0YWtlIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnXG5pbXBvcnQgeyBTZWFyY2hGYWNhZGUgfSBmcm9tICcuLi8uLi9zdGF0ZS9zZWFyY2guZmFjYWRlJ1xuaW1wb3J0IHsgRmFjZXRzU2VydmljZSB9IGZyb20gJy4uL2ZhY2V0cy5zZXJ2aWNlJ1xuaW1wb3J0IHsgbWFya2VyIH0gZnJvbSAnQGJpZXNiamVyZy9uZ3gtdHJhbnNsYXRlLWV4dHJhY3QtbWFya2VyJ1xuaW1wb3J0IHsgRmllbGRGaWx0ZXJzIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvbW9kZWwvc2VhcmNoJ1xuaW1wb3J0IHsgRXNSZXF1ZXN0QWdnVGVybSB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvYXBpL21ldGFkYXRhLWNvbnZlcnRlci9zcmMnXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBUcmFuc2xhdGVNb2R1bGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJ1xuXG5tYXJrZXIoJ2ZhY2V0cy5ibG9jay50aXRsZS5PcmdGb3JSZXNvdXJjZScpXG5tYXJrZXIoJ2ZhY2V0cy5ibG9jay50aXRsZS5hdmFpbGFibGVJblNlcnZpY2VzJylcbm1hcmtlcignZmFjZXRzLmJsb2NrLnRpdGxlLmNsX2hpZXJhcmNoeUxldmVsLmtleScpXG5tYXJrZXIoJ2ZhY2V0cy5ibG9jay50aXRsZS5jbF9tYWludGVuYW5jZUFuZFVwZGF0ZUZyZXF1ZW5jeS5rZXknKVxubWFya2VyKCdmYWNldHMuYmxvY2sudGl0bGUuY2xfc3BhdGlhbFJlcHJlc2VudGF0aW9uVHlwZS5rZXknKVxubWFya2VyKCdmYWNldHMuYmxvY2sudGl0bGUuY2xfc3RhdHVzLmtleScpXG5tYXJrZXIoJ2ZhY2V0cy5ibG9jay50aXRsZS5jcmVhdGlvblllYXJGb3JSZXNvdXJjZScpXG5tYXJrZXIoJ2ZhY2V0cy5ibG9jay50aXRsZS5yZXNvbHV0aW9uU2NhbGVEZW5vbWluYXRvcicpXG5tYXJrZXIoJ2ZhY2V0cy5ibG9jay50aXRsZS50YWcnKVxubWFya2VyKCdmYWNldHMuYmxvY2sudGl0bGUudGFnLmRlZmF1bHQnKVxubWFya2VyKCdmYWNldHMuYmxvY2sudGl0bGUudGhfcmVnaW9uc190cmVlLmRlZmF1bHQnKVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1mYWNldHMtY29udGFpbmVyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2ZhY2V0cy1jb250YWluZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9mYWNldHMtY29udGFpbmVyLmNvbXBvbmVudC5jc3MnXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIEZhY2V0TGlzdENvbXBvbmVudCxcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgVHJhbnNsYXRlTW9kdWxlLFxuICAgIEZhY2V0TGlzdENvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRmFjZXRzQ29udGFpbmVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgc2VsZWN0ZWRQYXRocyQ6IE9ic2VydmFibGU8c3RyaW5nW11bXT5cbiAgbW9kZWxzJDogT2JzZXJ2YWJsZTxNb2RlbEJsb2NrW10+XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBmYWNldHM6IEZhY2V0c1NlcnZpY2UsXG4gICAgcHJpdmF0ZSBzZWFyY2hGYWNhZGU6IFNlYXJjaEZhY2FkZVxuICApIHt9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5zZWxlY3RlZFBhdGhzJCA9IHRoaXMuc2VhcmNoRmFjYWRlLnNlYXJjaEZpbHRlcnMkLnBpcGUoXG4gICAgICBtYXAoKGZpbHRlcnMpID0+IHRoaXMuZmFjZXRzLmZpbmRTZWxlY3RlZFBhdGhzKGZpbHRlcnMpKVxuICAgIClcblxuICAgIHRoaXMubW9kZWxzJCA9IGNvbWJpbmVMYXRlc3QoW1xuICAgICAgdGhpcy5zZWFyY2hGYWNhZGUuY29uZmlnQWdncmVnYXRpb25zJCxcbiAgICAgIHRoaXMuc2VhcmNoRmFjYWRlLnJlc3VsdHNBZ2dyZWdhdGlvbnMkLFxuICAgIF0pLnBpcGUoXG4gICAgICBtYXAoKFtjb25maWdBZ2dyZWdhdGlvbnMsIHJlc3VsdHNBZ2dyZWdhdGlvbnNdKSA9PiB7XG4gICAgICAgIGNvbnN0IG1vZGVsID0gdGhpcy5mYWNldHMuY3JlYXRlRmFjZXRNb2RlbChcbiAgICAgICAgICBjb25maWdBZ2dyZWdhdGlvbnMsXG4gICAgICAgICAgcmVzdWx0c0FnZ3JlZ2F0aW9ucyxcbiAgICAgICAgICBmYWxzZVxuICAgICAgICApXG4gICAgICAgIHJldHVybiBtb2RlbFxuICAgICAgfSlcbiAgICApXG4gIH1cblxuICBvbkl0ZW1DaGFuZ2UoZmFjZXRFdmVudDogRmFjZXRTZWxlY3RFdmVudCkge1xuICAgIHRoaXMuc2VhcmNoRmFjYWRlLnNlYXJjaEZpbHRlcnMkLnBpcGUodGFrZSgxKSkuc3Vic2NyaWJlKChmaWx0ZXJzKSA9PiB7XG4gICAgICB0aGlzLnVwZGF0ZUZpbHRlcnMoZmlsdGVycywgZmFjZXRFdmVudClcbiAgICB9KVxuICB9XG5cbiAgcHJpdmF0ZSB1cGRhdGVGaWx0ZXJzKGZpbHRlcnM6IEZpZWxkRmlsdGVycywgZmFjZXRFdmVudDogRmFjZXRTZWxlY3RFdmVudCkge1xuICAgIGNvbnN0IHsgaXRlbSwgYmxvY2sgfSA9IGZhY2V0RXZlbnRcbiAgICBjb25zdCB7IHBhdGggfSA9IGl0ZW1cbiAgICBjb25zdCBwYXRoVmFsdWUgPSB0aGlzLmZhY2V0cy5jb21wdXRlSXRlbVBhdGhWYWx1ZShibG9jaywgaXRlbSlcbiAgICBjb25zdCBuZXdGaWx0ZXJzID0gdGhpcy5mYWNldHMuY29tcHV0ZU5ld0ZpbHRlcnNGcm9tU3RhdGUoXG4gICAgICBmaWx0ZXJzLFxuICAgICAgcGF0aCxcbiAgICAgIHBhdGhWYWx1ZVxuICAgIClcbiAgICB0aGlzLnNlYXJjaEZhY2FkZS5zZXRGaWx0ZXJzKG5ld0ZpbHRlcnMpXG4gIH1cblxuICBvbk1vcmUoa2V5OiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLnNlYXJjaEZhY2FkZS5yZXF1ZXN0TW9yZU9uQWdncmVnYXRpb24oa2V5LCAyMClcbiAgfVxuXG4gIG9uRmlsdGVyQ2hhbmdlKHRlcm06IEVzUmVxdWVzdEFnZ1Rlcm0pOiB2b2lkIHtcbiAgICBjb25zdCBpbmNsdWRlID0gYC4qJHt0ZXJtLmluY2x1ZGV9LipgXG4gICAgdGhpcy5zZWFyY2hGYWNhZGUuc2V0SW5jbHVkZU9uQWdncmVnYXRpb24odGVybS5maWVsZCwgaW5jbHVkZSlcbiAgfVxufVxuIiwiPGduLXVpLWZhY2V0LWxpc3RcbiAgW21vZGVsc109XCJtb2RlbHMkIHwgYXN5bmNcIlxuICBbc2VsZWN0ZWRQYXRoc109XCJzZWxlY3RlZFBhdGhzJCB8IGFzeW5jXCJcbiAgKGl0ZW1DaGFuZ2UpPVwib25JdGVtQ2hhbmdlKCRldmVudClcIlxuICAobW9yZSk9XCJvbk1vcmUoJGV2ZW50KVwiXG4gIChmaWx0ZXJDaGFuZ2UpPVwib25GaWx0ZXJDaGFuZ2UoJGV2ZW50KVwiXG4+PC9nbi11aS1mYWNldC1saXN0PlxuIl19