geonetwork-ui 2.6.0-dev.01d2b5fc0 → 2.6.0-dev.01f702fed

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 (387) hide show
  1. package/esm2022/libs/api/metadata-converter/src/index.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/base.converter.mjs +1 -1
  3. package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +17 -15
  4. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +8 -3
  5. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +3 -3
  6. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +4 -4
  7. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +2 -10
  8. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +18 -11
  9. package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +7 -1
  10. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  11. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +7 -3
  12. package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +2 -2
  13. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +2 -1
  14. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +7 -3
  15. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +2 -3
  16. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +1 -1
  17. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +5 -5
  18. package/esm2022/libs/feature/map/src/lib/map-state-container/map-state-container.component.mjs +2 -2
  19. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +2 -4
  20. package/esm2022/libs/feature/record/src/index.mjs +1 -2
  21. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +3 -3
  22. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +5 -9
  23. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +3 -3
  24. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +7 -11
  25. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +6 -3
  26. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +45 -14
  27. package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +1 -1
  28. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +8 -5
  29. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +4 -6
  30. package/esm2022/libs/feature/router/src/lib/default/constants.mjs +3 -1
  31. package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +1 -1
  32. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +10 -2
  33. package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +9 -3
  34. package/esm2022/libs/feature/search/src/index.mjs +2 -2
  35. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +8 -7
  36. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +13 -19
  37. package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +4 -2
  38. package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +41 -0
  39. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +26 -10
  40. package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +70 -1
  41. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +4 -3
  42. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +3 -3
  43. package/esm2022/libs/ui/elements/src/index.mjs +4 -1
  44. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +27 -6
  45. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +22 -6
  46. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +18 -7
  47. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +3 -3
  48. package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +163 -0
  49. package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +51 -0
  50. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +29 -7
  51. package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +3 -3
  52. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +3 -3
  53. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +8 -5
  54. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +3 -3
  55. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +3 -2
  56. package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +161 -0
  57. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +22 -4
  58. package/esm2022/libs/ui/inputs/src/index.mjs +2 -2
  59. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -2
  60. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +3 -3
  61. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +3 -3
  62. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +42 -0
  63. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +2 -0
  64. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +4 -3
  65. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +8 -9
  66. package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +43 -3
  67. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +48 -11
  68. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +3 -3
  69. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +15 -3
  70. package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +3 -3
  71. package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +6 -6
  72. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +4 -12
  73. package/esm2022/libs/ui/map/src/index.mjs +2 -1
  74. package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +14 -3
  75. package/esm2022/libs/ui/map/src/lib/components/map-legend/map-legend.component.mjs +5 -1
  76. package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +79 -0
  77. package/esm2022/libs/ui/search/src/index.mjs +2 -1
  78. package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +3 -3
  79. package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +53 -0
  80. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +5 -4
  81. package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +11 -3
  82. package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +3 -3
  83. package/esm2022/libs/util/app-config/src/lib/app-config.mjs +2 -1
  84. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +2 -1
  85. package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +6 -2
  86. package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +4 -1
  87. package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +30 -2
  88. package/esm2022/libs/util/shared/src/index.mjs +2 -1
  89. package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +6 -0
  90. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +2 -1
  91. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +33 -24
  92. package/esm2022/translations/de.json +39 -4
  93. package/esm2022/translations/en.json +40 -5
  94. package/esm2022/translations/es.json +39 -4
  95. package/esm2022/translations/fr.json +40 -5
  96. package/esm2022/translations/it.json +39 -5
  97. package/esm2022/translations/nl.json +39 -4
  98. package/esm2022/translations/pt.json +39 -4
  99. package/fesm2022/geonetwork-ui.mjs +1771 -634
  100. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  101. package/libs/api/metadata-converter/src/index.d.ts +1 -0
  102. package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
  103. package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +1 -1
  104. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +21 -0
  105. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +1 -1
  106. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  107. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
  108. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +1 -0
  109. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  110. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +1 -1
  111. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +23 -4
  112. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  113. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
  114. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  115. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +2 -2
  116. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
  117. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +1 -1
  118. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +6 -6
  119. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
  120. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
  121. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
  122. package/libs/feature/record/src/index.d.ts +0 -1
  123. package/libs/feature/record/src/index.d.ts.map +1 -1
  124. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +9 -1
  125. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  126. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +2 -3
  127. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
  128. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +1 -2
  129. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
  130. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +2 -1
  131. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
  132. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +7 -2
  133. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  134. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +2 -2
  135. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +3 -1
  136. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
  137. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +7 -7
  138. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  139. package/libs/feature/router/src/lib/default/constants.d.ts +2 -0
  140. package/libs/feature/router/src/lib/default/constants.d.ts.map +1 -1
  141. package/libs/feature/router/src/lib/default/router.config.d.ts +2 -0
  142. package/libs/feature/router/src/lib/default/router.config.d.ts.map +1 -1
  143. package/libs/feature/router/src/lib/default/router.service.d.ts.map +1 -1
  144. package/libs/feature/router/src/lib/default/state/router.facade.d.ts +5 -0
  145. package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +1 -1
  146. package/libs/feature/search/src/index.d.ts +1 -1
  147. package/libs/feature/search/src/index.d.ts.map +1 -1
  148. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
  149. package/libs/feature/search/src/lib/feature-search.module.d.ts +4 -2
  150. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
  151. package/libs/feature/search/src/lib/record-url.token.d.ts +3 -1
  152. package/libs/feature/search/src/lib/record-url.token.d.ts.map +1 -1
  153. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +21 -0
  154. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +1 -0
  155. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +5 -3
  156. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +1 -1
  157. package/libs/feature/search/src/lib/utils/service/fields.d.ts +21 -0
  158. package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
  159. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
  160. package/libs/ui/elements/src/index.d.ts +3 -0
  161. package/libs/ui/elements/src/index.d.ts.map +1 -1
  162. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts +9 -1
  163. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
  164. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +8 -1
  165. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +1 -1
  166. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +7 -1
  167. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
  168. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +43 -0
  169. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +1 -0
  170. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +11 -0
  171. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +1 -0
  172. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +10 -2
  173. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
  174. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +2 -2
  175. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
  176. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
  177. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +30 -0
  178. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +1 -0
  179. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +4 -1
  180. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  181. package/libs/ui/inputs/src/index.d.ts +1 -1
  182. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  183. package/libs/ui/inputs/src/lib/button/button.component.d.ts +1 -1
  184. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  185. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +14 -0
  186. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +1 -0
  187. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +6 -0
  188. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +1 -0
  189. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +1 -1
  190. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +25 -24
  191. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  192. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +10 -3
  193. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts.map +1 -1
  194. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +9 -2
  195. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -1
  196. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +2 -0
  197. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +1 -1
  198. package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
  199. package/libs/ui/map/src/index.d.ts +1 -0
  200. package/libs/ui/map/src/index.d.ts.map +1 -1
  201. package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts +4 -2
  202. package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts.map +1 -1
  203. package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts.map +1 -1
  204. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +15 -0
  205. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +1 -0
  206. package/libs/ui/search/src/index.d.ts +1 -0
  207. package/libs/ui/search/src/index.d.ts.map +1 -1
  208. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +17 -0
  209. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +1 -0
  210. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  211. package/libs/ui/search/src/lib/ui-search.module.d.ts +21 -19
  212. package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
  213. package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
  214. package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
  215. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +1 -1
  216. package/libs/util/data-fetcher/src/lib/model.d.ts +3 -2
  217. package/libs/util/data-fetcher/src/lib/model.d.ts.map +1 -1
  218. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +1 -0
  219. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +1 -1
  220. package/libs/util/shared/src/index.d.ts +1 -0
  221. package/libs/util/shared/src/index.d.ts.map +1 -1
  222. package/libs/util/shared/src/lib/gn-ui-version.d.ts +3 -0
  223. package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +1 -0
  224. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +3 -3
  225. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +1 -1
  226. package/libs/util/shared/src/lib/links/link-utils.d.ts +30 -23
  227. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  228. package/package.json +1 -1
  229. package/src/libs/api/metadata-converter/src/index.ts +1 -0
  230. package/src/libs/api/metadata-converter/src/lib/base.converter.ts +1 -4
  231. package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +29 -15
  232. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.service+eaux-usees.ts +2 -2
  233. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +2 -2
  234. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +2 -2
  235. package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.service+napitswallonia.ts +2 -2
  236. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +8 -2
  237. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +2 -2
  238. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +3 -3
  239. package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +1 -9
  240. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +20 -12
  241. package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +6 -0
  242. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +22 -3
  243. package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +26 -26
  244. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +2 -2
  245. package/src/libs/common/fixtures/src/lib/record-link.fixtures.ts +5 -5
  246. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +18 -2
  247. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +1 -0
  248. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +4 -0
  249. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +1 -0
  250. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +10 -8
  251. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +4 -0
  252. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +1 -2
  253. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +2 -2
  254. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +2 -2
  255. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +2 -2
  256. package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +1 -3
  257. package/src/libs/feature/record/src/index.ts +0 -1
  258. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +14 -10
  259. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +2 -3
  260. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +1 -1
  261. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +4 -5
  262. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +2 -2
  263. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +1 -0
  264. package/src/libs/feature/record/src/lib/map-view/map-view.component.html +22 -15
  265. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +41 -7
  266. package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +2 -2
  267. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +5 -3
  268. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +4 -7
  269. package/src/libs/feature/router/src/lib/default/constants.ts +2 -0
  270. package/src/libs/feature/router/src/lib/default/router.config.ts +2 -0
  271. package/src/libs/feature/router/src/lib/default/router.service.ts +10 -0
  272. package/src/libs/feature/router/src/lib/default/state/router.facade.ts +10 -1
  273. package/src/libs/feature/search/src/index.ts +1 -1
  274. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +1 -7
  275. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +16 -8
  276. package/src/libs/feature/search/src/lib/feature-search.module.ts +9 -10
  277. package/src/libs/feature/search/src/lib/record-url.token.ts +10 -1
  278. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +16 -0
  279. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +59 -0
  280. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.css +6 -0
  281. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +1 -0
  282. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +24 -5
  283. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -5
  284. package/src/libs/feature/search/src/lib/utils/service/fields.ts +99 -0
  285. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.html +1 -1
  286. package/src/libs/ui/elements/src/index.ts +3 -0
  287. package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +64 -38
  288. package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +26 -2
  289. package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +21 -18
  290. package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +20 -2
  291. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +42 -10
  292. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +29 -2
  293. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +1 -1
  294. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.css +0 -0
  295. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +156 -0
  296. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +190 -0
  297. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.css +6 -0
  298. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +9 -0
  299. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts +51 -0
  300. package/src/libs/ui/elements/src/lib/link-card/link-card.component.html +30 -29
  301. package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +28 -2
  302. package/src/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.html +3 -5
  303. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +9 -9
  304. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +9 -0
  305. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +20 -7
  306. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +12 -4
  307. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +3 -2
  308. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +2 -1
  309. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.css +0 -0
  310. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +96 -0
  311. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +183 -0
  312. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +9 -0
  313. package/src/libs/ui/inputs/src/index.ts +1 -1
  314. package/src/libs/ui/inputs/src/lib/button/button.component.ts +2 -2
  315. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +1 -1
  316. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +1 -1
  317. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +23 -0
  318. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.ts +44 -0
  319. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.ts +5 -0
  320. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +6 -6
  321. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.ts +2 -1
  322. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -3
  323. package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +46 -2
  324. package/src/libs/ui/layout/src/lib/block-list/block-list.component.css +22 -0
  325. package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +2 -2
  326. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +43 -5
  327. package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +0 -5
  328. package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +1 -1
  329. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +3 -7
  330. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +13 -0
  331. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +1 -1
  332. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +17 -5
  333. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +3 -3
  334. package/src/libs/ui/layout/src/lib/ui-layout.module.ts +1 -5
  335. package/src/libs/ui/map/src/index.ts +1 -0
  336. package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +14 -0
  337. package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.ts +3 -0
  338. package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.css +0 -0
  339. package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.html +4 -0
  340. package/src/libs/{feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.ts → ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts} +7 -8
  341. package/src/libs/ui/search/src/index.ts +1 -0
  342. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +1 -1
  343. package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html +24 -0
  344. package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.ts +53 -0
  345. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +7 -4
  346. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +2 -1
  347. package/src/libs/ui/search/src/lib/ui-search.module.ts +5 -0
  348. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +4 -3
  349. package/src/libs/util/app-config/src/lib/app-config.ts +1 -0
  350. package/src/libs/util/app-config/src/lib/fixtures.ts +1 -0
  351. package/src/libs/util/data-fetcher/src/lib/data-fetcher.ts +3 -1
  352. package/src/libs/util/data-fetcher/src/lib/model.ts +11 -1
  353. package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +29 -3
  354. package/src/libs/util/shared/src/index.ts +1 -0
  355. package/src/libs/util/shared/src/lib/gn-ui-version.ts +8 -0
  356. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +12 -3
  357. package/src/libs/util/shared/src/lib/links/link-utils.ts +50 -30
  358. package/tailwind.base.config.js +3 -0
  359. package/tailwind.base.css +39 -13
  360. package/translations/de.json +39 -4
  361. package/translations/en.json +40 -5
  362. package/translations/es.json +39 -4
  363. package/translations/fr.json +40 -5
  364. package/translations/it.json +39 -5
  365. package/translations/nl.json +39 -4
  366. package/translations/pt.json +39 -4
  367. package/translations/sk.json +39 -4
  368. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.mjs +0 -79
  369. package/esm2022/libs/feature/record/src/lib/gn-ui-version.token.mjs +0 -3
  370. package/esm2022/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.mjs +0 -18
  371. package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +0 -16
  372. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts +0 -15
  373. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts.map +0 -1
  374. package/libs/feature/record/src/lib/gn-ui-version.token.d.ts +0 -3
  375. package/libs/feature/record/src/lib/gn-ui-version.token.d.ts.map +0 -1
  376. package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts +0 -9
  377. package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts.map +0 -1
  378. package/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.d.ts +0 -8
  379. package/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.d.ts.map +0 -1
  380. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.html +0 -1
  381. package/src/libs/feature/record/src/lib/gn-ui-version.token.ts +0 -3
  382. package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.html +0 -4
  383. package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.ts +0 -10
  384. package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.css +0 -3
  385. package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.html +0 -9
  386. package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.ts +0 -15
  387. /package/src/libs/feature/{editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.css → search/src/lib/results-hits/results-hits.container.component.css} +0 -0
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "": "",
3
3
  "Add Layer As": "",
