geonetwork-ui 2.2.0-dev.4983265e → 2.2.0-dev.4db0b597

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 (304) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +36 -2
  3. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.mjs +2 -1
  4. package/esm2022/libs/api/repository/src/lib/gn4/index.mjs +3 -1
  5. package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +13 -26
  6. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  7. package/esm2022/libs/common/domain/src/lib/model/search/aggregation.model.mjs +1 -1
  8. package/esm2022/libs/common/domain/src/lib/model/search/field.model.mjs +2 -0
  9. package/esm2022/libs/common/domain/src/lib/model/search/filter.model.mjs +1 -1
  10. package/esm2022/libs/common/domain/src/lib/model/search/index.mjs +2 -1
  11. package/esm2022/libs/common/domain/src/lib/model/search/search.model.mjs +1 -1
  12. package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +4 -10
  13. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +5 -4
  14. package/esm2022/libs/feature/editor/src/lib/record-form/record-form.component.mjs +5 -3
  15. package/esm2022/libs/feature/map/src/index.mjs +2 -1
  16. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +1 -1
  17. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +106 -0
  18. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +64 -0
  19. package/esm2022/libs/feature/map/src/lib/constant/index.mjs +2 -1
  20. package/esm2022/libs/feature/map/src/lib/constant/projections.mjs +2 -0
  21. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +23 -3
  22. package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +93 -0
  23. package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +40 -0
  24. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +5 -3
  25. package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +3 -1
  26. package/esm2022/libs/feature/map/src/lib/utils/index.mjs +1 -3
  27. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +60 -29
  28. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +29 -20
  29. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +2 -2
  30. package/esm2022/libs/feature/search/src/index.mjs +4 -1
  31. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +7 -4
  32. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +2 -6
  33. package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +1 -1
  34. package/esm2022/libs/feature/search/src/lib/filter-geometry.token.mjs +4 -0
  35. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +7 -3
  36. package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +4 -0
  37. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +3 -3
  38. package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +128 -0
  39. package/esm2022/libs/feature/search/src/lib/state/effects.mjs +6 -4
  40. package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +3 -2
  41. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +4 -4
  42. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +1 -1
  43. package/esm2022/libs/ui/elements/src/index.mjs +3 -1
  44. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +3 -3
  45. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +27 -0
  46. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +2 -2
  47. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +3 -3
  48. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +12 -7
  49. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +4 -4
  50. package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +3 -3
  51. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +7 -3
  52. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +10 -3
  53. package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
  54. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +3 -3
  55. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -2
  56. package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +3 -3
  57. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +3 -3
  58. package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +46 -0
  59. package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +3 -3
  60. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +2 -2
  61. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +8 -3
  62. package/esm2022/libs/ui/layout/src/index.mjs +3 -1
  63. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +2 -2
  64. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +36 -0
  65. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +37 -0
  66. package/esm2022/libs/ui/search/src/index.mjs +1 -2
  67. package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +1 -1
  68. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +1 -1
  69. package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +1 -1
  70. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +1 -1
  71. package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +1 -1
  72. package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +9 -10
  73. package/esm2022/libs/util/i18n/src/index.mjs +1 -2
  74. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +29 -13
  75. package/esm2022/translations/de.json +104 -92
  76. package/esm2022/translations/en.json +36 -24
  77. package/esm2022/translations/es.json +15 -3
  78. package/esm2022/translations/fr.json +20 -8
  79. package/esm2022/translations/it.json +27 -15
  80. package/esm2022/translations/nl.json +15 -3
  81. package/esm2022/translations/pt.json +15 -3
  82. package/fesm2022/geonetwork-ui.mjs +1032 -637
  83. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  84. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts +1 -0
  85. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +1 -1
  86. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  87. package/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.d.ts.map +1 -1
  88. package/libs/api/repository/src/lib/gn4/index.d.ts +2 -0
  89. package/libs/api/repository/src/lib/gn4/index.d.ts.map +1 -1
  90. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts +4 -5
  91. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts.map +1 -1
  92. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +10 -5
  93. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  94. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts +1 -1
  95. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts.map +1 -1
  96. package/libs/common/domain/src/lib/model/search/field.model.d.ts +2 -0
  97. package/libs/common/domain/src/lib/model/search/field.model.d.ts.map +1 -0
  98. package/libs/common/domain/src/lib/model/search/filter.model.d.ts +1 -1
  99. package/libs/common/domain/src/lib/model/search/filter.model.d.ts.map +1 -1
  100. package/libs/common/domain/src/lib/model/search/index.d.ts +1 -0
  101. package/libs/common/domain/src/lib/model/search/index.d.ts.map +1 -1
  102. package/libs/common/domain/src/lib/model/search/search.model.d.ts +2 -3
  103. package/libs/common/domain/src/lib/model/search/search.model.d.ts.map +1 -1
  104. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts +0 -1
  105. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts.map +1 -1
  106. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +15 -2
  107. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  108. package/libs/feature/editor/src/lib/record-form/record-form.component.d.ts.map +1 -1
  109. package/libs/feature/map/src/index.d.ts +1 -0
  110. package/libs/feature/map/src/index.d.ts.map +1 -1
  111. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +22 -0
  112. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +1 -0
  113. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +22 -0
  114. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +1 -0
  115. package/libs/feature/map/src/lib/constant/index.d.ts +1 -0
  116. package/libs/feature/map/src/lib/constant/index.d.ts.map +1 -1
  117. package/libs/feature/map/src/lib/constant/projections.d.ts.map +1 -0
  118. package/libs/feature/map/src/lib/feature-map.module.d.ts +15 -12
  119. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
  120. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts +25 -0
  121. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +1 -0
  122. package/libs/feature/map/src/lib/geocoding.service.d.ts +18 -0
  123. package/libs/feature/map/src/lib/geocoding.service.d.ts.map +1 -0
  124. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts +1 -0
  125. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +1 -1
  126. package/libs/feature/map/src/lib/utils/index.d.ts +0 -2
  127. package/libs/feature/map/src/lib/utils/index.d.ts.map +1 -1
  128. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +13 -11
  129. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
  130. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +1 -3
  131. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  132. package/libs/feature/search/src/index.d.ts +3 -0
  133. package/libs/feature/search/src/index.d.ts.map +1 -1
  134. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +5 -4
  135. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
  136. package/libs/feature/search/src/lib/feature-search.module.d.ts +0 -4
  137. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
  138. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +3 -2
  139. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +1 -1
  140. package/libs/feature/search/src/lib/filter-geometry.token.d.ts +4 -0
  141. package/libs/feature/search/src/lib/filter-geometry.token.d.ts.map +1 -0
  142. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +1 -1
  143. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +1 -1
  144. package/libs/feature/search/src/lib/record-url.token.d.ts +3 -0
  145. package/libs/feature/search/src/lib/record-url.token.d.ts.map +1 -0
  146. package/libs/feature/search/src/lib/results-table/results-table.component.d.ts +33 -0
  147. package/libs/feature/search/src/lib/results-table/results-table.component.d.ts.map +1 -0
  148. package/libs/feature/search/src/lib/state/effects.d.ts.map +1 -1
  149. package/libs/feature/search/src/lib/state/search.facade.d.ts +1 -1
  150. package/libs/feature/search/src/lib/state/search.facade.d.ts.map +1 -1
  151. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +1 -1
  152. package/libs/ui/elements/src/index.d.ts +2 -0
  153. package/libs/ui/elements/src/index.d.ts.map +1 -1
  154. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  155. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts +10 -0
  156. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +1 -0
  157. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +1 -0
  158. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
  159. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +3 -2
  160. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +1 -1
  161. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +12 -11
  162. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  163. package/libs/ui/inputs/src/index.d.ts +1 -0
  164. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  165. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +13 -0
  166. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +1 -0
  167. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +2 -1
  168. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  169. package/libs/ui/layout/src/index.d.ts +2 -0
  170. package/libs/ui/layout/src/index.d.ts.map +1 -1
  171. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +14 -0
  172. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts.map +1 -0
  173. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +15 -0
  174. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +1 -0
  175. package/libs/ui/search/src/index.d.ts +0 -1
  176. package/libs/ui/search/src/index.d.ts.map +1 -1
  177. package/libs/ui/search/src/lib/ui-search.module.d.ts +15 -15
  178. package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
  179. package/libs/util/i18n/src/index.d.ts +0 -1
  180. package/libs/util/i18n/src/index.d.ts.map +1 -1
  181. package/libs/util/shared/src/lib/links/link-utils.d.ts +19 -7
  182. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  183. package/package.json +4 -1
  184. package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +3 -0
  185. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +43 -0
  186. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.ts +1 -0
  187. package/src/libs/api/repository/src/lib/gn4/index.ts +2 -0
  188. package/src/libs/api/repository/src/lib/gn4/selection/selection.service.ts +14 -38
  189. package/src/libs/common/domain/src/lib/index.ts +2 -0
  190. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +12 -7
  191. package/src/libs/common/domain/src/lib/model/search/aggregation.model.ts +1 -1
  192. package/src/libs/common/domain/src/lib/model/search/field.model.ts +1 -0
  193. package/src/libs/common/domain/src/lib/model/search/filter.model.ts +1 -1
  194. package/src/libs/common/domain/src/lib/model/search/index.ts +1 -0
  195. package/src/libs/common/domain/src/lib/model/search/search.model.ts +2 -2
  196. package/src/libs/common/domain/src/lib/model/user/index.ts +1 -0
  197. package/src/libs/feature/catalog/src/lib/my-org/my-org.service.ts +4 -16
  198. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +8 -5
  199. package/src/libs/feature/editor/src/lib/record-form/record-form.component.ts +2 -1
  200. package/src/libs/feature/map/src/index.ts +1 -0
  201. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.css +0 -0
  202. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +21 -0
  203. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +107 -0
  204. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.css +0 -0
  205. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +37 -0
  206. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +64 -0
  207. package/src/libs/feature/map/src/lib/constant/index.ts +1 -0
  208. package/src/libs/feature/map/src/lib/feature-map.module.ts +12 -0
  209. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.css +0 -0
  210. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.html +39 -0
  211. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +99 -0
  212. package/src/libs/feature/map/src/lib/geocoding.service.ts +59 -0
  213. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +6 -2
  214. package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +6 -0
  215. package/src/libs/feature/map/src/lib/utils/index.ts +0 -2
  216. package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +85 -50
  217. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +18 -3
  218. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +1 -1
  219. package/src/libs/feature/search/src/index.ts +3 -0
  220. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +12 -4
  221. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +2 -1
  222. package/src/libs/feature/search/src/lib/feature-search.module.ts +1 -10
  223. package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +4 -4
  224. package/src/libs/feature/search/src/lib/filter-geometry.token.ts +7 -0
  225. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +9 -3
  226. package/src/libs/feature/search/src/lib/record-url.token.ts +4 -0
  227. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +1 -1
  228. package/src/libs/feature/search/src/lib/results-table/results-table.component.css +0 -0
  229. package/src/libs/feature/search/src/lib/results-table/results-table.component.html +112 -0
  230. package/src/libs/feature/search/src/lib/results-table/results-table.component.ts +164 -0
  231. package/src/libs/feature/search/src/lib/state/effects.ts +5 -4
  232. package/src/libs/feature/search/src/lib/state/search.facade.ts +2 -1
  233. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.html +1 -0
  234. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +1 -1
  235. package/src/libs/ui/elements/src/index.ts +2 -0
  236. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +4 -1
  237. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.css +0 -0
  238. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +30 -0
  239. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +15 -0
  240. package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.css +52 -52
  241. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +2 -2
  242. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +4 -0
  243. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +56 -27
  244. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +5 -0
  245. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +3 -3
  246. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +1 -1
  247. package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +1 -1
  248. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +4 -0
  249. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +4 -0
  250. package/src/libs/ui/inputs/src/index.ts +1 -0
  251. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +1 -1
  252. package/src/libs/ui/inputs/src/lib/button/button.component.css +1 -1
  253. package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.html +0 -1
  254. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +1 -1
  255. package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +48 -0
  256. package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.html +8 -3
  257. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.css +1 -0
  258. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -0
  259. package/src/libs/ui/layout/src/index.ts +2 -0
  260. package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +1 -1
  261. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.css +0 -0
  262. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.html +1 -0
  263. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts +33 -0
  264. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.css +15 -0
  265. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +54 -0
  266. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +42 -0
  267. package/src/libs/ui/search/src/index.ts +0 -1
  268. package/src/libs/ui/search/src/lib/ui-search.module.ts +2 -3
  269. package/src/libs/util/i18n/src/index.ts +0 -1
  270. package/src/libs/util/shared/src/lib/links/link-utils.ts +34 -11
  271. package/translations/de.json +104 -92
  272. package/translations/en.json +36 -24
  273. package/translations/es.json +15 -3
  274. package/translations/fr.json +20 -8
  275. package/translations/it.json +27 -15
  276. package/translations/nl.json +15 -3
  277. package/translations/pt.json +15 -3
  278. package/translations/sk.json +15 -3
  279. package/esm2022/libs/feature/map/src/lib/utils/map-utils-wms.service.mjs +0 -55
  280. package/esm2022/libs/feature/map/src/lib/utils/projections.mjs +0 -2
  281. package/esm2022/libs/ui/search/src/lib/record-table/record-table.component.mjs +0 -145
  282. package/esm2022/libs/util/i18n/src/lib/testing/test.translate.loader.mjs +0 -24
  283. package/esm2022/libs/util/i18n/src/lib/testing/test.translate.module.mjs +0 -109
  284. package/esm2022/libs/util/i18n/src/lib/testing/translations.model.mjs +0 -6
  285. package/libs/feature/map/src/lib/utils/map-utils-wms.service.d.ts +0 -17
  286. package/libs/feature/map/src/lib/utils/map-utils-wms.service.d.ts.map +0 -1
  287. package/libs/feature/map/src/lib/utils/projections.d.ts.map +0 -1
  288. package/libs/ui/search/src/lib/record-table/record-table.component.d.ts +0 -31
  289. package/libs/ui/search/src/lib/record-table/record-table.component.d.ts.map +0 -1
  290. package/libs/util/i18n/src/lib/testing/test.translate.loader.d.ts +0 -17
  291. package/libs/util/i18n/src/lib/testing/test.translate.loader.d.ts.map +0 -1
  292. package/libs/util/i18n/src/lib/testing/test.translate.module.d.ts +0 -131
  293. package/libs/util/i18n/src/lib/testing/test.translate.module.d.ts.map +0 -1
  294. package/libs/util/i18n/src/lib/testing/translations.model.d.ts +0 -21
  295. package/libs/util/i18n/src/lib/testing/translations.model.d.ts.map +0 -1
  296. package/src/libs/feature/map/src/lib/utils/map-utils-wms.service.ts +0 -58
  297. package/src/libs/ui/search/src/lib/record-table/record-table.component.css +0 -7
  298. package/src/libs/ui/search/src/lib/record-table/record-table.component.html +0 -215
  299. package/src/libs/ui/search/src/lib/record-table/record-table.component.ts +0 -149
  300. package/src/libs/util/i18n/src/lib/testing/test.translate.loader.ts +0 -26
  301. package/src/libs/util/i18n/src/lib/testing/test.translate.module.ts +0 -235
  302. package/src/libs/util/i18n/src/lib/testing/translations.model.ts +0 -28
  303. /package/libs/feature/map/src/lib/{utils → constant}/projections.d.ts +0 -0
  304. /package/src/libs/feature/map/src/lib/{utils → constant}/projections.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"map-view.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/map-view/map-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,SAAS,EACT,MAAM,EACP,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EAEpB,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,eAAe,EAChB,MAAM,wCAAwC,CAAA;AAC/C,OAAO,EAAwB,SAAS,EAAE,MAAM,4CAA4C,CAAA;AAC5F,OAAO,EAAgB,YAAY,EAAE,MAAM,wCAAwC,CAAA;AACnF,OAAO,OAAO,MAAM,YAAY,CAAA;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,OAAO,EACL,eAAe,EAEf,UAAU,EAIX,MAAM,MAAM,CAAA;AASb,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAA;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2DAA2D,CAAA;;AAE/F,qBAMa,gBAAiB,YAAW,MAAM,EAAE,SAAS;IA0EtD,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,YAAY;IAhFtB,SAAS,EAAE,SAAS,CAAyB;IAC7C,SAAS,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAA;IAC5B,OAAO,CAAC,YAAY,CAAqB;IACzC,OAAO,CAAC,cAAc,CAAW;IAEjC,mBAAmB,oCAKlB;IAED,gBAAgB;;;SASf;IACD,kBAAkB,0BAAyB;IAE3C,OAAO,UAAQ;IACf,KAAK,MAAO;IAEZ,aAAa,kCAGiC;IAE9C,cAAc,oBAiBb;IAED,WAAW,8BAmBV;gBAGS,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,iBAAiB,EAC7B,QAAQ,EAAE,eAAe,EACzB,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,YAAY,EACnB,WAAW,EAAE,kBAAkB,EAC/B,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,eAAe;IAGvC,WAAW,IAAI,IAAI;IAInB,QAAQ,IAAI,IAAI;IAWhB,kBAAkB,CAAC,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,GAAG,IAAI;IASvD,cAAc,IAAI,IAAI;IAOtB,gBAAgB,CACd,IAAI,EAAE,mBAAmB,GACxB,UAAU,CAAC,oBAAoB,CAAC;IA4BnC,mBAAmB,CAAC,IAAI,EAAE,MAAM;yCAjJrB,gBAAgB;2CAAhB,gBAAgB;CAoJ5B"}
