geonetwork-ui 2.6.0-dev.b306f1194 → 2.6.0-dev.ceb4be4c1

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 (462) 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/distribution.mapper.mjs +3 -1
  4. package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +17 -15
  5. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +44 -6
  6. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
  7. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +4 -4
  8. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +4 -4
  9. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +2 -1
  10. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +4 -12
  11. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +29 -5
  12. package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +7 -1
  13. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  14. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  15. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +49 -9
  16. package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +2 -2
  17. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +32 -2
  18. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +29 -6
  19. package/esm2022/libs/feature/editor/src/index.mjs +2 -1
  20. package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +18 -0
  21. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +2 -3
  22. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +1 -1
  23. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +5 -5
  24. package/esm2022/libs/feature/record/src/index.mjs +2 -4
  25. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +3 -3
  26. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +5 -9
  27. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +3 -3
  28. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +7 -11
  29. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +6 -3
  30. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +38 -7
  31. package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +1 -1
  32. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +3 -1
  33. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +14 -5
  34. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +13 -15
  35. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +7 -1
  36. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +3 -1
  37. package/esm2022/libs/feature/router/src/lib/default/constants.mjs +3 -1
  38. package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +1 -1
  39. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +10 -2
  40. package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +9 -3
  41. package/esm2022/libs/feature/search/src/index.mjs +2 -2
  42. package/esm2022/libs/feature/search/src/lib/constants.mjs +2 -1
  43. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +8 -7
  44. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +13 -19
  45. package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +4 -2
  46. package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +41 -0
  47. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +30 -10
  48. package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +70 -1
  49. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +4 -3
  50. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +3 -3
  51. package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +5 -3
  52. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +11 -6
  53. package/esm2022/libs/ui/elements/src/index.mjs +5 -1
  54. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -3
  55. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +3 -3
  56. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +18 -7
  57. package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +55 -0
  58. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +3 -3
  59. package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +27 -53
  60. package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +68 -0
  61. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +3 -3
  62. package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +3 -3
  63. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +3 -3
  64. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +8 -5
  65. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +3 -3
  66. package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +51 -0
  67. package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +17 -7
  68. package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +169 -0
  69. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +22 -4
  70. package/esm2022/libs/ui/inputs/src/index.mjs +3 -2
  71. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +3 -3
  72. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -2
  73. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +3 -3
  74. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +3 -3
  75. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +42 -0
  76. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +2 -0
  77. package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +68 -0
  78. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +4 -3
  79. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +8 -9
  80. package/esm2022/libs/ui/layout/src/index.mjs +2 -1
  81. package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +43 -3
  82. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +48 -11
  83. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +3 -3
  84. package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +34 -13
  85. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +15 -3
  86. package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +3 -3
  87. package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +6 -6
  88. package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +107 -0
  89. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +4 -12
  90. package/esm2022/libs/ui/map/src/index.mjs +2 -1
  91. package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +29 -4
  92. package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +80 -0
  93. package/esm2022/libs/ui/search/src/index.mjs +2 -1
  94. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +4 -8
  95. package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +3 -3
  96. package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +53 -0
  97. package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +2 -2
  98. package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +3 -3
  99. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +29 -15
  100. package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +11 -3
  101. package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +3 -3
  102. package/esm2022/libs/util/app-config/src/lib/app-config.mjs +2 -1
  103. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +2 -1
  104. package/esm2022/libs/util/shared/src/index.mjs +2 -1
  105. package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +6 -0
  106. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +5 -1
  107. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +16 -6
  108. package/esm2022/translations/de.json +41 -6
  109. package/esm2022/translations/en.json +43 -8
  110. package/esm2022/translations/es.json +41 -6
  111. package/esm2022/translations/fr.json +42 -7
  112. package/esm2022/translations/it.json +44 -9
  113. package/esm2022/translations/nl.json +41 -6
  114. package/esm2022/translations/pt.json +41 -6
  115. package/fesm2022/geonetwork-ui.mjs +2418 -1039
  116. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  117. package/libs/api/metadata-converter/src/index.d.ts +1 -0
  118. package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
  119. package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +1 -1
  120. package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +1 -1
  121. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +21 -0
  122. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +1 -1
  123. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  124. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +0 -1
  125. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
  126. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  127. package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +1 -1
  128. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +1 -1
  129. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
  130. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +3 -0
  131. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  132. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +1 -1
  133. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +9 -3
  134. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  135. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +2 -0
  136. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  137. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +12 -8
  138. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
  139. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +1 -0
  140. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  141. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +6 -3
  142. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
  143. package/libs/feature/editor/src/index.d.ts +1 -0
  144. package/libs/feature/editor/src/index.d.ts.map +1 -1
  145. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +7 -0
  146. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +1 -0
  147. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +1 -1
  148. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +6 -6
  149. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
  150. 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
  151. package/libs/feature/record/src/index.d.ts +1 -3
  152. package/libs/feature/record/src/index.d.ts.map +1 -1
  153. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +9 -1
  154. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  155. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +2 -3
  156. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
  157. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +1 -2
  158. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
  159. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +2 -1
  160. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
  161. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  162. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +2 -2
  163. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +10 -0
  164. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
  165. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +9 -1
  166. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
  167. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +28 -21
  168. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  169. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +2 -0
  170. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
  171. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +2 -0
  172. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +1 -1
  173. package/libs/feature/router/src/lib/default/constants.d.ts +2 -0
  174. package/libs/feature/router/src/lib/default/constants.d.ts.map +1 -1
  175. package/libs/feature/router/src/lib/default/router.config.d.ts +2 -0
  176. package/libs/feature/router/src/lib/default/router.config.d.ts.map +1 -1
  177. package/libs/feature/router/src/lib/default/router.service.d.ts.map +1 -1
  178. package/libs/feature/router/src/lib/default/state/router.facade.d.ts +5 -0
  179. package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +1 -1
  180. package/libs/feature/search/src/index.d.ts +1 -1
  181. package/libs/feature/search/src/index.d.ts.map +1 -1
  182. package/libs/feature/search/src/lib/constants.d.ts.map +1 -1
  183. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
  184. package/libs/feature/search/src/lib/feature-search.module.d.ts +4 -2
  185. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
  186. package/libs/feature/search/src/lib/record-url.token.d.ts +3 -1
  187. package/libs/feature/search/src/lib/record-url.token.d.ts.map +1 -1
  188. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +21 -0
  189. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +1 -0
  190. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +5 -3
  191. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +1 -1
  192. package/libs/feature/search/src/lib/utils/service/fields.d.ts +21 -0
  193. package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
  194. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
  195. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +2 -1
  196. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +1 -1
  197. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +6 -1
  198. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +1 -1
  199. package/libs/ui/elements/src/index.d.ts +4 -0
  200. package/libs/ui/elements/src/index.d.ts.map +1 -1
  201. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +1 -1
  202. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +1 -1
  203. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +7 -1
  204. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
  205. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts +15 -0
  206. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +1 -0
  207. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +3 -7
  208. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +1 -1
  209. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +13 -0
  210. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +1 -0
  211. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +1 -1
  212. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
  213. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +2 -2
  214. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
  215. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +16 -0
  216. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +1 -0
  217. package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts +8 -1
  218. package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts.map +1 -1
  219. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +31 -0
  220. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +1 -0
  221. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +4 -1
  222. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  223. package/libs/ui/inputs/src/index.d.ts +2 -1
  224. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  225. package/libs/ui/inputs/src/lib/button/button.component.d.ts +1 -1
  226. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  227. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +14 -0
  228. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +1 -0
  229. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +6 -0
  230. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +1 -0
  231. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +17 -0
  232. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +1 -0
  233. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +1 -1
  234. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +25 -24
  235. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  236. package/libs/ui/layout/src/index.d.ts +1 -0
  237. package/libs/ui/layout/src/index.d.ts.map +1 -1
  238. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +10 -3
  239. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts.map +1 -1
  240. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +9 -2
  241. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -1
  242. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +15 -8
  243. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +1 -1
  244. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +2 -0
  245. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +1 -1
  246. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +27 -0
  247. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +1 -0
  248. package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
  249. package/libs/ui/map/src/index.d.ts +1 -0
  250. package/libs/ui/map/src/index.d.ts.map +1 -1
  251. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +6 -2
  252. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +1 -1
  253. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +15 -0
  254. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +1 -0
  255. package/libs/ui/search/src/index.d.ts +1 -0
  256. package/libs/ui/search/src/index.d.ts.map +1 -1
  257. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +17 -0
  258. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +1 -0
  259. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +1 -1
  260. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +5 -1
  261. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  262. package/libs/ui/search/src/lib/ui-search.module.d.ts +21 -19
  263. package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
  264. package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
  265. package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
  266. package/libs/util/shared/src/index.d.ts +1 -0
  267. package/libs/util/shared/src/index.d.ts.map +1 -1
  268. package/libs/util/shared/src/lib/gn-ui-version.d.ts +3 -0
  269. package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +1 -0
  270. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +3 -3
  271. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +1 -1
  272. package/libs/util/shared/src/lib/links/link-utils.d.ts +14 -7
  273. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  274. package/package.json +2 -2
  275. package/src/libs/api/metadata-converter/src/index.ts +1 -0
  276. package/src/libs/api/metadata-converter/src/lib/base.converter.ts +1 -4
  277. package/src/libs/api/metadata-converter/src/lib/common/distribution.mapper.ts +1 -0
  278. package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +29 -15
  279. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.service+eaux-usees.ts +2 -2
  280. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +2 -2
  281. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +2 -2
  282. package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.service+napitswallonia.ts +2 -2
  283. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +63 -6
  284. package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +0 -1
  285. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +4 -3
  286. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +3 -3
  287. package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +1 -0
  288. package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +3 -11
  289. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +50 -5
  290. package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +6 -0
  291. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +14 -4
  292. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +2 -0
  293. package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +36 -26
  294. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +16 -2
  295. package/src/libs/common/fixtures/src/lib/record-link.fixtures.ts +5 -5
  296. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +1 -1
  297. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +12 -9
  298. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +58 -10
  299. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +37 -0
  300. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +1 -0
  301. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +31 -1
  302. package/src/libs/feature/editor/src/index.ts +1 -0
  303. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +14 -0
  304. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +15 -0
  305. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +1 -2
  306. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +2 -2
  307. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +2 -2
  308. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +2 -2
  309. package/src/libs/feature/record/src/index.ts +1 -3
  310. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +16 -10
  311. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +2 -3
  312. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +1 -1
  313. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +4 -5
  314. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +2 -2
  315. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +1 -0
  316. package/src/libs/feature/record/src/lib/map-view/map-view.component.html +25 -16
  317. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +40 -4
  318. package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +2 -2
  319. package/src/libs/feature/record/src/lib/state/mdview.actions.ts +10 -0
  320. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +27 -3
  321. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +21 -17
  322. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +12 -0
  323. package/src/libs/feature/record/src/lib/state/mdview.selectors.ts +9 -0
  324. package/src/libs/feature/router/src/lib/default/constants.ts +2 -0
  325. package/src/libs/feature/router/src/lib/default/router.config.ts +2 -0
  326. package/src/libs/feature/router/src/lib/default/router.service.ts +10 -0
  327. package/src/libs/feature/router/src/lib/default/state/router.facade.ts +10 -1
  328. package/src/libs/feature/search/src/index.ts +1 -1
  329. package/src/libs/feature/search/src/lib/constants.ts +1 -0
  330. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +0 -6
  331. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +16 -8
  332. package/src/libs/feature/search/src/lib/feature-search.module.ts +9 -10
  333. package/src/libs/feature/search/src/lib/record-url.token.ts +10 -1
  334. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.css +0 -0
  335. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +16 -0
  336. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +59 -0
  337. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.css +6 -0
  338. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +1 -0
  339. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +26 -5
  340. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -5
  341. package/src/libs/feature/search/src/lib/utils/service/fields.ts +99 -0
  342. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.html +1 -1
  343. package/src/libs/ui/dataviz/src/lib/chart/chart.component.ts +2 -1
  344. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +6 -3
  345. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +5 -4
  346. package/src/libs/ui/elements/src/index.ts +4 -0
  347. package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +4 -4
  348. package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +8 -5
  349. package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +2 -2
  350. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +38 -7
  351. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +29 -2
  352. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.css +4 -0
  353. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +13 -0
  354. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +54 -0
  355. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +1 -1
  356. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +133 -138
  357. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +19 -47
  358. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.css +6 -0
  359. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +11 -0
  360. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts +70 -0
  361. package/src/libs/ui/elements/src/lib/link-card/link-card.component.html +5 -2
  362. package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +3 -7
  363. package/src/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.html +3 -5
  364. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +12 -9
  365. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +9 -0
  366. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +24 -7
  367. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +12 -4
  368. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +2 -3
  369. package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +48 -0
  370. package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.ts +52 -0
  371. package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +8 -29
  372. package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts +14 -1
  373. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.css +0 -0
  374. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +110 -0
  375. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +191 -0
  376. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +9 -1
  377. package/src/libs/ui/inputs/src/index.ts +2 -1
  378. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +1 -1
  379. package/src/libs/ui/inputs/src/lib/button/button.component.ts +2 -2
  380. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +1 -1
  381. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +1 -1
  382. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +23 -0
  383. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.ts +44 -0
  384. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.ts +5 -0
  385. package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.css +0 -0
  386. package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +43 -0
  387. package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.ts +77 -0
  388. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +7 -8
  389. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.ts +2 -1
  390. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -3
  391. package/src/libs/ui/layout/src/index.ts +1 -0
  392. package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +46 -2
  393. package/src/libs/ui/layout/src/lib/block-list/block-list.component.css +22 -0
  394. package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +2 -2
  395. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +43 -5
  396. package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +0 -1
  397. package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +1 -1
  398. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +24 -8
  399. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +36 -10
  400. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +4 -7
  401. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +13 -0
  402. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +1 -1
  403. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +17 -5
  404. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +3 -3
  405. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +44 -0
  406. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +130 -0
  407. package/src/libs/ui/layout/src/lib/ui-layout.module.ts +1 -5
  408. package/src/libs/ui/map/src/index.ts +1 -0
  409. package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +3 -3
  410. package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.ts +27 -3
  411. package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.css +0 -0
  412. package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.html +4 -0
  413. 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} +8 -8
  414. package/src/libs/ui/search/src/index.ts +1 -0
  415. package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.html +9 -81
  416. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +1 -1
  417. package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html +25 -0
  418. package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.ts +53 -0
  419. package/src/libs/ui/search/src/lib/results-list/results-layout.config.ts +2 -2
  420. package/src/libs/ui/search/src/lib/results-list/results-list.component.html +1 -0
  421. package/src/libs/ui/search/src/lib/results-list/results-list.component.ts +0 -1
  422. package/src/libs/ui/search/src/lib/results-table/results-table.component.css +4 -0
  423. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +28 -15
  424. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +22 -11
  425. package/src/libs/ui/search/src/lib/ui-search.module.ts +5 -0
  426. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +2 -1
  427. package/src/libs/util/app-config/src/lib/app-config.ts +1 -0
  428. package/src/libs/util/app-config/src/lib/fixtures.ts +1 -0
  429. package/src/libs/util/shared/src/index.ts +1 -0
  430. package/src/libs/util/shared/src/lib/gn-ui-version.ts +8 -0
  431. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +15 -3
  432. package/src/libs/util/shared/src/lib/links/link-utils.ts +33 -12
  433. package/tailwind.base.config.js +3 -0
  434. package/tailwind.base.css +19 -26
  435. package/translations/de.json +41 -6
  436. package/translations/en.json +43 -8
  437. package/translations/es.json +41 -6
  438. package/translations/fr.json +42 -7
  439. package/translations/it.json +44 -9
  440. package/translations/nl.json +41 -6
  441. package/translations/pt.json +41 -6
  442. package/translations/sk.json +41 -6
  443. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.mjs +0 -79
  444. package/esm2022/libs/feature/record/src/lib/gn-ui-version.token.mjs +0 -3
  445. package/esm2022/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.mjs +0 -18
  446. package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +0 -16
  447. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts +0 -15
  448. 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
  449. package/libs/feature/record/src/lib/gn-ui-version.token.d.ts +0 -3
  450. package/libs/feature/record/src/lib/gn-ui-version.token.d.ts.map +0 -1
  451. package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts +0 -9
  452. package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts.map +0 -1
  453. package/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.d.ts +0 -8
  454. package/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.d.ts.map +0 -1
  455. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.html +0 -1
  456. package/src/libs/feature/record/src/lib/gn-ui-version.token.ts +0 -3
  457. package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.html +0 -4
  458. package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.ts +0 -10
  459. package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.css +0 -3
  460. package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.html +0 -9
  461. package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.ts +0 -15
  462. /package/src/libs/feature/editor/src/lib/components/{record-form/form-field/form-field-map-container/form-field-map-container.component.css → multilingual-panel/multilingual-panel.component.css} +0 -0