4
+ "Enter to search": "",
4
5
  "button.login": "",
5
6
  "catalog.figures.datasets": "datasets",
6
7
  "catalog.figures.organizations": "organisaties",
@@ -50,7 +51,7 @@
50
51
  "datafeeder.month.september": "",
51
52
  "datafeeder.wizardSummarize.createdAt": "",
52
53
  "datafeeder.wizardSummarize.scale": "",
53
- "datahub.header.datasets": "",
54
+ "datahub.header.datasets": "Catalog",
54
55
  "datahub.header.lastRecords": "",
55
56
  "datahub.header.myfavorites": "",
56
57
  "datahub.header.news": "",
@@ -62,15 +63,16 @@
62
63
  "datahub.news.contact.title": "",
63
64
  "datahub.news.feed": "",
64
65
  "datahub.news.figures": "",
65
- "datahub.record.addToFavorites": "",
66
66
  "datahub.search.back": "",
67
67
  "datahub.search.filter.all": "",
68
68
  "datahub.search.filter.generatedByAPI": "",
69
69
  "datahub.search.filter.generatedByWfs": "",
70
70
  "datahub.search.filter.others": "",
71
+ "dataset.error.forbidden": "",
71
72
  "dataset.error.http": "",
72
73
  "dataset.error.network": "",
73
74
  "dataset.error.parse": "",
75
+ "dataset.error.restrictedAccess": "",
74
76
  "dataset.error.unknown": "",
75
77
  "dataset.error.unsupportedType": "",
76
78
  "domain.contact.role.author": "",
@@ -231,6 +233,7 @@
231
233
  "editor.record.loadError.body": "",
232
234
  "editor.record.loadError.closeMessage": "",
233
235
  "editor.record.loadError.title": "",
236
+ "editor.record.lock.format": "",
234
237
  "editor.record.lock.reason": "",