1
+ {"version":3,"file":"map-view.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/map-view/map-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,SAAS,EACT,MAAM,EACP,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EAEpB,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,eAAe,EAChB,MAAM,wCAAwC,CAAA;AAC/C,OAAO,EAAwB,SAAS,EAAE,MAAM,4CAA4C,CAAA;AAE5F,OAAO,OAAO,MAAM,YAAY,CAAA;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,OAAO,EACL,eAAe,EAIf,UAAU,EAMX,MAAM,MAAM,CAAA;AASb,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAA;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2DAA2D,CAAA;;AAE/F,qBAMa,gBAAiB,YAAW,MAAM,EAAE,SAAS;IAsFtD,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,YAAY;IA3FtB,SAAS,EAAE,SAAS,CAAyB;IAC7C,SAAS,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAA;IAC5B,OAAO,CAAC,YAAY,CAAqB;IACzC,OAAO,CAAC,cAAc,CAAW;IAEjC,mBAAmB,oCAKlB;IAED,gBAAgB;;;SASf;IACD,kBAAkB,0BAAyB;IAE3C,OAAO,UAAQ;IACf,KAAK,MAAO;IAEZ,aAAa,kCAGiC;IAE9C,cAAc,oBAiBb;IAED,WAAW,8BA+BV;gBAGS,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,iBAAiB,EAC7B,QAAQ,EAAE,eAAe,EACzB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,kBAAkB,EAC/B,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,eAAe;IAGvC,WAAW,IAAI,IAAI;IAInB,QAAQ,IAAI,IAAI;IAWhB,kBAAkB,CAAC,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,GAAG,IAAI;IASvD,cAAc,IAAI,IAAI;IAOtB,gBAAgB,CACd,IAAI,EAAE,mBAAmB,GACxB,UAAU,CAAC,oBAAoB,CAAC;IA4BnC,mBAAmB,CAAC,IAAI,EAAE,MAAM;yCA5JrB,gBAAgB;2CAAhB,gBAAgB;CA+J5B"}
@@ -1,4 +1,6 @@
1
1
  export * from './lib/feature-search.module';
2
+ export * from './lib/filter-geometry.token';
3
+ export * from './lib/record-url.token';
2
4
  export * from './lib/state/actions';
3
5
  export * from './lib/state/selectors';
4
6
  export * from './lib/state/search.facade';
@@ -18,4 +20,5 @@ export * from './lib/results-hits-number/results-hits.container.component';
18
20
  export * from './lib/results-layout/results-layout.component';
19
21
  export * from './lib/sort-by/sort-by.component';
20
22
  export * from './lib/state/container/search-state.container.directive';
