geonetwork-ui 2.6.0-dev.9df114cd4 → 2.6.0-dev.b1563a5e0

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 (442) 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 +30 -5
  6. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +4 -4
  7. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +4 -4
  8. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +2 -1
  9. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +4 -12
  10. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +29 -5
  11. package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +7 -1
  12. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  13. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  14. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +45 -9
  15. package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +2 -2
  16. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +32 -2
  17. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +25 -6
  18. package/esm2022/libs/feature/editor/src/index.mjs +2 -1
  19. package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +18 -0
  20. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +2 -3
  21. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +1 -1
  22. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +5 -5
  23. package/esm2022/libs/feature/record/src/index.mjs +2 -4
  24. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +3 -3
  25. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +5 -9
  26. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +3 -3
  27. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +7 -11
  28. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +6 -3
  29. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +33 -7
  30. package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +1 -1
  31. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +3 -1
  32. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +14 -5
  33. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +13 -15
  34. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +7 -1
  35. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +3 -1
  36. package/esm2022/libs/feature/router/src/lib/default/constants.mjs +3 -1
  37. package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +1 -1
  38. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +10 -2
  39. package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +9 -3
  40. package/esm2022/libs/feature/search/src/index.mjs +2 -2
  41. package/esm2022/libs/feature/search/src/lib/constants.mjs +2 -1
  42. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +4 -4
  43. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +13 -19
  44. package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +4 -2
  45. package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +41 -0
  46. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +30 -10
  47. package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +70 -1
  48. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +4 -3
  49. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +3 -3
  50. package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +5 -3
  51. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +11 -6
  52. package/esm2022/libs/ui/elements/src/index.mjs +5 -1
  53. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -3
  54. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +3 -3
  55. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +18 -7
  56. package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +55 -0
  57. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +3 -3
  58. package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +27 -53
  59. package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +68 -0
  60. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +3 -3
  61. package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +3 -3
  62. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +3 -3
  63. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +8 -5
  64. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +3 -3
  65. package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +51 -0
  66. package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +17 -7
  67. package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +169 -0
  68. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +22 -4
  69. package/esm2022/libs/ui/inputs/src/index.mjs +3 -1
  70. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +3 -3
  71. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -2
  72. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +3 -3
  73. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +3 -3
  74. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +42 -0
  75. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +2 -0
  76. package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +68 -0
  77. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +3 -3
  78. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +8 -9
  79. package/esm2022/libs/ui/layout/src/index.mjs +2 -1
  80. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +48 -11
  81. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +3 -3
  82. package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +34 -13
  83. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +15 -3
  84. package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +3 -3
  85. package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +6 -6
  86. package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +107 -0
  87. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +4 -12
  88. package/esm2022/libs/ui/map/src/index.mjs +2 -1
  89. package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +29 -4
  90. package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +80 -0
  91. package/esm2022/libs/ui/search/src/index.mjs +2 -1
  92. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +4 -8
  93. package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +3 -3
  94. package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +53 -0
  95. package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +2 -2
  96. package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +3 -3
  97. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +5 -4
  98. package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +11 -3
  99. package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +3 -3
  100. package/esm2022/libs/util/app-config/src/lib/app-config.mjs +2 -1
  101. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +2 -1
  102. package/esm2022/libs/util/shared/src/index.mjs +2 -1
  103. package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +6 -0
  104. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +5 -1
  105. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +16 -6
  106. package/esm2022/translations/de.json +37 -5
  107. package/esm2022/translations/en.json +40 -8
  108. package/esm2022/translations/es.json +37 -5
  109. package/esm2022/translations/fr.json +38 -6
  110. package/esm2022/translations/it.json +43 -11
  111. package/esm2022/translations/nl.json +37 -5
  112. package/esm2022/translations/pt.json +37 -5
  113. package/fesm2022/geonetwork-ui.mjs +2314 -1023
  114. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  115. package/libs/api/metadata-converter/src/index.d.ts +1 -0
  116. package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
  117. package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +1 -1
  118. package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +1 -1
  119. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +21 -0
  120. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +1 -1
  121. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  122. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  123. package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +1 -1
  124. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +1 -1
  125. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
  126. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +3 -0
  127. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  128. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +1 -1
  129. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +6 -3
  130. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  131. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +2 -0
  132. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  133. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +12 -8
  134. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
  135. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +1 -0
  136. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  137. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +5 -2
  138. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
  139. package/libs/feature/editor/src/index.d.ts +1 -0
  140. package/libs/feature/editor/src/index.d.ts.map +1 -1
  141. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +7 -0
  142. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +1 -0
  143. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +1 -1
  144. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +6 -6
  145. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
  146. 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
  147. package/libs/feature/record/src/index.d.ts +1 -3
  148. package/libs/feature/record/src/index.d.ts.map +1 -1
  149. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +9 -1
  150. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  151. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +2 -3
  152. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
  153. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +1 -2
  154. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
  155. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +2 -1
  156. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
  157. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  158. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +2 -2
  159. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +10 -0
  160. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
  161. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +9 -1
  162. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
  163. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +28 -21
  164. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  165. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +2 -0
  166. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
  167. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +2 -0
  168. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +1 -1
  169. package/libs/feature/router/src/lib/default/constants.d.ts +2 -0
  170. package/libs/feature/router/src/lib/default/constants.d.ts.map +1 -1
  171. package/libs/feature/router/src/lib/default/router.config.d.ts +2 -0
  172. package/libs/feature/router/src/lib/default/router.config.d.ts.map +1 -1
  173. package/libs/feature/router/src/lib/default/router.service.d.ts.map +1 -1
  174. package/libs/feature/router/src/lib/default/state/router.facade.d.ts +5 -0
  175. package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +1 -1
  176. package/libs/feature/search/src/index.d.ts +1 -1
  177. package/libs/feature/search/src/index.d.ts.map +1 -1
  178. package/libs/feature/search/src/lib/constants.d.ts.map +1 -1
  179. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
  180. package/libs/feature/search/src/lib/feature-search.module.d.ts +4 -2
  181. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
  182. package/libs/feature/search/src/lib/record-url.token.d.ts +3 -1
  183. package/libs/feature/search/src/lib/record-url.token.d.ts.map +1 -1
  184. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +21 -0
  185. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +1 -0
  186. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +5 -3
  187. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +1 -1
  188. package/libs/feature/search/src/lib/utils/service/fields.d.ts +21 -0
  189. package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
  190. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
  191. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +2 -1
  192. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +1 -1
  193. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +6 -1
  194. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +1 -1
  195. package/libs/ui/elements/src/index.d.ts +4 -0
  196. package/libs/ui/elements/src/index.d.ts.map +1 -1
  197. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +1 -1
  198. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +1 -1
  199. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +7 -1
  200. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
  201. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts +15 -0
  202. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +1 -0
  203. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +3 -7
  204. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +1 -1
  205. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +13 -0
  206. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +1 -0
  207. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +1 -1
  208. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
  209. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +2 -2
  210. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
  211. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +16 -0
  212. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +1 -0
  213. package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts +8 -1
  214. package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts.map +1 -1
  215. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +31 -0
  216. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +1 -0
  217. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +4 -1
  218. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  219. package/libs/ui/inputs/src/index.d.ts +2 -0
  220. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  221. package/libs/ui/inputs/src/lib/button/button.component.d.ts +1 -1
  222. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  223. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +14 -0
  224. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +1 -0
  225. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +6 -0
  226. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +1 -0
  227. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +17 -0
  228. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +1 -0
  229. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +25 -24
  230. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  231. package/libs/ui/layout/src/index.d.ts +1 -0
  232. package/libs/ui/layout/src/index.d.ts.map +1 -1
  233. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +9 -2
  234. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -1
  235. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +15 -8
  236. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +1 -1
  237. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +2 -0
  238. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +1 -1
  239. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +27 -0
  240. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +1 -0
  241. package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
  242. package/libs/ui/map/src/index.d.ts +1 -0
  243. package/libs/ui/map/src/index.d.ts.map +1 -1
  244. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +6 -2
  245. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +1 -1
  246. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +15 -0
  247. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +1 -0
  248. package/libs/ui/search/src/index.d.ts +1 -0
  249. package/libs/ui/search/src/index.d.ts.map +1 -1
  250. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +17 -0
  251. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +1 -0
  252. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +1 -1
  253. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  254. package/libs/ui/search/src/lib/ui-search.module.d.ts +21 -19
  255. package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
  256. package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
  257. package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
  258. package/libs/util/shared/src/index.d.ts +1 -0
  259. package/libs/util/shared/src/index.d.ts.map +1 -1
  260. package/libs/util/shared/src/lib/gn-ui-version.d.ts +3 -0
  261. package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +1 -0
  262. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +3 -3
  263. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +1 -1
  264. package/libs/util/shared/src/lib/links/link-utils.d.ts +14 -7
  265. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  266. package/package.json +2 -2
  267. package/src/libs/api/metadata-converter/src/index.ts +1 -0
  268. package/src/libs/api/metadata-converter/src/lib/base.converter.ts +1 -4
  269. package/src/libs/api/metadata-converter/src/lib/common/distribution.mapper.ts +1 -0
  270. package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +29 -15
  271. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.service+eaux-usees.ts +2 -2
  272. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +2 -2
  273. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +2 -2
  274. package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.service+napitswallonia.ts +2 -2
  275. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +46 -5
  276. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +4 -3
  277. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +3 -3
  278. package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +1 -0
  279. package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +3 -11
  280. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +50 -5
  281. package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +6 -0
  282. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +11 -4
  283. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +2 -0
  284. package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +36 -26
  285. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +16 -2
  286. package/src/libs/common/fixtures/src/lib/record-link.fixtures.ts +5 -5
  287. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +1 -1
  288. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +12 -9
  289. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +54 -10
  290. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +37 -0
  291. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +1 -0
  292. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +27 -1
  293. package/src/libs/feature/editor/src/index.ts +1 -0
  294. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +14 -0
  295. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +15 -0
  296. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +1 -2
  297. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +2 -2
  298. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +2 -2
  299. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +2 -2
  300. package/src/libs/feature/record/src/index.ts +1 -3
  301. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +16 -10
  302. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +2 -3
  303. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +1 -1
  304. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +4 -5
  305. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +2 -2
  306. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +1 -0
  307. package/src/libs/feature/record/src/lib/map-view/map-view.component.html +25 -16
  308. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +35 -4
  309. package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +2 -2
  310. package/src/libs/feature/record/src/lib/state/mdview.actions.ts +10 -0
  311. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +27 -3
  312. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +21 -17
  313. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +12 -0
  314. package/src/libs/feature/record/src/lib/state/mdview.selectors.ts +9 -0
  315. package/src/libs/feature/router/src/lib/default/constants.ts +2 -0
  316. package/src/libs/feature/router/src/lib/default/router.config.ts +2 -0
  317. package/src/libs/feature/router/src/lib/default/router.service.ts +10 -0
  318. package/src/libs/feature/router/src/lib/default/state/router.facade.ts +10 -1
  319. package/src/libs/feature/search/src/index.ts +1 -1
  320. package/src/libs/feature/search/src/lib/constants.ts +1 -0
  321. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +2 -2
  322. package/src/libs/feature/search/src/lib/feature-search.module.ts +9 -10
  323. package/src/libs/feature/search/src/lib/record-url.token.ts +10 -1
  324. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.css +0 -0
  325. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +16 -0
  326. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +59 -0
  327. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +1 -0
  328. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +26 -5
  329. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -5
  330. package/src/libs/feature/search/src/lib/utils/service/fields.ts +99 -0
  331. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.html +1 -1
  332. package/src/libs/ui/dataviz/src/lib/chart/chart.component.ts +2 -1
  333. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +6 -3
  334. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +5 -4
  335. package/src/libs/ui/elements/src/index.ts +4 -0
  336. package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +4 -4
  337. package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +8 -5
  338. package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +2 -2
  339. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +38 -7
  340. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +29 -2
  341. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.css +4 -0
  342. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +13 -0
  343. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +54 -0
  344. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +1 -1
  345. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +133 -138
  346. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +19 -47
  347. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.css +6 -0
  348. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +11 -0
  349. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts +70 -0
  350. package/src/libs/ui/elements/src/lib/link-card/link-card.component.html +5 -2
  351. package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +3 -7
  352. package/src/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.html +3 -5
  353. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +12 -9
  354. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +9 -0
  355. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +24 -7
  356. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +12 -4
  357. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +2 -3
  358. package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +48 -0
  359. package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.ts +52 -0
  360. package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +8 -29
  361. package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts +14 -1
  362. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.css +0 -0
  363. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +110 -0
  364. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +191 -0
  365. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +9 -1
  366. package/src/libs/ui/inputs/src/index.ts +2 -0
  367. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +1 -1
  368. package/src/libs/ui/inputs/src/lib/button/button.component.ts +2 -2
  369. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +1 -1
  370. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +1 -1
  371. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +23 -0
  372. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.ts +44 -0
  373. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.ts +5 -0
  374. package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.css +0 -0
  375. package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +43 -0
  376. package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.ts +77 -0
  377. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +3 -4
  378. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -3
  379. package/src/libs/ui/layout/src/index.ts +1 -0
  380. package/src/libs/ui/layout/src/lib/block-list/block-list.component.css +22 -0
  381. package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +2 -2
  382. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +43 -5
  383. package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +0 -1
  384. package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +1 -1
  385. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +24 -8
  386. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +36 -10
  387. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +3 -7
  388. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +13 -0
  389. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +1 -1
  390. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +17 -5
  391. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +3 -3
  392. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +44 -0
  393. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +130 -0
  394. package/src/libs/ui/layout/src/lib/ui-layout.module.ts +1 -5
  395. package/src/libs/ui/map/src/index.ts +1 -0
  396. package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +3 -3
  397. package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.ts +27 -3
  398. package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.css +0 -0
  399. package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.html +4 -0
  400. 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
  401. package/src/libs/ui/search/src/index.ts +1 -0
  402. package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.html +9 -81
  403. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +1 -1
  404. package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html +25 -0
  405. package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.ts +53 -0
  406. package/src/libs/ui/search/src/lib/results-list/results-layout.config.ts +2 -2
  407. package/src/libs/ui/search/src/lib/results-list/results-list.component.html +1 -0
  408. package/src/libs/ui/search/src/lib/results-list/results-list.component.ts +0 -1
  409. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +7 -4
  410. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +2 -1
  411. package/src/libs/ui/search/src/lib/ui-search.module.ts +5 -0
  412. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +2 -1
  413. package/src/libs/util/app-config/src/lib/app-config.ts +1 -0
  414. package/src/libs/util/app-config/src/lib/fixtures.ts +1 -0
  415. package/src/libs/util/shared/src/index.ts +1 -0
  416. package/src/libs/util/shared/src/lib/gn-ui-version.ts +8 -0
  417. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +15 -3
  418. package/src/libs/util/shared/src/lib/links/link-utils.ts +33 -12
  419. package/tailwind.base.config.js +3 -0
  420. package/tailwind.base.css +4 -16
  421. package/translations/de.json +37 -5
  422. package/translations/en.json +40 -8
  423. package/translations/es.json +37 -5
  424. package/translations/fr.json +38 -6
  425. package/translations/it.json +43 -11
  426. package/translations/nl.json +37 -5
  427. package/translations/pt.json +37 -5
  428. package/translations/sk.json +37 -5
  429. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.mjs +0 -79
  430. package/esm2022/libs/feature/record/src/lib/gn-ui-version.token.mjs +0 -3
  431. package/esm2022/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.mjs +0 -18
  432. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts +0 -15
  433. 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
  434. package/libs/feature/record/src/lib/gn-ui-version.token.d.ts +0 -3
  435. package/libs/feature/record/src/lib/gn-ui-version.token.d.ts.map +0 -1
  436. package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts +0 -9
  437. package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts.map +0 -1
  438. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.html +0 -1
  439. package/src/libs/feature/record/src/lib/gn-ui-version.token.ts +0 -3
  440. package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.html +0 -4
  441. package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.ts +0 -10
  442. /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