235
238
  "editor.record.onlineResource.protocol.other": "",
236
239
  "editor.record.onlineResourceError.body": "",
@@ -290,7 +293,6 @@
290
293
  "input.image.dropFileLabel": "",
291
294
  "input.image.selectFileLabel": "",
292
295
  "input.image.uploadErrorLabel": "",
293
- "input.image.uploadErrorRetry": "",
294
296
  "input.image.uploadProgressCancel": "",
295
297
  "input.image.uploadProgressLabel": "",
296
298
  "language.ca": "Catalaans",
@@ -330,6 +332,7 @@
330
332
  "map.wms.urlInput.hint": "",
331
333
  "multiselect.filter.placeholder": "",
332
334
  "nav.back": "",
335
+ "navbar.mobile.menuTitle": "",
333
336
  "next": "",
334
337
  "ogc.unreachable.unknown": "",
335
338
  "organisation.filter.placeholder": "",
@@ -353,8 +356,13 @@
353
356
  "record.action.duplicating": "",
354
357
  "record.action.rollback": "",
355
358
  "record.action.view": "",
359
+ "record.card.metadata.contact": "",
356
360
  "record.externalViewer.open": "",
357
361
  "record.feature.limit": "",
362
+ "record.kind.data": "",
363
+ "record.kind.dataset": "",
364
+ "record.kind.reuse": "",
365
+ "record.kind.service": "",
358
366
  "record.metadata.about": "",
359
367
  "record.metadata.api": "",
360
368
  "record.metadata.api.form.closeButton": "",
@@ -388,6 +396,7 @@
388
396
  "record.metadata.api.form.zoneTitle": "",
389
397
  "record.metadata.api.form.zoneTooltip": "",
390
398
  "record.metadata.api.gpfdl": "",
399
+ "record.metadata.capabilities": "",
391
400
  "record.metadata.catalog": "",
392
401
  "record.metadata.contact": "",
393
402
  "record.metadata.creation": "",
@@ -424,11 +433,12 @@
424
433
  "record.metadata.quality.updateFrequency.failed": "",
425
434
  "record.metadata.quality.updateFrequency.success": "",
426
435
  "record.metadata.related": "",
436
+ "record.metadata.related.contents": "",
437
+ "record.metadata.ressources.and.links": "Bronnen en links",
427
438
  "record.metadata.sheet": "",
428
439
  "record.metadata.status": "",
429
440
  "record.metadata.status.notPublished": "",
430
441
  "record.metadata.status.published": "",
431
- "record.metadata.technical": "",
432
442
  "record.metadata.temporalExtent": "",
433
443
  "record.metadata.temporalExtent.fromDateToDate": "",
434
444
  "record.metadata.temporalExtent.sinceDate": "",
@@ -457,6 +467,10 @@
457
467
  "results.layout.selectOne": "",
458
468
  "results.records.hits.displayedOn": "",
459
469
  "results.records.hits.empty.help.html": "",
470
+ "search.filters.recordKind.all": "Alles",
471
+ "search.filters.recordKind.dataset": "",
472
+ "search.filters.recordKind.reuse": "",
473
+ "search.filters.recordKind.service": "",
460
474
  "results.records.hits.found": "",
461
475
  "results.records.hits.selected": "",
462
476
  "results.showMore": "",
@@ -465,6 +479,7 @@
465
479
  "results.sortBy.popularity": "",
466
480
  "results.sortBy.qualityScore": "",
467
481
  "results.sortBy.relevancy": "",
482
+ "reuse.metadata.access": "",
468
483
  "search.autocomplete.error": "",
469
484
  "search.error.couldNotReachApi": "",
470
485
  "search.error.organizationHasNoDataset": "",
@@ -514,6 +529,26 @@
514
529
  "search.filters.useSpatialFilter": "",
515
530
  "search.filters.useSpatialFilterHelp": "",
516
531
  "search.filters.user": "",
532
+ "service.metadata.capabilities": "",
533
+ "service.metadata.capabilities.abstract": "",
534
+ "service.metadata.capabilities.attribution": "",
535
+ "service.metadata.capabilities.availableCrs": "",
536
+ "service.metadata.capabilities.defaultCrs": "",
537
+ "service.metadata.capabilities.geometryName": "",
538
+ "service.metadata.capabilities.geometryType": "",
539
+ "service.metadata.capabilities.keywords": "",
540
+ "service.metadata.capabilities.name": "",
541
+ "service.metadata.capabilities.objectCount": "",
542
+ "service.metadata.capabilities.otherCrs": "",
543
+ "service.metadata.capabilities.outputFormats": "",
544
+ "service.metadata.capabilities.resourceLinks": "",
545
+ "service.metadata.capabilities.title": "",
546
+ "service.metadata.filter": "",
547
+ "service.metadata.filter.noLayers": "",
548
+ "service.metadata.other": "",
549
+ "service.metadata.question": "",
550
+ "service.metadata.search": "",
551
+ "service.metadata.spatialExtent": "",
517
552
  "share.tab.permalink": "",
518
553
  "share.tab.webComponent": "",
519
554
  "table.loading.data": "",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "": "",
3
3
  "Add Layer As": "",
4
+ "Enter to search": "",
4
5
  "button.login": "",
5
6
  "catalog.figures.datasets": "conjuntos de dados",
6
7
  "catalog.figures.organizations": "organizações",
@@ -50,7 +51,7 @@
50
51
  "datafeeder.month.september": "",
51
52
  "datafeeder.wizardSummarize.createdAt": "",
52
53
  "datafeeder.wizardSummarize.scale": "",
53
- "datahub.header.datasets": "",
54
+ "datahub.header.datasets": "Catálogo",
54
55
  "datahub.header.lastRecords": "",
55
56
  "datahub.header.myfavorites": "",
56
57
  "datahub.header.news": "",
@@ -62,15 +63,16 @@
62
63
  "datahub.news.contact.title": "",
63
64
  "datahub.news.feed": "",
64
65
  "datahub.news.figures": "",
65
- "datahub.record.addToFavorites": "",
66
66
  "datahub.search.back": "",
67
67
  "datahub.search.filter.all": "",
68
68
  "datahub.search.filter.generatedByAPI": "",
69
69
  "datahub.search.filter.generatedByWfs": "",
70
70
  "datahub.search.filter.others": "",
71
+ "dataset.error.forbidden": "",
71
72
  "dataset.error.http": "",
72
73
  "dataset.error.network": "",
73
74
  "dataset.error.parse": "",
75
+ "dataset.error.restrictedAccess": "",
74
76
  "dataset.error.unknown": "",
75
77
  "dataset.error.unsupportedType": "",
76
78
  "domain.contact.role.author": "",
@@ -231,6 +233,7 @@
231
233
  "editor.record.loadError.body": "",
232
234
  "editor.record.loadError.closeMessage": "",
233
235
  "editor.record.loadError.title": "",
236
+ "editor.record.lock.format": "",
234
237
  "editor.record.lock.reason": "",
235
238
  "editor.record.onlineResource.protocol.other": "",
236
239
  "editor.record.onlineResourceError.body": "",
@@ -290,7 +293,6 @@
290
293
  "input.image.dropFileLabel": "",
291
294
  "input.image.selectFileLabel": "",
292
295
  "input.image.uploadErrorLabel": "",
293
- "input.image.uploadErrorRetry": "",
294
296
  "input.image.uploadProgressCancel": "",
295
297
  "input.image.uploadProgressLabel": "",
296
298
  "language.ca": "Catalão",
@@ -330,6 +332,7 @@
330
332
  "map.wms.urlInput.hint": "",
331
333
  "multiselect.filter.placeholder": "",
332
334
  "nav.back": "",
335
+ "navbar.mobile.menuTitle": "",
333
336
  "next": "",
334
337
  "ogc.unreachable.unknown": "",
335
338
  "organisation.filter.placeholder": "",
@@ -353,8 +356,13 @@
353
356
  "record.action.duplicating": "",
354
357
  "record.action.rollback": "",
355
358
  "record.action.view": "",
359
+ "record.card.metadata.contact": "",
356
360
  "record.externalViewer.open": "",
357
361
  "record.feature.limit": "",
362
+ "record.kind.data": "",
363
+ "record.kind.dataset": "",
364
+ "record.kind.reuse": "",
365
+ "record.kind.service": "",
358
366
  "record.metadata.about": "",
