geonetwork-ui 2.8.0-dev.cba2fd2eb → 2.8.0-dev.d7c07c0b9

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