@@ -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,6 +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/inline-filter/inline-filter.component';
18
19
  export * from './lib/search-input/search-input.component';
19
20
  export * from './lib/star-toggle/star-toggle.component';
20
21
  export * from './lib/switch-toggle/switch-toggle.component';
@@ -23,4 +24,5 @@ export * from './lib/text-input/text-input.component';
23
24
  export * from './lib/ui-inputs.module';
24
25
  export * from './lib/url-input/url-input.component';
25
26
  export * from './lib/viewport-intersector/viewport-intersector.component';
27
+ export * from './lib/search-feature-catalog/search-feature-catalog.component';
26
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,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"}
@@ -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,6 +1,7 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, QueryList } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, QueryList } from '@angular/core';
2
2
  import { Paginable } from '../paginable.interface';
3
3
  import * as i0 from "@angular/core";
4
+ type ComponentSize = 'L' | 'M' | 'S' | 'XS';
4
5
  export declare class BlockListComponent implements AfterViewInit, Paginable {
5
6
  private changeDetector;
6
7
  pageSize: number;
@@ -9,6 +10,8 @@ export declare class BlockListComponent implements AfterViewInit, Paginable {
9
10
  blocks: QueryList<ElementRef<HTMLElement>>;
10
11
  blockContainer: ElementRef<HTMLElement>;
11
12
  protected minHeight: number;
13
+ listChanges: EventEmitter<BlockListComponent>;
14
+ subComponentSize: ComponentSize;
12
15
  protected currentPage_: number;
13
16
  protected get pages(): number[];
14
17
  get isFirstPage(): boolean;
@@ -18,10 +21,14 @@ export declare class BlockListComponent implements AfterViewInit, Paginable {
18
21
  constructor(changeDetector: ChangeDetectorRef);
19
22
  ngAfterViewInit(): void;
20
23
  protected refreshBlocksVisibility: () => void;
24
+ protected updateSizes(): void;
25
+ protected computeSubComponentSize(): ComponentSize;
26
+ protected computePageSize(): number;
21
27
  goToPage(pageIndex: number): void;
22
28
  goToPrevPage(): void;
23
29
  goToNextPage(): void;
24
30
  static ɵfac: i0.ɵɵFactoryDeclaration<BlockListComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<BlockListComponent, "gn-ui-block-list", never, { "pageSize": { "alias": "pageSize"; "required": false; }; "containerClass": { "alias": "containerClass"; "required": false; }; "paginationContainerClass": { "alias": "paginationContainerClass"; "required": false; }; }, {}, ["blocks"], ["*"], true, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<BlockListComponent, "gn-ui-block-list", never, { "containerClass": { "alias": "containerClass"; "required": false; }; "paginationContainerClass": { "alias": "paginationContainerClass"; "required": false; }; }, { "listChanges": "listChanges"; }, ["blocks"], ["*"], true, never>;
26
32
  }
33
+ export {};
27
34
  //# sourceMappingURL=block-list.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"block-list.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/layout/src/lib/block-list/block-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAGjB,UAAU,EAEV,SAAS,EAEV,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;;AAGlD,qBAQa,kBAAmB,YAAW,aAAa,EAAE,SAAS;IA6BrD,OAAO,CAAC,cAAc;IA5BzB,QAAQ,SAAI;IACZ,cAAc,SAAK;IACnB,wBAAwB,SAA6B;IACd,MAAM,EAAE,SAAS,CAC/D,UAAU,CAAC,WAAW,CAAC,CACxB,CAAA;IAC4B,cAAc,EAAE,UAAU,CAAC,WAAW,CAAC,CAAA;IAEpE,SAAS,CAAC,SAAS,SAAI;IAEvB,SAAS,CAAC,YAAY,SAAI;IAC1B,SAAS,KAAK,KAAK,aAElB;IAED,IAAI,WAAW,YAEd;IACD,IAAI,UAAU,YAEb;IACD,IAAI,UAAU,WAEb;IACD,IAAI,WAAW,WAEd;gBAEmB,cAAc,EAAE,iBAAiB;IAErD,eAAe;IASf,SAAS,CAAC,uBAAuB,aAQhC;IAGM,QAAQ,CAAC,SAAS,EAAE,MAAM;IAS1B,YAAY;IAKZ,YAAY;yCAjER,kBAAkB;2CAAlB,kBAAkB;CAqE9B"}
1
+ {"version":3,"file":"block-list.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/layout/src/lib/block-list/block-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAGjB,UAAU,EACV,YAAY,EAGZ,SAAS,EAEV,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;;AAGlD,KAAK,aAAa,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAA;AAC3C,qBAQa,kBAAmB,YAAW,aAAa,EAAE,SAAS;IA8BrD,OAAO,CAAC,cAAc;IA7BlC,QAAQ,SAAI;IACH,cAAc,SAAK;IACnB,wBAAwB,SAA6B;IACd,MAAM,EAAE,SAAS,CAC/D,UAAU,CAAC,WAAW,CAAC,CACxB,CAAA;IAC4B,cAAc,EAAE,UAAU,CAAC,WAAW,CAAC,CAAA;IACpE,SAAS,CAAC,SAAS,SAAI;IACb,WAAW,mCAAyC;IAC9D,gBAAgB,EAAE,aAAa,CAAM;IAErC,SAAS,CAAC,YAAY,SAAI;IAC1B,SAAS,KAAK,KAAK,aAElB;IAED,IAAI,WAAW,YAEd;IACD,IAAI,UAAU,YAEb;IACD,IAAI,UAAU,WAEb;IACD,IAAI,WAAW,WAEd;gBAEmB,cAAc,EAAE,iBAAiB;IAErD,eAAe;IAiBf,SAAS,CAAC,uBAAuB,aAQhC;IAED,SAAS,CAAC,WAAW;IAKrB,SAAS,CAAC,uBAAuB,IAAI,aAAa;IASlD,SAAS,CAAC,eAAe,IAAI,MAAM;IAa5B,QAAQ,CAAC,SAAS,EAAE,MAAM;IAS1B,YAAY;IAKZ,YAAY;yCApGR,kBAAkB;2CAAlB,kBAAkB;CAwG9B"}
@@ -1,13 +1,20 @@
1
- import { ElementRef } from '@angular/core';
1
+ import { ElementRef, TemplateRef, OnDestroy, ChangeDetectorRef, AfterViewInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class ExpandablePanelComponent {
4
- title: string;
5
- collapsed: boolean;
6
- contentDiv: ElementRef;
7
- maxHeight: string;
3
+ export declare class ExpandablePanelComponent implements AfterViewInit, OnDestroy {
4
+ private readonly changeDetector;
5
+ title?: string;
6
+ iconColor?: string;
7
+ titleTemplate?: TemplateRef<HTMLElement>;
8
+ contentDiv?: ElementRef;
9
+ private _collapsed;
10
+ private contentObserver?;
11
+ constructor(changeDetector: ChangeDetectorRef);
12
+ ngAfterViewInit(): void;
13
+ set collapsed(value: boolean);
14
+ get collapsed(): boolean;
8
15
  toggle(): void;
9
- setMaxHeight(): string;
16
+ ngOnDestroy(): void;
10
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpandablePanelComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ExpandablePanelComponent, "gn-ui-expandable-panel", never, { "title": { "alias": "title"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, {}, never, ["*"], true, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExpandablePanelComponent, "gn-ui-expandable-panel", never, { "title": { "alias": "title"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; }, {}, ["titleTemplate"], ["*"], true, never>;
12
19
  }
13
20
  //# sourceMappingURL=expandable-panel.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"expandable-panel.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAGX,MAAM,eAAe,CAAA;;AAKtB,qBASa,wBAAwB;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,UAAO;IACA,UAAU,EAAE,UAAU,CAAA;IAC/C,SAAS,SAAsB;IAE/B,MAAM,IAAI,IAAI;IAKd,YAAY;yCAXD,wBAAwB;2CAAxB,wBAAwB;CAgBpC"}
1
+ {"version":3,"file":"expandable-panel.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,UAAU,EAEV,WAAW,EAEX,SAAS,EACT,iBAAiB,EACjB,aAAa,EACd,MAAM,eAAe,CAAA;;AAKtB,qBASa,wBAAyB,YAAW,aAAa,EAAE,SAAS;IAS3D,OAAO,CAAC,QAAQ,CAAC,cAAc;IARlC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,SAAK;IACO,aAAa,CAAC,EAAE,WAAW,CAAC,WAAW,CAAC,CAAA;IAC9C,UAAU,CAAC,EAAE,UAAU,CAAA;IAEhD,OAAO,CAAC,UAAU,CAAO;IACzB,OAAO,CAAC,eAAe,CAAC,CAAgB;gBAEX,cAAc,EAAE,iBAAiB;IAE9D,eAAe;IASf,IAAa,SAAS,CAAC,KAAK,EAAE,OAAO,EAEpC;IAED,IAAI,SAAS,IAAI,OAAO,CAEvB;IAED,MAAM,IAAI,IAAI;IAId,WAAW;yCAhCA,wBAAwB;2CAAxB,wBAAwB;CAqCpC"}
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter, QueryList } from '@angular/core';
2
2
  import { InteractiveTableColumnComponent } from './interactive-table-column/interactive-table-column.component';
3
+ import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class InteractiveTableComponent {
5
6
  columns: QueryList<InteractiveTableColumnComponent>;
@@ -9,6 +10,7 @@ export declare class InteractiveTableComponent {
9
10
  get gridStyle(): {
10
11
  'grid-template-columns': string;
11
12
  };
13
+ getItemTitle(item: CatalogRecord): "" | "editor.record.lock.reason" | "editor.record.lock.format";
12
14
  handleRowClick(item: unknown): void;
13
15
  static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTableComponent, never>;
14
16
  static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveTableComponent, "gn-ui-interactive-table", never, { "items": { "alias": "items"; "required": false; }; "isDraftPage": { "alias": "isDraftPage"; "required": false; }; }, { "itemClick": "itemClick"; }, ["columns"], never, true, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"interactive-table.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,YAAY,EAGZ,SAAS,EACV,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,+BAA+B,EAAE,MAAM,+DAA+D,CAAA;;AAM/G,qBASa,yBAAyB;IAEpC,OAAO,EAAE,SAAS,CAAC,+BAA+B,CAAC,CAAA;IAE1C,KAAK,EAAE,OAAO,EAAE,CAAK;IACrB,WAAW,UAAQ;IAClB,SAAS,wBAA8B;IAEjD,IAAI,SAAS;;MAYZ;IAED,cAAc,CAAC,IAAI,EAAE,OAAO;yCAtBjB,yBAAyB;2CAAzB,yBAAyB;CAyBrC"}
1
+ {"version":3,"file":"interactive-table.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,YAAY,EAGZ,SAAS,EACV,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,+BAA+B,EAAE,MAAM,+DAA+D,CAAA;AAM/G,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;;AAIzF,qBASa,yBAAyB;IAEpC,OAAO,EAAE,SAAS,CAAC,+BAA+B,CAAC,CAAA;IAE1C,KAAK,EAAE,OAAO,EAAE,CAAK;IACrB,WAAW,UAAQ;IAClB,SAAS,wBAA8B;IAEjD,IAAI,SAAS;;MAYZ;IAED,YAAY,CAAC,IAAI,EAAE,aAAa;IAShC,cAAc,CAAC,IAAI,EAAE,OAAO;yCA/BjB,yBAAyB;2CAAzB,yBAAyB;CAkCrC"}
@@ -0,0 +1,27 @@
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, NgZone } from '@angular/core';
2
+ import { ViewportRuler, ConnectedPosition } from '@angular/cdk/overlay';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TruncatedTextComponent implements AfterViewInit, OnDestroy {
5
+ private readonly cd;
6
+ private readonly ngZone;
7
+ private readonly viewportRuler;
8
+ text: string;
9
+ extraClass: string;
10
+ textElement: ElementRef<HTMLElement>;
11
+ isTextTruncated: boolean;
12
+ isOpen: boolean;
13
+ overlayPosition: ConnectedPosition;
14
+ private readonly resizeObserver;
15
+ private readonly mutationObserver;
16
+ private readonly viewportSubscription;
17
+ constructor(cd: ChangeDetectorRef, ngZone: NgZone, viewportRuler: ViewportRuler);
18
+ ngAfterViewInit(): void;
19
+ ngOnDestroy(): void;
20
+ toggleOverlay(): void;
21
+ private updateOverlayPosition;
22
+ close(): void;
23
+ private checkTextTruncation;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<TruncatedTextComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<TruncatedTextComponent, "gn-ui-truncated-text", never, { "text": { "alias": "text"; "required": false; }; "extraClass": { "alias": "extraClass"; "required": false; }; }, {}, never, never, true, never>;
26
+ }
27
+ //# sourceMappingURL=truncated-text.component.d.ts.map