359
367
  "record.metadata.api": "",
360
368
  "record.metadata.api.form.closeButton": "",
@@ -388,6 +396,7 @@
388
396
  "record.metadata.api.form.zoneTitle": "",
389
397
  "record.metadata.api.form.zoneTooltip": "",
390
398
  "record.metadata.api.gpfdl": "",
399
+ "record.metadata.capabilities": "",
391
400
  "record.metadata.catalog": "",
392
401
  "record.metadata.contact": "",
393
402
  "record.metadata.creation": "",
@@ -424,11 +433,12 @@
424
433
  "record.metadata.quality.updateFrequency.failed": "",
425
434
  "record.metadata.quality.updateFrequency.success": "",
426
435
  "record.metadata.related": "",
436
+ "record.metadata.related.contents": "",
437
+ "record.metadata.ressources.and.links": "Recursos e links",
427
438
  "record.metadata.sheet": "",
428
439
  "record.metadata.status": "",
429
440
  "record.metadata.status.notPublished": "",
430
441
  "record.metadata.status.published": "",
431
- "record.metadata.technical": "",
432
442
  "record.metadata.temporalExtent": "",
433
443
  "record.metadata.temporalExtent.fromDateToDate": "",
434
444
  "record.metadata.temporalExtent.sinceDate": "",
@@ -457,6 +467,10 @@
457
467
  "results.layout.selectOne": "",
458
468
  "results.records.hits.displayedOn": "",
459
469
  "results.records.hits.empty.help.html": "",
470
+ "search.filters.recordKind.all": "Todos",
471
+ "search.filters.recordKind.dataset": "",
472
+ "search.filters.recordKind.reuse": "",
473
+ "search.filters.recordKind.service": "",
460
474
  "results.records.hits.found": "",
461
475
  "results.records.hits.selected": "",
462
476
  "results.showMore": "",
@@ -465,6 +479,7 @@
465
479
  "results.sortBy.popularity": "",
466
480
  "results.sortBy.qualityScore": "",
467
481
  "results.sortBy.relevancy": "",
482
+ "reuse.metadata.access": "",
468
483
  "search.autocomplete.error": "",
469
484
  "search.error.couldNotReachApi": "",
470
485
  "search.error.organizationHasNoDataset": "",
@@ -514,6 +529,26 @@
514
529
  "search.filters.useSpatialFilter": "",
515
530
  "search.filters.useSpatialFilterHelp": "",
516
531
  "search.filters.user": "",
532
+ "service.metadata.capabilities": "",
533
+ "service.metadata.capabilities.abstract": "",
534
+ "service.metadata.capabilities.attribution": "",
535
+ "service.metadata.capabilities.availableCrs": "",
536
+ "service.metadata.capabilities.defaultCrs": "",
537
+ "service.metadata.capabilities.geometryName": "",
538
+ "service.metadata.capabilities.geometryType": "",
539
+ "service.metadata.capabilities.keywords": "",
540
+ "service.metadata.capabilities.name": "",
541
+ "service.metadata.capabilities.objectCount": "",
542
+ "service.metadata.capabilities.otherCrs": "",
543
+ "service.metadata.capabilities.outputFormats": "",
544
+ "service.metadata.capabilities.resourceLinks": "",
545
+ "service.metadata.capabilities.title": "",
546
+ "service.metadata.filter": "",
547
+ "service.metadata.filter.noLayers": "",
548
+ "service.metadata.other": "",
549
+ "service.metadata.question": "",
550
+ "service.metadata.search": "",
551
+ "service.metadata.spatialExtent": "",
517
552
  "share.tab.permalink": "",
518
553
  "share.tab.webComponent": "",
519
554
  "table.loading.data": "",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "": "",
3
3
  "Add Layer As": "",
4
+ "Enter to search": "",
4
5
  "button.login": "",
5
6
  "catalog.figures.datasets": "{count, plural, =0{datasety} one{dataset} other{datasety}}",
6
7
  "catalog.figures.organizations": "{count, plural, =0{organizácie} one{organizácia} other{organizácie}}",
@@ -50,7 +51,7 @@
50
51
  "datafeeder.month.september": "September",
51
52
  "datafeeder.wizardSummarize.createdAt": "Vytvorené v",
52
53
  "datafeeder.wizardSummarize.scale": "Mierka",
53
- "datahub.header.datasets": "Datasety",
54
+ "datahub.header.datasets": "Katalóg",
54
55
  "datahub.header.lastRecords": "Najnovšie",
55
56
  "datahub.header.myfavorites": "Moje obľúbené",
56
57
  "datahub.header.news": "Domov",
@@ -62,15 +63,16 @@
62
63
  "datahub.news.contact.title": "Špecifická potreba?",
63
64
  "datahub.news.feed": "Spravodajský kanál",
64
65
  "datahub.news.figures": "Ukazovatele",
65
- "datahub.record.addToFavorites": "Pridať do obľúbených",
66
66
  "datahub.search.back": "Späť na výsledky",
67
67
  "datahub.search.filter.all": "Všetky",
68
68
  "datahub.search.filter.generatedByAPI": "vygenerované cez API",
69
69
  "datahub.search.filter.generatedByWfs": "",
70
70
  "datahub.search.filter.others": "Iné",
71
+ "dataset.error.forbidden": "",
71
72
  "dataset.error.http": "Dáta sa nedajú načítať kvôli chybe HTTP: \"{ info }\"",
72
73
  "dataset.error.network": "Dáta sa nedajú načítať kvôli chybe v sieti alebo obmedzeniam CORS: \"{ info }\"",
73
74
  "dataset.error.parse": "Dáta boli načítané, ale nedajú sa analyzovať: \"{ info }\"",
75
+ "dataset.error.restrictedAccess": "",
74
76
  "dataset.error.unknown": "Dáta nie je možné zobraziť: \"{ info }\"",
75
77
  "dataset.error.unsupportedType": "Nepodporovaný typ obsahu: \"{ info }\"",
76
78
  "domain.contact.role.author": "",
@@ -231,6 +233,7 @@
231
233
  "editor.record.loadError.body": "",
232
234
  "editor.record.loadError.closeMessage": "",
233
235
  "editor.record.loadError.title": "",
236
+ "editor.record.lock.format": "",
234
237
  "editor.record.lock.reason": "",
235
238
  "editor.record.onlineResource.protocol.other": "",
236
239
  "editor.record.onlineResourceError.body": "",
@@ -290,7 +293,6 @@
290
293
  "input.image.dropFileLabel": "",
291
294
  "input.image.selectFileLabel": "",
292
295
  "input.image.uploadErrorLabel": "",
293
- "input.image.uploadErrorRetry": "",
294
296
  "input.image.uploadProgressCancel": "",
295
297
  "input.image.uploadProgressLabel": "",
296
298
  "language.ca": "Catalánsky",
@@ -330,6 +332,7 @@
330
332
  "map.wms.urlInput.hint": "Zadajte URL adresu služby WMS",
331
333
  "multiselect.filter.placeholder": "Hľadať",
332
334
  "nav.back": "Späť",
335
+ "navbar.mobile.menuTitle": "",
333
336
  "next": "Ďalej",
334
337
  "ogc.unreachable.unknown": "So službou sa nedalo spojiť",
335
338
  "organisation.filter.placeholder": "Filtrovať výsledky",
@@ -353,8 +356,13 @@
353
356
  "record.action.duplicating": "",
354
357
  "record.action.rollback": "",
355
358
  "record.action.view": "Zobraziť",
359
+ "record.card.metadata.contact": "",
356
360
  "record.externalViewer.open": "Otvoriť v externom mapovom prehliadači",
357
361
  "record.feature.limit": "",
362
+ "record.kind.data": "",
363
+ "record.kind.dataset": "",
364
+ "record.kind.reuse": "",
365
+ "record.kind.service": "",
358
366
  "record.metadata.about": "O",
359
367
  "record.metadata.api": "API",
360
368
  "record.metadata.api.form.closeButton": "Zavrieť",
@@ -388,6 +396,7 @@
388
396
  "record.metadata.api.form.zoneTitle": "",
389
397
  "record.metadata.api.form.zoneTooltip": "",
390
398
  "record.metadata.api.gpfdl": "",