@@ -16,6 +16,11 @@ export declare class DataTableComponent implements OnInit, AfterViewInit, OnChan
16
16
  private eltRef;
17
17
  private cdr;
18
18
  private translateService;
19
+ _featureAttributes: any[];
20
+ set featureAttributes(value: {
21
+ value: string;
22
+ label: string;
23
+ }[]);
19
24
  set dataset(value: BaseReader);
20
25
  activeId: TableItemId;
21
26
  selected: EventEmitter<any>;
@@ -39,7 +44,7 @@ export declare class DataTableComponent implements OnInit, AfterViewInit, OnChan
39
44
  getRowEltId(id: TableItemId): string;
40
45
  handleError(error: FetchError | Error): void;
41
46
  static ɵfac: i0.ɵɵFactoryDeclaration<DataTableComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "gn-ui-data-table", never, { "dataset": { "alias": "dataset"; "required": false; }; "activeId": { "alias": "activeId"; "required": false; }; }, { "selected": "selected"; }, never, never, true, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "gn-ui-data-table", never, { "featureAttributes": { "alias": "featureAttributes"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "activeId": { "alias": "activeId"; "required": false; }; }, { "selected": "selected"; }, never, never, true, never>;
43
48
  }
44
49
  export {};
45
50
  //# sourceMappingURL=data-table.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-table.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAEZ,SAAS,EACT,MAAM,EAGP,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,OAAO,EAAiB,MAAM,wBAAwB,CAAA;AAE/D,OAAO,EAAmB,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,8CAA8C,CAAA;AACrF,OAAO,EACL,YAAY,EAGb,MAAM,6BAA6B,CAAA;AAGpC,OAAO,EAAE,eAAe,EAA0B,MAAM,MAAM,CAAA;;AAS9D,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,MAAM,CAAA;AACzC,KAAK,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;AAE3C,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,WAAW,CAAA;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CAC7B;AAED,qBAmBa,kBAAmB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAyBvE,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,gBAAgB;IA1B1B,IAAa,OAAO,CAAC,KAAK,EAAE,UAAU,EAQrC;IACQ,QAAQ,EAAE,WAAW,CAAA;IACpB,QAAQ,oBAA0B;IAExB,IAAI,EAAE,OAAO,CAAA;IACR,SAAS,EAAE,YAAY,CAAA;IAEhD,QAAQ,EAAE,UAAU,CAAA;IACpB,WAAW,4BAAsC;IACjD,UAAU,EAAE,mBAAmB,CAAA;IAC/B,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,2BAAsC;IAC9C,KAAK,MAAO;gBAGF,MAAM,EAAE,UAAU,EAClB,GAAG,EAAE,iBAAiB,EACtB,gBAAgB,EAAE,gBAAgB;IAG5C,QAAQ;IAIR,eAAe;IAOf,WAAW;IAIX,OAAO,CAAC,IAAI,EAAE,OAAO;IAUrB,aAAa;IAUP,QAAQ;IAmBd,YAAY,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAOhC,WAAW,CAAC,EAAE,EAAE,WAAW,GAAG,MAAM;IAI3C,WAAW,CAAC,KAAK,EAAE,UAAU,GAAG,KAAK;yCA/F1B,kBAAkB;2CAAlB,kBAAkB;CA8G9B"}