23
+ export * from './lib/results-table/results-table.component';
21
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/feature/search/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,oCAAoC,CAAA;AAClD,cAAc,oCAAoC,CAAA;AAClD,cAAc,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,iBAAiB,CAAA;AAC/B,cAAc,2CAA2C,CAAA;AACzD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0DAA0D,CAAA;AACxE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,uDAAuD,CAAA;AACrE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,+CAA+C,CAAA;AAC7D,cAAc,iCAAiC,CAAA;AAC/C,cAAc,wDAAwD,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/feature/search/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,oCAAoC,CAAA;AAClD,cAAc,oCAAoC,CAAA;AAClD,cAAc,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,iBAAiB,CAAA;AAC/B,cAAc,2CAA2C,CAAA;AACzD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0DAA0D,CAAA;AACxE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,uDAAuD,CAAA;AACrE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,+CAA+C,CAAA;AAC7D,cAAc,iCAAiC,CAAA;AAC/C,cAAc,wDAAwD,CAAA;AACtE,cAAc,6CAA6C,CAAA"}
@@ -11,11 +11,12 @@ export declare class FavoriteStarComponent implements AfterViewInit, OnDestroy {
11
11
  private changeDetector;
12
12
  private authService;
13
13
  private translateService;
14
- set record(value: CatalogRecord);
15
- get record(): CatalogRecord;
14
+ displayCount?: boolean;
15
+ set record(value: Partial<CatalogRecord>);
16
+ get record(): Partial<CatalogRecord>;
16
17
  isFavorite$: Observable<boolean>;
17
18
  isAnonymous$: Observable<boolean>;
18
- record_: CatalogRecord;
19
+ record_: Partial<CatalogRecord>;
19
20
  favoriteCount: number | null;
20
21
  loading: boolean;
21
22
  loginUrl: string;
@@ -29,6 +30,6 @@ export declare class FavoriteStarComponent implements AfterViewInit, OnDestroy {
29
30
  ngOnDestroy(): void;
30
31
  toggleFavorite(isFavorite: any): void;
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<FavoriteStarComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<FavoriteStarComponent, "gn-ui-favorite-star", never, { "record": { "alias": "record"; "required": false; }; }, {}, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<FavoriteStarComponent, "gn-ui-favorite-star", never, { "displayCount": { "alias": "displayCount"; "required": false; }; "record": { "alias": "record"; "required": false; }; }, {}, never, never, false, never>;
33
34
  }
34
35
  //# sourceMappingURL=favorite-star.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"favorite-star.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAEjB,UAAU,EAEV,SAAS,EAEV,MAAM,eAAe,CAAA;AAGtB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAEtD,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,8DAA8D,CAAA;AAC5F,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAA;AAC5F,OAAO,EAAE,wBAAwB,EAAE,MAAM,4EAA4E,CAAA;;AAErH,qBAMa,qBAAsB,YAAW,aAAa,EAAE,SAAS;IAmClE,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,gBAAgB;IAtC1B,IAAa,MAAM,CAAC,KAAK,eAAA,EAMxB;IACD,IAAI,MAAM,kBAET;IACD,WAAW,sBAEV;IACD,YAAY,sBAAqC;IACjD,OAAO,EAAE,aAAa,CAAA;IACtB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,OAAO,UAAQ;IACf,QAAQ,SAA4B;IACpC,aAAa,EAAE,UAAU,CAAC,MAAM,CAAC,CAKhC;IAED,aAAa,EAAE,UAAU,CAAA;IACzB,YAAY,EAAE,YAAY,CAAA;IAC1B,iBAAiB,EAAE,YAAY,CAAA;IAE/B,IAAI,gBAAgB,YAEnB;gBAGS,gBAAgB,EAAE,gBAAgB,EAClC,eAAe,EAAE,wBAAwB,EACzC,cAAc,EAAE,iBAAiB,EACjC,WAAW,EAAE,WAAW,EACxB,gBAAgB,EAAE,gBAAgB;IAG5C,eAAe,IAAI,IAAI;IAoCvB,WAAW,IAAI,IAAI;IAKnB,cAAc,CAAC,UAAU,KAAA;yCAnFd,qBAAqB;2CAArB,qBAAqB;CAqGjC"}
1
+ {"version":3,"file":"favorite-star.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAEjB,UAAU,EAEV,SAAS,EAEV,MAAM,eAAe,CAAA;AAGtB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAEtD,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,8DAA8D,CAAA;AAC5F,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAA;AAC5F,OAAO,EAAE,wBAAwB,EAAE,MAAM,4EAA4E,CAAA;;AAErH,qBAMa,qBAAsB,YAAW,aAAa,EAAE,SAAS;IAoClE,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,gBAAgB;IAvCjB,YAAY,CAAC,UAAO;IAC7B,IAAa,MAAM,CAAC,KAAK,wBAAA,EAMxB;IACD,IAAI,MAAM,2BAET;IACD,WAAW,sBAEV;IACD,YAAY,sBAAqC;IACjD,OAAO,EAAE,OAAO,CAAC,aAAa,CAAC,CAAA;IAC/B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,OAAO,UAAQ;IACf,QAAQ,SAA4B;IACpC,aAAa,EAAE,UAAU,CAAC,MAAM,CAAC,CAKhC;IAED,aAAa,EAAE,UAAU,CAAA;IACzB,YAAY,EAAE,YAAY,CAAA;IAC1B,iBAAiB,EAAE,YAAY,CAAA;IAE/B,IAAI,gBAAgB,YAEnB;gBAGS,gBAAgB,EAAE,gBAAgB,EAClC,eAAe,EAAE,wBAAwB,EACzC,cAAc,EAAE,iBAAiB,EACjC,WAAW,EAAE,WAAW,EACxB,gBAAgB,EAAE,gBAAgB;IAG5C,eAAe,IAAI,IAAI;IAoCvB,WAAW,IAAI,IAAI;IAKnB,cAAc,CAAC,UAAU,KAAA;yCApFd,qBAAqB;2CAArB,qBAAqB;CAsGjC"}
@@ -1,5 +1,3 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { Geometry } from 'geojson';
3
1
  import * as i0 from "@angular/core";
4
2
  import * as i1 from "./sort-by/sort-by.component";
5
3
  import * as i2 from "./results-layout/results-layout.component";
@@ -21,8 +19,6 @@ import * as i17 from "../../../../ui/elements/src/lib/ui-elements.module";
21
19
  import * as i18 from "./facets/facets.module";
22
20
  import * as i19 from "@angular/material/icon";
23
21
  import * as i20 from "../../../../ui/widgets/src/lib/ui-widgets.module";
24
- export declare const FILTER_GEOMETRY: InjectionToken<Promise<Geometry>>;
25
- export declare const RECORD_URL_TOKEN: InjectionToken<string>;
26
22
  export declare class FeatureSearchModule {
27
23
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureSearchModule, never>;
28
24
  static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureSearchModule, [typeof i1.SortByComponent, typeof i2.ResultsLayoutComponent, typeof i3.FuzzySearchComponent, typeof i4.RecordsMetricsComponent, typeof i5.ResultsListContainerComponent, typeof i6.ResultsHitsContainerComponent, typeof i7.SearchStateContainerDirective, typeof i8.FavoriteStarComponent, typeof i9.FilterDropdownComponent], [typeof i10.CommonModule, typeof i11.TranslateModule, typeof i12.StoreFeatureModule, typeof i13.EffectsFeatureModule, typeof i14.HttpClientModule, typeof i14.HttpClientXsrfModule, typeof i15.UiSearchModule, typeof i16.UiInputsModule, typeof i17.UiElementsModule, typeof i18.FacetsModule, typeof i19.MatIconModule, typeof i20.UiWidgetsModule], [typeof i1.SortByComponent, typeof i2.ResultsLayoutComponent, typeof i3.FuzzySearchComponent, typeof i4.RecordsMetricsComponent, typeof i5.ResultsListContainerComponent, typeof i6.ResultsHitsContainerComponent, typeof i18.FacetsModule, typeof i7.SearchStateContainerDirective, typeof i8.FavoriteStarComponent, typeof i9.FilterDropdownComponent]>;
@@ -1 +1 @@
1
- {"version":3,"file":"feature-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/search/src/lib/feature-search.module.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,cAAc,EAAY,MAAM,eAAe,CAAA;AAKxD,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;AAMlC,eAAO,MAAM,eAAe,mCAE3B,CAAA;AAGD,eAAO,MAAM,gBAAgB,wBAAiD,CAAA;AAE9E,qBA+Ca,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
1
+ {"version":3,"file":"feature-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/search/src/lib/feature-search.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AA0BA,qBA+Ca,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
@@ -4,6 +4,7 @@ import { Observable } from 'rxjs';
4
4
  import { SearchFacade } from '../state/search.facade';
5
5
  import { SearchService } from '../utils/service/search.service';
6
6
  import { FieldsService } from '../utils/service/fields.service';
7
+ import { FieldValue } from '../utils/service/fields';
7
8
  import * as i0 from "@angular/core";
8
9
  export declare class FilterDropdownComponent implements OnInit {
9
10
  private searchFacade;
@@ -12,8 +13,8 @@ export declare class FilterDropdownComponent implements OnInit {
12
13
  fieldName: string;
13
14
  title: string;
14
15
  choices$: Observable<Choice[]>;
15
- selected$: Observable<any[] | import("../utils/service/fields").FieldValue | import("../utils/service/fields").FieldValue[]>;
16
- onSelectedValues(values: (string | number)[]): void;
16
+ selected$: Observable<FieldValue[]>;
17
+ onSelectedValues(values: unknown[]): void;
17
18
  constructor(searchFacade: SearchFacade, searchService: SearchService, fieldsService: FieldsService);
18
19
  ngOnInit(): void;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterDropdownComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"filter-dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,MAAM,EACP,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAA;AAC7D,OAAO,EAAE,UAAU,EAAiB,MAAM,MAAM,CAAA;AAEhD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAA;;AAG/D,qBAMa,uBAAwB,YAAW,MAAM;IAsBlD,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IAvBd,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IAEtB,QAAQ,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,CAAA;IAC9B,SAAS,oHAQR;IAED,gBAAgB,CAAC,MAAM,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE;gBAOlC,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa;IAGtC,QAAQ;yCA3BG,uBAAuB;2CAAvB,uBAAuB;CAuCnC"}
1
+ {"version":3,"file":"filter-dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,MAAM,EACP,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAA;AAC7D,OAAO,EAAE,UAAU,EAAiB,MAAM,MAAM,CAAA;AAEhD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/D,OAAO,EAAuB,UAAU,EAAE,MAAM,yBAAyB,CAAA;;AAEzE,qBAMa,uBAAwB,YAAW,MAAM;IAsBlD,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IAvBd,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,MAAM,CAAA;IAEtB,QAAQ,EAAE,UAAU,CAAC,MAAM,EAAE,CAAC,CAAA;IAC9B,SAAS,2BAQoB;IAE7B,gBAAgB,CAAC,MAAM,EAAE,OAAO,EAAE;gBAOxB,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa;IAGtC,QAAQ;yCA3BG,uBAAuB;2CAAvB,uBAAuB;CAuCnC"}
@@ -0,0 +1,4 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import { Geometry } from 'geojson';
3
+ export declare const FILTER_GEOMETRY: InjectionToken<Promise<Geometry>>;
4
+ //# sourceMappingURL=filter-geometry.token.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filter-geometry.token.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/search/src/lib/filter-geometry.token.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,eAAO,MAAM,eAAe,mCAE3B,CAAA"}
@@ -29,7 +29,7 @@ export declare class FuzzySearchComponent implements OnInit {
29
29
  */
30
30
  handleItemSelection(item: AutocompleteItem): void;
31
31
  handleInputSubmission(any: string): void;
32
- handleInputCleared(): void;
32
+ handleInputCleared(): Promise<void>;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<FuzzySearchComponent, never>;
34
34
  static ɵcmp: i0.ɵɵComponentDeclaration<FuzzySearchComponent, "gn-ui-fuzzy-search", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; }, { "itemSelected": "itemSelected"; "inputSubmitted": "inputSubmitted"; }, never, never, false, never>;
35
35
  }
@@ -1 +1 @@
1
- {"version":3,"file":"fuzzy-search.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAEZ,MAAM,EAGP,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,qBAAqB,EACrB,gBAAgB,EACjB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AAEjC,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sFAAsF,CAAA;;AAEjI,qBAMa,oBAAqB,YAAW,MAAM;IAe/C,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,iBAAiB;IAhBO,YAAY,EAAE,qBAAqB,CAAA;IAC5D,SAAS,UAAQ;IAChB,YAAY,8BAAoC;IAChD,cAAc,uBAA6B;IACrD,iBAAiB,EAAE,UAAU,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IAEhD,aAAa,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,MAAM,CAA4B;IAE5E,kBAAkB,UAAW,MAAM,iCAGO;gBAGhC,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,iBAAiB,EAAE,0BAA0B;IAGvD,QAAQ,IAAI,IAAI;IAQhB;;;;;OAKG;IACH,mBAAmB,CAAC,IAAI,EAAE,gBAAgB;IAS1C,qBAAqB,CAAC,GAAG,EAAE,MAAM;IAQjC,kBAAkB;yCAnDP,oBAAoB;2CAApB,oBAAoB;CAsDhC"}
1
+ {"version":3,"file":"fuzzy-search.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAEZ,MAAM,EAGP,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,qBAAqB,EACrB,gBAAgB,EACjB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EAAE,UAAU,EAAkB,MAAM,MAAM,CAAA;AAEjD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sFAAsF,CAAA;;AAGjI,qBAMa,oBAAqB,YAAW,MAAM;IAe/C,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,iBAAiB;IAhBO,YAAY,EAAE,qBAAqB,CAAA;IAC5D,SAAS,UAAQ;IAChB,YAAY,8BAAoC;IAChD,cAAc,uBAA6B;IACrD,iBAAiB,EAAE,UAAU,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IAEhD,aAAa,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,MAAM,CAA4B;IAE5E,kBAAkB,UAAW,MAAM,iCAGO;gBAGhC,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,iBAAiB,EAAE,0BAA0B;IAGvD,QAAQ,IAAI,IAAI;IAQhB;;;;;OAKG;IACH,mBAAmB,CAAC,IAAI,EAAE,gBAAgB;IAS1C,qBAAqB,CAAC,GAAG,EAAE,MAAM;IAQ3B,kBAAkB;yCAnDb,oBAAoB;2CAApB,oBAAoB;CA2DhC"}
@@ -0,0 +1,3 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ export declare const RECORD_URL_TOKEN: InjectionToken<string>;
3
+ //# sourceMappingURL=record-url.token.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"record-url.token.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/search/src/lib/record-url.token.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAG9C,eAAO,MAAM,gBAAgB,wBAAiD,CAAA"}
@@ -0,0 +1,33 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record';
3
+ import { FileFormat } from '../../../../../../libs/util/shared/src';
4
+ import { SearchFacade } from '../state/search.facade';
5
+ import { SelectionService } from '../../../../../../libs/api/repository/src';
6
+ import { Observable } from 'rxjs';
7
+ import { SearchService } from '../utils/service/search.service';
8
+ import * as i0 from "@angular/core";
9
+ export declare class ResultsTableComponent {
10
+ private searchFacade;
11
+ private searchService;
12
+ private selectionService;
13
+ recordClick: EventEmitter<CatalogRecord>;
14
+ records$: Observable<CatalogRecord[]>;
15
+ selectedRecords$: import("rxjs").BehaviorSubject<string[]>;
16
+ constructor(searchFacade: SearchFacade, searchService: SearchService, selectionService: SelectionService);
17
+ dateToString(date: Date): string;
18
+ getStatus(isPublishedToAll: boolean | unknown): "published" | "not published";
19
+ getRecordFormats(record: CatalogRecord): FileFormat[];
20
+ formatUserInfo(userInfo: string | unknown): string;
21
+ getBadgeColor(format: FileFormat): string;
22
+ handleRecordClick(item: unknown): void;
23
+ setSortBy(col: string, order: 'asc' | 'desc'): void;
24
+ isSortedBy(col: string): Observable<'asc' | 'desc' | null>;
25
+ isChecked(record: CatalogRecord): Observable<boolean>;
26
+ handleRecordSelectedChange(selected: boolean, record: CatalogRecord): void;
27
+ toggleSelectAll(): Promise<void>;
28
+ isAllSelected(): Observable<boolean>;
29
+ isSomeSelected(): Observable<boolean>;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResultsTableComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResultsTableComponent, "gn-ui-results-table", never, {}, { "recordClick": "recordClick"; }, never, never, true, never>;
32
+ }
33
+ //# sourceMappingURL=results-table.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"results-table.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/results-table/results-table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAU,MAAM,eAAe,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EACL,UAAU,EAIX,MAAM,wCAAwC,CAAA;AAQ/C,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAA;AAC5E,OAAO,EAAiC,UAAU,EAAE,MAAM,MAAM,CAAA;AAIhE,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAA;;AAE/D,qBAca,qBAAqB;IAO9B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IARhB,WAAW,8BAAoC;IAEzD,QAAQ,8BAA6B;IACrC,gBAAgB,2CAAoD;gBAG1D,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB;IAG5C,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAShC,SAAS,CAAC,gBAAgB,EAAE,OAAO,GAAG,OAAO;IAI7C,gBAAgB,CAAC,MAAM,EAAE,aAAa,GAAG,UAAU,EAAE;IAarD,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM;IAQlD,aAAa,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM;IAIzC,iBAAiB,CAAC,IAAI,EAAE,OAAO;IAI/B,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,GAAG,MAAM;IAI5C,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,GAAG,MAAM,GAAG,IAAI,CAAC;IAiB1D,SAAS,CAAC,MAAM,EAAE,aAAa,GAAG,UAAU,CAAC,OAAO,CAAC;IASrD,0BAA0B,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,aAAa;IAQ7D,eAAe;IASrB,aAAa,IAAI,UAAU,CAAC,OAAO,CAAC;IAWpC,cAAc,IAAI,UAAU,CAAC,OAAO,CAAC;yCAhH1B,qBAAqB;2CAArB,qBAAqB;CA8HjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"effects.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/state/effects.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAwB,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAU,KAAK,EAAE,MAAM,aAAa,CAAA;AAU3C,OAAO,EAIL,QAAQ,EAER,wBAAwB,EAKxB,iBAAiB,EACjB,aAAa,EAad,MAAM,WAAW,CAAA;AAClB,OAAO,EAAE,WAAW,EAAqB,MAAM,WAAW,CAAA;AAI1D,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,OAAO,EAAE,0BAA0B,EAAE,MAAM,sFAAsF,CAAA;AACjI,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAA;AAC5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,yEAAyE,CAAA;;AAGlH,qBACa,aAAa;IAMtB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,eAAe;IAGvB,OAAO,CAAC,cAAc;IAZxB,eAAe,sCAEF;gBAGH,QAAQ,EAAE,OAAO,EACjB,MAAM,EAAE,KAAK,CAAC,WAAW,CAAC,EAC1B,iBAAiB,EAAE,0BAA0B,EAC7C,gBAAgB,EAAE,gBAAgB,EAClC,eAAe,EAAE,wBAAwB,EAGzC,cAAc,EAAE,OAAO,CAAC,QAAQ,CAAC;IAG3C,gBAAgB,qFAWf;IAED,OAAO,CAAC,sBAAsB,CAW7B;IAED,kBAAkB,8FAajB;IAED,YAAY,0FA+FX;IAED,yBAAyB,qGA2BvB;yCArLS,aAAa;6CAAb,aAAa;CAsLzB"}
1
+ {"version":3,"file":"effects.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/state/effects.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAwB,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAU,KAAK,EAAE,MAAM,aAAa,CAAA;AAU3C,OAAO,EAIL,QAAQ,EAER,wBAAwB,EAKxB,iBAAiB,EACjB,aAAa,EAad,MAAM,WAAW,CAAA;AAClB,OAAO,EAAE,WAAW,EAAqB,MAAM,WAAW,CAAA;AAI1D,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,OAAO,EAAE,0BAA0B,EAAE,MAAM,sFAAsF,CAAA;AACjI,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAA;AAC5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,yEAAyE,CAAA;;AAGlH,qBACa,aAAa;IAMtB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,eAAe;IAGvB,OAAO,CAAC,cAAc;IAZxB,eAAe,sCAEF;gBAGH,QAAQ,EAAE,OAAO,EACjB,MAAM,EAAE,KAAK,CAAC,WAAW,CAAC,EAC1B,iBAAiB,EAAE,0BAA0B,EAC7C,gBAAgB,EAAE,gBAAgB,EAClC,eAAe,EAAE,wBAAwB,EAGzC,cAAc,EAAE,OAAO,CAAC,QAAQ,CAAC;IAG3C,gBAAgB,qFAWf;IAED,OAAO,CAAC,sBAAsB,CAW7B;IAED,kBAAkB,8FAajB;IAED,YAAY,0FAgGX;IAED,yBAAyB,qGA2BvB;yCAtLS,aAAa;6CAAb,aAAa;CAuLzB"}
@@ -45,7 +45,7 @@ export declare class SearchFacade {
45
45
  scroll(): SearchFacade;
46
46
  setSortBy(sortBy: SortByField): this;
47
47
  setSpatialFilterEnabled(enabled: boolean): this;
48
- resetSearch(): void;
48
+ resetSearch(): this;
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchFacade, [null, { optional: true; }]>;
50
50
  static ɵprov: i0.ɵɵInjectableDeclaration<SearchFacade>;
51
51
  }
@@ -1 +1 @@
1
- {"version":3,"file":"search.facade.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/state/search.facade.ts"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,EAAE,MAAM,aAAa,CAAA;AAC3C,OAAO,EAAQ,UAAU,EAAM,MAAM,MAAM,CAAA;AAsB3C,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAmBvE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,YAAY,EACZ,SAAS,EACT,WAAW,EACZ,MAAM,2DAA2D,CAAA;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;;AAEzF,qBACa,YAAY;IAyBrB,OAAO,CAAC,KAAK;IAGb,OAAO,CAAC,cAAc;IA3BxB,QAAQ,EAAE,UAAU,CAAC,aAAa,EAAE,CAAC,CAAA;IACrC,OAAO,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IAC3B,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,CAAA;IAChC,UAAU,EAAE,UAAU,CAAC,OAAO,CAAC,CAAA;IAC/B,eAAe,EAAE,UAAU,CAAC,OAAO,CAAC,CAAA;IACpC,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IAC/B,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IAChC,SAAS,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IAC7B,cAAc,EAAE,UAAU,CAAC,YAAY,CAAC,CAAA;IACxC,mBAAmB,EAAE,UAAU,CAAC,kBAAkB,CAAC,CAAA;IACnD,oBAAoB,EAAE,UAAU,CAAC,YAAY,CAAC,CAAA;IAC9C,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IAChC,cAAc,EAAE,UAAU,CAAC,OAAO,CAAC,CAAA;IACnC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC,CAAA;IAC/B,qBAAqB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAA;IAC1C,iBAAiB,sBAIhB;IAED,QAAQ,EAAE,MAAM,CAAA;gBAGN,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,EAGzB,cAAc,EAAE,OAAO,CAAC,QAAQ,CAAC;IAG3C,IAAI,CAAC,QAAQ,GAAE,MAA2B,GAAG,IAAI;IAgCjD,YAAY,IAAI,YAAY;IAK5B,qBAAqB,CAAC,MAAM,EAAE,GAAG,GAAG,YAAY;IAKhD,wBAAwB,CAAC,MAAM,EAAE,GAAG,GAAG,YAAY;IAKnD,sBAAsB,CAAC,MAAM,EAAE,SAAS,EAAE,GAAG,YAAY;IAKzD,gBAAgB,CAAC,OAAO,EAAE,YAAY,GAAG,YAAY;IAKrD,kBAAkB,IAAI,YAAY;IAKlC,wBAAwB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,YAAY;IAOtE,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY;IAK9C,UAAU,CAAC,OAAO,EAAE,YAAY,GAAG,YAAY;IAK/C,aAAa,CAAC,OAAO,EAAE,YAAY,GAAG,YAAY;IAKlD,SAAS,CAAC,MAAM,EAAE,iBAAiB,GAAG,YAAY;IAKlD,gBAAgB,CAAC,aAAa,EAAE,OAAO,GAAG,YAAY;IAKtD,uBAAuB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,YAAY;IAOnE,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,YAAY;IAKvC,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,YAAY;IAK1C,MAAM,IAAI,YAAY;IAKtB,SAAS,CAAC,MAAM,EAAE,WAAW;IAK7B,uBAAuB,CAAC,OAAO,EAAE,OAAO;IAKxC,WAAW;yCA7JA,YAAY;6CAAZ,YAAY;CAmKxB"}
1
+ {"version":3,"file":"search.facade.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/state/search.facade.ts"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,EAAE,MAAM,aAAa,CAAA;AAC3C,OAAO,EAAQ,UAAU,EAAM,MAAM,MAAM,CAAA;AAsB3C,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAmBvE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,YAAY,EACZ,SAAS,EACT,WAAW,EACZ,MAAM,2DAA2D,CAAA;AAClE,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;;AAEzF,qBACa,YAAY;IAyBrB,OAAO,CAAC,KAAK;IAGb,OAAO,CAAC,cAAc;IA3BxB,QAAQ,EAAE,UAAU,CAAC,aAAa,EAAE,CAAC,CAAA;IACrC,OAAO,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IAC3B,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,CAAA;IAChC,UAAU,EAAE,UAAU,CAAC,OAAO,CAAC,CAAA;IAC/B,eAAe,EAAE,UAAU,CAAC,OAAO,CAAC,CAAA;IACpC,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IAC/B,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IAChC,SAAS,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IAC7B,cAAc,EAAE,UAAU,CAAC,YAAY,CAAC,CAAA;IACxC,mBAAmB,EAAE,UAAU,CAAC,kBAAkB,CAAC,CAAA;IACnD,oBAAoB,EAAE,UAAU,CAAC,YAAY,CAAC,CAAA;IAC9C,YAAY,EAAE,UAAU,CAAC,MAAM,CAAC,CAAA;IAChC,cAAc,EAAE,UAAU,CAAC,OAAO,CAAC,CAAA;IACnC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC,CAAA;IAC/B,qBAAqB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAA;IAC1C,iBAAiB,sBAIhB;IAED,QAAQ,EAAE,MAAM,CAAA;gBAGN,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,EAGzB,cAAc,EAAE,OAAO,CAAC,QAAQ,CAAC;IAG3C,IAAI,CAAC,QAAQ,GAAE,MAA2B,GAAG,IAAI;IAgCjD,YAAY,IAAI,YAAY;IAK5B,qBAAqB,CAAC,MAAM,EAAE,GAAG,GAAG,YAAY;IAKhD,wBAAwB,CAAC,MAAM,EAAE,GAAG,GAAG,YAAY;IAKnD,sBAAsB,CAAC,MAAM,EAAE,SAAS,EAAE,GAAG,YAAY;IAKzD,gBAAgB,CAAC,OAAO,EAAE,YAAY,GAAG,YAAY;IAKrD,kBAAkB,IAAI,YAAY;IAKlC,wBAAwB,CAAC,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,YAAY;IAOtE,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY;IAK9C,UAAU,CAAC,OAAO,EAAE,YAAY,GAAG,YAAY;IAK/C,aAAa,CAAC,OAAO,EAAE,YAAY,GAAG,YAAY;IAKlD,SAAS,CAAC,MAAM,EAAE,iBAAiB,GAAG,YAAY;IAKlD,gBAAgB,CAAC,aAAa,EAAE,OAAO,GAAG,YAAY;IAKtD,uBAAuB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,YAAY;IAOnE,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,YAAY;IAKvC,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,YAAY;IAK1C,MAAM,IAAI,YAAY;IAKtB,SAAS,CAAC,MAAM,EAAE,WAAW;IAK7B,uBAAuB,CAAC,OAAO,EAAE,OAAO;IAKxC,WAAW;yCA7JA,YAAY;6CAAZ,YAAY;CAoKxB"}
@@ -15,7 +15,7 @@ export declare class ChartComponent implements OnChanges, AfterViewInit {
15
15
  setReady: (v?: unknown) => void;
16
16
  ngAfterViewInit(): void;
17
17
  ngOnChanges(): void;
18
- createChart(): Chart<keyof import("chart.js").ChartTypeRegistry, (number | import("chart.js").Point | [number, number] | import("chart.js").BubbleDataPoint)[], unknown>;
18
+ createChart(): Chart<keyof import("chart.js").ChartTypeRegistry, (number | [number, number] | import("chart.js").Point | import("chart.js").BubbleDataPoint)[], unknown>;
19
19
  getChartData(): ChartData;
20
20
  getOptions(): ChartOptions;
21
21
  truncateString(str: string, truncateLength: number): string;
@@ -18,6 +18,8 @@ export * from './lib/pagination/pagination.component';
18
18
  export * from './lib/related-record-card/related-record-card.component';
19
19
  export * from './lib/search-results-error/search-results-error.component';
20
20
  export * from './lib/user-preview/user-preview.component';
21
+ export * from './lib/max-lines/max-lines.component';
21
22
  export * from './lib/record-api-form/record-api-form.component';
22
23
  export * from './lib/markdown-parser/markdown-parser.component';
24
+ export * from './lib/image-overlay-preview/image-overlay-preview.component';
23
25
  //# 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,0BAA0B,CAAA;AACxC,cAAc,6CAA6C,CAAA;AAC3D,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,6DAA6D,CAAA;AAC3E,cAAc,2DAA2D,CAAA;AACzE,cAAc,qCAAqC,CAAA;AACnD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,uDAAuD,CAAA;AACrE,cAAc,mCAAmC,CAAA;AACjD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,yDAAyD,CAAA;AACvE,cAAc,2DAA2D,CAAA;AACzE,cAAc,2CAA2C,CAAA;AACzD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,iDAAiD,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/elements/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA;AACxC,cAAc,6CAA6C,CAAA;AAC3D,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,6DAA6D,CAAA;AAC3E,cAAc,2DAA2D,CAAA;AACzE,cAAc,qCAAqC,CAAA;AACnD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,uDAAuD,CAAA;AACrE,cAAc,mCAAmC,CAAA;AACjD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,yDAAyD,CAAA;AACvE,cAAc,2DAA2D,CAAA;AACzE,cAAc,2CAA2C,CAAA;AACzD,cAAc,qCAAqC,CAAA;AACnD,cAAc,iDAAiD,CAAA;AAC/D,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6DAA6D,CAAA"}
@@ -14,7 +14,7 @@ export declare class DownloadsListComponent {
14
14
  isFilterActive(filter: FilterFormat): boolean;
15
15
  getFilterFormatTitle(format: FilterFormat): any;
16
16
  isLinkOfFormat(link: DatasetDistribution, format: FilterFormat): boolean;
17
- getLinkFormat(link: DatasetDistribution): "json" | "pdf" | "geojson" | "svg" | "csv" | "excel" | "shp" | "kml" | "gpkg" | "zip" | "jpg";
17
+ getLinkFormat(link: DatasetDistribution): "json" | "pdf" | "geojson" | "svg" | "csv" | "excel" | "shp" | "gml" | "kml" | "gpkg" | "zip" | "jpg" | "dxf";
18
18
  getLinkColor(link: DatasetDistribution): string;
19
19
  isFromWfs(link: DatasetDistribution): boolean;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DownloadsListComponent, never>;
@@ -0,0 +1,10 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ImageOverlayPreviewComponent {
4
+ imageUrl: string;
5
+ isPlaceholderShown: EventEmitter<boolean>;
6
+ openLightbox(src: string): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImageOverlayPreviewComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageOverlayPreviewComponent, "gn-ui-image-overlay-preview", never, { "imageUrl": { "alias": "imageUrl"; "required": false; }; }, { "isPlaceholderShown": "isPlaceholderShown"; }, never, never, false, never>;
9
+ }
10
+ //# sourceMappingURL=image-overlay-preview.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-overlay-preview.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAA;;AAGtE,qBAKa,4BAA4B;IAC9B,QAAQ,EAAE,MAAM,CAAA;IACf,kBAAkB,wBAA8B;IAC1D,YAAY,CAAC,GAAG,EAAE,MAAM;yCAHb,4BAA4B;2CAA5B,4BAA4B;CAMxC"}
@@ -11,6 +11,7 @@ export declare class MetadataInfoComponent {
11
11
  get updateFrequency(): string;
12
12
  fieldReady(propName: string): boolean;
13
13
  onKeywordClick(keyword: string): void;
14
+ copyText(): void;
14
15
  static ɵfac: i0.ɵɵFactoryDeclaration<MetadataInfoComponent, never>;
15
16
  static ɵcmp: i0.ɵɵComponentDeclaration<MetadataInfoComponent, "gn-ui-metadata-info", never, { "metadata": { "alias": "metadata"; "required": false; }; "incomplete": { "alias": "incomplete"; "required": false; }; }, { "keyword": "keyword"; }, never, never, false, never>;
16
17
  }
@@ -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,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;;AAEzF,qBAMa,qBAAqB;IACvB,QAAQ,EAAE,OAAO,CAAC,aAAa,CAAC,CAAA;IAChC,UAAU,EAAE,OAAO,CAAA;IAClB,OAAO,uBAA6B;IAC9C,YAAY,EAAE,MAAM,CAAA;IAEpB,IAAI,QAAQ,kBAMX;IAED,IAAI,MAAM,IAAI,MAAM,EAAE,CASrB;IAED,IAAI,eAAe,IAAI,MAAM,CAS5B;IAED,UAAU,CAAC,QAAQ,EAAE,MAAM;IAI3B,cAAc,CAAC,OAAO,EAAE,MAAM;yCAxCnB,qBAAqB;2CAArB,qBAAqB;CA2CjC"}
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,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;;AAEzF,qBAMa,qBAAqB;IACvB,QAAQ,EAAE,OAAO,CAAC,aAAa,CAAC,CAAA;IAChC,UAAU,EAAE,OAAO,CAAA;IAClB,OAAO,uBAA6B;IAC9C,YAAY,EAAE,MAAM,CAAA;IAEpB,IAAI,QAAQ,kBAMX;IAED,IAAI,MAAM,IAAI,MAAM,EAAE,CASrB;IAED,IAAI,eAAe,IAAI,MAAM,CAS5B;IAED,UAAU,CAAC,QAAQ,EAAE,MAAM;IAI3B,cAAc,CAAC,OAAO,EAAE,MAAM;IAI9B,QAAQ;yCA5CG,qBAAqB;2CAArB,qBAAqB;CAgDjC"}
@@ -1,4 +1,4 @@
1
- import { ElementRef, InjectionToken, OnChanges, OnInit, SimpleChanges } from '@angular/core';
1
+ import { ElementRef, InjectionToken, OnChanges, OnInit, SimpleChanges, EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare const THUMBNAIL_PLACEHOLDER: InjectionToken<string>;
4
4
  type FitOptions = 'cover' | 'contain' | 'scale-down';
@@ -8,6 +8,7 @@ export declare class ThumbnailComponent implements OnInit, OnChanges {
8
8
  fit: FitOptions | FitOptions[];
9
9
  imgElement: ElementRef<HTMLImageElement>;
10
10
  containerElement: ElementRef<HTMLDivElement>;
11
+ placeholderShown: EventEmitter<boolean>;
11
12
  imgUrl: string;
12
13
  imgFit: FitOptions;
13
14
  placeholderUrl: string;
@@ -22,7 +23,7 @@ export declare class ThumbnailComponent implements OnInit, OnChanges {
22
23
  useFallback(): void;
23
24
  setObjectFit(): void;
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ThumbnailComponent, [{ optional: true; }]>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<ThumbnailComponent, "gn-ui-thumbnail", never, { "thumbnailUrl": { "alias": "thumbnailUrl"; "required": false; }; "fit": { "alias": "fit"; "required": false; }; }, {}, never, never, false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThumbnailComponent, "gn-ui-thumbnail", never, { "thumbnailUrl": { "alias": "thumbnailUrl"; "required": false; }; "fit": { "alias": "fit"; "required": false; }; }, { "placeholderShown": "placeholderShown"; }, never, never, false, never>;
26
27
  }
27
28
  export {};
28
29
  //# sourceMappingURL=thumbnail.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"thumbnail.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAEV,cAAc,EAEd,SAAS,EACT,MAAM,EAEN,aAAa,EAEd,MAAM,eAAe,CAAA;;AAEtB,eAAO,MAAM,qBAAqB,wBAEjC,CAAA;AAUD,KAAK,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,YAAY,CAAA;AAEpD,qBAKa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IAgBxD,OAAO,CAAC,sBAAsB;IAfvB,YAAY,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC/B,GAAG,EAAE,UAAU,GAAG,UAAU,EAAE,CAAU;IACtB,UAAU,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAA;IACpC,gBAAgB,EAAE,UAAU,CAAC,cAAc,CAAC,CAAA;IAC3E,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,UAAU,CAAA;IAClB,cAAc,SAAqD;IACnE,IAAI,aAAa,YAEhB;IACD,OAAO,CAAC,MAAM,CAA6B;gBAKjC,sBAAsB,EAAE,MAAM;IAGxC,QAAQ;IAIR,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,OAAO,CAAC,eAAe;IAqBvB,OAAO,CAAC,cAAc;IAKtB,OAAO,CAAC,cAAc;IAItB,WAAW;IASX,YAAY;yCArED,kBAAkB;2CAAlB,kBAAkB;CA+E9B"}
1
+ {"version":3,"file":"thumbnail.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAEV,cAAc,EAEd,SAAS,EACT,MAAM,EAEN,aAAa,EAGb,YAAY,EACb,MAAM,eAAe,CAAA;;AAEtB,eAAO,MAAM,qBAAqB,wBAEjC,CAAA;AAUD,KAAK,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,YAAY,CAAA;AAEpD,qBAKa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IAiBxD,OAAO,CAAC,sBAAsB;IAhBvB,YAAY,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC/B,GAAG,EAAE,UAAU,GAAG,UAAU,EAAE,CAAU;IACtB,UAAU,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAA;IACpC,gBAAgB,EAAE,UAAU,CAAC,cAAc,CAAC,CAAA;IACjE,gBAAgB,wBAA8B;IACxD,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,UAAU,CAAA;IAClB,cAAc,SAAqD;IACnE,IAAI,aAAa,YAEhB;IACD,OAAO,CAAC,MAAM,CAA6B;gBAKjC,sBAAsB,EAAE,MAAM;IAGxC,QAAQ;IAIR,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,OAAO,CAAC,eAAe;IAqBvB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,cAAc;IAItB,WAAW;IASX,YAAY;yCAvED,kBAAkB;2CAAlB,kBAAkB;CAiF9B"}
@@ -20,19 +20,20 @@ import * as i18 from "./pagination-buttons/pagination-buttons.component";
20
20
  import * as i19 from "./max-lines/max-lines.component";
21
21
  import * as i20 from "./record-api-form/record-api-form.component";
22
22
  import * as i21 from "./markdown-parser/markdown-parser.component";
23
- import * as i22 from "@angular/common";
24
- import * as i23 from "@angular/material/icon";
25
- import * as i24 from "@angular/material/tooltip";
26
- import * as i25 from "../../../widgets/src/lib/ui-widgets.module";
27
- import * as i26 from "../../../layout/src/lib/ui-layout.module";
28
- import * as i27 from "@ngx-translate/core";
29
- import * as i28 from "../../../../util/shared/src/lib/util-shared.module";
30
- import * as i29 from "@angular/router";
31
- import * as i30 from "../../../inputs/src/lib/ui-inputs.module";
32
- import * as i31 from "@angular/forms";
23
+ import * as i22 from "./image-overlay-preview/image-overlay-preview.component";
24
+ import * as i23 from "@angular/common";
25
+ import * as i24 from "@angular/material/icon";
26
+ import * as i25 from "@angular/material/tooltip";
27
+ import * as i26 from "../../../widgets/src/lib/ui-widgets.module";
28
+ import * as i27 from "../../../layout/src/lib/ui-layout.module";
29
+ import * as i28 from "@ngx-translate/core";
30
+ import * as i29 from "../../../../util/shared/src/lib/util-shared.module";
31
+ import * as i30 from "@angular/router";
32
+ import * as i31 from "../../../inputs/src/lib/ui-inputs.module";
33
+ import * as i32 from "@angular/forms";
33
34
  export declare class UiElementsModule {
34
35
  static ɵfac: i0.ɵɵFactoryDeclaration<UiElementsModule, never>;
35
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiElementsModule, [typeof i1.MetadataInfoComponent, typeof i2.ContentGhostComponent, typeof i3.DownloadItemComponent, typeof i4.DownloadsListComponent, typeof i5.ApiCardComponent, typeof i6.LinkCardComponent, typeof i7.RelatedRecordCardComponent, typeof i8.MetadataContactComponent, typeof i9.MetadataCatalogComponent, typeof i10.MetadataQualityComponent, typeof i11.MetadataQualityItemComponent, typeof i12.SearchResultsErrorComponent, typeof i13.PaginationComponent, typeof i14.ThumbnailComponent, typeof i15.AvatarComponent, typeof i16.UserPreviewComponent, typeof i17.GnUiLinkifyDirective, typeof i18.PaginationButtonsComponent, typeof i19.MaxLinesComponent, typeof i20.RecordApiFormComponent, typeof i21.MarkdownParserComponent], [typeof i22.CommonModule, typeof i23.MatIconModule, typeof i24.MatTooltipModule, typeof i25.UiWidgetsModule, typeof i26.UiLayoutModule, typeof i27.TranslateModule, typeof i28.UtilSharedModule, typeof i29.RouterModule, typeof i30.UiInputsModule, typeof i31.FormsModule, typeof i22.NgOptimizedImage], [typeof i1.MetadataInfoComponent, typeof i2.ContentGhostComponent, typeof i3.DownloadItemComponent, typeof i4.DownloadsListComponent, typeof i5.ApiCardComponent, typeof i6.LinkCardComponent, typeof i7.RelatedRecordCardComponent, typeof i8.MetadataContactComponent, typeof i9.MetadataCatalogComponent, typeof i10.MetadataQualityComponent, typeof i11.MetadataQualityItemComponent, typeof i12.SearchResultsErrorComponent, typeof i13.PaginationComponent, typeof i14.ThumbnailComponent, typeof i15.AvatarComponent, typeof i16.UserPreviewComponent, typeof i18.PaginationButtonsComponent, typeof i20.RecordApiFormComponent, typeof i21.MarkdownParserComponent]>;
36
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiElementsModule, [typeof i1.MetadataInfoComponent, typeof i2.ContentGhostComponent, typeof i3.DownloadItemComponent, typeof i4.DownloadsListComponent, typeof i5.ApiCardComponent, typeof i6.LinkCardComponent, typeof i7.RelatedRecordCardComponent, typeof i8.MetadataContactComponent, typeof i9.MetadataCatalogComponent, typeof i10.MetadataQualityComponent, typeof i11.MetadataQualityItemComponent, typeof i12.SearchResultsErrorComponent, typeof i13.PaginationComponent, typeof i14.ThumbnailComponent, typeof i15.AvatarComponent, typeof i16.UserPreviewComponent, typeof i17.GnUiLinkifyDirective, typeof i18.PaginationButtonsComponent, typeof i19.MaxLinesComponent, typeof i20.RecordApiFormComponent, typeof i21.MarkdownParserComponent, typeof i22.ImageOverlayPreviewComponent], [typeof i23.CommonModule, typeof i24.MatIconModule, typeof i25.MatTooltipModule, typeof i26.UiWidgetsModule, typeof i27.UiLayoutModule, typeof i28.TranslateModule, typeof i29.UtilSharedModule, typeof i30.RouterModule, typeof i31.UiInputsModule, typeof i32.FormsModule, typeof i23.NgOptimizedImage], [typeof i1.MetadataInfoComponent, typeof i2.ContentGhostComponent, typeof i3.DownloadItemComponent, typeof i4.DownloadsListComponent, typeof i5.ApiCardComponent, typeof i6.LinkCardComponent, typeof i7.RelatedRecordCardComponent, typeof i8.MetadataContactComponent, typeof i9.MetadataCatalogComponent, typeof i10.MetadataQualityComponent, typeof i11.MetadataQualityItemComponent, typeof i12.SearchResultsErrorComponent, typeof i13.PaginationComponent, typeof i14.ThumbnailComponent, typeof i15.AvatarComponent, typeof i16.UserPreviewComponent, typeof i18.PaginationButtonsComponent, typeof i19.MaxLinesComponent, typeof i20.RecordApiFormComponent, typeof i21.MarkdownParserComponent, typeof i22.ImageOverlayPreviewComponent]>;
36
37
  static ɵinj: i0.ɵɵInjectorDeclaration<UiElementsModule>;
37
38
  }
38
39
  //# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiCA,qBA2Da,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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA,qBA8Da,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
@@ -19,4 +19,5 @@ export * from './lib/viewport-intersector/viewport-intersector.component';
19
19
  export * from './lib/checkbox/checkbox.component';
20
20
  export * from './lib/search-input/search-input.component';
21
21
  export * from './lib/date-range-picker/date-range-picker.component';
22
+ export * from './lib/editable-label/editable-label.directive';
22
23
  //# 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,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,2DAA2D,CAAA;AACzE,cAAc,uDAAuD,CAAA;AACrE,cAAc,uCAAuC,CAAA;AACrD,cAAc,yCAAyC,CAAA;AACvD,cAAc,qCAAqC,CAAA;AACnD,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2DAA2D,CAAA;AACzE,cAAc,2CAA2C,CAAA;AACzD,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA;AAChC,cAAc,mDAAmD,CAAA;AACjE,cAAc,mEAAmE,CAAA;AACjF,cAAc,qDAAqD,CAAA;AACnE,cAAc,2DAA2D,CAAA;AACzE,cAAc,mCAAmC,CAAA;AACjD,cAAc,2CAA2C,CAAA;AACzD,cAAc,qDAAqD,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/inputs/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qDAAqD,CAAA;AACnE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,2DAA2D,CAAA;AACzE,cAAc,uDAAuD,CAAA;AACrE,cAAc,uCAAuC,CAAA;AACrD,cAAc,yCAAyC,CAAA;AACvD,cAAc,qCAAqC,CAAA;AACnD,cAAc,2CAA2C,CAAA;AACzD,cAAc,yCAAyC,CAAA;AACvD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2DAA2D,CAAA;AACzE,cAAc,2CAA2C,CAAA;AACzD,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA;AAChC,cAAc,mDAAmD,CAAA;AACjE,cAAc,mEAAmE,CAAA;AACjF,cAAc,qDAAqD,CAAA;AACnE,cAAc,2DAA2D,CAAA;AACzE,cAAc,mCAAmC,CAAA;AACjD,cAAc,2CAA2C,CAAA;AACzD,cAAc,qDAAqD,CAAA;AACnE,cAAc,+CAA+C,CAAA"}
@@ -0,0 +1,13 @@
1
+ import { ElementRef, Renderer2, AfterViewInit, EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class EditableLabelDirective implements AfterViewInit {
4
+ private el;
5
+ private renderer;
6
+ editableLabelChanged: EventEmitter<string>;
7
+ gnUiEditableLabel?: boolean;
8
+ constructor(el: ElementRef, renderer: Renderer2);
9
+ ngAfterViewInit(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditableLabelDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EditableLabelDirective, "[gnUiEditableLabel]", never, { "gnUiEditableLabel": { "alias": "gnUiEditableLabel"; "required": false; }; }, { "editableLabelChanged": "editableLabelChanged"; }, never, never, true, never>;
12
+ }
13
+ //# sourceMappingURL=editable-label.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"editable-label.directive.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,SAAS,EACT,aAAa,EACb,YAAY,EAGb,MAAM,eAAe,CAAA;;AAEtB,qBAIa,sBAAuB,YAAW,aAAa;IAI9C,OAAO,CAAC,EAAE;IAAc,OAAO,CAAC,QAAQ;IAH1C,oBAAoB,uBAA6B;IAClD,iBAAiB,CAAC,EAAE,OAAO,CAAA;gBAEhB,EAAE,EAAE,UAAU,EAAU,QAAQ,EAAE,SAAS;IAE/D,eAAe;yCANJ,sBAAsB;2CAAtB,sBAAsB;CAiClC"}
@@ -39,9 +39,10 @@ import * as i37 from "@angular/material/form-field";
39
39
  import * as i38 from "@angular/material/input";
40
40
  import * as i39 from "@angular/material/datepicker";
41
41
  import * as i40 from "@angular/material/core";
42
+ import * as i41 from "./editable-label/editable-label.directive";
42
43
  export declare class UiInputsModule {
43
44
  static ɵfac: i0.ɵɵFactoryDeclaration<UiInputsModule, never>;
44
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i3.ButtonComponent, typeof i4.TextInputComponent, typeof i5.DragAndDropFileInputComponent, typeof i6.TextAreaComponent, typeof i7.ChipsInputComponent, typeof i8.NavigationButtonComponent, typeof i9.StarToggleComponent, typeof i10.DropdownMultiselectComponent, typeof i11.ViewportIntersectorComponent, typeof i12.FormFieldComponent, typeof i13.FormFieldSimpleComponent, typeof i14.FormFieldArrayComponent, typeof i15.FormFieldObjectComponent, typeof i16.FormFieldRichComponent, typeof i17.FormFieldFileComponent, typeof i18.FormFieldSpatialExtentComponent, typeof i19.FormFieldTemporalExtentComponent, typeof i20.CheckToggleComponent, typeof i21.CopyTextButtonComponent, typeof i22.CheckboxComponent, typeof i23.SearchInputComponent, typeof i24.DateRangePickerComponent], [typeof i25.CommonModule, typeof i26.TranslateModule, typeof i27.NgxDropzoneModule, typeof i28.FormsModule, typeof i28.ReactiveFormsModule, typeof i29.TagInputModule, typeof i30.UtilSharedModule, typeof i31.MatAutocompleteModule, typeof i32.MatIconModule, typeof i33.UiWidgetsModule, typeof i34.OverlayModule, typeof i35.MatCheckboxModule, typeof i36.MatTooltipModule, typeof i37.MatFormFieldModule, typeof i38.MatInputModule, typeof i39.MatDatepickerModule, typeof i40.MatNativeDateModule], [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i3.ButtonComponent, typeof i4.TextInputComponent, typeof i5.DragAndDropFileInputComponent, typeof i6.TextAreaComponent, typeof i7.ChipsInputComponent, typeof i8.NavigationButtonComponent, typeof i9.StarToggleComponent, typeof i10.DropdownMultiselectComponent, typeof i11.ViewportIntersectorComponent, typeof i12.FormFieldComponent, typeof i20.CheckToggleComponent, typeof i21.CopyTextButtonComponent, typeof i22.CheckboxComponent, typeof i23.SearchInputComponent, typeof i24.DateRangePickerComponent]>;
45
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i3.ButtonComponent, typeof i4.TextInputComponent, typeof i5.DragAndDropFileInputComponent, typeof i6.TextAreaComponent, typeof i7.ChipsInputComponent, typeof i8.NavigationButtonComponent, typeof i9.StarToggleComponent, typeof i10.DropdownMultiselectComponent, typeof i11.ViewportIntersectorComponent, typeof i12.FormFieldComponent, typeof i13.FormFieldSimpleComponent, typeof i14.FormFieldArrayComponent, typeof i15.FormFieldObjectComponent, typeof i16.FormFieldRichComponent, typeof i17.FormFieldFileComponent, typeof i18.FormFieldSpatialExtentComponent, typeof i19.FormFieldTemporalExtentComponent, typeof i20.CheckToggleComponent, typeof i21.CopyTextButtonComponent, typeof i22.CheckboxComponent, typeof i23.SearchInputComponent, typeof i24.DateRangePickerComponent], [typeof i25.CommonModule, typeof i26.TranslateModule, typeof i27.NgxDropzoneModule, typeof i28.FormsModule, typeof i28.ReactiveFormsModule, typeof i29.TagInputModule, typeof i30.UtilSharedModule, typeof i31.MatAutocompleteModule, typeof i32.MatIconModule, typeof i33.UiWidgetsModule, typeof i34.OverlayModule, typeof i35.MatCheckboxModule, typeof i36.MatTooltipModule, typeof i37.MatFormFieldModule, typeof i38.MatInputModule, typeof i39.MatDatepickerModule, typeof i40.MatNativeDateModule, typeof i41.EditableLabelDirective], [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i3.ButtonComponent, typeof i4.TextInputComponent, typeof i5.DragAndDropFileInputComponent, typeof i6.TextAreaComponent, typeof i7.ChipsInputComponent, typeof i8.NavigationButtonComponent, typeof i9.StarToggleComponent, typeof i10.DropdownMultiselectComponent, typeof i11.ViewportIntersectorComponent, typeof i12.FormFieldComponent, typeof i20.CheckToggleComponent, typeof i21.CopyTextButtonComponent, typeof i22.CheckboxComponent, typeof i23.SearchInputComponent, typeof i24.DateRangePickerComponent, typeof i41.EditableLabelDirective]>;
45
46
  static ɵinj: i0.ɵɵInjectorDeclaration<UiInputsModule>;
46
47
  }
47
48
  //# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4CA,qBAkEa,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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6CA,qBAoEa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
@@ -4,4 +4,6 @@ export * from './lib/carousel/carousel.component';
4
4
  export * from './lib/expandable-panel/expandable-panel.component';
5
5
  export * from './lib/sticky-header/sticky-header.component';
6
6
  export * from './lib/expandable-panel-button/expandable-panel-button.component';
7
+ export * from './lib/interactive-table/interactive-table.component';
8
+ export * from './lib/interactive-table/interactive-table-column/interactive-table-column.component';
7
9
  //# 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,wBAAwB,CAAA;AACtC,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,mDAAmD,CAAA;AACjE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,iEAAiE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/layout/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,mDAAmD,CAAA;AACjE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,iEAAiE,CAAA;AAC/E,cAAc,qDAAqD,CAAA;AACnE,cAAc,qFAAqF,CAAA"}
@@ -0,0 +1,14 @@
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class InteractiveTableColumnComponent {
4
+ header: TemplateRef<unknown>;
5
+ cell: TemplateRef<unknown>;
6
+ grow: boolean;
7
+ sortable: boolean;
8
+ activeSort: 'asc' | 'desc' | null;
9
+ sortChange: EventEmitter<"desc" | "asc">;
10
+ handleSortChange(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTableColumnComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveTableColumnComponent, "gn-ui-interactive-table-column", never, { "grow": { "alias": "grow"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "activeSort": { "alias": "activeSort"; "required": false; }; }, { "sortChange": "sortChange"; }, ["header", "cell"], never, true, never>;
13
+ }
14
+ //# sourceMappingURL=interactive-table-column.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interactive-table-column.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,YAAY,EAGZ,WAAW,EACZ,MAAM,eAAe,CAAA;;AAGtB,qBAQa,+BAA+B;IAClB,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAC9B,IAAI,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAEvC,IAAI,UAAQ;IACZ,QAAQ,UAAQ;IAChB,UAAU,EAAE,KAAK,GAAG,MAAM,GAAG,IAAI,CAAO;IACvC,UAAU,+BAAqC;IAEzD,gBAAgB;yCATL,+BAA+B;2CAA/B,+BAA+B;CAa3C"}
@@ -0,0 +1,15 @@
1
+ import { EventEmitter, QueryList } from '@angular/core';
2
+ import { InteractiveTableColumnComponent } from './interactive-table-column/interactive-table-column.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InteractiveTableComponent {
5
+ columns: QueryList<InteractiveTableColumnComponent>;
6
+ items: unknown[];
7
+ itemClick: EventEmitter<unknown>;
8
+ get gridStyle(): {
9
+ 'grid-template-columns': string;
10
+ };
11
+ handleRowClick(item: unknown): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTableComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveTableComponent, "gn-ui-interactive-table", never, { "items": { "alias": "items"; "required": false; }; }, { "itemClick": "itemClick"; }, ["columns"], never, true, never>;
14
+ }
15
+ //# sourceMappingURL=interactive-table.component.d.ts.map
@@ -0,0 +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;;AAI/G,qBAQa,yBAAyB;IAEpC,OAAO,EAAE,SAAS,CAAC,+BAA+B,CAAC,CAAA;IAE1C,KAAK,EAAE,OAAO,EAAE,CAAK;IACpB,SAAS,wBAA8B;IAEjD,IAAI,SAAS;;MAQZ;IAED,cAAc,CAAC,IAAI,EAAE,OAAO;yCAjBjB,yBAAyB;2CAAzB,yBAAyB;CAoBrC"}
@@ -14,7 +14,6 @@ export * from './lib/record-preview-card/record-preview-card.component';
14
14
  export * from './lib/record-preview-list/record-preview-list.component';
15
15
  export * from './lib/record-preview-text/record-preview-text.component';
16
16
  export * from './lib/record-preview-title/record-preview-title.component';
17
- export * from './lib/record-table/record-table.component';
18
17
  export * from './lib/record-metric/record-metric.component';
19
18
  export * from './lib/results-list-item/results-list-item.component';
20
19
  export * from './lib/results-hits-number/results-hits-number.component';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/search/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAC3E,cAAc,2BAA2B,CAAA;AACzC,cAAc,uBAAuB,CAAA;AACrC,cAAc,gDAAgD,CAAA;AAC9D,cAAc,8CAA8C,CAAA;AAC5D,cAAc,8CAA8C,CAAA;AAC5D,cAAc,wBAAwB,CAAA;AACtC,cAAc,0CAA0C,CAAA;AACxD,cAAc,2CAA2C,CAAA;AACzD,cAAc,+CAA+C,CAAA;AAC7D,cAAc,yDAAyD,CAAA;AACvE,cAAc,uDAAuD,CAAA;AACrE,cAAc,yDAAyD,CAAA;AACvE,cAAc,yDAAyD,CAAA;AACvE,cAAc,yDAAyD,CAAA;AACvE,cAAc,2DAA2D,CAAA;AACzE,cAAc,2CAA2C,CAAA;AACzD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,qDAAqD,CAAA;AACnE,cAAc,yDAAyD,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/search/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAC3E,cAAc,2BAA2B,CAAA;AACzC,cAAc,uBAAuB,CAAA;AACrC,cAAc,gDAAgD,CAAA;AAC9D,cAAc,8CAA8C,CAAA;AAC5D,cAAc,8CAA8C,CAAA;AAC5D,cAAc,wBAAwB,CAAA;AACtC,cAAc,0CAA0C,CAAA;AACxD,cAAc,2CAA2C,CAAA;AACzD,cAAc,+CAA+C,CAAA;AAC7D,cAAc,yDAAyD,CAAA;AACvE,cAAc,uDAAuD,CAAA;AACrE,cAAc,yDAAyD,CAAA;AACvE,cAAc,yDAAyD,CAAA;AACvE,cAAc,yDAAyD,CAAA;AACvE,cAAc,2DAA2D,CAAA;AACzE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,qDAAqD,CAAA;AACnE,cAAc,yDAAyD,CAAA"}
@@ -10,23 +10,23 @@ import * as i8 from "./results-hits-number/results-hits-number.component";
10
10
  import * as i9 from "./results-list-item/results-list-item.component";
11
11
  import * as i10 from "./record-preview-feed/record-preview-feed.component";
12
12
  import * as i11 from "./record-preview-row/record-preview-row.component";
13
- import * as i12 from "./record-table/record-table.component";
14
- import * as i13 from "@angular/common";
15
- import * as i14 from "@ngx-translate/core";
16
- import * as i15 from "ngx-dropzone";
17
- import * as i16 from "./facets/facets.module";
18
- import * as i17 from "@angular/forms";
19
- import * as i18 from "ngx-chips";
20
- import * as i19 from "../../../../util/shared/src/lib/util-shared.module";
21
- import * as i20 from "../../../widgets/src/lib/ui-widgets.module";
22
- import * as i21 from "../../../inputs/src/lib/ui-inputs.module";
23
- import * as i22 from "../../../elements/src/lib/ui-elements.module";
24
- import * as i23 from "@angular/material/icon";
25
- import * as i24 from "@angular/material/checkbox";
26
- import * as i25 from "@angular/router";
13
+ import * as i12 from "@angular/common";
14
+ import * as i13 from "@ngx-translate/core";
15
+ import * as i14 from "ngx-dropzone";
16
+ import * as i15 from "./facets/facets.module";
17
+ import * as i16 from "@angular/forms";
18
+ import * as i17 from "ngx-chips";
19
+ import * as i18 from "../../../../util/shared/src/lib/util-shared.module";
20
+ import * as i19 from "../../../widgets/src/lib/ui-widgets.module";
21
+ import * as i20 from "../../../inputs/src/lib/ui-inputs.module";
22
+ import * as i21 from "../../../elements/src/lib/ui-elements.module";
23
+ import * as i22 from "@angular/material/icon";
24
+ import * as i23 from "@angular/material/checkbox";
25
+ import * as i24 from "@angular/router";
26
+ import * as i25 from "../../../layout/src/lib/interactive-table/interactive-table.component";
27
27
  export declare class UiSearchModule {
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<UiSearchModule, never>;
29
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiSearchModule, [typeof i1.RecordPreviewComponent, typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i8.ResultsHitsNumberComponent, typeof i9.ResultsListItemComponent, typeof i10.RecordPreviewFeedComponent, typeof i11.RecordPreviewRowComponent, typeof i12.RecordTableComponent], [typeof i13.CommonModule, typeof i14.TranslateModule, typeof i15.NgxDropzoneModule, typeof i16.FacetsModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.TagInputModule, typeof i19.UtilSharedModule, typeof i20.UiWidgetsModule, typeof i21.UiInputsModule, typeof i22.UiElementsModule, typeof i23.MatIconModule, typeof i24.MatCheckboxModule, typeof i25.RouterLink], [typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i16.FacetsModule, typeof i1.RecordPreviewComponent, typeof i8.ResultsHitsNumberComponent, typeof i10.RecordPreviewFeedComponent, typeof i11.RecordPreviewRowComponent, typeof i12.RecordTableComponent]>;
29
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiSearchModule, [typeof i1.RecordPreviewComponent, typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i8.ResultsHitsNumberComponent, typeof i9.ResultsListItemComponent, typeof i10.RecordPreviewFeedComponent, typeof i11.RecordPreviewRowComponent], [typeof i12.CommonModule, typeof i13.TranslateModule, typeof i14.NgxDropzoneModule, typeof i15.FacetsModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.TagInputModule, typeof i18.UtilSharedModule, typeof i19.UiWidgetsModule, typeof i20.UiInputsModule, typeof i21.UiElementsModule, typeof i22.MatIconModule, typeof i23.MatCheckboxModule, typeof i24.RouterLink, typeof i25.InteractiveTableComponent], [typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i15.FacetsModule, typeof i1.RecordPreviewComponent, typeof i8.ResultsHitsNumberComponent, typeof i10.RecordPreviewFeedComponent, typeof i11.RecordPreviewRowComponent]>;
30
30
  static ɵinj: i0.ɵɵInjectorDeclaration<UiSearchModule>;
31
31
  }
32
32
  //# sourceMappingURL=ui-search.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/search/src/lib/ui-search.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA+BA,qBAiDa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
1
+ {"version":3,"file":"ui-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/search/src/lib/ui-search.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA+BA,qBAgDa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
@@ -3,7 +3,6 @@ export * from './lib/i18n.constants';
3
3
  export * from './lib/i18n.interceptor';
4
4
  export * from './lib/lang.service';
5
5
  export * from './lib/file.translate.loader';
6
- export * from './lib/testing/test.translate.module';
7
6
  export * from './lib/embedded.translate.loader';
8
7
  export * from './lib/translate.loader.utils';
9
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/util/i18n/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,qCAAqC,CAAA;AACnD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,8BAA8B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/util/i18n/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,8BAA8B,CAAA"}