399
+ "record.metadata.capabilities": "",
391
400
  "record.metadata.catalog": "Katalóg",
392
401
  "record.metadata.contact": "Kontakt",
393
402
  "record.metadata.creation": "",
@@ -424,11 +433,12 @@
424
433
  "record.metadata.quality.updateFrequency.failed": "Frekvencia aktualizácie nie je určená",
425
434
  "record.metadata.quality.updateFrequency.success": "Frekvencia aktualizácie je určená",
426
435
  "record.metadata.related": "Súvisiace záznamy",
436
+ "record.metadata.related.contents": "",
437
+ "record.metadata.ressources.and.links": "Prostředky a odkazy",
427
438
  "record.metadata.sheet": "Ďalšie metadáta sú k dispozícii na:",
428
439
  "record.metadata.status": "Stav",
429
440
  "record.metadata.status.notPublished": "",
430
441
  "record.metadata.status.published": "",
431
- "record.metadata.technical": "",
432
442
  "record.metadata.temporalExtent": "",
433
443
  "record.metadata.temporalExtent.fromDateToDate": "",
434
444
  "record.metadata.temporalExtent.sinceDate": "",
@@ -457,6 +467,10 @@
457
467
  "results.layout.selectOne": "Rozmiestnenie výsledkov",
458
468
  "results.records.hits.displayedOn": "{displayed, plural, =0{Žiadny záznam.} one{1 záznam} other{{displayed} záznamov }} {hits, plural, other{zobrazených z {hits} celkovo.}}",
459
469
  "results.records.hits.empty.help.html": "Návrhy: <ul class='list-disc list-inside'><li>Vyskúšajte iné slová</li><li>Uveďte menej slov</li></ul>",
470
+ "search.filters.recordKind.all": "Všetky",
471
+ "search.filters.recordKind.dataset": "",
472
+ "search.filters.recordKind.reuse": "",
473
+ "search.filters.recordKind.service": "",
460
474
  "results.records.hits.found": "{hits, plural, =0{Žiadne dokumenty nezodpovedajú zadanému vyhľadávaniu.} one{1 záznam nájdený.} other{{hits} záznamov nájdených.}}",
461
475
  "results.records.hits.selected": "{ amount } označených",
462
476
  "results.showMore": "Zobraziť viac výsledkov...",
@@ -465,6 +479,7 @@
465
479
  "results.sortBy.popularity": "Popularita",
466
480
  "results.sortBy.qualityScore": "Hodnotenie kvality",
467
481
  "results.sortBy.relevancy": "Relevancia",
482
+ "reuse.metadata.access": "",
468
483
  "search.autocomplete.error": "Návrhy sa nepodarilo načítať:",
469
484
  "search.error.couldNotReachApi": "K rozhraniu API sa nepodarilo pripojiť",
470
485
  "search.error.organizationHasNoDataset": "",
@@ -514,6 +529,26 @@
514
529
  "search.filters.useSpatialFilter": "Najskôr zobraziť záznamy v oblasti záujmu",
515
530
  "search.filters.useSpatialFilterHelp": "Keď je táto možnosť zapnutá, záznamy nachádzajúce sa v oblasti záujmu katalógu sa zobrazia ako prvé; záznamy mimo tejto oblasti sa nezobrazia.",
516
531
  "search.filters.user": "",
532
+ "service.metadata.capabilities": "",
533
+ "service.metadata.capabilities.abstract": "",
534
+ "service.metadata.capabilities.attribution": "",
535
+ "service.metadata.capabilities.availableCrs": "",
536
+ "service.metadata.capabilities.defaultCrs": "",
537
+ "service.metadata.capabilities.geometryName": "",
538
+ "service.metadata.capabilities.geometryType": "",
539
+ "service.metadata.capabilities.keywords": "",
540
+ "service.metadata.capabilities.name": "",
541
+ "service.metadata.capabilities.objectCount": "",
542
+ "service.metadata.capabilities.otherCrs": "",
543
+ "service.metadata.capabilities.outputFormats": "",
544
+ "service.metadata.capabilities.resourceLinks": "",
545
+ "service.metadata.capabilities.title": "",
546
+ "service.metadata.filter": "",
547
+ "service.metadata.filter.noLayers": "",
548
+ "service.metadata.other": "",
549
+ "service.metadata.question": "",
550
+ "service.metadata.search": "",
551
+ "service.metadata.spatialExtent": "",
517
552
  "share.tab.permalink": "Zdieľať",
518
553
  "share.tab.webComponent": "Integrovať",
519
554
  "table.loading.data": "Načítanie údajov...",