1
+ {"version":3,"file":"data-table.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAEZ,SAAS,EACT,MAAM,EAGP,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,OAAO,EAAiB,MAAM,wBAAwB,CAAA;AAE/D,OAAO,EAAmB,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,8CAA8C,CAAA;AACrF,OAAO,EACL,YAAY,EAGb,MAAM,6BAA6B,CAAA;AAGpC,OAAO,EAAE,eAAe,EAA0B,MAAM,MAAM,CAAA;;AAS9D,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,MAAM,CAAA;AACzC,KAAK,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;AAE3C,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,WAAW,CAAA;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CAC7B;AAED,qBAmBa,kBAAmB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IA0BvE,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,gBAAgB;IA3B1B,kBAAkB,QAAK;IACvB,IAAa,iBAAiB,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,EAGvE;IACD,IAAa,OAAO,CAAC,KAAK,EAAE,UAAU,EAIrC;IACQ,QAAQ,EAAE,WAAW,CAAA;IACpB,QAAQ,oBAA0B;IAExB,IAAI,EAAE,OAAO,CAAA;IACR,SAAS,EAAE,YAAY,CAAA;IAEhD,QAAQ,EAAE,UAAU,CAAA;IACpB,WAAW,4BAAsC;IACjD,UAAU,EAAE,mBAAmB,CAAA;IAC/B,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,2BAAsC;IAC9C,KAAK,MAAO;gBAGF,MAAM,EAAE,UAAU,EAClB,GAAG,EAAE,iBAAiB,EACtB,gBAAgB,EAAE,gBAAgB;IAG5C,QAAQ;IAIR,eAAe;IAOf,WAAW;IAIX,OAAO,CAAC,IAAI,EAAE,OAAO;IAUrB,aAAa;IAUP,QAAQ;IAmBd,YAAY,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAOhC,WAAW,CAAC,EAAE,EAAE,WAAW,GAAG,MAAM;IAI3C,WAAW,CAAC,KAAK,EAAE,UAAU,GAAG,KAAK;yCAhG1B,kBAAkB;2CAAlB,kBAAkB;CA+G9B"}
@@ -5,8 +5,10 @@ export * from './lib/content-ghost/content-ghost.component';
5
5
  export * from './lib/download-item/download-item.component';
6
6
  export * from './lib/downloads-list/downloads-list.component';
7
7
  export * from './lib/error/error.component';
8
+ export * from './lib/geo-data-badge/geo-data-badge.component';
8
9
  export * from './lib/image-input/image-input.component';
9
10
  export * from './lib/image-overlay-preview/image-overlay-preview.component';
11
+ export * from './lib/kind-badge/kind-badge.component';
10
12
  export * from './lib/link-card/link-card.component';
11
13
  export * from './lib/markdown-editor/markdown-editor.component';
12
14
  export * from './lib/markdown-parser/markdown-parser.component';
@@ -24,4 +26,6 @@ export * from './lib/user-feedback-item/user-feedback-item.component';
24
26
  export * from './lib/user-preview/user-preview.component';
25
27
  export * from './lib/application-banner/application-banner.component';
26
28
  export * from './lib/internal-link-card/internal-link-card.component';