@@ -1,79 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import GeoJSON from 'ol/format/GeoJSON';
4
- import { Polygon } from 'ol/geom';
5
- import { createViewFromLayer, } from '@geospatial-sdk/core';
6
- import { MapContainerComponent } from '../../../../../../../../../libs/ui/map/src';
7
- import { BehaviorSubject } from 'rxjs';
8
- import { switchMap } from 'rxjs/operators';
9
- import * as i0 from "@angular/core";
10
- import * as i1 from "@angular/common";
11
- export class FormFieldMapContainerComponent {
12
- constructor() {
13
- this.spatialExtents$ = new BehaviorSubject([]);
14
- this.mapContext$ = this.spatialExtents$.pipe(switchMap(async (extents) => {
15
- if (extents.length === 0) {
16
- return null; // null extent means default view
17
- }
18
- const featureCollection = {
19
- type: 'FeatureCollection',
20
- features: [],
21
- };
22
- extents.forEach((extent) => {
23
- if (extent.geometry) {
24
- featureCollection.features.push({
25
- type: 'Feature',
26
- properties: {},
27
- geometry: extent.geometry,
28
- });
29
- }
30
- else if (extent.bbox?.length >= 0) {
31
- featureCollection.features.push({
32
- type: 'Feature',
33
- properties: {},
34
- geometry: this.bboxCoordsToGeometry(extent.bbox),
35
- });
36
- }
37
- });
38
- const layer = {
39
- type: 'geojson',
40
- data: featureCollection,
41
- label: 'Spatial extents',
42
- style: {
43
- 'stroke-color': 'black',
44
- 'stroke-width': 2,
45
- },
46
- };
47
- const view = await createViewFromLayer(layer);
48
- return {
49
- view,
50
- layers: [layer],
51
- };
52
- }));
53
- this.error = '';
54
- }
55
- set spatialExtents(value) {
56
- this.spatialExtents$.next(value);
57
- }
58
- bboxCoordsToGeometry(bbox) {
59
- const geometry = new Polygon([
60
- [
61
- [bbox[0], bbox[1]],
62
- [bbox[0], bbox[3]],
63
- [bbox[2], bbox[3]],
64
- [bbox[2], bbox[1]],
65
- [bbox[0], bbox[1]],
66
- ],
67
- ]);
68
- return new GeoJSON().writeGeometryObject(geometry);
69
- }
70
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldMapContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
71
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormFieldMapContainerComponent, isStandalone: true, selector: "gn-ui-form-field-map-container", inputs: { spatialExtents: "spatialExtents" }, ngImport: i0, template: "<gn-ui-map-container [context]=\"mapContext$ | async\"></gn-ui-map-container>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: MapContainerComponent, selector: "gn-ui-map-container", inputs: ["context"], outputs: ["featuresClick", "featuresHover", "mapClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
72
- }
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldMapContainerComponent, decorators: [{
74
- type: Component,
75
- args: [{ selector: 'gn-ui-form-field-map-container', standalone: true, imports: [CommonModule, MapContainerComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<gn-ui-map-container [context]=\"mapContext$ | async\"></gn-ui-map-container>\n" }]
76
- }], propDecorators: { spatialExtents: [{
77
- type: Input
78
- }] } });
79
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC1tYXAtY29udGFpbmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9lZGl0b3Ivc3JjL2xpYi9jb21wb25lbnRzL3JlY29yZC1mb3JtL2Zvcm0tZmllbGQvZm9ybS1maWVsZC1tYXAtY29udGFpbmVyL2Zvcm0tZmllbGQtbWFwLWNvbnRhaW5lci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvZWRpdG9yL3NyYy9saWIvY29tcG9uZW50cy9yZWNvcmQtZm9ybS9mb3JtLWZpZWxkL2Zvcm0tZmllbGQtbWFwLWNvbnRhaW5lci9mb3JtLWZpZWxkLW1hcC1jb250YWluZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDekUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBRTlDLE9BQU8sT0FBcUMsTUFBTSxtQkFBbUIsQ0FBQTtBQUVyRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sU0FBUyxDQUFBO0FBQ2pDLE9BQU8sRUFDTCxtQkFBbUIsR0FHcEIsTUFBTSxzQkFBc0IsQ0FBQTtBQUM3QixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQTtBQUNsRixPQUFPLEVBQUUsZUFBZSxFQUFjLE1BQU0sTUFBTSxDQUFBO0FBQ2xELE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQTs7O0FBVTFDLE1BQU0sT0FBTyw4QkFBOEI7SUFSM0M7UUFZRSxvQkFBZSxHQUFHLElBQUksZUFBZSxDQUF5QixFQUFFLENBQUMsQ0FBQTtRQUNqRSxnQkFBVyxHQUEyQixJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksQ0FDN0QsU0FBUyxDQUFDLEtBQUssRUFBRSxPQUFPLEVBQUUsRUFBRTtZQUMxQixJQUFJLE9BQU8sQ0FBQyxNQUFNLEtBQUssQ0FBQyxFQUFFLENBQUM7Z0JBQ3pCLE9BQU8sSUFBSSxDQUFBLENBQUMsaUNBQWlDO1lBQy9DLENBQUM7WUFDRCxNQUFNLGlCQUFpQixHQUE2QjtnQkFDbEQsSUFBSSxFQUFFLG1CQUFtQjtnQkFDekIsUUFBUSxFQUFFLEVBQUU7YUFDYixDQUFBO1lBQ0QsT0FBTyxDQUFDLE9BQU8sQ0FBQyxDQUFDLE1BQU0sRUFBRSxFQUFFO2dCQUN6QixJQUFJLE1BQU0sQ0FBQyxRQUFRLEVBQUUsQ0FBQztvQkFDcEIsaUJBQWlCLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQzt3QkFDOUIsSUFBSSxFQUFFLFNBQVM7d0JBQ2YsVUFBVSxFQUFFLEVBQUU7d0JBQ2QsUUFBUSxFQUFFLE1BQU0sQ0FBQyxRQUFRO3FCQUMxQixDQUFDLENBQUE7Z0JBQ0osQ0FBQztxQkFBTSxJQUFJLE1BQU0sQ0FBQyxJQUFJLEVBQUUsTUFBTSxJQUFJLENBQUMsRUFBRSxDQUFDO29CQUNwQyxpQkFBaUIsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDO3dCQUM5QixJQUFJLEVBQUUsU0FBUzt3QkFDZixVQUFVLEVBQUUsRUFBRTt3QkFDZCxRQUFRLEVBQUUsSUFBSSxDQUFDLG9CQUFvQixDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUM7cUJBQ2pELENBQUMsQ0FBQTtnQkFDSixDQUFDO1lBQ0gsQ0FBQyxDQUFDLENBQUE7WUFFRixNQUFNLEtBQUssR0FBb0I7Z0JBQzdCLElBQUksRUFBRSxTQUFTO2dCQUNmLElBQUksRUFBRSxpQkFBaUI7Z0JBQ3ZCLEtBQUssRUFBRSxpQkFBaUI7Z0JBQ3hCLEtBQUssRUFBRTtvQkFDTCxjQUFjLEVBQUUsT0FBTztvQkFDdkIsY0FBYyxFQUFFLENBQUM7aUJBQ2xCO2FBQ0YsQ0FBQTtZQUNELE1BQU0sSUFBSSxHQUFHLE1BQU0sbUJBQW1CLENBQUMsS0FBSyxDQUFDLENBQUE7WUFDN0MsT0FBTztnQkFDTCxJQUFJO2dCQUNKLE1BQU0sRUFBRSxDQUFDLEtBQUssQ0FBQzthQUNoQixDQUFBO1FBQ0gsQ0FBQyxDQUFDLENBQ0gsQ0FBQTtRQUVELFVBQUssR0FBRyxFQUFFLENBQUE7S0FlWDtJQTdEQyxJQUFhLGNBQWMsQ0FBQyxLQUE2QjtRQUN2RCxJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQTtJQUNsQyxDQUFDO0lBOENELG9CQUFvQixDQUFDLElBQXNDO1FBQ3pELE1BQU0sUUFBUSxHQUFHLElBQUksT0FBTyxDQUFDO1lBQzNCO2dCQUNFLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztnQkFDbEIsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO2dCQUNsQixDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUM7Z0JBQ2xCLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztnQkFDbEIsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO2FBQ25CO1NBQ0YsQ0FBQyxDQUFBO1FBRUYsT0FBTyxJQUFJLE9BQU8sRUFBRSxDQUFDLG1CQUFtQixDQUFDLFFBQVEsQ0FBQyxDQUFBO0lBQ3BELENBQUM7K0dBN0RVLDhCQUE4QjttR0FBOUIsOEJBQThCLHdJQ3ZCM0MsaUZBQ0EseUREaUJZLFlBQVksb0ZBQUUscUJBQXFCOzs0RkFLbEMsOEJBQThCO2tCQVIxQyxTQUFTOytCQUNFLGdDQUFnQyxjQUM5QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUscUJBQXFCLENBQUMsbUJBRzdCLHVCQUF1QixDQUFDLE1BQU07OEJBR2xDLGNBQWM7c0JBQTFCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBHZW9tZXRyeSB9IGZyb20gJ2dlb2pzb24nXG5pbXBvcnQgR2VvSlNPTiwgeyBHZW9KU09ORmVhdHVyZUNvbGxlY3Rpb24gfSBmcm9tICdvbC9mb3JtYXQvR2VvSlNPTidcbmltcG9ydCB7IERhdGFzZXRTcGF0aWFsRXh0ZW50IH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvbW9kZWwvcmVjb3JkJ1xuaW1wb3J0IHsgUG9seWdvbiB9IGZyb20gJ29sL2dlb20nXG5pbXBvcnQge1xuICBjcmVhdGVWaWV3RnJvbUxheWVyLFxuICBNYXBDb250ZXh0LFxuICBNYXBDb250ZXh0TGF5ZXIsXG59IGZyb20gJ0BnZW9zcGF0aWFsLXNkay9jb3JlJ1xuaW1wb3J0IHsgTWFwQ29udGFpbmVyQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9tYXAvc3JjJ1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcydcbmltcG9ydCB7IHN3aXRjaE1hcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJ1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1mb3JtLWZpZWxkLW1hcC1jb250YWluZXInLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBNYXBDb250YWluZXJDb21wb25lbnRdLFxuICB0ZW1wbGF0ZVVybDogJy4vZm9ybS1maWVsZC1tYXAtY29udGFpbmVyLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZm9ybS1maWVsZC1tYXAtY29udGFpbmVyLmNvbXBvbmVudC5jc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1GaWVsZE1hcENvbnRhaW5lckNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHNldCBzcGF0aWFsRXh0ZW50cyh2YWx1ZTogRGF0YXNldFNwYXRpYWxFeHRlbnRbXSkge1xuICAgIHRoaXMuc3BhdGlhbEV4dGVudHMkLm5leHQodmFsdWUpXG4gIH1cbiAgc3BhdGlhbEV4dGVudHMkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxEYXRhc2V0U3BhdGlhbEV4dGVudFtdPihbXSlcbiAgbWFwQ29udGV4dCQ6IE9ic2VydmFibGU8TWFwQ29udGV4dD4gPSB0aGlzLnNwYXRpYWxFeHRlbnRzJC5waXBlKFxuICAgIHN3aXRjaE1hcChhc3luYyAoZXh0ZW50cykgPT4ge1xuICAgICAgaWYgKGV4dGVudHMubGVuZ3RoID09PSAwKSB7XG4gICAgICAgIHJldHVybiBudWxsIC8vIG51bGwgZXh0ZW50IG1lYW5zIGRlZmF1bHQgdmlld1xuICAgICAgfVxuICAgICAgY29uc3QgZmVhdHVyZUNvbGxlY3Rpb246IEdlb0pTT05GZWF0dXJlQ29sbGVjdGlvbiA9IHtcbiAgICAgICAgdHlwZTogJ0ZlYXR1cmVDb2xsZWN0aW9uJyxcbiAgICAgICAgZmVhdHVyZXM6IFtdLFxuICAgICAgfVxuICAgICAgZXh0ZW50cy5mb3JFYWNoKChleHRlbnQpID0+IHtcbiAgICAgICAgaWYgKGV4dGVudC5nZW9tZXRyeSkge1xuICAgICAgICAgIGZlYXR1cmVDb2xsZWN0aW9uLmZlYXR1cmVzLnB1c2goe1xuICAgICAgICAgICAgdHlwZTogJ0ZlYXR1cmUnLFxuICAgICAgICAgICAgcHJvcGVydGllczoge30sXG4gICAgICAgICAgICBnZW9tZXRyeTogZXh0ZW50Lmdlb21ldHJ5LFxuICAgICAgICAgIH0pXG4gICAgICAgIH0gZWxzZSBpZiAoZXh0ZW50LmJib3g/Lmxlbmd0aCA+PSAwKSB7XG4gICAgICAgICAgZmVhdHVyZUNvbGxlY3Rpb24uZmVhdHVyZXMucHVzaCh7XG4gICAgICAgICAgICB0eXBlOiAnRmVhdHVyZScsXG4gICAgICAgICAgICBwcm9wZXJ0aWVzOiB7fSxcbiAgICAgICAgICAgIGdlb21ldHJ5OiB0aGlzLmJib3hDb29yZHNUb0dlb21ldHJ5KGV4dGVudC5iYm94KSxcbiAgICAgICAgICB9KVxuICAgICAgICB9XG4gICAgICB9KVxuXG4gICAgICBjb25zdCBsYXllcjogTWFwQ29udGV4dExheWVyID0ge1xuICAgICAgICB0eXBlOiAnZ2VvanNvbicsXG4gICAgICAgIGRhdGE6IGZlYXR1cmVDb2xsZWN0aW9uLFxuICAgICAgICBsYWJlbDogJ1NwYXRpYWwgZXh0ZW50cycsXG4gICAgICAgIHN0eWxlOiB7XG4gICAgICAgICAgJ3N0cm9rZS1jb2xvcic6ICdibGFjaycsXG4gICAgICAgICAgJ3N0cm9rZS13aWR0aCc6IDIsXG4gICAgICAgIH0sXG4gICAgICB9XG4gICAgICBjb25zdCB2aWV3ID0gYXdhaXQgY3JlYXRlVmlld0Zyb21MYXllcihsYXllcilcbiAgICAgIHJldHVybiB7XG4gICAgICAgIHZpZXcsXG4gICAgICAgIGxheWVyczogW2xheWVyXSxcbiAgICAgIH1cbiAgICB9KVxuICApXG5cbiAgZXJyb3IgPSAnJ1xuXG4gIGJib3hDb29yZHNUb0dlb21ldHJ5KGJib3g6IFtudW1iZXIsIG51bWJlciwgbnVtYmVyLCBudW1iZXJdKTogR2VvbWV0cnkge1xuICAgIGNvbnN0IGdlb21ldHJ5ID0gbmV3IFBvbHlnb24oW1xuICAgICAgW1xuICAgICAgICBbYmJveFswXSwgYmJveFsxXV0sXG4gICAgICAgIFtiYm94WzBdLCBiYm94WzNdXSxcbiAgICAgICAgW2Jib3hbMl0sIGJib3hbM11dLFxuICAgICAgICBbYmJveFsyXSwgYmJveFsxXV0sXG4gICAgICAgIFtiYm94WzBdLCBiYm94WzFdXSxcbiAgICAgIF0sXG4gICAgXSlcblxuICAgIHJldHVybiBuZXcgR2VvSlNPTigpLndyaXRlR2VvbWV0cnlPYmplY3QoZ2VvbWV0cnkpXG4gIH1cbn1cbiIsIjxnbi11aS1tYXAtY29udGFpbmVyIFtjb250ZXh0XT1cIm1hcENvbnRleHQkIHwgYXN5bmNcIj48L2duLXVpLW1hcC1jb250YWluZXI+XG4iXX0=
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- export const GN_UI_VERSION = new InjectionToken('gnUiVersion');
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ24tdWktdmVyc2lvbi50b2tlbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9yZWNvcmQvc3JjL2xpYi9nbi11aS12ZXJzaW9uLnRva2VuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFFOUMsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHLElBQUksY0FBYyxDQUFTLGFBQWEsQ0FBQyxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuXG5leHBvcnQgY29uc3QgR05fVUlfVkVSU0lPTiA9IG5ldyBJbmplY3Rpb25Ub2tlbjxzdHJpbmc+KCdnblVpVmVyc2lvbicpXG4iXX0=
@@ -1,18 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import { SearchFacade } from '../state/search.facade';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "../state/search.facade";
5
- import * as i2 from "../../../../../ui/search/src/lib/results-hits-number/results-hits-number.component";
6
- import * as i3 from "@angular/common";
7
- export class ResultsHitsContainerComponent {
8
- constructor(facade) {
9
- this.facade = facade;
10
- }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResultsHitsContainerComponent, deps: [{ token: i1.SearchFacade }], target: i0.ɵɵFactoryTarget.Component }); }
12
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ResultsHitsContainerComponent, selector: "gn-ui-results-hits", ngImport: i0, template: "<gn-ui-results-hits-number\n [loading]=\"facade.isLoading$ | async\"\n [hits]=\"facade.resultsHits$ | async\"\n></gn-ui-results-hits-number>\n", dependencies: [{ kind: "component", type: i2.ResultsHitsNumberComponent, selector: "gn-ui-results-hits-number", inputs: ["hits", "loading"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }] }); }
13
- }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ResultsHitsContainerComponent, decorators: [{
15
- type: Component,
16
- args: [{ selector: 'gn-ui-results-hits', template: "<gn-ui-results-hits-number\n [loading]=\"facade.isLoading$ | async\"\n [hits]=\"facade.resultsHits$ | async\"\n></gn-ui-results-hits-number>\n" }]
17
- }], ctorParameters: () => [{ type: i1.SearchFacade }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzdWx0cy1oaXRzLmNvbnRhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvc2VhcmNoL3NyYy9saWIvcmVzdWx0cy1oaXRzLW51bWJlci9yZXN1bHRzLWhpdHMuY29udGFpbmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9zZWFyY2gvc3JjL2xpYi9yZXN1bHRzLWhpdHMtbnVtYmVyL3Jlc3VsdHMtaGl0cy5jb250YWluZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sd0JBQXdCLENBQUE7Ozs7O0FBTXJELE1BQU0sT0FBTyw2QkFBNkI7SUFDeEMsWUFBbUIsTUFBb0I7UUFBcEIsV0FBTSxHQUFOLE1BQU0sQ0FBYztJQUFHLENBQUM7K0dBRGhDLDZCQUE2QjttR0FBN0IsNkJBQTZCLDBEQ1AxQyxrSkFJQTs7NEZER2EsNkJBQTZCO2tCQUp6QyxTQUFTOytCQUNFLG9CQUFvQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBTZWFyY2hGYWNhZGUgfSBmcm9tICcuLi9zdGF0ZS9zZWFyY2guZmFjYWRlJ1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1yZXN1bHRzLWhpdHMnLFxuICB0ZW1wbGF0ZVVybDogJy4vcmVzdWx0cy1oaXRzLmNvbnRhaW5lci5jb21wb25lbnQuaHRtbCcsXG59KVxuZXhwb3J0IGNsYXNzIFJlc3VsdHNIaXRzQ29udGFpbmVyQ29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IocHVibGljIGZhY2FkZTogU2VhcmNoRmFjYWRlKSB7fVxufVxuIiwiPGduLXVpLXJlc3VsdHMtaGl0cy1udW1iZXJcbiAgW2xvYWRpbmddPVwiZmFjYWRlLmlzTG9hZGluZyQgfCBhc3luY1wiXG4gIFtoaXRzXT1cImZhY2FkZS5yZXN1bHRzSGl0cyQgfCBhc3luY1wiXG4+PC9nbi11aS1yZXN1bHRzLWhpdHMtbnVtYmVyPlxuIl19
@@ -1,16 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
2
- import { NgIcon } from '@ng-icons/core';
3
- import * as i0 from "@angular/core";
4
- export class NavigationButtonComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NavigationButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: NavigationButtonComponent, isStandalone: true, selector: "gn-ui-navigation-button", inputs: { label: "label", icon: "icon" }, ngImport: i0, template: "<button\n class=\"group flex items-center justify-center gap-1 backdrop-blur p-1 bg-primary-opacity-30 rounded content-center\"\n>\n <ng-icon [name]=\"icon\" class=\"align-middle w-[18px]\"></ng-icon>\n <span\n class=\"mx-2 mt-0.5 text-[16px] tracking-widest content-center opacity-75\"\n >{{ label.toUpperCase() }}</span\n >\n</button>\n", styles: ["button{color:var(--navigation-button-color, --color-background)}\n"], dependencies: [{ kind: "component", type: NgIcon, selector: "ng-icon", inputs: ["name", "svg", "size", "strokeWidth", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7
- }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NavigationButtonComponent, decorators: [{
9
- type: Component,
10
- args: [{ selector: 'gn-ui-navigation-button', changeDetection: ChangeDetectionStrategy.OnPush, imports: [NgIcon], standalone: true, template: "<button\n class=\"group flex items-center justify-center gap-1 backdrop-blur p-1 bg-primary-opacity-30 rounded content-center\"\n>\n <ng-icon [name]=\"icon\" class=\"align-middle w-[18px]\"></ng-icon>\n <span\n class=\"mx-2 mt-0.5 text-[16px] tracking-widest content-center opacity-75\"\n >{{ label.toUpperCase() }}</span\n >\n</button>\n", styles: ["button{color:var(--navigation-button-color, --color-background)}\n"] }]
11
- }], propDecorators: { label: [{
12
- type: Input
13
- }], icon: [{
14
- type: Input
15
- }] } });
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2aWdhdGlvbi1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9pbnB1dHMvc3JjL2xpYi9uYXZpZ2F0aW9uLWJ1dHRvbi9uYXZpZ2F0aW9uLWJ1dHRvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL2lucHV0cy9zcmMvbGliL25hdmlnYXRpb24tYnV0dG9uL25hdmlnYXRpb24tYnV0dG9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQ3pFLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQTs7QUFVdkMsTUFBTSxPQUFPLHlCQUF5QjsrR0FBekIseUJBQXlCO21HQUF6Qix5QkFBeUIsNkhDWHRDLDhWQVNBLDRIRERZLE1BQU07OzRGQUdMLHlCQUF5QjtrQkFSckMsU0FBUzsrQkFDRSx5QkFBeUIsbUJBR2xCLHVCQUF1QixDQUFDLE1BQU0sV0FDdEMsQ0FBQyxNQUFNLENBQUMsY0FDTCxJQUFJOzhCQUdQLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBOZ0ljb24gfSBmcm9tICdAbmctaWNvbnMvY29yZSdcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZ24tdWktbmF2aWdhdGlvbi1idXR0b24nLFxuICB0ZW1wbGF0ZVVybDogJy4vbmF2aWdhdGlvbi1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9uYXZpZ2F0aW9uLWJ1dHRvbi5jb21wb25lbnQuY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBpbXBvcnRzOiBbTmdJY29uXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgTmF2aWdhdGlvbkJ1dHRvbkNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIGxhYmVsOiBzdHJpbmdcbiAgQElucHV0KCkgaWNvbjogc3RyaW5nXG59XG4iLCI8YnV0dG9uXG4gIGNsYXNzPVwiZ3JvdXAgZmxleCBpdGVtcy1jZW50ZXIganVzdGlmeS1jZW50ZXIgZ2FwLTEgYmFja2Ryb3AtYmx1ciBwLTEgYmctcHJpbWFyeS1vcGFjaXR5LTMwIHJvdW5kZWQgY29udGVudC1jZW50ZXJcIlxuPlxuICA8bmctaWNvbiBbbmFtZV09XCJpY29uXCIgY2xhc3M9XCJhbGlnbi1taWRkbGUgdy1bMThweF1cIj48L25nLWljb24+XG4gIDxzcGFuXG4gICAgY2xhc3M9XCJteC0yIG10LTAuNSB0ZXh0LVsxNnB4XSB0cmFja2luZy13aWRlc3QgY29udGVudC1jZW50ZXIgb3BhY2l0eS03NVwiXG4gICAgPnt7IGxhYmVsLnRvVXBwZXJDYXNlKCkgfX08L3NwYW5cbiAgPlxuPC9idXR0b24+XG4iXX0=
@@ -1,15 +0,0 @@
1
- import { Geometry } from 'geojson';
2
- import { DatasetSpatialExtent } from '../../../../../../../../../libs/common/domain/src/lib/model/record';
3
- import { MapContext } from '@geospatial-sdk/core';
4
- import { BehaviorSubject, Observable } from 'rxjs';
5
- import * as i0 from "@angular/core";
6
- export declare class FormFieldMapContainerComponent {
7
- set spatialExtents(value: DatasetSpatialExtent[]);
8
- spatialExtents$: BehaviorSubject<DatasetSpatialExtent[]>;
9
- mapContext$: Observable<MapContext>;
10
- error: string;
11
- bboxCoordsToGeometry(bbox: [number, number, number, number]): Geometry;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldMapContainerComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldMapContainerComponent, "gn-ui-form-field-map-container", never, { "spatialExtents": { "alias": "spatialExtents"; "required": false; }; }, {}, never, never, true, never>;
14
- }
15
- //# sourceMappingURL=form-field-map-container.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form-field-map-container.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,OAAO,EAAE,oBAAoB,EAAE,MAAM,oEAAoE,CAAA;AAEzG,OAAO,EAEL,UAAU,EAEX,MAAM,sBAAsB,CAAA;AAE7B,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;;AAGlD,qBAQa,8BAA8B;IACzC,IAAa,cAAc,CAAC,KAAK,EAAE,oBAAoB,EAAE,EAExD;IACD,eAAe,0CAAkD;IACjE,WAAW,EAAE,UAAU,CAAC,UAAU,CAAC,CAwClC;IAED,KAAK,SAAK;IAEV,oBAAoB,CAAC,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,QAAQ;yCAjD3D,8BAA8B;2CAA9B,8BAA8B;CA8D1C"}
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare const GN_UI_VERSION: InjectionToken<string>;
3
- //# sourceMappingURL=gn-ui-version.token.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"gn-ui-version.token.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/record/src/lib/gn-ui-version.token.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAE9C,eAAO,MAAM,aAAa,wBAA4C,CAAA"}
@@ -1,9 +0,0 @@
1
- import { SearchFacade } from '../state/search.facade';
2
- import * as i0 from "@angular/core";
3
- export declare class ResultsHitsContainerComponent {
4
- facade: SearchFacade;
5
- constructor(facade: SearchFacade);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<ResultsHitsContainerComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ResultsHitsContainerComponent, "gn-ui-results-hits", never, {}, {}, never, never, false, never>;
8
- }
9
- //# sourceMappingURL=results-hits.container.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"results-hits.container.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;;AAErD,qBAIa,6BAA6B;IACrB,MAAM,EAAE,YAAY;gBAApB,MAAM,EAAE,YAAY;yCAD5B,6BAA6B;2CAA7B,6BAA6B;CAEzC"}
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class NavigationButtonComponent {
3
- label: string;
4
- icon: string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<NavigationButtonComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<NavigationButtonComponent, "gn-ui-navigation-button", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
7
- }
8
- //# sourceMappingURL=navigation-button.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"navigation-button.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.ts"],"names":[],"mappings":";AAGA,qBAQa,yBAAyB;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;yCAFV,yBAAyB;2CAAzB,yBAAyB;CAGrC"}
@@ -1 +0,0 @@
1
- <gn-ui-map-container [context]="mapContext$ | async"></gn-ui-map-container>
@@ -1,3 +0,0 @@
1
- import { InjectionToken } from '@angular/core'
2
-
3
- export const GN_UI_VERSION = new InjectionToken<string>('gnUiVersion')
@@ -1,4 +0,0 @@
1
- <gn-ui-results-hits-number
2
- [loading]="facade.isLoading$ | async"
3
- [hits]="facade.resultsHits$ | async"
4
- ></gn-ui-results-hits-number>