29
+ export * from './lib/service-capabilities/service-capabilities.component';
30
+ export * from './lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component';
27
31
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/elements/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,yDAAyD,CAAA;AACvE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yCAAyC,CAAA;AACvD,cAAc,6DAA6D,CAAA;AAC3E,cAAc,qCAAqC,CAAA;AACnD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,iDAAiD,CAAA;AAC/D,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6DAA6D,CAAA;AAC3E,cAAc,mDAAmD,CAAA;AACjE,cAAc,2CAA2C,CAAA;AACzD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,yDAAyD,CAAA;AACvE,cAAc,qCAAqC,CAAA;AACnD,cAAc,0BAA0B,CAAA;AACxC,cAAc,uDAAuD,CAAA;AACrE,cAAc,2CAA2C,CAAA;AACzD,cAAc,uDAAuD,CAAA;AACrE,cAAc,uDAAuD,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/elements/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,yDAAyD,CAAA;AACvE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+CAA+C,CAAA;AAC7D,cAAc,yCAAyC,CAAA;AACvD,cAAc,6DAA6D,CAAA;AAC3E,cAAc,uCAAuC,CAAA;AACrD,cAAc,qCAAqC,CAAA;AACnD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,iDAAiD,CAAA;AAC/D,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6DAA6D,CAAA;AAC3E,cAAc,mDAAmD,CAAA;AACjE,cAAc,2CAA2C,CAAA;AACzD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,yDAAyD,CAAA;AACvE,cAAc,qCAAqC,CAAA;AACnD,cAAc,0BAA0B,CAAA;AACxC,cAAc,uDAAuD,CAAA;AACrE,cAAc,2CAA2C,CAAA;AACzD,cAAc,uDAAuD,CAAA;AACrE,cAAc,uDAAuD,CAAA;AACrE,cAAc,2DAA2D,CAAA;AACzE,cAAc,kFAAkF,CAAA"}
@@ -10,7 +10,7 @@ export declare class DownloadItemComponent {
10
10
  isFromApi: boolean;
11
11
  private readonly sizeClassMap;
12
12
  set size(value: CardSize);
13
- get size(): 'L' | 'M' | 'S' | 'XS';
13
+ get size(): CardSize;
14
14
  cardClass: string;
15
15
  exportUrl: EventEmitter<string>;
16
16
  openUrl(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"download-item.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/download-item/download-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAA;;AAMjG,KAAK,QAAQ,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAA;AAEtC,qBAaa,qBAAqB;IAChC,OAAO,CAAC,KAAK,CAAwB;IAC5B,IAAI,EAAE,qBAAqB,CAAA;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,OAAO,CAAA;IAC3B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAK5B;IAED,IAAa,IAAI,CAAC,KAAK,EAAE,QAAQ,EAGhC;IACD,IAAI,IAAI,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAEjC;IACD,SAAS,SAAK;IACJ,SAAS,uBAA6B;IAEhD,OAAO;yCAvBI,qBAAqB;2CAArB,qBAAqB;CA0BjC"}
1
+ {"version":3,"file":"download-item.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/download-item/download-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAA;;AAMjG,KAAK,QAAQ,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAA;AAEtC,qBAaa,qBAAqB;IAChC,OAAO,CAAC,KAAK,CAAU;IACd,IAAI,EAAE,qBAAqB,CAAA;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,OAAO,CAAA;IAC3B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAK5B;IAED,IAAa,IAAI,CAAC,KAAK,EAAE,QAAQ,EAGhC;IACD,IAAI,IAAI,IAAI,QAAQ,CAEnB;IACD,SAAS,SAAK;IACJ,SAAS,uBAA6B;IAEhD,OAAO;yCAvBI,qBAAqB;2CAArB,qBAAqB;CA0BjC"}
@@ -1,13 +1,19 @@
1
+ import { ChangeDetectorRef } from '@angular/core';
1
2
  import { TranslateService } from '@ngx-translate/core';
2
3
  import { DatasetDownloadDistribution } from '../../../../../../libs/common/domain/src/lib/model/record';
4
+ import { BlockListComponent } from '../../../../../../libs/ui/layout/src';
3
5
  import * as i0 from "@angular/core";
4
6
  declare const FILTER_FORMATS: readonly ["all", "csv", "excel", "json", "shp", "others"];
5
7
  type FilterFormat = (typeof FILTER_FORMATS)[number];
6
8
  export declare class DownloadsListComponent {
7
9
  private translateService;
8
- constructor(translateService: TranslateService);
10
+ private changeDetector;
11
+ constructor(translateService: TranslateService, changeDetector: ChangeDetectorRef);
12
+ _list: BlockListComponent;
9
13
  links: DatasetDownloadDistribution[];
14
+ get linksCount(): number;
10
15
  activeFilterFormats: FilterFormat[];
16
+ updateList($event: BlockListComponent): void;
11
17
  private removeDuplicateFormats;
12
18
  get filteredLinks(): DatasetDownloadDistribution[];
13
19
  get visibleFormats(): FilterFormat[];
@@ -1 +1 @@
1
- {"version":3,"file":"downloads-list.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAGvE,OAAO,EAAE,2BAA2B,EAAE,MAAM,2DAA2D,CAAA;;AAQvG,QAAA,MAAM,cAAc,2DAA4D,CAAA;AAChF,KAAK,YAAY,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAA;AAEnD,qBAaa,sBAAsB;IACrB,OAAO,CAAC,gBAAgB;gBAAhB,gBAAgB,EAAE,gBAAgB;IAE7C,KAAK,EAAE,2BAA2B,EAAE,CAAA;IAE7C,mBAAmB,EAAE,YAAY,EAAE,CAAU;IAE7C,OAAO,CAAC,sBAAsB;IA4B9B,IAAI,aAAa,IAAI,2BAA2B,EAAE,CAOjD;IAED,IAAI,cAAc,IAAI,YAAY,EAAE,CAInC;IAED,kBAAkB,CAAC,MAAM,EAAE,YAAY,GAAG,IAAI;IAoB9C,cAAc,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO;IAI7C,oBAAoB,CAAC,MAAM,EAAE,YAAY;IAOzC,cAAc,CACZ,IAAI,EAAE,2BAA2B,EACjC,MAAM,EAAE,YAAY,GACnB,OAAO;IAkBV,aAAa,CAAC,IAAI,EAAE,2BAA2B;IAI/C,YAAY,CAAC,IAAI,EAAE,2BAA2B;IAI9C,SAAS,CAAC,IAAI,EAAE,2BAA2B;yCA9GhC,sBAAsB;2CAAtB,sBAAsB;CAqHlC"}
1
+ {"version":3,"file":"downloads-list.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAIlB,MAAM,eAAe,CAAA;AACtB,OAAO,EAAmB,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAGvE,OAAO,EAAE,2BAA2B,EAAE,MAAM,2DAA2D,CAAA;AAIvG,OAAO,EACL,kBAAkB,EAGnB,MAAM,sCAAsC,CAAA;;AAK7C,QAAA,MAAM,cAAc,2DAA4D,CAAA;AAChF,KAAK,YAAY,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAA;AAEnD,qBAea,sBAAsB;IAE/B,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,cAAc;gBADd,gBAAgB,EAAE,gBAAgB,EAClC,cAAc,EAAE,iBAAiB;IAG3C,KAAK,EAAE,kBAAkB,CAAA;IAChB,KAAK,EAAE,2BAA2B,EAAE,CAAA;IAE7C,IAAI,UAAU,IAAI,MAAM,CAEvB;IAED,mBAAmB,EAAE,YAAY,EAAE,CAAU;IAE7C,UAAU,CAAC,MAAM,EAAE,kBAAkB;IAKrC,OAAO,CAAC,sBAAsB;IA4B9B,IAAI,aAAa,IAAI,2BAA2B,EAAE,CAOjD;IAED,IAAI,cAAc,IAAI,YAAY,EAAE,CAInC;IAED,kBAAkB,CAAC,MAAM,EAAE,YAAY,GAAG,IAAI;IAoB9C,cAAc,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO;IAI7C,oBAAoB,CAAC,MAAM,EAAE,YAAY;IAOzC,cAAc,CACZ,IAAI,EAAE,2BAA2B,EACjC,MAAM,EAAE,YAAY,GACnB,OAAO;IAkBV,aAAa,CAAC,IAAI,EAAE,2BAA2B;IAI/C,YAAY,CAAC,IAAI,EAAE,2BAA2B;IAI9C,SAAS,CAAC,IAAI,EAAE,2BAA2B;yCA3HhC,sBAAsB;2CAAtB,sBAAsB;CAkIlC"}
@@ -0,0 +1,15 @@
1
+ import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record';
2
+ import { LinkClassifierService } from '../../../../../../libs/util/shared/src';
3
+ import * as i0 from "@angular/core";
4
+ export declare class GeoDataBadgeComponent {
5
+ linkClassifier: LinkClassifierService;
6
+ showLabel: boolean;
7
+ styling: string;
8
+ record: CatalogRecord;
9
+ isGeodata(): boolean;
10
+ get badgeClasses(): string;
11
+ constructor(linkClassifier: LinkClassifierService);
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<GeoDataBadgeComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GeoDataBadgeComponent, "gn-ui-geo-data-badge", never, { "showLabel": { "alias": "showLabel"; "required": false; }; "styling": { "alias": "styling"; "required": false; }; "record": { "alias": "record"; "required": false; }; }, {}, never, never, true, never>;
14
+ }
15
+ //# sourceMappingURL=geo-data-badge.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"geo-data-badge.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AAIzF,OAAO,EAAE,qBAAqB,EAAa,MAAM,wCAAwC,CAAA;;AAEzF,qBAaa,qBAAqB;IA+Bb,cAAc,EAAE,qBAAqB;IA9B/C,SAAS,UAAO;IAChB,OAAO,SAAY;IACnB,MAAM,EAAE,aAAa,CAAA;IAE9B,SAAS;IAYT,IAAI,YAAY,IAAI,MAAM,CAYzB;gBAEkB,cAAc,EAAE,qBAAqB;yCA/B7C,qBAAqB;2CAArB,qBAAqB;CAgCjC"}
@@ -6,12 +6,12 @@ type CardSize = 'L' | 'M' | 'S' | 'XS';
6
6
  export declare class InternalLinkCardComponent implements OnInit {
7
7
  protected elementRef: ElementRef;
8
8
  record: CatalogRecord;
9
+ linkTarget: string;
10
+ linkHref: string;
9
11
  metadataQualityDisplay: boolean;
10
12
  favoriteTemplate: TemplateRef<{
11
13
  $implicit: CatalogRecord;
12
14
  }>;
13
- linkHref: string;
14
- isGeodata: boolean;
15
15
  set size(value: CardSize);
16
16
  get size(): CardSize;
17
17
  mdSelect: EventEmitter<CatalogRecord>;
@@ -32,12 +32,8 @@ export declare class InternalLinkCardComponent implements OnInit {
32
32
  openMailto(event: Event, email: string): void;
33
33
  copyToClipboard(event: Event, text: string): void;
34
34
  get shouldShowThumbnail(): boolean;
35
- getKindInfo(): {
36
- text: string;
37
- icon: string;
38
- };
39
35
  static ɵfac: i0.ɵɵFactoryDeclaration<InternalLinkCardComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<InternalLinkCardComponent, "gn-ui-internal-link-card", never, { "record": { "alias": "record"; "required": false; }; "metadataQualityDisplay": { "alias": "metadataQualityDisplay"; "required": false; }; "favoriteTemplate": { "alias": "favoriteTemplate"; "required": false; }; "linkHref": { "alias": "linkHref"; "required": false; }; "isGeodata": { "alias": "isGeodata"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "mdSelect": "mdSelect"; }, never, never, true, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<InternalLinkCardComponent, "gn-ui-internal-link-card", never, { "record": { "alias": "record"; "required": false; }; "linkTarget": { "alias": "linkTarget"; "required": false; }; "linkHref": { "alias": "linkHref"; "required": false; }; "metadataQualityDisplay": { "alias": "metadataQualityDisplay"; "required": false; }; "favoriteTemplate": { "alias": "favoriteTemplate"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "mdSelect": "mdSelect"; }, never, never, true, never>;
41
37
  }
42
38
  export {};
43
39
  //# sourceMappingURL=internal-link-card.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"internal-link-card.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,WAAW,EACX,MAAM,EAEN,YAAY,EACZ,UAAU,EACX,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,aAAa,EACb,YAAY,EACb,MAAM,2DAA2D,CAAA;AAyBlE,OAAO,EAAa,YAAY,EAAE,MAAM,MAAM,CAAA;;AAM9C,KAAK,QAAQ,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAA;AAEtC,qBA+Ba,yBAA0B,YAAW,MAAM;IA6C1C,SAAS,CAAC,UAAU,EAAE,UAAU;IA5CnC,MAAM,EAAE,aAAa,CAAA;IACrB,sBAAsB,EAAE,OAAO,CAAA;IAC/B,gBAAgB,EAAE,WAAW,CAAC;QAAE,SAAS,EAAE,aAAa,CAAA;KAAE,CAAC,CAAA;IAC3D,QAAQ,EAAE,MAAM,CAAO;IACvB,SAAS,EAAE,OAAO,CAAA;IAC3B,IAAa,IAAI,CAAC,KAAK,EAAE,QAAQ,EAIhC;IACD,IAAI,IAAI,IAAI,QAAQ,CAEnB;IACS,QAAQ,8BAAoC;IACtD,YAAY,eAAqB;IAEjC,QAAQ,EAAE,MAAM,CAAA;IAEhB,SAAS,SAAK;IACd,uBAAuB,SAAK;IAE5B,OAAO,CAAC,KAAK,CAAgB;IAE7B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAK5B;IAED,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAKrC;IAED,OAAO,CAAC,QAAQ,CAAC,aAAa,CAK7B;gBAEqB,UAAU,EAAE,UAAU;IAE5C,QAAQ,IAAI,IAAI;IAahB,IAAI,YAAY,IAAI,YAAY,CAE/B;IAED,IAAI,QAAQ,2FAMX;IAED,aAAa;IAQb,eAAe,CAAC,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,GAAG,IAAI;IAK7C,UAAU,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAK7C,eAAe,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IAKjD,IAAI,mBAAmB,IAAI,OAAO,CAEjC;IAED,WAAW,IAAI;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE;yCAnGlC,yBAAyB;2CAAzB,yBAAyB;CAiHrC"}
1
+ {"version":3,"file":"internal-link-card.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,WAAW,EACX,MAAM,EAEN,YAAY,EACZ,UAAU,EACX,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,aAAa,EACb,YAAY,EACb,MAAM,2DAA2D,CAAA;AAyBlE,OAAO,EAAa,YAAY,EAAE,MAAM,MAAM,CAAA;;AAE9C,KAAK,QAAQ,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAA;AAEtC,qBA8Ba,yBAA0B,YAAW,MAAM;IA6C1C,SAAS,CAAC,UAAU,EAAE,UAAU;IA5CnC,MAAM,EAAE,aAAa,CAAA;IACrB,UAAU,SAAW;IACrB,QAAQ,EAAE,MAAM,CAAO;IACvB,sBAAsB,EAAE,OAAO,CAAA;IAC/B,gBAAgB,EAAE,WAAW,CAAC;QAAE,SAAS,EAAE,aAAa,CAAA;KAAE,CAAC,CAAA;IACpE,IAAa,IAAI,CAAC,KAAK,EAAE,QAAQ,EAIhC;IACD,IAAI,IAAI,IAAI,QAAQ,CAEnB;IACS,QAAQ,8BAAoC;IACtD,YAAY,eAAqB;IAEjC,QAAQ,EAAE,MAAM,CAAA;IAEhB,SAAS,SAAK;IACd,uBAAuB,SAAK;IAE5B,OAAO,CAAC,KAAK,CAAgB;IAE7B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAK5B;IAED,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAKrC;IAED,OAAO,CAAC,QAAQ,CAAC,aAAa,CAK7B;gBAEqB,UAAU,EAAE,UAAU;IAE5C,QAAQ,IAAI,IAAI;IAShB,IAAI,YAAY,IAAI,YAAY,CAE/B;IAED,IAAI,QAAQ,2FAMX;IAED,aAAa;IAIb,eAAe,CAAC,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,GAAG,IAAI;IAK7C,UAAU,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAK7C,eAAe,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IAKjD,IAAI,mBAAmB,IAAI,OAAO,CAEjC;yCAzFU,yBAAyB;2CAAzB,yBAAyB;CA0FrC"}
@@ -0,0 +1,13 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class KindBadgeComponent {
4
+ styling: string;
5
+ contentTemplate: TemplateRef<unknown>;
6
+ kind: string;
7
+ hasProjectedContent: boolean;
8
+ get iconKind(): any;
9
+ get badgeClasses(): string;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<KindBadgeComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<KindBadgeComponent, "gn-ui-kind-badge", never, { "styling": { "alias": "styling"; "required": false; }; "contentTemplate": { "alias": "contentTemplate"; "required": false; }; "kind": { "alias": "kind"; "required": false; }; }, {}, never, never, true, never>;
12
+ }
13
+ //# sourceMappingURL=kind-badge.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kind-badge.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,WAAW,EACZ,MAAM,eAAe,CAAA;;AAuBtB,qBAgBa,kBAAkB;IACpB,OAAO,SAAY;IACnB,eAAe,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IACrC,IAAI,EAAE,MAAM,CAAA;IAErB,mBAAmB,UAAQ;IAE3B,IAAI,QAAQ,QAEX;IAED,IAAI,YAAY,IAAI,MAAM,CAYzB;yCAvBU,kBAAkB;2CAAlB,kBAAkB;CAwB9B"}
@@ -6,7 +6,7 @@ export declare class LinkCardComponent {
6
6
  link: DatasetOnlineResource;
7
7
  private readonly sizeClassMap;
8
8
  set size(value: CardSize);
9
- get size(): 'L' | 'M' | 'S' | 'XS';
9
+ get size(): CardSize;
10
10
  cardClass: string;
11
11
  get title(): string;
12
12
  getLinkFormat(link: any): "html" | "svg" | "gml" | "json" | "pdf" | "csv" | "excel" | "geojson" | "shp" | "kml" | "gpkg" | "zip" | "jpg" | "dxf" | "fgb" | "jsonfg";
@@ -1 +1 @@
1
- {"version":3,"file":"link-card.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/link-card/link-card.component.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,qBAAqB,EAEtB,MAAM,2DAA2D,CAAA;;AAWlE,KAAK,QAAQ,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAA;AACtC,qBAca,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAC5B,IAAI,EAAE,qBAAqB,CAAA;IACpC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAK5B;IAED,IAAa,IAAI,CAAC,KAAK,EAAE,QAAQ,EAGhC;IACD,IAAI,IAAI,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAEjC;IACD,SAAS,SAAK;IAEd,IAAI,KAAK,WAKR;IAED,aAAa,CAAC,IAAI,EAAE,GAAG;IAIvB,YAAY,CAAC,IAAI,EAAE,GAAG;yCA9BX,iBAAiB;2CAAjB,iBAAiB;CAiC7B"}
1
+ {"version":3,"file":"link-card.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/link-card/link-card.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAA;;AAWjG,KAAK,QAAQ,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAA;AACtC,qBAca,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAU;IACd,IAAI,EAAE,qBAAqB,CAAA;IACpC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAK5B;IAED,IAAa,IAAI,CAAC,KAAK,EAAE,QAAQ,EAGhC;IACD,IAAI,IAAI,IAAI,QAAQ,CAEnB;IACD,SAAS,SAAK;IAEd,IAAI,KAAK,WAKR;IAED,aAAa,CAAC,IAAI,EAAE,GAAG;IAIvB,YAAY,CAAC,IAAI,EAAE,GAAG;yCA9BX,iBAAiB;2CAAjB,iBAAiB;CAiC7B"}
@@ -1,10 +1,10 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { DatasetRecord, Keyword } from '../../../../../../libs/common/domain/src/lib/model/record';
2
+ import { CatalogRecord, Keyword } from '../../../../../../libs/common/domain/src/lib/model/record';
3
3
  import { DateService } from '../../../../../../libs/util/shared/src';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class MetadataInfoComponent {
6
6
  private dateService;
7
- metadata: Partial<DatasetRecord>;
7
+ metadata: Partial<CatalogRecord>;
8
8
  incomplete: boolean;
9
9
  keyword: EventEmitter<Keyword>;
10
10
  updatedTimes: number;
@@ -1 +1 @@
1
- {"version":3,"file":"metadata-info.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,aAAa,EACb,OAAO,EACR,MAAM,2DAA2D,CAAA;AAClE,OAAO,EAAE,WAAW,EAAyB,MAAM,wCAAwC,CAAA;;AAmB3F,qBA0Ba,qBAAqB;IAMpB,OAAO,CAAC,WAAW;IALtB,QAAQ,EAAE,OAAO,CAAC,aAAa,CAAC,CAAA;IAChC,UAAU,EAAE,OAAO,CAAA;IAClB,OAAO,wBAA8B;IAC/C,YAAY,EAAE,MAAM,CAAA;gBAEA,WAAW,EAAE,WAAW;IAE5C,IAAI,QAAQ,YASX;IAED,IAAI,gBAAgB,UAanB;IAED,IAAI,gBAAgB,UAQnB;IAED,IAAI,QAAQ,IAAI;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAAE,CAU9C;IAED,IAAI,eAAe,IAAI,MAAM,CAS5B;IAED,IAAI,cAAc,IAAI;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAGnD;IAED,IAAI,iBAAiB,gGAEpB;IAED,IAAI,eAAe,yFAElB;IAED,UAAU,CAAC,QAAQ,EAAE,MAAM;IAI3B,cAAc,CAAC,OAAO,EAAE,OAAO;IAI/B,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAI9B,cAAc,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;yCA5FvB,qBAAqB;2CAArB,qBAAqB;CA+FjC"}
1
+ {"version":3,"file":"metadata-info.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,aAAa,EACb,OAAO,EACR,MAAM,2DAA2D,CAAA;AAClE,OAAO,EAAE,WAAW,EAAyB,MAAM,wCAAwC,CAAA;;AAwB3F,qBA4Ba,qBAAqB;IAMpB,OAAO,CAAC,WAAW;IALtB,QAAQ,EAAE,OAAO,CAAC,aAAa,CAAC,CAAA;IAChC,UAAU,EAAE,OAAO,CAAA;IAClB,OAAO,wBAA8B;IAC/C,YAAY,EAAE,MAAM,CAAA;gBAEA,WAAW,EAAE,WAAW;IAE5C,IAAI,QAAQ,YASX;IAED,IAAI,gBAAgB,UAanB;IAED,IAAI,gBAAgB,UAQnB;IAED,IAAI,QAAQ,IAAI;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,EAAE,CAU9C;IAED,IAAI,eAAe,IAAI,MAAM,CAS5B;IAED,IAAI,cAAc,IAAI;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAInD;IAED,IAAI,iBAAiB,gGAEpB;IAED,IAAI,eAAe,yFAElB;IAED,UAAU,CAAC,QAAQ,EAAE,MAAM;IAI3B,cAAc,CAAC,OAAO,EAAE,OAAO;IAI/B,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAI9B,cAAc,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;yCA7FvB,qBAAqB;2CAArB,qBAAqB;CAgGjC"}
@@ -0,0 +1,16 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { DatasetFeatureCatalog } from '../../../../../../../libs/common/domain/src/lib/model/record';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FeatureCatalogListComponent implements OnInit {
5
+ filteredFeatureCatalog: DatasetFeatureCatalog;
6
+ columns: {
7
+ key: string;
8
+ label: string;
9
+ width: string;
10
+ }[];
11
+ gridTemplateColumns: string;
12
+ ngOnInit(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeatureCatalogListComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeatureCatalogListComponent, "gn-ui-feature-catalog-list", never, { "filteredFeatureCatalog": { "alias": "filteredFeatureCatalog"; "required": false; }; }, {}, never, never, true, never>;
15
+ }
16
+ //# sourceMappingURL=feature-catalog-list.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature-catalog-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAA;AAGxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,8DAA8D,CAAA;;AAMpG,qBAWa,2BAA4B,YAAW,MAAM;IAC/C,sBAAsB,EAAE,qBAAqB,CAAA;IAEtD,OAAO;;;;QAqBN;IAED,mBAAmB,SAAK;IAExB,QAAQ,IAAI,IAAI;yCA5BL,2BAA2B;2CAA3B,2BAA2B;CA+BvC"}
@@ -1,12 +1,19 @@
1
1
  import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record';
2
+ import { TemplateRef } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class RelatedRecordCardComponent {
4
5
  private readonly baseClasses;
6
+ linkHref: string;
5
7
  record: CatalogRecord;
6
8
  extraClass: string;
9
+ favoriteTemplate: TemplateRef<{
10
+ $implicit: CatalogRecord;
11
+ }>;
12
+ metadataQualityDisplay: boolean;
13
+ size: string;
7
14
  constructor();
8
15
  get classList(): string;
9
16
  static ɵfac: i0.ɵɵFactoryDeclaration<RelatedRecordCardComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<RelatedRecordCardComponent, "gn-ui-related-record-card", never, { "record": { "alias": "record"; "required": false; }; "extraClass": { "alias": "extraClass"; "required": false; }; }, {}, never, never, true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<RelatedRecordCardComponent, "gn-ui-related-record-card", never, { "linkHref": { "alias": "linkHref"; "required": false; }; "record": { "alias": "record"; "required": false; }; "extraClass": { "alias": "extraClass"; "required": false; }; "favoriteTemplate": { "alias": "favoriteTemplate"; "required": false; }; "metadataQualityDisplay": { "alias": "metadataQualityDisplay"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
11
18
  }
12
19
  //# sourceMappingURL=related-record-card.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"related-record-card.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;;AAQzF,qBAea,0BAA0B;IACrC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAQ;IAE3B,MAAM,EAAE,aAAa,CAAA;IACrB,UAAU,SAAK;;IAgBxB,IAAI,SAAS,WAEZ;yCAtBU,0BAA0B;2CAA1B,0BAA0B;CAuBtC"}
1
+ {"version":3,"file":"related-record-card.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AAQzF,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;;AAE3C,qBAgBa,0BAA0B;IACrC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAQ;IAE3B,QAAQ,EAAE,MAAM,CAAO;IACvB,MAAM,EAAE,aAAa,CAAA;IACrB,UAAU,SAAK;IACf,gBAAgB,EAAE,WAAW,CAAC;QAAE,SAAS,EAAE,aAAa,CAAA;KAAE,CAAC,CAAA;IAC3D,sBAAsB,EAAE,OAAO,CAAA;IAC/B,IAAI,EAAE,MAAM,CAAA;;IAgBrB,IAAI,SAAS,WAEZ;yCA1BU,0BAA0B;2CAA1B,0BAA0B;CA2BtC"}
@@ -0,0 +1,31 @@
1
+ import { ChangeDetectorRef, OnInit } from '@angular/core';
2
+ import { TranslateService } from '@ngx-translate/core';
3
+ import { WfsFeatureTypeFull, WmsLayerFull, WmtsLayer } from '@camptocamp/ogc-client';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ServiceCapabilitiesComponent implements OnInit {
6
+ private cdr;
7
+ private translateService;
8
+ apiLinks: any[];
9
+ availableLayers: any[];
10
+ filteredLayers: any[];
11
+ selectedLayer: any;
12
+ layerInformation: any[];
13
+ searchQuery: string;
14
+ loading: boolean;
15
+ searchActive: any;
16
+ capabilitiesKeys: string[];
17
+ constructor(cdr: ChangeDetectorRef, translateService: TranslateService);
18
+ ngOnInit(): void;
19
+ onSearchChange(event: Event): void;
20
+ onSearchEnter(event: KeyboardEvent): void;
21
+ clearSearch(): void;
22
+ loadLayers(): Promise<void>;
23
+ selectLayer(layer: WfsFeatureTypeFull | WmsLayerFull | WmtsLayer): void;
24
+ isList(value: string | string[]): value is string[];
25
+ getExtraInputClass(): "h-14 border rounded-lg border-primary text-primary focus:border-primary hover:border-primary" | "h-14 border rounded-lg";
26
+ searchLayers(): void;
27
+ getExtraClass(layerItem: any): "h-8 rounded-lg bg-primary-darker text-white hover:text-primary-darker hover:bg-white" | "h-8 rounded-lg";
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<ServiceCapabilitiesComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<ServiceCapabilitiesComponent, "gn-ui-service-capabilities", never, { "apiLinks": { "alias": "apiLinks"; "required": false; }; }, {}, never, never, true, never>;
30
+ }
31
+ //# sourceMappingURL=service-capabilities.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-capabilities.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAA;AAE3E,OAAO,EAAmB,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAWvE,OAAO,EACL,kBAAkB,EAClB,YAAY,EACZ,SAAS,EACV,MAAM,wBAAwB,CAAA;;AAkB/B,qBAsBa,4BAA6B,YAAW,MAAM;IA2BvD,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,gBAAgB;IA3BjB,QAAQ,QAAK;IACtB,eAAe,QAAK;IACpB,cAAc,QAAK;IACnB,aAAa,MAAO;IACpB,gBAAgB,QAAK;IACrB,WAAW,SAAK;IAChB,OAAO,UAAQ;IACf,YAAY,MAAA;IAEZ,gBAAgB,WAcf;gBAGS,GAAG,EAAE,iBAAiB,EACtB,gBAAgB,EAAE,gBAAgB;IAG5C,QAAQ;IAIR,cAAc,CAAC,KAAK,EAAE,KAAK;IAS3B,aAAa,CAAC,KAAK,EAAE,aAAa;IAOlC,WAAW;IAML,UAAU;IAkBhB,WAAW,CAAC,KAAK,EAAE,kBAAkB,GAAG,YAAY,GAAG,SAAS;IAuBhE,MAAM,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE;IAI/B,kBAAkB;IAOlB,YAAY;IAmBZ,aAAa,CAAC,SAAS,KAAA;yCAhIZ,4BAA4B;2CAA5B,4BAA4B;CAqIxC"}
@@ -20,9 +20,12 @@ import * as i18 from "../../../inputs/src/lib/text-input/text-input.component";
20
20
  import * as i19 from "./image-input/image-input.component";
21
21
  import * as i20 from "./application-banner/application-banner.component";
22
22
  import * as i21 from "./internal-link-card/internal-link-card.component";
23
+ import * as i22 from "./service-capabilities/service-capabilities.component";
24
+ import * as i23 from "./kind-badge/kind-badge.component";
25
+ import * as i24 from "./geo-data-badge/geo-data-badge.component";
23
26
  export declare class UiElementsModule {
24
27
  static ɵfac: i0.ɵɵFactoryDeclaration<UiElementsModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiElementsModule, [typeof i1.AvatarComponent, typeof i2.UserPreviewComponent], [typeof i3.CommonModule, typeof i4.MatTooltipModule, typeof i5.UiWidgetsModule, typeof i6.UiLayoutModule, typeof i7.TranslateModule, typeof i8.UtilSharedModule, typeof i9.RouterModule, typeof i10.UiInputsModule, typeof i11.FormsModule, typeof i3.NgOptimizedImage, typeof i12.PopoverComponent, typeof i13.MarkdownParserComponent, typeof i14.ThumbnailComponent, typeof i15.TimeSincePipe, typeof i16.BadgeComponent, typeof i17.MaxLinesComponent, typeof i18.TextInputComponent, typeof i19.ImageInputComponent, typeof i20.ApplicationBannerComponent, typeof i21.InternalLinkCardComponent], [typeof i14.ThumbnailComponent, typeof i1.AvatarComponent, typeof i2.UserPreviewComponent, typeof i13.MarkdownParserComponent, typeof i19.ImageInputComponent, typeof i20.ApplicationBannerComponent, typeof i21.InternalLinkCardComponent]>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiElementsModule, [typeof i1.AvatarComponent, typeof i2.UserPreviewComponent], [typeof i3.CommonModule, typeof i4.MatTooltipModule, typeof i5.UiWidgetsModule, typeof i6.UiLayoutModule, typeof i7.TranslateModule, typeof i8.UtilSharedModule, typeof i9.RouterModule, typeof i10.UiInputsModule, typeof i11.FormsModule, typeof i3.NgOptimizedImage, typeof i12.PopoverComponent, typeof i13.MarkdownParserComponent, typeof i14.ThumbnailComponent, typeof i15.TimeSincePipe, typeof i16.BadgeComponent, typeof i17.MaxLinesComponent, typeof i18.TextInputComponent, typeof i19.ImageInputComponent, typeof i20.ApplicationBannerComponent, typeof i21.InternalLinkCardComponent, typeof i22.ServiceCapabilitiesComponent, typeof i23.KindBadgeComponent, typeof i24.GeoDataBadgeComponent], [typeof i14.ThumbnailComponent, typeof i1.AvatarComponent, typeof i2.UserPreviewComponent, typeof i13.MarkdownParserComponent, typeof i19.ImageInputComponent, typeof i20.ApplicationBannerComponent, typeof i21.InternalLinkCardComponent, typeof i22.ServiceCapabilitiesComponent, typeof i23.KindBadgeComponent, typeof i24.GeoDataBadgeComponent]>;
26
29
  static ɵinj: i0.ɵɵInjectorDeclaration<UiElementsModule>;
27
30
  }
28
31
  //# sourceMappingURL=ui-elements.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-elements.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/elements/src/lib/ui-elements.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAwBA,qBAuCa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"ui-elements.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/elements/src/lib/ui-elements.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AA0BA,qBA6Ca,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
@@ -15,7 +15,7 @@ export * from './lib/dropdown-selector/dropdown-selector.model';
15
15
  export * from './lib/editable-label/editable-label.directive';
16
16
  export * from './lib/file-input/file-input.component';
17
17
  export * from './lib/files-drop/files-drop.directive';
18
- export * from './lib/navigation-button/navigation-button.component';
18
+ export * from './lib/inline-filter/inline-filter.component';
19
19
  export * from './lib/search-input/search-input.component';
20
20
  export * from './lib/star-toggle/star-toggle.component';
21
21
  export * from './lib/switch-toggle/switch-toggle.component';
@@ -24,4 +24,5 @@ export * from './lib/text-input/text-input.component';
24
24
  export * from './lib/ui-inputs.module';
25
25
  export * from './lib/url-input/url-input.component';
26
26
  export * from './lib/viewport-intersector/viewport-intersector.component';
27
+ export * from './lib/search-feature-catalog/search-feature-catalog.component';
27
28
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/inputs/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2CAA2C,CAAA;AACzD,cAAc,mCAAmC,CAAA;AACjD,cAAc,mDAAmD,CAAA;AACjE,cAAc,yCAAyC,CAAA;AACvD,cAAc,yDAAyD,CAAA;AACvE,cAAc,qDAAqD,CAAA;AACnE,cAAc,mEAAmE,CAAA;AACjF,cAAc,2DAA2D,CAAA;AACzE,cAAc,uDAAuD,CAAA;AACrE,cAAc,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,uCAAuC,CAAA;AACrD,cAAc,uCAAuC,CAAA;AACrD,cAAc,qDAAqD,CAAA;AACnE,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,wBAAwB,CAAA;AACtC,cAAc,qCAAqC,CAAA;AACnD,cAAc,2DAA2D,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/inputs/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2CAA2C,CAAA;AACzD,cAAc,mCAAmC,CAAA;AACjD,cAAc,mDAAmD,CAAA;AACjE,cAAc,yCAAyC,CAAA;AACvD,cAAc,yDAAyD,CAAA;AACvE,cAAc,qDAAqD,CAAA;AACnE,cAAc,mEAAmE,CAAA;AACjF,cAAc,2DAA2D,CAAA;AACzE,cAAc,uDAAuD,CAAA;AACrE,cAAc,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,uCAAuC,CAAA;AACrD,cAAc,uCAAuC,CAAA;AACrD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,wBAAwB,CAAA;AACtC,cAAc,qCAAqC,CAAA;AACnD,cAAc,2DAA2D,CAAA;AACzE,cAAc,+DAA+D,CAAA"}
@@ -5,7 +5,7 @@ export declare class ButtonComponent {
5
5
  set type(value: 'primary' | 'secondary' | 'default' | 'outline' | 'light' | 'gray' | 'black');
6
6
  disabled: boolean;
7
7
  extraClass: string;
8
- buttonClick: EventEmitter<void>;
8
+ buttonClick: EventEmitter<Event>;
9
9
  get classList(): string;
10
10
  handleClick(event: MouseEvent): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/button/button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;;AAGtB,qBAOa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAsB;IAEtC,IAAa,IAAI,CACf,KAAK,EACD,SAAS,GACT,WAAW,GACX,SAAS,GACT,SAAS,GACT,OAAO,GACP,MAAM,GACN,OAAO,EA2BZ;IAEQ,QAAQ,UAAQ;IAChB,UAAU,SAAK;IACd,WAAW,qBAA2B;IAEhD,IAAI,SAAS,WAEZ;IAED,WAAW,CAAC,KAAK,EAAE,UAAU;yCAhDlB,eAAe;2CAAf,eAAe;CAsD3B"}
1
+ {"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/button/button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;;AAGtB,qBAOa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAsB;IAEtC,IAAa,IAAI,CACf,KAAK,EACD,SAAS,GACT,WAAW,GACX,SAAS,GACT,SAAS,GACT,OAAO,GACP,MAAM,GACN,OAAO,EA2BZ;IAEQ,QAAQ,UAAQ;IAChB,UAAU,SAAK;IACd,WAAW,sBAA4B;IAEjD,IAAI,SAAS,WAEZ;IAED,WAAW,CAAC,KAAK,EAAE,UAAU;yCAhDlB,eAAe;2CAAf,eAAe;CAsD3B"}
@@ -0,0 +1,14 @@
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import { Choice } from './inline-filter.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InlineFilterComponent {
5
+ choices: Choice[];
6
+ selected: unknown[];
7
+ selectValues: EventEmitter<unknown[]>;
8
+ itemTemplate: TemplateRef<any>;
9
+ isSelected(choice: Choice): boolean;
10
+ select(choice: Choice, selected: boolean): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<InlineFilterComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<InlineFilterComponent, "gn-ui-inline-filter", never, { "choices": { "alias": "choices"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "selectValues": "selectValues"; }, ["itemTemplate"], never, false, never>;
13
+ }
14
+ //# sourceMappingURL=inline-filter.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inline-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGZ,WAAW,EACZ,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAA;;AAE9C,qBAIa,qBAAqB;IACvB,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,QAAQ,EAAE,OAAO,EAAE,CAAK;IAEvB,YAAY,0BAAgC;IAE3B,YAAY,EAAE,WAAW,CAAC,GAAG,CAAC,CAAA;IAEzD,UAAU,CAAC,MAAM,EAAE,MAAM;IAOzB,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO;yCAf7B,qBAAqB;2CAArB,qBAAqB;CA6BjC"}
@@ -0,0 +1,6 @@
1
+ export interface Choice {
2
+ value: unknown;
3
+ label: string;
4
+ icon?: string;
5
+ }
6
+ //# sourceMappingURL=inline-filter.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inline-filter.model.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,MAAM;IACrB,KAAK,EAAE,OAAO,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;CACd"}
@@ -0,0 +1,17 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { DatasetFeatureCatalog } from '../../../../../../libs/common/domain/src/lib/model/record';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SearchFeatureCatalogComponent {
5
+ private _featureCatalog;
6
+ searchTerm: any;
7
+ set featureCatalog(value: DatasetFeatureCatalog);
8
+ get featureCatalog(): DatasetFeatureCatalog;
9
+ filteredFeatureCatalogChange: EventEmitter<DatasetFeatureCatalog>;
10
+ filteredFeatureCatalog: DatasetFeatureCatalog;
11
+ filterAction: (searchTerm: string) => void;
12
+ get totalObjects(): number;
13
+ get totalAttributes(): number;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<SearchFeatureCatalogComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchFeatureCatalogComponent, "gn-ui-search-feature-catalog", never, { "featureCatalog": { "alias": "featureCatalog"; "required": false; }; }, { "filteredFeatureCatalogChange": "filteredFeatureCatalogChange"; }, never, never, true, never>;
16
+ }
17
+ //# sourceMappingURL=search-feature-catalog.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-feature-catalog.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,YAAY,EAAE,MAAM,eAAe,CAAA;AAItE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAA;;AAOjG,qBAaa,6BAA6B;IACxC,OAAO,CAAC,eAAe,CAAuB;IAC9C,UAAU,EAAE,GAAG,CAAA;IACf,IAAa,cAAc,CAAC,KAAK,EAAE,qBAAqB,EAGvD;IACD,IAAI,cAAc,IAAI,qBAAqB,CAE1C;IAES,4BAA4B,sCACK;IAC3C,sBAAsB,EAAE,qBAAqB,CAAA;IAE7C,YAAY,eAAgB,MAAM,KAAG,IAAI,CAuBxC;IAED,IAAI,YAAY,IAAI,MAAM,CAEzB;IAED,IAAI,eAAe,IAAI,MAAM,CAO5B;yCAnDU,6BAA6B;2CAA7B,6BAA6B;CAoDzC"}
@@ -1 +1 @@
1
- {"version":3,"file":"star-toggle.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EACV,YAAY,EAIb,MAAM,eAAe,CAAA;;AAMtB,qBASa,mBAAmB;IACrB,OAAO,EAAG,OAAO,CAAA;IACjB,QAAQ,UAAQ;IACf,QAAQ,wBAA8B;IACtB,OAAO,EAAE,UAAU,CAAA;IAE7C,MAAM,CAAC,KAAK,EAAE,KAAK;yCANR,mBAAmB;2CAAnB,mBAAmB;CAmB/B"}
1
+ {"version":3,"file":"star-toggle.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EACV,YAAY,EAIb,MAAM,eAAe,CAAA;;AAOtB,qBASa,mBAAmB;IACrB,OAAO,EAAG,OAAO,CAAA;IACjB,QAAQ,UAAQ;IACf,QAAQ,wBAA8B;IACtB,OAAO,EAAE,UAAU,CAAA;IAE7C,MAAM,CAAC,KAAK,EAAE,KAAK;yCANR,mBAAmB;2CAAnB,mBAAmB;CAmB/B"}
@@ -3,32 +3,33 @@ import * as i1 from "./drag-and-drop-file-input/drag-and-drop-file-input.compone
3
3
  import * as i2 from "./dropdown-multiselect/dropdown-multiselect.component";
4
4
  import * as i3 from "./viewport-intersector/viewport-intersector.component";
5
5
  import * as i4 from "./checkbox/checkbox.component";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "@ngx-translate/core";
8
- import * as i7 from "ngx-dropzone";
9
- import * as i8 from "@angular/forms";
10
- import * as i9 from "ngx-chips";
11
- import * as i10 from "../../../../util/shared/src/lib/util-shared.module";
12
- import * as i11 from "@angular/material/autocomplete";
13
- import * as i12 from "../../../widgets/src/lib/ui-widgets.module";
14
- import * as i13 from "@angular/cdk/overlay";
15
- import * as i14 from "@angular/material/checkbox";
16
- import * as i15 from "@angular/material/tooltip";
17
- import * as i16 from "@angular/material/form-field";
18
- import * as i17 from "@angular/material/input";
19
- import * as i18 from "@angular/material/datepicker";
20
- import * as i19 from "@angular/material/core";
21
- import * as i20 from "./editable-label/editable-label.directive";
22
- import * as i21 from "./text-area/text-area.component";
23
- import * as i22 from "./button/button.component";
24
- import * as i23 from "./dropdown-selector/dropdown-selector.component";
25
- import * as i24 from "./date-range-picker/date-range-picker.component";
26
- import * as i25 from "./check-toggle/check-toggle.component";
27
- import * as i26 from "./badge/badge.component";
28
- import * as i27 from "@ng-icons/core";
6
+ import * as i5 from "./inline-filter/inline-filter.component";
7
+ import * as i6 from "@angular/common";
8
+ import * as i7 from "@ngx-translate/core";
9
+ import * as i8 from "ngx-dropzone";
10
+ import * as i9 from "@angular/forms";
11
+ import * as i10 from "ngx-chips";
12
+ import * as i11 from "../../../../util/shared/src/lib/util-shared.module";
13
+ import * as i12 from "@angular/material/autocomplete";
14
+ import * as i13 from "../../../widgets/src/lib/ui-widgets.module";
15
+ import * as i14 from "@angular/cdk/overlay";
16
+ import * as i15 from "@angular/material/checkbox";
17
+ import * as i16 from "@angular/material/tooltip";
18
+ import * as i17 from "@angular/material/form-field";
19
+ import * as i18 from "@angular/material/input";
20
+ import * as i19 from "@angular/material/datepicker";
21
+ import * as i20 from "@angular/material/core";
22
+ import * as i21 from "./editable-label/editable-label.directive";
23
+ import * as i22 from "./text-area/text-area.component";
24
+ import * as i23 from "./button/button.component";
25
+ import * as i24 from "./dropdown-selector/dropdown-selector.component";
26
+ import * as i25 from "./date-range-picker/date-range-picker.component";
27
+ import * as i26 from "./check-toggle/check-toggle.component";
28
+ import * as i27 from "./badge/badge.component";
29
+ import * as i28 from "@ng-icons/core";
29
30
  export declare class UiInputsModule {
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<UiInputsModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.DragAndDropFileInputComponent, typeof i2.DropdownMultiselectComponent, typeof i3.ViewportIntersectorComponent, typeof i4.CheckboxComponent], [typeof i5.CommonModule, typeof i6.TranslateModule, typeof i7.NgxDropzoneModule, typeof i8.FormsModule, typeof i8.ReactiveFormsModule, typeof i9.TagInputModule, typeof i10.UtilSharedModule, typeof i11.MatAutocompleteModule, typeof i12.UiWidgetsModule, typeof i13.OverlayModule, typeof i14.MatCheckboxModule, typeof i15.MatTooltipModule, typeof i16.MatFormFieldModule, typeof i17.MatInputModule, typeof i18.MatDatepickerModule, typeof i19.MatNativeDateModule, typeof i20.EditableLabelDirective, typeof i21.TextAreaComponent, typeof i22.ButtonComponent, typeof i23.DropdownSelectorComponent, typeof i24.DateRangePickerComponent, typeof i25.CheckToggleComponent, typeof i26.BadgeComponent, typeof i27.NgIcon], [typeof i23.DropdownSelectorComponent, typeof i22.ButtonComponent, typeof i1.DragAndDropFileInputComponent, typeof i21.TextAreaComponent, typeof i2.DropdownMultiselectComponent, typeof i3.ViewportIntersectorComponent, typeof i25.CheckToggleComponent, typeof i4.CheckboxComponent, typeof i24.DateRangePickerComponent, typeof i20.EditableLabelDirective, typeof i26.BadgeComponent]>;
32
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.DragAndDropFileInputComponent, typeof i2.DropdownMultiselectComponent, typeof i3.ViewportIntersectorComponent, typeof i4.CheckboxComponent, typeof i5.InlineFilterComponent], [typeof i6.CommonModule, typeof i7.TranslateModule, typeof i8.NgxDropzoneModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.TagInputModule, typeof i11.UtilSharedModule, typeof i12.MatAutocompleteModule, typeof i13.UiWidgetsModule, typeof i14.OverlayModule, typeof i15.MatCheckboxModule, typeof i16.MatTooltipModule, typeof i17.MatFormFieldModule, typeof i18.MatInputModule, typeof i19.MatDatepickerModule, typeof i20.MatNativeDateModule, typeof i21.EditableLabelDirective, typeof i22.TextAreaComponent, typeof i23.ButtonComponent, typeof i24.DropdownSelectorComponent, typeof i25.DateRangePickerComponent, typeof i26.CheckToggleComponent, typeof i27.BadgeComponent, typeof i28.NgIcon], [typeof i24.DropdownSelectorComponent, typeof i23.ButtonComponent, typeof i1.DragAndDropFileInputComponent, typeof i22.TextAreaComponent, typeof i2.DropdownMultiselectComponent, typeof i3.ViewportIntersectorComponent, typeof i26.CheckToggleComponent, typeof i4.CheckboxComponent, typeof i25.DateRangePickerComponent, typeof i21.EditableLabelDirective, typeof i5.InlineFilterComponent, typeof i27.BadgeComponent]>;
32
33
  static ɵinj: i0.ɵɵInjectorDeclaration<UiInputsModule>;
33
34
  }
34
35
  //# sourceMappingURL=ui-inputs.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-inputs.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/inputs/src/lib/ui-inputs.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA,qBAyDa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
1
+ {"version":3,"file":"ui-inputs.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/inputs/src/lib/ui-inputs.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCA,qBAwDa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
@@ -16,4 +16,5 @@ export * from './lib/pagination-dots/pagination-dots.component';
16
16
  export * from './lib/previous-next-buttons/previous-next-buttons.component';
17
17
  export * from './lib/paginable.interface';
18
18
  export * from './lib/ui-layout.module';
19
+ export * from './lib/truncated-text/truncated-text.component';
19
20
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/layout/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,iEAAiE,CAAA;AAC/E,cAAc,mDAAmD,CAAA;AACjE,cAAc,uDAAuD,CAAA;AACrE,cAAc,qCAAqC,CAAA;AACnD,cAAc,qFAAqF,CAAA;AACnG,cAAc,qDAAqD,CAAA;AACnE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,uCAAuC,CAAA;AACrD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,2CAA2C,CAAA;AACzD,cAAc,uCAAuC,CAAA;AACrD,cAAc,uDAAuD,CAAA;AACrE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6DAA6D,CAAA;AAC3E,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/layout/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,iEAAiE,CAAA;AAC/E,cAAc,mDAAmD,CAAA;AACjE,cAAc,uDAAuD,CAAA;AACrE,cAAc,qCAAqC,CAAA;AACnD,cAAc,qFAAqF,CAAA;AACnG,cAAc,qDAAqD,CAAA;AACnE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,uCAAuC,CAAA;AACrD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,2CAA2C,CAAA;AACzD,cAAc,uCAAuC,CAAA;AACrD,cAAc,uDAAuD,CAAA;AACrE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6DAA6D,CAAA;AAC3E,cAAc,2BAA2B,CAAA;AACzC,cAAc,wBAAwB,CAAA;AACtC,cAAc,+CAA+C,CAAA"}
@@ -1,19 +1,26 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
1
+ import { AfterViewChecked, ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class AnchorLinkDirective implements OnInit, OnDestroy {
3
+ export declare class AnchorLinkDirective implements OnInit, AfterViewChecked, OnDestroy {
4
4
  private changeDetector;
5
5
  targetId: string;
6
6
  disabledClass: string;
7
7
  enabledClass: string;
8
+ inViewClass: string;
9
+ outOfViewClass: string;
8
10
  get elementClass(): string;
9
11
  disabled: boolean;
10
12
  observer: MutationObserver;
13
+ inView: boolean;
14
+ intersectionObserver: IntersectionObserver;
15
+ initialized: boolean;
11
16
  constructor(changeDetector: ChangeDetectorRef);
12
17
  ngOnInit(): void;
18
+ ngAfterViewChecked(): void;
19
+ initializeIntersectionObserver(target: HTMLElement): void;
13
20
  ngOnDestroy(): void;
14
21
  refreshDisabledState(): void;
15
22
  scrollToTarget(): void;
16
23
  static ɵfac: i0.ɵɵFactoryDeclaration<AnchorLinkDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<AnchorLinkDirective, "[gnUiAnchorLink]", never, { "targetId": { "alias": "gnUiAnchorLink"; "required": false; }; "disabledClass": { "alias": "gnUiAnchorLinkDisabledClass"; "required": false; }; "enabledClass": { "alias": "gnUiAnchorLinkEnabledClass"; "required": false; }; }, {}, never, never, false, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AnchorLinkDirective, "[gnUiAnchorLink]", never, { "targetId": { "alias": "gnUiAnchorLink"; "required": false; }; "disabledClass": { "alias": "gnUiAnchorLinkDisabledClass"; "required": false; }; "enabledClass": { "alias": "gnUiAnchorLinkEnabledClass"; "required": false; }; "inViewClass": { "alias": "gnUiAnchorLinkInViewClass"; "required": false; }; "outOfViewClass": { "alias": "gnUiAnchorLinkOutOfViewClass"; "required": false; }; }, {}, never, never, false, never>;
18
25
  }
19
26
  //# sourceMappingURL=anchor-link.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"anchor-link.directive.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAKjB,SAAS,EACT,MAAM,EACP,MAAM,eAAe,CAAA;;AAEtB,qBAGa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAe/C,OAAO,CAAC,cAAc;IAdT,QAAQ,EAAE,MAAM,CAAA;IACH,aAAa,EAAE,MAAM,CAAA;IACtB,YAAY,EAAE,MAAM,CAAA;IAEzD,IACI,YAAY,IAAI,MAAM,CAEzB;IAED,QAAQ,UAAQ;IAChB,QAAQ,mBAEN;gBAEkB,cAAc,EAAE,iBAAiB;IAErD,QAAQ;IAQR,WAAW;IAIX,oBAAoB;IAQG,cAAc;yCArC1B,mBAAmB;2CAAnB,mBAAmB;CA6C/B"}
1
+ {"version":3,"file":"anchor-link.directive.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,iBAAiB,EAKjB,SAAS,EACT,MAAM,EACP,MAAM,eAAe,CAAA;;AAEtB,qBAGa,mBACX,YAAW,MAAM,EAAE,gBAAgB,EAAE,SAAS;IA4BlC,OAAO,CAAC,cAAc;IA1BT,QAAQ,EAAE,MAAM,CAAA;IACH,aAAa,EAAE,MAAM,CAAA;IACtB,YAAY,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,MAAM,CAAA;IAChB,cAAc,EAAE,MAAM,CAAA;IAE7D,IACI,YAAY,IAAI,MAAM,CASzB;IAED,QAAQ,UAAQ;IAChB,QAAQ,mBAEN;IACF,MAAM,UAAQ;IACd,oBAAoB,EAAE,oBAAoB,CAAA;IAC1C,WAAW,UAAQ;gBAEC,cAAc,EAAE,iBAAiB;IAErD,QAAQ;IAQR,kBAAkB;IAUlB,8BAA8B,CAAC,MAAM,EAAE,WAAW;IAgBlD,WAAW;IAOX,oBAAoB;IAQG,cAAc;yCAhF1B,mBAAmB;2CAAnB,mBAAmB;CAwF/B"}